
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
   font-family: 'Manrope';
   overflow-x: hidden;
   background-color: #060316;
}

/* Header background */
.wz-header {
    padding: 1vw 0;
}

/* Logo */
.wz-logo {
    height: 5vh;
}

/* Menu links */
.navbar {
    align-items: center !important;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link {
    color: #ffffff;
    font-size:  1.1vw;
    margin: 0 1vw;
    font-family: 'Manrope' !important;
    font-weight: 400;
    letter-spacing: 0.1px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    height: 100%;
}

.navbar-nav .nav-link:hover {
    color: #00bcd4;
}

/* Contact button */
.wz-btn {
    display: inline-flex;
    color: #10A4D1;
    background: transparent;
    padding: 0.7vw 2.2vw;
    font-size: 1.1vw;
    border-radius: 13px;
    border: 1px solid #10A4D1;
    font-family: 'Manrope' !important;
    font-weight: 400;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
}

.wz-btn:hover {
    background: #10A4D1;
    color: #fff;
}

/* Hamburger icon color */
.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("../images/hamburger-icon.svg") !important;
}

.mob-wz-btn {
    color: #10A4D1;
    background: transparent;
    padding: 12px 18px;
    font-size: 4.2vw;
    border-radius: 12px;
    border: 1px solid #10A4D1;
    font-family: 'Manrope-light' !important;
    font-weight: 400;
    text-decoration: none !important; 
}

.navbar-expand-md {
    justify-content: space-between !important;
}
 
/* Desktop menu style */

@media (min-width: 768px) {
  #desktopMenu {
    display: flex;
  }

  .wz-mobile-menu {
    display: none; 
  }
}

/* Mobile menu style */

@media (max-width: 767px) {
  body.menu-open {
    overflow: hidden;
  }

  .wz-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80vw;
    max-width: 320px;
    height: 100vh;
    background: #060316;
    padding: 80px 24px 24px;
    transition: right 0.35s ease;
    z-index: 999999;
    border-left:  1px solid rgb(3 197 229);
  }

  .wz-mobile-menu.active {
    right: 0;
  }

  .wz-mobile-menu .navbar-nav {
    align-items: flex-start;
  }

  .wz-mobile-menu .nav-link {
    font-size: 4.5vw;
    padding: 2.5vw 1vw;
    color: #fff !important;
  }

  /* Close button */
  .menu-close {
    position: absolute;
    top: 7vw;
    right: 7vw;
    width: 8vw;
    height: 8vw;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000000;
  }

  .menu-close::before,
  .menu-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6vw;
    height: 2.5px;
    background: #ffffff;
  }

  .menu-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .menu-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

/* Banner Section css start here */

