:root {
  --primary-text-color: #202020;
  --secondary-text-color: #000000;
  --background-dark: #202020;
  --background-light: #ffffff;
  --form-bg: rgba(244, 245, 246, 0.78);
  --form-field-bg: rgba(5, 86, 140, 0.08);
  --placeholder-color: rgba(32, 32, 32, 0.47);
  --color-primary: #202020;
  --color-secondary: #05568c;
  --color-white: #ffffff;
  --color-black: #000000;
  --font-main: 'Inter', sans-serif;
  --font-alt: 'Poppins', sans-serif;
  --primary-text: #202020;
  --secondary-text: #000000;
  --light-text: #ffffff;
  --background-grey: #f6f7f8;
  --accent-blue: #05568c;
  --primary-color: #05568c;
  --dark-color: #202020;
  --light-color: #ffffff;
  --text-color: #202020;
  --background-light-gray: #f6f7f8;
  --icon-bg-color: #e3ebf0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: var(--background-light);
  color: var(--primary-text-color);
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}


/* CSS from section:header */
.site-header {
  position: relative;
  width: 100%;
  z-index: 100;
}

.top-bar {
  background-color: var(--background-dark);
  color: var(--background-light);
  padding: 16px 0;
  height: 130px;
}

.top-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.top-contact-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
}

.top-contact-info {
  display: flex;
  gap: 16px;
  /* opsiyonel: aralarÄ±ndaki boÅŸluk */
  align-items: center;
}

.contact-item {
  display: flex;
  align-items: center;
  color: white;
  font-size: 14px;
  gap: 8px;
  /* icon ile metin arasÄ± */
  position: relative;
}

.contact-item::after {
  content: "";
  color: white;
  margin-left: 16px;
  width: 1px;
  height: 27px;
  background: #fff;
}

/* Sonuncu Ã¶ÄŸeden sonra Ã§izgi olmasÄ±n */
.contact-item:last-child::after {
  content: none;
}


.social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  background-color: var(--background-light);
  border-radius: 5px;
}

.main-nav-wrapper {
  padding-top: 21px;
  transform: translateY(-80px);
  position: absolute;
  width: 100%;
}

.main-nav-container {
  background-color: var(--background-light);
  border-radius: 20px;
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.logo {
  position: relative;
  width: 199px;
}

.logo img {
  width: 100%;
}

.main-nav ul {
  display: flex;
  gap: 30px;
}

.main-nav li a {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-text-color);
  position: relative;
  padding-bottom: 10px;
  transition: .5s;
}

.main-nav li.active a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  background-color: var(--primary-text-color);
  border-radius: 50%;
}

.main-nav li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transition: .4s;
}

.main-nav li a:hover::after {
  transaction: .5s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  background-color: var(--primary-text-color);
  border-radius: 50%;
}

.cta-button {
  background-color: var(--background-dark);
  color: var(--background-light);
  padding: 13px 30px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}


/* CSS from section:hero */
.hero-section {
  position: relative;
  height: 394px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  /* To offset for the header */
}

.hero-content {
  position: relative;
  width: 100%;
  max-width: 1516px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 63px;
  color: var(--primary-text-color);
  margin: 0;
  position: absolute;
  top: 62px;
  /* (322.57 - 130) - 130px padding-top */
}



/* CSS from section:contact-form */
.contact-section {
  background-color: var(--background-light);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: flex-start;
}

.contact-title {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 25px 0;
}

.contact-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 50px 0;
  max-width: 608px;
}

