.bg-img {
  position: relative;
  /* background-image: url("../../assets/images/1.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  justify-content: end;
  /* margin-bottom: 30px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}

.bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* black overlay with 50% opacity */
  z-index: 2;
}

/* To ensure your content stays above the overlay */
.bg-img > * {
  position: relative;
  z-index: 3;
}
a:visited {
  color: #ffffff !important;
  /* text-decoration: none !important; */
}

.bg-img-2 {
  position: relative;
  background-image: url("../../assets/images/1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 90vh;
  justify-content: end;
  /* margin-bottom: 30px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}

.bg-img-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* black overlay with 50% opacity */
  z-index: 2;
}

/* To ensure your content stays above the overlay */
.bg-img-2 > * {
  position: relative;
  z-index: 3;
}


.Business-text {
  font-size: 3rem;
  font-weight: bold;
  color: antiquewhite;
}
.Business-span {
  font-size: 3rem;
  font-weight: bold;
  color: rgb(34, 140, 206);
}
.getstartedbtn {
  background-color: aqua;
  padding: 10px 20px 10px 20px;
  border-radius: 30px;
  transition: all 0.9s ease;
  border: none;
  justify-content: center;
  font-size: 22px;
  align-items: center;
  display: flex;
  color: black;
}
.getstartedbtn:hover {
  background-color: #FFFFFF !important; 
  color: white; /* Optional: make text white on hover */
  border: 1px solid aqua; /* Optional: add border when transparent */
}
.getstartedbtn {
  background-color: orange;
  color: white;
  padding: 12px 32px;
  border-radius: 40px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  font-weight: 500;
}

.getstartedbtn:hover {
  background-color: transparent;
  border-color: orange;
  color: orange;
}
.getstartedbtn1 {
  background-color: orange;
  color: white;
  padding: 12px 32px;
  border-radius: 40px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  font-weight: 500;
}

.getstartedbtn1:hover {
  background-color: transparent;
  border-color: orange;
  color: orange !important;
}
.consultant-text {
  font-size: 3.7rem;
  font-weight: 500;
}
.consultant-text-1 {
  font-size: 2.7rem;
  font-weight: 400;
}
.consultant-desc {
  font-size: 1.5rem;
}
.service-img {
  height: 400px;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.service-img-1 {
  height: 200px;
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}
.learn-more-link {
  color: #00cfff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}


.learn-more-link:hover {
  color: #008fbf;
  text-decoration: underline;
}
.solution-text {
  max-width: 370px;
  font-weight: 600;
  font-size: 2.5rem;
}
.solution-desc {
  /* max-width: 300px;
    font-weight: 600; */
  font-size: 1.5rem;
}
.icon-img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 50%;
}
.services-text-1 {
  font-size: 4rem;
  font-weight: 700;
}
.services-desc-1 {
  font-size: 1.3rem;
  color: rgb(84, 85, 86);
  /* font-weight: 700; */
}
.navbar-nav .nav-link {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #00cfff;
}
.navbar {
  transition: all 0.3s ease-in-out;
  top: 0;
  width: 100% !important;
  z-index: 999;
  /* padding: 1rem 0; */
}

.navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.95); /* or your solid color */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
}

@media (max-width: 768px) {
  .navbar {
    transition: top 0.3s ease;
  }
}

.bg-img-1 {
  position: relative; /* Needed for the ::before to be positioned absolutely */
  background-image: url("../../assets/images/1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /* height: 100vh; */
  background-attachment: fixed;
  z-index: 1; /* Ensure it's under the overlay */
  overflow: hidden; /* Optional: prevents overlay bleed */
}

.bg-img-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
  z-index: 2;
}

.Experience-text {
  font-size: 3.6rem;
  max-width: 500px;
  font-weight: bold;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.span-text-1 {
  color: #008fbf;
}
.Experience-desc {
  color: #ffffff;
  max-width: 590px;
  position: relative;
  z-index: 10;
  padding-top: 25px;
  line-height: 1.5;
}
.trial-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 3rem;
  position: relative;
  z-index: 10;
  max-width: 500px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.trial-title {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #555;
  text-transform: uppercase;
}
.trial-headline {
  font-weight: 700;
  font-size: 1.8rem;
}
.trial-icon {
  color: #00cfff;
  font-size: 1.2rem;
  margin-right: 10px;
}
.trial-img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}
.trial-subtitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.trial-btn {
  background-color: #00cfff;
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 25px;
  text-transform: uppercase;
}
.trial-btn:hover {
  background-color: #00b3e6;
}
/* -------------------------about css------------------------------ */

.about-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  color: white;
}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9);
}

.about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.about-content {
  position: absolute;
  top: 50%;
  left: 7.5%;
  transform: translateY(-50%);
  z-index: 2;
}

