/* * {
  outline: 1px solid red;
}
*/
html, body {
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f7fa;
}

/* Bootstrap Customised */
.bg-modern {
    background: linear-gradient(135deg, #eb5d20e2, #2471dde7);
    color: #fff;
    border: none;
}
.bg-normal {
    background: linear-gradient(132deg, #194c93, #194c93);
    color: #fff;
    border: none;
}

.btn-gradient {
  background: linear-gradient(135deg, #eb5d20, #2471dd);
  color: #fff;
  border: none;
}


.btn-normal {
  background: #F78D60;
  color: #fff;
  border: none;
}
.btn-social {
  background: gray;
  color: #fff;
  border: none;
}
.text-gradient {
  background: linear-gradient(90deg, #F78D60, #F78D60);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Bootstrap Customised Ends*/


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

/*** Video Card ***/
    .video-text-container {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width: auto;
    }

    .video-section {
      position: relative;
      background: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 300px;
    }

    .video-section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .video-wrapper {
      width: 100%;
      height: 100%;
      position: relative;
    }
    .video-wrapper video,
    .video-wrapper iframe {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
 

    .text-section {
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .text-section h2 {
      color: #212529;
      font-weight: 700;
      margin-bottom: 15px;
      font-size: 28px;
    }

    .text-section p {
      color: #6c757d;
      line-height: 1.6;
      margin-bottom: 20px;
      font-size: 16px;
    }



    /* Responsive adjustments */
    @media (max-width: 768px) {
      .video-section {
        min-height: 250px;
        
      }

      .text-section {
        padding: 30px;
      }

      .text-section h2 {
        font-size: 24px;
      }

      .text-section p {
        font-size: 14px;
      }
    }

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 3px solid var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
}


.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}
.btn.btn-gradient:hover {
    color: var(--bs-primary);
}

/*** Our motive  ***/
.indexAbout .indexAbout-item .indexAbout-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}
.indexAbout .indexAbout-item .indexAbout-item-inner .indexAbout-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.indexAbout .indexAbout-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    
}

.indexAbout .indexAbout-img .img-1 {
    height: 85%;
    margin-right: 50px;
}

.indexAbout .indexAbout-img .img-2 {
    position: absolute;
    width: 100%; 
    bottom: 0; 
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
}

.indexAbout .indexAbout-img::after {
    content: "";
    position: relative;
    width: 10px;
    height: 98%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    z-index: -1;
}
/*** Our motive End ***/

/*** Icon Animation Start ***/
@keyframes icon-animat {
    0%  {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}

    25% {border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;}

    50% {border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;}

    75% {border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;}

    100% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
}
/*** Icon Animation End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link {
    color: var(--bs-primary);
} 

.nav-link.active {
  color: var(--bs-primary) !important;
  font-weight: 600;
  /*border-bottom: 2px solid #f1b863;*/
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}


@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: .5s;
    opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}
/*** Navbar End ***/


/*** Carousel Header Start ***/
.carousel .carousel-item img {
    object-fit: cover;
}

.carousel .carousel-item,
.carousel .carousel-item img {
    height: 700px;
}

.carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(43, 41, 40, 0.6);
    display: flex;
    align-items: center;
}

.carousel .carousel-indicators {
    left: 75%;
    top: 50%;
    margin-right: 25%;
    transform: translateY(-50%);
    flex-direction: column;
}

.carousel-indicators [data-bs-target] {
    display: flex;
    width: 15px;
    height: 15px;
    border: 6px solid var(--bs-white);
    border-radius: 15px;
    padding: 0;
    margin-top:10px;
    margin-bottom:10px;
    background-color: var(--bs-secondary);
    opacity: 1;
    transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
    background-color: var(--bs-primary);
}

@media (max-width: 992px) {
    .carousel-indicators [data-bs-target] {
        display: none;
    }
}
/*** Carousel Header End ***/



/* WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 24px; /* base distance from bottom */
  right: 24px;  /* distance from right */
  width: 50px;
  height: 50px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  z-index: 9999;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

