@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Urbanist";
}

html {
  font-size: 16px;
}

body,
html {
  overflow-x: hidden;
}

body {
  font-family: "Urbanist", Arial, sans-serif;
  line-height: 1.5;
  color: #333;
}

.frame3 {
  height: 50px;
  display: flex;
  justify-content: space-between;
  color: white;
  padding-left: 120px;
  padding-right: 120px;

  background-color: #032c94;
}

footer svg,
.privacy-p a,
.frame8 a,
footer a {
  transition: all 0.5s ease;
}
.privacy-p a {
  opacity: 0.8;
}
.privacy-p a:hover {
  -webkit-text-stroke: 0.2px white;
  opacity: 1;
}

.frame8 img:hover {
  transform: scale(1.06);
}
footer a:hover {
  opacity: 1;
}

footer svg:hover {
  transform: scale(1.1);
}
header {
  padding: 0 !important;
  margin: 0 !important;
}

.border {
  border: 1px solid white;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
}

.border img {
  width: 100%;
  height: auto;
}

.border + span {
  font-family: "Urbanist";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}
#flag-icon {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

#flag-icon img {
  height: 100%;
  width: 100%;
}

#trusted + h1 {
  padding: 0;
  margin: 0;
}

.frame5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.frame10 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 21px;
}

.frame9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.frame7,
.frame8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#flag-icon img {
  height: 100%;
  width: 100%;
}

.frame9,
.frame7 {
  gap: 21px;
}
.frame8 {
  gap: 17px;
}

select {
  background: none;
  outline: none;
  border: none;
  color: white;
  appearance: none;
  text-align: center;
}

option {
  background: #212121;
  color: white;
  transition: all 0.5s ease;
}

.frame7 {
  height: 26px;
  opacity: 1;

  gap: 5px;
}
#country {
  position: relative;
  display: flex;
  align-items: center;
}

#country-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  /* padding-right: 25px; */
  color: white;
  /* color: black; */

  font-weight: 400;
}

#arrow {
  pointer-events: none;
}

#arrow svg {
  display: block;
  transition: transform 0.3s ease;
}

/* Rotate only the SVG when open */
#arrow.is-open svg {
  transform: rotate(180deg);
}

.frame8 > span {
  font-family: "Urbanist";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
}

.frame8 span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav1 {
  font-family: "Urbanist";
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000d44;
  -webkit-text-stroke: 0px #000d44;
  transition: opacity 0.4s ease, -webkit-text-stroke 0.4s ease;
  text-decoration: none;
  opacity: 0.7;
}
.nav1:active,
.nav1:focus {
  outline: none;
  cursor: pointer;
}

.nav1:hover {
  opacity: 1;
  -webkit-text-stroke: 0.6px #000d44;
}
.active1 {
  opacity: 1;
  -webkit-text-stroke: 0.6px #000d44;
}

#navbarSupportedContent {
  justify-content: center;
  z-index: 5;
  background-color: white;
}

.frame25 ul {
  list-style-type: disc;
  list-style-position: inside;
}

.frame29 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.frame29 p {
  max-width: 433px;
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #4c597a;
  vertical-align: middle;
  margin-bottom: 0;
}
.col-lg-4 p {
  font-size: 16px !important;
}
.col-lg-5 p {
  padding: 0;
  margin: 0;
  color: #4c597a;
}
.frame29 h1 {
  max-width: 624px;
}

.frame29 .col-lg-4 {
  padding: 0;
  margin: 0;
}
.frame29-container {
  background-color: #f8f9fd;
}
/* Reset */
body,
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}

