/* Custom styles for header */

.navbar-brand span {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--gableGreen);
}

.navbar-nav .nav-link {
  color: var(--gableGreen);
}

.dropdown-menu {
  background-color: #f8f9fa;
}

.dropdown-menu .dropdown-item {
  color: var(--gableGreen);
}

.dropdown-menu .dropdown-item:hover {
  background-color: #e0e0e0;
}

/* For mobile accordion submenu indentation */
.nav-item .collapse .nav-link {
  padding-left: 1.5rem;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--gableGreen);
  font-size: 18.336px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.navbar-expand-lg .navbar-nav {
  display: flex;
  gap: 45px;
}

/* For Footer  */
.footer {
  background-color: var(--black);
  color: var(--white);
  padding: 80px 0;
}

.footer-logo a {
  font-size: 1.5rem;
  font-weight: bold;
}

.footer ul li {
  max-height: 30px;
}

.footer ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

footer p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: white;
}

.footer-logo span {

  font-size: 27.435px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding-left: 15px;
}

.footer-contact,
.footer-links {
  font-size: 0.875rem;
}

footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-contact li,
.footer-links a {
  color: var(--white);
  text-decoration: none;
}

footer .opening-hours h6 {
  color: var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 10px;
}

.footer-contact li {
  display: flex;
  gap: 15px;
  margin-bottom: 6px;
}

