*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, sans-serif;
}

html{
    scroll-behavior:smooth;
}

body{
    background:
    radial-gradient(circle at 15% 30%, rgba(120,0,255,0.25), transparent 30%),
    radial-gradient(circle at 90% 50%, rgba(140,0,255,0.25), transparent 35%),
    linear-gradient(
        90deg,
        #020b3f 0%,
        #03185a 40%,
        #1d1464 70%,
        #3b118b 100%
    );
}

/* Navbar */
nav{
    height: 120px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 70px;
    background: rgba(7,15,47,0.85);
    backdrop-filter: blur(15px);
    border-bottom:none;
    overflow: visible;
}

.logo img{
    width:300px;
    height:auto;
    display:block;
    border:none !important;
    box-shadow:none !important;
    background:transparent !important;
}

.menu-toggle{
    margin-left:auto;
    font-size:28px;
    color:white;
    cursor:pointer;
    display:none;
}

ul{
    display:flex;
    list-style:none;
    gap:60px;
}

ul li a{
    color:white;
    text-decoration:none;
    font-size:22px;
    font-weight:600;
}
ul li a{
    color:white;
    text-decoration:none;
    font-size:22px;
    font-weight:600;
}

/* YAHAN NICHE PASTE KARO */

ul li{
    position: relative;
}


/* Iske baad tumhara purana code */
nav ul li:first-child a::after

nav ul li:first-child a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -28px;
    width: 70px;
    height: 4px;
    background: #7b4dff;
}

ul li a:hover{
    color:#facc15;
}

/* Hero */
.hero{
    min-height:100vh;
    display:grid;
    grid-template-columns:42% 52%;
    align-items:center;
    justify-content:space-between;
    padding:60px 70px 80px;
    gap:40px;
    background:
        radial-gradient(circle at 72% 20%, rgba(124,58,237,0.45), transparent 35%),
        radial-gradient(circle at 25% 75%, rgba(236,72,153,0.20), transparent 30%),
        #070f2f;
    overflow:hidden;
    align-items: center;
padding-top: 20px;
}

.hero-left{
    z-index:5;
    margin-top: -80px;
}

.hero-left h1{
    font-size:72px;
    line-height:1.1;
    margin-bottom:28px;
    font-weight:900;
    color:white;
    text-shadow:0 4px 20px rgba(0,0,0,0.3);
}


.hero-left h1 span{
    background:linear-gradient(90deg,#7c3aed,#06b6d4);
    -webkit-background-clip:text;
    color:transparent;
}

.hero-left p{
    font-size:22px;
    line-height:1.8;
    color:#e5e7eb;
    margin-bottom:35px;
}

button{
    background:linear-gradient(90deg,#7c3aed,#ec4899);
    color:white;
    border:none;
    padding:16px 34px;
    border-radius:50px;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:0.3s;
    box-shadow:0 10px 30px rgba(124,58,237,0.4);
}

button:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(124,58,237,0.6);
}


/* Hero Images */
.hero-right{
    position: relative;
    width: 650px;
    height: 800px;
}
.hero-right::before{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    background:radial-gradient(circle,#7c3aed,transparent 65%);
    filter:blur(85px);
    opacity:0.45;
    right:20px;
    top:40px;
}

.video-card{
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
    border: 1px solid rgba(255,255,255,0.15);
}


.video-card:hover{
    transform: translateY(-8px);
    transition: 0.4s ease;
}

.video-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:30px;
}
.video-card video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Only 3 premium cards */
.card1{
    position: absolute;
    width: 360px;
    height: 220px;
    top: 20px;
    left: 220px;
}

.card2{
    position: absolute;
    width: 360px;
    height: 220px;
    top: 270px;
    left: 120px;
}

.card3{
    position: absolute;
    width: 360px;
    height: 220px;
    top: 520px;
    left: 220px;
}
.card5{
    display:none;
}

/* Stats */
.stats{
    grid-column:1 / -1;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:70px;
    padding:50px 30px;

    background: linear-gradient(
    90deg,
    #06145f 0%,
    #03185a 40%,
    #1d1464 70%,
    #3b118b 100%
    );

    border:1px solid rgba(255,255,255,0.08);
    border-radius:25px;
    max-width:1200px;
    width:100%;
    margin:30px auto 0;
    box-shadow:0 20px 55px rgba(0,0,0,0.45);
}

.stats div{
    text-align:center;
}

.stats h2{
    color:#facc15;
    font-size:48px;
    margin-bottom:8px;
}

.stats p{
    font-size:18px;
    color:#cbd5e1;
}

/* Services */
.services{
    padding:90px 80px;
    text-align:center;
    background:linear-gradient(180deg,#070f2f,#0b1437);
}

.services h2{
    font-size:45px;
    margin-bottom:45px;
    color:white;
}

.service-container{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:28px;
    max-width:1200px;
    margin:0 auto;
}

.card{
    background:rgba(22,33,62,0.86);
    border:1px solid rgba(255,255,255,0.10);
    backdrop-filter:blur(10px);
    padding:35px;
    border-radius:22px;
    text-align:left;
    box-shadow:0 18px 45px rgba(0,0,0,0.38);
    transition:0.3s;
}

.card:hover{
    transform:translateY(-10px);
    border:1px solid #8b5cf6;
}

.card h3{
    color:#8b5cf6;
    font-size:25px;
    margin-bottom:16px;
}

.card p{
    font-size:18px;
    line-height:1.7;
}

/* About + Contact */
#about p,
#contact p{
    max-width:850px;
    margin:12px auto;
    font-size:20px;
    line-height:1.8;
    text-align:center;
}

#contact .card{
    max-width:700px;
    margin:0 auto;
    text-align:center;
}

/* Footer */
footer{
    text-align:center;
    padding:30px;
    background:#050b24;
}

footer p{
    font-size:17px;
    color:#cbd5e1;
}

/* Mobile */
@media(max-width:768px){

nav{
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 8px 18px !important;
}

.logo img{
    width: 140px !important;
    height: auto !important;
    margin: 0 !important;
}

ul{
    flex-wrap:wrap;
    justify-content:center;
    gap:18px;
}

    .hero{
        grid-template-columns:1fr;
        padding:50px 20px;
        text-align:center;
    }

    .hero-left h1{
        font-size:42px;
    }

    .hero-left p{
        font-size:18px;
    }

    .hero-right{
        width:100%;
        height:560px;
    }

    .video-card{
        border-radius:24px;
    }

    .video-card img{
        border-radius:24px;
    }

    .card1{
        width:180px;
        height:230px;
        top:0;
        left:50%;
        transform:translateX(-50%);
    }

    .card2{
        width:160px;
        height:210px;
        top:220px;
        left:25px;
    }

    .card3{
        width:160px;
        height:210px;
        top:220px;
        right:25px;
        left:auto;
    }

    .stats{
        flex-wrap:wrap;
        gap:25px;
        padding:35px 20px;
    }

    .stats div{
        width:40%;
    }

    .stats h2{
        font-size:34px;
    }

    .services{
        padding:60px 20px;
    }

    .service-container{
        grid-template-columns:1fr;
    }
}
.why-choose{
    padding:90px 80px;
    background:#070f2f;
    text-align:center;
}