.contact-details-list {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.contact-details-list li {
  display: flex;
  align-items: center;
  gap: 24px;
}

.contact-details-list .icon-wrapper {
  position: relative;
  width: 53px;
  height: 53px;
  flex-shrink: 0;
}

.contact-details-list a,
.contact-details-list p {
  font-size: 20px;
  font-weight: 400;
  color: var(--secondary-text-color);
  margin: 0;
}

.appointment-form {
  background-color: var(--form-bg);
  border-radius: 23px;
  padding: 31px 39px 44px;
}

.form-title {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.form-subtitle {
  font-size: 21px;
  font-weight: 300;
  margin: 0px 0 32px 0;
}

.bannerSwiper .swiper-slide img {
  width: 100%;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 17px;
}

.appointment-form input,
.appointment-form textarea {
  width: 100%;
  background-color: var(--form-field-bg);
  border: none;
  border-radius: 14px;
  padding: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 16.5px;
  color: var(--primary-text-color);
}

.appointment-form input::placeholder,
.appointment-form textarea::placeholder {
  color: var(--placeholder-color);
}

.appointment-form textarea {
  height: 156px;
  resize: unset;
  margin-bottom: 14px;
}

.form-consent {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 28px;
  justify-content: start;
}

.form-consent input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
}

.form-consent input[type="checkbox"]:checked {
  background-color: var(--primary-text-color);
}

.form-consent label {
  font-size: 13px;
  font-weight: 300;
  color: #111111;
  line-height: 1.2;
  max-width: 217px;
}

.submit-button {
  background-color: var(--background-dark);
  color: var(--background-light);
  border: none;
  border-radius: 14px;
  padding: 12px 40px;
  font-size: 16.5px;
  cursor: pointer;
  border: 1px solid var(--background-dark);
  transition: .5s;
}

.notFound {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
}

/* CSS from section:footer */
.site-footer {
  background-color: var(--background-light);
  border-top: 1px solid #E0E0E0;
}

.main-footer {
  padding: 70px 0;
  border-bottom: 1px solid #E0E0E0;
}

.footer-grid {
  display: flex;
  gap: 82px;
  justify-content: space-between;
}

.footer-inner-links {
  display: flex;
  width: 72%;
  justify-content: space-between;
}

.footer-col.footer-contact {
  max-width: 321px;
}

.footer-col.footer-about {
  width: 257px;
  display: flex;
}

.footer-col.footer-map {
  width: 519px;
  height: 195px;
}

.footer-logo img {
  width: 100%;
  display: flex;
}

.bannerSwiper .swiper-button-next:after,
.bannerSwiper .swiper-button-prev:after {
  display: none;
}

.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-button-prev {
  width: 50px;
}

.footer-col.footer-map iframe {
  width: 100%;
  CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
  CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
  height: 100%;
  border-radius: 25px;
}

.footer-logo {
  position: relative;
  width: 100%;
}

.footer-heading {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 20px 0;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: 18px;
  font-weight: 400;
}

.footer-contact ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.footer-contact li img {
  margin-top: 2px;
}

.footer-contact span,
.footer-contact a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-map img {
  width: 100%;
  max-width: 426px;
  height: auto;
  border-radius: 25px;
}

.sub-footer {
  background-color: var(--background-dark);
  color: var(--background-light);
  padding: 20px 0;
}

.sub-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.copyright {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.imami-logo {
  height: 29px;
}



.doctors-section {
  padding: 93px 0 80px 0;
  background-color: var(--color-white);
}

.doctors-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  gap: 41px;
  align-items: flex-start;
}

.doctors-intro {
  padding-right: 47px;
  /* Calculated from gap */
}

.section-title {
  font-family: var(--font-main);
  font-weight: 900;
  font-size: 28px;
  line-height: 1.2;
  color: var(--color-primary);
  margin: 0 0 12px 0;
}

.section-description {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-primary);
  margin: 0 0 24px 0;
}

.doctor-card {
  position: relative;
}

.doctor-image {
  width: 100%;
  height: 534px;
  object-fit: cover;
  border-radius: 25px;
  display: block;
}

.doctor-card .doctor-info {
  background-color: var(--color-white);
  border-radius: 0px 0px 25px 25px;
  border-bottom: 2px solid transparent;
  width: 100%;
  padding: 21px;
  text-align: center;
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 0; */
  transform: translateY(-33%);
  transition: .5s;
}

.doctor-card:hover .doctor-info {
  transition: .5s;
  border-bottom: 2px solid var(--color-secondary);
}

.doctor-name {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 20px;
  color: var(--color-primary);
  margin: 0 0 4px 0;
}

