@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --primary-color: #100751;     
    --secondary-color: #27e3f0;   
    --text-color: #ffffff;       
    --hover-color: #1fc2d6;       
    --background-color: linear-gradient(134deg, #2E2769 2.68%, #5E1C56 95.99%);
}

*{
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif !important;
}

p {
    font-family: "Montserrat", sans-serif !important;
}
.container {
    max-width: 1300px;
    margin: 0 auto;
}



/* ====== Header Styles ====== */
.navbar {
background-color: #fff;
padding: 15px 0;
}
ul.navbar-nav li.nav-item a {
    font-size: 15px;
    padding: 0 5px !important;
}
.navbar-brand {
display: flex;
align-items: center;
color: #fff;
font-weight: 700;
font-size: 22px;
text-decoration: none;
}

.navbar-brand img {
height: 35px;
margin-right: 10px;
}

.navbar-nav .nav-link {
color: #000 !important;
font-weight: 500;
margin: 0 10px;
transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
color: #27e3f0 !important;
}

/* Hover dropdown menu (desktop) */
.navbar .dropdown:hover .dropdown-menu {
display: block;
opacity: 1;
visibility: visible;
margin-top: 0;
}

.dropdown-menu {
background-color: #fff;
border-radius: 8px;
padding: 10px 0;
}
header.header_main {
    padding: 10px 0;
}
.dropdown-menu .dropdown-item {
color: #100751;
transition: 0.3s;
}

.dropdown-menu .dropdown-item:hover {
background-color: transparent;
color: #000;
}

/* Login Button */
.login-btn {
background: var(--background-color);
color: #fff;
border-radius: 25px;
padding: 6px 20px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
display: inline-block;
}

.login-btn:hover {
background-color: #1fc2d6;
color: #fff;
}

/* ====== Mobile Menu (Offcanvas) ====== */
.offcanvas-start {
background-color: #0a0075; /* ✅ Blue color background */
width: 260px;
}

.offcanvas-header {
    border-bottom: 1px solid rgb(255 255 255 / 49%);
}
h5#mobileMenuLabel img {
    width: 60%;
}
.offcanvas-title {
color: #fff;
font-weight: 600;
}

.offcanvas-body .nav-link {
color: #fff !important;
font-size: 16px;
padding: 10px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-body .nav-link:hover {
color: #27e3f0 !important;
}

.btn-close-white {
filter: invert(1);
}

/* Banner Css */

.hero_banner {
    background: var(--background-color);
    padding: 100px 0 200px;
    width: 100%;
}
section.hero_banner .row {
    align-items: center;
}
.content-hero-banner h1 {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
}
.img-hero-banner img {
    width: 60%;
}
.img-hero-banner {
    text-align: center;
}

.btns_banner a {
    background: #000;
    padding: 12px 45px;
    border-radius: 41px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.btns_banner {
    height: 100%;
    margin-top: 40px;
    width: 100%;
    display: flex;
    gap: 11px;
}

.btns_banner a:last-child {
    background: #fff;
    color: #000000;
}

/* Counter Css */
.stats-section {
    background: transparent;
    margin-top: -130px;
    padding-bottom: 50px;
}
.stats-row {
    margin-top: -80px;
}

.stat-box {
    background: white;
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    border-bottom: 4px solid #e3f4ff;
}

.stat-box h2 {
    font-size: 48px;
    color: #0c0b64;
    font-weight: 700;
    margin: 0;
}

.stat-box p {
    margin-top: 12px;
    font-size: 18px;
    color: #777;
}

.static-text {
    font-size: 48px;
    font-weight: 700;
    color: #0c0b64;
}


/* affiliates section css */
section.affiliates_code {
    padding: 100px 0;
}
section.affiliates_code .row {
    align-items: center;
}

.content_affiliates h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    color: #0c0b64;
    margin-bottom: 26px;
}

.content_affiliates {
    padding-right: 60px;
}

.content_affiliates p {
    font-size: 19px;
    font-weight: 400;
    color: #747474;
    line-height: 30px;
}
.content_affiliates h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    color: #0c0b64;
    margin-bottom: 26px;
}