.why-choose h2{
    font-size:45px;
    margin-bottom:45px;
}

.why-container{
    display:grid;
    grid-template-columns:repeat(4, minmax(220px,1fr));
    gap:25px;
    max-width:1200px;
    margin:0 auto;
}

.why-box{
    background:rgba(22,33,62,0.9);
    border:1px solid rgba(255,255,255,0.1);
    padding:30px;
    border-radius:22px;
    transition:0.3s;
}

.why-box:hover{
    transform:translateY(-10px);
    border-color:#8b5cf6;
}

.why-box h3{
    color:#facc15;
    margin-bottom:15px;
}

.why-box p{
    color:#cbd5e1;
    line-height:1.6;
}

@media(max-width:768px){
    .why-choose{
        padding:60px 20px;
    }

    .why-container{
        grid-template-columns:1fr;
    }
}
.process{
    padding:100px 80px;
    text-align:center;
    background-color: #07124a;
    background: transparent !important;
}

.process h2{
    font-size:45px;
    margin-bottom:60px;
}

.process-container{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}

.process-step{
    width:250px;
    padding:35px;
    background:rgba(255,255,255,0.05);
    border-radius:25px;
    border:1px solid rgba(255,255,255,0.08);
    transition:0.4s;
}

.process-step:hover{
    transform:translateY(-10px);
    border-color:#8b5cf6;
}

.process-step span{
    font-size:40px;
    font-weight:bold;
    color:#facc15;
}

.process-step h3{
    margin:15px 0;
}

.process-step p{
    color:#cbd5e1;
}
.brands{
    padding:80px 20px;
    text-align:center;
    background:#070f2f;
}

.brands h2{
    font-size:42px;
    margin-bottom:40px;
}

.brand-slider{
    overflow:hidden;
    max-width:1100px;
    margin:auto;
}

.brand-track{
    display:flex;
    gap:70px;
    animation:scrollBrands 15s linear infinite;
}

.brand-track span{
    font-size:32px;
    font-weight:bold;
    color:#cbd5e1;
    white-space:nowrap;
}

@keyframes scrollBrands{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-50%);
    }
}
.testimonials{
    padding:100px 80px;
    text-align:center;
    background:#070f2f;
}

.testimonials h2{
    font-size:48px;
    margin-bottom:50px;
}

.testimonial-container{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    max-width:1200px;
    margin:0 auto;
}

.testimonial-card{
    background:rgba(22,33,62,0.88);
    border:1px solid rgba(255,255,255,0.1);
    padding:35px;
    border-radius:24px;
    text-align:left;
    box-shadow:0 18px 45px rgba(0,0,0,0.35);
}

.testimonial-card p{
    font-size:18px;
    line-height:1.7;
    color:#e5e7eb;
    margin-bottom:25px;
}

.testimonial-card h3{
    color:#facc15;
    margin-bottom:10px;
    font-size:22px;
}

.testimonial-card span{
    font-size:20px;
}

@media(max-width:768px){
    .testimonial-container{
        grid-template-columns:1fr;
    }

    .testimonials{
        padding:60px 20px;
    }
}

@media(max-width:768px){
    .testimonial-container{
        grid-template-columns:1fr;
    }

    .testimonials{
        padding:60px 20px;
    }
}
.footer{
    background:#050b25;
    padding:70px 80px 20px;
    border-top:1px solid rgba(255,255,255,0.08);
}

.footer-container{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:40px;
}

.footer-col h2{
    color:#8b5cf6;
    margin-bottom:15px;
}

.footer-col h3{
    margin-bottom:15px;
    color:#facc15;
}

.footer-col p,
.footer-col a{
    color:#cbd5e1;
    text-decoration:none;
    display:block;
    margin-bottom:12px;
    transition:0.3s;
}

.footer-col a:hover{
    color:#8b5cf6;
}

.footer-bottom{
    text-align:center;
    margin-top:40px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,0.08);
    color:#94a3b8;
}

@media(max-width:768px){

    .footer{
        padding:50px 20px;
    }

    .footer-container{
        grid-template-columns:1fr;
        text-align:center;
    }
}
.why-choose,
.process,
.testimonials,
.services,
.brands{
    width:100%;
    max-width:100%;
    margin:0;
}

.why-container,
.process-container,
.testimonial-container{
    max-width:1200px;
    width:100%;
    margin:0 auto;
}

.testimonial-container{
    display:grid !important;
    grid-template-columns:repeat(3, 1fr) !important;
    gap:30px !important;
}

.testimonial-card{
    min-height:260px;
    text-align:left !important;
}

@media(max-width:768px){
    .testimonial-container{
        grid-template-columns:1fr !important;
    }
}
.process{
    padding:60px 10%;
    background:#0b1437;
    text-align:center;
}

.process h2{
    font-size:42px;
    color:white;
    margin-bottom:50px;
}

.process-container{
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
}


.process-step{
    width:250px;
    padding:30px 20px;
    background:#16224f;
    border-radius:15px;
    color:white;
    transition:0.3s;
    border:1px solid rgba(255,255,255,0.1);
}

.process-step:hover{
    transform:translateY(-10px);
}

.process-step span{
    font-size:40px;
    font-weight:bold;
    color:#ff4d4d;
}

.process-step h3{
    color:white;
    margin:15px 0;
}

.process-step p{
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}
.hero h1 {
  font-size: 64px;
  line-height: 1.15;
  letter-spacing: -1px;
}

.hero p {
  max-width: 650px;
  line-height: 1.7;
}

.hero button,
.hero a.btn,
.contact-btn {
  box-shadow: 0 0 28px rgba(139, 92, 246, 0.45);
  transition: 0.3s ease;
}

.hero button:hover,
.hero a.btn:hover,
.contact-btn:hover {
  transform: translateY(-4px);
}

.card,
.service-card,
.stat-box {
  transition: 0.3s ease;
}

.card:hover,
.service-card:hover,
.stat-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(139, 92, 246, 0.18);
}
/* premium aniimation */
.video-card{
  animation: floatCard 4s ease-in-out infinite;
}

.card2{
  animation-delay: .5s;
}

.card3{
  animation-delay: 1s;
}


@keyframes floatCard{
  0%{ transform: translateY(0); }
  50%{ transform: translateY(-18px); }
  100%{ transform: translateY(0); }
}

.hero-right::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  background:#8b5cf6;
  filter:blur(140px);
  opacity:.35;
  border-radius:50%;
  z-index:-1;
}
.video-card{
  overflow: hidden;
}

.video-card video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.video-card{
  overflow:hidden;
  background-image:url("images/creator1.jpg.jpg");
  background-size:cover;
  background-position:center;
}

.video-card video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.video-card video{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:20px;
  display:block;
}
.video-card{
  overflow: hidden;
}

