/* ==============================
   DEFAULT CSS TEMPLATE
   Author: iCanyon Technologies
   ============================== */

/* ⿡ RESET STYLES */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Make sure dropdown shows above all elements */
.navbar .dropdown-menu {
  position: absolute;
  z-index: 9999 !important;
}
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
/* Optional – helps prevent the image or its container from overlapping */
.heroRight,
.heroImgContainer,
.mainHeroSection {
  position: relative;
  z-index: 1;
}
.dropdown-item{
  text-transform: uppercase;
  font-size: 15px;
}
/* Ensure the header/nav stays above the hero image */
header {
  position: relative;
  z-index: 100;
}

/* ⿢ GLOBAL SETTINGS */
body {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* ⿣ NAVBAR STYLING */
.navbar {
  height: 83px !important;
  background: #ffffffe5;
  /* padding: 0.5rem 1rem; */
  backdrop-filter: blur(22.799999237060547px);
  border: 1px solid #ffffff1a;
  border-radius: 10px;
}

.navbar-brand img {
  max-width: 100%;
  height: auto;
}
.navbar-nav {
  padding-right: 36px;
}
.navbar-nav .nav-link {
  font-size: 15px !important;

  font-weight: 400 !important;
  color: #2a575e !important;
  transition: color 0.2s;
  margin-right: 40px;
}
/* \\\\\\\\\\\\\ */
.navbar-nav .nav-link:hover {
  color: #b27f42 !important;
  
}
/* ??????????? */
.dropdown-menu .active{
   background: #1b484e;
 
}
.dropdown-item:focus,
.dropdown-item:active {
  color: inherit !important;           /* keep normal text color */
  background-color: transparent !important; /* remove blue background */
  outline: none !important;            /* remove focus border */
  box-shadow: none !important;         /* remove focus glow */
}


/* ✅ Highlight main dropdown link when one of its child items is active */
.nav-item.dropdown:has(.dropdown-item.active) > .nav-link {
  color: #b27f42 !important;
    font-weight: 700 !important;

}

.headContainer {
  background: #1b484e;
  padding: 17px 60px 0px 60px !important;
  min-height: 790px;
}
.nav-item .active {
  color: #b27f42 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}
/* Desktop hover dropdown */

/* Navbar Styling */

.navbar-nav .nav-link {
  font-weight: 500;
  color: #333;
  transition: color 0.2s;
}
.dropdown-menu li a{
    color: #2a575e !important;

}
.dropdown-menu li a:hover{
  color: #b27f42 !important;
  
}
.blogImg img{
  max-width: 100%;
  height: auto;
}

/* Mobile offcanvas menu custom */
.offcanvas-body .nav-link {
  padding: 8px 20px;
}
.headLineTag {
  border: 1px solid #ffffff47;
  max-width: 312px;
  background: #ffffff17;
  backdrop-filter: blur(4.8px);
  padding: 16px 0px 16px 27px;
  border-radius: 30px;
  box-shadow: 0 0 15px rgba(178, 127, 66, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  animation: softGlow 3s infinite ease-in-out;
  margin-top: 50px;
}

@keyframes softGlow {
  0%,
  100% {
    box-shadow: 0 0 12px rgba(178, 127, 66, 0.25),
      0 0 25px rgba(178, 127, 66, 0.15);
  }
  50% {
    box-shadow: 0 0 20px rgba(178, 127, 66, 0.45),
      0 0 35px rgba(178, 127, 66, 0.25);
  }
}

.tagCircle {
  width: 12px !important;
  height: 12px !important;
  background: #b27f42 !important;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(178, 127, 66, 0.8);
  animation: circleGlow 2s infinite ease-in-out;
}

@keyframes circleGlow {
  0%,
  100% {
    box-shadow: 0 0 6px rgba(178, 127, 66, 0.8);
  }
  50% {
    box-shadow: 0 0 12px rgba(178, 127, 66, 1);
  }
}

.tagContent {
  display: flex;
  align-items: center;
}

.tagContent h6 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2%;
  color: #98f6e4;
  margin-bottom: 0;
  margin-left: 10px;
}
.underLine {
  color: #b0ded7;
  max-width: 530px;
  margin-top: 22px;
  display: block;
}

.heroText h1 {
  font-size: 68px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0%;
  color: #f7f7f7;
}

.heroText h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  color: #f7f7f7;
}
.heroText {
  position: relative;
}
.heroTextBg {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
/* Gradient text for span */
.textBg {
  background: linear-gradient(90deg, #f7f7f7 15.87%, #b8f9ec 44.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.textColored {
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  color: #b27f42;
}
.heroParagraph p {
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0%;
  color: #b0ded7;
  margin-top: 16px;
}
.buttonOne img {
  max-width: 100%;
  height: auto;
  margin-left: 15px;
}
.buttonGroup {
  margin-top: 25px;
  margin-bottom: 59px;
  display: block;
}
.buttonOne {
  max-width: 270px;
  width: 100%;
  height: 61px;
  border: none;
  background: #f5fdfc;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #1b484e;
}
.buttonTwo {
  max-width: 181px;

  width: 100%;
  height: 61px;
  border: 1.5px solid #b27f42;
  background: transparent;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #f7f7f7;
  margin-left: 20px;
}
.buttonTwo img {
  max-width: 100%;
  height: auto;
  margin-left: 13px;
}
.heroSectionBottom hr {
  max-width: 80%;
  color: #b0ded7;
}
.partOne {
  display: flex;
  align-items: center;
  gap: 9px;
}
.partOne img {
  max-width: 100%;
  height: auto;
}
.partOne h6 {
  font-size: 15px;
  font-weight: 500;
  color: #b0ded7;
  margin-bottom: 0;
}
.mobileResponsiveRection,
.buttonUnderhr,
.mobileResponsiveLicenseSection {
  display: none;
}
.licenseSection {
  display: flex;
  gap: 38px;
}
.licenseSection {
  margin-top: 27px;
}
.heroImgContainer {
  position: relative;
  max-width: 467px;
  height: 418px;
  background: #2a575e1a;
}
.heroImgContainer img {
  max-width: 100%;
  height: auto;
}
.sucessTag {
  position: absolute;
  width: 275px;
  height: 138px;
  background: #f6f9f9;
  left: -29px;
  top: -47px;
  border-radius: 30px;
  padding: 16px 24px 25px 23px;
  animation: bounceUpDown 3.8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  animation-delay: 0.3s;
}
.yearTag {
  position: absolute;
  width: 232px;
  height: 138px;
  background: #f6f9f9;
  z-index: 10;
  right: -71px;
  bottom: -23px;
  border-radius: 30px;
  padding: 21px 22px 22px 21px;
  animation: bounceDownUp 3.8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  animation-delay: 0.6s;
}
.tagLogoWrapper {
  width: 66px;
  height: 68px;
  background: #204e54;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tagLogoWrapper img {
  max-width: 100%;
}
.tagTextContent h5 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 3%;
  color: #000000;
  margin-bottom: 5px;
}
.tagTextContent p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3%;
  color: #4b5563;
  margin-bottom: 0;
}
.tagContentTop {
  gap: 14px;
}
.processLine {
  width: 228px;
  height: 9px;
  background: linear-gradient(90deg, #1b484e 0%, #b27f42 100%);
  border-radius: 5px;
  margin-top: 20px;
}
.tagLogoWrapper2 {
  width: 66px;
  height: 68px;
  background: #c38f50;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tagLogoWrapper2 img {
  max-width: 100%;
}
.processLineDoted {
  display: flex;
  gap: 6px;
  margin-top: 18px;
}
.dotedOne {
  width: 33px;
  height: 9px;
  background: linear-gradient(90deg, #1b484e 0%, #b27f42 100%);
  border-radius: 5px;
}
/* Opposite bounce animation */
/* Smooth Opposite Bounce Animation */
@keyframes bounceUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes bounceDownUp {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.mainPageAboutSection {
  width: 100%;
  height: auto;
  background: linear-gradient(
    126.37deg,
    #ffffff 1.17%,
    rgba(255, 255, 255, 0.538702) 48.52%,
    rgba(35, 175, 152, 0.5) 109.22%
  );
  padding-top: 55px;
  padding-bottom: 67px;
}
.textTag {
  max-width: 265px;
  height: 42px;
  border: 0.6px solid #b27f42;
  background: linear-gradient(
    89.85deg,
    #ffffff 18.45%,
    rgba(152, 246, 228, 0.4) 197.48%
  );
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.textTag h6 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3%;
  color: #204e54;
  margin-bottom: 0;
}
.mainAboutContent {
  text-align: center;
}
.mainAboutContent h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0;
  color: #363636;
  margin-top: 16px;
}
.mainAboutContent span {
  font-size: 34px;
  font-weight: 700;
  color: #1b484e;
}
.mainAboutContent p {
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2%;
  color: #6f6f6f;
  margin-top: 20px;
}
.mainPageServiceWrapper {
  max-width: 418px !important;
  height: 340px;
  border-radius: 30px;
  background: #fcfcfc;
  box-shadow: 0px 4px 4px 0px #8e8e8e40;
  padding-top: 27px;
  padding-left: 31px;
  position: relative;
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  transform: translateZ(0);
  transition: transform 0.7s ease, box-shadow 0.7s ease, background 0.7s ease,
    border-color 0.7s ease;
  border: 2px solid transparent; /* reserve space for border */
  cursor: pointer;
}
.mainPageServiceWrapperSecond {
  max-width: 418px;
  height: 340px;
  border-radius: 30px;
  background: #fcfcfc;
  box-shadow: 0px 4px 4px 0px #8e8e8e40;
  padding-top: 27px;
  padding-left: 31px;
  position: relative;
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  transform: translateZ(0);
  transition: transform 0.7s ease, box-shadow 0.7s ease, background 0.7s ease,
    border-color 0.7s ease;
  border: 2px solid transparent; /* reserve space for border */
  cursor: pointer;
}

.serviceIcon {
  width: 79px;
  height: 82px;
  background: #e8eced;
  box-shadow: 0px 5px 5px 0px #6b6b6b40;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.7s ease, background 0.7s ease;
  will-change: transform;
}

.serviceIcon img {
  max-width: 100%;
  height: auto;
  transition: filter 0.3s ease;
}
.mainPageServiceWrapper h5 {
  font-size: 22px;
  font-weight: 600;
  color: #353535;
  margin-bottom: 17px;
  margin-top: 25px;
}

.mainPageServiceWrapper h6 {
  font-size: 16px;
  font-weight: 600;
  color: #1b484e;
  margin-bottom: 17px;
}

.mainPageServiceWrapper p {
  font-size: 15px;
  font-weight: 400;
  color: #6f6f6f;
  line-height: 150%;
}

.styleCircle {
  width: 30px;
  height: 30px;
  background: #e8eced;
  border-radius: 50%;
  position: absolute;
  right: 23px;
  top: 23px;
  transition: background 0.7s ease, transform 0.7s ease;
}

/* ✅ Hover Effects (now smooth) */
.mainPageServiceWrapper:hover {
  transform: rotate(-3deg);
  background: #e8eced;
  border-color: #ffffff; /* smooth color transition */
}

.mainPageServiceWrapper:hover .serviceIcon {
  background: #1b484e;
  transform: rotate(9.74deg);
}

.mainPageServiceWrapper:hover .serviceIcon img {
  filter: brightness(0) invert(1);
}

.mainPageServiceWrapper:hover .styleCircle {
  background: #1b484e;
  transform: rotate(-9deg);
}

.serviceIconSecond {
  width: 79px;
  height: 82px;
  background: #f7f2ec;
  box-shadow: 0px 5px 5px 0px #6b6b6b40;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.7s ease, background 0.7s ease;
  will-change: transform;
}
.serviceIconSecond img {
  max-width: 100%;
  height: auto;
  transition: filter 0.3s ease;
}
.mainPageServiceWrapperSecond h5 {
  font-size: 22px;
  font-weight: 600;
  color: #353535;
  margin-bottom: 17px;
  margin-top: 25px;
}

.mainPageServiceWrapperSecond h6 {
  font-size: 16px;
  font-weight: 600;
  color: #c38f50;
  margin-bottom: 17px;
}

.mainPageServiceWrapperSecond p {
  font-size: 15px;
  font-weight: 400;
  color: #6f6f6f;
  line-height: 150%;
}
.styleCircleSecond {
  width: 30px;
  height: 30px;
  background: #f7f2ec;
  border-radius: 50%;
  position: absolute;
  right: 23px;
  top: 23px;
  transition: background 0.7s ease, transform 0.7s ease;
}

/* ✅ Hover Effects (now smooth) */
.mainPageServiceWrapperSecond:hover {
  transform: rotate(-3deg);
  background: #f7f2ec;
  border-color: #ffffff; /* smooth color transition */
}

.mainPageServiceWrapperSecond:hover .serviceIconSecond {
  background: #c38f50;
  transform: rotate(9.74deg);
}

.mainPageServiceWrapperSecond:hover .serviceIconSecond img {
  filter: brightness(0) invert(1);
}

.mainPageServiceWrapperSecond:hover .styleCircleSecond {
  background: #c38f50;
  transform: rotate(-9deg);
}
.serviceWrapperRow {
  margin-top: 60px;
}
.serviceWrapperRowTwo {
  margin-top: 33px;
}
.serviceButton button {
  position: relative;
  width: 329px;
  height: 58px;
  border: none; /* remove any border */
  outline: none; /* remove focus outline */
  background: #0a0a0a; /* base color */
  border-radius: 10px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.6s ease;
  z-index: 0; /* ensure text stays above background */
  margin-top: 63px;
}

/* Gradient overlay UNDER text */
.serviceButton button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1b484e 10.58%, #b27f42 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
  border-radius: inherit;
  z-index: -1; /* sits behind text */
}

/* keep text always fully visible */
.serviceButton button span,
.serviceButton button img {
  position: relative;
  z-index: 1;
}

.serviceButton button:hover::before {
  opacity: 1; /* smooth fade in */
}

.serviceButton img {
  max-width: 100%;
  height: auto;
  margin-left: 2px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); /* smooth movement */
}

.serviceButton button:hover img {
  transform: translateX(10px); /* move arrow right */
}

/* Remove border/outline on focus for accessibility */
.serviceButton button:focus {
  outline: none;
  border: none;
}
.performanceSection {
  width: 100%;
  height: auto;
  padding-top: 151px;
}
.performanceTag {
  width: 223px;
  height: 42px;
  background: linear-gradient(
    89.85deg,
    #ffffff 18.45%,
    rgba(152, 246, 228, 0.4) 197.48%
  );
  border: 0.6px solid #b27f42;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.performanceTag h6 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3%;
  color: #204e54;
  margin-bottom: 0;
}
.performanceTitle {
  font-size: 30px;
  font-weight: 500;
  color: #363636;
  line-height: 125%;
}
.performanceTitle span {
  font-size: 36px;
  font-weight: 700;
  color: #1b484e;
  line-height: 125%;
}
.performanceParagraph {
  font-size: 19px;
  font-weight: 400;
  color: #6f6f6f;
  line-height: 150%;
  letter-spacing: 2%;
  margin-top: 18px;
}

.clientWrapper img {
  width: 70px;
  height: 70px;
}
.clientWrapperArrow {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-self: center;
}
.clientWrapperArrow img {
  width: 23px;
  height: auto;
}

.clientSection {
  display: flex;
  gap: 5px;
}
.clientCountSection {
  width: 585px;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 9px;
  background: #18484c;
  border-radius: 5px 5px 20px 5px;
  margin-top: 5px;
}
.clientCountSection p {
  font-size: 14px;
  font-weight: 500;
  color: #b0ded7;
  margin-bottom: 0;
}
.performanceRight {
  position: relative;
}
.clientMain {
  position: absolute;
  bottom: 0;
  right: 0;
}
.performaceimg img{
  max-width: 100%;
}
.companyStatusWrapper {
  max-width: 315px;
  height: 250px;
  border: 0.5px solid transparent; /* reserve space for smooth transition */
  background: transparent;
  border-radius: 10px;
  transition: background 0.6s ease, border-color 0.6s ease,
    border-radius 0.6s ease;
  overflow: hidden; /* prevent overflow during transform */
}

.statusContent {
  padding: 39px 0px 36px 20px; /* initial left padding */
  text-align: left; /* start left aligned */
  transition: text-align 9s;
}

.statusContent h5 {
  font-size: 45px;
  font-weight: 500;
  color: #a1753d;
  margin-bottom: 0;
}

.statusContent h6 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-top: 16px;
  margin-bottom: 6px;
}

