@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600;700;800&family=DM+Sans:wght@300;400;500&display=swap');

:root {
    --navy: #162A6D;
    --navy-dark: #0a1a4d;
    --navy-light: #1e3a8a;
    --gold: #F5C518;
    --gold-dark: #d4a10a;
    --white: #ffffff;
    --light-bg: #f4f6fb;
    --text-dark: #0d1b3e;
    --text-mid: #3a4a6b;
    --text-light: rgba(255, 255, 255, 0.75);
    --border: rgba(22, 42, 109, 0.12);
    --radius: 14px;
    --radius-sm: 8px;
    --shadow: 0 4px 24px rgba(22, 42, 109, 0.12);
    --shadow-lg: 0 8px 48px rgba(22, 42, 109, 0.2);
}

/* ========== GENERAL STYLES ========== */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    color: var(--text-dark);
    background: var(--white);
    overflow-x: hidden;
}

/* ========== HEADER ========== */
.header-responsive {
    position: relative;
    z-index: 1000;


}

.navbar-brand img {
    height: 45px;
    width: auto;
}

.navbar-nav .nav-link {
    color: var(--navy) !important;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;



}

.navbar-nav .nav-link:hover {
    color: var(--gold) !important;
}

.nav-cta {
    background: var(--gold) !important;
    color: var(--navy-dark) !important;
    padding: 8px 20px !important;
    border-radius: var(--radius-sm);
    font-weight: 700;
}

.nav-cta:hover {
    background: var(--gold-dark) !important;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .navbar-nav {
        padding-top: 15px;
    }

    .navbar-nav .nav-link {
        padding: 8px 0 !important;
    }

    .nav-cta {
        margin-top: 10px;
        display: inline-block !important;
    }
}

/* ========== HERO SECTION ========== */
.hero {
    min-height: 140vh;
    background: url(../images/image2.jpg) center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;



}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(48, 61, 104, 0.486) 0%, rgba(31, 48, 104, 0.336) 50%, rgba(48, 61, 104, 0.486) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    animation: fadeUp 0.8s ease both;
    padding-bottom: 37%;
    padding-left: 10%;

}

.hero-badge {
    display: inline-block;
    background: rgba(231, 182, 4, 0.432);
    border: 1px solid rgba(219, 174, 9, 0.849);
    color: var(--gold);
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 24px;
}

.hero-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(2rem, 5vw, 4.2rem);
    font-weight: 800;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 20px;
}

.gold-text {
    color: var(--gold);
}

.hero-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
    margin-bottom: 32px;
}

.hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: rgb(255, 255, 255);
    font-size: 15px;
    letter-spacing: 1px;
    animation: bounce 2s infinite;
}

@media (max-width: 768px) {
    .hero {
        min-height: auto;
        padding: 60px 0;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-desc {
        font-size: 0.9rem;
    }

    .hero-scroll {
        bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .hero {
        min-height: auto;
        padding: 1px;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-desc {
        font-size: 0.9rem;
    }

    .hero-scroll {
        bottom: 20px;
    }
}

/* ========== ABOUT SECTION ========== */

.about-container {
    display: flex;
    align-items: center;
    gap: 80px;
    padding-left: 20%;
    padding: 5%;
    background: var(--navy);
    overflow: hidden;
}

.about-section {

    background-color: #162A6D;
    color: white;
    padding-left: 7%;



}

.text-content h2 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.2rem);
    font-weight: 800;
    color: #00b7ff;
    line-height: 1.25;
    margin-bottom: 20px;
}

#about-h2 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.2rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 20px;

}

.text-content p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 18px;
}

/* Images */
.image-content {
    position: relative;
    height: 30px;
    left: 100%;

}

.big-circle {
    width: 280px;
    height: 280px;
    border: 2px solid #00b7ff;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    left: 60px;
    bottom: 190px;
    box-sizing: border-box;
}

.big-circle img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.small-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid white;
    position: absolute;
    left: 40px;
    bottom: 20px;
}

.small-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .image-content {
        height: 240px;
        margin-top: 10px;
        left: 80px;
    }

    .big-circle {
        width: 300px;
        height: 300px;
        right: 0;
        bottom: 30px;
    }

    .small-circle {
        width: 130px;
        height: 130px;
        top: 50%;
        right: 70px;
        left: -13%;
        bottom: 0px;
    }
}

/* ========== PLANS SECTION ========== */
.plans-section {
    background: var(--white);
}

.plan-card {
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    padding: 32px 24px;
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
}

.plan-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-5px);
}

.plan-card-gold {
    background: var(--navy);
    border-color: var(--navy);
    color: white;
    box-shadow: 0 15px 50px rgba(22, 42, 109, 0.144);
}

.plan-card-gold:hover {
    box-shadow: 0 2px 60px rgba(22, 42, 109, 0.5);
}