.video-card video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.video-card video{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:20px;
    display:block;
}
.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  display: block;
}
.video-card video{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:25px;
    box-shadow: 0 15px 40px rgba(138, 43, 226, 0.4);
}
@media (max-width: 768px){
    .hero-right{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-top: 40px;
    }

    .video-card{
        position: relative;
        width: 100%;
        height: 210px;
        top: auto;
        left: auto;
        border-radius: 20px;
    }

    .video-card video{
        border-radius: 20px;
    }
}
.video-card3{
    display: contents;
}

.card3{
    left: 120px !important;
    right: auto !important;
    transform: none !important;
}
@media (max-width: 768px){
    .card1,
    .card2,
    .card3{
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
    }
}
@media (max-width: 768px){

    nav{
        background: white;
        padding: 18px 25px;
    }

    .logo{
        color: #111;
        font-size: 28px;
        background : transparent;
    }

    nav ul{
        display: none;
    }
    

    .hero{
        flex-direction: column;
        text-align: center;
        padding: 45px 25px;
        min-height: auto;
    }

    .hero-left h1{
        font-size: 48px;
        line-height: 1.35;
    }

    .hero-left p{
        font-size: 22px;
        line-height: 1.8;
        max-width: 420px;
        margin: 25px auto;
    }

    .hero-left button{
        display: none;
    }

    .hero-right{
        margin-top: 30px;
        width: 100%;
    }
}
.contact-section{
    padding:80px 10%;
    background:#111;
}

.contact-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:50px;
    flex-wrap:wrap;
}

.contact-text{
    flex:1;
}

.contact-text h2{
    font-size:42px;
    color:#fff;
    margin-bottom:20px;
}

.contact-text p{
    color:#bbb;
    line-height:1.8;
}

.contact-form{
    flex:1;
    background:rgba(255,255,255,0.05);
    padding:30px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,0.1);
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:15px;
    margin-bottom:15px;
    border:none;
    border-radius:10px;
    background:rgba(255,255,255,0.08);
    color:white;
}

.contact-form textarea{
    height:120px;
    resize:none;
}

.contact-form button{
    width:100%;
    padding:15px;
    background:#7b61ff;
    color:white;
    border:none;
    border-radius:10px;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
}
@media (max-width:768px){

    .contact-container{
        flex-direction:column;
    }

    .contact-text{
        text-align:center;
    }

    .contact-text h2{
        font-size:32px;
    }

    .contact-form{
        width:100%;
    }

}
.contact-form{
    box-shadow:0 0 30px rgba(123,97,255,0.25);
}

.contact-form input:focus,
.contact-form textarea:focus{
    outline:none;
    box-shadow:0 0 15px rgba(123,97,255,0.5);
}

.contact-form button:hover{
    background:#5f45ff;
    transform:translateY(-3px);
    transition:0.3s;
}
.process-section{
    padding:80px 10%;
    background: transparent;
    text-align:center;
}

.process-section h2{
    color:#fff;
    font-size:42px;
    margin-bottom:50px;
}

.process-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.process-box{
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.1);
    border-radius:20px;
    padding:30px;
    transition:0.3s;
}

.process-box:hover{
    transform:translateY(-10px);
    box-shadow:0 0 25px rgba(123,97,255,0.4);
}

.process-box span{
    display:inline-block;
    font-size:40px;
    font-weight:bold;
    color:#7b61ff;
    margin-bottom:15px;
}

.process-box h3{
    color:#fff;
    margin-bottom:15px;
}

.process-box p{
    color:#bbb;
    line-height:1.6;
}
.influencer-section{
    padding:80px 10%;
    text-align:center;
    background: transparent;
}

.influencer-section h2{
    font-size:42px;
    color:#fff;
    margin-bottom:15px;
}

.influencer-section p{
    color:#bbb;
    margin-bottom:40px;
}

.influencer-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.influencer-card{
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.1);
    padding:35px;
    border-radius:20px;
    color:#fff;
    font-size:20px;
    font-weight:600;
    transition:0.3s;
}

.influencer-card:hover{
    transform:translateY(-10px);
    box-shadow:0 0 25px rgba(123,97,255,0.4);
    border-color:#7b61ff;
}
.campaign-results{
    padding:80px 10%;
    text-align:center;
    background: transparent;
}

.campaign-results h2{
    font-size:42px;
    color:#fff;
    margin-bottom:15px;
}

.campaign-results > p{
    color:#bbb;
    margin-bottom:45px;
}

.results-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:25px;
}

.result-card{
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.12);
    border-radius:20px;
    padding:35px 20px;
    transition:0.3s;
}

.result-card h3{
    font-size:42px;
    color:#7b61ff;
    margin-bottom:10px;
}

.result-card p{
    color:#fff;
    font-size:18px;
}

.result-card:hover{
    transform:translateY(-10px);
    box-shadow:0 0 25px rgba(123,97,255,0.4);
}
.faq-section{
    padding:80px 10%;
    background:#111;
    text-align:center;
}

.faq-section h2{
    font-size:42px;
    color:#fff;
    margin-bottom:50px;
}

.faq-container{
    max-width:900px;
    margin:auto;
}

.faq-item{
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.1);
    border-radius:15px;
    padding:25px;
    margin-bottom:20px;
    text-align:left;
    transition:0.3s;
}

.faq-item:hover{
    transform:translateY(-5px);
    box-shadow:0 0 20px rgba(123,97,255,0.3);
}

.faq-item h3{
    color:#fff;
    margin-bottom:10px;
}

.faq-item p{
    color:#bbb;
    line-height:1.7;
}
.case-study-section{
    padding:80px 10%;
    text-align:center;
    background: transparent;
}

.case-study-section h2{
    color:#fff;
    font-size:42px;
    margin-bottom:15px;
}

.case-study-section p{
    color:#bbb;
    margin-bottom:40px;
}

.case-study-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.case-study-card{
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.1);
    border-radius:20px;
    padding:30px;
    transition:0.4s;
}

.case-study-card:hover{
    transform:translateY(-10px);
    box-shadow:0 0 25px rgba(123,97,255,0.4);
    border-color:#7b61ff;
}

.case-study-card h3{
    color:#fff;
    margin-bottom:15px;
}

.case-study-card p{
    color:#bbb;
    line-height:1.7;
}

.case-study-card span{
    color:#7b61ff;
    font-size:18px;
    font-weight:bold;
}
.whatsapp-btn{
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 30px;
  height: 30px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; 
  box-shadow: 0 0 12px rgba(37, 211, 102, 0.4);
  z-index: 99999;
}

.whatsapp-btn img{
    width: 55px;
    height: 55px;
    
}

.whatsapp-btn:hover{
    transform: scale(1.1);
}

.floating-whatsapp{
    position:fixed;
    bottom:20px;
    right:20px;
    width:60px;
    height:60px;
    background:#25D366;
    color:white;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 0 20px rgba(37,211,102,0.5);
}

.floating-whatsapp:hover{
    transform:scale(1.1);
}
.hero{
    position:relative;
    overflow:hidden;
}

.hero::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(124,58,237,0.35);
    border-radius:50%;
    filter:blur(90px);
    top:80px;
    left:50px;
    animation:floatGlow 6s ease-in-out infinite alternate;
}