/* Basic nav */
.frame11 {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.navNew {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 120px;
}
.navbar-toggler {
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
  display: none; /* hidden on desktop */
}
.custom-collapse .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
.frame18 {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* Mobile overlay menu */
.nav-overlay {
  position: fixed;
  top: 0;
  right: -70%;
  width: 70%;
  height: 100vh;
  background: #fff;
  transition: right 0.3s ease-in-out;
  z-index: 1001;
  display: flex;
  flex-direction: column;
}
.nav-overlay.active {
  right: 0;
}
.overlay-container {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.close-btn {
  align-self: flex-end;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.mobile-menu {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.mobile-menu a {
  font-size: 20px;

  color: #000d44;
}

/* Backdrop */
.overlay-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}
.overlay-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.navbar {
  height: 100px;
  box-shadow: 0px 10px 20px 0px #021d350f;
  padding-left: 100px;
  padding-right: 100px;
}

.search-btn {
  border: 1px solid #d8dde1;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn svg {
  height: auto;
  width: 40%;
}

.blueButton {
  max-height: 56px;
  background: linear-gradient(180deg, #044bce 37.5%, #ddebff 100%);
  border-radius: 30px;
  color: white;
  border: none;
  padding: 22px 16px;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  transition: all 0.7s ease;
}

.blueButton span {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}

.blueButton:hover {
  box-shadow: 0px 3px 15px 0px #aebdd3b2;
}

.button-overlay {
  height: 50%;
  width: 85%;
  position: absolute;
  top: 1px;
  left: 50%;
  border-radius: 30px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    #a9c6ff 0%,
    rgba(169, 199, 255, 0) 78.65%
  );
  backdrop-filter: blur(2px);
  z-index: -1;
}
.blueButton span {
  z-index: 1;
}

.carousel1 {
  position: relative;
  width: 100%;
  height: 740px;
  overflow: hidden; /* required so the crop is hidden */
  z-index: 1;
}
.frame19-inner {
  height: 100%;
}
.frame19-item {
  height: 100%;
}

.carousel1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  object-position: 0% 63%;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000073;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 3;
}

.banner-content {
  align-items: center;
  display: flex;
  background-color: #00000073;

  flex-direction: column;
  text-align: center;
  justify-content: center;

  gap: 20px;
}

.blueButton + button {
  color: white;
  background: transparent;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  padding: 20.5px 32px;
  text-transform: uppercase;
}

.carousel-control-prev > span,
.carousel-control-next > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.crousel-icon-cont {
  border: 1px solid white;
  height: 60px;
  width: 60px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}
.crousel-icon-cont span {
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  z-index: 3;
}

#trusted {
  font-family: "Poppins";
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #1a1a1a;
  background-color: #ffffff;
  border-radius: 99px;
  padding: 4px 18px;
}

#trusted + h1 {
  font-family: "Urbanist";
  font-weight: 700;
  font-style: Bold;
  font-size: 74px;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: white;
}

.banner-btns {
  display: flex;
  gap: 18px;
}

#exp {
  font-family: "Poppins";
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 127%;
  vertical-align: middle;
  text-transform: capitalize;
  color: white;
  margin-top: 15px;
}

.blueButton:hover {
  box-shadow: 0px 3px 15px 0px #aebdd3b2;
}

.sev-btn {
  border: 1px solid white;
  border-radius: 30px;
  position: relative;
  transition: all 0.7s ease;
}

.sev-btn:hover {
  border: 1px solid rgba(200, 197, 197, 0.527);

  box-shadow: 0px 3px 15px 0px #aebdd3b2;
}

.sev-btn div {
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
}

.sev-btn:hover div {
  opacity: 1;
}
.sev-btn span {
  z-index: 2;
  position: relative; /* important */
}

.gradient-overlay {
  background: linear-gradient(180deg, #044bce 37.5%, #ddebff 100%);

  opacity: 0;
  inset: 0;
  z-index: 0;
}

.gradient-overlay {
  position: absolute; /* stretch across full button (padding + content) */
  border-radius: inherit; /* match button radius */
  background: linear-gradient(180deg, #044bce, #ddebff);
  z-index: 0;
}

.frame23 {
  max-width: 601px;
  position: relative;
}

.frame23 img {
  border-radius: 16px;
  height: auto;
  width: 100%;
}

.custom-row {
  display: flex;
  justify-content: space-evenly; /* space between on lg+ */
  align-items: center;
}

#our-services-btn {
  width: 162px;
  height: 34px;

  font-family: "Poppins";
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;

  vertical-align: center;

  padding: 4px 18px;
  border: none;
  background-color: #032c94;
  border-radius: 99px;
  color: white;
}

#our-services-btn + h1 {
  font-family: "Urbanist";
  font-weight: 700;
  /* max-width: 624px; */
  font-style: Bold;
  display: inline-block;
  color: #000d44;
  margin-bottom: 0;
  font-size: 47px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
}