.plan-card-gold .plan-tier,
.plan-card-gold .plan-name {
    color: white;
}

.plan-card-gold .plan-price {
    color: var(--gold);
}

.plan-card-gold .plan-desc,
.plan-card-gold .plan-features li {
    color: rgba(255, 255, 255, 0.8);
}

.popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--navy-dark);
    font-family: 'Sora', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 18px;
    border-radius: 20px;
    white-space: nowrap;
    z-index: 10;
}

.plan-tier {
    font-family: 'Sora', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 6px;
    opacity: 0.65;
}

.plan-name {
    font-family: 'Sora', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 6px;
}

.plan-card-gold .plan-name {
    color: white;
}

.plan-price {
    font-family: 'Sora', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 4px;
}

.plan-period {
    font-size: 13px;
    font-weight: 400;
    opacity: 0.7;
}

.plan-desc {
    font-size: 13px;
    color: var(--text-mid);
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
    line-height: 1.5;
}

.plan-card-gold .plan-desc {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

.plan-features {
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.plan-features li {
    font-size: 13px;
    color: var(--text-mid);
}

.btn-plan {
    padding: 13px;
    border-radius: var(--radius-sm);
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid var(--navy);
    color: var(--navy);
    background: transparent;
    transition: all 0.2s ease;
}

.btn-plan:hover {
    background: var(--navy);
    color: white;
    transform: translateY(-2px);
}

.btn-gold {
    background: var(--gold) !important;
    border-color: var(--gold) !important;
    color: var(--navy-dark) !important;
}

.btn-gold:hover {
    background: var(--gold-dark) !important;
    border-color: var(--gold-dark) !important;
}

.plans-section {
    background: var(--white);
}


@media (min-width: 1024px) {


    .slider-btn {
        display: none !important;
    }
}

@media (min-width: 767px) {

    .slider-btn {
        display: none !important;
    }
}

.plans-wrapper {
    position: relative;
}

/* ⬇️ TABLET: SIRF 1 CARD DIKHEGA */
@media (min-width: 820px) and (max-width: 1180px) {
    .plans-container {
        display: flex !important;
        overflow-x: hidden;
        gap: 24px;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
    }

    .plans-container>div {
        flex: 0 0 100%;
        min-width: 100%;
        scroll-snap-align: start;
    }

    .slider-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: var(--navy);
        border: none;
        color: white;
        cursor: pointer;
        z-index: 5;
        transition: all 0.3s ease;
        font-size: 18px;
    }

    .slider-prev {
        left: -65px;
    }

    .slider-next {
        right: -65px;
    }

    .slider-btn:hover {
        background: var(--gold);
        color: var(--navy);
        transform: translateY(-50%) scale(1.1);
    }

    .slider-btn:active {
        transform: translateY(-50%) scale(0.95);
    }
}



/* ========== HOW IT WORKS SECTION ========== */
.how-section {
    background: linear-gradient(180deg, #173083 0%, #f8f9ff 100%);
    padding: 80px 0;
}

/* Desktop Container - Horizontal Layout */
.steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
}

.step-card {
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    padding: 40px 30px;
    border-radius: 12px;
    border: 1px solid #e8eef5;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 82, 204, 0.08);
    min-width: 250px;
}

.step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 82, 204, 0.15);
    border-color: #0052cc;
}

.step-num {
    font-size: 50px;
    font-weight: 900;
    background: linear-gradient(135deg, #0052cc 0%, #0066ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    line-height: 1;
    display: block;
    letter-spacing: -2px;
}

.step-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.step-desc {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.8;
}

/* Arrow Container - between steps */
.step-arrow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    flex-shrink: 0;
}

.step-arrow {
    font-size: 32px;
    color: #0052cc;
    font-weight: 700;
    animation: arrowPulse 2s ease-in-out infinite;
}

.step-arrow-mobile {
    font-size: 24px;
    color: #0052cc;
    font-weight: 700;
    animation: arrowPulseVertical 2s ease-in-out infinite;
    padding: 10px 0;
}

@keyframes arrowPulse {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(6px);
        opacity: 0.6;
    }
}

@keyframes arrowPulseVertical {

    0%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(6px);
        opacity: 0.6;
    }
}

@media (max-width: 768px) {
    .step-num {
        font-size: 36px;
    }

    .step-card {
        padding: 30px 20px;
    }
}

/* ========== FAQ SECTION ========== */
.faq-section {
    background: linear-gradient(135deg, #162a6dfb 0%, #1d3686e8 100%);
}

.accordion-button {
    font-weight: 600;
    color: var(--text-dark);
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(22, 42, 109, 0.25);
    border-color: var(--navy);
}

.accordion-button:not(.collapsed) {
    background-color: var(--navy);
    color: white;
}

.accordion-body {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}

#FAQ-h2 {
    color: white;
}

/* ========== CONTACT SECTION ========== */
.contact-section {
    background: var(--light-bg);
}

