@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    text-decoration:none;
    list-style:none;
    font-family:'Poppins', sans-serif;
}

.service-card,
.why-card,
.hero-form{
    background:
    linear-gradient(
        145deg,
        rgba(255,255,255,0.08),
        rgba(255,255,255,0.035)
    ) !important;
}

.service-card,
.why-card{
    background:
    linear-gradient(
        145deg,
        rgba(255,255,255,0.12),
        rgba(255,255,255,0.05)
    ) !important;
}

body{
     background:#dfe3ea;

    color:white;

    overflow-x:hidden;
}

body{
    background:#07111f;
}

/* HERO */
.premium-hero{
    background:linear-gradient(135deg,#07111f,#0d1424,#180d19) !important;
}

/* SERVICES */
.services{
    background:#dfe3ea !important;
}

/* STORY / MASTERPIECE */
.masterpiece-section{
    background:linear-gradient(135deg,#10192b,#121a2e,#19101d) !important;
}

/* WHY CHOOSE */
.why-choose{
    background:#080d18 !important;
}

/* ABOUT */
.about{
    background:#0d1626 !important;
}

/* STATS */
.stats{
    position: relative;
    padding: 90px 8%;
    overflow: hidden;

    background:
    linear-gradient(
        135deg,
        #06142b 0%,
        #081c38 35%,
        #0a2342 65%,
        #06142b 100%
    );
}

.stats-section::before{
    content: "";

    position: absolute;
    inset: 0;

    background:
    radial-gradient(circle at top left,
    rgba(255, 74, 110, 0.18),
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(83, 104, 255, 0.15),
    transparent 35%);

    pointer-events: none;
}

/* CTA */
.premium-cta{
    display:grid;
    grid-template-columns:1fr 1fr;

    align-items:center;

    min-height:650px;

    background:
    linear-gradient(
        135deg,
        #07111f,
        #14101a
    ) !important;

    overflow:hidden;

    position:relative;
}

/* LEFT IMAGE */

.cta-image{
    height:100%;
}

.cta-image img{
    width:100%;
    height:100%;
    object-fit:cover;

    opacity:0.9;
}

/* GLOW OVERLAY */

.premium-cta{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    min-height:650px;
    overflow:hidden;
    position:relative;

    background:
    linear-gradient(
        135deg,
        #07111f 0%,
        #0b1628 45%,
        #14101a 100%
    ) !important;
}

.cta-image{
    height:100%;
    position:relative;
}

.cta-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(7,17,31,0.15),
        rgba(7,17,31,0.85)
    );
}

.cta-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:0.75;
}

.premium-cta::before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    right:5%;
    top:50%;
    transform:translateY(-50%);
    background:
    radial-gradient(
        circle,
        rgba(31,125,209,0.35),
        rgba(255,79,109,0.22),
        transparent 70%
    );
    filter:blur(70px);
    pointer-events:none;
}

.cta-content{
    position:relative;
    z-index:2;
    padding:80px;
    color:white;
}

.cta-tag{
    display:inline-block;
    padding:10px 18px;
    border:1px solid rgba(255,79,109,0.8);
    border-radius:50px;
    color:#ff4f6d;
    font-size:13px;
    font-weight:700;
    margin-bottom:30px;
}

.cta-content h2{
    font-size:64px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:30px;
}

.cta-content p{
    font-size:22px;
    line-height:1.7;
    color:#d8d8d8;
    max-width:700px;
    margin-bottom:40px;
}

.cta-btn{
    display:inline-block;
    padding:18px 34px;
    background:#ff4f6d;
    color:white;
    border-radius:14px;
    font-weight:700;
    transition:0.3s;
}

.cta-btn:hover{
    transform:translateY(-4px);
    background:#1f7dd1;
}

/* FOOTER */
.premium-footer{
    background:
    linear-gradient(
        180deg,
        #050505,
        #09142a,
        #0c1f3d
    ) !important;
}

section{
    position:relative;
    overflow:hidden;
}

section::before{
    content:"";

    position:absolute;

    inset:0;


    pointer-events:none;
}

/* HEADER */

/* ================= HEADER ================= */

.header{
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;

    z-index: 1000;

    padding: 18px 45px;

    display: flex;
    justify-content: center;
}

/* INNER CONTAINER */

.header-inner{
    width: 100%;
    max-width: 1800px;

    height: 110px;

    background: rgba(255,255,255,0.88);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border-radius: 28px;

    padding: 0 38px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.18);
}

/* LOGO */

.logo-container img{
    width: 210px;
    display: block;
}

/* NAVBAR */

.navbar{
    display: flex;
    align-items: center;
    gap: 42px;
}

.navbar a{
    color: #111;
    font-size: 17px;
    font-weight: 500;

    transition: 0.3s ease;
}

.navbar a:hover{
    color: #ff4f6d;
}

/* BUTTON */

.desktop-btn{
    background: linear-gradient(135deg,#ff5c7a,#ff3d68);

    color: #fff;

    padding: 16px 34px;

    border-radius: 50px;

    font-size: 16px;
    font-weight: 600;

    transition: 0.3s ease;
}

.desktop-btn:hover{
    transform: translateY(-2px);

    box-shadow:
    0 8px 20px rgba(255,79,109,0.35);
}

/* FIX DROPDOWN + BUTTON */

.nav-dropdown{
    position:relative;
    padding:26px 0;
}

.nav-dropdown::after{
    content:"";
    position:absolute;
    left:-30px;
    right:-30px;
    top:100%;
    height:35px;
}

.dropdown-menu{
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%) translateY(12px);
    margin-top:0;

    width:280px;
    padding:18px;

    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border-radius:22px;
    box-shadow:0 20px 45px rgba(0,0,0,0.25);

    opacity:0;
    visibility:hidden;
    pointer-events:none;

    transition:0.3s ease;
    z-index:99999;
}

.nav-dropdown:hover .dropdown-menu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateX(-50%) translateY(0);
}