.hero::after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(6,182,212,0.25);
    border-radius:50%;
    filter:blur(90px);
    bottom:60px;
    right:80px;
    animation:floatGlow 7s ease-in-out infinite alternate;
}

@keyframes floatGlow{
    from{
        transform:translateY(0);
    }
    to{
        transform:translateY(-30px);
    }
}
@media(max-width:768px){

    .hero{
        flex-direction:column;
        text-align:center;
        padding:120px 6% 60px;
    }

    .hero-left h1{
        font-size:42px;
    }

    .hero-left p{
        font-size:16px;
    }

    button{
        padding:14px 28px;
        font-size:16px;
    }

    .hero-right{
        margin-top:40px;
    }

    .video-card{
        position:static;
        width:100%;
        margin-bottom:20px;
    }
}
#topBtn{
    position: fixed;
    bottom: 60px;
    right: -15px;
    background: transparent; /* circle hata diya */
    border: none;
    color: #ffcc00; /* yellow arrow */
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    display: none;
    z-index: 9999;
    box-shadow: none;
}

#topBtn:hover{
    transform: translateY(-5px);
}
.logo img{
    height: 100px;
    width: auto;
    display: block;
    margin-top: 10px;
}
html, body{
    overflow-x: hidden;
}

@media (max-width: 768px){

    nav{
        padding: 10px 20px;
    }

    nav ul{
        gap: 15px;
        font-size: 14px;
    }

    .logo img{
        height: 80px;
    }

    .hero{
        flex-direction: column;
        padding: 60px 20px;
        text-align: center;
        overflow: hidden;
    }

    .hero-left,
    .hero-right{
        width: 100%;
    }

    .hero-left h1{
        font-size: 38px;
        line-height: 1.2;
    }

    .hero-right{
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        margin-top: 30px;
    }

    .video-card{
        position: static !important;
        width: 90% !important;
        max-width: 360px;
        height: 200px;
    }

    .video-card video{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .stats,
    .service-container,
    .why-container,
    .process-container,
    .testimonial-container,
    .results-grid,
    .influencer-grid,
    .case-study-grid{
        grid-template-columns: 1fr !important;
        flex-direction: column;
    }
}
.why-choose h2,
.testimonials h2,
.client-section h2,
.process-section h2{
    color: #fff !important;
}
.why-choose,
.testimonials,
.client-section{
    color: white;
}
/* FINAL MOBILE HEADER FIX */
@media (max-width: 768px){

    nav{
        background: linear-gradient(90deg, #020b3f, #2a1265) !important;
        padding: 18px 20px !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
    }

    .logo{
        background: transparent !important;
    }

    .logo img{
        width: 280px !important;
        height: auto !important;
        display: block !important;
        background: transparent !important;
    }

    nav ul{
        display: none !important;
    }

    .hero-left h1,
    .hero-left h1 span{
        color: white !important;
    }
}
@media (max-width: 768px){

    nav{
        padding: 18px 0 !important;
    }

    .logo{
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        background: transparent !important;
    }

    .logo img{
        width: 480px important;
        max-width: 90% !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
    }
}
@media (max-width:768px){
    .hero-left{
        margin-top: 30px !important;
    }
}
.navbar ul li{
    position: relative;
}
nav,
nav ul,
nav ul li{
    overflow: visible !important;
}




.mega-dropdown:hover .mega-menu{
    display: grid !important;
}

.mega-menu div{
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.mega-menu h3{
    color: #ff0055 !important;
    font-size: 20px !important;
}

.mega-menu a{
    display: block !important;
    color: #071433 !important;
    font-size: 17px !important;
    text-decoration: none !important;
}
.mega-menu{
    height: 350px !important;
    color: #071433 !important;
}

.mega-menu > div{
    display: block !important;
}

.mega-menu h3,
.mega-menu a{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.services-item{
    position: static !important;
}

.services-mega-box{
    display: none !important;
    position: fixed !important;

    top: 105px !important;

    left: 52% !important;
    transform: translateX(-50%) !important;

    width: 980px !important;
    max-width: 82vw !important;

    min-height: 300px !important;

    background: rgba(238,241,247,0.97) !important;

    padding: 35px 45px !important;

    z-index: 999999 !important;

    grid-template-columns: repeat(4,1fr) !important;
    gap: 38px !important;

    border-top: 4px solid #ff0055 !important;
    border-radius: 0 0 18px 18px !important;

    box-shadow: 0 20px 70px rgba(0,0,0,0.35) !important;
}

.services-item:hover .services-mega-box{
    display: grid !important;
}

.services-mega-box div{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.services-mega-box h3{
    color: #ff0055 !important;
    font-size: 20px;
}

.services-mega-box a{
    color: #071433 !important;
    font-size: 17px;
    text-decoration: none;
}
.mega-menu{
    display: none !important;
}

.services-item:hover .services-mega-box{
    display: grid !important;
}
/* FINAL SERVICES MEGA MENU FIX */
.mega-menu{
    display: none !important;
    border: none !important;
    background: transparent !important;
}

.services-mega-box{
    display: none !important;
    position: fixed !important;
    top: 105px !important;
    left: 10% !important;
    width: 80% !important;
    min-height: 330px !important;
    background: #eef1f7 !important;
    padding: 35px 50px !important;
    z-index: 999999 !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 40px !important;
}

.services-item:hover .services-mega-box{
    display: grid !important;
}

.services-mega-box h3{
    color: #ff0055 !important;
}

.services-mega-box a{
    display: block !important;
    color: #071433 !important;
    font-size: 17px !important;
    text-decoration: none !important;
    margin: 8px 0 !important;
}
.services-mega-box{
    display:none;
    position:absolute;
    top:60px;
    left:-500px;
    width:1000px;
    background:#eef1f7;
    padding:30px;
    z-index:999999;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.services-item{
    position:relative;
}

.services-item:hover .services-mega-box{
    display:grid;
}

.services-mega-box h3{
    color:#ff0055;
}

.services-mega-box a{
    display:block;
    color:#071433;
    text-decoration:none;
    margin:8px 0;
}
.services-item{
    position: relative;
}

.services-mega-box{
    display: none;
    position: absolute;
    top: 60px;
    left: -520px;
    width: 1050px;
    background: #eef1f7;
    padding: 35px;
    z-index: 999999;
    grid-template-columns: repeat(4,1fr);
    gap: 35px;
}

.services-item:hover .services-mega-box{
    display: grid;
}

.services-mega-box h3{
    color: #ff0055;
}

.services-mega-box a{
    display: block;
    color: #071433;
    text-decoration: none;
    margin: 8px 0;
}
/* FINAL SERVICES MEGA MENU FIX */

nav{
    position: sticky;
    top: 0;
    z-index: 99999;
    overflow: visible !important;
}

nav ul,
nav ul li{
    overflow: visible !important;
}

.services-item{
    position: relative !important;
}

.services-mega-box{
    display: none !important;
    position: absolute !important;
    top: 52px !important;
    right: -260px !important;
    width: 1050px !important;
    min-height: 300px !important;
    background: rgba(238,241,247,0.97) !important;
    padding: 35px 45px !important;
    z-index: 999999 !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 38px !important;
    border-top: 4px solid #ff0055 !important;
    border-radius: 0 0 18px 18px !important;
    box-shadow: 0 20px 70px rgba(0,0,0,0.35) !important;
}

.services-item:hover .services-mega-box{
    display: grid !important;
}

.services-mega-box div{
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.services-mega-box h3{
    color: #ff0055 !important;
    font-size: 20px !important;
    margin-bottom: 10px !important;
}

.services-mega-box a{
    display: block !important;
    color: #071433 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    margin: 0 !important;
    padding: 4px 0 !important;
}

.services-mega-box a:hover{
    color: #ff0055 !important;
}

/* MOBILE FIX */
@media (max-width: 768px){
    nav ul{
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 18px !important;
    }

    nav ul li a{
    font-size:16px !important;
    color:#00bfff !important;
    font-weight:700 !important;
}
    }

    .services-mega-box{
        position: absolute !important;
        top: 38px !important;
        left: -105px !important;
        right: auto !important;
        width: 330px !important;
        min-height: auto !important;
        grid-template-columns: 1fr !important;
        padding: 22px !important;
        gap: 18px !important;
    }
.services-mega-box{
    display: none !important;
    position: fixed !important;
    top: 105px !important;

    left: 56% !important;
    transform: translateX(-50%) !important;

    width: 980px !important;
    max-width: 82vw !important;

    min-height: 300px !important;
    background: rgba(238,241,247,0.97) !important;
    padding: 35px 45px !important;
    z-index: 999999 !important;

    grid-template-columns: repeat(4,1fr) !important;
    gap: 38px !important;

    border-top: 4px solid #ff0055 !important;
    border-radius: 0 0 18px 18px !important;
}

.services-item:hover .services-mega-box{
    display: grid !important;
}
.about-item{
    position: relative;
}

.about-dropdown{
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 260px;
    background: rgba(238,241,247,0.97);
    z-index: 999999;
    border-top: 4px solid #ff0055;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.about-dropdown a{
    display: block;
    padding: 16px 22px;
    color: #071433 !important;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.about-dropdown a:hover{
    background: #e1e6f0;
    color: #ff0055 !important;
}

.about-item:hover .about-dropdown{
    display: block;
}
.home-item{
    position: relative;
}

.home-dropdown{
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 250px;
    background: rgba(238,241,247,0.97);
    z-index: 999999;
    border-top: 4px solid #ff0055;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.home-dropdown a{
    display: block;
    padding: 16px 22px;
    color: #071433 !important;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.home-dropdown a:hover{
    background: #e1e6f0;
    color: #ff0055 !important;
}

.home-item:hover .home-dropdown{
    display: block;
}
@media (max-width:768px){

    .services-mega-box{
        display:none !important;
    }

    .services-item:hover .services-mega-box{
        display:none !important;
    }

}
@media (max-width:768px){

    .services-mega-box{
        width:95% !important;
        left:50% !important;
        transform:translateX(-50%) !important;

        grid-template-columns:1fr !important;
        gap:10px !important;

        padding:20px !important;
        max-height:60vh !important;
        overflow-y:auto !important;
    }

}
/* MOBILE SERVICES DROPDOWN FIX */
@media (max-width:768px){

    .services-item{
        position: relative !important;
    }

    .services-mega-box{
        display: none !important;
        position: absolute !important;
        top: 35px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;

        width: 330px !important;
        max-width: 90vw !important;
        min-height: auto !important;

        background: #eef1f7 !important;
        padding: 22px !important;
        z-index: 999999 !important;

        grid-template-columns: 1fr !important;
        gap: 18px !important;

        border-top: 4px solid #ff0055 !important;
        border-radius: 0 0 18px 18px !important;
    }

    .services-item.active .services-mega-box{
        display: grid !important;
    }

    .services-mega-box h3{
        font-size: 18px !important;
    }

    .services-mega-box a{
        font-size: 15px !important;
        color: #071433 !important;
    }
}
.contact-page{
    padding:60px 5%;
   .contact-page{
    background: linear-gradient(135deg,#020b52,#4a1ea3);
    min-height:100vh;
}
}

.contact-page h1{
    text-align:center;
    font-size:42px;
     color:white;
    margin-bottom:40px;
}

.contact-layout{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:30px;
    align-items:start;
}

.contact-info{
    background:#151060;
    color:white;
    padding:35px;
    border-radius:12px;
}

.contact-info h2{
    font-size:32px;
    margin-bottom:25px;
}

.contact-info h3{
    margin-top:25px;
    margin-bottom:12px;
    color:white;
}

.contact-info p{
    font-size:18px;
    line-height:1.7;
}

.contact-page-form{
    background:#1b0b5f;
    padding:30px;
    border-radius:12px;
}

.tabs{
    display:flex;
    gap:15px;
    margin-bottom:25px;
}

.tabs span{
   background: linear-gradient(135deg, #0018ff, #0066ff, #00bfff) !important;
    color:white;
    padding:14px 25px;
    border-radius:5px;
    font-weight:700;
}

.contact-page-form input,
.contact-page-form textarea{
    width:100%;
    padding:15px;
    margin-bottom:18px;
    border:none;
    border-radius:5px;
    font-size:16px;
}

.contact-page-form textarea{
    height:110px;
}

.contact-page-form button{
    width:100%;
    padding:15px;
    background:#ff0055;
    color:white;
    border:none;
    border-radius:6px;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
}

.map-box{
    height:520px;
    border-radius:12px;
    overflow:hidden;
}

@media(max-width:768px){
    .contact-layout{
        grid-template-columns:1fr;
    }

    .contact-page h1{
        font-size:32px;
    }

    .map-box{
        height:350px;
    }
}
.hero-btn{
    display:inline-block;
    margin-top:30px;
    padding:16px 36px;
    background:linear-gradient(90deg,#7c3aed,#ec4899);
    color:white !important;
    text-decoration:none;
    border-radius:50px;
    font-size:18px;
    font-weight:700;
    box-shadow:0 10px 30px rgba(124,58,237,0.4);
    transition:0.3s;
}

.hero-btn:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(124,58,237,0.6);
}
.contact-brands{
    background:#f4f4f4;
    padding:80px 8%;
}

.brand-logo-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:70px;
    text-align:center;
}

.brand-logo-grid span{
    font-size:28px;
    font-weight:800;
    color:#222;
    opacity:0.55;
}

.contact-footer{
    background:#071033;
    color:white;
    padding:70px 5%;
}

.footer-logo h2{
    font-size:38px;
    margin-bottom:60px;
    color:white;
}

.footer-grid{
    display:grid;
    grid-template-columns:1.3fr 1.2fr 1fr;
    gap:70px;
}

.contact-footer h3{
    color:#cbd5e1;
    margin-bottom:25px;
    font-size:22px;
}

.contact-footer h4{
    color:white;
    margin:25px 0 15px;
    font-size:20px;
}

.contact-footer a,
.contact-footer p{
    display:block;
    color:white;
    text-decoration:none;
    margin-bottom:18px;
    font-size:18px;
    line-height:1.6;
}

.footer-links-two{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:5px 40px;
    margin-bottom:35px;
}

.social-icons{
    display:flex;
    gap:25px;
    margin-bottom:55px;
}

.social-icons span{
    font-size:30px;
    font-weight:bold;
}

@media(max-width:768px){
    .brand-logo-grid{
        grid-template-columns:repeat(2,1fr);
        gap:40px;
    }

    .footer-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .contact-footer{
        text-align:left;
    }
}
.faq-container{
    max-width:900px;
    margin:50px auto;
}

.faq-item{
    background:#fff;
    border:2px solid #e8e8e8;
    border-radius:15px;
    padding:25px;
    margin-bottom:20px;
    text-align:left;
    transition:0.3s;
}

.faq-item:hover{
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.faq-item h3{
    color:#ff9f2d;
    margin-bottom:10px;
}

.faq-item p{
    color:#444;
    line-height:1.6;
}
.platform-grow{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:50px;
}

.platform-box{
    background:#fff;
    border:2px solid #ececec;
    border-radius:20px;
    padding:40px;
    text-align:center;
    font-size:24px;
    font-weight:600;
    transition:0.3s;
}

.platform-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
    border-color:#ff9f2d;
}

@media(max-width:768px){
    .platform-grow{
        grid-template-columns:1fr;
    }
}
.process-timeline{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
    margin-top:50px;
}

.process-step{
    background:#fff;
    border:2px solid #ececec;
    border-radius:20px;
    padding:30px 20px;
    text-align:center;
    transition:0.3s;
}

.process-step:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
    border-color:#ff9f2d;
}

.process-step span{
    color:#ff9f2d;
    font-size:32px;
    font-weight:bold;
}

.process-step h3{
    margin:15px 0 10px;
    font-size:22px;
}

.process-step p{
    color:#444;
    font-size:16px;
    line-height:1.5;
}

@media(max-width:768px){
    .process-timeline{
        grid-template-columns:1fr;
    }
}
.trust-section{
    display:flex;
    align-items:center;
    gap:60px;
    margin-top:100px;
    margin-bottom:100px;
}

.trust-image{
    flex:1;
}

.trust-image img{
    width:100%;
    border-radius:25px;
}

.trust-content{
    flex:1;
}

.trust-content h2{
    font-size:42px;
    margin-bottom:30px;
}

.trust-point{
    background:#fff;
    border:2px solid #ececec;
    padding:18px;
    margin-bottom:15px;
    border-radius:12px;
    font-size:20px;
}

@media(max-width:768px){
    .trust-section{
        flex-direction:column;
    }
}
.case-study-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:50px;
    margin-bottom:80px;
}

.case-card{
    background:#fff;
    border:2px solid #ececec;
    border-radius:20px;
    padding:35px;
    text-align:center;
    transition:0.3s;
}

.case-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
    border-color:#ff9f2d;
}

.case-card h3{
    color:#333;
    margin-bottom:15px;
}

.case-card h2{
    color:#ff9f2d;
    font-size:48px;
    margin-bottom:10px;
}

.case-card p{
    color:#666;
}

@media(max-width:768px){
    .case-study-grid{
        grid-template-columns:1fr;
    }
}

.industry-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:50px;
    margin-bottom:80px;
}

.industry-card{
    background:#fff;
    border:2px solid #ececec;
    border-radius:20px;
    padding:35px;
    text-align:center;
    font-size:22px;
    font-weight:600;
    transition:0.3s;
}

.industry-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
    border-color:#ff9f2d;
}

@media(max-width:768px){
    .industry-grid{
        grid-template-columns:1fr;
    }
}
.tools-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:50px;
    margin-bottom:80px;
}

.tool-card{
    background:#fff;
    border:2px solid #ececec;
    border-radius:20px;
    padding:35px;
    text-align:center;
    font-size:22px;
    font-weight:600;
    transition:0.3s;
}

.tool-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
    border-color:#ff9f2d;
}

@media(max-width:768px){
    .tools-grid{
        grid-template-columns:1fr;
    }
}
.campaign-gallery{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:50px;
    margin-bottom:80px;
}

.campaign-card{
    overflow:hidden;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.3s;
}

.campaign-card:hover{
    transform:translateY(-8px);
}

.campaign-card img{
    width:100%;
    height:280px;
    object-fit:cover;
}

.campaign-card h3{
    text-align:center;
    padding:20px;
}

@media(max-width:768px){
    .campaign-gallery{
        grid-template-columns:1fr;
    }
}
.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:50px;
    margin-bottom:80px;
}