/* Hover effect */
.whatsapp-float:hover {
  transform: scale(1.1) translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  color: #fff;
}

/* Back to Top Button */
#back-to-top {
  position: fixed;
  bottom: 100px; /* place it above WhatsApp button */
  right: 24px;
  width: 50px;
  height: 50px;
  background-color: var(--bs-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 9998;
  cursor: pointer;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

/* Hover effect */
#back-to-top:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* Mobile Adjustment */
@media (max-width: 576px) {
  .whatsapp-float {
    width: 52px;
    height: 52px;
    font-size: 24px;
    bottom: 40px;
    right: 24px;
  }
  
  #back-to-top {
    bottom: 100px; /* keep relative spacing */
    width: 48px;
    height: 46px;
    font-size: 22px;
    right: 24px;
  }
  .indexAbout .indexAbout-img {
    display: none;
    padding: 0px;
  }
  
}

/* Timeline Section */
.timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #F78D60;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  display: flex;
  padding: 10px 0;
  width: 100%;
}

.timeline-item:nth-child(odd) {
  align-self: flex-start;
  justify-content: flex-start;
}

.timeline-content {
  background: #fff;
  padding: 10px;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  max-width: 420px;
  margin-left: 40px;
}

.timeline-dot {
  position: absolute;
  left: 8px;
  top: 32px;
  width: 16px;
  height: 16px;
  background: #F78D60;
  border-radius: 50%;
}

.timeline-item:nth-child(odd) .timeline-dot {
  left: -12px;
  right: auto;
}

.timeline-content.show {
  opacity: 1;
  transform: translateY(0);
}

/* Mobile */
@media (max-width: 768px) {
  .timeline::before {
    left: 8px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 5px;
    justify-content: flex-start !important;
  }

  .timeline-dot {
    left: 0;
    right: auto;
  }
}

/* Future Plans Section */
.future-card {
  background: linear-gradient(135deg, #ffffff, #f8f9ff);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.future-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.future-icon {
  width: 60px;
  height: 60px;
  background: #eef2ff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #f1b863;
  margin-bottom: 20px;
}


/* WhatsApp Button Pulse */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.30);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  }
}

.whatsapp-float {
  animation: pulse 2.5s infinite ease-in-out;
}

/*** WhatApp End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(246, 126, 34, 0.722), rgba(21, 36, 61, 0.791)), url(../img/slider-5.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}




/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature {
    background: var(--bs-light);
}

.feature .feature-item {
    display: flex;
    border-radius: 10px;
}

.feature .feature-item .feature-icon span {
    width: 90px; 
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Features End ***/

/*** About Start ***/
.choose-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f1b863;
  font-size: 22px;
  flex-shrink: 0;
}