.influencer-hero-banner {
    position: relative;
    min-height: 100vh;
    background: #060316;
    /* background-image: url('../images/banner-bg-img.svg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    padding: 1vw 0 3.5vw 0;
}

.influencer-banner-div {
        margin-top: 3vw;
}

/* Content Wrapper */
.influencer-hero-banner .container {
    position: relative;
    z-index: 2;
}

/* Heading Styles */
.influencer-heading-wrapper {
    /* margin-bottom: 45px; */
    animation: fadeInDown 1s ease-out;
}

h1.influencer-main-heading  {
    font-size: 3.35vw;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 0;
    font-family: 'Manrope' !important;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

span.influencer-subheading-highlight {
    color: #10A4D1;
    font-weight: 700;
    display: inline-block;
    font-family: 'Manrope' !important;
}


/* ------ Video Container Style ------- */

.influencer-video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.influencer-video-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.influencer-video-placeholder,
.influencer-video-element {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* .influencer-video-element,
.influencer-video-wrapper {
    background: transparent !important;
} */

.mob-view {
    display: none;
}

@media (max-width: 767px) {

    .mob-view {
        display: flex;
    }

    .desk-view {
        display: none;
    }
}




/* Content Section */
.influencer-content-wrapper {
    margin-top: 40px;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.influencer-description {
    font-size: 1.2vw;
    color: #ffffff;
    line-height: 1.6em;
    padding-bottom: 25px;
    max-width: 90vw;
    font-weight: 300;
    font-family: 'Manrope' !important;
    text-align: center;
    align-items: center;
    margin: 0 auto;
}

/* CTA Button */
.influencer-cta-wrapper {
    margin-top: 30px;
}

.influencer-launch-btn {
    background: #10A4D1;
    color: #060316;
    font-size: 1.1vw;
    font-family: 'Manrope' !important;
    font-weight: 400;
    padding: 1.15vw 2.1vw;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.4s ease;
    letter-spacing: 0.1px;
    text-decoration: none;
}

.influencer-launch-btn:hover {
    text-decoration: none;
    color: #060316;
}

.influencer-launch-btn:hover {
    box-shadow: 0 5px 12px rgba(7, 166, 198, 0.817);
}

button:focus {
    outline: unset !important;
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --------- Marquee Section CSS --------- */

.trusted-brands-marquee-section {
    background-color: #060316;
    padding: 3.5vw 0;
    overflow: hidden;
}

.trusted-brands-marquee-section .container-fluid {
    padding: 0;
}

.trusted-brands-marquee-section .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

/* Heading Wrapper - Left Column */
.trusted-brands-heading-wrapper {
    padding: 2vw 0 2vw 0;
}

.trusted-brands-title {
    font-size: 2vw;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Manrope' !important;
    line-height: 1.5em;
    margin-bottom: 0;
}

.trusted-brands-subtitle {
    display: block;
    color: #ffffff;
    font-weight: 500;
}

/* Marquee Container - Right Column */
.trusted-brands-marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    margin: 0;
}

/* Marquee Track - Contains all logos */
.trusted-brands-marquee-track {
    display: flex;
    align-items: center;
    gap: 20px;
    animation: trusted-brands-scroll 20s linear infinite;
    width: max-content;
}

/* Pause animation on hover */
.trusted-brands-marquee-track:hover {
    animation-play-state: paused;
}

/* Individual Logo Item */
.trusted-brands-logo-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.trusted-brands-logo-item:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

/* Logo Image */
.trusted-brands-logo-img {
    max-width: 9vw;
    max-height: 7vh;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.trusted-brands-logo-item:hover .trusted-brands-logo-img {
    opacity: 1;
}

/* Smooth Right-to-Left Scrolling Animation */
@keyframes trusted-brands-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Brands and Creators Section CSS */

.brands-creators-connect-section {
    background-color: #060316;
    padding: 4vw 0 7vw 0;
    min-height: auto;
    display: flex;
    align-items: center;
}

/* Content Wrapper - Left Side */
.connect-content-wrapper {
    padding-right: 2.5vw;
}

.connect-main-heading {
    font-size: 2.7vw;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Manrope' !important;
    line-height: 1.4em;
    margin-bottom: 5vh;
    letter-spacing: 0.2px;
}

.connect-description {
    font-size: 1.15vw;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Manrope' !important;
    line-height: 1.4em;
    margin-bottom: 9vh;
}

a.connect-talk-btn {
    background-color: transparent;
    color: #10A4D1;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 'Manrope' !important;
    padding: 0.85vw 2.5vw;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
    border-radius: 13px;
    border: 1px solid #10A4D1;
    text-decoration: none;
}

a.connect-talk-btn:hover {
    background-color: #10A4D1;
    color: #0a0e1a;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 212, 255, 0.4);
    text-decoration: none;
}

/* Video Wrapper - Right Side */

.connect-video-wrapper {
    width: 100%;
    /* padding-left: 20px; */
}

/* Video Container */
.connect-video-container {
    position: relative;
    width: 100%;
    max-width: 72vw;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    border: 12px solid  #191627;
    height: 60vh; 
}

/* Video */
.connect-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlay */
.connect-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1a2332 0%, #2d3f4f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

/* Overlay Image */
.influencer-video-overlay-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ----------- Webenza  Advantage Section -------- */

.webenza-advantage-section {
    background-color: #0F0C1E;
    padding: 4vw 0;
    min-height: 100vh;
}

.advantage-header-wrapper {
    margin-bottom: 3vw;
    padding: 0;
}

.advantage-main-title {
    font-size: 2.4vw;
    font-weight: 700;
    font-family: 'Manrope' !important;
    color: #ffffff;
    line-height: 1.4em;
    margin-bottom: 1vw;
}

.advantage-subtitle {
    font-size: 1.1vw;
    color: #ffffff;
    font-weight: 300;
     font-family: 'Manrope' !important;
    line-height: 1.6em;
    margin-bottom: 0;
}

/* Service Cards Grid */
.webenza-advantage-section .row {
    margin-left: -0.8vw;
    margin-right: -0.8vw;
}

.webenza-advantage-section .col-lg-6,
.webenza-advantage-section .col-md-6,
.webenza-advantage-section .col-12 {
    padding-left: 1.3vw;
    padding-right: 1.3vw;
    margin-bottom: 3.5vw;
}

/* Individual Service Card */
.advantage-service-card {
    background: url('../images/card-backgrd-img.png') center/cover;
    background-blend-mode: overlay;
    border: 0.1vw solid rgba(0, 212, 255, 0.2);
    border-radius: 1.2vw;
    padding: 2.5vw;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 18vw;
    border: 1px solid #1E1C2C;
}

.advantage-service-card:hover {
    transform: translateY(-0.2vw);
    border-color: rgba(0, 212, 255, 0.5);
    box-shadow: 0 0.5vw 1.3vw rgba(0, 212, 255, 0.2);
}

.advantage-service-card:hover::before {
    opacity: 1;
}

.advantage-service-card > * {
    position: relative;
    z-index: 2;
}

.advantage-card-icon {
    margin-bottom: 1.5vw;
}

.advantage-card-icon img {
    width: 3vw;
    height: 3vw;
    min-width: 2vw;
    min-height: 2vw;
}

.advantage-card-title {
    font-size: 1.45vw;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Manrope' !important;
    line-height: 1.4em;
    margin-bottom: 0.8vw;
}

.advantage-card-subtitle {
    font-size: 1.2vw;
    color: #10A4D1;
    font-weight: 400;
    font-family: 'Manrope' !important;
    margin-bottom: 1vw;
    line-height: 1.4em;
}

.advantage-card-description {
    font-size: 0.95vw;
    color: #ffffff;
    font-family: 'Manrope' !important;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 0;
}

 /* ------- Our Latest Work section ------- */

 .latest-work {
    background: #060316;
    /* background-image: url('../images/Our-Latest-Work-bg-infographic.svg');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;   */
    padding: 6vw 0;
    overflow: hidden;
}

.txt-dv {
    padding-bottom: 2vw;
}

.latest-heading {
    color: #fff;
    font-size: 2.8vw;
    margin-bottom: 1.5vw;
    font-family: 'Manrope' !important;
    font-weight: 700;
}

.latest-des {
    color: #fff;
    max-width: 47vw;
    margin: 0 auto;
    font-size: 1.12vw;
    font-family: 'Manrope' !important;
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: 0.1px;
}

.video-strip {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.curve-mask {
    position: absolute;
    left: 50%;
    width: 115%;
    height: 255px;
    background: #060316;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 3;
    pointer-events: none;
}

.curve-top {
    top: -182px;
}

.curve-bottom {
    bottom: -182px;
}

.video-track {
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    z-index: 2;
    cursor: grab;
    user-select: none;
    overflow-x: auto; 
    overflow-y: hidden;
    user-select: none;
    -webkit-overflow-scrolling: touch;   
}

/* hide scrollbar */
.video-track::-webkit-scrollbar {
    display: none;
}

.video-card {
    width: 18vw;
    height: 85vh;
    border-radius: 15px;
    overflow: hidden;
    /* background: #7403ff; */
    flex-shrink: 0;
}

.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;

    pointer-events: none;
    will-change: transform;
}

.video-strip {
    cursor: grab;
}

.video-strip.dragging {
    cursor: grabbing;
}


/* ------- Complete Suite Tabs and Content Section CSS ------- */

.complete-suite-section {
    background-color: #060316;
    padding: 5vw 0;
}

.suite-header-wrapper {
    text-align: center;
    margin-bottom: 4vw;
    padding: 0 2vw;
}

.suite-main-title {
    font-size: 2.8vw;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3em;
    font-family: 'Manrope' !important;
    margin-bottom: 1.5vw;
}

.suite-subtitle {
    font-size: 1.15vw;
    color: #ffffff;
    line-height: 1.7em;
    margin-bottom: 0;
    font-family: 'Manrope' !important;
    max-width: 52vw;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}

/* Tabs Wrapper - Left Side */

.suite-tabs-wrapper {
    margin-left: 2vw;
    margin-right: 2vw;
}

.suite-tab-item {
    border-bottom: 0.1vw solid #242424;
    padding: 2vw 0;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.suite-tab-title {
    font-size: 1.2vw;
    font-weight: 500;
    font-family: 'Manrope' !important;
    color: #10A4D1;
    margin-bottom: 0;
    line-height: 1.4em;
}

.suite-tab-item:not(.active) .suite-tab-title {
    color: #ffffff;
}

.suite-tab-icon svg {
    color: #10A4D1;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

/* Base state — DOWN arrow */
.suite-tab-icon svg {
    transform: rotate(0deg) !important;
}

/* Active — RIGHT arrow */
.suite-tab-item.active .suite-tab-icon svg {
    transform: rotate(-90deg) !important;
}

/* Content Image Wrapper */
.suite-content-image-wrapper {
    width: 100%;
    padding: 0;
}

.suite-content-image {
    width: 100%;
    max-width: 52vw;
    height: 55vh;
    display: block;
    margin-left: 2.5vw;
}

.complete-suite-section .row {
    align-items: center;
}

/* Mobile Content - Hidden on Desktop */
.suite-mobile-content {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    margin-bottom: 1.5vw;
}

.suite-mobile-content.active {
    display: block;
    max-height: 100%;
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-2vw);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Desktop Content - Shown on Desktop, Hidden on Mobile */
.suite-desktop-content {
    display: block;
}

/* Content Wrapper - Right Side */
.suite-content-wrapper {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.suite-content-wrapper.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(1vw);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ----- Influencer Network Masonry Layout Styles Start ------ */

/* Main Section with Background */

.influencer-network-section {
    background: #0F0C1E;
    background-image: url('../images/Our_Influencer_Network_bg_infographic.svg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    align-items: center;
    padding: 7vw 1vw;
}

.influencer-network-heading-wrapper {
    padding-right: 4vw;
    padding-left: 1.2vw;
    margin-bottom: 3vw;
}

.influencer-network-title {
    font-size: 2.5vw;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Manrope' !important;
    line-height: 1.5em;
    margin-bottom: 0;
}

/* Description Wrapper - Right Side */
.influencer-network-description-wrapper {
    padding-left: 5vw;
    max-width: 44vw;
    margin-top: .45vw;

}

.influencer-network-description {
    font-size: 1.1vw;
    color: #ffffff;
    line-height: 1.5em;
    margin-bottom: 0;
    font-family: 'Manrope' !important;
    font-weight: 300;
}

.influencer-network-description strong {
    color: #ffffff;
    font-weight: 600;
}

/* Tabs Wrapper */
.influencer-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
    padding: 2.5vw 0 2.5vw 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.influencer-tab-btn {
    background: transparent !important;
    padding: 0.65vw 1.9vw;
    font-size: 0.93vw;
    color: #E9E9E9 !important;
    font-weight: 400 !important;
    font-family: 'Manrope' !important;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    white-space: nowrap;
    border-radius: 8px;
    border: 1px solid rgba(16, 164, 209, 0.35);
}

.influencer-tab-btn:hover {
    background: rgba(16, 164, 209, 0.2);
    border-color: rgba(16, 164, 209, 0.5);
    color: #10A4D1;
}

.influencer-tab-btn.active {
    background: #10A4D1 !important;
    border-color: #06a6d7 !important;
    color: #000000 !important;
}

.influencer-masonry-section {
    display: none;
}

.influencer-masonry-section.active {
    display: block;
}

.influencer-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.15vw;
    padding: 0.4vw;
}

/* Card */
.gallery-card {
    position: relative;
    width: 100%;
    height: 60vh;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-card:hover img {
    transform: scale(1.06);
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 50%, rgba(0, 0, 0, 0.75) 100%);
    opacity: 0;
    transition: 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 1.8vw;
}

.overlay span {
    color: #fff;
    font-size: 1.4vw;
    font-weight: 500;
    font-family: 'Manrope' !important;
    letter-spacing: 0.1px;
}

.gallery-card:hover .overlay {
    opacity: 1;
}

.influencer-cta-wrapper {
    text-align: center;
    margin-top: 2.4vw;
}

.influencer-explore-btn  {
    background: transparent;
    color: #10A4D1;
    font-size: 1.1vw;
    font-weight: 600;
    padding: 1vw 2.8vw;
    border: 1px solid #10A4D1;
    font-family: 'Manrope' !important;
    border-radius: 1vw;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
    
}

.influencer-explore-btn a {
    color: #10A4D1;
    text-decoration: none;
}

.influencer-explore-btn:hover {
    background: #10A4D1;
    color: #000000;
    transition: all 0.3s ease;
    transform: translateY(-0.1vw);
    box-shadow: 0 0.6vw 1vw rgba(16, 164, 209, 0.3);
  
}

.influencer-explore-btn:hover a {
      text-decoration: none;
      color: #000000;
}
/* ---------- FAQ Accordion section CSS ---------- */

.faq-accordion-section {
    background-color: #060316;
    padding: 5.5vw 0;
}

/* Header Wrapper */
.faq-header-wrapper {
    text-align: center;
    padding-bottom: 5vw;
    max-width: 55vw;
    margin: 0 auto;
}

.faq-main-title {
    font-size: 2.6vw;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Manrope' !important;
    line-height: 1.5em;
    margin-bottom: 0;
}

.faq-accordion-wrapper {
    max-width: 65vw;
    margin: 0 auto;
}

/* Individual FAQ Item */
.faq-accordion-item {
    border-bottom: 0.8px solid #242424;
    padding: 2vw 0.4vw;
    transition: all 0.3s ease;
}

.faq-accordion-item.active {
    border-bottom-color: #282727;
}

.faq-question-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 2vw;
}

.faq-question-text {
    font-size: 1.2vw;
    font-weight: 400;
    color: #C6C6C6;
    margin-bottom: 0;
    font-family: 'Manrope' !important;
    line-height: 1.4em;
    transition: color 0.3s ease;
    flex: 1;
}

.faq-accordion-item.active .faq-question-text {
    color: #10A4D1;
    font-weight: 500;
}

.faq-toggle-icon {
    position: relative;
    width: 1vw;
    height: 1vw;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-toggle-icon::before {
    width: 100%;
    height: 2px;
}

.faq-accordion-item.active .faq-toggle-icon::before,
.faq-accordion-item.active .faq-toggle-icon::after {
    background-color: #10A4D1;
}

.faq-toggle-icon::after {
    width: 2px;
    height: 100%;
    opacity: 1;
}

.faq-accordion-item.active .faq-toggle-icon::after {
    opacity: 0;
    transform: rotate(90deg);
}

.faq-answer-wrapper {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.3s ease, opacity 0.3s ease;
    padding-top: 0;
}

.faq-accordion-item.active .faq-answer-wrapper {
    max-height: 500px;
    max-width: 55vw;
    opacity: 1;
    padding-top: 1.5vw;
} 

.faq-answer-text {
    font-size: 1vw;
    color: #E2E2E2;
    font-family: 'Manrope' !important;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 0;
    padding-bottom: 0.5vw;
}


/* ---- Contact Form Section Styles ----- */

.get-started-form-section {
    background: #060316;
    padding: 5vw 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.get-started-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90vw;
    max-width: 100vw;
    min-height: 65vh;
    background-image: url('../images/contact-bg-image.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    border: 1px solid  rgba(255, 255, 255, 0.13);
    border-radius: 1.3vw;
}

.get-started-inner-container {
    width: 100%;
    max-width: 100%;
    padding: 4vw 5vw;
}

/* Left Column - Content */
.get-started-content-wrapper {
    padding-right: 1vw;
}

.get-started-main-heading {
    font-size: 2.6vw;
    font-weight: 700;
    font-family: 'Manrope' !important;
    color: #ffffff;
    line-height: 1.4em;
    margin-bottom: 1.5vw;
}

.get-started-description {
    font-size: 1.05vw;
    font-family: 'Manrope' !important;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 0;
}

/* Right Column - Form */
.get-started-form-wrapper {
    padding-left: 2vw;
}

.get-started-form {
    width: 100%;
}

/* Form Row Group */
.get-started-form-row-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1vw;
    margin-bottom: 1.2vw;
}

.get-started-form-row-full {
    grid-template-columns: 1fr;
}

.get-started-form-input-wrapper {
    position: relative;
    width: 100%;
}

.get-started-form-input-field {
    width: 100%;
    padding: 0.9vw 1vw;
    background: #242135;
    border: 1px solid rgba(16, 164, 209, 0.11);
    border-radius: 0.9vw;
    font-size: 0.85vw;
    font-family: 'Manrope' !important;
    color: #9CA0A1;
    transition: all 0.3s ease;
    outline: none;
}

.get-started-form-input-field::placeholder {
    color: rgba(156, 160, 161, 1);
}

.get-started-form-input-field:focus {
    border-color: rgba(16, 164, 209, 0.11);
    background: rgba(36, 33, 53, 1);
    box-shadow: 0 0 0 2px rgba(16, 164, 209, 0.1);
}

/* Submit Button */

.get-started-form-button-wrapper {
    margin-top: 2vw;
}

.get-started-form-submit-btn {
    background: transparent;
    color: rgba(16, 164, 209, 1);
    font-size: 0.9vw;
    font-family: 'Manrope' !important;
    font-weight: 600;
    padding: 0.9vw 3.5vw;
    border: 1px solid #10A4D1;
    border-radius: 1vw;
    cursor: pointer;
    transition: all 0.3s ease;
}

.get-started-form-submit-btn:hover {
    background: rgba(16, 164, 209, 1);
    color: #0a0e1a;
    box-shadow: 0 0.4vw 1vw rgba(16, 164, 209, 0.3);
}

/* Select Dropdown */
.get-started-form-select-field {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.custom-dropdown {
    position: relative;
}

.dropdown-selected {
    background: #242135;
    border: 1px solid rgba(16, 164, 209, 0.11);
    border-radius: 0.9vw;
    padding: 0.9vw 1vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #9CA0A1;
    border: 1px solid rgba(16, 164, 209, 0.11);
}
.dropdown-selected span {
    color: #9CA0A1;
    font-size: 0.9vw;
    font-family: 'Manrope' !important;
}

.dropdown-options {
    position: absolute;
    top: calc(100% + 0.6vw);
    left: 0;
    width: 100%;
    background: #242135;
    border-radius: 1vw;
    overflow: hidden;
    display: none;
    z-index: 10;
    padding: 0;
}

.dropdown-options li {
    padding: 1vw 1.2vw;
    font-size: 0.9vw;
    color: #9CA0A1;
    cursor: pointer;
    border-bottom: 1px solid rgba(16, 164, 209, 0.1);
    list-style: none;
}

.dropdown-options li:hover {
    background: #2B2840;
    color: #10A4D1;
}

.dropdown-options li:last-child {
    border-bottom: none;
}

.custom-dropdown.active .dropdown-options {
    display: block;
}

/* --------- Social Icon CSS ---------- */

.social-strip {
    background: linear-gradient(90deg, #060316 0%, #0F0C1E 49.99%, #060316 100%);
    padding: 2vw 0;
}

.social-icons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.1vw;
}

.social-icon {
    width: 4vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-icon img {
    width: 7vw;
    height: 7vh;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.social-icon:hover img {
    transform: scale(1.05);
}


.get-started-form-row-group .error {
    color: #e40808;
    font-size: 12px !important;
    font-family: 'Manrope' !important;
}


/* ----------- media queries for different screen sizes ----------- */


@media (min-width: 1200px) {
    .container {
        max-width: 95vw !important;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .container {
        max-width: 94vw !important;
    }
}


/* ------ media queries for different screen sizes ----- */



/* --------- Tab Responsive Styles ---------- */
@media (max-width: 991px) {
    .influencer-main-heading {
        font-size: 2.2rem;
    }

    .influencer-video-wrapper {
        width: 85%;
    }

    .influencer-description {
        font-size: 1rem;
    }

    /* ---- Marquee Section css ---- */

    .trusted-brands-marquee-section {
        padding: 40px 0;
    }

    .trusted-brands-title {
        font-size: 1.5rem;
    }

    .trusted-brands-heading-wrapper {
        padding: 15px 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .trusted-brands-marquee-track {
        gap: 45px;
        animation-duration: 20s;
    }

    .trusted-brands-logo-img {
        max-width: 110px;
        max-height: 50px;
    }

    /* Brands and Creators Section */

    .brands-creators-connect-section {
        padding: 8vw 0;
    }

    .connect-main-heading {
        font-size: 2rem;
    }

    .connect-content-wrapper {
        padding-right: 20px;
    }

    .connect-video-wrapper {
        padding-left: 10px;
    }

    /* ------- webenza-advantage-section ------- */

    .webenza-advantage-section {
        padding: 6vw 0;
    }

    .advantage-header-wrapper {
        margin-bottom: 4vw;
    }

    .advantage-main-title {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .advantage-subtitle {
        font-size: 1.5vw;
    }

    .webenza-advantage-section .col-lg-6,
    .webenza-advantage-section .col-md-6 {
        margin-bottom: 2vw;
    }

    .advantage-service-card {
        padding: 3vw;
        border-radius: 1.5vw;
        min-height: 22vw;
    }

    .advantage-card-icon svg {
        width: 4vw;
        height: 4vw;
    }

    .advantage-card-title {
        font-size: 2vw;
        margin-bottom: 1vw;
    }

    .advantage-card-subtitle {
        font-size: 1.3vw;
        margin-bottom: 1.2vw;
    }

    .advantage-card-description {
        font-size: 1.2vw;
    }

    /* --------- tab section css ---------------- */

    .complete-suite-section {
        padding: 6vw 0;
    }

    .suite-main-title {
        font-size: 3.5vw;
        margin-bottom: 2vw;
    }

    .suite-subtitle {
        font-size: 1.6vw;
    }

    .suite-tabs-wrapper {
        padding-right: 1vw;
    }

    .suite-tab-item {
        padding: 2.5vw;
        margin-bottom: 2vw;
    }

    .suite-tab-title {
        font-size: 1.8vw;
    }

    .suite-content-image {
        border-radius: 2vw;
    }

    /* ------- FAQ Accordion section CSS ------- */

    .faq-accordion-section {
        padding: 6vw 0;
    }

    .faq-main-title {
        font-size: 3.5vw;
    }

    .faq-accordion-item {
        padding: 2.5vw 3vw;
    }

    .faq-question-text {
        font-size: 1.6vw;
    }

    .faq-toggle-icon {
        font-size: 2.2vw;
        width: 2vw;
        height: 2vw;
    }

    .faq-answer-text {
        font-size: 1.4vw;
    }

    .faq-accordion-item.active .faq-answer-wrapper {
        padding-top: 2vw;
    }

    .faq-answer-text {
        padding-bottom: 1vw;
    }

    /* --------- contant section css ---------- */

    .get-started-form-section {
        padding: 6vw 0;
    }

    .get-started-container {
        width: 92vw;
        min-height: 60vh;
    }

    .get-started-inner-container {
        padding: 4vw 4vw;
    }

    .get-started-main-heading {
        font-size: 3vw;
    }

    .get-started-description {
        font-size: 1.4vw;
    }

    .get-started-content-wrapper {
        padding-right: 2vw;
    }

    .get-started-form-wrapper {
        padding-left: 1.5vw;
    }

    .get-started-form-input-field {
        padding: 1.5vw 2vw;
        font-size: 1.3vw;
    }

    .get-started-form-submit-btn {
        font-size: 1.4vw;
        padding: 1.5vw 3.5vw;
    }

}


/* --------- Mobile Responsive Styles ---------- */

@media (max-width: 767px) {

    .wz-logo {
        height: 4vh;
    }

    .influencer-hero-banner {
        background-image: url('../images/mob-hero-banner-img.svg') !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 2.7vw 0 4.5vw 0;
        background-attachment: scroll;
        min-height: 70vh !important;
    }

    .influencer-banner-div {
        margin-top: 14vw;
        margin-bottom: 10vw;
    }

    h1.influencer-main-heading {
        font-size: 7.7vw !important;
    }

    .influencer-main-heading br {
        display: none;
    }

    .influencer-heading-wrapper {
        margin-bottom: 35px;
    }

    .influencer-video-wrapper {
        width: 100%;
        max-width: 100% !important;
    }

    .influencer-video-placeholder,
    .influencer-video-element {
        width: 100%;
        height: 30vh;
    }

    .influencer-description {
        font-size: 4.7vw !important;
        line-height: 1.6;
    }

    .influencer-description br {
        display: none;
    }

    .influencer-launch-btn {
        padding: 4.2vw 7vw;
        font-size: 4.5vw;
        border-radius: 7vw;
    }

    /* ---- Marquee Section css ---- */

    .trusted-brands-marquee-section {
        padding: 5.3vw 0;
    }

    .trusted-brands-title {
        font-size: 6vw;
    }

    .trusted-brands-title br {
        display: none;
    }

    .trusted-brands-heading-wrapper {
        padding: 2vw 0 2vw 2vw;
        margin-bottom: 2.5vw;
        text-align: left !important;
    }

    .trusted-brands-marquee-container {
        padding: 15px 0;
    }

    .trusted-brands-marquee-track {
        gap: 25px;
        animation-duration: 18s;
    }

    .trusted-brands-logo-item {
        padding: 10px 12px;
    }

    .trusted-brands-logo-img {
        max-width: 25vw;
        max-height: 7vh;
    }

    /* ------- Brands and Creators Section ------- */
    .brands-creators-connect-section {
        padding: 8vw 0;
        min-height: auto;
    }

    .connect-content-wrapper {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: left;
    }

    .connect-main-heading {
        font-size: 8vw;
        margin-bottom: 20px;
    }

    .connect-main-heading br {
        display: inline;
    }

    .connect-description {
        font-size: 4.7vw;
        margin-bottom: 5vh;
    }

    .connect-cta-wrapper {
        margin-top: 25px;
    }

    .connect-talk-btn {
        padding: 2.7vw 11vw;
        font-size: 4vw;
        border-radius: 30px;
    }

    .connect-video-wrapper {
        padding-left: 0;
        padding-top: 5vw;
    }

    .connect-video-container {
        max-width: 100%;
        margin-left: 0;
        height: 30vh;
    }

    .connect-video {
        width: 100%;
        height: 100%;
    }

    .connect-video-placeholder {
        border-radius: 15px;
    }


    /* ----------- Advantage Section -------- */

    .webenza-advantage-section {
        padding: 10vw 0;
    }

    .advantage-header-wrapper {
        margin-bottom: 6vw;
        padding: 0 2vw;
    }

    .advantage-main-title {
        font-size: 8vw;
        margin-bottom: 4vw;
    }

    .advantage-subtitle {
        font-size: 4.2vw;
    }

    .webenza-advantage-section .row {
        margin-left: 0;
        margin-right: 0;
    }

    .webenza-advantage-section .col-12 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10vw;
    }


    .advantage-service-card {
        background: url('../images/connect-card-bg-img.svg') center/cover !important;
        background-blend-mode: overlay;
        border: 0.1vw solid rgba(0, 212, 255, 0.2);
        padding: 7vw;
        border-radius: 2.5vw;
        min-height: auto;
        border-width: 0.2vw;
        margin: 0 2vw;
    }

    .advantage-card-icon {
        margin-bottom: 3vw;
    }

    .advantage-card-icon img {
        width: 10vw;
        height: 10vw;
    }

    .advantage-card-title {
        font-size: 5.5vw;
        margin-bottom: 2vw;
    }

    .advantage-card-subtitle {
        font-size: 4vw;
        margin-bottom: 2.5vw;
    }

    .advantage-card-description {
        font-size: 4.3vw;
        line-height: 1.5em;
    }

    .advantage-service-card:hover {
        transform: translateY(-1vw);
    }


    /* ---------- Our Latest Work - MOBILE  CSS ---------- */

    .latest-work {
        padding: 10vw 0;
    }

    .txt-dv {
        padding-bottom: 12vw;
    }

    .latest-heading {
        font-size: 8vw;
        margin-bottom: 5vw;
    }

    .latest-des {
        max-width: 85vw;
        font-size: 4.2vw;
    }

    .video-card {
        min-width: 200px;
        height: 340px;
    }

    .curve-mask {
        width: 220%;
        height: 180px;
    }

    .curve-top {
        top: -150px;
    }

    .curve-bottom {
        bottom: -150px;
    }

    /* -------- Complete Suite tabs section --------- */

    .complete-suite-section {
        padding: 11vw 0;
    }

    .suite-header-wrapper {
        margin-bottom: 6vw;
    }

    .suite-main-title {
        font-size: 7.5vw;
        margin-bottom: 8vw;
        text-align: left;
    }

    .suite-subtitle {
        font-size: 4.5vw;
        text-align: left;
        max-width: 100%;
    }

    .suite-tabs-wrapper {
        padding-right: 0;
        margin-bottom: 0;
    }

    .suite-tab-item {
        padding: 4vw 1vw 4vw 1vw !important;
        margin-bottom: 2.5vw;
        border-radius: 2vw;
    }

    .suite-tab-title {
        font-size: 5vw;
    }

    .suite-tab-icon svg {
        width: 5vw;
        height: 5vw;
    }

    /* Hide desktop content on mobile */
    .suite-desktop-content {
        display: none !important;
    }

    /* Show mobile accordion content */
    .suite-mobile-content {
        display: none;
        margin-top: 3vw;
        margin-bottom: 3vw;
    }

    .suite-mobile-content.active {
        display: block;
    }

    .suite-content-image {
        max-width: 100%;
        display: block;
        height: auto;
        margin: 0 !important;
    }

    /* ----- Influencer Network Mobile Layout Style start ------ */


    .influencer-network-section {
        padding: 16vw 1vw !important;
        background-image: url('../images/Our-Influencer-Network-mob-bg-img.png');
    }

    .influencer-masonry-section .container {
        padding-right: 1px !important;
        padding-left: 1px !important;
    }

    .influencer-network-heading-wrapper {
        margin-bottom: 4vw;
    }

    .influencer-network-title {
        font-size: 7vw;
        text-align: center;
    }

    .influencer-network-description-wrapper {
        padding-left: 0;
        margin-bottom: 9vw;
        max-width: 90vw;
        text-align: center;
    }

    .influencer-network-description {
        font-size: 4.2vw;
    }

    .influencer-tabs-wrapper {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding: 16px 0 24px;
        gap: 12px;
        -webkit-overflow-scrolling: touch;
    }

    .influencer-tabs-wrapper::-webkit-scrollbar {
        display: none;
    }

    .influencer-tab-btn {
        flex: 0 0 auto;
        font-size: 3.8vw;
        padding: 2.3vw 4vw;
        border-radius: 2.2vw;
        white-space: nowrap;
    }

    .influencer-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw;
    }

    .gallery-card {
        height: 28vh;
    }

    .influencer-cta-wrapper {
        margin-top: 9vw;
    }

    .influencer-explore-btn {
        font-size: 4vw;
        padding: 3.2vw 8vw;
        border-radius: 5vw;
        border: 2px solid #10A4D1;
    }

    .gallery-card .overlay {
        position: absolute;
        inset: 0;
        opacity: 1 !important;
        display: flex;
        align-items: flex-end;
        padding: 2vw 0 3vw 3.3vw;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0)) !important;
    }

    .overlay span {
        font-size: 3.2vw;
        z-index: 2;
    }

    /* ------------ FAQ's Section ---------------- */

    .faq-accordion-section {
        padding: 13vw 0;
    }

    .faq-header-wrapper {
        margin-bottom: 7vw;
        max-width: 100%;
    }

    .faq-main-title {
        font-size: 7.2vw;
        line-height: 1.3;
        text-align: left;
    }

    .faq-accordion-wrapper {
        max-width: 95vw !important;
        margin: 0 auto;
    }

    .faq-accordion-item {
        padding: 4vw 3vw;
    }

    .faq-question-wrapper {
        gap: 3vw;
    }

    .faq-question-text {
        font-size: 4.5vw;
        line-height: 1.5em;
    }

    .faq-toggle-icon {
        width: 4vw;
        height: 4vw;
    }

    .faq-toggle-icon::before {
        height: 2.5px;
    }

    .faq-toggle-icon::after {
        width: 2.5px;
    }

    .faq-answer-text {
        font-size: 3.8vw;
        padding-bottom: 1.5vw;
    }

    .faq-accordion-item.active .faq-answer-wrapper {
        padding-top: 4vw;
        max-width: 75vw;
    }

    /* ------ Form contant section ----------- */

    .get-started-form-section {
        padding: 7.5vw 0 14vw 0;
        min-height: auto;
    }

    .get-started-container {
        width: 95vw;
        min-height: auto;
        background-image: url('../images/mob-contant-bg.svg') !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .get-started-inner-container {
        padding: 8vw 5vw;
    }

    .get-started-content-wrapper {
        padding-right: 0;
        margin-bottom: 6vw;
    }

    .get-started-main-heading {
        font-size: 8vw;
        margin-bottom: 6vw;
        line-height: 1.4em;
    }

    .get-started-description {
        font-size: 4.9vw;
        line-height: 1.5em;
    }

    .get-started-form-wrapper {
        padding-left: 0;
        margin-top: 6vw;
    }

    .get-started-form-row-group {
        grid-template-columns: 1fr;
        gap: 6vw;
        margin-bottom: 6%;
    }

    .get-started-form-input-field {
        padding: 4vw 5vw;
        font-size: 4.2vw;
        border-radius: 6vw;
    }

    .get-started-form-button-wrapper {
        margin-top: 8vw;
        margin-bottom: 8vw;
    }

    .get-started-form-submit-btn {
        font-size: 4.5vw;
        padding: 3.1vw 14vw;
        border-radius: 8vw;
    }

    .get-started-form-submit-btn:hover {
        transform: translateY(-1vw);
    }

    .dropdown-selected {
        border-radius: 6vw;
        padding: 4vw 5vw;
    }

    .dropdown-selected span {
        font-size: 4.2vw;
    }

    .dropdown-options li {
        padding: 3.5vw 3.2vw;
        font-size: 3vw;
    }

    .dropdown-options {
        top: calc(100% + 1.3vw);
        border-radius: 4vw;
    }


    /* ---------- Social Icon CSS ---------- */

    .social-strip {
        padding: 1.6vw 0;
    }

    .social-icons-wrapper {
        gap: 8vw;
        margin: 0 auto;
    }

    .social-icon {
        width: 8vw;
        height: auto;
    }

    .social-icon img {
        width: 10vw;
        height: 10vh;
    }

}