/* HERO SECTION */
.home-hero {
  background: #f6dcc0;
  padding: 80px 20px 60px;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Titles */
.hero-title {
  font-size: 48px;
  color: #7b1f16;
  margin-bottom: 10px;
}

.hero-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
}

/* Logo */
.hero-logo img {
  max-width: 220px;
  margin: 20px auto 40px;
}

/* Doctors */
.hero-doctors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 40px;
  margin-bottom: 30px;
}

.doctor img {
  max-height: 380px;
}

.doctor-name {
  background: #e6bfa3;
  padding: 10px;
  font-weight: 600;
  margin-top: 10px;
}

/* Practice text */
.hero-practice {
  margin-top: 20px;
  font-size: 22px;
}

.hero-practice span {
  color: #7b1f16;
}

/* Info */
.hero-info {
  font-size: 14px;
  margin: 10px 0;
}

.hero-address {
  font-size: 13px;
  margin-top: 10px;
}


body.site.com_content.wrapper-fluid.view-article.no-layout.no-task {
    background: linear-gradient(180deg, #FFD5A7 0%, #FFEEDC 21.63%, #FFD5A7 48.08%, #FFEEDC 72.6%, #FFFAF4 100%);
}

header.header.container-header.full-width.position-sticky.sticky-top {
    background-color: unset !important;
}

header.header .container-topbar {
    display: flex;
    justify-content: space-between;
    padding: 0 120px;
    align-items: center;
    margin: 15px 0 27px 0;
}

header.header .container-topbar div#mod-custom112 p {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 0;
    display: flex;
    gap: 13px;
    align-items: center;
}

header.header .container-topbar div#mod-custom114 p {
    margin-bottom: 0;
}

header.header .container-topbar div#mod-custom113 {
    background: #8F0000;
    padding: 10px 20px;
    width: 100%;
    max-width: 242px;
    height: 44px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

header.header .container-topbar div#mod-custom113 p {
    margin-bottom: 0;
    display: flex;
    gap: 30px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    position: relative;
}

header.header .container-topbar div#mod-custom113 p::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #FFFFFF3D;
    left: 35px;
    top: 0px;
}

header.header .grid-child.container-nav {
    padding: 0 120px !important;
    justify-content: center;
}

header.header .grid-child.container-nav nav.navbar.navbar-expand-lg {
    width: 100%;
    max-width: 100%;
    border: 1px solid #0000001A;
    margin-top: 0;
    padding: 20px 0;
}

header.header .grid-child.container-nav nav.navbar.navbar-expand-lg div#navbar110 ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list {
    justify-content: center;
    gap: 80px;
}

header.header .grid-child.container-nav nav.navbar.navbar-expand-lg div#navbar110 ul.mod-menu li {
    padding: 0;
}

header.header .grid-child.container-nav nav.navbar.navbar-expand-lg div#navbar110 ul.mod-menu li a {
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #000000;
}

header.header .grid-child.container-nav nav.navbar.navbar-expand-lg div#navbar110 ul.mod-menu li a::after {
    display: none;
}