.carousel-control-prev .crousel-icon-cont {
  position: absolute;
  left: 81px;
}
.carousel-control-next .crousel-icon-cont {
  position: absolute;
  right: 81px;
}
/* 
.view-btn{
  max-width: 160px;
} */

.btn2 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #d8dde1;
  background-color: #f5f7fa;
}
.btn2:active {
  border: 1px solid #d8dde1;
}

.our-services {
  display: flex;
  flex-direction: column;
  /* max-width: 624px; */
  gap: 17px;
}
.frame29 .col-lg-4 {
  box-sizing: content-box !important;
}

footer .form-control::placeholder {
  opacity: 0.56;
}

.our-services .blueButton {
  width: 160px;
  height: 56px;
  padding-top: 1px;
  padding-right: 14px;
  padding-bottom: 1px;
  padding-left: 14px;
  border-radius: 30px;
}

.col-lg-4 p {
  font-size: 12px;
}

#cardImg img {
  border-radius: 14px;
}

#cardImg {
  box-shadow: 0px 0px 10.6px 0px #61616126;
  border-radius: 16px;
}

.card-body {
  padding: 0 !important;
  /* padding-top: 1rem !important; */
}

.card-body h5 {
  font-family: "Urbanist";
  color: #000d44;

  font-weight: 800;
  font-size: 24px;
  line-height: 34.01px;
  vertical-align: middle;
}

.card-body p {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  vertical-align: middle;
  color: #4c597a;
}
.card {
  box-shadow: 0px 0px 10.6px 0px #61616126;

  max-width: 419px;
  height: auto;
  gap: 16px;
  border-radius: 16px;
  padding: 16px;
  border: none;
}
button {
  transition: all 0.5s ease;
}
button:hover {
  box-shadow: 0px 0px 10.6px 0px #61616126;
}
/*  */

.card a {
  padding: 17.5px 29.76px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 30px;
  color: #000d44;

  background: linear-gradient(180deg, #c2d4ff 37.5%, #f0f4ff 100%);

  font-family: "Urbanist";
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border: none;
  transition: all 0.5s ease;
  position: relative;
}

.card-body a:hover {
  background: linear-gradient(180deg, #c2d4ff 37.5%, #f0f4ff 100%);
  color: #000d44 !important;
  box-shadow: 0px 2px 10px 0px #b8bfd080;
}

#cardImg {
  position: relative;
  width: 387px;
  height: 248px;
  overflow: hidden;
}

#cardImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: left;
}

#cardImg p {
  position: absolute;
  background-color: #b61b42;
  color: white;
  left: 0;
  top: 80%;
  padding: 8px 10px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;

  font-family: "Urbanist";
  font-weight: 600;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.button-overlay2 {
  position: absolute;
  width: 87%;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  height: 50%;
  background-color: rebeccapurple;
  border-radius: 30px;
  background: linear-gradient(
    180deg,
    #f9fafd 0%,
    rgba(249, 250, 253, 0) 78.65%
  );
  backdrop-filter: blur(2px);
  z-index: 1;
}

.card-body a span {
  position: relative; /* makes z-index work */
  z-index: 2;
}

.row.gutter-48 {
  --bs-gutter-x: 48px; /* horizontal gutter */
  --bs-gutter-y: 48px; /* optional: vertical gutter */
}

.cards {
  margin-top: 25px;
  margin-bottom: 25px;
}

.banner2 h1 {
  font-family: "Outfit";
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0%;
  display: inline;
  vertical-align: middle;

  color: #00ffc8;
}

.banner2 span {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
}

.banner2 + p {
  color: white;
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.banner-section {
  position: relative;
}
.imgDiv {
  height: 544px;
  width: 100vw;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.banner-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: center;
  z-index: -1;
}

.bg-info {
  height: 500px !important;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.openQuote,
.closeQuote {
  box-sizing: content-box;
}

.openQuote {
  align-self: flex-start;
}

.closeQuote {
  align-self: flex-end;
}

.frame38 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  gap: 40px;
  margin-bottom: 20px;
}

.name {
  font-family: "Outfit";
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #000d44;
}

.name + p {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #4c597a;
}

.name + p + p {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #4c597a;
}

.btn-cont {
  gap: 25px;
}

#testpic {
  width: 78px;
  height: 78px;
  overflow: hidden;
}
#testpic img {
  border-radius: 50%;
  position: relative !important;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.frame41 {
  max-width: 490px;
  box-shadow: 0px 0px 10.6px 0px #61616126;
}