/* Our Values */

.our_values {
    padding: 100px 0;
    background: #f7f7f7;
}

.img_values img {
    width: 80%;
}

.content_values h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    color: #0c0b64;
    margin-bottom: 26px;
}

.col-funnel {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
}

.list_content h3 {
    font-weight: 600;
    margin-bottom: 16px;
}

.list_content p {
    font-size: 20px;
    margin: 0;
}

.col-funnel img {
    width: 25%;
}

.funnel_values {
    width: 62%;
    margin: 0 auto 40px;
}

.list_content h3 {
    font-weight: 600;
    margin-bottom: 16px;
    color: #0c0b64;
    font-size: 24px;
}



/* Our Features Section */

.our_features {
    padding: 100px 0;
}

.our_features .content_features h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    color: #0c0b64;
    text-align: center;
    margin-bottom: 70px;
}

.features_box {
    border-radius: 24px 24px 24px 24px;
    padding: 30px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1607843137);
    text-align: center;
}

.features_box h3 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
    color: #0c0b64;
}

.sign_up_btn a {
    background: #000 !important;
    color: #fff !important;
}

.sign_up_btn {
    justify-content: center;
    margin-top: 70px;
}


/* Trial Section css */

section.Trial_section {
    background: var(--background-color);
    padding: 80px 0;
}
.trial_display h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    text-align: center;
}
.trial_display p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}
section.Trial_section .btns_banner.sign_up_btn {
    margin-top: 36px;
}

.updown_animation {
    position: absolute;
    width: 28%;
    left: 0;
    bottom: -80px;
}

section.Trial_section {
    position: relative;
}


/* Why Partner Section Css */

.why-partner-section {
    padding: 100px 0;
}
.why-partner-section h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    color: #0c0b64;
}

.why-partner-section ul.custom-list li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #8c8c8c;
    letter-spacing: 0.5px;
    line-height: 30px;
}

/* Networks section Css */

section.Networks-section {
    padding: 100px 0;
}

section.business-section {
    padding: 100px 0;
}

section.Networks-section .row {
    align-items: center;
}

section.Networks-section h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    color: #0c0b64;
}

section.Networks-section p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #8c8c8c;
    letter-spacing: 0.5px;
    line-height: 29px;
}

section.Pillars-section {
    padding: 100px 0;
}

.heading-Pillars h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    color: #0c0b64;
    text-align: center;
    margin-bottom: 70px;
}

.paragraph-Pillars strong {
    position: relative;
    padding-left: 22px;
    font-size: 20px;
    color: #0c0b64;
}
.paragraph-Pillars strong:after {
    content: "";
    background: var(--background-color);
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 9px;
}

.paragraph-Pillars p {
    margin-top: 10px;
    font-size: 18px;
    color: #6e6e6e;
    margin-bottom: 39px;
}


/* Affiliate Network Css */
.Affiliate-Network {
    background: url(../images/aff-banner.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.content_affilate_net h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    text-align: center;
}

.content_affilate_net .btns_banner.sign_up_btn {
    margin: 30px 0 0;
}


/* Highly-Recommended Section */

section.Highly-Recommended {
    padding: 100px 0;
}

.Highly_title h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    color: #0c0b64;
    text-align: center;
    width: 67%;
    margin: 0 auto 50px;
}

/* Testimonial Section Css */

.testimonials-section h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    color: #0c0b64;
    text-align: center;
    width: 95%;
    margin: 0 auto 60px;
}



.testimonials-container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.testimonial-card {
    width: 350px;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 25px;
    position: relative;
    box-shadow: 0px 8px 25px rgba(0,0,0,0.08);
    text-align: left;
}