.testimonial-card{
    background:#fff;
    border:2px solid #ececec;
    border-radius:20px;
    padding:30px;
    transition:0.3s;
}

.testimonial-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

.stars{
    font-size:22px;
    margin-bottom:15px;
}

.testimonial-card p{
    color:#444;
    line-height:1.7;
}

.testimonial-card h4{
    margin-top:15px;
    color:#ff9f2d;
}

@media(max-width:768px){
    .testimonial-grid{
        grid-template-columns:1fr;
    }
}
/* FORCE DARK BLUE STATS SECTION */

.stats-section,
.influencer-stats,
.counter-section{
    background:#06145f !important;
}

.stats,
.stats-card,
.counter-box{
    background:#0b1b78 !important;
    border:1px solid rgba(255,255,255,0.1) !important;
    border-radius:25px !important;
    box-shadow:0 15px 40px rgba(0,0,0,0.35) !important;
}
/* Home stats same purple-blue color */
.stats{
    background:linear-gradient(
        90deg,
        #06145f 0%,
        #03185a 40%,
        #1d1464 70%,
        #3b118b 100%
    ) !important;
}

.stat-box{
    background:transparent !important;
    box-shadow:none !important;
}
/* Make full stats area same gradient */
.stats{
    margin:0 auto !important;
}