.statusContent p {
  font-size: 15px;
  font-weight: 200;
  color: #6f6f6f;
}

/* Hover effect for the card */
.companyStatusWrapper:hover {
  border: 0.5px solid #18484c;
  background: #23af9805;
  border-radius: 10px;
}

/* Smoothly center the content */
.companyStatusWrapper:hover .statusContent {
  text-align: center; /* align text center */
  padding-left: 0;
  padding-right: 0;
}
.companyStatusRow {
  margin-top: 95px;
}
.whyChooseSection {
  max-width: 100%;
  height: auto;
  background: linear-gradient(146.02deg, #1b484e 34.07%, #b27f42 120.52%);
  padding-top: 53px;
  padding-bottom: 74px;
}
.whyChooseTag {
  width: 265px;
  height: 42px;
  background: #ffffff4f;
  backdrop-filter: blur(13.199999809265137px);
  border: 0.6px solid #ffffff91;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  margin: auto;
}
.whyChooseTag h6 {
  font-size: 13px;
  font-weight: 500;
  color: #f9f9f9;
  margin-bottom: 0;
}
.whyChooseTitle {
  font-size: 30px;
  font-weight: 500;
  color: #dadada;
  margin-top: 18px;
  margin-bottom: 22px;
  text-align: center;
}
.whyChooseTitle span {
  font-size: 36px;
  font-weight: 700;
  color: #c38f50;
  text-align: center;
}
.whyChooseParagraph {
  font-size: 19px;
  font-weight: 400;
  color: #b0ded7;
  letter-spacing: 2%;
  line-height: 150%;
  text-align: center;
}
.whyChooseCard {
  max-width: 418px;
  height: 349px;
  background: #ffffff38;
  border: 1px solid #ffffff33;
  backdrop-filter: blur(28.2px);
  border-radius: 10px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 35px;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}

.whyChooseIconWrapper {
  width: 73px;
  height: 76px;
  background: #b27f4280;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #aeaeae;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.whyChooseIconWrapper::before {
  content: "";
  position: absolute;
  width: 73px;
  height: 76px;
  border: 2px solid #ffffff;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}


/* Hover effects */
.whyChooseCard:hover {
  border: 1px solid #ffffff;
}

.whyChooseCard:hover .whyChooseIconWrapper {
  background: #b27f42;
}

.whyChooseCard:hover .whyChooseIconWrapper::before {
  width: 90px;
  height: 94px;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(15.27deg);
}

.whyChooseCard h5 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 45px;
}

.whyChooseCard p {
  font-size: 15px;
  font-weight: 400;
  color: #dedede;
  margin-top: 17px;
}

.whyChooseIconWrapperSecond {
  width: 73px;
  height: 76px;
  background: #1b484e80;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #aeaeae;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.whyChooseIconWrapperSecond::before {
  content: "";
  position: absolute;
  width: 73px;
  height: 76px;
  border: 2px solid #ffffff;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

/* Hover effects */
.whyChooseCard:hover {
  border: 1px solid #ffffff;
}

.whyChooseCard:hover .whyChooseIconWrapperSecond {
  background: #1b484e;
}

.whyChooseCard:hover .whyChooseIconWrapperSecond::before {
  width: 90px;
  height: 94px;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(15.27deg);
}
.whyChooseOne {
  margin-top: 58px;
}
.whyChooseTwo {
  margin-top: 33px;
}
.whyChooseButton button {
  position: relative;
  width: 329px;
  height: 58px;
  background: #0a0a0a;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  margin-top: 56px;
}

/* Gradient overlay under text for smooth fade */
.whyChooseButton button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1b484e 0%, #c38f50 100%);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: inherit;
  z-index: -1;
}

.whyChooseButton button span,
.whyChooseButton button img {
  position: relative;
  z-index: 1;
}

/* Hover gradient effect */
.whyChooseButton button:hover::before {
  opacity: 1;
}

/* Bell icon smooth rotation */
.whyChooseButton button img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes bellShake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(25deg);
  }
  50% {
    transform: rotate(-25deg);
  }
  75% {
    transform: rotate(25deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.whyChooseButton button:hover img {
  animation: bellShake 0.4s ease-in-out infinite;
}

/* Remove focus outline */
.whyChooseButton button:focus {
  outline: none;
  border: none;
}
.clientSaySection {
  width: 100%;
  background: linear-gradient(
    126.37deg,
    #ffffff 1.17%,
    rgba(255, 255, 255, 0.538702) 48.52%,
    rgba(35, 175, 152, 0.5) 109.22%
  );
  padding-top: 59px;
  padding-bottom: 65px;
}
.clientSayTag {
  width: 265px;
  height: 42px;
  background: linear-gradient(
    89.85deg,
    #ffffff 18.45%,
    rgba(152, 246, 228, 0.4) 197.48%
  );
  border: 0.6px solid #b27f42;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  margin: auto;
}
.clientSayTag h6 {
  font-size: 13px;
  font-weight: 600;
  color: #204e54;
  letter-spacing: 3%;
  margin-bottom: 0;
}
.clientSayTitle {
  font-size: 30px;
  font-weight: 500;
  color: #363636;
  text-align: center;
  line-height: 125%;
  margin-top: 18px;
}
.clientSayTitle span {
  font-size: 36px;
  font-weight: 700;
  color: #1b484e;
  line-height: 125%;
}
.clientFeedbackSection {
  max-width: 421px;
  height: 472px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* make parent relative */
}

/* backside tilted background */
.clientFeedbackSection::before {
  content: "";
  position: absolute;
  width: 286px;
  height: 297px;
  background: #1b484e;
  border-radius: 20px;
  transform: rotate(15deg);
  z-index: 0; /* behind wrapper */
  transition: transform 0.4s ease-in-out;
}

/* main card */
.clientFeedbackWrapper {
  width: 286px;
  height: 297px;
  background: #fcfcfc;
  border: 1px solid #c38f50;
  border-radius: 20px;
  position: relative;
  z-index: 1; /* above background */
  padding-top: 68px;
}

/* icon */
.clientIconWrapper {
  width: 100px;
  height: 100px;
  background: #e5e5e5;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  z-index: 2;
}
.clientIconWrapperSecond {
  border: 1px solid #1b484e;
}

/* Optional hover effect */
.clientFeedbackSection:hover::before {
  transform: rotate(-15deg);
}
.clientFeedbackSectionSecond {
  max-width: 421px;
  height: 472px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* make parent relative */
}
.clientFeedbackSectionSecond::before {
  content: "";
  position: absolute;
  width: 286px;
  height: 297px;
  background: #b27f42;
  border-radius: 20px;
  transform: rotate(15deg);
  z-index: 0; /* behind wrapper */
  transition: transform 0.4s ease-in-out;
}
/* Optional hover effect */
.clientFeedbackSectionSecond:hover::before {
  transform: rotate(-15deg);
}
.clientRating img {
  width: 10px;
  height: 10px;
}
.clientDetails h3 {
  font-size: 19px;
  font-weight: 600;
  color: #0c0c0c;
  margin-bottom: 1px;
  text-align: center;
}
.clientDetails h6 {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 23px;
  text-align: center;
}
.clientDetails p {
  font-size: 12px;
  font-weight: 300; /* increased from 200 to 300 */
  color: #000000;
  line-height: 150%;
  font-style: italic;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.3px; /* adds subtle clarity */
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Optional focus/hover effect for emphasis */
.clientFeedbackSection:hover .clientDetails p {
  color: #1b484e;
  transform: scale(1.02); /* subtle focus effect */
}
.clientFeedbackSectionSecond:hover .clientDetails p {
  color: #b27f42;
  transform: scale(1.02); /* subtle focus effect */
}

.clientFeedbackRow {
  margin-top: 49px;
}
.companyClientSection {
  width: 100%;
}
.companyClientTitle h2 {
  font-size: 34px;
  font-weight: 700;
  color: #363636;
  margin-bottom: 80px;
}
.companyClientSection {
  padding-top: 59px;
}
.companyClietWrapperOne {
  max-width: 100%;
  height: 141px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #c38f50;
  box-shadow: 0 4px 15px rgba(195, 143, 80, 0.25); /* warm golden shadow */
  transition: box-shadow 0.4s ease-in-out, transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.companyClietWrapperOne img,.companyClietWrapperTwo img{
  max-width: 100%;
  height: auto;
}
.companyClietWrapperTwo {
  max-width: 100%;
  height: 141px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #1b484e;
  box-shadow: 0 4px 15px rgba(27, 72, 78, 0.25); /* cool teal shadow */
  transition: box-shadow 0.4s ease-in-out, transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Optional hover effect for a smooth lift */
.companyClietWrapperOne:hover,
.companyClietWrapperTwo:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.companyClientRow {
  margin-top: 20px;
}
.joinSucessBtn button {
  position: relative;
  width: 329px;
  height: 58px;
  border: none; /* remove any border */
  outline: none; /* remove focus outline */
  background: #0a0a0a; /* base color */
  border-radius: 10px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.6s ease;
  z-index: 0; /* ensure text stays above background */
  margin-top: 70px;
}

/* Gradient overlay UNDER text */
.joinSucessBtn button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1b484e 10.58%, #b27f42 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
  border-radius: inherit;
  z-index: -1; /* sits behind text */
}

/* keep text always fully visible */
.joinSucessBtn button,
.joinSucessBtn button img {
  position: relative;
  z-index: 1;
}

.joinSucessBtn button:hover::before {
  opacity: 1; /* smooth fade in */
}

.joinSucessBtn img {
  max-width: 100%;
  height: auto;
  margin-left: 8px;
  vertical-align: middle;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1); /* smooth movement */
}

.joinSucessBtn button:hover img {
  transform: rotate(360deg);
}

/* Remove border/outline on focus for accessibility */
.joinSucessBtn button:focus {
  outline: none;
  border: none;
}
.footerContainer {
  max-width: 100%;
  height: auto;
  padding-bottom: 20px;
  background: #1b484e;
}
.footerLogoWrapper {
  max-width: 359px;
  height: 97px;
  border-radius: 10px;
  background: #ffffffcc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerLogoWrapper img {
  max-width: 100%;
  height: auto;
}
.companyDes {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 34px;
  color: #ffffff;
  margin-bottom: 18px;
}
.footerPartOne {
  padding-top: 47px;
  padding-left: 60px;
}
.companySocialIcons img {
  max-width: 100%;
  height: auto;
  margin-right: 15px;
}
.quickLink {
  padding-left: 0;
  list-style: none;
}
.footerLinkSection h5 {
  font-size: 16px;
  font-weight: 700;
  color: #c38f50;
  margin-bottom: 28px;
}
.quickLink li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.quickLink li {
  margin-bottom: 6px;
}
.footerPartTwo {
  padding-top: 125px;
}
.contactTitle h5 {
  font-size: 16px;
  font-weight: 700;
  color: #c38f50;
  margin-bottom: 28px;
}
.contactList {
  list-style: none;
  padding-left: 0;
}
.contactList li span img {
  max-width: 100%;
  height: auto;
  margin-right: 12px;
}
.contactList li {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.contactList li a{
text-decoration: none;
  color: #ffffff;

}
.contactList li h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.contactList li {
  margin-bottom: 11px;
}
.footerHr {
  width: 93%;
  border: 1px solid #b0ded7;
}
.footerBottom {
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 10px;
}
.privacyPolicyPart {
  display: flex;
  gap: 43px;
}
.footerBottom h5 {
  font-size: 13px;
  font-weight: 400;
  color: #c0c0c0;
}
.privacyPolicyPart P {
  font-size: 13px;
  font-weight: 400;
  color: #c0c0c0;
}
/* ABOUT_PAGE */
.headContainerAbout {
  background: #1b484e;
  padding: 17px 60px 0px 60px !important;
  height: 790px;
}
.mobileResponsiveWrapper{
  display:none ;
}
.aboutTagWrapper {
  width: 40px;
  height: 40px;
  background: #ffffff0d;
  backdrop-filter: blur(4.800000190734863px);
  border: 1px solid #ffffff47;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutTagWrapper img {
  max-width: 100%;
  height: auto;
}
.aboutPageTag {
  gap: 15px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.aboutPageTag h6 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 2%;
  color: #c38f50;
  text-transform: uppercase;
}
.abouHeroText .heroText1,
.abouHeroText .heroText2,
.abouHeroText .heroText3 {
  font-size: 50px;
  font-weight: 800;
  background: linear-gradient(90deg, #ffffff 0%, #6ee7e1 40%, #2ea4a4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.aboutHeroParagraph {
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  color: #b0ded7;
  margin-top: 23px;
}
.aboutLeft {
  height: 692px;
}
.aboutHeroParagraphIn {
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  color: #b0ded7;
  margin-top: 0;
}
.aboutImageTagOne h6 {
  position: relative;
  font-size: 10px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;

  padding-left: 11px; /* space for the dot */
}

.aboutImageTagOne h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #28a745; /* green color */
  border-radius: 50%;
  transform: translateY(-50%);
}
.aboutImageTagOne {
  position: absolute;
  width: 125px;
  height: 28px;
  background: #ffffffcc;
  border: 1px solid #ffffff47;
  backdrop-filter: blur(4.800000190734863px);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 17px;
  border-radius: 30px;
  top: 23px;
  left: 23px;
}
.iconWrapper {
  width: 41px;
  height: 41px;
  background: #c38f501a;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}
.iconWrapper img {
  max-width: 100%;
  height: auto;
}
.aboutImageTagTwo {
  width: 216px;
  height: 78px;
  background: #ffffff;
  position: absolute;
  border-radius: 15px;
  top: -30px;
  right: -40px;
  padding-left: 16px;
}
.aboutImageTagTwo h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 11px;
}
.aboutImageTagTwo span {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0;
}

.aboutImageTagThree {
  width: 216px;
  height: 78px;
  background: #ffffff;
  position: absolute;
  border-radius: 15px;
  bottom:-80px;
  left: -72px;
  padding-left: 16px;
}
.aboutImageTagThree h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 11px;
}
.aboutImageTagThree span {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0;
}
.statusBox {
  width: 139px;
  height: 89px;
  background: #ffffff0d;
  backdrop-filter: blur(4.800000190734863px);
  border: 0.5px solid #ffffff47;
  border-radius: 10px;
  padding-top: 20px;
}
.statusBoxWrapper {
  display: flex;
  gap: 17px;
}
.mobileResponsiveStatus {
  display: none;
}
.statusBox h5 {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.statusBox p {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 4px;
  text-align: center;
}
.statusBoxWrapper {
  margin-top: 30px;
}
.aboutPageAboutSection {
  max-width: 100%;
  height: auto;
  padding-top: 78px;
  padding-bottom: 85px;
  background: #fbfcff;
}
.ourStoryRight .title h2 {
  font-size: 50px;
  font-weight: 600;
  color: #0e0e0e;
  margin-bottom: 49px;
}
.ourStoryRight .title h2 span {
  color: #b27f42;
}
.storyBar {
  position: relative;
  width: 360px;
  border: 0.6px solid #a5a5a5;
  transform: rotate(90deg);
  transform-origin: left top; /* adjust as needed */
}
.positionDotA {
  width: 16px;
  height: 16px;
  background: #1b484e;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: -8px;
}
.positionDotB {
  width: 16px;
  height: 16px;
  background: #c38f50;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
}
.positionDotC {
  width: 16px;
  height: 16px;
  background: #c38f50;
  border-radius: 50%;
  position: absolute;
  right: -1px;
  top: -8px;
}
.storyBoxA {
  max-width: 672px;
  height: 149px;
  box-shadow: 0px 4px 10px 0px #00000040;
  background: #fdfdfd;
  border-radius: 10px;
  margin-left: 52px;
}
.storyBoxB {
  max-width: 672px;
  height: 149px;
  box-shadow: 0px 4px 10px 0px #00000040;
  background: #fdfdfd;
  border-radius: 10px;
  margin-top: 25px;
  margin-left: 52px;
}
.storyBoxC {
  max-width: 672px;
  height: 149px;
  box-shadow: 0px 4px 10px 0px #00000040;
  background: #fdfdfd;
  border-radius: 10px;
  margin-top: 25px;
  margin-left: 50px;
}
.boxAContent {
  padding: 28px 19px 0px 34px;
}
.boxAContent h3 {
  font-size: 22px;
  font-weight: 600;
  color: #353535;
  margin-top: 9px;
}
.boxAContent p {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  color: #6f6f6f;
}
.teamMeetingWrapper {
  position: relative;
}
.teamMeetingWrapper img {
  max-width: 100%;
  height: auto;
}
.teamMeetingTagOne {
  position: absolute;
  width: 131px;
  height: 89px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 19px 0px 21px 0px;
  left: -28px;
  top: -52px;
}
.teamMeetingTagOne h6 {
  font-size: 27px;
  font-weight: 600;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 0;
}
.teamMeetingTagOne p {
  font-size: 12px;
  font-weight: 500;
  color: #696969;
  text-align: center;
}
.teamMeetingTagTwo {
  width: 143px;
  height: 89px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 15px;
  position: absolute;
  bottom: -45px;
  right: -19px;
  padding-top: 20px;
  /* padding-bottom: 25px; */
}
.teamMeetingTagTwo p {
  font-size: 12px;
  font-weight: 500;
}
.mobileResponsiveTrustBox {
  display: none;
}
.startIconWrapper img {
  width: 14px;
  height: 14px;
}
.trustBoxOne {
  max-width: 352px;
  height: 190px;
  background: #2e565b;
  border-radius: 20px;
  border: 0.6px solid #d6d6d6;
  position: relative;
  padding-top: 23px;
  padding-left: 23px;
}
.trustBoxTwo {
  max-width: 352px;
  height: 190px;
  background: #ba8d57;
  border-radius: 20px;
  border: 0.6px solid #d6d6d6;
  position: relative;
  padding-top: 23px;
  padding-left: 23px;
}
.excellenceIconWrapper {
  max-width: 42px;
  height: 43px;
  background: #ffffff33;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.excellenceIconWrapper img {
  max-width: 100%;
  height: auto;
}
.trustBoxOne .title h6 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 19px;
}
.trustBoxOne .paragraph p {
  font-size: 15px;
  font-weight: 400;
  color: #dedede;
  margin-top: 4px;
  line-height: 150%;
}
.startIconWrapperLeft {
  width: 25px;
  height: 25px;
  border: 0.6px solid #d6d6d6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
}
.startIconWrapper img {
  max-width: 100%;
  height: auto;
}
.trustBoxTwo .title h6 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 19px;
}
.trustBoxTwo .paragraph p {
  font-size: 15px;
  font-weight: 400;
  color: #dedede;
  margin-top: 4px;
  line-height: 150%;
}
.outStoryStatusSection {
  margin-bottom: 55px;
}
.trustBoxRow {
  margin-top: 55px;
}
.coreValueSection {
  width: 100%;
  height: auto;
  background: #fbfcff;
  padding-top: 74px;
  padding-bottom: 82px;
}
.coreValueTag {
  width: 178px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px #1b484e40;
  border-radius: 30px;
  padding: 14px 19px;
  margin: auto;
}
.coreValueTag h6 {
  position: relative;
  padding-left: 18px; /* space for the circle */
  margin: 0;
  font-size: 16px; /* keep your size */
  display: inline-block; /* keeps alignment predictable */
}

.coreValueTag h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b0ded7;
  display: block;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); /* optional */
}
.coreValueSection .title h2 {
  font-size: 50px;
  font-weight: 600;
  color: #0e0e0e;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}
.coreValueSection .title h2 span {
  color: #b27f42;
}
.coreValueSection .paragraph p {
  font-size: 16px;
  font-weight: 400;
  color: #1b484e;
  margin-bottom: 0;
  margin-top: 5px;
  text-align: center;
}

.coreValueBoxA {
  max-width: 300px;
  height: 296px;
  background: #ffffff;
  border: 0.5px solid #b27f42;
  border-radius: 20px;
  transition: all 0.5s ease; /* smooth animation */
}
.coreValueBoxB {
  max-width: 300px;
  height: 296px;
  background: #ffffff;
  border: 0.5px solid #1b484e;
  border-radius: 20px;
  transition: all 0.5s ease; /* smooth animation */
  padding-left: 0;
  padding-right: 0;
}
/* Wrapper rotation */
.coreValueWrapper,
.coreValueWrapperB {
  width: 74px;
  height: 71px;
  background: #c38f50; /* wrapper color */
  border-radius: 10px;
  padding: 16px 17px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
  position: relative; /* added */
}

/* Different color for B wrapper */
.coreValueWrapperB {
  background: #1b484e;
}

/* Add a nested inner wrapper for image so it doesn’t rotate */
.coreValueWrapper img,
.coreValueWrapperB img {
  display: block;
  max-width: 100%; /* adjust size if needed */
  height: auto;
  transform: none; /* no rotation */
  transition: none;
  pointer-events: none;
}

/* rotate the wrapper only */
.coreValueBoxA:hover .coreValueWrapper {
  transform: rotate(-15deg);
}

.coreValueBoxB:hover .coreValueWrapperB {
  transform: rotate(-15deg);
}
.coreBoxTextContent h5 {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}
.coreBoxTextContent p {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #6f6f6f;
  margin-top: 12px;
}
.coreValueBoxA,
.coreValueBoxB {
  padding-top: 41px;
}
.mobileResponsiveWrapper hr{
  display: none;
}
.coreBoxTextContent {
  padding-left: 27px;
  padding-right: 27px;
  margin-top: 36px;
}
.companyDes{
  max-width: 80%;
}
.coreValueBoxA:hover,
.coreValueBoxB:hover {
  transform: translateY(-10px); /* move up by 10px */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* add a stronger shadow on hover (optional) */
}
.coreBoxRow {
  margin-top: 65px;
}
.happyClientTag {
  max-width: 389px;
  height: 78px;
  background: #ffffff;
  box-shadow: 0px 1px 8px 0px #00000040;
  border-radius: 15px;
  margin: auto;
  margin-top: 61px;
}
.userWrapperA {
  width: 30px;
  height: 30px;
  background: #1b484e;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -8px;
}
.userWrapperB {
  width: 30px;
  height: 30px;
  background: #c38f50;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -8px;
}
.tagUserGroup {
  display: flex;
  justify-content: center;
  align-items: center;
}
.happyClientTagText h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}
.happyClientTagText p {
  font-size: 13px;
  font-weight: 400;
  color: #6f6f6f;
  margin-bottom: 0;
}
.happyClientTagText {
  margin-left: 22px;
}
.companyExpertSection {
  max-width: 100%;
  height: auto;
  padding-top: 76px;
  padding-bottom: 87px;
  background: linear-gradient(146.02deg, #1b484e 34.07%, #b27f42 120.52%);
}
.teamTag {
  max-width: 225px;
  height: 42px;
  border-radius: 35px;
  border: 0.6px solid #ffffff91;
  background: #ffffff4f;
  backdrop-filter: blur(13.199999809265137px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.teamTag h6 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3%;
  color: #f9f9f9;
  margin-bottom: 0;
}
.teamTitle h3 {
  font-size: 36px;
  font-weight: 600;
  color: #c38f50;
  text-align: center;
  margin-top: 17px;
}
.teamTitle p {
  font-size: 19px;
  font-weight: 400;
  color: #b0ded7;
  text-align: center;
  margin-top: 8px;
}
.teamMemberProfile img {
  max-width: 100%;
  height: auto;
}
.teamMemberProfile {
  position: relative;
}
.profileTag {
  width: 100%;
  max-width:271px;
  height: 22px;
  background: #c38f50;
  display: flex;
  align-items: center;
  padding-left: 4px;
  position: absolute;
  bottom: -22px;
}
.profileTag p {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 0;
}
.memberName h4 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 39px;
  text-transform: uppercase;
  letter-spacing: 2%;
  margin-bottom: 25px;
}
.memberLine {
  width: 69px;
  border: 1px solid #9c9c9c;
}
.memberDescription P {
  max-width: 271px;
  font-size: 14px;
  font-weight: 400;
  color: #dedede;
  margin-top: 25px;
}
.teamWrapperRow {
  margin-top: 65px;
}
.questionAnswerSection {
  max-width: 100%;
  height: auto;
  background: #fbfcff;
  padding-top: 46px;
  padding-bottom: 92px;
}
.questionAnswerTag {
  width: 143px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px #1b484e40;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center; /* vertically center the circle and text */
  gap: 6px; /* space between circle and text */
  margin: auto;
}
.questionAnswerTag h6 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 12px;
  color: #1b484e;
}