.footer-contact li::before {
  content: "○";
  color: var(--white);
  margin-right: 8px;
  font-size: 30px;
  position: relative;
  display: none;
  top: 3px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer .divider {
  border-top: 1px solid var(--cool-gray);
  margin: 20px 0;
}

footer .copyright-wrap {
  color: #A8A8B4;
  font-size: 10px;
  padding-top: 80px;
}

footer .footer-bottom {
  font-size: 0.75rem;
  color: #bbb;
  border-top: 1px solid var(--white);
  padding: 20px 0px;
}

@media(max-width:767.98px) {
  footer .opening-hours {
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    text-align: center;
    padding: 20px 0px;
  }

  .footer-logo a {
    width: 260px;
  }

  footer .opening-hours h6 {
    font-size: 16px;
  }

  footer .footer-logo img {
    border-right: 2px solid var(--white);
    padding-right: 20px;
    height: 100%;
    width: 80px;
  }

  footer .container {
    padding: 0px 30px;
  }

  /* footer ul li{
    text-align: center;
    }
    .footer-contact li::before{
      content: unset;
      } */

}

/* For Footer  */

/* Header Start */

header .header-logo img {
  border-right: 1px solid var(--gableGreen);
  margin-right: 30px;
  padding-right: 15px;
}

header .header-logo span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

@media(max-width:767.98px) {
  header .header-logo img {
    width: 43px;
    margin-right: 0px;
  }
}

/* Header End */
/* Home Hero Section */
.home-hero {
  background-image: var(--hero-bg-pc);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  height: 903px;
  border-radius: 50px;

}

.home-hero .hero-text-wrapper {
  display: flex;
  align-items: self-start;

  flex-direction: column;
  height: 100%;
  padding-top: 195px;
}

.home-hero .hero-text-wrapper h1 {
  font-size: 85.899px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  letter-spacing: 0.859px;
  max-width: 978px;
}

.home-hero .hero-text-wrapper p {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
  max-width: 700px;
  margin-bottom: 0;
  padding-top: 29px;
  padding-bottom: 62px;

}

.home-hero .hero-text-wrapper span {
  font-style: italic;
}

.home-hero .hero-text-wrapper .btn-green {
  width: 448px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  height: 86px;
}

@media(min-width:1700px) {
  .home-hero .container {
    max-width: 1625px;
  }
}

@media(min-width:1699px) {
  .home-hero .container {
    max-width: 1500px;
  }
}

@media(max-width:1550px) {
  .home-hero .hero-text-wrapper h1 {
    font-size: 65px;
    max-width: 780px;
  }

  .home-hero {
    height: 706px;
  }

  .home-hero .container,
  .condition-wrapper {
    max-width: 1330px;
  }

  .home-hero .hero-text-wrapper .btn-green {
    max-width: 348px;
    width: 100%;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    height: 70px;
  }
}

@media(max-width:1399.98px) {
  .home-hero .hero-text-wrapper h1 {
    font-size: 50px;
    max-width: 780px;
  }

  .home-hero .container {
    max-width: 1330px;
  }

  .home-hero .hero-text-wrapper .btn-green {
    width: 248px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    height: 50px;
  }

  .home-hero .hero-text-wrapper {
    padding-top: 0;
    align-items: self-start;
    justify-content: center;
  }

  .home-hero {
    max-height: 604px;
  }
}

@media (max-width: 1199.98px) {
  .home-hero {

    height: 604px;
    background-size: cover;
  }

  .home-hero .hero-text-wrapper h1 {
    font-size: 35px;
    max-width: 780px;
  }

  .home-hero .hero-text-wrapper .btn-green {
    width: 148;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    height: 40px;
  }

  .home-hero .hero-text-wrapper p {
    padding: 30px 0px;
    font-size: 25px;
  }

  .hero-text-wrapper {
    width: 50%;
    margin: unset;
    padding-left: 50px;
  }
}

@media(max-width:767.98px) {
  .home-hero {
    background-image: var(--hero-bg-mo);

    height: 687px;
    max-height: 687px;
  }

  .hero-text-wrapper {
    width: 100%;
  }

  .home-hero .hero-text-wrapper {
    justify-content: end;
    padding-bottom: 20px;
    text-align: center;
    align-items: center;
  }

  .home-hero .hero-text-wrapper h1 {
    font-size: 48.494px;
    font-style: normal;
    font-weight: 400;
    line-height: 96%;
    /* 46.555px */
    letter-spacing: 0.485px;
  }

  .home-hero .hero-text-wrapper p {
    font-size: 19.398px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 23.277px */
    letter-spacing: 0.194px;
  }

  .home-hero .hero-text-wrapper .btn-green {
    display: flex;
    max-width: 304px;
    width: 100%;
    height: 58.357px;
    padding: 16.964px 40.036px;
    justify-content: center;
    align-items: center;
    gap: 6.786px;
    flex-shrink: 0;
    margin: 0px auto;
  }

  .home-hero .hero-text-wrapper {
    justify-content: end;
    align-items: flex-start;
    padding: 10px 15px 20px 15px;
    text-align: left;
  }

}

.condition-wrapper .condition-card .img-w,
.condition-wrapper .condition-card:hover .img-g {
  display: none;
}

.condition-wrapper .condition-card:hover .img-w {
  display: block;
}

/* Home Hero Section */
/* Condition Section */
.condition-section {
  padding: 100px 50px;
}

.condition-section .heading-wrap p {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 113%;
  color: var(--light-black);
  padding-top: 20px;
}

.condition-wrapper .condition-card {
  background: var(--light-grey);
  display: flex;
  padding: 40.189px;
  flex-direction: column;
  align-items: flex-start;
  gap: 13.396px;
  flex-shrink: 0;
  border-radius: 26.792px;
  position: relative;
  transition: background 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  height: 100%;

}

.condition-wrapper {
  padding: 50px 0px;
}



.condition-wrapper .condition-card .condition-card-text {
  color: var(--gableGreen);
  padding-top: 25px;
}

.condition-wrapper .condition-card .condition-card-text h5 {
  margin-bottom: 25px;
  font-size: 26.792px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.condition-wrapper .condition-card .condition-card-text p,
.condition-wrapper .condition-card .condition-card-text ul li {
  font-size: 21.434px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.condition-wrapper .condition-card .condition-card-text ul li {
  list-style: disc;
}

.condition-wrapper .condition-card .condition-card-text ul {
  margin-left: 2rem;
}

.condition-wrapper .condition-card .d-flex picture:last-child {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.condition-wrapper .condition-card:hover {
  background: var(--gableGreen);
  transform: translateY(-10px);
}

.condition-wrapper .condition-card:hover .d-flex picture:last-child {
  opacity: 1;
  transform: translateX(0);
}

.condition-wrapper .condition-card:hover .condition-card-text h5 {
  color: var(--light-grey);
}

.condition-wrapper .condition-card:hover .condition-card-text p,
.condition-wrapper .condition-card:hover .condition-card-text ul li {
  color: var(--light-grey);
}

@media(max-width:1550px) {
  .condition-wrapper .condition-card {
    height: 100%;
  }
}

@media(max-width:1500px) {
  .condition-wrapper .condition-card {
    height: 100%;
  }

  .condition-wrapper .condition-card .condition-card-text {
    padding-top: 10px;
  }

  .condition-wrapper .condition-card .condition-card-text h5 {
    margin-bottom: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .condition-wrapper .condition-card .condition-card-text p,
  .condition-wrapper .condition-card .condition-card-text ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 114%;
    /* 15.96px */
    letter-spacing: -0.14px;
  }
}

@media(max-width:767.98px) {
  .condition-section .heading-wrap p {
    font-size: 19.398px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.194px;

  }

  .condition-section {
    padding: 50px 0px;
  }

  .condition-section .heading-wrap {
    padding: 0px 25px;
  }

  .condition-wrapper .condition-card {
    padding: 20px;
  }

  .condition-wrapper {
    /* padding: 50px 20px; */
    padding: 50px 0px;
  }

  .condition-wrapper .condition-card .condition-card-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
  }

  .condition-wrapper .condition-card .d-flex picture:first-child {
    height: 104px;
  }

  .condition-wrapper .condition-card:hover {
    background: var(--light-grey);
    transform: none;
  }


  .condition-wrapper .condition-card:hover .d-flex picture:last-child {
    opacity: 0;
    transform: translateX(-10px);
  }

  .condition-wrapper .condition-card:hover .condition-card-text h5 {
    color: var(--gableGreen);
  }

  .condition-wrapper .condition-card:hover .condition-card-text p,
  .condition-wrapper .condition-card:hover .condition-card-text ul li {
    color: var(--gableGreen);
  }

}

/* Condition Section */
/* Non surgical treatment section */
.custom-card {
  background-color: var(--gableGreen);
  color: white;
  border-radius: 50px;
  padding: 60px;
}

.non-surgical-wrapper ul {
  list-style-type: none;
  padding-left: 0;
}

.non-surgical-wrapper ul li {
  position: relative;
  padding-left: 2rem;
}

.non-surgical-wrapper ul li::before {
  content: '';
  position: absolute;
  background: url(../image/home/radio-list.png);
  width: 25px;
  height: 25px;
  color: var(--white);
  left: 0;
}

.custom-image {
  border-radius: 15px;
  overflow: hidden;

}

.custom-image img {
  border-radius: 50px;

}

.non-surgical-wrapper .custom-card p,
.non-surgical-wrapper .custom-card li {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: var(--white);
  max-width: 614px;
}

.non-surgical-wrapper {
  padding-bottom: 100px;
}

.non-surgical-wrapper .custom-card .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media(min-width:1600px) {
  .non-surgical-wrapper .custom-card .text-wrapper {
    padding-left: 50px;
  }

  .non-surgical-wrapper ul li::before {
    top: 5px;
  }
}

@media(max-width:1550px) {

  .non-surgical-wrapper .custom-card p,
  .non-surgical-wrapper .custom-card li {
    font-size: 22px;
  }
}

@media(max-width:1199.98px) {
  .non-surgical-wrapper .custom-card .text-wrapper h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;

  }

  .non-surgical-wrapper .custom-card p,
  .non-surgical-wrapper .custom-card li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 80%;
  }

  .non-surgical-wrapper ul li::before {
    background-size: cover;
    height: 15px;
    width: 15px;
  }
}

@media(max-width:767.98px) {
  .custom-card {
    padding: 7px;
    flex-direction: column-reverse;
  }

  .non-surgical-wrapper .custom-card p,
  .non-surgical-wrapper .custom-card li {
    max-width: 100%;
  }

  .non-surgical-wrapper .custom-card .text-wrapper,
  .custom-card {
    gap: 15px;
  }

  .non-surgical-wrapper .custom-card .text-wrapper {
    padding-bottom: 15px;
  }

  .non-surgical-wrapper {
    padding-bottom: 50px;
  }

  .footer {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .custom-image {
    padding: 0;
  }

  .custom-card {
    border-radius: 20px;
  }
}

/* Non surgical treatment section */
/* Next Step Section */
.ready-next-section {
  background: var(--light-grey);
  display: flex;
  padding: 9px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  text-align: center;
  margin: auto;
  padding: 80px 0px;
  /* margin: 50px 0px; */
  margin-bottom: 50px;
}

@media (min-width:1921px) {
  .ready-next-section-box {
    margin: auto;
    max-width: 1920px;
  }
}

.ready-next-section p {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: var(--light-black);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.ready-next-about-section p a,
.ready-next-about-section p {
  color: var(--white);
}

.ready-next-section .btn-green {
  width: 505px;
  height: 72.796px;
  margin: auto;
  font-family: var(--articulatCF);
  font-size: 28px;
  font-weight: 700;
  line-height: 44.8px;
  text-align: center;
}

.ready-next-section p {
  padding-top: 30px;
  padding-bottom: 50px;
}

.ready-next-section p span {
  display: block;
}

@media(max-width:767.98px) {
  .ready-next-section {
    margin: 25px;
    padding: 35px 0px;
  }

  .ready-next-section p span {
    display: unset;
  }

  .ready-next-section .btn-green {
    max-width: 304px;
  }

  .ready-next-section p {
    font-size: 14px;
    line-height: 140%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Next Step Section */
/* Usefull Resorce Section */
.useful-resourse-section .useful-resourse-content h4 {
  color: var(--gableGreen);
  font-family: var(--times);
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.useful-resourse-section .useful-resourse-content p {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: var(--gableGreen);
  max-width: 526px;
}

.useful-resourse-section .useful-resourse-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.useful-resourse-section .useful-resourse-head-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.useful-resourse-section {
  position: relative;
}

.useful-resourse-section .next-prev-btn {
  display: flex;
  gap: 27px;
}

.useful-resourse-section .next-prev-btn div {
  border-radius: 50%;
  color: var(--gableGreen);
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  margin: 0;
  position: unset;
  width: 60px;
  height: 60px;
}

.useful-resourse-prev {
  background-image: url('../image/useful-resourse-prev.png');
}

.useful-resourse-next {
  background-image: url('../image/useful-resourse-next.png');
}

.useful-resourse-section .swiper-button-next:after,
.useful-resourse-section .swiper-button-prev:after {
  font-size: 12px;
  display: none;
}

.useful-resourse-swiper {
  width: 100%;
  max-width: 100%;
}

@media(max-width:1199.98px) {
  .useful-resourse-section .useful-resourse-content h4 {
    font-size: 32px;
  }

  .useful-resourse-section .useful-resourse-content p {
    font-size: 22px;
  }

  .useful-resourse-section .next-prev-btn {
    display: none;
  }
}

.useful-resourse-section {
  overflow-x: hidden;
}

@media(max-width:767.98px) {
  .useful-resourse-section .useful-resourse-content h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }

  .useful-resourse-section .useful-resourse-content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .useful-resourse-head-content h2 span {
    display: block;
  }
}

/* Usefull Resorce Section */

/* About Us Page */
.home-hero.about-hero h1 {
  max-width: 468px;
}

.home-hero.about-hero .hero-text-wrapper {
  padding: 100px 30px;
  justify-content: end;
}

.home-hero.about-hero {
  height: 872px
}

@media(max-width:767.98px) {
  .home-hero.about-hero .hero-text-wrapper {
    padding: 130px 10px;
  }
}

/* About Us Page */
/* Podiatric surgery */
.podiatric-surgery-section {
  background: var(--gableGreen);
  color: var(--white);
  height: 836px;
  /* margin: 0px 30px; */
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.podiatric-surgery-section p {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  color: var(--white);
  max-width: 1173px;
  text-align: center;
}

@media(max-width:1550px) {
  .podiatric-surgery-section {
    height: 550px;
  }

  .home-hero.about-hero {
    height: 706px;
  }
}

@media(max-width:767.98px) {
  .podiatric-surgery-section {
    height: 686px;

  }

  .podiatric-surgery-section p {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
  }
}

/* Podiatric surgery */
.approved-speciality-text {
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1004px;
  margin: 0px auto;
}

.approved-speciality-text p {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: var(--light-black);
  text-align: justify;
}

.approved-speciality-section img {
  border-radius: 40px;
}

.approved-speciality-section {
  padding-bottom: 100px;
}

@media(max-width:1720px) {
  .approved-speciality-text p {
    font-size: 22px;
    padding: 0 50px;
  }
}

@media(max-width:767.98px) {
  .approved-speciality-text p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 0;
  }

  .approved-speciality-section {
    padding-bottom: 50px;
  }

  .podiatric-surgery-section {
    margin: 0px 20px;
  }

}

/* Next Step Start */
.ready-next-section.ready-next-about-section {
  background-color: var(--gableGreen);
  color: var(--white);
}

.ready-next-section.ready-next-about-section a.btn-green {
  background: var(--white);
  color: var(--gableGreen);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

@media(max-width:767.98px) {
  .ready-next-section.ready-next-about-section a.btn-green {
    font-size: 20px;
  }
}

@media(max-width:500px) {
  .condition-wrapper .condition-card .btn-green {
    font-size: 12px;
  }
}

/* Next Step Start */

/* About Dr. Kak */
.home-hero.about-hero.about-dr h1 {
  max-width: 590px;
}

.home-hero.about-hero.about-dr h1 span {
  display: block;
}

.home-hero.about-hero.about-dr .hero-text-wrapper {
  justify-content: center;
}

@media(max-width:767.98px) {
  .home-hero.about-hero.about-dr h1 span {
    display: contents;
  }

  .home-hero.about-hero.about-dr h1 {
    max-width: 250px;
    padding-bottom: 230px;
  }
}

/* About Dr. Kak */
/* Achivment Section */
.achivements-section {
  margin: 50px 0px;
}

.home-hero.about-hero.about-dr .hero-text-wrapper {
  justify-content: end;
}

.achivements-section .fellow-wrapper-content h4 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.achivements-section .fellow-wrapper-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.achivements-section .fellow-wrapper-content p {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.achivements-section .master-wrapper {
  text-align: center;
  border-radius: 10.976px;
  border: 0.784px solid #E3E3E3;
  background: var(--white);
  padding: 15px;
  height: 100%;
}

.achivements-section .master-wrapper h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.achivements-section .master-wrapper p {
  font-size: 25.087px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.achivements-section .master-wrapper .master-image {
  height: 110px;
}

@media(max-width:1720px) {
  .achivements-section .master-wrapper h4 {
    font-size: 22px;
  }

  .achivements-section .master-wrapper p {
    font-size: 18px;
  }
}

/* Achivment Section */
/* Fellowship Section */
.fellowship-section .fellow-wrapper-content {
  display: flex;
  align-items: start;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  max-width: 762px;
  margin: auto;
}

.fellowship-section .fellow-wrapper-content h4 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 20px;
}

.fellowship-section .fellow-wrapper-img img {
  border-radius: 50px;
}

.fellowship-section .fellow-wrapper-content p {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@media(max-width:1550px) {
  .fellowship-section .fellow-wrapper-content h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 20px;
  }

  .fellowship-section .fellow-wrapper-content p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}

@media(max-width:767.98px) {
  .fellowship-section .fellow-wrapper-content h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 10px;
  }

  .fellowship-section .fellow-wrapper-content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .fellowship-section .fellow-wrapper-content {
    padding-top: 30px;
  }
}

.condition-wrapper .extra-text {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  max-width: 1424px;
  margin: auto;
  text-align: center;
  padding: 60px 15px;
}

@media(max-width:767.98px) {
  .condition-wrapper .extra-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
  }

  .condition-card ul li {
    list-style: disc !important;
    padding-bottom: 5px;
  }

  /* .special-clinic-section .btn-green {
    width: 121px;
  } */

  .condition-wrapper .condition-card .condition-card-text ul {
    margin-left: 1.5rem;
  }
}

/* Fellowship Section */
/* Faq Section */
.faq-section {
  background: var(--gableGreen);
  padding: 80px 0px;
}

.accordion-button {
  background-color: var(--white);
  color: var(--black);
  border: none;
}

.accordion-button:not(.collapsed) {
  background-color: var(--white);
  color: var(--black);
}

.accordion-item {
  border: none;
  margin-bottom: 1rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  background-image: unset;
}

.accordion-button::after {
  content: '\002B';
  font-size: 38.26px;
  color: var(--black);
  rotate: unset;
  display: flex;
  align-items: center;
  justify-content: center;font-family: var(--articulatCF);font-weight: 400;
}

.accordion-button:not(.collapsed)::after {
  content: '\2212';
}

.accordion-item .accordion-button {
  font-size: 28.694px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--black);font-family: var(--articulatCF);
}
.faq-section-2
.accordion-button::after ,
.faq-section-2 .accordion-item .accordion-button {
  font-weight: 600;
  color: var(--gableGreen);
}
.accordion-item .accordion-button:focus,
.accordion-item .accordion-button {
  outline: none;
  box-shadow: none;
  border: none;
  padding: 25px 35px;
}

.accordion-item,
.accordion-item .accordion-button {
  border-radius: 11.956px !important;
}

.accordion-item {
  border: none;
}

.accordion-body p,
.accordion-body ul li {
  font-size: 19.129px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: var(--black);
}

.accordion-body ul {
  padding-left: 2rem;
}

.accordion-body p {
  padding-left: 1rem;
}

.accordion-body ul li {
  list-style: disc;
}

@media(max-width:767.98px) {

  .accordion-body p,
  .accordion-body ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .accordion-item .accordion-button {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .accordion-item .accordion-button:focus,
  .accordion-item .accordion-button {
    padding: 20px;
  }

  .accordion-body ul {
    padding-left: 1rem;
  }

  .accordion-body p {
    padding-left: 0rem;
  }

  .faq-section {
    padding: 50px 0px;
  }
}

/* Faq Section */
/* Condition Page */
.condition-page-wrapper .heading-wrap p {
  color: var(--gableGreen);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 1263px;
  margin: 0px auto;
}

@media(max-width:767.98px) {
  .condition-page-wrapper .heading-wrap p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}

@media(max-width:500px) {
  .condition-page-wrapper .heading-wrap p {
    max-width: 267px;
  }
}

/* Condition Page */
/* Contact Page */
/* .contact-us-wrapper .left-wrapper {
  padding: 100px 0px;
} */
.contact-us-wrapper .contact-wrapper {
  padding: 100px 0px;
}

.contact-us-wrapper .left-wrapper .top-wrap h6 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: var(--gableGreen);
}

.contact-us-wrapper .left-wrapper .top-wrap p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: var(--light-black);
  padding-top: 15px;
}

.contact-us-wrapper .left-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 50px;
}

.contact-us-wrapper .left-wrapper .top-wrap .address-wrapper {
  display: flex;
  gap: 50px;
}

.contact-us-wrapper .left-wrapper .top-wrap .address-wrapper address {
  padding-top: 15px;
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  flex-direction: column;

}

.contact-us-wrapper .left-wrapper .top-wrap .address-wrapper address span {
  display: block;
}

.contact-us-wrapper .map-wrapper iframe {
  border-radius: 20px;
}

@media(max-width:1550px) {
  .contact-us-wrapper .map-wrapper iframe {
    max-width: 100%;
    width: 100%;
  }
}

@media(max-width:767.98px) {
  .contact-us-wrapper .map-wrapper iframe {
    width: 335px;
    height: 274px;
    margin: auto;
  }

  .contact-us-wrapper .map-wrapper {
    margin: auto;
    text-align: center;
    padding-top: 35px;
  }

  .contact-us-wrapper .contact-wrapper {
    padding: 50px 0px;
  }

  .contact-us-wrapper h2 {
    text-align: left !important;
    padding-top: 30px;
  }

  .contact-us-wrapper .left-wrapper {
    gap: 15px;
  }

  .contact-us-wrapper .left-wrapper {
    padding-top: 0;
  }
}

@media(max-width:550px) {
  .contact-us-wrapper .left-wrapper .top-wrap .address-wrapper {
    flex-direction: column;
    gap: 0px;
  }

  .contact-us-wrapper .left-wrapper .top-wrap .address-wrapper address {
    margin: 0;
    padding: 0px;
    padding-bottom: 10px;
  }

}

/* Contact Page */
/* Education Wrapper */
.education-handout-wrapper h2 {
  text-align: center;
  padding: 40px 0px;
  border-bottom: 1px solid var(--vlight-grey);
}

.education-handout-wrapper form input {
  border: 1px solid var(--vlight-grey);
  width: 100%;
  padding: 15px 30px;
  margin-top: 20px;
  border-radius: 100px;
  color: #959595;
  font-family: var(--articulatCF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  position: relative;
  z-index: 9;
}

.education-handout-wrapper form img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.education-handout-wrapper form input:focus {
  border: 1px solid var(--vlight-grey);
  outline: unset;
  offset: unset;
}

/* Education Wrapper */
/* Blog Page */
.blog-section {
  padding-top: 50px;
  padding-bottom: 150px;
}

.blog-section .header-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-bottom: 55px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-section .header-wrap img {
  border-radius: 20px;
}

.blog-section .header-wrap h1 {
  color: var(--gableGreen);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: var(--times);
}

.blog-section .header-wrap p {
  color: var(--gableGreen);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}


.blog-section .wrapper {
  max-width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.blog-section .wrapper:hover {
  transform: translateY(-10px);
}

.blog-section .wrapper h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  max-width: 460px;
}

.blog-section .wrapper:hover h3 {
  color: var(--gableGreen);
}

.blog-section .wrapper img {
  height: 400px;width: 460px;max-width: 100%;
}
@media(max-width:1200px) {
  .blog-section .wrapper h3 {
    font-size: 25px;
  }
}

@media(max-width:992px) {
  .blog-section .wrapper h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    max-width: auto;
  }

  .blog-section .row {
    row-gap: 30px;
  }
}

@media(max-width:768px) {
  .blog-section .header-wrap {
    align-items: baseline;
  }

  .blog-section .header-wrap h1 {
    font-size: 42px;
  }

  .blog-section .header-wrap p {
    font-size: 18px;
  }

  .blog-section .header-wrap {
    gap: 15px;
    padding-bottom: 25px;
  }

  .blog-section .wrapper img {
    height: 289.57px;
  }
  .blog-section {
    padding-bottom: 50px;
  }
}

/* Blog Page */
/* Blog Detail */
.banner-blog {
  background: var(--gableGreen);
  color: var(--white);
  border-radius: 30px;
  padding: 100px 0px;
}

.banner-blog p {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  max-width: 656px;
  margin: 0px auto;
  text-align: center;
}

.blog-details .img-wrapper .image-contain {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  overflow-x: scroll;
  width: 100%;
}

.blog-details .img-wrapper .image-contain::-webkit-scrollbar {
  display: none;
}

.blog-details .img-wrapper h1 {
  font-size: 52.529px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: var(--light-black);
  max-width: 1353px;
  margin: auto;
  font-family: var(--articulatCF);
  padding-top: 75px;
  padding-bottom: 35px;
  text-align: center;
}

.blog-details .container {
  max-width: 1382px;
}

.blog-details .blogs-content h2 {
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: var(--gableGreen);
  font-family: var(--times);
}

.blog-details .blogs-content p,
.blog-details .blogs-content ul li,
.blog-details .blogs-content ol li {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: var(--light-black);
}

.blog-details .blogs-content p {
  margin-bottom: 30px;
}

.blog-details .blogs-content ul {
  list-style: disc;
  margin-left: 2rem;
}

/* Slider */
.blog-slider .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}

.blog-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12.45px;
  overflow: hidden;
}