.about-content h1 {
  font-size: 3rem;
  font-weight: bold;
}

.about-content p {
  font-size: 1rem;
  color: #ffc107;
  margin-bottom: 0.5rem;
}

/* Optional circle highlight on right image */
.highlight-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: radial-gradient(
    circle at center,
    rgba(255, 193, 7, 0.7) 50%,
    transparent 80%
  );
  mix-blend-mode: multiply;
  z-index: 1;
}
.card-box {
  background-color: #f3f6f8;
  border: none;
  border-radius: 12px;
  padding: 50px 90px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.card-box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.card-box img {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  object-fit: cover;
  border-radius: 50%;
}

.badge-new {
  position: absolute;
  top: 15px;
  right: 20px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.section-wrapper {
  padding: 80px 0;
}

.stats-icon {
  font-size: 28px;
  color: #fbbf24; /* Amber color */
}
.counter-img-icon {
  height: 30px;
  width: 30px;
  object-fit: cover;
}

.btn-discuss {
  background-color: #014d4e;
  color: white;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 500;
  box-shadow: 0 5px 12px rgba(1, 77, 78, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-discuss:hover {
  background-color: #012f2f;
  color: white;
}

.img-group img {
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.img-overlap {
  margin-top: -60px;
  margin-left: 40px;
  z-index: 1;
  position: relative;
  max-width: 85%;
}
.testimonial-box {
  background: #fff;
  border-radius: 40px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  gap: 20px;
}

.testimonial-user img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.quote-icon {
  font-size: 30px;
  color: #fbbf24;
  position: absolute;
  top: -10px;
  left: -10px;
}

.testimonial-content {
  flex: 1;
  position: relative;
  padding: 0 20px;
}

.testimonial-text {
  color: #6b7280;
  margin-bottom: 0;
}

.testimonial-name {
  font-weight: 600;
  color: #111827;
}

.testimonial-role {
  color: #6b7280;
}

.testimonial-nav {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  gap: 10px;
  z-index: 2;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background: #f3f4f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 16px;
  transition: 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #e5e7eb;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.team-section {
  padding: 60px 20px;
  text-align: center;
}

.team-member {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor:  pointer !important;
}

.team-member img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  cursor: pointer !important;
  border-radius: 12px;
  transition: 0.3s ease;
}

.social-icons {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.team-member:hover .social-icons {
  opacity: 1;
}

.social-icons a img {
  width: 32px;
  height: 32px;
  transition: 0.3s ease-in-out;
}

.social-icons a img:hover {
  transform: scale(1.2);
}

.team-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
  color: #111;
}

.team-position {
  color: #777;
  font-size: 14px;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none !important;
    background: orange !important;
}
.accordion-button{
    font-weight: 600 !important;
}
.accordion-button:not(.collapsed){
    background: orange !important;
    border-radius: 10px 10px 0 0;
}
.accordion-item{
    border: none !important;
}
.accordion-body {
    background: orange;
    border-radius: 0px 0px 10px 10px;
}
.faq-img{
    border-radius: 12px;
}
.faq-title{
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    padding-bottom: 40px;
}

/* ----------------------------------------contact us-------------------------------------------- */

.contact-bg {
  background: url("../../assets/images/8.jpg") center center;
  background-color: #000;
  background-size: cover;
  padding: 80px 0;
  color: white;
  position: relative;
  height: 100vh;
  z-index: 1;
}

@media (max-width: 1999px) {
  .contact-bg {
    height: 120vh;
  }
}
@media (max-width: 1431px) {
  .contact-bg {
    height: 120vh;
  }
}
@media (max-width: 768px) {
  .contact-bg {
    height: 150vh;
  }
}

.contact-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.contact-box {
  background: white;
  padding: 30px;
  border-radius: 10px;
  color: #333;
  height: auto;
}

.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
}

.form-control:focus {
  border-color: #00bcd4;
  box-shadow: none;
}

.contact-info i {
  font-size: 22px;
  background: white;
  color: #00bcd4;
  border-radius: 50%;
  padding: 10px;
  margin-right: 15px;
}

.btn-custom {
  background-color: #00bcd4;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  width: 100%;
}

.btn-custom:hover {
  background-color: #0097a7;
}

.contact-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  font-size: 15px;
}

.contact-form-wrapper .btn-custom {
  background-color: #00bcd4;
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.contact-form-wrapper .btn-custom:hover {
  background-color: #0097a7;
}
.contact-us-sub-desc{
  max-width: 245px;
}
.navbar {
  background-color: transparent;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
  z-index: 9999;
}

.navbar.scrolled {
  background-color: white !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Optional for effect */
}
.financialcard-1{
  display: flex !important;
  flex-direction: column;
  text-align: center;
}
.page {
    margin: 0 0 0 0 !important;
}