.questionAnswerTag::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #b0ded7;
  border-radius: 50%;
}
.questionAnswerSection .title h2 {
  font-weight: 600;
  font-size: 50px;
  color: #0e0e0e;
  margin-bottom: 5px;
  text-align: center;
  margin-top: 30px;
}
.questionAnswerSection .title h2 span {
  color: #b27f42;
}
.questionAnswerSection .title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #0e0e0e;
  text-align: center;
  margin-bottom: 44px;
}
.answerSection {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.answerWrapper {
  flex: 1;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.answerWrapper h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.answerWrapper p.answerText {
  display: none; /* hide initially */
  font-size: 15px;
  color: #555;
  margin-top: 12px;
  max-width: 95%;
  margin-bottom: 0;
}

.answerShower {
  position: absolute;
  right: 12px;
}

.answerShower .toggleBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c38f501a;
  border: none;
  color: #1b484e;
  font-size: 24px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.answerShower .toggleBtn.active {
  transform: rotate(45deg); /* turns + into x */
}
.questionAnswerTagbig {
  max-width: 558px;
  height: 78px;
  background: #ffffff;
  box-shadow: 0px 1px 8px 0px #00000040;
  border-radius: 15px;
  padding-left: 16px;
  margin: auto;
  margin-top: 75px;
}
.clientsgroup img {
  max-width: 100%;
  height: auto;
}
.readyToWork h6 {
  font-size: 14px;
  font-family: 600;
  color: #000000;
  margin-bottom: 4px;
}
.readyToWork {
  margin-left: 16px;
}
.readyToWork p {
  font-size: 12px;
  font-family: 400;
  color: #6f6f6f;
  margin-bottom: 0;
}
.readyToBtn button {
  width: 150px;
  height: 36px;
  background: linear-gradient(90deg, #1b484e 60.33%, #c38f50 100%);
  border: 0;
  border-radius: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  margin-left: 16px;
}
/* SERVICE_ONE */
.serviceOneHeroText .heroText1 {
  font-size: 50px;
  font-weight: 800;
  background: linear-gradient(90deg, #f7f7f7 15.87%, #b8f9ec 44.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for some modern browsers */
  margin-bottom: 0;
}
.serviceOneHeroText h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
  color: #b27f42;
  margin-top: 29px;
}
.aboutMainImg{
  max-width: 465px;
  height: 465px;
}
.serviceOneHeroText span {
  color: #ffffff;
  line-height: 120%;
}
.serviceOneHero{
  max-width: 460px;
  height: 460px;
}
.serviceOneLeft {
  height: 692px;
}
.serviceImageTagOne {
  position: absolute;
  width: 176px;
  height: 71px;
}
.serviceImageTagOne {
  width: 168px;
  height: 78px;
  background: #ffffff;
  border-radius: 15px;
  position: absolute;
  top: -27px;
  right: -52px;
  padding-left: 23px;
}
.serviceImageTagOne h6 {
  margin-bottom: 0;
  padding-left: 11px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.serviceImageTagOne h6 span {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 300;
}
.serviceImageTagOne .iconWrapper {
  width: 41px;
  height: 47px;
  background: #1b484e;
}
.serviceImageTagTwo {
  position: absolute;
  width: 176px;
  height: 71px;
  background: #ffffff;
  border-radius: 15px;
  bottom: -65px;
  left: -72px;
  padding-left: 27px;
}
.serviceImageTagTwo .iconWrapper {
  width: 41px;
  height: 47px;
  background: #c38f50;
}
.serviceImageTagTwo h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 10px;
}
.serviceImageTagTwo h6 span {
  font-size: 11px;
  font-weight: 300;
}
.serviceHeroHr {
  border: 0.2px solid #b0ded7;
  width: 700px;
}
.serviceOneStatus {
  display: flex;
  gap: 65px;
  margin-top: 24px;
}
.serviceStatusOne h5 {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.serviceStatusOne p {
  font-size: 11px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.serviceOneAboutSection {
  max-width: 100%;
  height: auto;
  background: linear-gradient(
    126.37deg,
    #ffffff 1.17%,
    rgba(255, 255, 255, 0.538702) 48.52%,
    rgba(35, 175, 152, 0.5) 109.22%
  );
  padding-top: 55px;
  padding-bottom: 88px;
}
.serviceOneAboutTag {
  width: 265px;
  height: 42px;
  background: linear-gradient(
    89.85deg,
    #ffffff 18.45%,
    rgba(152, 246, 228, 0.4) 197.48%
  );
  border: 0.6px solid #b27f42;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  margin: auto;
}
.serviceOneAboutTag h6 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3%;
  color: #204e54;
  margin-bottom: 0;
}
.serviceOneAboutSection .title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1b484e;
  text-align: center;
  margin-top: 23px;
}
.serviceOneAboutSection .paragraph p {
  font-size: 19px;
  font-weight: 400;
  color: #1b484e;
  line-height: 150%;
  letter-spacing: 2%;
  text-align: center;
  margin-top: 23px;
}
.serviceOnePointsBox {
  max-width: 310px;
  height: 320px;
  box-shadow: 0px 4px 4px 0px #00000026;
  background: #fcfcfc;
  border-radius: 10px;
  padding-top: 28px;
  padding-left: 10px;
  margin-top: 10px;
}
.servicePointWrapperA {
  width: 69px;
  height: 72px;
  border-radius: 10px;
  box-shadow: 0px 3px 3px 0px #6b6b6b26;
  background: #e8eced;
  display: flex;
  justify-content: center;
  align-items: center;
}
.servicePointWrapperB {
  width: 69px;
  height: 72px;
  border-radius: 10px;
  box-shadow: 0px 3px 3px 0px #6b6b6b26;
  background: #f7f2ec;
  display: flex;
  justify-content: center;
  align-items: center;
}
.serviceOnePointsBoxContent .title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #353535;
  margin-top: 29px;
}
.serviceOnePointsBoxContent .paragraph p {
  font-size: 15px;
  font-weight: 400;
  color: #353535;
  color: #6f6f6f;
  text-align: start;
  margin-top: 25px;
}
.serviceOnePointBoxRowOne {
  margin-top: 74px;
}
.serviceOnePointBoxRow {
  margin-top: 24px;
}
/* Top Section Background */
.partner-section {
  background: linear-gradient(120deg, #0a3c47 0%, #315e55 100%);
}

/* Feature Cards */
.feature-card {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 25px 15px;
  transition: all 0.3s ease;
  height: 100%;
}
.feature-card img {
  width: 40px;
  margin-bottom: 15px;
}
.feature-card p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.feature-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.05);
}

/* FAQ Section */
.faq-section {
  background: #fff;
}
.faq-tag span {
  display: inline-block;
  padding: 6px 20px;
  background: #f2f2f2;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.text-gradient {
  background: linear-gradient(90deg, #b27f42, #1b484e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Accordion Styling */
.accordion-button {
  border-radius: 10px !important;
  border: 1px solid #e1e1e1;
  background: #fff;
  box-shadow: none;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  background: #f7f7f7;
  color: #1b484e;
}
.accordion-body {
  text-align: left;
}
.serviceWhyChooseSection {
  max-width: 100%;
  height: auto;
  background: linear-gradient(136.73deg, #1b484e 42.4%, #b27f42 149.38%);
  padding-top: 76px;
  padding-bottom: 129px;
}
.serviceWhyChooseTag {
  width: 225px;
  height: 42px;
  background: #ffffff4f;
  border-radius: 35px;
  backdrop-filter: blur(13.199999809265137px);
  border: 0.6px solid #ffffff91;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.serviceWhyChooseTag h6 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3%;
  color: #f9f9f9;
  margin-bottom: 0;
  text-align: center;
}
.serviceWhyChooseSection .title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 94px;
  margin-top: 26px;
}
.serviceOneWhyChooseBox {
  max-width: 223px;
  height: 205px;
  border: 1px solid #c38f50;
  border-radius: 10px;
  padding-top: 40px;
}
.serviceOneWhyChooseBox img {
  max-width: 100%;
  height: auto;
}
.serviceOneWhyChooseBox p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #b0ded7;
  text-align: center;
  margin-top: 20px;
}
.serviceTwoPointBox {
  max-width: 636px;
  height: 281px;
  background: #fcfcfc;
  box-shadow: 0px 4px 4px 0px #00000026;
  border-radius: 10px;
  padding-top: 48px;
  padding-right: 31px;
  padding-left: 31px;
}
.serviceTwoPointsBox {
  max-width: 417px;
  height: 281px;
  background: #fcfcfc;
  box-shadow: 0px 4px 4px 0px #00000026;
  border-radius: 10px;
  padding-top: 31px;
  padding-left: 26px;
}
.serviceTwoPointBox .title h6 {
  font-size: 20px;
  font-weight: 600px;
  color: #353535;
  margin-top: 29px !important;
  margin-bottom: 0;
}
.serviceTwoPointBox .paragraph p {
  font-size: 15px;
  font-weight: 400px;
  color: #6f6f6f;
  text-align: start;
  margin-top: 14px;
}
.serviceTowWhyChooseBox {
  max-width: 300px;
  height: 205px;
  border: 1px solid #c38f50;
  border-radius: 10px;
  padding-top: 40px;
}
.serviceTowWhyChooseBox p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #b0ded7;
  text-align: center;
  margin-top: 25px;
}
.questionAnswerTagTwo {
  width: 143px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px #1b484e40;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center; /* vertically center the circle and text */
  gap: 6px; /* space between circle and text */
  margin: auto;
}
.questionAnswerTagTwo h6 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 12px;
  color: #1b484e;
}