.contact-left h2 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 800;
    color: var(--navy);
    line-height: 1.25;
    margin-bottom: 16px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    padding: 16px 20px;
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    transition: all 0.2s ease;
}

.contact-link:hover {
    border-color: var(--navy);
    transform: translateX(4px);
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.whatsapp-icon {
    background: rgba(37, 211, 102, 0.1);
    color: #25D366;
}

.email-icon {
    background: rgba(212, 175, 55, 0.1);
    color: #D4AF37;
}

.website-icon {
    background: rgba(19, 68, 173, 0.1);
    color: #1344ad;
}

.contact-link:hover .contact-icon {
    transform: scale(1.1);
}

.contact-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-mid);
    font-weight: 600;
    margin-bottom: 2px;
}

.contact-value {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--navy);
}

.contact-form {
    background: white;
    border-radius: var(--radius);
    padding: 32px 28px;
    box-shadow: var(--shadow);
}

.contact-form h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--navy);
}

.form-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-mid);
    margin-bottom: 6px;
}

.form-control,
.form-select {
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: var(--text-dark);
    background: var(--light-bg);
    transition: all 0.2s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--navy);
    background: white;
    box-shadow: 0 0 0 0.2rem rgba(22, 42, 109, 0.1);
}

.form-success {
    display: none;
    text-align: center;
    padding: 12px;
    background: #eafaf1;
    border-radius: var(--radius-sm);
    color: #1a7a4a;
    font-weight: 600;
    font-size: 14px;
    margin-top: 12px;
}

@media (max-width: 768px) {
    .contact-form {
        padding: 24px 20px;
    }
}

/* ========== COMMON STYLES ========== */
.section-label {
    font-family: 'Sora', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 9px;
    display: block;
}

.section-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 800;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 16px;
}

.section-desc {
    color: var(--text-mid);
    font-size: 1rem;
    line-height: 1.7;
}

.btn {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    border-radius: var(--radius-sm);
    padding: 12px 28px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.btn-primary {
    background: var(--gold);
    color: var(--navy-dark);
    border: none;
}

.btn-primary:hover {
    background: var(--gold-dark);
    color: var(--navy-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 197, 24, 0.4);
}

.btn-outline-light {
    border: 1.5px solid rgba(255, 255, 255, 0.4);
}

.btn-outline-light:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.btn-white {
    background: var(--white);
    color: var(--navy);
    display: inline-block;
    text-decoration: none;
}

.btn-white:hover {
    background: var(--light-bg);
    color: var(--navy);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

/* ========== ANIMATIONS ========== */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(8px);
    }
}

/* ========== RESPONSIVE UTILITIES ========== */
@media (max-width: 1024px) {
    .gap-5 {
        gap: 2rem !important;
    }
}

@media (max-width: 768px) {
    .gap-5 {
        gap: 1.5rem !important;
    }

    section {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (max-width: 480px) {
    .gap-5 {
        gap: 1rem !important;
    }

    .btn {
        padding: 10px 20px;
        font-size: 12px;
    }
}

/* HINA CSS CODE */

/* ============================================================
   PROFILIX — COMBINED STYLESHEET
   Sections:
   1. RESET & CSS VARIABLES
   2. CEO MESSAGE SECTION
   3. TEAM SECTION
   4. PROJECTS SECTION (Hero, Stats Banner, Portfolio Grid)
   5. SERVICES SECTION
   6. SHARED ANIMATIONS
   7. RESPONSIVE
   ============================================================ */


/* ============================================================
   1. RESET & CSS VARIABLES
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

:root {
    /* Brand Blues */
    --navy: #1a2472;
    --navy-dark: #111a5e;
    --navy-mid: #1e2b8a;
    --navy-light: #2a4494;

    /* Project palette */
    --dark-blue: #02142f;
    --primary-blue: #0077ff;
    --accent-blue: #00b7ff;

    /* Accent & UI */
    --accent: #2196f3;
    --accent-2: #00c6fb;
    --yellow: #f5c518;
    --yellow-hover: #e6b800;
    --gold: #c8a84b;
    --gold-light: #e8c96b;

    /* Neutrals */
    --white: #ffffff;
    --white-80: rgba(255, 255, 255, 0.80);
    --white-50: rgba(255, 255, 255, 0.50);
    --white-20: rgba(255, 255, 255, 0.12);
    --off-white: #f7f6f2;
    --light-gray-blue: #eef7ff;
    --text-dark: #1a1a2e;
    --text-mid: #4a4a6a;
    --text-light: #f0f4ff;
    --text-muted: #8899bb;
    --paragraph-gray: #333333;

    /* Misc */
    --radius-lg: 24px;
    --radius-xl: 36px;
    --transition: 0.35s cubic-bezier(.4, 0, .2, 1);
    --card-shadow: 0 4px 24px rgba(0, 119, 255, 0.10);
}

body {
    font-family: 'DM Sans', 'Open Sans', sans-serif;
    background-color: var(--dark-blue);
    color: var(--white);
    line-height: 1.65;
    overflow-x: hidden;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--dark-blue);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-blue);
    border-radius: 3px;
}