form {
  font-family: "DM Sans" !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;

  color: #788094 !important;
}

.test-form2 {
  margin-top: 80px;
}

form input,
form select {
  background-color: #f5f7fa !important;
  height: 54px;
  border-radius: 27px;

  padding-left: 25px !important;
  color: #788094;
}

form select,
form select option {
  text-align: left;

  color: #788094;
}

.appointment-btn {
  width: 100% !important;
  font-family: "DM Sans" !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;

  color: white !important;

  margin-top: 3%;
  margin-bottom: 40px;
}

.container .padding {
  padding-bottom: 71px;
}

.appointment-btn .button-overlay {
  width: 94% !important;
}

#faq {
  font-family: "Poppins";
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #032c94;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
}

.accrd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  border: none;
}

.accordion-button {
  font-family: "DM Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  border: none !important;

  /* max-width: 844px; */

  padding: 25px;

  color: #1b0c25;
  background-color: #f5f7fa;
}

.accordion-item,
.accordion-button,
.accordion-body {
  border: none;
  box-shadow: none;
}

.accordion-item {
  margin-bottom: 12px;
}
.accordion-button,
.accordion-body {
  padding: 20px !important;
}

.accordion-button:focus {
  box-shadow: none !important;
  border: none !important;
  background-color: #f5f7fa;
  color: #1b0c25;
}

/* Position the icon at the right */
.accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* span container */
.accordion-button .icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Default: collapsed → show PLUS */
.accordion-button.collapsed .icon {
  background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='-2' y='7' width='20' height='2' rx='1' fill='%231B0C25'/><rect x='7' y='-2' width='2' height='20' rx='1' fill='%231B0C25'/></svg>");
}

/* Expanded: show CROSS */
.accordion-button:not(.collapsed) .icon {
  background-image: url("data:image/svg+xml;utf8,<svg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='3.90808' y='18.3638' width='20' height='2' rx='1' transform='rotate(-45 3.90808 18.3638)' fill='%231B0C25'/><rect x='3.90808' y='5.63623' width='2' height='20' rx='1' transform='rotate(-45 3.90808 5.63623)' fill='%231B0C25'/></svg>");
}

.accrd-wrapper {
  margin: 0 auto;
}

.accrd-wrapper {
  max-width: 844px;
}

/* .accordion-collapse, .collapse{
  width: 100%;
} */
/* .accordion-header{
  width: 100%;
} */

.accordion-body {
  color: #1b0c25;
  font-family: "DM Sans";
  background-color: #f5f7fa;
  color: #1b0c25;
  font-weight: 400;
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0%;
  vertical-align: middle;
}

#faq + h2 {
  font-family: "Urbanist";
  font-style: Bold;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #000d44;
  margin-bottom: 36px !important;
}

.accordion {
  margin-bottom: 50px;
}

.accordion-button:not(.collapsed) {
  color: #1b0c25;
  background-color: #f5f7fa;
  border-bottom: none !important;
  box-shadow: none !important;
}

.accordion-button {
  flex: 0 0 auto;
  width: 844px;
  white-space: normal;
  text-align: left;
  border-bottom: none !important;
}
.accordion-body {
  width: 844px;
  word-wrap: break-word;
}

.faqAccordion {
  width: 844px;
}
.accordion-button::after {
  background-image: none !important;
  content: ""; /* remove default arrow */
}
/* Hide Bootstrap default arrow */
.accordion-button::after {
  display: none !important;
}

/* Custom icon (collapsed = plus) */
.accordion-button::after {
  content: "";
  display: inline-block;
  margin-left: auto;
  background: url("assets/plus.svg") no-repeat center center;
  background-size: contain;
  transition: 0.3s;
}

/* Expanded = X */
.accordion-button:not(.collapsed)::after {
  background: url("assets/icons/close.svg") no-repeat center center;
  background-size: contain;
}

/* .doctors-slider {
  padding-top: 120px;
  padding-bottom: 120px;
} */

.doctors-slider {
  margin-top: 120px;
  margin-bottom: 120px;
}