.nav-dropdown:hover .dropdown-menu,
.dropdown-menu:hover{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.dropdown-menu a{
    display:block;
    padding:13px 16px;
    color:#07111f !important;
    font-size:15px;
    font-weight:600;
    border-radius:14px;
    white-space:nowrap;
}

.dropdown-menu a:hover{
    background:linear-gradient(135deg,#ff4f6d,#1f7dd1);
    color:white !important;
}

/* FIX HEADER BUTTON */

.desktop-btn{
    min-width:150px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:0 28px;
    border-radius:50px;

    white-space:nowrap;
}

/* HERO */

/* =========================
INKFLOW PREMIUM HERO
========================= */

.premium-hero{
    min-height:100vh;

    display:grid;
    grid-template-columns:
    0.85fr 1.15fr;

    align-items:center;

    position:relative;

    overflow:hidden;

    padding:
    160px 8%
    100px;

    background:
    linear-gradient(
        135deg,
        #07111f 0%,
        #0d1424 40%,
        #180d19 100%);
}

/* BACKGROUND IMAGE */

.premium-hero::before{
    content:"";

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.60)
    ),

    url('https://images.unsplash.com/photo-1512820790803-83ca734da794?q=80&w=1974&auto=format&fit=crop');

    background-size:cover;
    background-position:center;

    opacity:0.5;

    z-index:1;
}

/* BLUE + PINK GLOW */

.premium-hero::after{
    content:"";

    position:absolute;

    width:650px;
    height:650px;

    right:-150px;
    top:50%;

    transform:translateY(-50%);

    background:
    radial-gradient(
        circle,
        rgba(31,125,209,0.55) 0%,
        rgba(255,79,109,0.35) 45%,
        transparent 75%
    );

    filter:blur(60px);

    z-index:1;
}

/* CONTENT */

.hero-left,
.hero-right{
    position:relative;
    z-index:2;
}

/* LEFT SIDE */

.hero-left{
    padding-right:60px;
}

.hero-left h1{
    font-size:82px;
    line-height:1.05;

    margin-bottom:30px;

    font-weight:800;

    color:white;
}

.hero-left h1 span{
    color:#ff4f6d;
}

.hero-left p{
    font-size:22px;
    line-height:1.8;

    color:#cfcfcf;

    margin-bottom:40px;

    max-width:650px;
}

/* BRANDS */

.hero-brands{
    display:flex;
    flex-wrap:wrap;

    gap:20px;

    margin-bottom:45px;
}

/* =========================
BRAND LOGOS
========================= */

.hero-brands{
    display:flex;
    flex-wrap:wrap;

    gap:20px;

    margin-bottom:45px;
}

/* BRAND CARD */

.brand-logo{
    width:190px;
    height:85px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:18px;

    background:
    rgba(255,255,255,0.05);

    border:
    1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(12px);

    transition:0.4s;

    overflow:hidden;
}

/* HOVER */

.brand-logo:hover{
    transform:
    translateY(-6px)
    scale(1.03);

    border-color:#1f7dd1;

    box-shadow:
    0 10px 30px rgba(31,125,209,0.2);
}

/* LOGO IMAGE */

.brand-logo img{
    max-width:95%;
    max-height:70px;

    object-fit:contain;

    filter:
    brightness(1.1)
    contrast(1.1);

    transition:0.4s;
}

/* OPTIONAL HOVER EFFECT */

.brand-logo:hover img{
    transform:scale(1.05);
}

/* =========================
TABLET
========================= */

@media(max-width:991px){

    .hero-brands{
        justify-content:center;
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:600px){

    .hero-brands{
        gap:15px;
    }

    .brand-logo{
        width:150px;
        height:75px;
    }

    .brand-logo img{
        max-height:38px;
    }

}

/* BUTTON */

.hero-main-btn{
    display:inline-block;

    padding:18px 38px;

    background:#ff4f6d;

    color:white;

    border-radius:14px;

    font-weight:600;

    transition:0.3s;
}

.hero-main-btn:hover{
    background:#ff2f55;

    transform:translateY(-5px);
}

/* RIGHT SIDE */

.hero-right{
    display:flex;
    justify-content:center;
}

/* FORM */

.hero-form{
    width:100%;
    max-width:620px;

    padding:28px;

    border-radius:30px;

    background:
    rgba(255,255,255,0.06);

    backdrop-filter:blur(20px);

    border:
    1px solid rgba(255,255,255,0.08);

    box-shadow:
    0 20px 60px rgba(0,0,0,0.5);

    transform:scale(0.92);
    transform-origin:center;
}

/* FORM TITLE */

.hero-form h2{
    text-align:center;

    font-size:28px;

    margin-bottom:20px;

    color:white;
}

/* INPUTS */

.input-group{
    margin-bottom:14px;
}

.input-group label{
    display:block;

    margin-bottom:10px;

    font-weight:600;

    color:rgb(255, 255, 255);
}

.input-group input,
.input-group select{
    width:100%;

    padding:13px 15px;

    border-radius:14px;

    border:1px solid rgba(255,255,255,0.10);

    background:rgba(255,255,255,0.08);

    backdrop-filter:blur(12px);

    color:#ffffff;

    font-size:16px;

    outline:none;

    transition:0.3s;

    appearance:none;
}

/* DROPDOWN OPTIONS */

.input-group select option{
    background:#1b1f2b;

    color:#ffffff;
}

.input-group input:focus,
.input-group select:focus{
    border-color:#1f7dd1;

    box-shadow:
    0 0 15px rgba(31,125,209,0.35);
}

.input-group input::placeholder{
    color:#bbbbbb;
}

/* CHECKBOX */

.checkbox-section{
    margin-top:25px;
}

.checkbox-section h3{
    margin-bottom:18px;

    color:white;
}

.checkbox-grid{
    display:grid;
    grid-template-columns:1fr 1fr;

    gap:15px;
}

.checkbox-grid label{
    display:flex;
    align-items:center;

    gap:10px;

    color:#d0d0d0;
}

/* BUTTON */

.hero-form button{
    width:100%;

    padding:18px;

    margin-top:30px;

    border:none;

    border-radius:14px;

    background:
    linear-gradient(
        135deg,
        #ff4f6d,
        #1f7dd1
    );

    color:white;

    font-size:18px;

    font-weight:700;

    cursor:pointer;

    transition:0.3s;
}

.hero-form button:hover{
    transform:translateY(-4px);

    box-shadow:
    0 10px 30px rgba(31,125,209,0.35);
}

/* =========================
TABLET
========================= */

@media(max-width:991px){

    .premium-hero{
        grid-template-columns:1fr;

        gap:80px;

        text-align:center;

        padding:
        150px 5%
        100px;
    }

    .hero-left{
        padding-right:0;
    }

    .hero-left h1{
        font-size:62px;
    }

    .hero-left p{
        margin:auto auto 40px;
    }

    .hero-brands{
        justify-content:center;
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:600px){

    .premium-hero{
        padding:
        140px 20px
        80px;
    }

    .hero-left h1{
        font-size:44px;
    }

    .hero-left p{
        font-size:16px;
    }

    .hero-form{
        padding:30px 22px;
    }

    .hero-form h2{
        font-size:30px;
    }

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

}

.hero-content{
    width:50%;
    animation:fadeIn 1s ease;
}

.hero-content h1{
    font-size:70px;
    line-height:1.1;
    margin-bottom:20px;
    color:#ffffff;
}

.hero-content p{
    color:#d0d0d0;
    line-height:1.8;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    gap:20px;
}

.primary-btn,
.secondary-btn{
    padding:14px 30px;
    border-radius:40px;
    transition:0.3s;
}

.primary-btn{
    background:#ff4f6d;
    color:white;
}

.secondary-btn{
    border:1px solid #1f7dd1;
    color:#1f7dd1;
}

.primary-btn:hover{
    transform:translateY(-5px);
}

.secondary-btn:hover{
    background:#1f7dd1;
    color:white;
}

.hero-image{
    width:40%;
    position:relative;
    height:500px;
}

.circle-bg{
    width:350px;
    height:350px;
    border-radius:50%;
    background:linear-gradient(135deg,#1f7dd1,#ff4f6d);
    filter:blur(20px);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.floating-card{
    width:140px;
    height:140px;
    background:#111;
    border:1px solid rgba(255,255,255,0.1);
    border-radius:25px;
    position:absolute;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:50px;
    color:#ff4f6d;
    animation:float 3s ease-in-out infinite;
}

.card2{
    top:250px;
    left:180px;
    color:#1f7dd1;
    animation-delay:1s;
}

/* =========================
SOLUTION SECTION
========================= */

.solutions-section{
    padding:120px 8%;
    background:#dfe3ea !important;
}

.solutions-heading{
    max-width:900px;
    margin-bottom:60px;
}

.solutions-heading span{
    color:#ff4f6d;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.solutions-heading h2{
    color:#07111f !important;
    font-size:58px;
    line-height:1.15;
    margin-top:18px;
}

.solutions-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:start;
}

.solution-tabs{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.solution-tab{
    display:flex;
    gap:20px;
    align-items:flex-start;
    text-align:left;

    width:100%;
    border:none;

    padding:28px;
    border-radius:22px;

    background:#eef2f6;
    border:1px solid rgba(7,17,31,0.08);

    color:#07111f;
    cursor:pointer;

    transition:0.3s;
}

.solution-tab i{
    width:56px;
    height:56px;
    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;
    background:linear-gradient(135deg,#ff4f6d,#1f7dd1);

    color:white;
    font-size:24px;
    flex-shrink:0;
}

.solution-tab h3{
    color:#07111f;
    font-size:22px;
    margin-bottom:8px;
}

.solution-tab p{
    color:#263447;
    line-height:1.6;
}

.solution-tab.active,
.solution-tab:hover{
    border-color:#ff4f6d;
    transform:translateX(8px);
    box-shadow:0 18px 40px rgba(7,17,31,0.15);
    background:#f7f9fb;
}

.solution-details{
    min-height:520px;
    padding:45px;

    border-radius:28px;

    background:#eef2f6;

    border:1px solid rgba(7,17,31,0.08);

    box-shadow:0 18px 40px rgba(7,17,31,0.08);
}

.solution-content{
    display:none;
    animation:fadeTab 0.35s ease;
}

.solution-content.active{
    display:block;
}

.solution-content h3{
    color:#07111f !important;
    font-size:36px;
    margin-bottom:25px;
}

.solution-content p{
    color:#263447 !important;
    line-height:1.9;
    font-size:18px;
    margin-bottom:20px;
}

@keyframes fadeTab{
    from{
        opacity:0;
        transform:translateY(15px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

@media(max-width:991px){
    .solutions-wrapper{
        grid-template-columns:1fr;
    }

    .solutions-heading h2{
        font-size:44px;
    }
}

@media(max-width:600px){
    .solutions-section{
        padding:90px 20px;
    }

    .solution-tab{
        flex-direction:column;
    }

    .solution-details{
        padding:30px;
        min-height:auto;
    }

    .solution-content h3{
        font-size:28px;
    }
}


/* SERVICES */

/* =========================
SERVICES SECTION
========================= */

.services{
    padding:120px 8%;

    background:
    rgba(255,255,255,0.03);

    position:relative;
}

/* TITLE */

.section-title{
    text-align:center;

    font-size:64px;

    margin-bottom:70px;

    color:white;

    font-weight:800;
}

/* GRID */

.service-container{
    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(280px,1fr));

    gap:30px;
}

/* CARD */

.service-card{
    position:relative;

    padding:45px 35px;

    border-radius:28px;

    background:
    linear-gradient(
        145deg,
        rgba(255,255,255,0.03),
        rgba(255,255,255,0.015)
    );

    border:
    1px solid rgba(255,255,255,0.06);

    backdrop-filter:blur(10px);

    transition:0.4s;

    overflow:hidden;
}

/* GLOW */

.service-card::before{
    content:"";

    position:absolute;

    width:200px;
    height:200px;

    background:
    radial-gradient(
        circle,
        rgba(255,79,109,0.15),
        transparent 70%
    );

    top:-100px;
    right:-100px;

    transition:0.4s;
}

/* HOVER */

.service-card:hover{
    transform:
    translateY(-10px);

    border-color:
    rgba(255,79,109,0.35);

    box-shadow:
    0 20px 40px rgba(0,0,0,0.45);
}

.service-card:hover::before{
    transform:scale(1.2);
}

/* ACTIVE CARD */

.active-card{
    border-color:
    rgba(255,79,109,0.35);

    box-shadow:
    0 10px 35px rgba(255,79,109,0.12);
}

/* ICON */

.service-card i{
    font-size:42px;

    color:#ff4f6d;

    margin-bottom:28px;
}

/* TITLE */

.service-card h3{
    font-size:30px;

    margin-bottom:20px;

    line-height:1.3;

    color:white;
}

/* TEXT */

.service-card p{
    color:#d0d0d0;

    line-height:1.9;

    font-size:17px;
}

/* SERVICE BUTTON */

.service-btn{
    display:inline-block;

    align-items:center;
    justify-content:center;

    margin-top:25px;

    padding:14px 28px;

    border-radius:12px;

    background:
    linear-gradient(
        135deg,
        #ff4f6d,
        #ff2f55
    );

    color:white;

    font-weight:600;

    font-size:15px;

    transition:0.4s;

    position:relative;

    overflow:hidden;

    text-decoration:none;
}

/* HOVER */

.service-btn:hover{
    transform:
    translateY(-4px);

    box-shadow:
    0 10px 25px rgba(255,79,109,0.3);
}

/* SHINE EFFECT */

.service-btn::before{
    content:"";

    position:absolute;

    top:0;
    left:-100%;

    width:100%;
    height:100%;

    background:
    linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.25),
        transparent
    );

    transition:0.6s;
}

.service-btn:hover::before{
    left:100%;
}

/* CENTER LAST CARD */

.service-card:last-child{
    grid-column:1 / -1;

    max-width:320px;

    justify-self:center;
}

.service-card{
    display:flex;
    flex-direction:column;
}

.service-btn{
    margin-top:auto;
    width:max-content;
}

/* =========================
TABLET
========================= */

@media(max-width:991px){

    .section-title{
        font-size:48px;
    }

    .service-container{
        grid-template-columns:
        repeat(2,1fr);
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:600px){

    .services{
        padding:90px 20px;
    }

    .section-title{
        font-size:38px;
        margin-bottom:50px;
    }

    .service-container{
        grid-template-columns:1fr;
    }

    .service-card{
        padding:35px 28px;
    }

    .service-card h3{
        font-size:24px;
    }

}


/* =========================
BRAND SLIDER
========================= */

.brand-slider{
    width:100%;
    overflow:hidden;
    position:relative;
    padding:25px 0;
    background:rgba(255,255,255,0.03);
    border-top:1px solid rgba(255,255,255,0.05);
    border-bottom:1px solid rgba(255,255,255,0.05);
    backdrop-filter:blur(10px);
}

.slider-track{
    display:flex;
    align-items:center;
    gap:90px;
    width:max-content;
    animation:scrollBrands 22s linear infinite;
}

.slide{
    display:flex;
    justify-content:center;
    align-items:center;
    min-width:160px;
}

.slide img{
    width:140px;
    object-fit:contain;
    opacity:0.85;
    transition:0.3s;
    filter:grayscale(100%) brightness(1.2);
}

.slide img:hover{
    opacity:1;
    transform:scale(1.08);
    filter:grayscale(0%) brightness(1.2);
}

@keyframes scrollBrands{
    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }
}

/* =========================
TABLET
========================= */

@media(max-width:991px){

    .slider-track{
        gap:60px;
    }

    .slide img{
        width:120px;
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:600px){

    .brand-slider{
        padding:18px 0;
    }

    .slider-track{
        gap:45px;
    }

    .slide{
        min-width:120px;
    }

    .slide img{
        width:95px;
    }

}

/* =========================
BEHIND THE SCENES
========================= */

.behind-section{
    padding:120px 8%;
    display:grid;
    grid-template-columns:0.9fr 1.1fr;
    gap:80px;
    align-items:center;
    background:
    linear-gradient(
        135deg,
        #07111f,
        #0b1628,
        #14101a
    ) !important;
}

.behind-image img{
    width:100%;
    border-radius:30px;
    box-shadow:0 25px 60px rgba(0,0,0,0.45);
}

.behind-tag{
    color:#ff4f6d;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.behind-content h2{
    font-size:58px;
    line-height:1.15;
    margin:22px 0;
    color:white;
}

.behind-intro{
    color:#d0d0d0;
    font-size:18px;
    line-height:1.8;
    margin-bottom:45px;
}

.process-item{
    display:flex;
    gap:25px;
    padding:28px 0;
    border-bottom:1px solid rgba(255,255,255,0.12);
}

.process-item span{
    font-size:42px;
    font-weight:800;
    color:#ff4f6d;
}

.process-item h3{
    color:white;
    font-size:24px;
    margin-bottom:10px;
}

.process-item p{
    color:#cfcfcf;
    line-height:1.7;
}

@media(max-width:991px){
    .behind-section{
        grid-template-columns:1fr;
        text-align:center;
    }

    .process-item{
        flex-direction:column;
        align-items:center;
    }
}

@media(max-width:600px){
    .behind-section{
        padding:90px 20px;
    }

    .behind-content h2{
        font-size:38px;
    }
}


/* =========================
MASTERPIECE SECTION
========================= */

.masterpiece-section{
    position:relative;

    display:grid;
    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

    padding:
    140px 8%;

    background:#e7ebf0 !important;

    overflow:hidden;
}

/* GLOW EFFECT */

.masterpiece-section::before{
    content:"";

    position:absolute;

    width:500px;
    height:500px;

    left:-200px;
    top:50%;

    transform:translateY(-50%);

    background:
    radial-gradient(
        circle,
        rgba(31,125,209,0.12),
        transparent 70%
    );

    filter:blur(40px);
}

/* LEFT CONTENT */

.masterpiece-content{
    position:relative;
    z-index:2;
}

/* MINI TITLE */

.mini-title{
    display:inline-block;

    margin-bottom:25px;

    color:#ff4f6d;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;
}

/* HEADING */

.masterpiece-content h2{
    font-size:64px;

    line-height:1.15;

    margin-bottom:30px;

    color:white;

    font-weight:800;

    max-width:700px;
}

/* PARAGRAPH */

.masterpiece-content p{
    color:#cfcfcf;

    font-size:18px;

    line-height:1.9;

    margin-bottom:50px;

    max-width:650px;
}

/* QUOTE */

.quote-box{
    position:relative;

    padding-top:30px;
}

.quote-icon{
    font-size:120px;

    line-height:1;

    color:#ff4f6d;

    margin-bottom:10px;
}

/* LINE */

.quote-line{
    width:180px;
    height:2px;

    background:
    linear-gradient(
        90deg,
        #ff4f6d,
        #1f7dd1
    );

    margin-bottom:30px;
}

/* QUOTE TEXT */

.quote-box h3{
    font-size:38px;

    line-height:1.4;

    color:#07111f !important;

    font-weight:600;

    max-width:600px;
}

/* RIGHT SIDE */

.masterpiece-images{
    position:relative;

    height:700px;
}

/* IMAGE CARD */

.image-card{
    position:absolute;

    overflow:hidden;

    border-radius:30px;

    border:
    1px solid rgba(255,255,255,0.08);

    box-shadow:
    0 20px 50px rgba(0,0,0,0.4);

    transition:0.4s;
}

/* HOVER */

.image-card:hover{
    transform:
    translateY(-10px)
    scale(1.02);
}

/* IMAGES */

.image-card img{
    width:100%;
    height:100%;

    object-fit:cover;
}

/* LARGE */

.large-image{
    width:420px;
    height:580px;

    top:0;
    left:0;
}

/* SMALL */

.small-image{
    width:320px;
    height:420px;

    bottom:0;
    right:0;
}

/* =========================
TABLET
========================= */

@media(max-width:991px){

    .masterpiece-section{
        grid-template-columns:1fr;

        gap:70px;

        text-align:center;
    }

    .masterpiece-content h2{
        font-size:52px;

        margin:auto auto 30px;
    }

    .masterpiece-content p{
        margin:auto auto 50px;
    }

    .quote-line{
        margin:auto auto 30px;
    }

    .quote-box h3{
        margin:auto;
    }

    .masterpiece-images{
        height:650px;
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:600px){

    .masterpiece-section{
        padding:
        90px 20px;
    }

    .masterpiece-content h2{
        font-size:38px;
    }

    .masterpiece-content p{
        font-size:16px;
    }

    .quote-box h3{
        font-size:28px;
    }

    .masterpiece-images{
        height:auto;

        display:flex;
        flex-direction:column;

        gap:25px;
    }

    .image-card{
        position:relative;

        width:100% !important;
        height:320px !important;
    }

}


/* =========================
WHY CHOOSE SECTION
========================= */

.why-choose{
    padding:120px 8%;

    background:
    linear-gradient(
        135deg,
        #07111f,
        #10192b
    ) !important;
}

/* TOP AREA */

.why-top{
    display:grid;

    grid-template-columns:
    1fr 1fr;

    gap:50px;

    align-items:start;

    margin-bottom:35px;
}

/* LEFT */

.why-left h2{
    font-size:64px;

    line-height:1.1;

    margin:20px 0 30px;

    color:white;

    font-weight:800;
}

.why-left p{
    color:#d0d0d0;

    line-height:1.9;

    font-size:18px;

    max-width:650px;
}

/* MINI TITLE */

.why-mini-title{
    color:#ff4f6d;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;
}

/* TOP CARDS */

.why-top-cards{
    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:25px;
}

/* BOTTOM CARDS */

.why-bottom-cards{
    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:25px;
}

/* CARD */

.why-card{
    padding:35px 30px;

    border-radius:28px;

    min-height:260px;

    background:
    linear-gradient(
        145deg,
        rgba(255,255,255,0.04),
        rgba(255,255,255,0.02)
    );

    border:
    1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(12px);

    transition:0.4s;
}

/* HOVER */

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

    border-color:
    rgba(255,79,109,0.3);

    box-shadow:
    0 15px 35px rgba(0,0,0,0.45);
}

/* ICON */

.why-card i{
    width:70px;
    height:70px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:18px;

    margin-bottom:28px;

    background:
    linear-gradient(
        135deg,
        #ff4f6d,
        #1f7dd1
    );

    color:white;

    font-size:28px;
}

/* TITLE */

.why-card h3{
    font-size:30px;

    line-height:1.3;

    margin-bottom:18px;

    color:white;

    font-weight:700;
}

/* TEXT */

.why-card p{
    color:#d0d0d0;

    line-height:1.8;

    font-size:16px;
}

/* TABLET */

@media(max-width:991px){

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

    .why-top-cards{
        grid-template-columns:1fr 1fr;
    }

    .why-bottom-cards{
        grid-template-columns:1fr 1fr;
    }

}

/* MOBILE */

@media(max-width:600px){

    .why-choose{
        padding:90px 20px;
    }

    .why-left h2{
        font-size:42px;
    }

    .why-top-cards,
    .why-bottom-cards{
        grid-template-columns:1fr;
    }

}



/* ABOUT */

.about{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:100px 8%;
    gap:60px;
}

.about-image{
    width:45%;
}

.about-box{
    width:100%;
    height:450px;
    border-radius:30px;
     background:
    linear-gradient(
        135deg,
        #07111f,
        #10192b
    ) !important;
}

.about-content{
    width:50%;
}

.about-content h2{
    font-size:45px;
    margin-bottom:20px;
}

.about-content p{
    line-height:1.8;
    margin-bottom:20px;
    color:#ccc;
}

.about-content ul li{
    margin-bottom:15px;
}

/* STATS */

.premium-stats{
    padding:70px 8%;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;

    background:#dfe3ea !important;

    position:relative;
    overflow:hidden;
}

.premium-stats::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size:90px 90px;
    opacity:0.45;
}

.stat-item{
    position:relative;
    z-index:2;
    padding:0 35px;
    border-right:1px solid rgba(255,255,255,0.22);
}

.stat-item:last-child{
    border-right:none;
}

.stat-item h2{
    font-size:56px;
    color:#10192b;
    margin-bottom:25px;
    font-weight:800;
}

.stat-item h3{
    color:#10192b;
    font-size:24px;
    margin-bottom:12px;
}

.stat-item p{
    color:#10192b;
    font-size:16px;
    line-height:1.6;
}

@media(max-width:991px){
    .premium-stats{
        grid-template-columns:repeat(2,1fr);
        gap:40px 0;
    }

    .stat-item:nth-child(2){
        border-right:none;
    }
}

@media(max-width:600px){
    .premium-stats{
        grid-template-columns:1fr;
        padding:60px 25px;
    }

    .stat-item{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,0.2);
        padding:0 0 30px;
    }

    .stat-item:last-child{
        border-bottom:none;
    }

    .stat-item h2{
        font-size:44px;
    }
}

/* CTA */

.cta{
    padding:120px 8%;
    text-align:center;
    background:
    linear-gradient(
        135deg,
        #1a1020,
        #10203a
    );
}

.cta h2{
    font-size:50px;
    margin-bottom:20px;
}

.cta p{
    color:#bbb;
    margin-bottom:30px;
}

/* FOOTER */

/* PREMIUM FOOTER */

.premium-footer{
    position:relative;
    width:100%;
    padding-top:100px;

    background:
    linear-gradient(
        180deg,
        #050505 0%,
        #09142a 40%,
        #0c1f3d 100%
    );

    overflow:hidden;
}

/* WORLD DOT EFFECT */

.footer-overlay{
    position:absolute;
    inset:0;

    background-image:
    radial-gradient(
        rgba(255,255,255,0.12) 1px,
        transparent 1px
    );

    background-size:12px 12px;

    opacity:0.2;
}

/* CONTAINER */

.footer-container{
    position:relative;

    width:90%;
    margin:auto;

    display:grid;
    grid-template-columns:
    1.5fr
    1fr
    1fr
    1.2fr;

    gap:60px;

    z-index:2;
}

/* LOGO AREA */

.footer-about img{
    width:260px;
    margin-bottom:25px;
}

.footer-about p{
    color:#d0d0d0;
    line-height:1.8;
    margin-bottom:30px;
    max-width:400px;
}

/* SOCIAL */

.social-icons{
    display:flex;
    gap:18px;
}

.social-icons a{
    width:45px;
    height:45px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;

    background:rgba(255,255,255,0.08);

    color:white;

    transition:0.3s;
}

.social-icons a:hover{
    background:#ff4f6d;
    transform:translateY(-5px);
}

/* LINKS */

.footer-links h3,
.footer-contact h3{
    color:white;
    font-size:26px;
    margin-bottom:25px;
}

.footer-links{
    display:flex;
    flex-direction:column;
}

.footer-links a{
    color:#d0d0d0;
    margin-bottom:14px;

    transition:0.3s;
}

.footer-links a:hover{
    color:#ff4f6d;
    padding-left:5px;
}

/* CONTACT */

.footer-contact p{
    color:#d0d0d0;
    line-height:1.8;
    margin-bottom:18px;

    display:flex;
    gap:12px;
}

.footer-contact i{
    color:#ff4f6d;
    margin-top:5px;
}

/* TRUST */

.trust-badge{
    margin-top:35px;

    display:flex;
    align-items:center;
    gap:15px;
}

.trust-badge span{
    color:#00d26a;
    font-size:32px;
}

.trust-badge h2{
    font-size:42px;
    color:white;
}

/* BOTTOM */

.footer-bottom{
    margin-top:80px;

    padding:25px 8%;

    border-top:
    1px solid rgba(255,255,255,0.08);

    display:flex;
    justify-content:space-between;
    align-items:center;

    flex-wrap:wrap;

    position:relative;
    z-index:2;
}

.footer-bottom p{
    color:#d0d0d0;
}

.footer-policy{
    display:flex;
    gap:20px;
}

.footer-policy a{
    color:#d0d0d0;
    transition:0.3s;
}

.footer-policy a:hover{
    color:#ff4f6d;
}

/* RESPONSIVE */

@media(max-width:991px){

    .footer-container{
        grid-template-columns:1fr;
    }

    .footer-bottom{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }

    .trust-badge h2{
        font-size:30px;
    }
}

/* ANIMATIONS */

@keyframes float{
    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-20px);
    }

    100%{
        transform:translateY(0px);
    }
}

@keyframes fadeIn{
    from{
        opacity:0;
        transform:translateY(50px);
    }

    to{
        opacity:1;
        transform:translateY(0px);
    }
}

/* =========================
CLEAN MOBILE HEADER / HAMBURGER
This replaces the duplicated mobile navbar rules.
========================= */

.menu-toggle{
    display:none;
    width:45px;
    height:45px;
    border:none;
    background:transparent;
    cursor:pointer;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:6px;
    z-index:10000;
}

.menu-toggle span{
    display:block;
    width:28px;
    height:3px;
    border-radius:20px;
    background:linear-gradient(90deg,#ff4f6d,#1f7dd1);
    transition:0.35s ease;
}

.menu-toggle.active span:nth-child(1){
    transform:translateY(9px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2){
    opacity:0;
}

.menu-toggle.active span:nth-child(3){
    transform:translateY(-9px) rotate(-45deg);
}

@media(max-width:991px){

    .header{
        width:100%;
        top:0;
        left:0;
        padding:20px;
        height:auto;
    }

    .header-inner{
        height:105px;
        padding:0 26px;
        border-radius:28px;
    }

    .logo-container img{
        width:170px;
    }

    .desktop-btn{
        display:none;
    }

    .menu-toggle{
        display:flex !important;
    }

    .navbar{
        position:absolute;
        top:125px;
        left:50%;
        right:auto;
        transform:translateX(-50%);

        width:calc(100vw - 40px);
        max-width:560px;

        display:none;
        flex-direction:column;
        align-items:center;
        justify-content:flex-start;

        gap:24px;
        padding:32px 24px;

        background:rgba(0,0,0,0.95);
        backdrop-filter:blur(16px);
        -webkit-backdrop-filter:blur(16px);

        border:1px solid rgba(255,255,255,0.08);
        border-radius:26px;

        box-shadow:0 15px 40px rgba(0,0,0,0.4);

        overflow:hidden;
        z-index:9999;
    }

    .navbar.active{
        display:flex;
    }

    .navbar a,
    .dropdown-toggle{
        width:100%;
        display:flex;
        justify-content:center;
        align-items:center;
        gap:8px;

        color:#ffffff !important;
        font-size:18px !important;
        font-weight:700;
        text-align:center;
    }

    .nav-dropdown{
        width:100%;
        padding:0;
        display:flex;
        flex-direction:column;
        align-items:center;
    }

    .nav-dropdown::after{
        display:none;
    }

    .dropdown-menu{
        position:static !important;
        transform:none !important;

        width:100% !important;
        max-width:100% !important;

        margin:16px auto 0;
        padding:14px;

        display:none;
        flex-direction:column;
        gap:6px;

        opacity:1 !important;
        visibility:visible !important;
        pointer-events:auto !important;

        background:#f5f5f5;
        border-radius:18px;
        box-shadow:none;
    }

    .nav-dropdown.active .dropdown-menu,
    .dropdown-menu.active{
        display:flex !important;
    }

    .dropdown-menu a{
        width:100%;
        color:#07111f !important;
        font-size:15px !important;
        font-weight:700;
        padding:10px 12px;
        white-space:normal;
        text-align:center;
    }

    .premium-hero{
        grid-template-columns:1fr;
        text-align:center;
        gap:60px;
        padding:160px 24px 90px;
    }

    .hero-left{
        padding-right:0;
    }

    .hero-left h1{
        font-size:56px;
    }

    .hero-left p{
        margin-left:auto;
        margin-right:auto;
    }

    .hero-brands{
        justify-content:center;
    }

    .about{
        flex-direction:column;
        text-align:center;
    }

    .about-content,
    .about-image{
        width:100%;
    }

    .footer-container{
        grid-template-columns:1fr;
        text-align:center;
    }

    .footer-bottom{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }
}

@media(max-width:600px){

    .header{
        padding:14px;
    }

    .header-inner{
        height:96px;
        padding:0 22px;
        border-radius:24px;
    }

    .logo-container img{
        width:155px;
    }

    .navbar{
        top:112px;
        width:calc(100vw - 28px);
        max-width:calc(100vw - 28px);
        padding:28px 18px;
        gap:20px;
        border-radius:22px;
    }

    .navbar a,
    .dropdown-toggle{
        font-size:17px !important;
    }

    .premium-hero{
        padding:145px 20px 80px;
    }

    .hero-left h1{
        font-size:42px;
        line-height:1.15;
    }

    .hero-left p{
        font-size:16px;
    }

    .hero-brands{
        gap:14px;
    }

    .brand-logo{
        width:145px;
        height:74px;
    }
}



/* LIGHT SECTION TEXT FIX */

.services .section-title,
.solutions-section h2,
.masterpiece-section h2,
.masterpiece-section p,
.solution-tab h3,
.solution-tab p,
.solution-content h3,
.solution-content p{
    color:#07111f !important;
}

.service-card{
    background:
    linear-gradient(
        145deg,
        rgba(16,25,43,0.92),
        rgba(10,18,32,0.88)
    ) !important;

    border:
    1px solid rgba(255,79,109,0.12);

    backdrop-filter:blur(12px);

    box-shadow:
    0 12px 35px rgba(0,0,0,0.25);
}

.service-card h3{
    color:#ffffff !important;
}

.service-card p{
    color:#cfcfcf !important;
}

.quote-author{
    margin-top:18px;

    font-size:16px;

    font-style:italic;

    font-weight:500;

    color:#07111f;

    opacity:0.75;
}

/* GENRE */
.genre-section{
    padding:120px 8%;
    background:#dfe3ea;
}

.genre-heading{
    max-width:950px;
    margin:0 auto 70px;
    text-align:center;
}

.genre-heading span{
    color:#ff4f6d;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.genre-heading h2{
    font-size:58px;
    line-height:1.15;
    color:#07111f;
    margin:18px 0;
}

.genre-heading p{
    color:#263447;
    font-size:18px;
    line-height:1.8;
}

.genre-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:38px;
}

.genre-card{
    position:relative;
    text-align:center;
    border-radius:24px;
    overflow:hidden;
    cursor:pointer;
}

.genre-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:24px;
    transition:0.45s ease;
}

.genre-card h3{
    margin-top:18px;
    font-size:24px;
    color:#07111f;
    font-weight:800;
    transition:0.35s ease;
}

.genre-card:hover img{
    transform:scale(1.08);
    filter:brightness(0.75);
}

.genre-card:hover h3{
    color:#ff4f6d;
    transform:translateY(-4px);
}

@media(max-width:991px){
    .genre-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .genre-heading h2{
        font-size:44px;
    }
}

@media(max-width:600px){
    .genre-section{
        padding:90px 20px;
    }

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

    .genre-card img{
        height:220px;
    }

    .genre-heading h2{
        font-size:36px;
    }
}

/* PORTFOLIO SECTION */

.portfolio-showcase{
    padding:110px 8%;
    text-align:center;

    background:#0b1220;
    overflow:hidden;
}

.portfolio-tag{
    display:inline-block;
    margin-bottom:15px;

    color:#ff4f6d;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.portfolio-content h2{
    font-size:58px;
    color:white;
    margin-bottom:22px;
}

.portfolio-content p{
    max-width:1050px;
    margin:0 auto 60px;

    color:#d0d0d0;
    font-size:18px;
    line-height:1.8;
}

.portfolio-books{
    display:flex;
    justify-content:center;
    align-items:flex-end;
    gap:45px;
    flex-wrap:wrap;

    margin-bottom:60px;
}

.portfolio-books img{
    width:150px;
    height:230px;
    object-fit:cover;

    border-radius:8px;

    box-shadow:
    0 18px 35px rgba(0,0,0,0.45);

    transition:0.4s ease;
}

.portfolio-books img:nth-child(even){
    transform:translateY(18px);
}

.portfolio-books img:hover{
    transform:translateY(-18px) scale(1.06);
    box-shadow:
    0 25px 50px rgba(255,79,109,0.25);
}

.portfolio-actions{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}

.portfolio-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    padding:16px 34px;

    border-radius:50px;

    font-weight:700;

    transition:0.3s ease;
}

.portfolio-btn.primary{
    background:#ff4f6d;
    color:white;
}

.portfolio-btn.secondary{
    background:white;
    color:#07111f;
}

.portfolio-btn:hover{
    transform:translateY(-4px);
}

.portfolio-btn.primary:hover{
    background:#1f7dd1;
}

.portfolio-btn.secondary:hover{
    color:#ff4f6d;
}

@media(max-width:991px){

    .portfolio-content h2{
        font-size:46px;
    }

    .portfolio-books{
        gap:30px;
    }

    .portfolio-books img{
        width:130px;
        height:200px;
    }

}

@media(max-width:600px){

    .portfolio-showcase{
        padding:90px 20px;
    }

    .portfolio-content h2{
        font-size:38px;
    }

    .portfolio-content p{
        font-size:16px;
    }

    .portfolio-books{
        gap:22px;
    }

    .portfolio-books img{
        width:115px;
        height:175px;
    }

}

/* REVIEW SECTION */

.reviews-section{
    padding:110px 8%;
    background:#dfe3ea;
    overflow:hidden;
}

.reviews-header{
    text-align:center;
    margin-bottom:70px;
}

.reviews-header span{
    color:#ff4f6d;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.reviews-header h2{
    font-size:58px;
    color:#07111f;
    margin:18px 0;
}

.reviews-header p{
    max-width:850px;
    margin:auto;

    color:#263447;
    font-size:18px;
    line-height:1.8;
}

.reviews-slider{
    overflow:hidden;
    position:relative;
}

.reviews-track{
    display:flex;
    gap:30px;
    width:max-content;

    animation:reviewScroll 35s linear infinite;
}

.review-card{
    width:360px;
    min-height:260px;

    padding:35px;

    background:#f3f5f8;

    border-radius:26px;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.08);

    transition:0.4s ease;

    border:
    1px solid rgba(255,79,109,0.12);
}

.review-card:hover{
    transform:translateY(-10px);

    box-shadow:
    0 18px 45px rgba(255,79,109,0.15);
}

.stars{
    color:#ffc107;
    font-size:24px;
    margin-bottom:20px;
    letter-spacing:3px;
}

.review-card h3{
    color:#07111f;
    font-size:28px;
    margin-bottom:18px;
}

.review-card p{
    color:#334155;
    line-height:1.9;
    font-size:16px;
}

@keyframes reviewScroll{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }

}