/* ============================================================
   2. CEO MESSAGE SECTION
   ============================================================ */
.ceo-section {
    background-color: #1e3270;
    background-image:
        radial-gradient(ellipse at 80% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 60%),
        radial-gradient(ellipse at 20% 80%, rgba(0, 180, 255, 0.04) 0%, transparent 50%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
}

.ceo-section::before {
    content: '';
    position: absolute;
    top: -80px;
    left: -60px;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.04);
    transform: rotate(45deg);
    border-radius: 30px;
}

.ceo-section::after {
    content: '';
    position: absolute;
    top: -40px;
    left: 60px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.03);
    transform: rotate(45deg);
    border-radius: 16px;
}

.ceo-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

/* ── CEO Text Content ── */
.ceo-text-content {
    flex: 1;
    max-width: 560px;
}

.ceo-section-label {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
    font-family: 'Poppins', 'DM Sans', sans-serif;
}

.ceo-paragraph {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15.5px;
    line-height: 1.85;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Poppins', 'DM Sans', sans-serif;
}

.ceo-paragraph:last-of-type {
    margin-bottom: 36px;
}

.ceo-btn-contact {
    display: inline-block;
    background-color: #ffffff;
    color: #1e3270;
    font-family: 'Poppins', 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 34px;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.4px;
    transition:
        background-color 0.28s ease,
        color 0.28s ease,
        border-color 0.28s ease,
        transform 0.18s ease,
        box-shadow 0.28s ease;
}

.ceo-btn-contact:hover {
    background-color: #00b4ff;
    color: #ffffff;
    border-color: #00b4ff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 180, 255, 0.35);
}

.ceo-btn-contact:active {
    transform: translateY(0px);
    box-shadow: none;
}

/* ── CEO Image Content ── */
.ceo-image-content {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    position: relative;
}

.ceo-img-circle-wrap {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 3px solid rgba(0, 180, 255, 0.55);
    overflow: hidden;
    background: #162860;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ceo-img-circle-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ceo-img-small-wrap {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #1a2a6c;
    overflow: hidden;
    border: 2px solid rgba(0, 180, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-right: 40px;
}

.ceo-img-small-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* CEO Responsive */
@media (max-width: 900px) {
    .ceo-section {
        padding: 60px 28px;
    }

    .ceo-container {
        flex-direction: column;
        gap: 48px;
        align-items: flex-start;
    }

    .ceo-text-content {
        max-width: 100%;
    }

    .ceo-image-content {
        width: 100%;
        align-items: center;
    }

    .ceo-img-small-wrap {
        margin-right: 0;
        align-self: center;
    }
}

@media (max-width: 500px) {
    .ceo-section-label {
        font-size: 22px;
    }

    .ceo-paragraph {
        font-size: 14.5px;
    }

    .ceo-img-circle-wrap {
        width: 220px;
        height: 220px;
    }

    .ceo-img-small-wrap {
        width: 150px;
        height: 150px;
    }
}


/* ============================================================
   3. TEAM SECTION
   ============================================================ */
.team-section {
    position: relative;
    padding: 90px 40px 80px;
    background-color: var(--white);
    overflow: hidden;
    text-align: center;
}

/* ── Background Pattern ── */
.team-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 12% 20%, rgba(200, 168, 75, 0.06) 0%, transparent 40%),
        radial-gradient(circle at 88% 75%, rgba(30, 50, 112, 0.05) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
}

.team-bg-pattern::before,
.team-bg-pattern::after {
    content: '';
    position: absolute;
    border: 1.5px solid rgba(200, 168, 75, 0.10);
    border-radius: 6px;
    transform: rotate(45deg);
}

.team-bg-pattern::before {
    width: 320px;
    height: 320px;
    top: -80px;
    left: -80px;
}

.team-bg-pattern::after {
    width: 200px;
    height: 200px;
    bottom: -60px;
    right: -60px;
}

/* ── Team Section Header ── */
.team-section-header {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0 auto 56px;
}

.team-section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 200;
    color: var(--text-dark);
    letter-spacing: -0.5px;
    margin-bottom: 14px;
}

/* ── Title Ornament ── */
.team-title-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 22px;
}

.team-orn-line {
    width: 60px;
    height: 2px;
    background: var(--gold);
    border-radius: 2px;
}

.team-orn-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
}

.team-section-desc {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-mid);
    font-weight: 400;
}

/* ── Team Grid (shared base for both rows) ── */
.team-grid {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 36px;
    flex-wrap: nowrap;
    max-width: 1100px;
    margin: 0 auto;
}

