* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Poppins", sans-serif;
    min-height: 100vh;
    background: #fff;
    background-attachment: fixed;
    width: 100%;
    color: #ffffff;
    position: relative;
}

/* Add subtle animated gradient overlay for depth */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 80%, rgba(255, 200, 100, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* Mobile Page Content */
.mobile-page {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    z-index: 2;
}

.offer-title {
    font-size: 34px;
    font-weight: 800;
    color: #132f4e;
    margin-bottom: 20px;
}

.offer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offer-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px 0;
    border-bottom: 1px solid #e6e6e6;
}

.offer-list li:last-child {
    border-bottom: none;
}

.offer-list .icon {
    color: #1e8a9e;
    font-size: 18px;
    font-weight: bold;
    margin-top: 2px;
}

.offer-list p {
    margin: 0;
    font-size: 16px;
    color: #334155;
    line-height: 1.6;
}

.offer-title {
    font-size: 34px;
    font-weight: 800;
    color: #132f4e;
    margin-bottom: 20px;
}

.offer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offer-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px 0;
    border-bottom: 1px solid #e6e6e6;
}

.offer-list li:last-child {
    border-bottom: none;
}



.offer-list p {
    margin: 0;
    font-size: 16px;
    color: #334155;
    line-height: 1.6;
}
/* ========== ENHANCED BRIGHT GLASS EFFECT with better definition ========== */
.top-card,
.expertise-grid .small-card,
.brands-box,
.why-grid .why-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

/* Enhanced shiny hover effect with bright glow */
.top-card:hover,
.expertise-grid .small-card:hover,
.brands-box:hover,
.why-grid .why-card:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 215, 120, 0.8);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3), inset 0 1px 2px rgba(255, 255, 255, 0.5), 0 0 30px rgba(255, 180, 70, 0.4);
    transform: translateY(-5px);
}

/* Top Card specific */
.top-card {
    display: grid;
    grid-template-columns: 1.05fr 1.1fr;
    gap: 28px;
    border-radius: 32px;
    padding: 32px;
    margin-bottom: 32px;
    color: #ffffff;
    background: linear-gradient(135deg, #163563, #1f7aff) !important;
}

.hero-image {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.top-content h2 {
    font-size: 34px;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff, #ffe5b4, #ffc878);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 14px;
}

.top-content p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 18px;
}

.btn-primary-custom {
    border: none;
    background: #7AA93C;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 28px;
    border-radius: 35px;
    cursor: pointer;
    margin-bottom: 18px;
    transition: all 0.3s;
    box-shadow: 0 6px 18px rgba(255, 107, 0, 0.4);
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 107, 0, 0.5);
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
}

.stat h3 {
    font-size: 32px;
    font-weight: 800;
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 6px;
}

.stat p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.section-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff, #ffdd99, #ffb347);
    background-clip: text;
    -webkit-background-clip: text;
    color: #243c74;
    margin: 50px 0 30px;
    position: relative;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.section-title::after {
    content: "";
    display: block;
    width: 110px;
    height: 4px;
    background: linear-gradient(90deg, #ff8c42, #ffb347, #ffdd99);
    margin: 16px auto 0;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(255, 140, 66, 0.8);
}

/* ========== JOURNEY SECTION - TRANSPARENT GREEN CARDS ========== */
.journey-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.journey-card {
    background: rgba(122, 169, 60, 0.15);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(122, 169, 60, 0.4);
    border-radius: 28px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    color: #ffffff;
}

.journey-card:hover {
    background: rgba(122, 169, 60, 0.25);
    border-color: rgba(122, 169, 60, 0.8);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3), inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 0 30px rgba(122, 169, 60, 0.4);
    transform: translateY(-5px);
}

.journey-year {
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(135deg, #7AA93C, #9ece5a, #c5e88a);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.journey-text {
    font-size: 13px;
    color: #163563;
    line-height: 1.5;
    font-weight: 500;
}

/* Mission Vision - Enhanced with glossy finish and brighter */
.mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-bottom: 32px;
}

.mission-card {
    border-radius: 32px;
    padding: 32px 28px;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 130px;
    transition: transform 0.35s, box-shadow 0.35s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.mission-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.4);
}

.mission-blue {
    background: linear-gradient(135deg, #163563, #1f7aff);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.mission-yellow {
    background: linear-gradient(135deg, #f4a261, #e67e22, #ffb347);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.mission-icon {
    font-size: 42px;
    margin-bottom: 14px;
    display: inline-block;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}

.mission-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.mission-text {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
    opacity: 0.95;
}

/* Expertise Grid Cards - Bright Glass */
.expertise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-bottom: 32px;
}

.small-card {
    border-radius: 28px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.35s;
    color: #ffffff;
}

.small-card:hover {
    transform: translateY(-6px);
}

.small-icon {
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.2));
}

.small-title {
    font-size: 18px;
    font-weight: 800;
    background: linear-gradient(135deg, #ffd966, #ffb347);
    background-clip: text;
    -webkit-background-clip: text;
    color: #243c74;
    margin-bottom: 14px;
}

.small-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.55;
    font-weight: 500;
}


/* Why Choose Grid Cards - Bright Glass */
.why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
    margin-bottom: 45px;
}

.why-card {
    border-radius: 28px;
    padding: 28px 18px;
    text-align: center;
    transition: all 0.35s;
    color: #ffffff;
}

.why-card:hover {
    transform: translateY(-6px);
}

.why-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-icon img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.bg-blue {
    background: linear-gradient(135deg, #3a8fc9, #1f6392);
}

.bg-green {
    background: linear-gradient(135deg, #5cb85c, #2f855a);
}

.bg-orange {
    background: linear-gradient(135deg, #ffa559, #e76f51);
}

.bg-cyan {
    background: linear-gradient(135deg, #5dc9e2, #0096c7);
}

.bg-navy {
    background: linear-gradient(135deg, #4d7cb0, #1f4870);
}

.why-title {
    font-size: 16px;
    font-weight: 800;
    background: linear-gradient(135deg, #ffd966, #ffb347);
    background-clip: text;
    -webkit-background-clip: text;
    color: #243c74;
    margin-bottom: 12px;
}

.why-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    font-weight: 500;
}

/* Footer - KEPT ORIGINAL */
.phone-field {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding-left: 12px;
}

.phone-field input {
    border: none;
    width: 230px;
    outline: none;
    background: transparent;
    color: #1a3a6b;
}

.phone-field i {
    color: #ff6b00;
}

.request-btn {
    background: #0057A2;
    border: none;
    color: white;
    width: 260px;
    height: 48px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 30px;
    transition: transform 0.2s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.request-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.4);
}

.mission-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    
}

.mission-icon-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; /* ADD THIS */
    margin-bottom: 16px;
    border: 2px solid rgba(255,255,255,0.4);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3), 0 0 15px rgba(255, 170, 80, 0.4);
    
}

.small-icon-img {
    width: 70px;
    height: 70px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 2px solid rgba(255,255,255,0.3);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3), 0 0 15px rgba(255, 170, 80, 0.4);
}

/* smooth infinite scroll */
@keyframes scrollBrands {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive - KEPT ORIGINAL */
@media (max-width: 992px) {
    .expertise-grid,
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .journey-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .top-card {
        grid-template-columns: 1fr;
    }

    .hero-image {
        height: 220px;
    }

    .mission-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 28px;
    }
    
    .journey-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 576px) {
    .mobile-page {
        padding: 20px 15px;
    }

    .expertise-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .journey-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .stat h3 {
        font-size: 22px;
    }
}