.choose-card {
  background: linear-gradient(135deg, #ffffff, #f8f9ff);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/** Hero Section ***/
.hero-cta {
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: linear-gradient(
      rgba(243, 186, 89, 0.724),
      rgba(41, 108, 223, 0.9)
    ),
    url(../img/about-hero-2.jpg) center/cover;
}

/* Text */
.hero-cta-text {
  font-size: 1.15rem;
  opacity: 0.95;
}

/* Primary Button */
.hero-btn-primary {
  border-radius: 999px;
  padding: 14px 36px;
  transition: all 0.3s ease;
}

.hero-btn-primary:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* Secondary Button */
.hero-btn-secondary {
  border-radius: 999px;
  padding: 14px 36px;
  transition: all 0.3s ease;
}

.hero-btn-secondary:hover {
  background-color: #ffffff;
  color: #4f46e5;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .hero-cta {
    min-height: 100vh;              /* full screen on mobile */
    text-align: center;             /* better readability */
    background-position: top center;/* focus faces/subject */
  }
}

/** Hero Section End ***/

/** Index Data Pack Section **/
.datapack-section {
  background: linear-gradient(135deg, #d3d9e0, #ffffff);
  overflow-x: hidden;
}

.datapack-section h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.datapack-section-image {
  max-width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Optional hover effect */
.datapack-section-image:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}


/*** Fact Counter Start ***/
.counter {
    background: linear-gradient(rgba(0, 12, 33, 0.9), rgba(31, 46, 78, 0.9)), url(../img/benz-intrior.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item .counter-item-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Fact Counter End ***/

/*** Services Start ***/
.home-service-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.home-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/*** Service Start ***/
.service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service-item:hover::after {
    width: 100%;
    height: 100%;
}

.service-item:hover .service-content,
.service-item:hover .service-btn {
    position: relative;
    z-index: 2;
}

.service-item .service-content a,
.service-item .service-content p {
    transition: 0.5s;
}

.service-item:hover .service-content p {
    color: var(--bs-white);
} 

.service-item .service-btn {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.service-item .service-btn i {
    transition: 0.5s;
}

.service-item:hover .service-btn {
    background: var(--bs-white);
}

.service-item:hover .service-btn i {
    transform: rotate(360deg);
    color: var(--bs-primary) !important;
}

.nav-pills .nav-link {
  border-radius: 50px;
  padding: 10px 22px;
  font-weight: 500;
  color: #555;
  background: #eef2ff;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.nav-pills .nav-link.active {
  background: linear-gradient(135deg, #eb5d20, #2471dd);
  color: #fff;
}

.nav-pills .nav-item {
   margin-bottom: 10px;
} 

.portfolio-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  cursor: pointer;
  transition: transform 0.4s ease;
}

.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.portfolio-card:hover img {
  transform: scale(1.08);
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0,0,0,0.1),
    rgba(0,0,0,0.75)
  );
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

/* Smooth tab fade */
.tab-pane {
  animation: fadeScale 0.9s ease;
}

@keyframes fadeScale {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/*** Service End ***/
.icon-box {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  font-size: 28px;
  color: #6366f1;
}

/*** Service End ***/



/*** Process Start ***/
.steps {
    background: linear-gradient(rgba(41, 108, 223, 0.289), rgba(15, 40, 84, 0.722)), url(../img/process-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.steps .steps-item {
    position: relative;
    background: var(--bs-neutral);
    border-radius: 10px;
}

.steps .steps-item h4,
.steps .steps-item p {
    color: var(--bs-light);
}

.steps .steps-item .setps-number {
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: 0; 
    right: 40px;
    font-weight: 900;
    border: 1px solid var(--bs-white); 
    border-radius: 64px;
    transform: translateY(50%);
    color: var(--bs-white);
    background: var(--bs-neutral);
    display: flex;
    align-items: center;
    justify-content: center;
}
/*** Process End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}  

.blog .blog-item .blog-content {
    position: relative;
    background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0; 
    left: 25px; 
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}
/*** Blog End ***/


/*** About - Documents ***/
.store-bg-offer {
    background: linear-gradient(rgba(231, 227, 224, 0.722), rgba(255, 255, 255, 0.791));
    background-size: cover;
}

.bg-offer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(246, 126, 34, 0.722), rgba(21, 36, 61, 0.791)), url(../img/happy-lady.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.invest-bg-offer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(246, 126, 34, 0.722), rgba(21, 36, 61, 0.791)), url(../img/investment-4.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}
.affiliate-bg-offer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(246, 126, 34, 0.722), rgba(21, 36, 61, 0.791)), url(../img/affiliate-1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}
.team-bg-offer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(246, 126, 34, 0.722), rgba(21, 36, 61, 0.791)), url(../img/team-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

/*** Affiliate Start ***/
/* Affiliate Section */
.affiliate-section {
  background: linear-gradient(135deg, #ffffff, #f8f9ff);
}

/* Commission Badge */
.commission-badge {
  display: inline-block;
  background: linear-gradient(135deg, #f1b863, #6366f1);
  color: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 600;
}

/* Affiliate Steps */
.affiliate-step {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.affiliate-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 55px rgba(0,0,0,0.12);
}

.step-number {
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #6366f1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* CTA Button */
.btn-affiliate {
  background: linear-gradient(135deg, #6366f1, #f1b863);
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.4s ease;
}

.btn-affiliate:hover {
  background: linear-gradient(135deg, #f1b863, #6366f1);
  transform: translateY(-3px);
  color: #fff;
}
/*** Affiliate End ***/

/*** Product Card Start ***/
.product-card-modern {
  background: linear-gradient(130deg, #ffffff, #e1d2cc);
  border-radius: 22px;
  padding: 30px 25px;
  text-align: left;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.product-card-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  opacity: 0;
  transition: 0.4s ease;
  z-index: 0;
}

.product-card-modern:hover::before {
  opacity: 0.07;
}

.product-card-modern:hover {
  transform: translateY(-3px) scale(1.00);
  box-shadow: 0 30px 60px rgba(24, 24, 24, 0.15);
}

.product-card-modern > * {
  position: relative;
  z-index: 1;
}

.product-name {
  font-weight: 700;
  margin-bottom: 10px;
}

.product-desc {
  font-size: 0.95rem;
  color: #6b7280;
}

.rating {
  font-size: 1.1rem;
  color: #f59e0b;
}

.rating span {
  color: #6b7280;
  font-size: 0.9rem;
}

.price {
  font-size: 3rem;
  font-weight: 800;
  color: #111827;
  margin: 15px 0;
}

.price small {
  font-size: 1rem;
  color: #6b7280;
}
.price a {
    margin-left: 15%;
}

.currency {
  font-size: 1.2rem;
  vertical-align: super;
}

.features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.features li {
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #374151;
}


.btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.4);
}

@media (max-width: 576px) {
  .price {
    font-size: 2.5rem;
  }
}
/*** Product Card End ***/


/*** Banner Start ***/
.banner .banner-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.banner .banner-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.banner .banner-item .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    z-index: 5;
}

@media (min-width: 992px) {
    .banner .banner-item .banner-content h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content h1 {
        font-size: 72px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content p {
        font-size: 40px;
        margin-bottom: 20px;
    }
}
/*** Banner End ***/

/** Data Store Section **/
.data-store {
    background: linear-gradient(135deg, #bfc1ce, #ffffff);

}

.data-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}


/*** Data Store Section End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-top: 100px;
    background: var(--bs-light);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #eb5d20, #2471dd);
    z-index: 2;
    transition: 0.5s;
}

.team .team-item:hover::after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}
.team .team-item:hover .team-content p {
    color: var(--bs-white);
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    top: -100px;
    margin-bottom: -100px;
    border-radius: 10px;
    z-index: 3;
    height: 250px;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.029);
    z-index: 4;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}
/*** Team End ***/

/* Welcome Popup */
.popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 1055;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-box {
    position: relative;
    display: grid;
    grid-template-columns: 42% 58%;
    width: min(780px, 100%);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
    transform: translateY(20px) scale(0.96);
    transition: transform 0.35s ease;
}

.popup-overlay.active .popup-box {
    transform: translateY(0) scale(1);
}

/* Image section */
.popup-image {
    position: relative;
    min-height: 440px;
    overflow: hidden;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
}

.popup-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.05),
        rgba(15, 23, 42, 0.45)
    );
}

.popup-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.popup-badge {
    position: absolute;
    z-index: 1;
    left: 24px;
    bottom: 24px;
    padding: 8px 14px;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Content section */
.popup-content {
    padding: 52px 42px 38px;
}

.brand-mark {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 24px;
    color: #334155;
    font-size: 1rem;
    font-weight: 700;
}

.brand-mark strong {
    color: #f97316;
}

.brand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    border-radius: 9px;
    font-size: 1.3rem;
}

.popup-content h2 {
    margin: 0 0 16px;
    color: #172033;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.popup-content h2 span {
    color: #f97316;
}

.popup-description {
    margin-bottom: 22px;
    color: #64748b;
    font-size: 0.98rem;
    line-height: 1.7;
}

.network-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.network {
    padding: 6px 11px;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 700;
}

.network.mtn {
    color: #5b4300;
    background: #ffdc00;
}

.network.telecel {
    color: #ffffff;
    background: #e31837;
}

.network.airteltigo {
    color: #ffffff;
    background: #4150f5;
}

.popup-note {
    margin-bottom: 24px;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
}

.popup-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 14px 20px;
    color: #ffffff;
    background: linear-gradient(135deg, #f97316, #ef4444);
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(239, 68, 68, 0.25);
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.popup-button:hover {
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(239, 68, 68, 0.35);
    transform: translateY(-2px);
}

.popup-button span {
    font-size: 1.2rem;
    transition: transform 0.2s ease;
}

.popup-button:hover span {
    transform: translateX(4px);
}

.popup-later {
    display: block;
    width: 100%;
    margin-top: 14px;
    padding: 5px;
    color: #94a3b8;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 0.85rem;
}

.popup-later:hover {
    color: #475569;
}

/* Close button */
.popup-close {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #475569;
    background: rgba(255, 255, 255, 0.9);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease;
}

.popup-close:hover {
    color: #ffffff;
    background: #ef4444;
}

/* Mobile view */
@media (max-width: 650px) {
    .popup-overlay {
        padding: 15px;
    }

    .popup-box {
        display: block;
        max-height: 92vh;
        overflow-y: auto;
        border-radius: 20px;
    }

    .popup-image {
        min-height: 190px;
        max-height: 220px;
    }

    .popup-content {
        padding: 30px 24px 26px;
    }

    .brand-mark {
        margin-bottom: 18px;
    }

    .popup-content h2 {
        font-size: 1.9rem;
    }

    .popup-close {
        top: 10px;
        right: 10px;
    }
}
/* End of Welcome Popup */

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    height: 350px;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
}

.profile-image {
    width: clamp(70px, 20vw, 140px);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    border: 4px solid var(--bs-white);
    margin: 20px;
}



.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid var(--bs-white);
    margin: 20px;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
}


.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-gray-400);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}
/*** Testimonial End ***/

/* Auth Section Start */
.auth-section {
  background: linear-gradient(135deg, #bfc1ce, #ffffff);
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Card */
.auth-card {
  background: #fff;
  padding: 35px;
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.08);
  animation: fadeUp 0.8s ease;
}

/* Input Group */
.input-group-text {
  background: transparent;
  border-right: none;
  font-size: 1.1rem;
  color: #6366f1;
}

.form-control,
.form-select {
  border-left: none;
  padding: 12px;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #6366f1;
}

/* Button */
.btn-auth {
  background: linear-gradient(135deg, #6366f1, #f1b863);
  color: #fff;
  font-weight: 600;
  padding: 14px;
  border-radius: 50px;
  transition: all 0.4s ease;
}

.btn-auth:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #f1b863, #6366f1);
}

/* Login Link */
.login-link {
  color: #6366f1;
  font-weight: 600;
  text-decoration: none;
}

.login-link:hover {
  text-decoration: underline;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Forgot Password */
.forgot-link {
  color: #6366f1;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.9rem;
}

.forgot-link:hover {
  text-decoration: underline;
}

/* Checkbox Styling */
.form-check-input {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #6366f1;
  border-color: #6366f1;
}

/* Auth Section End */

/*** Contact Start ***/
.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-light);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Contact End ***/

/*** Investment Section Start ***/
/* Investor Relations Section */
.investor-section {
  background: linear-gradient(135deg, #f8f9ff, #ffffff);
}

.investor-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #444;
}

.investor-points i {
  color: #f1b863;
  font-size: 18px;
}

/* Stat Cards */
.invest-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.invest-card h3 {
  font-weight: 700;
  color: #6366f1;
}

.invest-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

/* CTA Button */
.btn-invest {
  background: linear-gradient(135deg, #6366f1, #f1b863);
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  border: none;
  transition: all 0.4s ease;
}

.btn-invest:hover {
  background: linear-gradient(135deg, #f1b863, #6366f1);
  transform: translateY(-3px);
  color: #fff;
}


/*** Footer Start ***/
.footer {
    background: #351d06;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-secondary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #54300f;
}
/*** copyright end ***/