/* Row 1 — 3 members */
.team-grid-row1 {
    margin-bottom: 36px;
}

/* Row 2 — 2 members centered */
.team-grid-row2 {
    margin-bottom: 52px;
}

/* ── Member Card ── */
.team-member-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
    flex-shrink: 0;
    gap: 0;
    transition: transform 0.25s ease;
}

.team-member-card:hover {
    transform: translateY(-6px);
}

/* ── Photo Circle ── */
.team-member-photo-wrap {
    width: 171px;
    height: 171px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 18px;
    border: 3px solid var(--gold);
    background: #e8e8ee;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.team-member-card:hover .team-member-photo-wrap {
    border-color: var(--navy);
    box-shadow: 0 8px 28px rgba(30, 50, 112, 0.18);
}

.team-member-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.team-member-card:hover .team-member-photo-wrap img {
    filter: grayscale(0%);
}

/* ── Member Name ── */
.team-member-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 23px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 5px;
    letter-spacing: 0.1px;
}

/* ── Member Role ── */
.team-member-role {
    font-size: 19px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 14px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.3px;
}

/* ── Skill Tags ── */
.team-member-skills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.team-skill-tag {
    font-size: 15px;
    font-weight: 600;
    color: var(--navy);
    background: rgba(30, 50, 112, 0.07);
    border: 1px solid rgba(30, 50, 112, 0.15);
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.2px;
    transition: background 0.2s ease, color 0.2s ease;
}

.team-member-card:hover .team-skill-tag {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}

/* ── Team Button ── */
.team-btn-wrap {
    position: relative;
    z-index: 1;
}

.team-btn {
    display: inline-block;
    background-color: var(--navy);
    color: var(--white);
    font-family: 'DM Sans', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    padding: 14px 38px;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition:
        background-color 0.26s ease,
        transform 0.18s ease,
        box-shadow 0.26s ease;
}

.team-btn:hover {
    background-color: var(--navy-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(30, 50, 112, 0.30);
}

.team-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

/* ── Responsive ── */
@media (max-width: 860px) {
    .team-grid {
        flex-wrap: wrap;
        gap: 28px;
    }

    .team-grid-row1,
    .team-grid-row2 {
        max-width: 640px;
    }

    .team-member-card {
        width: 180px;
        flex-shrink: 1;
    }

    .team-member-photo-wrap {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 600px) {
    .team-section {
        padding: 60px 20px 60px;
    }

    .team-section-title {
        font-size: 28px;
    }

    .team-grid {
        gap: 32px;
    }

    .team-grid-row1,
    .team-grid-row2 {
        max-width: 100%;
    }

    .team-member-card {
        width: 160px;
    }

    .team-member-photo-wrap {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 420px) {
    .team-grid {
        flex-direction: column;
        align-items: center;
    }

    .team-member-card {
        width: 100%;
        max-width: 260px;
        flex-shrink: 0;
    }
}


/* ============================================================
   4. PROJECTS SECTION
   ============================================================ */

/* ── Projects Hero ── */
.projects-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 24px 80px;
    position: relative;
    overflow: hidden;
    background: var(--dark-blue);
}

.projects-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.projects-hero-bg-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.08;
}

.projects-hero-bg-circle.projects-c1 {
    width: 500px;
    height: 500px;
    background: var(--primary-blue);
    top: -100px;
    right: -100px;
}

.projects-hero-bg-circle.projects-c2 {
    width: 350px;
    height: 350px;
    background: var(--accent-blue);
    bottom: 0;
    left: -80px;
}

.projects-hero-bg-circle.projects-c3 {
    width: 250px;
    height: 250px;
    background: var(--primary-blue);
    top: 40%;
    left: 40%;
}

.projects-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.projects-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 119, 255, 0.12);
    border: 1px solid rgba(0, 183, 255, 0.3);
    color: var(--accent-blue);
    padding: 8px 18px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 28px;
}

.projects-hero-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--accent-blue);
    border-radius: 50%;
    animation: projects-pulse-dot 2s ease-in-out infinite;
}

@keyframes projects-pulse-dot {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}