.doctor-specialty {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 18px;
  color: var(--color-primary);
  margin: 0;
}

.faq-section {
  padding: 80px 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.faq-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background-color: var(--background-grey);
  border-radius: 17px;
  padding: 21px 35px;
}

.faq-item p {
  margin: 0;
  font-size: 20.5px;
  line-height: 1.2;
  color: var(--primary-text);
  font-weight: 300;
}

.faq-item.open {
  padding: 0;
  background-color: var(--background-grey);
  border-radius: 17px;
}

.faq-answer {
  padding: 34px 41px;
}

.faq-answer p {
  font-size: 20.5px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--primary-text);
}



/* CSS from section:cta */
.cta-section {
  padding: 80px 0;
}

.cta-box {
  background-color: var(--background-grey);
  border: 1px solid var(--accent-blue);
  border-radius: 25px;
  max-width: 507px;
  margin: 0 auto;
  padding: 35px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cta-box h2 {
  margin: 0 0 5px 0;
  font-size: 27px;
  font-weight: 900;
  color: var(--primary-text);
}

.cta-box h3 {
  margin: 0 0 35px 0;
  font-size: 22px;
  font-weight: 400;
  color: var(--primary-text);
}

.cta-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.cta-phone span {
  font-size: 20px;
  font-weight: 400;
  color: var(--secondary-text);
}

.faq-container {
  margin: 0 0px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.faq-item {
  overflow: hidden;
}

.faq-item-header {
  padding: 15px 0;
  cursor: pointer;
  color: white;
  font-size: 21px;
  text-align: left;
  border: none;
  width: 100%;
  display: block;
  background: transparent;
  color: #202020;
  align-items: center;
  display: flex;
  gap: 30px;
}

.faq-item-content {
  font-size: 16px;
  height: 0;
  opacity: 0;
  transition: .4s;
  padding: 30px;
  border-radius: 10px;
  padding: 0;
}

.active .faq-item-header {}

.faqContainer.container {
  margin-top: 120px;
}

.active .faq-item-header svg {}

.faq-item-header svg {
  transition: .5s;
}

.active .faq-item-header svg * {}

.faqContainer.container .faqTitle {
  font-size: 53px;
  margin-bottom: 60px;
  color: #A00A0B;
}

.active .faq-item-content {
  max-height: 1000px;
  opacity: 1;
  height: 100%;
  padding: 30px 0;
}

.blog-section {
  padding-top: 130px;
  padding-bottom: 80px;
}

.blog-layout {
  display: flex;
  gap: 100px;
}

.blog-posts {
  flex: 1;
  min-width: 0;
}

.sidebar {
  width: 507px;
  flex-shrink: 0;
}

.blog-post {
  margin-bottom: 100px;
}

.post-image {
  width: 100%;
  height: auto;
  border-radius: 25px;
  display: block;
  margin-bottom: 16px;
}

.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}

.post-title {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}

.post-date {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-poppins);
  font-size: 18px;
  white-space: nowrap;
}

.post-excerpt {
  font-family: var(--font-inter);
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-primary);
  margin: 0 0 24px 0;
}

.sidebar-widget {
  background-color: #F6F7F8;
  border-radius: 25px;
  padding: 30px;
  margin-bottom: 26px;
}

.widget-title {
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-text-dark);
  margin: 0 0 8px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-primary);
  display: inline-block;
}

.search-form {
  position: relative;
  margin-top: 20px;
}

.search-form input {
  width: 100%;
  height: 53px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 50px 0 20px;
  font-family: var(--font-manrope);
  font-size: 15px;
}

.search-form button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.popular-posts-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.popular-posts-list li a {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.popular-post-img {
  width: 80px;
  height: 65px;
  background-color: #d9d9d9;
  border-radius: 8px;
  flex-shrink: 0;
  object-fit: cover;
}

.popular-post-info p {
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
}

.popular-post-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-poppins);
  font-weight: 275;
  font-size: 14px;
  margin-bottom: 8px;
}