/* Right side container */
.answerShowerTwo {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

/* Green circle with tick */
.answerShowerTwo .toggleBtnTwo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1b484e;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* White tick mark */
.answerShowerTwo .toggleBtnTwo::before {
  content: "✔";
  font-size: 16px;
}
.answerSectionTwo {
  margin-top: 58px;
}
.serviceThreeExtra .paragraph p {
  margin-top: 14px;
}
.supportServiceSection {
  max-width: 100%;
  height: auto;
  background: #fbfcff;
  padding-top: 81px;
  padding-bottom: 108px;
}
.supportServiceTitle h2 {
  font-size: 42px;
  font-weight: 600;
  color: #0e0e0e;
  margin-bottom: 52px;
}
.supportServiceTitle h2 span {
  color: #b27f42;
}
.supportServiceTimeLine {
  width: 533px;
  border: 0.6px solid #a5a5a5;
  position: relative;
  transform: rotate(90deg);
  transform-origin: left top; /* adjust as needed */
}
.dotA {
  width: 16px;
  height: 16px;
  background: #1b484e;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: -8px;
}
.dotB {
  width: 16px;
  height: 16px;
  background: #c38f50;
  border-radius: 50%;
  position: absolute;
  left: 118px;
  top: -8px;
}
.dotC {
  width: 16px;
  height: 16px;
  background: #c38f50;
  border-radius: 50%;
  position: absolute;
  left: 252px;
  top: -8px;
}
.dotD {
  width: 16px;
  height: 16px;
  background: #1b484e;
  border-radius: 50%;
  position: absolute;
  left: 386px;
  top: -8px;
}
.dotE {
  width: 16px;
  height: 16px;
  background: #1b484e;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -8px;
}
.serviceSupportBox {
  max-width: 610px;
  height: 117px;
  background: #fdfdfd;
  box-shadow: 0px 4px 10px 0px #00000040;
  border-radius: 10px;
  margin-left: 52px;
  margin-bottom: 12px;
  padding-top: 30px;
  padding-left: 33px;
}
.serviceSupportBox .title h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #353535;
}
.serviceSupportBox .paragraph p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #6f6f6f;
}