.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #032c94;
  max-width: 175px;
  max-height: 34px;
  /* gap: 10px; */
  border-radius: 99px;
  padding: 4px 18px;
  color: white;

  font-family: "Poppins";
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.meet {
  font-family: "Urbanist";
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #000d44;
}

.specialist-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

.specialist-header p {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  color: #4c597a;
  margin: 0 !important;
  margin-bottom: 35px !important;
}

.doctorimg {
  width: 253px;
  height: 253px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #e8e8e8;

  overflow: hidden;
}

.doctorimg img {
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  height: auto;
  width: 100%;
  object-fit: contain;
}

.doccard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 17px; */
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  background-color: #032c94;
  border-radius: 50%;
  border: none;
  opacity: 0.5;
  transition: opacity 0.3s;
}
#specialistCarousel {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}

.carousel-indicators {
  margin-top: 10px;
  /* position: static !important; */
}

.carousel-indicators {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  height: 8px;
  transition: all 0.5s ease;
}

.carousel-indicators button {
  width: 8px;
  height: 100%;
  opacity: 0.2 !important;
  border-radius: 8px;
  background-color: #000000 !important;
  border: none;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  width: 20px;
  height: 100%;
  opacity: 1 !important;
  border-radius: 10px;
  background-color: #1f5fff !important;
}

.frame26 {
  margin: 120px 0px;
}

.frame21 {
  max-width: 500px;
  height: auto;
}

.frame25 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 17px;
}

.badge {
  background-color: #032c94 !important;
}
.about-us {
  width: 125px;
  height: 34px;
  border-radius: 99px;
  padding-top: 4px;
  padding-right: 18px;
  padding-bottom: 4px;
  padding-left: 18px;
  font-size: 18px;
}

.frame25 h2,
.frame25 p,
.frame25 ul,
.frame25 h6 {
  padding: 0 !important;
  margin: 0 !important;
}

.frame25 h2 {
  font-family: "Urbanist";
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #000d44;
}

.frame25 p,
.frame25 ul {
  color: #4c597a;
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  vertical-align: middle;
}
.frame29 {
  margin-top: 71px;
}

.frame25 h6 {
  font-family: "Urbanist";
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 25.51px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000d44;
}

.jessica {
  margin: 0 !important;
  font-weight: 700;
  font-family: "Urbanist";
  color: #111032;
  margin-bottom: 10px !important;
  margin-top: 17px !important;
}

#faq .doctorimg + div {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
}

.post {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 15.5px;
  color: #4c597a;
}
ul + .blueButton {
  max-width: 140px !important;
}

.doctor-btns :hover {
  box-shadow: none;
}

footer {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;

  color: white;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #00206f;
  padding-top: 48px;
  padding-bottom: 32px;
}
#socials div {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#socials {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
}

.logo-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 429px;
}

.logo-bottom h3 {
  font-family: "Urbanist";
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -2%;
  margin: 0 !important;
}

.newsletter-formneeds-validation input {
  padding: 0 !important;
  border: none;
  outline: none;
  background-color: transparent !important;

  color: white !important;
}

.newsletter-formneeds-validation input::placeholder {
  font-family: "Urbanist";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1%;

  color: white !important;
}
.newsletter-formneeds-validation input:focus {
  outline: none !important;
  box-shadow: none !important;
}

#inp-btn {
  flex-direction: row !important;
  display: flex;
  justify-content: space-between !important;
  width: 100% !important;
  border-radius: 0px !important;
  border-bottom: 1px solid #ffffff1f !important;
}
#inp-btn button {
  appearance: none;
  border: none;
}

.links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.links li {
  font-family: "DM Sans" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-top: 20px;
}
.firstLi {
  margin-top: 0;
}

.firstLi h6 {
  font-family: "DM Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1%;
}

.form-select {
  color: #788094 !important;
}

.form-control::placeholder {
  color: #788094;
}

#navLogo {
  width: 224px;
  height: 53px;
}

#navLogo img {
  width: 100% !important;
  height: auto;
}

.mobile-menu li {
  font-family: "Urbanist";
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000d44;
  transition: all 0.5s ease;
  text-decoration: none;
}

.frame8 img :hover {
  cursor: pointer;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 31px;
  max-width: 843px;
  margin-right: 27px;
}

.testimonial-card h3,
.frame41 h3 {
  color: #000d44;
}