.contact-cta-widget {
  border: 1px solid var(--color-cta-border);
  text-align: center;
  padding: 40px 20px;
}

.cta-subtitle {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 5px 0;
}

.cta-title {
  font-size: 27px;
  font-weight: 900;
  margin: 0 0 35px 0;
}

.cta-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 400;
  color: var(--color-text-dark);
}


/* CSS from section:services */
.services-section {
  padding: 80px 0;
  background-color: #fff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 38px;
}

.service-card {
  border: 2px solid #DBDBDB;
  border-radius: 20px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.3s ease;
  width: 100%;
}

.service-card:hover,
.service-card--active {
  border-bottom: 2px solid #05568C;
}

.service-card:hover .btn-solid,
.service-card--active .btn-solid {
  background-color: #fff;
  color: #202020;
}

.service-card:hover .btn-outline,
.service-card--active .btn-outline {
  background-color: transparent;
  color: var(--color-dark);
  border-color: var(--color-dark);
}

.service-card-icon-wrapper {
  width: 68px;
  height: 68px;
  background-color: #E3EBF0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}

.service-card-icon-wrapper img{
  width: 45px;
}

.service-card-title {
  font-size: 23.5px;
  font-weight: 400;
  color: var(--color-text-dark);
  margin: 0 0 16px 0;
}

.service-card-description {
  font-size: 18px;
  line-height: 1.2;
  color: var(--color-dark);
  margin: 0 0 25px 0;
  flex-grow: 1;
}

#section-about {
  padding: 100px 0;
  background-color: var(--light-color);
}

.about-container {
  display: flex;
  align-items: center;
  gap: 33px;
}

.about-images {
  display: flex;
  align-items: flex-start;
  gap: 33px;
  flex-shrink: 0;
}

.about-img-large {
  width: 100%;
  height: 455px;
  object-fit: cover;
  border-radius: 25px;
}

.about-img-small {
  width: 227px;
  height: 455px;
  object-fit: cover;
  border-radius: 20px;
}

.about-content h2 {
  font-size: 27px;
  font-weight: 900;
  color: var(--dark-color);
  margin-bottom: 25px;
}

.about-content>p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 34px;
}

.feature-icon {
  width: 68px;
  height: 68px;
  background-color: #e3ebf0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-text h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.feature-text p {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 10px;
}

h2.contact-title-about {
  font-size: 38px;
}

ul.contact-about-details-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 45px;
}

ul.contact-about-details-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 41%;
}

.homeBanner {
  height: 87vh;
}

.swiper.bannerSwiper {
  height: 100%;
}

.bannerSwiper .swiper-slide {
  position: relative;
}

.bannerSwiper .swiper-slide .bannerTitles {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11%;
}

.bannerSwiper .swiper-slide .bannerTitles {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bannerSwiper .swiper-slide .bannerTitles h2 {
  margin: 0;
  font-size: 45px;
}

.bannerSwiper .swiper-slide .bannerTitles h1 {
  margin: 0;
  font-size: 80px;
}

#section-cta {
  position: relative;
  height: 606px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.cta-content {
  position: relative;
  z-index: 2;
  width: 507px;
  height: 251px;
  background-color: #F6F7F8;
  border: 1px solid #05568c;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.cta-subtitle {
  font-size: 27px;
  font-weight: 900;
  color: var(--dark-color);
  margin-bottom: 5px;
}

.cta-title {
  font-size: 22px;
  font-weight: 400;
  color: var(--dark-color);
  margin-bottom: 13px;
}

.cta-phone {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--text-dark);
  font-size: 20px;
  font-weight: 400;
}

.homeTedaviler {
  display: flex;
  gap: 59px;
  margin-bottom: 100px;
}

.homeTedaviler .right {
  width: 83%;
}

.homeTedaviler .left {}

.swiper.tedaviSwiper {
  /* width: 100%; */
  /* min-width: 100%; */
}

.swiper.tedaviSwiper article.service-card {
  width: 100%;
  min-height: 368px;
}

.homeTedavilerContent {
  width: 100%;
  display: flex;
  gap: 10%;
}