.questionAnswerTagBig {
  max-width: 853px;
  height: 78px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 1px 8px 0px #00000040;
  margin: auto;
  padding-left: 18px;
  margin-top: 50px;
}
.makeSimple h6 {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 3px;
  margin-left: 16px;
}
.makeSimple p {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
  margin-left: 16px;
}
.simpleBtn button {
  width: 226px;
  height: 36px;
  background: linear-gradient(90deg, #1b484e 60.33%, #c38f50 100%);
  border: none;
  border-radius: 20px;
  margin-left: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
}
.extraStyle .title h4 {
  margin-top: 16px;
}
.extraStyle .paragraph p {
  margin-top: 10px;
  padding-right: 2px;
}
.serviceFourPointsBox {
  max-width: 417px;
  height: 281px;
  box-shadow: 0px 4px 4px 0px #00000026;
  background: #fcfcfc;
  border-radius: 10px;
  padding-top: 37px;
  padding-left: 34px;
  padding-right: 15px;
}
.serviceFourPointsBoxContent .title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #353535;
  margin-top: 28px;
}
.serviceFourPointsBoxContent .paragraph p {
  font-size: 15px;
  font-weight: 400;
  color: #6f6f6f;
  margin-top: 14px;
  text-align: start;
}
.weServeSection {
  max-width: 100%;
  height: auto;
  background: #fbfcff;
  padding-top: 46px;
  padding-bottom: 108px;
}
.weServeSectionSecond {
  max-width: 100%;
  height: auto;
  background: #fbfcff;
  padding-top: 46px;
  padding-bottom: 91px;
}
.weServeTag {
  width: 173px;
  height: 48px;
  box-shadow: 0px 4px 10px 0px #1b484e40;
  background: #ffffff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.weServeTag h6 {
  font-size: 16px;
  font-weight: 500;
  color: #1b484e;
  margin-bottom: 0;
}
.weServeSectionContent .title h2 {
  font-size: 50px;
  font-weight: 600;
  color: #0e0e0e;
  margin-bottom: 5px;
  text-align: center;
  margin-top: 30px;
}
.weServeSectionContent .title h2 span {
  color: #c38f50;
}
.weServeSectionContent .paragraph p {
  color: #1b484e;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-bottom: 86px;
}
.serveBox {
  max-width: 250px;
  height: 147px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.serveBox p {
  font-size: 60px;
  font-weight: 800;
  color: #c38f501a;
  position: absolute;
  top: -45px;
  left: 0;
}
.serveBox h6 {
  font-size: 20px;
  font-weight: 500;
  color: #1b484e;
  margin: auto;
  text-align: center;
}
.focusGrowthTag {
  max-width: 672px;
  height: 78px;
  box-shadow: 0px 1px 8px 0px #00000040;
  background: #ffffff;
  border-radius: 15px;
  padding-left: 18px;
  margin: auto;
  margin-top: 61px;
}
.focusGrowth img {
  max-width: 100%;
  height: auto;
}
.focusGrowthTag .title h6 {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}
.focusGrowthTag .title p {
  font-size: 12px;
  font-weight: 400;
  color: #6f6f6f;
  margin-bottom: 0;
}
.focusGrowthTag .title {
  margin-left: 16px;
  margin-right: 16px;
}
.focusGrowthTag {
  display: flex;
  align-items: center;
}
.focusButton button {
  width: 230px;
  height: 36px;
  background: linear-gradient(90deg, #1b484e 60.33%, #c38f50 100%);
  border-radius: 20px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
}
.whyChooseCorporateTaxSection {
  max-width: 100%;
  height: auto;
  background: #fbfcff;
  padding-top: 84px;
  padding-bottom: 65px;
}
.whyChooseCorporateTaxContent .title h2 {
  font-size: 40px;
  font-weight: 600;
  color: #0e0e0e;
}
.whyChooseCorporateTaxContent .title h2 span {
  font-size: 40px;
  font-weight: 600;
  color: #c38f50;
}
.corporateTaxLine {
  width: 410px;
  border: 0.6px solid #a5a5a5;
  position: relative;
  transform: rotate(90deg);
  transform-origin: left top; /* adjust as needed */
}
.CTDotA {
  width: 16px;
  height: 16px;
  background: #1b484e;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: -8px;
}
.CTDotB {
  width: 16px;
  height: 16px;
  background: #c38f50;
  border-radius: 50%;
  position: absolute;
  left: 118px;
  top: -8px;
}
.CTDotC {
  width: 16px;
  height: 16px;
  background: #c38f50;
  border-radius: 50%;
  position: absolute;
  left: 252px;
  top: -8px;
}
.CTDotD {
  width: 16px;
  height: 16px;
  background: #1b484e;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: -8px;
}
.CTBox {
  max-width: 610px;
  height: 117px;
  background: #fdfdfd;
  box-shadow: 0px 4px 10px 0px #00000040;
  border-radius: 10px;
  margin-left: 52px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding-left: 33px;
}
.CTBox h6 {
  font-size: 22px;
  font-weight: 600;
  color: #353535;
}
.CTRow {
  margin-top: 82px;
}
.abouHeroText h4 {
  font-size: 40px;
  font-weight: 600;
  color: #eaeeef;
}
.abouHeroText h4 span {
  font-size: 34px;
  font-weight: 600;
  color: #b27f42;
}
.contactUshr {
  width: 686px;
  border: 0.3px solid #b0ded7;
  margin-top: 46px;
  margin-bottom: 40px;
}
.contactDetailsSection {
  max-width: 100%;
  height: auto;
  background: #fbfcff;
  padding-top: 57px;
  padding-bottom: 78px;
}
.contactDetailsContent .title h2 {
  font-size: 34px;
  font-weight: 600;
  color: #1b484e;
  text-align: center;
  margin-bottom: 52px;
}
.contactBox {
  max-width: 417px;
  height: 281px;
  box-shadow: 0px 4px 4px 0px #00000026;
  background: #fcfcfc;
  border-radius: 10px;
  padding-top: 37px;
}
.contactBoxIconWrapper {
  width: 69px;
  height: 72px;
  background: #2a575e;
  box-shadow: 0px 3px 3px 0px #6b6b6b26;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.contactBoxIconWrapperB {
  width: 69px;
  height: 72px;
  background: #c38f50;
  box-shadow: 0px 3px 3px 0px #6b6b6b26;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.contactBoxIconWrapper img {
  width: 30px;
  height: 30px;
}
.contactBoxIconWrapperB img {
  width: 30px;
  height: 30px;
  fill: white !important;
}
.contactBox h6 {
  font-size: 20px;
  font-weight: 600;
  color: #353535;
  margin-bottom: 14px;
  margin-top: 28px;
  text-align: center;
}
.contactBox p {
  font-size: 15px;
  font-weight: 400;
  color: #6f6f6f;
  line-height: 150%;
  margin-bottom: 14px;
  text-align: center;
}
.contactFormSection {
  max-width: 100%;
  height: auto;
  padding-top: 53px;
  padding-bottom: 91px;
  background: linear-gradient(146.02deg, #1b484e 34.07%, #b27f42 120.52%);
}
.contactSectionContent .tag {
  width: 265px;
  height: 42px;
  border: 0.6px solid #ffffff91;
  background: #ffffff4f;
  backdrop-filter: blur(13.199999809265137px);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.contactSectionContent .tag h6 {
  font-size: 13px;
  font-weight: 600;
  color: #f9f9f9;
  margin-bottom: 0;
}
.contactSectionContent .title h2 {
  font-size: 30px;
  font-weight: 500;
  color: #dadada;
  text-align: center;
  margin-top: 31px;
  line-height: 125%;
}
.contactSectionContent .title h2 span {
  font-size: 36px;
  font-weight: 700;
  color: #c38f50;
}
.contactSectionContent .paragraph p {
  font-size: 19px;
  font-weight: 400;
  color: #b0ded7;
  line-height: 150%;
  text-align: center;
  margin-top: 22px;
}
.form-control,
.form-select {
  max-width: 585px;
  height: 51px;
  border: 1px solid #ffffff33;
  background: #ffffff38;
  backdrop-filter: blur(28.200000762939453px);
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}
.form-message {
  max-width: 1190px;
  height: 168px;
}
.formBtn {
  width: 1190px;
  height: 52px;
  border: 0;
  background: #c38f50;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #dedede;
  opacity: 1;
  font-size: 15px;
  font-weight: 400;
}
.form-control :focus {
  background: #ffffff38;
  backdrop-filter: blur(28.200000762939453px);
}

/* For cross-browser friendliness */
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  color: #ffffff;
}

.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder {
  color: #ffffff;
}
.form-select option[disabled] {
  color: #dedede;
  opacity: 1;
  font-size: 15px;
  font-weight: 400;
}

.form-select {
  background: #ffffff38;
  backdrop-filter: blur(28px);
  color: #ffffff;
  border: 1px solid #ffffff33;
}

.form-select option {
  background: rgba(255, 255, 255, 0.12); /* subtle glassy effect */
  color: #000000;
}
.form-control:focus,
.form-select:focus,
textarea.form-control:focus {
  color: #ffffff !important;
  background: #ffffff38;
  backdrop-filter: blur(28.2px);
  border-color: #ffffff66;
  box-shadow: none;
  outline: none;
}

/* Some browsers (Chrome) add an inner white fill for select on focus.
   Force the text color and background for the focused element. */
.form-select:focus {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.22) !important; /* tweak if needed */
}

/* If you want no native outline at all (use carefully for accessibility) */
.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
}

/* Option styles */
.form-select option {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}
/* Spinner circle */
.btn-spinner {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contactFormWrapper {
  margin-top: 65px;
}
.mapSection {
  margin-top: 60px;
}
.contactHeroText h1 {
  font-weight: 800;
  font-size: 38px;
  color: #f7f7f7;
}
.contactHeroText h1 span {
  font-weight: 800;
  font-size: 38px;
  background: linear-gradient(90deg, #ffffff 0%, #6ee7e1 40%, #2ea4a4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contactHeroText h2 {
  font-size: 35px;
  font-weight: 600;
  color: #f7f7f7;
}
.recentBlogSection {
  background: #fbfcff;
  height: auto;
  padding-top: 71px;
  padding-bottom: 71px;
}
.blogSectionTitle h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1b484e;
  text-align: center;
  margin-bottom: 51px;
}
.blogsWrapper {
  max-width: 403px;
  height: 565px;
  position: relative;
}
.blogsImg img {
  max-width: 100%;
  height: auto;
}
.blogsWrapper .title h5 {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  line-height: 150%;
  margin-top: 22px;
  margin-bottom: 0;
}
.blogsWrapper .paragraph p {
  font-size: 15px;
  font-weight: 400;
  color: #6f6f6f;
  line-height: 150%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.readMoreButton span {
  font-size: 14px;
  font-weight: 500;
  color: #c38f50;
  cursor: pointer;
  text-decoration: none;
}
.readMoreButton img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}
.readMoreButton {
  position: absolute;
  bottom: 0;
  left: 0;
}
.blogTag {
  margin-top: 101px;
}
.headContainerContact {
  padding: 17px 60px 30px 60px !important;
  height: auto;
}
.blogContent {
  max-width: 100%;
  height: auto;
  background: #1b484e0d;
  margin-top: 45px;
  padding-left: 80px;
  padding-right: 70px !important;
  padding-top: 65px;
  padding-bottom: 100px;
  border-radius: 30px;
}
.blogTitle h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 31px;
}
.blogInnerContent h4 {
  font-size: 22px;
  font-size: 600;
  color: #000000;
  line-height: 150%;
  margin-bottom: 15px;
  margin-top: 51px;
}
.blogInnerContent h6 {
  font-size: 18px;
  font-size: 600;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 15px;
}
.blogInnerContent p {
  font-size: 18px;
  font-size: 400;
  color: #000000;
  line-height: 150%;
  margin-bottom: 0;
}
.blogMainParagraph {
  margin-top: 31px;
}
.blogParagraphSecond {
  margin-top: 15px;
}
.blogBlogsSection .title h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin-top: 62px;
  margin-bottom: 42px;
}
.blogInnerContent p {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
  letter-spacing: 2%;
  margin-top: 15px;
}
.blogMainParagraph {
  margin-top: 31px !important;
}
.subTeamWrapper{
  padding-top: 110px;
  padding-left: 10px;
  padding-right: 10px;
}
.subTeamBox {
  position: relative;
  max-width:247px;
}
.subTeamBox img{
  max-width: 100%;
  height: auto;
}
.subMemberPosition{
  width: 169px;
  height: 22px;
  background: #C38F50;
  position: absolute;
  bottom: -22px;
  padding-left: 4px;
  display: flex;
  align-items: center;
}
.subMemberPosition p{
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0; 
}
.subTeamTitle h2{
 font-size: 36px;
 font-weight: 600;
 color: #C38F50;
 text-align: center;
}
.subTeamParagraph P{
  font-size: 19px;
  font-weight: 400;
  color: #B0DED7;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 68px;
}
.subTeamTwoRow{

}
.subMemberName {
  margin-top: 35px;
  position: relative;
  z-index: 2;
}