@media(max-width:991px){

    .reviews-header h2{
        font-size:46px;
    }

    .review-card{
        width:320px;
    }

}

@media(max-width:600px){

    .reviews-section{
        padding:90px 20px;
    }

    .reviews-header h2{
        font-size:38px;
    }

    .reviews-header p{
        font-size:16px;
    }

    .review-card{
        width:280px;
        padding:28px;
    }

    .review-card h3{
        font-size:24px;
    }

}

/* FAQ */

.faq-section{
    padding:120px 8%;
    background:#07111f;
    color:white;
}

.faq-heading{
    text-align:center;
    margin-bottom:70px;
}

.faq-heading span{
    color:#ff4f6d;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.faq-heading h2{
    font-size:58px;
    margin-top:15px;
}

.faq-wrapper{
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    gap:70px;
    align-items:start;
}

.faq-item{
    margin-bottom:18px;
    border-radius:16px;
    overflow:hidden;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
}

.faq-question{
    width:100%;
    padding:22px 26px;
    background:#0b1220;
    border:none;
    color:white;
    font-size:18px;
    font-weight:700;
    text-align:left;
    cursor:pointer;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.faq-question i{
    color:#ff4f6d;
    transition:0.3s;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:0.4s ease;
}

.faq-answer p{
    padding:25px 26px;
    color:#d0d0d0;
    line-height:1.8;
}

.faq-item.active .faq-answer{
    max-height:220px;
}

.faq-item.active .faq-question i{
    transform:rotate(45deg);
}

/* FORM */

.faq-form-box{
    padding:40px;
    border-radius:28px;

    background:
    linear-gradient(
        145deg,
        rgba(255,255,255,0.09),
        rgba(255,255,255,0.035)
    );

    border:1px solid rgba(255,255,255,0.1);
    backdrop-filter:blur(14px);
}

.faq-form-box h3{
    font-size:30px;
    margin-bottom:25px;
    color:#ff4f6d;
}

.faq-form-box input{
    width:100%;
    padding:15px 18px;
    margin-bottom:14px;

    border-radius:12px;
    border:1px solid rgba(255,255,255,0.12);

    background:rgba(255,255,255,0.08);
    color:white;
    outline:none;
}

.faq-form-box input::placeholder{
    color:#bbbbbb;
}

.faq-form-box h4{
    font-size:22px;
    margin:22px 0 18px;
}

.faq-service-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px 40px;
    margin-bottom:30px;
}

