:root {
  --sina-brown: #321e1e;
  --sina-taupe: #725851;
  --sina-blush: #e3d7d3;
  --sina-cream: #fbfaf9;
  --sina-white: #ffffff;
  --sina-text: #2f2928;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  color: var(--sina-text);
  background: var(--sina-cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  color: var(--sina-brown);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  line-height: 1.15;
}

h1,
.display-4 {
  /*font-size: clamp(2.35rem, 5vw, 4.5rem);*/
  font-size: clamp(2.35rem, 3vw, 3.8rem);
}

h2 {
  /*font-size: clamp(2rem, 4vw, 3.2rem);*/
  font-size: clamp(2rem, 3vw, 2.6rem);
}

.skip-link {
  position: fixed;
  z-index: 1100;
  padding: 0.75rem 1rem;
  color: var(--sina-white);
  background: var(--sina-brown);
}

.site-header {
  z-index: 1030;
  box-shadow: 0 1px 0 rgba(50, 30, 30, 0.08);
  transition: box-shadow 0.2s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 8px 30px rgba(50, 30, 30, 0.12);
}

.navbar-brand img {
  display: block;
  width: min(196px, 55vw);
  height: auto;
}

.navbar .nav-link {
  color: var(--sina-brown);
  font-weight: 600;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--sina-taupe);
}

.btn {
  border-radius: 0.5rem;
  font-weight: 700;
  padding: 0.7rem 1.35rem;
}

.btn-brand {
  color: var(--sina-white);
  border-color: var(--sina-brown);
  background: var(--sina-brown);
}

.btn-brand:hover,
.btn-brand:focus {
  color: var(--sina-white);
  border-color: var(--sina-taupe);
  background: var(--sina-taupe);
}

.btn-outline-brand {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  color: var(--sina-brown);
  border-color: var(--sina-brown);
  background: rgba(255, 255, 255, 0.75);
}

.btn-outline-brand:hover {
  color: var(--sina-white);
  border-color: var(--sina-brown);
  background: var(--sina-brown);
}

.section-padding {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.section-heading {
  max-width: 780px;
}

.section-kicker,
.eyebrow {
  color: var(--sina-taupe);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--sina-blush);
}

.bg-soft {
  background: var(--sina-blush);
}

.bg-brand {
  background: var(--sina-taupe);
}

.bg-brand h2,
.bg-brand h3 {
  color: var(--sina-white);
}

.hero-section {
  --hero-height: 685px;
}

.hero-section .carousel,
.hero-section .carousel-inner,
.hero-section .carousel-item,
.hero-slide,
.hero-slide-inner {
  height: var(--hero-height);
  min-height: var(--hero-height);
}

.hero-slide {
  background-position: center;
  background-size: cover;
}

.hero-treatment {
  background-image: url("../img/hero-reception.jpg");
}

.hero-appointments {
  background-image: url("../img/hero-waitingroom.jpg");
  background-position: center top;
}

.hero-diagnosis {
  background-image: url("../img/hero-usg.jpg");
}

.hero-slide-inner {
  display: flex;
  align-items: center;
  padding-block: 5rem;
}

.hero-panel {
  width: min(100%, 650px);
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 60px rgba(50, 30, 30, 0.15);
  backdrop-filter: blur(8px);
}

.hero-panel .lead {
  margin-block: 1.25rem 1.75rem;
  color: #4d4140;
  font-size: 1.05rem;
}

.hero-section .carousel-control-prev,
.hero-section .carousel-control-next {
  width: 7%;
}

.hero-section .carousel-control-prev-icon,
.hero-section .carousel-control-next-icon,
.about-carousel .carousel-control-prev-icon,
.about-carousel .carousel-control-next-icon {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background-color: var(--sina-brown);
  background-size: 48%;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-toggle {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 5;
  padding: 0.4rem 0.75rem;
  color: var(--sina-brown);
  border-color: rgba(50, 30, 30, 0.2);
  background: rgba(255, 255, 255, 0.9);
}

.carousel-toggle:hover,
.carousel-toggle:focus {
  color: var(--sina-white);
  border-color: var(--sina-brown);
  background: var(--sina-brown);
}

.insurers {
  background: var(--sina-white);
}

.insurer-logo {
  width: 100%;
  max-width: 165px;
  height: 65px;
  margin-inline: auto;
  object-fit: contain;
}

.service-card {
  position: relative;
  display: flex;
  min-height: 365px;
  overflow: hidden;
  align-items: flex-end;
  border-radius: 0.75rem;
  color: var(--sina-white);
  background-position: center;
  background-size: cover;
  box-shadow: 0 12px 30px rgba(50, 30, 30, 0.12);
  text-decoration: none;
  transform: translateY(0);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.service-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 30%, rgba(50, 30, 30, 0.92) 100%);
}

.service-card:hover,
.service-card:focus-visible {
  color: var(--sina-white);
  box-shadow: 0 18px 38px rgba(50, 30, 30, 0.2);
  transform: translateY(-5px);
}