.homeTedavilerContent .left {
  width: 20%;
}

.homeTedavilerContent .right {
  width: 70%;
}

.homeTedavilerContent .left h1 {
  font-size: 25px;
}

.homeTedavilerContent .left p {
  font-size: 18px;
}

.homeTedavilerContent .left a,
a.sssBtn {
  padding: 13px 32px;
  font-size: 18px;
  margin-top: 18px;
  display: flex;
  background: #202020;
  width: max-content;
  border-radius: 15px;
  color: #fff;
  border: 1px solid #202020;
  transition: .5s;
}

.homeTedavilerContent .left a:hover,
a.sssBtn:hover {
  transition: .5s;
  background: #fff;
  color: #202020;
}

#section-main-content {
  padding: 80px 0 0 0;
}

.treatment-intro {
  margin-bottom: 50px;
}

.treatment-card {
  display: flex;
  align-items: center;
  gap: 31px;
  padding: 80px;
  border: 3px solid #DBDBDB;
  border-bottom: 3px solid var(--primary-color);
  border-radius: 20px;
}

.treatment-icon-wrapper {
  flex-shrink: 0;
  width: 168px;
  height: 168px;
  background-color: var(--icon-bg-color);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.treatment-icon-wrapper img{
  width: 100px;
}

.treatment-icon {
  width: 110px;
  height: 94px;
}

.treatment-title {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}

.treatment-description {
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-color);
}

.treatment-details {
  margin-bottom: 0;
}

.details-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 29px;
}