.faq-service-grid label{
    display:flex;
    align-items:center;
    gap:12px;

    color:#d0d0d0;
    font-size:16px;
    font-weight:500;

    cursor:pointer;
}

.faq-service-grid input[type="checkbox"]{
    width:18px;
    height:18px;

    accent-color:#ff4f6d;

    cursor:pointer;
}

.faq-form-box button{
    width:100%;
    padding:16px;
    border:none;
    border-radius:14px;

    background:linear-gradient(135deg,#ff4f6d,#1f7dd1);
    color:white;

    font-weight:800;
    cursor:pointer;
}

@media(max-width:991px){
    .faq-wrapper{
        grid-template-columns:1fr;
    }
}

@media(max-width:600px){
    .faq-section{
        padding:90px 20px;
    }

    .faq-heading h2{
        font-size:38px;
    }

    .faq-service-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:991px){

    .header{
        left:0 !important;
        right:0 !important;
        width:100% !important;
        padding:14px !important;
        display:flex !important;
        justify-content:center !important;
    }

    .header-inner{
        width:100% !important;
        max-width:100% !important;
    }

    .navbar{
        position:absolute !important;
        top:105px !important;
        left:14px !important;
        right:14px !important;

        width:auto !important;
        max-width:none !important;

        transform:none !important;

        display:none;
        flex-direction:column;
        align-items:center;
        justify-content:center;

        padding:28px 20px !important;
        border-radius:24px !important;

        background:rgba(0,0,0,0.94) !important;
        overflow:hidden !important;
        z-index:9999 !important;
    }

    .navbar.active{
        display:flex !important;
    }

    .navbar a{
        width:100%;
        text-align:center;
    }

    .nav-dropdown,
    .dropdown{
        width:100% !important;
        padding:0 !important;
        text-align:center !important;
    }

    .dropdown-menu{
        position:static !important;
        width:100% !important;
        max-width:100% !important;
        transform:none !important;
        margin:16px auto 0 !important;
        left:auto !important;
        right:auto !important;
    }
}


@media(max-width:991px){

    .nav-dropdown{
        width:100% !important;
        text-align:center !important;
        padding:0 !important;
        position:relative !important;
    }

    .nav-dropdown .dropdown-menu{
        position:static !important;
        display:none !important;
        width:100% !important;
        margin:16px auto 0 !important;
        padding:14px !important;
        transform:none !important;
        opacity:1 !important;
        visibility:visible !important;
        pointer-events:auto !important;
        background:#f4f4f4 !important;
        border-radius:18px !important;
    }

    .nav-dropdown.active .dropdown-menu{
        display:flex !important;
        flex-direction:column !important;
        gap:8px !important;
    }

    .nav-dropdown .dropdown-menu a{
        color:#07111f !important;
        font-size:15px !important;
        padding:10px !important;
        text-align:center !important;
    }
}

@media(max-width:600px){

    .premium-hero{
        padding-top:190px !important;
    }

    .hero-left h1{
        margin-top:20px;
    }

}

@media(max-width:991px){

    .nav-dropdown.active .dropdown-menu{
        display:flex !important;
        flex-direction:column !important;
        gap:8px !important;
    }

    .nav-dropdown .dropdown-menu{
        max-height:300px !important;
        overflow-y:auto !important;
    }
}