@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /* background: linear-gradient(359.96deg, #020333 -107.04%, #131342 103.76%); */
  color: #212529;
  text-align: left;
}

:root {
  --primary: #f1f1f1 !important;
  --secondary: #999 !important;
  --light: #f2f8fe !important;
  --dark: #111111 !important;
}
.bg-light {
  background-color: #f2f8fe !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 60px;
  z-index: 99;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 500 !important;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .logo img {
    margin-left: auto;
    display: block;
  }
}

.btn.btn-primary {
  background: rgb(46, 196, 182);
  border: none;
}
.bg-primary {
  background: #2ec4b6 !important;
}
.text-primary {
  color: #2ec4b6 !important;
}
.text-muted {
  color: #c5c7cc !important;
}
.bg-dark {
  background: linear-gradient(135deg, #0e576d, #0c2a30); /* Gradient background */
}

a {
  color: #ffffff !important; 
  text-decoration: none;
}
.display-4 {
  font-weight: 700;
}
.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar {
  /* background: linear-gradient(180deg, #08023f, #000); */
  background: transparent;
}
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-brand {
  height: 75px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  color: #000 !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

.navbar .btn:hover {
  color: #ffffff !important;
  background: var(--primary) !important;
}

/* ============Google language translator========= */
.goog-te-combo {
  background: #d4d4d4 !important;
  border: 1px solid #b3b3b3 !important;
  color: #696969 !important;
  padding: 5px 5px !important;
  border-radius: 5px !important;
  outline: none !important;
}

/*** Header ***/
.hero-header {
  background: linear-gradient(180deg, #f2f8fe, rgba(0, 0, 0, 0.2)),
    url("") no-repeat right center/cover !important;
  background: #f2f8fe;
  min-height: 750px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.background-column {
  color: #000; /* Text color */
  border-radius: 15px; /* Optional rounded corners */
  /* padding: 20px; Add some padding */
  position: relative;
  overflow: hidden;
}



.background-column h3,
.background-column p,
.background-column a {
  position: relative;
  z-index: 1; /* Ensure text and buttons are above the background */
}

.hero-header .breadcrumb-item + .breadcrumb-item::before {
  color: #3576a1 !important;
}
.zoom-effect {
  transform: scale(1.3); /* Adjust scale value as needed */
  transition: transform 0.3s ease-in-out;
}
/*** Service ***/
.service-item {
  position: relative;
  overflow: hidden;
}

.service-item .icon {
  padding: 10px;
  background: #2ec4b6;
  border-radius: 50%;
}
.serv-text{
  color: #2ec4b6 !important;
}

/*** FAQs ***/
.accordion .accordion-item {
  border: none;
  margin-bottom: 20px;
}

.accordion .accordion-button {
  background: linear-gradient(135deg, #2ec4b6, #0c2a30);
  color: #d2d5db;
}

.accordion .accordion-button:not(.collapsed) {
  color: #ffffff;
  background: #2ec4b6;
  box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
  padding: 15px 0 0 0;
  background: linear-gradient(135deg, #2ec4b6, #0c2a30);
  color: #f1f1f1;
  border-top: none;
  padding: 20px;
}

/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: var(--secondary);
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--secondary);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .btn.btn-square {
  color: var(--primary);
  border: 1px solid var(--primary);
}

.footer .btn.btn-square:hover {
  color: #ffffff;
  background: var(--primary);
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.footer .copyright a {
  color: var(--primary);
}

.footer .copyright a:hover {
  color: var(--dark);
}

.about-section {
  background:url("") no-repeat right center/cover, #f1f1f1 !important;
  position: relative;
  overflow: hidden;
}

/*** Youtube Video ***/
.video {
  position: relative;
  height: 100%;
  min-height: 500px;
  background: url("../images/hero-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video .btn-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 200px;
  height: 200px;
  background: #2ec4b6;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #f1f1f1;
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--dark);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

.plan-section {
    background: linear-gradient(135deg, #0e576d, #0c2a30); /* Gradient background */
    position: relative;
  overflow: hidden;
}

.plan-section::before,.plan-section::before,
.plan-section::after {
  content: "$"; /* Add dollar sign */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 250px; /* Make the dollar sign big */
  color: rgba(255, 255, 255, 0.1); /* Subtle color for the dollar sign */
  pointer-events: none;
  animation: moveDollarSigns 12s linear infinite;
}

.plan-section::before {
  animation-direction: alternate;
}

.plan-section::after {
  animation-direction: alternate-reverse;
  opacity: 0.3;
}

@keyframes moveDollarSigns {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(60px, 60px); /* Adjust for desired movement */
  }
  100% {
    transform: translate(-60px, -60px);
  }
}
.plan-section::after {
  content: "$"; /* Add dollar sign */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 200px; /* Make the dollar sign big */
  color: rgba(255, 255, 255, 0.1); /* Subtle color for the dollar sign */
  pointer-events: none;
  animation: moveDollarSigns 10s linear infinite;
}

.plan-section::before {
  animation-direction: alternate;
}

.plan-section::after {
  animation-direction: alternate-reverse;
  opacity: 0.3;
}

@keyframes moveDollarSigns {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 50px); /* Adjust for desired movement */
  }
  100% {
    transform: translate(-50px, -50px);
  }
}
.card-header {
  min-height: 180px;
  background: linear-gradient(135deg, #2ec4b6, #0c2a30);
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.plan-card {
  background: #fff;
  /* border: 2px solid #3305a5;  */
  border-radius: 7% 6% 94% 0% / 6% 7% 12% 10%;
}

.plan-card .duration {
  border-bottom: 4px solid #fff;
}
.plan-card .card-text {
  font-size: 19px;
}

.step1 {
  padding: 10px 0 30px 0;
  background: linear-gradient(135deg, #2ec4b6, #0c2a30);
  border-radius: 20px;
}
.step2 {
  padding: 10px 0 30px 0;
  background: linear-gradient(135deg, #2ec4b6, #0c2a30);
  border-radius: 10px;
}
.step1 .img-fluid {
  padding: 15px;
  border-radius: 50%;
}
.step2 .img-fluid {
  padding: 15px;
  border-radius: 50%;
}
.affiliate {
  background: linear-gradient(135deg, #2ec4b6, #0c2a30);
  padding: 20px;
  border-radius: 15px;
}
.iconbg{
  color: #2ec4b6 !important;
}
.affiliate span {
  padding: 15px;
  background: #fff;
  border-radius: 50%;
}

/*** Testimonial ***/
.testimonial-carousel {
  padding-left: 65px;
  padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
  padding: 5px;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 40px;
  top: calc(50% - 20px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}


/* ==========Dynamic color class========= */
.navbar.scrolled {
  background-color: #ffffff !important; /* White background */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for better visibility */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar.scrolled .nav-link {
  color: #000 !important; /* Change link color to black for contrast */
}

.navbar.scrolled .btn-primary {
  background-color: #2ec4b6 !important; /* Change button background to black */
  color: #fff !important; /* Change button text to white */
}