.projects-hero-content h1 {
    font-size: clamp(38px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.projects-highlight {
    background: linear-gradient(90deg, var(--primary-blue), var(--accent-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.projects-hero-subtitle {
    font-size: clamp(16px, 2.5vw, 20px);
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero Stats */
.projects-hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.projects-hero-stat {
    text-align: center;
}

.projects-hero-stat-number {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: var(--accent-blue);
    line-height: 1;
}

.projects-hero-stat-label {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 4px;
    font-weight: 500;
}

.projects-hero-stat-divider {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.12);
}

/* Hero Buttons */
.projects-hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.projects-btn-primary {
    background: var(--primary-blue);
    color: var(--white);
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid var(--primary-blue);
}

.projects-btn-primary:hover {
    background: var(--accent-blue);
    border-color: var(--accent-blue);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 119, 255, 0.35);
}

/* ── Stats Banner ── */
.projects-stats-banner {
    background: linear-gradient(135deg, rgba(0, 119, 255, 0.08), rgba(0, 183, 255, 0.05));
    border-top: 1px solid rgba(0, 119, 255, 0.12);
    border-bottom: 1px solid rgba(0, 119, 255, 0.12);
    padding: 60px 24px;
}

.projects-stats-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 40px;
    text-align: center;
}

.projects-stat-item-number {
    font-size: 48px;
    font-weight: 900;
    background: linear-gradient(90deg, var(--primary-blue), var(--accent-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}

.projects-stat-item-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

/* ── Projects Grid Section ── */
.projects-section {
    background: var(--dark-blue);
    position: relative;
    padding: 90px 24px;
}

.projects-section-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Projects Section Header */
.projects-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 56px;
    gap: 24px;
    flex-wrap: wrap;
}

.projects-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent-blue);
    margin-bottom: 14px;
}

.projects-section-label::before {
    content: '';
    width: 24px;
    height: 2px;
    background: var(--accent-blue);
    border-radius: 2px;
}

.projects-section-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.projects-accent {
    color: var(--accent-blue);
}

.projects-section-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    max-width: 600px;
    line-height: 1.7;
}

/* Filter Buttons */
.projects-filter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.projects-filter-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.7);
    padding: 8px 18px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
}

.projects-filter-btn.active,
.projects-filter-btn:hover {
    background: var(--primary-blue);
    border-color: var(--primary-blue);
    color: var(--white);
}

/* ── Project Cards Grid ── */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
}

.projects-project-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 119, 255, 0.12);
    border-radius: 16px;
    overflow: hidden;
    transition: var(--transition);
    cursor: pointer;
    position: relative;
}

.projects-project-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 183, 255, 0.35);
    box-shadow: 0 20px 48px rgba(0, 119, 255, 0.15);
}

/* Card Image Wrap */
.projects-card-image-wrap {
    overflow: hidden;
    position: relative;
}

.projects-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: var(--transition);
}

.projects-project-card:hover .projects-card-image {
    transform: scale(1.03);
}

.projects-img-dark-overlay {
    filter: brightness(0.55) saturate(1.5);
}

/* Badges */
.projects-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    border-radius: 100px;
}

.projects-card-order {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(0, 0, 0, 0.55);
    color: var(--accent-blue);
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 100px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 183, 255, 0.3);
}

/* Card Overlay */
.projects-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 20, 47, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease;
    backdrop-filter: blur(4px);
}

.projects-project-card:hover .projects-card-overlay {
    opacity: 1;
}

.projects-card-overlay-content {
    text-align: center;
    padding: 20px;
    transform: translateY(12px);
    transition: transform 0.35s ease;
}

.projects-project-card:hover .projects-card-overlay-content {
    transform: translateY(0);
}

.projects-card-overlay-content p {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 6px;
}

.projects-card-overlay-content span {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 16px;
}

/* Card Body */
.projects-card-body {
    padding: 20px 22px 22px;
}

.projects-card-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 5px;
}

.projects-card-role {
    font-size: 13px;
    color: var(--accent-blue);
    font-weight: 500;
    margin-bottom: 12px;
}

.projects-card-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin-bottom: 16px;
}

/* Card Tags */
.projects-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.projects-tag {
    background: rgba(0, 119, 255, 0.1);
    border: 1px solid rgba(0, 119, 255, 0.2);
    color: rgba(0, 183, 255, 0.9);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
}

/* Card Footer */
.projects-card-footer {
    padding: 14px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.projects-card-platform {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 500;
}

/* Click animations */
.projects-project-card {
    --card-glow-color: #0077ff66;
}

.projects-project-card.clicked {
    animation: projects-card-pulse 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes projects-card-pulse {
    0% {
        box-shadow: 0 0 0 0 var(--card-glow-color);
    }

    40% {
        box-shadow: 0 0 0 14px transparent;
        transform: translateY(-8px) scale(1.02);
    }

    100% {
        box-shadow: 0 0 0 0 transparent;
        transform: translateY(-6px) scale(1);
    }
}

/* Ripple */
.projects-ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    transform: scale(0);
    animation: projects-ripple-anim 0.6s linear;
    pointer-events: none;
    z-index: 10;
}

@keyframes projects-ripple-anim {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Projects Fade-up animations */
.projects-fade-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.projects-fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.projects-stagger-1 {
    transition-delay: 0.1s;
}

.projects-stagger-2 {
    transition-delay: 0.2s;
}

.projects-stagger-3 {
    transition-delay: 0.3s;
}

/* Projects Responsive */
@media (max-width: 900px) {
    .projects-hero-stats {
        gap: 28px;
    }

    .projects-hero-stat-divider {
        display: none;
    }

    .projects-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 580px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }
}


/* ============================================================
   5. SERVICES SECTION
   ============================================================ */
.services-section {
    width: 100%;
    padding: 70px 30px 60px;
    background: var(--dark-blue);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ── Services Header ── */
.services-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.services-section-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.1rem;
    color: var(--white);
    letter-spacing: 0.02em;
    margin-bottom: 14px;
}

.services-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.services-line {
    display: block;
    width: 60px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.25);
}