.service-card-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.55rem;
  padding: 1.6rem;
}

.service-card-title {
  margin: 0;
  color: inherit;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.2;
}

.service-ent { background-image: url("../img/service-ent.png"); }
.service-endocrinology { background-image: url("../img/service-endocrinology.png"); }
.service-general { background-image: url("../img/service-general-medicine.png"); }
.service-internal { background-image: url("../img/service-internal-medicine.png"); }
.service-urology { background-image: url("../img/service-urology.png"); }
.service-orthopaedics { background-image: url("../img/service-orthopaedics.png"); }
.service-nephrology { background-image: url("../img/service-nephrology.png"); }
.service-ultrasound { background-image: url("../img/service-ultrasound.jpg"); }
.service-speech { background-image: url("../img/service-speech-therapy.png"); }

.ecakaren-panel {
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 1rem;
  background: var(--sina-white);
  box-shadow: 0 20px 60px rgba(50, 30, 30, 0.1);
}

.store-badge {
  width: auto;
  height: 46px;
  object-fit: contain;
}

.service-hero {
  background: var(--sina-blush);
}

.service-specialty {
  color: var(--sina-taupe);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.doctor-avatar {
  width: min(100%, 360px);
  border: 10px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: 0 18px 45px rgba(50, 30, 30, 0.14);
}

.service-overview {
  color: var(--sina-white);
  background:
    linear-gradient(90deg, rgba(114, 88, 81, 0.98), rgba(114, 88, 81, 0.78)),
    url("../img/service-notice-background.png") center / cover no-repeat;
}

.service-overview h2 {
  color: var(--sina-white);
}

.pricing-card {
  border-top: 5px solid var(--sina-taupe);
  border-radius: 0.75rem;
}

.price-display {
  color: var(--sina-brown);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  line-height: 1.15;
}

.doctor-card {
  border-radius: 0.75rem;
}

.doctor-avatar-card {
  width: 180px;
  border-width: 6px;
}

.service-detail-list {
  display: grid;
  gap: 0.75rem;
  padding-left: 1.25rem;
}

.service-hero-icon {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.benefit-card {
  padding: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.06);
}

.benefit-card h3 {
  margin-block: 1.25rem 0.9rem;
  font-size: 1.35rem;
}

.benefit-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

.benefit-number,
.step-label {
  color: var(--sina-taupe);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.benefit-number {
  color: var(--sina-blush);
}

.access-card {
  border-radius: 0.75rem;
  box-shadow: 0 10px 30px rgba(50, 30, 30, 0.08);
}

.access-card h3 {
  margin-block: 1.2rem 0.8rem;
}

.about-carousel img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-accordion .accordion-item {
  border-color: var(--sina-blush);
}

.about-accordion .accordion-button {
  gap: 1rem;
  color: var(--sina-brown);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  background: transparent;
  box-shadow: none;
}

.about-accordion .accordion-button:not(.collapsed) {
  color: var(--sina-taupe);
}

.contact-panel {
  min-height: 480px;
  box-shadow: 0 16px 45px rgba(50, 30, 30, 0.12);
}

.contact-list > div + div {
  margin-top: 1.4rem;
}

.contact-list dt {
  color: var(--sina-taupe);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-list dd {
  margin: 0.25rem 0 0;
  color: var(--sina-brown);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.contact-list a:hover,
.contact-list a:focus {
  color: var(--sina-taupe);
}

.contact-list a {
  color: inherit;
}

.contact-map {
  min-height: 360px;
  background: url("../img/clinic-map.png") center / cover no-repeat;
}

.site-footer {
  background: var(--sina-taupe);
}

.site-footer h2 {
  color: var(--sina-white);
}

.footer-logo {
  width: min(210px, 100%);
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-links li + li {
  margin-top: 0.55rem;
}

.footer-links a,
.footer-socials a {
  color: var(--sina-white);
  text-decoration: none;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-social-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: currentColor;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-socials a:hover,
.footer-socials a:focus {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding-block: 1rem;
  }

  .hero-section {
    --hero-height: 630px;
  }

  .hero-section .carousel-control-prev,
  .hero-section .carousel-control-next {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hero-section {
    --hero-height: clamp(670px, 88svh, 720px);
  }

  .hero-slide-inner {
    align-items: flex-end;
    padding-bottom: 4.5rem;
  }

  .hero-panel {
    padding: 1.35rem;
    backdrop-filter: blur(4px);
  }

  .hero-panel .lead {
    font-size: 1rem;
  }

  .service-card {
    min-height: 320px;
  }

  .store-badge {
    height: 40px;
  }
}

@media (max-width: 359.98px) {
  .hero-section {
    --hero-height: 700px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .service-card,
  .site-header {
    transition: none;
  }
}



.table.table-opening>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: #fff;
    background-color: rgba(255,255,255,0);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
