@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




html {
  height: 100%;
}
ul,
li,
span,
img,
p,
figure,
img,
ol,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
div,
a {
  margin: 0px;
  padding: 0px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}


        /* --- CSS Reset & Variables --- */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .container{
          max-width: 1100px;
        }
        :root {
            --primary-blue: #1d73cd;
            --whatsapp-green: #1ab65a;
            --dark-bg: #0f172a;
            --light-bg: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
            --text-main: #1e293b;
            --text-muted: #64748b;
            --font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        }
        body {
          position: relative;
          min-height: 100%;
          
            font-family: var(--font-family);
            line-height: 1.5;
            color: var(--text-main);
            overflow-x: hidden;
        }

        .sticky-footer {
          overflow-x: hidden;
          padding: 0px;
          margin: 0px;
          position: relative;
          min-height: 100%;
          padding-bottom: 60px;
          background-color: var(--body-bg);
        }



        
        .application-top-sec{
          background: linear-gradient( 130deg,  #a2c6de 0%,  #a2c6de 25%,  #f5f5f5 68%,  #f5f5f5 100%);
          /* background: linear-gradient(130deg, #e5d17d 0%, #ffedb6 25%, #f5f5f5 68%, #f5f5f5 100%); */
        }

        /* --- Header --- */
        .theme-size-btn{
            background: #fff;
            padding: 8px 20px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            gap: 5px;
            color: #333;
            cursor: pointer;
            transition: all 0.2s linear;
        }
        .theme-size-btn img{
            width: 16px;
            height: 16px;
        }
        .theme-size-btn.whatsapp-btn{
            background: #1ab65a;
            color: white;
        }
        .theme-size-btn:hover{
          transform: scale(1.02);
        }
        .lang-btn{
          background:#c9d7e0;
        }
        header {
            padding: 25px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }

        
          .logo {
              width: 120px;
              /* background: #000;
              border-radius: 8px;
              padding: 8px 15px; */
          }
          .logo img{
            filter: drop-shadow(2px 4px 6px black);
          }

        .nav-right {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            font-weight: 500;
        }

        .nav-right a {
            text-decoration: none;
            color: inherit;
        }

        .btn-whatsapp-small {
            background: var(--whatsapp-green);
            color: white !important;
            padding: 8px 16px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .lang-selector {
            display: flex;
            gap: 10px;
            color: var(--text-muted);
            align-items: center;
            position: relative;
        }

        .lang-selector input { margin-right: 4px; }

        .language-sec {
            background: #fff;
            border-radius: 8px;
            position: absolute;
            top: 40px;
            width: 120px;
            display: flex;
            flex-direction: column;
            display: none;
        }
        .language-sec label {
            display: inline-block;
            display: flex;
            align-items: center;
            gap: 5px;
            padding: 10px 15px;
            border-bottom: 1px solid #e4e1e1;
        }

        .language-sec label:last-child{
          border: none;
        }

        /* --- Hero Section --- */
        .hero {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }
        .hero-content{
          width: 55%;
        }

        .hero-image{
          width: 45%;
        }

        .hero-content h1 {
            font-size: 36px;
            line-height: 1.2;
            margin-bottom: 20px;
            font-weight: bold;
            color: #000;
        }

        .hero-content p {
            color:#000;
            font-size: 18px;
            margin-bottom: 30px;
            max-width: 500px;
        }

        .cta-group {
            display: flex;
            gap: 18px;
            flex-wrap: wrap;
            flex-direction: column;
            width: fit-content;
        }

        .btn {
            padding: 10px 30px;
            border-radius: 50px;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            transition: 0.3s;
            border: none;
        }
        .btn-outline-green:hover{
          background: #fff;
        }

        .btn-blue {
            background: var(--primary-blue);
            color: white;
            box-shadow: 0 2px 10px rgb(28 28 28 / 30%);
            border: 2px solid var(--primary-blue);
        }

        .btn-blue:hover{
          background: var(--primary-blue);
          color: #fff;
          border: 2px solid #fff;
        }

        .btn-outline-green {
            border: 2px solid var(--whatsapp-green);
            color: var(--whatsapp-green);
            background: #fff;
            display: flex;
            align-items: center;
            gap: 5px;
            box-shadow: 0 2px 10px rgb(28 28 28 / 30%);
        }
        .btn-outline-green img{
          width: 20px;
          margin-right: 2px;
        }

        .hero-image {
            display: flex;
            justify-content: center;
        }

       .hero-image img{
          max-width: 350px;
          width: 100%;
       }
       

        /* --- Features Section --- */
        .features {
            padding: 120px 0;
            padding-top: 20px;
        }
        h2.heading {
            margin-bottom: 25px;
            font-size: 28px;
            font-weight: bold;
            color: #000;
        }

        strong{
          color: #000;
        }

        .feature-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .feature-card {
            background: #fff;
            padding: 25px 50px;
            border-radius: 15px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.03);
            border: 1px solid #f1f5f9;
            text-align: center;
            transition: all 0.3s linear;
        }
        .feature-card:hover{
          cursor: pointer;
          background-color: var(--primary-blue);
        }
        .feature-card:hover strong, .feature-card:hover p{
          color: #fff;
        }

        .feature-icon {
            width: 45px;
            height: 45px;
            /* background: #cbe1f1; */
            color: var(--primary-blue);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            font-size: 24px;
            margin: 0 auto;
            margin-bottom: 15px;
            filter: invert(1);
            background: #351d1d;
        }

        /* --- Dark Section --- */
        .dark-section {
            background-color: var(--dark-bg);
            color: #fff;
            padding: 30px 0 60px;
            position: relative;
        }

        .influencer-card-sec{
          margin-top:-100px ;
        }
        .influencer-card {
            background: #fff;
            color: #333;
            padding: 45px 25px;
            border-radius: 24px;
            width: 100%;
            max-width: 300px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            position: relative;
            z-index: 10;
            border: 4px solid #1d73cd;
        }
        .influencer-card p{
          color: #333;
          font-size: 12px;
        }

        .nexus-box {
            width: 150px;
            margin: 0 auto 20px;
        }

        .v-info {
            font-size: 16px;
            margin-bottom: 20px;
            font-weight: 500;
            color: #333;
        }

        .video-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .video-item {
            /* background: #1e293b; */
            /* border-radius: 15px; */
            overflow: hidden;
        }

        .video-thumb {
            /* height: 160px; */
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            cursor: pointer;
            border-radius: 15px;
            overflow: hidden;
        }

        .video-meta {
            padding: 7px 15px;
            display: flex;
            /* justify-content: space-between; */
            font-size: 14px;
            opacity: 0.8;
            justify-content: center;
        }

        .footer-cta {
            text-align: center;
            margin-top: 20px;
        }

        .footer-cta h2 {
            margin-bottom: 30px;
            font-size: 30px;
            font-weight: bold;
        }
        .footer-links {
            margin-top: 20px;
            display: flex;
            justify-content: center;
            gap: 30px;
            font-size: 14px;
            opacity: 0.8;
        }
        .footer-cta-group {
            display: flex;
            flex-direction: row;
            justify-content: end;
            width: 100%;
        }

        /* --- Mobile Responsive (Desktop view) --- */
        @media (min-width: 768px) {
            .hero {
                flex-direction: row;
                align-items: center;
                text-align: left;
            }



            
        }
        
        .feature-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .video-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .star-dec {
          position: absolute;
          bottom: 30px;
          right: 40px;
          font-size: 70px;
          opacity: 0.8;
      }
      .dark-content-wrapper {
          display: flex;
          gap: 40px;
      }
      .fix-footer{
        display: none;
      }

      