.services-diamond {
    color: var(--yellow);
    font-size: 0.85rem;
    line-height: 1;
}

/* ── Cards Grid ── */
.services-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(13, 34, 87, 0.18);
    max-width: 1200px;
    width: 100%;
}

/* ── Card Base ── */
.services-card {
    padding: 36px 28px 40px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.services-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
    z-index: 2;
}

/* ── Navy Card ── */
.services-card.services-navy {
    background-color: var(--navy);
    color: var(--text-light);
}

/* ── Yellow Card ── */
.services-card.services-yellow {
    background-color: var(--yellow);
    color: var(--navy-dark);
}

/* ── Card Icon ── */
.services-card-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Card Heading ── */
.services-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.08rem;
    line-height: 1.35;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.services-card.services-navy h3 {
    color: var(--white);
}

.services-card.services-yellow h3 {
    color: var(--navy-dark);
}

/* ── List ── */
.services-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.services-card ul li {
    font-size: 0.865rem;
    font-weight: 400;
    line-height: 1.4;
    padding-left: 16px;
    position: relative;
}

.services-card ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem;
    line-height: 1.4;
}

.services-card.services-navy ul li {
    color: #c5d2f0;
}

.services-card.services-navy ul li::before {
    color: var(--yellow);
}

.services-card.services-yellow ul li {
    color: var(--navy-dark);
}

.services-card.services-yellow ul li::before {
    color: var(--navy-dark);
}

/* ── Services Button ── */
.services-btn-wrap {
    text-align: center;
    margin-top: 44px;
}

.services-view-btn {
    display: inline-block;
    background-color: var(--navy);
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 38px;
    border: 2px solid var(--navy);
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.services-view-btn:hover {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
}

/* Services Responsive */
@media (max-width: 960px) {
    .services-cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .services-cards-wrapper {
        grid-template-columns: 1fr;
    }

    .services-section-header h2 {
        font-size: 1.6rem;
    }
}


/* ============================================================
   6. SHARED ANIMATIONS
   ============================================================ */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.75s forwards ease-out;
}

.delay-1 {
    animation-delay: 0.2s;
}


/* AFZA CSS CODE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', Arial, sans-serif;
}

body {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Plus Jakarta Sans', Arial, sans-serif;
    }

    body {
        background: #02142f;
        overflow-x: hidden;
    }
}
/* ================= CONTACT SECTION ================= */
.contact-section {
    position: relative;
    width: 100%;
    min-height: 800px;
    background: white;
    padding: 120px 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    overflow: hidden;
}

/* ================= BACKGROUND PATTERNS ================= */
.pattern {
    position: absolute;
    width: 280px;
    height: 280px;
    border: 16px solid rgba(0, 183, 255, 0.05);
    transform: rotate(45deg);
    z-index: 0;
    pointer-events: none;
}

.pattern1 { top: 40px;  left: 70px; }
.pattern2 { top: 320px; left: -30px; }
.pattern3 { top: 250px; left: 350px; }
.pattern4 { top: 560px; left: 120px; }

/* ================= LEFT SIDE ================= */
.contact-left {
    flex: 1.1;
    max-width: 650px;
    position: relative;
    z-index: 2;
}

.contact-left h1 {
    font-size: clamp(36px, 5vw, 59px);
    color: #0077ff;
    margin-bottom: 25px;
    font-weight: 900;
    font-family: "Playfair Display", serif;
    line-height: 1.1;
}

.contact-left p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 45px;
    font-weight: 600;
}

/* ================= CONTACT INFO ================= */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-info a {
    text-decoration: none;
    width: fit-content;
}