.down-pdf,
.go-to-details-bog {
  display: flex;
  width: 505px;
  height: 72px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--white);
  text-align: center;
  font-family: "Articulat CF";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border: 1px solid var(--white);
  border-radius: 100px;
}

.go-to-details-bog {
  background: var(--white);
  color: var(--gableGreen) !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.go-to-details-bog:hover {
  color: var(--gableGreen);
}

.blog-detail-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;

}

/* Slider */
@media(max-width:1550px) {
  .blog-details .blogs-content h2 {
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: var(--gableGreen);
    font-family: var(--times);
  }

  .blog-details .blogs-content p,
  .blog-details .blogs-content ul li,
  .blog-details .blogs-content ol li {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: var(--light-black);
  }
}

@media(max-width:1200px) {

  .down-pdf,
  .go-to-details-bog {
    display: flex;
    width: fit-content;
    height: 72px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: var(--white);
    text-align: center;
    font-family: "Articulat CF";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border: 1px solid var(--white);
    border-radius: 100px;
  }
}

@media(max-width:768px) {
  .blog-details .blogs-content h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 20px;
  }

  .blog-details .blogs-content p,
  .blog-details .blogs-content ul li,
  .blog-details .blogs-content ol li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .blog-details .container {
    padding: 0px;
  }

  .blog-details .blogs-content ul {
    margin-left: 1rem;
    margin-bottom: 20px;
  }

  .blog-details .img-wrapper h1 {
    font-size: 25.455px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding-top: 29px;
    padding-bottom: 18px;
    text-align: left;
  }

  .blog-slider .swiper-slide {
    margin-right: 10px !important;
  }

  .banner-blog p {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: left;

  }

  .banner-blog {
    padding: 47px 25px;
  }

  .blog-detail-btn-group {
    flex-direction: column;
    gap: 20px;
  }

  .down-pdf,
  .go-to-details-bog {
    font-size: 21.714px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    width: 304px;
  }
}

/* Blog Detail */
.btn-green,.go-to-details,.download a,.book-now a {
  transition: transform 0.3s ease; 
}

.btn-green:hover,.go-to-details:hover,.download a:hover,.book-now a:hover {
  transform: translateY(-5px); 
}