.testimonial-card h3 {
  font-family: "Urbanist";
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  margin-top: 14px;
}
.doctorP + p {
  max-width: 719px;
}

/* .btn-cont img {
  height: auto;
  width: 17.5px;
  position: absolute;
  top: 50%;
} */
.btn-cont button {
  display: flex;
  align-items: center;
  justify-content: center;

  /* position: relative; */
}

.stars {
  width: 100%;
  /* height: 16px; */
}

.stars img {
  width: 106px;
  height: auto;
  object-fit: contain;
}
.doctorP {
  color: #788094;
}
.doctorP + p {
  margin: 0;
}
.btn-cont {
  margin-top: 31px;
}
.testimonial-card {
  box-shadow: 0px 0px 10.6px 0px #61616126;
}
.formDiv {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
.formdiv .card {
  width: 490px;
}
.frame41 {
  padding: 0px 31px !important;
  width: 490px !important;
}
form > div {
  margin: 24px 0px !important;
  border-radius: 27px !important;
  border: none !important;
}
form input,
form select {
  border: none !important;
  border-radius: 27px !important;
}

.frame41 h3 {
  font-family: "Urbanist";
  font-weight: 700;
  font-style: Bold;
  font-size: 34px;
  margin-bottom: 0;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #000d44;
  margin-top: 39px;
}
.banner2Img {
  display: flex;
  align-items: center;
  justify-content: space-between !important;

  position: relative;
  z-index: 2;
  width: 100%;
}
.banner2Img .col-6 {
  margin-top: 81px !important;
}

.meet-our {
  font-family: "Urbanist";
  font-weight: 700;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 17px;
  font-style: Bold;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #000d44;
}

#frame19 {
  max-height: 740px;
}

.footer-ul h6 {
  font-size: 20px !important;
}

.footer-ul a {
  opacity: 0.56;
}

.privacy-p {
  gap: 12px;
}

.privacy-p a {
  color: white !important;
  font-family: "DM Sans" !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 150%;
  opacity: 1 !important;
}

#lastText {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.lastText2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#lastText div,
#lastText p {
  display: inline-block;
  box-sizing: content-box;
}

.frame18 .blueButton {
  width: 197px;
  height: 56px;
  border-radius: 30px;
  margin: 14px 0px;
}

.c1,
.c2,
.c3 {
  display: flex;
  padding: 0;
}

.c2 {
  justify-content: center;
}

.c3 {
  justify-content: flex-end;
}

.c2 .card {
  margin: 0px 12px;
}

footer form {
  margin-top: 0px !important;
}

/* 


.search-box {
  display: none;
  position: absolute;
  top: 100%; 
  right: 60px;
  background: white;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 1000;
}

.search-box input {
  border: none;
  outline: none;
  width: 200px;
  font-size: 14px;
} */

.up {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.up img {
  width: 224px;
  height: 53px;
}

/* Newsletter form wrapper */
#newsletter-form {
  display: flex;
  align-items: center;
  text-align: start;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff1f;
}

/* Input field */
#newsletter-input {
  background-color: transparent !important;
  color: #fff;
  font-family: "Urbanist";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1%;
  padding-left: 0 !important;

  outline: none;
}

#newsletter-input::placeholder {
  color: white;
  opacity: 0.56 !important;
  font-family: "Urbanist";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1%;

  color: rgba(255, 255, 255, 0.56);
  font-weight: 400;
}
#logoDiv {
  display: flex;
  flex-direction: column;
  text-align: start;
  max-width: 429px;
}

#logoDiv h1 {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  /* max-width: 405px; */
  font-family: "Urbanist";
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -2%;
}

.up {
  margin-bottom: 100px;
}

/* Arrow button (empty container for SVG) */
#newsletter-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px; /* size for SVG */
}
.links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.linkDiv {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px;
}

.linkDiv h4 {
  font-family: "DM Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1%;
  text-align: left !important;
}

.links a {
  appearance: none;
  color: white;
  opacity: 0.56;
  text-align: left !important;

  font-family: "DM Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
#anchorDiv {
  display: flex;
  flex-direction: row;
  gap: 72px;

  margin-left: 20px;
}

.banner-btns .button-overlay {
  width: 89%;
}

.frame18 .button-overlay {
  width: 88%;
}