.details-list {
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.details-list li {
  margin-bottom: 40px;
}

.gallery-section {
  display: flex;
  gap: 43px;
  align-items: flex-start;
}

.gallery-images {
  display: flex;
  gap: 43px;
  flex-basis: 50%;
}

.gallery-img-large {
  width: 480px;
  height: 455px;
  object-fit: cover;
  border-radius: 25px;
}

.gallery-img-small {
  width: 227px;
  height: 455px;
  object-fit: cover;
  border-radius: 20px;
}

.gallery-text {
  flex-basis: 50%;
  font-size: 18px;
  line-height: 1.5;
}

.gallery-text p {
  margin-bottom: 47px;
}

section.treatment-details .row {
  display: none;
}

.mobile-menu-span,
.mobile-menu {
  display: none;
}

.gallery-text p:last-child {
  margin-bottom: 0;
}

.homefaq {
  padding-top: 0;
}

.cta-section {
  padding-top: 0;
}

.fixedContact {
  position: fixed;
  bottom: 30px;
  right: 0;
  width: 90px;
  height: 90px;
  background: #05568C;
  z-index: 999;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .gallery-section {
    flex-direction: column;
  }

  .gallery-images,
  .gallery-text {
    flex-basis: 100%;
  }
}

@media (max-width: 992px) {
  .treatment-card {
    flex-direction: column;
    text-align: center;
    padding: 40px;
  }
}

@media screen and (max-width:1600px) {
  .footer-col.footer-contact {
    max-width: 40%;
  }
}

@media screen and (max-width:1440px) {
  .homeTedavilerContent {
    gap: 5%;
    margin-top: 80px;
  }

  .homeTedavilerContent .right {
    width: 75%;
  }

  .service-card-icon-wrapper {
    margin-bottom: 15px;
  }

  .doctor-image {
    height: 450px;
  }

  #section-about {
    padding-bottom: 0;
  }

  .about-content>p {
    font-size: 15px;
  }

  .feature-text p {
    font-size: 15px;
  }

  .contact-description {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .hero-title {
    left: 6%;
    font-size: 50px;
  }

  .blog-layout {
    gap: 50px;
  }

  .sidebar {
    width: 365px;
  }
}

@media screen and (max-width:1360px) {
  .doctor-image {
    height: 410px;
  }

  .container.top-bar-container {
    max-width: 1250px;
  }

  .main-nav-container {
    max-width: 1250px;
  }

  .logo {
    width: 145px;
  }

  .cta-button {
    font-size: 14px;
  }

  .main-nav li a {
    font-size: 17px;
  }

  .about-img-large {
    height: 300px;
  }

  .contact-grid {
    gap: 50px;
  }

  .blog-section {
    padding-top: 80px;
  }

  .footer-grid {
    gap: 30px;
  }

  .footer-col.footer-map {
    width: 300px;
  }

  .footer-col.footer-about {
    width: 150px;
  }
}

@media screen and (max-width:1152px) {
  .main-nav ul {
    gap: 17px;
  }

  .main-nav li a {
    font-size: 15px;
  }

  .container.top-bar-container {
    max-width: 1080px;
  }

  .top-contact-info {
    gap: 10px;
  }
}

@media screen and (max-width:990px) {
  .top-contact-info {
    display: none;
  }

  .container.top-bar-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .blog-layout {
    flex-direction: column;
    gap: 0;
  }

  .sidebar {
    width: 100%;
  }

  .blog-post {
    margin-bottom: 50px;
  }

  nav.main-nav {
    display: none;
  }

  .homeBanner {
    height: 34vh;
  }

  .bannerSwiper .swiper-slide .bannerTitles h2 {
    font-size: 25px;
  }

  .main-footer {
    padding: 50px 0;
  }

  .footer-grid {
    flex-direction: column;
    gap: 50px;
  }

  .footer-inner-links {
    width: 100%;
  }

  .footer-col.footer-map {
    width: 100%;
  }

  .footer-col.footer-about {
    width: 200px;
  }

  .bannerSwiper .swiper-slide .bannerTitles h1 {
    font-size: 40px;
  }

  #section-about {
    padding-top: 50px;
  }

  #section-cta {
    height: 44vh;
  }

  .doctors-section {
    padding: 50px 0;
  }

  .cta-button {
    display: none;
  }

  .main-nav-container {
    max-width: 95%;
  }

  .mobile-menu-span {
    display: flex;
  }

  .mobile-menu {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    background: #fff;
    flex-direction: column;
    padding: 60px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
  }

  .mobile-menu .mobile-close svg {
    width: 41px;
    height: auto;
  }

  .mobile-close {
    padding-bottom: 40px;
    display: flex;
    justify-content: end;
    width: 100%;
    border-bottom: 1px solid;
    margin-bottom: 40px;
  }

  .mobile-menu ul {
    display: flex;
    flex-direction: column;
    gap: 41px;
    align-items: end;
    width: 100%;
  }

  .mobile-menu {}

  .mobile-menu ul li a {
    font-size: 38px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .mobile-menu a.randevu {
    margin-top: 80px;
    width: 100%;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border: 1px solid #000;
    padding: 20px;
    border-radius: 20px;
    background: #000;
    color: #fff;
    font-size: 26px;
  }

  .mobile-menu.active {
    transition: .4s;
    opacity: 1;
    visibility: visible;
  }

  .faq-content.row {
    gap: 16px;
  }

  .about-container {
    flex-direction: column;
  }

  .about-img-large {
    height: auto;
  }

  .contact-grid {
    flex-direction: column;
    display: flex;
  }

  .appointment-form {
    width: 100%;
  }

  .contact-form-col {
    width: 100%;
  }

  .homeTedavilerContent .right {
    width: 60%;
  }

  .homeTedavilerContent .left {
    width: 35%;
  }

  .homeTedavilerContent .left p {
    font-size: 15px;
  }

  .swiper.tedaviSwiper article.service-card {
    min-height: 300px;
  }

  .doctor-image {
    height: auto;
  }

  .doctors-section .row {
    gap: 20px 0;
  }
}