.subMemberName h6 {
color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2%;
  margin-bottom: 0;
}
.subTeamRow{
margin-top: 50px;
}
.spinner-border-sm {
  width: 2rem;
  height: 2rem;
  border-width: 4px;
  margin-left: 8px;
  vertical-align: middle;
}
.heroMainImg{
  max-width: 100%;
  height: auto;
}
.aboutHero{
  max-width: 100%;
  height: auto;
}
.mainHeroBlog{
  padding-bottom: 74px;
}
.serviceOneStatus{
  margin-top: 50px;
}
/* Loader Background */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
/* background: linear-gradient(135deg, #2a575e, #b27f42); */
 display: flex; 
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
}

/* Loader Content */
.loader-content,.loaderImg {
  text-align: center;
  }
  .loaderImg {
    width: 70px;
    height: 70px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    border: 2px solid #b27f42;
  }
  .loaderImg img{
    max-width: 80%;
    margin: auto;
  }

/* Logo */
/* .loader-logo {
  width: 90px;
  height: auto;
  margin-bottom: 25px;
} */

/* Bouncing Dots */
.bouncing-dots {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
}

.bouncing-dots span {
  width: 11px;
  height: 11px;
  background: #2a575e;
  border-radius: 50%;
  animation: bounce 1s infinite ease-in-out;
  margin-top: 16px;
}

/* Delay for each dot */
.bouncing-dots span:nth-child(2) { animation-delay: 0.1s; }
.bouncing-dots span:nth-child(3) { animation-delay: 0.2s; }
.bouncing-dots span:nth-child(4) { animation-delay: 0.3s; }
.bouncing-dots span:nth-child(5) { animation-delay: 0.4s; }
.bouncing-dots span:nth-child(6) { animation-delay: 0.5s; }

/* Bounce Animation */
@keyframes bounce {
  0%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
}