.quote-icon {
    font-size: 90px;
    color: #aac8ff7a;
    font-weight: 800;
    position: absolute;
    top: -11px;
    right: 20px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.user-info img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.user-info h4 {
    font-size: 18px;
    margin: 0;
    color: #222;
}

.role {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.message {
    font-size: 15px;
    color: #444;
    margin-top: 10px;
    line-height: 1.6;
}

.brand-logo {
    margin-top: 30px;
    width: 110px;
    opacity: 0.8;
}

.testimonials-section {
    text-align: center;
    padding: 100px 20px;
    background: #f9f9f9;
}



/* Blog Section css */
.blog-section {
    width: 100%;
    padding: 100px 0;
    text-align: center;
}

.blog-section h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    color: #0c0b64;
    text-align: center;
    width: 95%;
    margin: 0 auto 50px;
}
.divider {
    width: 68%;
    height: 1px;
    background: #adacac;
    margin: 20px auto 61px;
}

.blog-grid {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.blog-card img {
    width: 100%;
    border-radius: 15px;
    height: 200px;
    object-fit: cover;
}

.meta {
    font-size: 14px;
    color: #777;
    padding-top: 10px;
    text-align: left;
}

.blog-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    text-align: left;
    color: #1A1A60;
    cursor: pointer;
    transition: 0.3s;
    line-height: 27px;
}

.blog-card h3:hover {
    color: #3366ff;
}



/* Footer Css */

.footer {
    overflow: hidden;
    color: #fff;
    background: url(../images/footer-bg.svg);
    padding: 120px 0px 0px;
    text-align: center;
    background-size: 100%;
    background-position-x: center;
    position: relative;
}


/* Particle layer */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.footer-content {
  position: relative;
  z-index: 3;
}

.footer-logo img {
    width: 300px;
    margin-bottom: 50px;
}
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.footer-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-menu li a:hover {
  color: #00bfff;
}

.footer-copy {
    font-size: 13px;
    opacity: 0.8;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    padding-top: 10px;
}



  .slider-container {
      position: relative;
      width: 90%;
      max-width: 1200px;
      margin: auto;
    }

    .slide-card {
      background: #fff;
      border-radius: 18px;
      padding: 25px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.1);
      text-align: left;
      margin: 10px;
    }

    .icon-circle {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background: #21D4FD;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 15px;
    }

    .icon-circle img {
      width: 30px;
    }

    .slide-card h3 {
      font-size: 20px;
      font-weight: 700;
      color: #1A1A60;
    }

    .slide-card p {
      font-size: 15px;
      margin: 8px 0 12px;
    }

    .read {
      font-size: 15px;
      font-weight: 600;
      color: #1DD3C4;
      text-decoration: none;
    }

    /* Custom Slick Arrows */
    .slick-prev,
    .slick-next {
      background: #222;
      color: #fff;
      border-radius: 50%;
      width: 38px;
      height: 38px;
      z-index: 2;
    }

    .slick-prev::before,
    .slick-next::before {
      display: none;
    }

    .slick-prev:hover,
    .slick-next:hover {
      background: #1DD3C4;
    }

    .slick-prev {
      left: -50px;
    }

    .slick-next {
      right: -50px;
    }

    /* Dots */
    .slick-dots li button:before {
      font-size: 10px;
      color: #1DD3C4;
    }
    .slick-dots li.slick-active button:before {
      color: #1A1A60;
    }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    background: var(--background-color) !important;
    color: #fff !important;
}
button.slick-arrow {
    background: #DDE;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #000 !important;
}
.slick-prev {
    left: -50px !important;
}
.slick-next {
    right: -50px !important;
}

ul.dropdown-menu {
    border: none;
    padding: 4px;
}

ul.dropdown-menu li {
    padding: 10px 10px;
    border-bottom: 1px solid #e9e9e9;
}

ul.dropdown-menu li:last-child {
    border-bottom: none;
}