/* Branding Page Styles */

.top-header {
    background-color: #4facfe;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    font-family: 'Poppins', Arial, sans-serif;
    padding-left: 100px;
}

.top-header h1 {
    font-size: 3em;
    margin: 0 10px 0 0;
    display: inline;
    vertical-align: middle;
}

.top-header span {
    font-size: 2em;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .top-header {
        height: 80px;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .top-header h1 {
        font-size: 2em;
        margin: 0 5px 0 0;
        vertical-align: middle;
    }

    .top-header span {
        font-size: 1.5em;
        vertical-align: middle;
    }
}

.service-hero {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

.service-content {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.content-wrapper h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #333;
}

.service-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.detail-item {
    text-align: center;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.detail-item:hover {
    transform: translateY(-5px);
}

.detail-item i {
    font-size: 3rem;
    color: #f5576c;
    margin-bottom: 20px;
}

.detail-item h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
}

.detail-item p {
    color: #666;
    line-height: 1.6;
}

.top-header {
    background-color: #04aac9;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    font-family: 'Poppins', Arial, sans-serif;
    padding-left: 100px;
}

.top-header h1 {
    font-size: 3em;
    margin: 0 10px 0 0;
    display: inline;
    vertical-align: middle;
}

.top-header span {
    font-size: 2em;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .top-header {
        height: 80px;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .top-header h1 {
        font-size: 2em;
        margin: 0 5px 0 0;
        vertical-align: middle;
    }

    .top-header span {
        font-size: 1.5em;
        vertical-align: middle;
    }
}

.branding-intro-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.branding-intro-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    opacity: 0;
}

.branding-intro-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.intro-left .eyebrow-tag {
    display: inline-block;
    background: linear-gradient(135deg, #04aac9 0%, #0288a8 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(4, 170, 201, 0.3);
    transition: transform 0.3s ease;
}

.intro-left .eyebrow-tag:hover {
    transform: translateY(-2px);
}

.intro-left h2 {
    font-size: 3rem;
    color: #2d3748;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.intro-left p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 40px;
    font-weight: 400;
}

.intro-points {
    list-style: none;
    padding: 0;
}

.intro-points li {
    font-size: 1.1rem;
    color: #2d3748;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.intro-points li:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.intro-points li i {
    color: #04aac9;
    margin-right: 15px;
    font-size: 1.2rem;
    margin-top: 2px;
}

.intro-right .intro-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 0 1px 8px rgba(0,0,0,0.04);
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.intro-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #04aac9 0%, #0288a8 100%);
    border-radius: 20px 20px 0 0;
}

.intro-right .intro-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.card-badge {
    background: linear-gradient(135deg, #04aac9 0%, #0288a8 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(4, 170, 201, 0.3);
}

.intro-card p {
    font-size: 1.2rem;
    font-style: italic;
    color: #2d3748;
    margin-bottom: 25px;
    line-height: 1.6;
    position: relative;
}

.intro-card p::before {
    content: '"';
    font-size: 3rem;
    color: #04aac9;
    position: absolute;
    top: -10px;
    left: -20px;
    font-family: 'Poppins', serif;
}

.card-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.card-meta span {
    font-size: 0.9rem;
    color: #718096;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.card-meta span i {
    margin-right: 8px;
    color: #04aac9;
}

.stat-row {
    display: flex;
    justify-content: space-between;
}

.stat {
    text-align: center;
    background: rgba(4, 170, 201, 0.1);
    padding: 20px;
    border-radius: 10px;
    flex: 1;
    margin: 0 5px;
    transition: transform 0.3s ease;
}

.stat:hover {
    transform: scale(1.05);
}

.stat .label {
    font-size: 0.9rem;
    color: #718096;
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.stat .value {
    font-size: 2rem;
    font-weight: 700;
    color: #04aac9;
}

@media (max-width: 768px) {
    .intro-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .intro-left h2 {
        font-size: 2.5rem;
    }

    .intro-card p {
        font-size: 1.1rem;
    }
}

.section {
    padding: 80px 0;
    background: #f8f9fa;
}

.section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-title p {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.services-section {
    padding: 80px 0;
    background: #ffffff;
}

.services-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.services-section h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center;
}

.services-section .subtitle {
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.service-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    border-color: #667eea;
}

.icon-wrapper {
    width: 75px;
    height: 75px;
    background: #667eea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
}

.icon-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

.service-card:hover .icon-wrapper {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.service-card:hover .icon-wrapper::before {
    opacity: 1;
    transform: scale(1.1);
}

.icon-wrapper i {
    font-size: 2rem;
    color: white;
    transition: all 0.3s ease;
}

.service-card:hover .icon-wrapper i {
    color: white;
}

.content h3 {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.content p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.service-card:hover .content h3 {
    color: #667eea;
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .section-title p {
        font-size: 1rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .service-card {
        padding: 35px 25px;
        border-radius: 12px;
    }

    .icon-wrapper {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .icon-wrapper i {
        font-size: 1.8rem;
    }

    .content h3 {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .content p {
        font-size: 0.95rem;
    }
}

.brand-elements-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    position: relative;
}

.brand-elements-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.05"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.05"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.03"/><circle cx="10" cy="50" r="0.5" fill="%23ffffff" opacity="0.03"/><circle cx="90" cy="30" r="0.5" fill="%23ffffff" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    opacity: 0.6;
}

.brand-elements-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.brand-elements-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.brand-elements-section .section-title h2 {
    font-size: 3rem;
    color: #2d3748;
    margin-bottom: 20px;
    font-weight: 700;
}

.brand-elements-section .section-title p {
    font-size: 1.2rem;
    color: #718096;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.elements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.element-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 40px 30px;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1), 0 8px 32px rgba(4, 170, 201, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
}

.element-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(4, 170, 201, 0.02) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.element-card:hover::before {
    transform: translateX(100%);
}

.element-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0,0,0,0.15), 0 12px 40px rgba(4, 170, 201, 0.12);
}

.element-number {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #04aac9 0%, #0288a8 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 auto 25px;
    box-shadow: 0 10px 25px rgba(4, 170, 201, 0.3);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.element-card:hover .element-number {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 15px 35px rgba(4, 170, 201, 0.4);
}

.element-card h3 {
    font-size: 1.5rem;
    color: #2d3748;
    margin-bottom: 15px;
    font-weight: 600;
}

.element-card p {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .brand-elements-section {
        padding: 60px 0;
    }

    .brand-elements-section .section-title h2 {
        font-size: 2.5rem;
    }

    .elements-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .element-card {
        padding: 25px 15px;
    }
}

.branding-process-section {
    padding: 120px 0;
    background-color: #001826;
    position: relative;
    overflow: hidden;
}

.branding-process-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.branding-process-section .section-title {
    text-align: center;
    margin-bottom: 70px;
}

.branding-process-section .section-title h2 {
    font-size: 3.2rem;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.025em;
}

.branding-process-section .section-title p {
    font-size: 1.25rem;
    color: #ddd;
    font-weight: 400;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 35px;
    position: relative;
    z-index: 2;
}

.process-step {
    background-color: #f9f9f9;
    border-radius: 15px;
    padding: 45px 35px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    border: 3px solid transparent;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.process-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #ff6b6b, #ffa500, #ffd700, #32cd32, #1e90ff, #9370db, #ff69b4, #20b2aa);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.process-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.process-step:hover::before {
    transform: scaleX(1);
}

.step-number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.process-step:nth-child(1) { border-color: #ff6b6b; }
.process-step:nth-child(1) .step-number { background-color: #ff6b6b; color: white; }
.process-step:nth-child(2) { border-color: #ffa500; }
.process-step:nth-child(2) .step-number { background-color: #ffa500; color: white; }
.process-step:nth-child(3) { border-color: #ffd700; }
.process-step:nth-child(3) .step-number { background-color: #ffd700; color: #272727; }
.process-step:nth-child(4) { border-color: #32cd32; }
.process-step:nth-child(4) .step-number { background-color: #32cd32; color: white; }
.process-step:nth-child(5) { border-color: #1e90ff; }
.process-step:nth-child(5) .step-number { background-color: #1e90ff; color: white; }
.process-step:nth-child(6) { border-color: #9370db; }
.process-step:nth-child(6) .step-number { background-color: #9370db; color: white; }

.process-step h3 {
    font-size: 1.6rem;
    color: #272727;
    margin-bottom: 18px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.process-step p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .branding-process-section {
        padding: 60px 20px;
    }

    .branding-process-section .section-title h2 {
        font-size: 2.5rem;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .process-step {
        padding: 35px 25px;
        border-radius: 15px;
    }

    .step-number {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }

    .process-step h3 {
        font-size: 1.4rem;
    }

    .process-step p {
        font-size: 1rem;
    }
}

.brand-audit-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.brand-audit-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.brand-audit-section .section-title {
    text-align: center;
    margin-bottom: 70px;
}

.brand-audit-section .section-title h2 {
    font-size: 3.2rem;
    color: #272727;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.brand-audit-section .section-title p {
    font-size: 1.25rem;
    color: #666;
    font-weight: 400;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
}

.audit-content {
    display: grid;
    gap: 60px;
}

.audit-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.audit-intro h3 {
    font-size: 2rem;
    color: #272727;
    margin-bottom: 20px;
    font-weight: 600;
}

.audit-intro p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
}

.audit-includes {
    background: white;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.audit-includes h3 {
    font-size: 2rem;
    color: #272727;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.audit-includes ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.audit-includes li {
    display: flex;
    align-items: center;
    font-size: 1.05rem;
    color: #555;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #04aac9;
    transition: all 0.3s ease;
    cursor: pointer;
}

.audit-includes li:hover {
    transform: translateX(10px);
    background: #04aac9;
    color: white;
    box-shadow: 0 5px 15px rgba(4, 170, 201, 0.3);
}

.audit-includes li:hover i {
    color: white;
}

.audit-why {
    text-align: center;
}

.audit-why h3 {
    font-size: 2rem;
    color: #272727;
    margin-bottom: 40px;
    font-weight: 600;
}

.reasons-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: nowrap;
}

.reason-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.reason-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.reason-icon {
    width: 70px;
    height: 70px;
    background: #04aac9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 8px 20px rgba(4, 170, 201, 0.3);
}

.reason-card h4 {
    font-size: 1.4rem;
    color: #272727;
    margin-bottom: 15px;
    font-weight: 600;
}

.reason-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .brand-audit-section {
        padding: 80px 0;
    }

    .brand-audit-section .section-title h2 {
        font-size: 2.5rem;
    }

    .audit-content {
        gap: 40px;
    }

    .audit-includes {
        padding: 30px 20px;
    }

    .audit-includes ul {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .audit-includes li {
        padding: 12px 15px;
        font-size: 1rem;
    }

    .reasons-grid {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .reason-card {
        flex: 0 0 100%;
        padding: 25px 15px;
    }

    .reason-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .reason-card h4 {
        font-size: 1.3rem;
    }
}

/* Industries Section */
.industries-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.industries-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.industries-section h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.5rem;
    color: #333;
}

.industries-section .subtitle {
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.2rem;
    color: #666;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.industry-item {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.industry-item .icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.8rem;
}

.industry-item h3 {
    margin-bottom: 15px;
    font-size: 1.4rem;
    color: #333;
}

.industry-item p {
    color: #666;
    line-height: 1.6;
}

/* Mobile Styles for Industries */
@media (max-width: 768px) {
    .industries-section {
        padding: 60px 0;
    }

    .industries-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .industry-item {
        padding: 30px 20px;
    }

    .industry-item h3 {
        font-size: 1.3rem;
    }

    .industry-item p {
        font-size: 0.95rem;
    }

    .industries-section .icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

/* Why Choose Section */
.why-choose-section {
    padding: 80px 0;
    background: #f8f9fa;
    color: #333;
}

.why-choose-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.why-choose-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.why-choose-section .section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #333;
}

.why-choose-section .section-title p {
    font-size: 1.2rem;
    color: #666;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.why-choose-card {
    background: white;
    border: 1px solid #e0e0e0;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    color: #333;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.why-choose-card:hover {
    transform: translateY(-10px);
    background: white;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-color: #4facfe;
}

.why-choose-card .why-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    transition: all 0.3s ease;
}

.why-choose-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.why-choose-card p {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
}

/* Multi-color cards for Why Choose Pixellar */
.why-choose-card:nth-child(1) {
    background: white;
    border-color: rgba(79, 172, 254, 0.3);
    color: #333;
}

.why-choose-card:nth-child(1) .why-icon {
    background: linear-gradient(135deg, #4facfe, #5ba3ff);
    border-color: rgba(79, 172, 254, 0.5);
    color: white;
}

.why-choose-card:nth-child(2) {
    background: white;
    border-color: rgba(4, 172, 201, 0.3);
    color: #333;
}

.why-choose-card:nth-child(2) .why-icon {
    background: linear-gradient(135deg, #04aac9, #26c4d9);
    border-color: rgba(4, 172, 201, 0.5);
    color: white;
}

.why-choose-card:nth-child(3) {
    background: white;
    border-color: rgba(79, 172, 254, 0.3);
    color: #333;
}

.why-choose-card:nth-child(3) .why-icon {
    background: linear-gradient(135deg, #4facfe, #5ba3ff);
    border-color: rgba(79, 172, 254, 0.5);
    color: white;
}

.why-choose-card:nth-child(4) {
    background: white;
    border-color: rgba(4, 172, 201, 0.3);
    color: #333;
}

.why-choose-card:nth-child(4) .why-icon {
    background: linear-gradient(135deg, #04aac9, #26c4d9);
    border-color: rgba(4, 172, 201, 0.5);
    color: white;
}

.why-choose-card:nth-child(5) {
    background: white;
    border-color: rgba(79, 172, 254, 0.3);
    color: #333;
}

.why-choose-card:nth-child(5) .why-icon {
    background: linear-gradient(135deg, #4facfe, #5ba3ff);
    border-color: rgba(79, 172, 254, 0.5);
    color: white;
}

.why-choose-card:nth-child(6) {
    background: white;
    border-color: rgba(4, 172, 201, 0.3);
    color: #333;
}

.why-choose-card:nth-child(6) .why-icon {
    background: linear-gradient(135deg, #04aac9, #26c4d9);
    border-color: rgba(4, 172, 201, 0.5);
    color: white;
}

.why-choose-card:nth-child(7) {
    background: white;
    border-color: rgba(79, 172, 254, 0.3);
    color: #333;
}

.why-choose-card:nth-child(7) .why-icon {
    background: linear-gradient(135deg, #4facfe, #5ba3ff);
    border-color: rgba(79, 172, 254, 0.5);
    color: white;
}

.why-choose-card:nth-child(8) {
    background: white;
    border-color: rgba(4, 172, 201, 0.3);
    color: #333;
}

.why-choose-card:nth-child(8) .why-icon {
    background: linear-gradient(135deg, #04aac9, #26c4d9);
    border-color: rgba(4, 172, 201, 0.5);
    color: white;
}

.why-choose-card:nth-child(9) {
    background: white;
    border-color: rgba(79, 172, 254, 0.3);
    color: #333;
}

.why-choose-card:nth-child(9) .why-icon {
    background: linear-gradient(135deg, #4facfe, #5ba3ff);
    border-color: rgba(79, 172, 254, 0.5);
    color: white;
}

.why-choose-card:nth-child(10) {
    background: white;
    border-color: rgba(4, 172, 201, 0.3);
    color: #333;
}

.why-choose-card:nth-child(10) .why-icon {
    background: linear-gradient(135deg, #04aac9, #26c4d9);
    border-color: rgba(4, 172, 201, 0.5);
    color: white;
}

/* Mobile Styles for Why Choose */
@media (max-width: 768px) {
    .why-choose-section {
        padding: 60px 0;
    }

    .why-choose-section .section-title {
        margin-bottom: 40px;
    }

    .why-choose-section .section-title h2 {
        font-size: 2rem;
    }

    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .why-choose-card {
        padding: 25px 15px;
    }

    .why-choose-card .why-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .why-choose-card h3 {
        font-size: 1.2rem;
    }

    .why-choose-card p {
        font-size: 0.95rem;
    }
}

.process-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.process-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.process-section h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center;
}

.process-section .subtitle {
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.dm-stats-section {
    padding: 80px 0;
    background: #ffffff;
}

.dm-stats-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    text-align: center;
}

.stat-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    padding: 40px 30px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.stat-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #04aac9;
    margin-bottom: 10px;
}

.stat-content p {
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
}

.platform-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.platform-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.platform-section h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center;
}

.platform-section .subtitle {
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.platform-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.platform-item {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.platform-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    border-color: #4facfe;
}

.platform-item .icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #4facfe 0%, #04aac9 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 1.8rem;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(79, 172, 254, 0.3);
}

.platform-item:hover .icon {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(79, 172, 254, 0.4);
}

.platform-item h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
}

.platform-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .platform-section {
        padding: 60px 0;
    }

    .platform-section h2 {
        font-size: 2rem;
    }

    .platform-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .platform-item {
        padding: 30px 20px;
    }

    .platform-item .icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .platform-item h3 {
        font-size: 1.2rem;
    }
}

.cta-section {
    background-color: #04aac9;
    padding: 50px 0;
    color: white;
    text-align: center;
}

.cta-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.btn {
    display: inline-block;
    background-color: white;
    color: #04aac9;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #e0e0e0;
}

@media (max-width: 768px) {
    .cta-section h2 {
        font-size: 2em;
    }

    .cta-section p {
        font-size: 1em;
    }

    .btn {
        padding: 12px 25px;
    }
}

.dm-cta-section {
    background: linear-gradient(135deg, #4facfe 0%, #04aac9 100%);
    padding: 80px 0;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.dm-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="50" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="50" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="90" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.dm-cta-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.dm-cta-section h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.dm-cta-section p {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.95;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.dm-cta-section .btn {
    background-color: white;
    color: #4facfe;
    padding: 18px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border: 2px solid white;
}

.dm-cta-section .btn:hover {
    background-color: transparent;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .dm-cta-section {
        padding: 60px 0;
    }

    .dm-cta-section h2 {
        font-size: 2.2rem;
    }

    .dm-cta-section p {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }

    .dm-cta-section .btn {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

.footer {
    background-color: #00243c;
    color: #ffffff;
    padding: 50px 0 20px;
    font-family: 'Poppins', Arial, sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 100px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.footer-section h3 {
    color: #04aac9;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.footer-section p {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #cccccc;
}

.footer-logo {
    height: 40px;
    margin-bottom: 15px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social i {
    color: #ffffff;
    font-size: 20px;
    transition: color 0.3s ease;
}

.footer-social i:hover {
    color: #04aac9;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
    color: #cccccc;
}

.footer-section ul li a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #04aac9;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    color: #cccccc;
}

.contact-item i {
    color: #04aac9;
    margin-top: 2px;
    flex-shrink: 0;
}

.footer-bottom {
    border-top: 1px solid #333333;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #cccccc;
    font-size: 14px;
}

/* Footer Responsive */
@media (max-width: 768px) {
    .footer-container {
        padding: 0 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-section {
        text-align: center;
    }

    .contact-item {
        justify-content: center;
    }

    .footer-social {
        justify-content: center;
    }
}

/* FAQ Section Styles */
.faq-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.faq-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

.faq-section .subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 50px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    gap: 20px;
}

.faq-item {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    background-color: #04aac9;
    color: white;
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #0277a1;
}

.faq-question h3 {
    margin: 0;
    font-size: 1.3em;
    font-weight: bold;
}

.faq-question i {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    background-color: white;
    color: #333;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer p {
    padding: 20px;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .faq-section h2 {
        font-size: 2em;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-item {
        padding: 20px;
    }
}