.stats,
.stats::before,
.stats::after{
    background:linear-gradient(
        90deg,
        #06145f 0%,
        #03185a 40%,
        #1d1464 70%,
        #3b118b 100%
    ) !important;
}

body{
    background:linear-gradient(
        90deg,
        #06145f 0%,
        #03185a 40%,
        #1d1464 70%,
        #3b118b 100%
    ) !important;
}
/* ===== CONTACT US MOBILE VIEW LIKE GRYNOW ===== */
@media (max-width: 768px){

  body{
    overflow-x: hidden;
  }

  header,
  nav,
  .navbar{
    height: 80px !important;
    padding: 12px 20px !important;
    background: linear-gradient(135deg,#020b52,#2d146f);
  }

    
  .logo img{
    width: 165px !important;
    height: auto !important;
  }

  .contact-section{
    padding: 35px 12px !important;
    background: #ffffff !important;
  }

  .contact-section h1,
  .contact-section h2{
    font-size: 30px !important;
    text-align: center !important;
    margin-bottom: 28px !important;
    color: #06163f !important;
  }

  .contact-container,
  .contact-wrapper{
    width: 100% !important;
    padding: 0 !important;
    display: block !important;
  }

  .contact-form,
  .form-box{
    width: 100% !important;
    background: linear-gradient(160deg, #20105c, #111f67) !important;
    padding: 25px 20px !important;
    border-radius: 8px !important;
    margin-bottom: 26px !important;
  }

  .contact-form input,
  .contact-form textarea,
  .form-box input,
  .form-box textarea{
    width: 100% !important;
    height: 45px !important;
    margin-bottom: 18px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
  }

  .contact-form textarea,
  .form-box textarea{
    height: 105px !important;
  }

  .contact-form button,
  .form-box button{
    width: 70% !important;
    height: 55px !important;
    border-radius: 35px !important;
    margin-top: 12px !important;
  }

  .contact-info,
  .address-box,
  .office-box{
    width: 100% !important;
    background: linear-gradient(160deg, #20105c, #111f67) !important;
    color: white !important;
    padding: 25px 20px !important;
    border-radius: 8px !important;
    margin-bottom: 26px !important;
  }

  .contact-info h3,
  .address-box h3,
  .office-box h3{
    font-size: 28px !important;
    color: white !important;
    margin-bottom: 20px !important;
  }

  .contact-info p,
  .address-box p,
  .office-box p{
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: white !important;
  }

  .map-box,
  .contact-map,
  iframe{ap
    width: 100% !important;
    height: 480px !important;
    border-radius: 0 !important;
    margin: 25px 0 !important;
  }

  .brand-logos,
  .trusted-brands,
  .clients-section{
    padding: 45px 12px !important;
    background: #ffffff !important;
  }

  footer{
    background: #06143d !important;
    padding: 45px 18px !important;
  }

  footer h3,
  footer p,
  footer a,
  footer li{
    color: white !important;
    font-size: 17px !important;
    line-height: 1.8 !important;
  }

  .whatsapp-btn,
  .whatsapp-float{
    right: 20px !important;
    bottom: 70px !important;
    width: 48px !important;
    height: 48px !important;
    z-index: 9999 !important;
  }
}
@media (max-width: 768px){

  .contact-content,
  .contact-container,
  .contact-wrapper{
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 25px !important;
    width: 100% !important;
  }

  .contact-info,
  .contact-form,
  .contact-map{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .contact-info{
    order: 2;
  }

  .contact-form{
    order: 1;
  }

  .contact-map{
    order: 3;
  }

  .contact-map iframe,
  iframe{
    width: 100% !important;
    height: 430px !important;
  }
}
@media (max-width: 768px){

  .contact-box{
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 25px !important;
    padding: 0 18px !important;
  }

  .info-box,
  .form-box,
  .map-box{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .form-box{
    order: 1;
  }

  .info-box{
    order: 2;
  }

  .map-box{
    order: 3;
    height: 430px !important;
  }

  .map-box iframe{
    width: 100% !important;
    height: 100% !important;
  }
}
/* SAME BACKGROUND FOR ALL SERVICE PAGES */

.social-hero,
.influencer-hero,
.pr-hero,
.viral-hero{
    background: linear-gradient(135deg,
    #040a52 0%,
    #1b0b6b 50%,
    #4b22a8 100%) !important;
}
/* Trusted By Top Brands */
.trusted-brands h2{
    color:white !important;
}
/* Services card text white */

.card p{
    color: white !important;
}

.card h3{
    color: #8b5cf6 !important;
}
/* Why Choose boxes fix */
/* Why Choose final fix */
.why-choose{
    padding: 70px 0 !important;
}

.why-container{
    display: flex !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 22px !important;
    max-width: 1050px !important;
    margin: 40px auto 0 !important;
    padding: 0 20px !important;
}

.why-box{
    width: 230px !important;
    min-height: 180px !important;
    padding: 28px 18px !important;
    text-align: center !important;
}

.why-box h3{
    color: #ffd600 !important;
    font-size: 18px !important;
}

.why-box p{
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}
@media(max-width:768px){
    .why-container{
        flex-direction: column !important;
    }

    .why-box{
        width: 100% !important;
    }
}
/* Our Campaign Process Fix */

.process-container{
    display:flex !important;
    justify-content:center !important;
    gap:22px !important;
    flex-wrap:wrap !important;
    max-width:1100px !important;
    margin:40px auto !important;
}

.process-step{
    background:#16234d !important;
    border:1px solid rgba(255,255,255,0.12) !important;
    border-radius:20px !important;

    width:230px !important;
    min-height:180px !important;

    padding:25px 20px !important;
    text-align:center !important;

    color:white !important;
}

.process-step h3{
    color:#ffd600 !important;
    margin:12px 0 !important;
}

.process-step p{
    color:white !important;
    line-height:1.6 !important;
}

.process-step span{
    color:#00c6ff !important;
    font-size:22px !important;
    font-weight:700 !important;
}
/* Testimonials Fix */

.testimonial-container{
    display:flex !important;
    justify-content:center !important;
    gap:22px !important;
    flex-wrap:wrap !important;
    max-width:1100px !important;
    margin:40px auto !important;
}

.testimonial-card{
    background:#16234d !important;
    border:1px solid rgba(255,255,255,0.12) !important;
    border-radius:20px !important;

    width:300px !important;
    min-height:180px !important;

    padding:25px !important;
    text-align:center !important;

    color:white !important;
}

.testimonial-card p{
    color:white !important;
    line-height:1.7 !important;
}

.testimonial-card h3{
    color:#ffd600 !important;
    margin-top:15px !important;
}

.testimonial-card span{
    font-size:18px !important;
}
/* FAQ Section Fix */

.faq,
.faq-section{
    background:#04124a !important;
    padding:80px 20px !important;
}

.faq-container{
    max-width:1000px !important;
    margin:auto !important;
}

.faq-item{
    background: #070F2F;
    border:1px solid rgba(32, 79, 235, 0.12) !important;
    border-radius:20px !important;
    padding:25px !important;
    margin-bottom:20px !important;
}

.faq-item h3{
    color:#ffd600 !important;
}

.faq-item p{
    color:white !important;
}
.success-stories::before,
.faq::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(108,92,231,0.15);
    filter:blur(120px);
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    pointer-events:none;
}
/* Premium Blue Consultation Section */

.contact-section{
    background: radial-gradient(
        circle at center,
        #2b1b8f 0%,
        #10206d 35%,
        #071554 70%,
        #030d3d 100%
    ) !important;

    padding: 100px 8%;
}

.contact-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.contact-text h2{
    color:#fff;
    font-size:60px;
    font-weight:700;
}

.contact-text p{
    color:#d8d8d8;
    font-size:20px;
}

.contact-form{
    background:rgba(20,30,80,0.85);
    border:1px solid rgba(255,255,255,0.1);
    border-radius:25px;
    padding:35px;
    width:600px;
    box-shadow:0 0 40px rgba(119,92,255,0.2);
}

.contact-form input,
.contact-form textarea{
    width:100%;
    background:rgba(255,255,255,0.05);
    border:none;
    border-radius:15px;
    padding:18px;
    margin-bottom:18px;
    color:white;
}

.contact-form textarea{
    height:160px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder{
    color:#cfcfcf;
}
.contact-form button{
    width:100%;
    padding:18px;
    border:none;
    border-radius:12px;
    background:linear-gradient(90deg,#7b5cff,#5d5cff,#00c6ff);
    color:white;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
}
/* FORCE WHITE TEXT - Social Media Page */
body h1,
body h2,
body .service-hero h1,
body .service-hero h2,
body .service-hero p,
body .services-hero h1,
body .services-hero h2,
body .services-hero p {
    color: white !important;
}

body h1 span,
body h2 span {
    color: white !important;
}
.expect-item{
    color: white !important;
    font-weight: 600;
}
.section-title{
    color: white !important;
}
@media (max-width: 768px) {
  nav ul {
    display: none !important;
  }
}
/* MOBILE HEADER & LOGO FIX */
@media (max-width: 768px) {

    header {
        padding: 10px 15px !important;
    }

    .navbar {
        min-height: 70px !important;
        height: auto !important;
        padding: 10px 15px !important;
    }

    .logo,
    .navbar-brand {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .logo img,
    .navbar-brand img {
        width: 180px !important;
        max-width: 180px !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }
}
/* Process Section Mobile Center Fix */
@media (max-width: 768px) {

    .process-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
    }

    .process-step {
        width: 85% !important;
        max-width: 320px !important;
        margin: 15px auto !important;
        text-align: center !important;
    }

    .process h2 {
        text-align: center !important;
    }
}
/* Mobile Logo Position Fix */
@media (max-width: 768px) {

    header,
    .navbar {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        min-height: 60px !important;
    }

    .logo,
    .navbar-brand {
        margin-top: -8px !important;
        padding-top: 0 !important;
    }

    .logo img,
    .navbar-brand img {
        display: block !important;
        margin: 0 auto !important;
        width: 170px !important;
        height: auto !important;
    }
}
/* Mobile Fix - Separate Top Button from WhatsApp */
@media (max-width: 768px) {
    #topBtn {
        position: fixed !important;
        right: 5px !important;
        bottom: 105px !important;
        z-index: 999 !important;
    }
}
/* Mobile WhatsApp Button Size Fix */
@media (max-width: 768px) {

    .whatsapp-btn {
        width: 45px !important;
        height: 45px !important;
        padding: 0 !important;
    }

    .whatsapp-btn img {
        width: 24px !important;
        height: 24px !important;
        max-width: 24px !important;
        max-height: 24px !important;
    }
}
@media (max-width: 768px) {
    #topBtn {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 16px !important;
        right: -8px !important;
        bottom: 105px !important;
    }
}@media (max-width: 768px) {
    #topBtn {
        width: 70px !important;
        height: 70px !important;
        font-size: 24px !important;
        right: 20px !important;
        bottom: 105px !important;
    }
}
/* What Our Clients Say Center Fix */
.testimonials-container,
.testimonial-container,
.clients-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.testimonial-card,
.client-card,
.testimonial {
    margin: 15px auto !important;
    text-align: center !important;
}
/* What Client Says Section Center Fix */
.testimonial-section,
.client-section,
.clients-section,
.testimonials {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
}

.testimonial-container,
.clients-container,
.testimonial-wrapper {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}
.menu-toggle{
    display:none;
    font-size:32px;
    cursor:pointer;
    color:white;
}

@media (max-width:768px){

    .menu-toggle{
        display:block;
    }

    .nav-links{
        display:none !important;
        flex-direction:column;
        position:absolute;
        top:80px;
        right:20px;
        background:#0b1033;
        width:220px;
        padding:20px;
        border-radius:10px;
        z-index:9999;
    }

    .nav-links.active{
        display:flex !important;
    }
}
/* ===== FINAL MOBILE HEADER FIX ===== */
@media (max-width:768px){

    nav{
        display:flex !important;
        flex-direction:row !important;
        justify-content:space-between !important;
        align-items:center !important;
        padding:12px 18px !important;
        height:80px !important;
    }

    .logo{
        display:flex !important;
        align-items:center !important;
    }

    .logo img{
        width:170px !important;
        height:auto !important;
        margin:0 !important;
    }

    .menu-toggle{
        display:block !important;
        position:static !important;
        margin:0 !important;
        font-size:34px !important;
        color:#fff !important;
        cursor:pointer;
    }

    .nav-links{
        display:none !important;
    }

    .nav-links.active{
        display:flex !important;
        position:absolute;
        top:80px;
        left:0;
        width:100%;
        flex-direction:column;
        background:#08133d;
        padding:20px;
    }
}
/* ===== Sticky Header ===== */

nav{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(7,15,47,0.95) !important;
    backdrop-filter: blur(15px);
    transition: all .3s ease;
}

body{
    padding-top: 120px;
}
/* Sticky Header Only */

nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

body{
    padding-top:120px;
}

@media (max-width:768px){
    body{
        padding-top:80px;
    }
}
.influencer-section,
.case-study-section,
.faq-section,
.campaign-results {
    opacity: 1;
    transform: none;
}
.menu-toggle{
    display:none;
    font-size:30px;
    cursor:pointer;
    color:white;
}

/* MOBILE ONLY */
@media(max-width:768px){

    .menu-toggle{
        display:block;
    }

    nav ul{
        display:none;
        flex-direction:column;
        position:absolute;
        top:90px;
        right:0;
        background:rgba(7,15,47,0.95);
        width:200px;
        padding:20px;
    }

    nav ul.active{
        display:flex;
    }
}
.cta h2{
    color:#000000 !important;
}
.consultation-form {
  margin-top: 40px;
  padding: 25px;
  background: linear-gradient(135deg, #0b1445, #162a7a);
  border-radius: 12px;
  color: #fff;
  max-width: 500px;
}
.consultation-form input,
.consultation-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: none;
  border-radius: 6px;
  outline: none;
}
.consultation-form button {
  width: 100%;
  padding: 10px;
  background: white;
  border: none;
 color: #4a00e0;
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px;
}
.consultation-form {
  margin-top: 40px;
  padding: 30px;
  background: linear-gradient(135deg, #0b1445, #162a7a);
  border-radius: 12px;
  color: #fff;

  width: 90%;        /* screen ka 90% lega */
  max-width: 900px;  /* desktop pe aur bada ho jayega */
  margin-left: auto;
  margin-right: auto;
}
.service-section {
  padding: 40px;
  color: white;
}

.service-section h1 {
  color: #fff;
}

.service-section p {
  max-width: 700px;
  margin-bottom: 20px;
}

.service-section ul {
  margin-bottom: 30px;
}

.service-section ul li {
  margin-bottom: 10px;
}
.consultation-form {
  margin-top: 40px;
  padding: 30px;
  background: linear-gradient(135deg, #0b1445, #162a7a);
  border-radius: 12px;
  color: white;
  max-width: 900px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.consultation-form form {
  display: block;
}

.consultation-form input,
.consultation-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: none;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
}

.consultation-form button {
  display: block;
  width: 100%;
  padding: 12px;
  margin-top: 10px;

  background: #ffffff;
  color: #4a00e0;

  border: none;
  border-radius: 6px;

  font-weight: bold;
  cursor: pointer;

  z-index: 10;
  position: relative;
}