.contact-info .item {
    display: flex;
    align-items: center;
    gap: 22px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-info .item:hover { transform: translateX(12px); }

.contact-info i {
    font-size: 24px;
    color: #00b7ff;
    width: 52px;
    height: 52px;
    background: #eef7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s ease;
}

.contact-info span {
    font-size: 17px;
    color: #1a202c;
    font-weight: 700;
    transition: 0.3s ease;
}

.contact-info .item:hover i {
    color: white;
    background: #0077ff;
    box-shadow: 0 8px 20px rgba(0, 119, 255, 0.3);
}

.contact-info .item:hover span { color: #0077ff; }

/* ================= RIGHT FORM ================= */
.contact-form {
    flex: 0.9;
    max-width: 550px;
    background: white;
    padding: 46px;
    position: relative;
    z-index: 2;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0, 102, 255, 0.12);
}

.contact-form h2 {
    font-size: 30px;
    margin-bottom: 26px;
    color: #02142f;
    font-weight: 800;
    font-family: "Playfair Display", serif;
}

.form-row {
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.form-group label {
    font-size: 12px;
    color: #02142f;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 2px solid transparent;
    background: #f4f8fa;
    padding: 14px 18px;
    font-size: 15px;
    outline: none;
    border-radius: 12px;
    color: #02142f;
    font-weight: 600;
    transition: 0.3s ease;
}

.contact-form select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2302142f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px;
    padding-right: 45px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #00b7ff;
    background: white;
    box-shadow: 0 8px 25px rgba(0, 183, 255, 0.15);
}

.contact-form textarea {
    height: 120px;
    resize: none;
    margin-bottom: 20px;
}

.contact-form button {
    width: 100%;
    border: none;
    background: #0077ff;
    color: white;
    padding: 17px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.contact-form button:hover {
    background: #0066dc;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 119, 255, 0.25);
}

/* ================= ANGLED SHAPE ================= */
.footer-top-shape {
    position: relative;
    width: 100%;
    height: 120px;
    margin-top: -119px;
    z-index: 1;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><polygon points='0,100 100,0 100,100' fill='%2302142f'/><line x1='0' y1='100' x2='100' y2='0' stroke='%2300b7ff' stroke-width='3.5'/></svg>");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* ================= FOOTER ================= */
footer {
    background: #02142f;
    color: white;
    position: relative;
    z-index: 2;
}

.footer-container {
    width: 100%;
    padding: 100px 10% 80px;
    display: grid;
    grid-template-columns: 1.3fr repeat(3, 1fr);
    gap: 50px;
    align-items: start;
}

/* ================= LOGO SECTION ================= */
.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-logo a { display: inline-block; line-height: 0; }

.footer-logo img {
    width: 240px;
    height: auto;
    object-fit: contain;
    transition: 0.3s ease;
    filter: drop-shadow(0px 8px 25px rgba(0, 183, 255, 0.15));
}

.footer-logo img:hover { transform: scale(1.04); }

.footer-logo button {
    margin-top: 20px;
    border: none;
    background: linear-gradient(135deg, #0077ff, #00b7ff);
    color: white;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 183, 255, 0.3);
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.footer-logo button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 183, 255, 0.5);
}

/* ================= FOOTER LINKS ================= */
.footer-links h4 {
    font-size: 20px;
    margin-bottom: 26px;
    color: #00b7ff;
    font-family: "Playfair Display", serif;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.footer-links ul { list-style: none; padding: 0; margin: 0; }

.footer-links ul li { margin-bottom: 15px; }

.footer-links ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #cbd5e1;
    transition: 0.3s ease;
    display: inline-block;
    font-weight: 600;
}

.footer-links ul li a:hover {
    color: #00b7ff;
    transform: translateX(6px);
}

/* ================= COPYRIGHT ================= */
.copyright {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #010f22;
    gap: 20px;
}

.copyright p {
    font-size: 14px;
    color: #94a3b8;
    font-weight: 600;
}

/* ================= SOCIAL ICONS ================= */
.social-icons { display: flex; gap: 16px; }

.social-icons a {
    text-decoration: none;
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-icons i {
    color: #cbd5e1;
    font-size: 18px;
}

.social-icons a:hover {
    background: #00b7ff;
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 183, 255, 0.4);
}

.social-icons a:hover i { color: white; }

/* ================= RESPONSIVE ================= */
@media(max-width: 1200px) {
    .contact-section { gap: 40px; padding: 100px 6%; }

    .footer-container {
        gap: 45px;
        padding: 80px 6%;
        grid-template-columns: 1.2fr repeat(3, 1fr);
    }

    .footer-links h4 { font-size: 18px; }
    .footer-links ul li a { font-size: 14px; }
}

@media(max-width: 1024px) {
    .contact-section {
        flex-direction: column;
        padding: 80px 6%;
        gap: 60px;
    }

    .contact-left,
    .contact-form { max-width: 100%; width: 100%; }

    .footer-container { grid-template-columns: 1fr 1fr; gap: 50px; }
}

@media(max-width: 768px) {
    .form-row { flex-direction: column; gap: 0; }
    .form-row .form-group { margin-bottom: 18px; }

    .footer-top-shape { margin-top: -59px; height: 60px; }

    .copyright {
        flex-direction: column-reverse;
        text-align: center;
        padding: 35px 6%;
        gap: 22px;
    }
}

@media(max-width: 480px) {
    .contact-section { padding: 60px 4%; }
    .contact-form { padding: 28px 18px; }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 60px 6% 50px;
    }

    .footer-logo { align-items: center; text-align: center; margin-bottom: 10px; }
    .copyright { padding: 30px 6%; }
}