@media screen and (max-width:765px) {
  .main-nav-container {
    padding: 20px;
  }

  .logo {
    width: 120px;
  }

  .faq-section {
    padding: 60px 0 45px 0;
  }

  .faq-item {
    padding: 10px 20px;
  }

  .faq-item-header {
    font-size: 15px;
    gap: 14px;
  }

  .faq-item p {
    font-size: 15px;
  }

  .active .faq-item-content {
    padding: 20px 0;
  }

  .cta-box {
    padding: 20px;
  }

  .cta-box h2 {
    font-size: 20px;
  }

  .cta-box h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #section-about {
    padding-top: 50px;
  }

  .about-container {
    gap: 0;
  }

  .about-content h2 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .contact-section {
    padding: 50px 0;
  }

  h2.contact-title-about {
    font-size: 29px;
    margin-top: 0;
  }

  ul.contact-about-details-list {
    flex-direction: column;
    gap: 20px 0;
    flex-wrap: nowrap;
  }

  ul.contact-about-details-list li {
    width: 100%;
  }

  .appointment-form {
    padding: 30px 20px;
  }

  .form-title {
    font-size: 20px;
  }

  .form-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .form-row {
    display: flex;
    flex-direction: column;
  }

  .submit-button {
    width: 100%;
  }

  .mobile-menu {
    padding: 30px;
  }

  .mobile-menu ul li a {
    font-size: 25px;
  }

  .mobile-menu .mobile-close svg {
    width: 20px;
  }

  .mobile-close {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .mobile-menu ul {
    gap: 20px;
  }

  .mobile-menu ul li a {
    font-size: 20px;
  }

  .mobile-menu a.randevu {
    margin-top: 50px;
    font-size: 19px;
  }

  .hero-section {
    height: 200px;
  }

  .hero-title {
    font-size: 22px;
    top: 22px;
  }

  .contact-details-list a,
  .contact-details-list p {
    font-size: 15px;
  }

  .contact-details-list li {
    gap: 10px;
  }

  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  }

  .services-section {
    padding: 50px 0;
  }

  .service-card-title {
    font-size: 20px;
  }

  .service-card-description {
    font-size: 15px;
  }

  .service-card:hover .btn-outline,
  .service-card--active .btn-outline {
    width: 100%;
  }

  .treatment-card {
    padding: 20px;
    /* flex-direction: row; */
    gap: 3px;
  }

  .treatment-icon-wrapper {
    width: 90px;
    height: 90px;
    border-radius: 18px;
  }

  .treatment-icon-wrapper img {
    width: 100%;
    padding: 8px;
  }

  .treatment-card {
    /* gap: 20px; */
  }

  .treatment-text p {
    font-size: 14px;
    text-align: start;
  }

  .contact-grid {
    gap: 25px;
  }

  .post-excerpt {
    font-size: 15px;
  }

  .btn-dark {
    width: 100%;
  }

  .post-title {
    font-size: 18px;
  }

  .post-meta {
    flex-direction: column-reverse;
    gap: 11px;
  }

  .post-date {
    font-size: 15px;
  }

  .blog-section {
    padding: 50px 0;
  }

  .post-image {
    border-radius: 15px;
  }

  .contact-cta-widget {
    padding: 20px;
  }

  .cta-subtitle {
    font-size: 20px;
  }

  .cta-title {
    font-size: 16px;
  }

  .doctors-section {
    padding: 50px 0;
  }

  .homeTedavilerContent {
    flex-direction: column;
    margin-top: 25px;
    gap: 20px;
  }

  .homeTedavilerContent .left {
    width: 100%;
  }



  .homeTedavilerContent .right {
    width: 100%;
  }

  .footer-inner-links {
    flex-direction: column;
    gap: 40px;
  }

  .homeBanner {
    height: 44vh;
  }

  .bannerSwiper .swiper-slide img {
    height: 100%;
    object-fit: cover;
  }

  .bannerSwiper .swiper-slide .bannerTitles h2 {
    font-size: 15px;
  }

  .bannerSwiper .swiper-slide .bannerTitles h1 {
    font-size: 20px;
  }

  .bannerSwiper .swiper-slide .bannerTitles {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: unset;
  }

  .footer-col.footer-contact {
    max-width: 100%;
  }

  .cta-content {
    margin: 0 35px;
  }

  .fixedContact {
    width: 70px;
    height: 70px;
  }

  .fixedContact svg {
    width: 30px;
    height: 30px;
  }
}