@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
:root {
    --primary-color: #102d4e;
    --secondary-color: #3f536b;
    --third-color: #553722;
    --fourth-color: #553722;
    --fifth-color: #553722;
    --navbar-bg: #c0b5ab;
    --navbar-text: #111;
    --navbar-border: #dddddd;
    --navbar-text-hover: #000000;
    --testimonial-bg: #ffffff;
    --testimonial-text: #000000;
    --header-text-color: #E0D0A2;
    --link-hover-color: #999999;
    --input-border-color: #d3d3d3;
    --dropdown-hover-bg: #767676;
    --shadow-color: #000000;
    --white-color: #ffffff;
    --black-color: #000000;
    --font-name: 'Poppins', sans-serif;
    --font-weight: 400;
}
body, html {
  overflow-x: hidden !important;
  max-width: 100%;
  font-family: var(--font-name), sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400; }

.dancing-script {
  font-family: var(--font-name), sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3 {
  font-family: var(--font-name), sans-serif;
  font-weight: 400;
  margin-bottom: 20px; }

h1 {
  font-size: 4rem;
  line-height: 4rem; }

h2 {
  font-size: 2.5rem;
  line-height: 3.125rem; }

h3 {
  font-size: 2.1rem;
  line-height: 2.725rem;
  margin-bottom: 15px; }

h4, h5, h6, p, .tiny_text, a {
  font-family: var(--font-name), sans-serif; }

h4 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-bottom: 15px; }

h5 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 15px; }

h6 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px; }

p {
  font-size: 16px;
  margin-bottom: 15px; }

.tiny_text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px; }

a {
  text-decoration: none;
  transition: 0.3s ease; }

.large_practice_name_line_1 {
  font-size: 30px; }

.large_practice_name_line_2 {
  font-size: 20px; }

.large_optional_tag {
  font-size: 20px; }

.large_contact_number {
  font-size: 26px; }

.medium_practice_name_line_1 {
  font-size: 24px; }

.medium_practice_name_line_2 {
  font-size: 18px; }

.medium_optional_tag {
  font-size: 18px; }

.medium_contact_number {
  font-size: 24px; }

.small_practice_name_line_1 {
  font-size: 20px; }

.small_practice_name_line_2 {
  font-size: 16px; }

.small_optional_tag {
  font-size: 16px; }

.small_contact_number {
  font-size: 20px; }

.btn {
  background: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  margin-top: 10px;
  padding: 0.6rem 1.5rem;
  border-radius: 10px;
  display: inline-block;
  color: var(--secondary-color);
  transition: all 0.3s; }
  .btn:hover {
    color:var(--secondary-color); }

.padding_tb {
  padding: 5rem 0; }

.padding_bottom {
  padding-bottom: 5rem; }

.padding_top {
  padding-top: 5rem; }

header {
  background-color: var(--primary-color);
  background-repeat: repeat;
  color: #ffffff;
  padding: 20px 0; }
  header p {
    color: #DCC990; }
  header img {
    width: 60px;
    margin-right: 15px; }

.layout1 {
  padding: 1rem 0 0 0;
  background-color: var(--primary-color);
  color: #ffffff; }
  .layout1 .dentistry {
    font-family: var(--font-name), sans-serif;
    margin-bottom: 0; }

.layout2 {
  margin-top: -6rem;
  z-index: 99;
  position: relative; }
  .layout2 .banner_bottom {
    background-color: #DDD9D5; }
  .layout2 .inner_box {
    max-width: 1400px;
    margin: auto;
    background-color: #ffffff; }
  .layout2 .links.row a {
    display: block;
    color: var(--primary-color);
    margin-bottom: 15px; }
    .layout2 .links.row a:hover {
      color: #999; }
  .layout2 .d_block {
    background: #C9C3BE;
    padding: 20px;
    margin-top: 15px; }
    .layout2 .d_block a {
      display: block;
      color: var(--primary-color); }
      .layout2 .sidebar_box {
     background-color: lightgray;
     padding: 1rem;
    }
  .layout2 .sidebar_box .contact_box {
    background-color: #f0f0f0;
    padding: 20px;
    border: 1px solid lightgray; }
    .layout2 .sidebar_box .contact_box form input, .layout2 .sidebar_box .contact_box form textarea {
      width: 100%;
      background-color: #ffffff;
      border: 1px solid lightgray;
      padding: 5px;
      margin-bottom: 5px; }
    .layout2 .sidebar_box .contact_box form input[type='submit'] {
      width: auto; }
  .layout2 .sidebar_box .below_contact_box {
    color: #000000; }
    .layout2 .sidebar_box .below_contact_box a {
      color: #83b8e9;
      text-decoration: underline; }
  .layout2 .sidebar_box .sidebar_bottom {
    color: #000000; }
    .layout2 .sidebar_box .sidebar_bottom .links a {
      display: block;
      margin-bottom: 5px;
      color: var(--primary-color);
      padding-left: 15px; }
      .layout2 .sidebar_box .sidebar_bottom .links a:last-child {
        margin-bottom: 20px; }
    .layout2 .sidebar_box .sidebar_bottom p {
      margin-bottom: 5px; }

footer {
  background: var(--primary-color);
  color: #ffffff;
  padding: 2rem 0; }
  footer .ftr_links {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    text-align: center; }
    footer .ftr_links a {
      color: #ffffff;
      text-decoration: underline;
      display: block; }
  footer a {
    color: #ffffff; }

.custom-navbar {
  background-color: var(--primary-color);
  border-top: 1px solid #000000; }
  .custom-navbar .nav-link {
    color: var(--primary-color);
    font-weight: 600;
    padding: 0.75rem 1rem; }
    .custom-navbar .nav-link:hover {
      color: var(--primary-color); }

.navbar-divider {
  color: #b2a59b;
  font-weight: lighter;
  margin: 0 0.5rem; }
  @media (max-width: 991.98px) {
    .navbar-divider {
      display: none; } }

.layout1 .swiper {
  width: 100%;
  height: 100%; }
.layout1 .font_update {
  font-family: var(--font-name), sans-serif;
  text-transform: uppercase; }
.layout1 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center; }
.layout1 .slide-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem; }
.layout1 .slide-text {
  flex: 1;
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1.2s ease-in-out; }
  .layout1 .slide-text.fade-in-left {
    opacity: 1;
    transform: translateX(0); }
.layout1 .slide-image {
  opacity: 0;
  transform: translateX(40px);
  transition: all 1.2s ease-in-out; }
  .layout1 .slide-image.fade-in-right {
    opacity: 1;
    transform: translateX(0); }
  .layout1 .slide-image img {
    width: 100%;
    height: auto;
    border-radius: 8px; }
.layout1 .fade-in-left {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.2s ease-in-out; }
.layout1 .fade-in-right {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.2s ease-in-out; }

@media (max-width: 992px) {
  html {
    font-size: 90%; }

  .column_reverse {
    flex-direction: column-reverse; }

  .layout1 {
    background-position: unset; }

  .nav_bar .navbar-nav.me-auto.mb-2.mb-lg-0 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; } }
@media (max-width: 767px) {
  html {
    font-size: 80%; }

  .swiper-slide {
    flex-direction: column-reverse !important; } }

/*# sourceMappingURL=style.css.map */
#introParagraph table {
  table-layout: fixed;
    width: 100%;
}
#introParagraph table a img {
  max-width: 100%;
  margin:0 !important;
  height: auto !important;
}


.navbar { background-color: transparent !important; }

footer .ftr_links a {
  text-decoration: none;
}

.layout2 .d_block { 
  background: transparent !important;
  padding: 20px 0 !important;
  margin-top: 15px !important;
}

.right-content p img {
  max-width: 100% !important;
  width: 100% !important;
}
.right-content a img{
  width: auto !important;
  margin: 15px;
}
.swiper {
    height: max-content;
}
iframe {
    width: 100% !important;
    height: 100% !important;
}
.nav_bar .dropdown-submenu .dropdown-menu {
    min-height: max-content;
}
.nav_bar .dropdown-submenu .dropdown-menu {
    min-height: max-content;
}
.swiper { height: max-content !important; }

@media (min-width: 1200px) {
    .services_section.row .col-md-3 { width: 21% !important; margin-right: 40px !important; margin-bottom: 30px; }
}


.layout1 {
  background-image: url(../images/banner-pattern.gif);
  background-repeat: repeat;
  /* background-size: cover;
  background-position: center; */
}

/* ===== MULTI LEVEL DROPDOWN FIX (THEME025) ===== */

.dropdown-menu li {
    position: relative;
}

/* Default: open submenu to the right */
.dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    display: none;
    position: absolute;
    min-width: 220px;
    z-index: 1000;
}

/* Show submenu on hover (desktop) */
.dropdown-menu > .dropdown:hover > .dropdown-menu {
    display: block;
}


/* Prevent clipping inside navbar container */
.navbar,
.nav_bar,
.dropdown-menu {
    overflow: visible !important;
}

/* Default: open submenu to the right */
.dropdown-menu .dropdown {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    display: none;
    position: absolute;
    min-width: 220px;
}

/* Show submenu on hover */
.dropdown-menu > .dropdown:hover > .dropdown-menu {
    display: block;
}
@media (min-width: 992px) {
    
    /* Open first level dropdown on hover */
    .navbar .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    /* Keep dropdown aligned properly */
    .navbar .dropdown-menu {
        margin-top: 0;
    }

    /* Optional: make whole item feel hoverable */
    .navbar .nav-item.dropdown {
        position: relative;
    }
}

.layout2 {
    margin-top: 0;
  }

  .layout1.hero {
  position: relative;
}

.layout1.hero::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 80px;
  background: #e0dcd8;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.layout2 .d_block {
    background: #c9c3be !important;
    margin-top: 15px !important;
    padding: 15px !important;
    border-radius: 10px;
}
.image img {
  width: 100%;
}
td{
  vertical-align: top;
}
td img {
  margin-bottom: 10px;
}
.table>:not(caption)>*>*{
  background: transparent;
  border: none;
}
td:first-child {
  padding-right: 20px;
}

td:last-child {
  padding-left: 20px;
}

.layout2 {
    background: #e0dcd8;
}
.layout2 .inner_box {
   background-color: transparent;
}
.btn {
    background: #3f536b;
    color: #fff;
}

.btn {
  display: inline-block;
}

/* New color updates */

/* ================= NAVBAR COLORS + BORDER ================= */

.image img {
  width: 100%;
}
td{
  vertical-align: top;
}
td img {
  margin-bottom: 10px;
}
.table>:not(caption)>*>*{
  background: transparent;
  border: none;
}
td:first-child {
  padding-right: 20px;
}

td:last-child {
  padding-left: 20px;
}

.nav_bar {
  background-color: var(--navbar-bg) !important;
}

.nav_bar .nav-link {
  color: var(--navbar-text) !important;
  font-family: var(--font-name), sans-serif;
}

.nav_bar .nav-link:hover {
  color: var(--navbar-text-hover) !important;
}

.nav_bar .dropdown-menu {
  background-color: var(--navbar-bg)  !important;
  border-color: var(--navbar-border)  !important;
}

.nav_bar .dropdown-item {
  color: var(--navbar-text);
}

.nav_bar .dropdown-item:hover {
  background-color: var(--secondary-color)  !important;
  color: #fff;
}

.navbar-dark.bg-dark {
  background-color: var(--navbar-bg) !important ;
}


.testimonial-title {
  margin-bottom: 20px;
}

/* ITEM */
.testimonial-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  border: 1px solid var(--navbar-border);
  padding: 20px;
  margin-bottom: 20px;
  background: var(--testimonial-bg);
  border-radius: 6px;
}

/* CONTENT */
.testimonial-content {
  flex: 1;
}

/* QUOTE */
.testimonial-quote {
  color: var(--testimonial-text);
  margin-bottom: 10px;
  line-height: 1.6;
}

/* NAME */
.testimonial-name {
  color: var(--primary-color);
  font-weight: 600;
}

/* IMAGE */
.testimonial-image {
  flex-shrink: 0;
}

.testimonial-image img {
  max-width: 120px;
  height: auto;
  border-radius: 6px;
  display: block;
}

/* BUTTON */
.testimonial-btn {
  margin-top: 10px;
}

.line {
  border-top: 1px solid var(--navbar-border);
  margin-top: 20px;
}


@media (max-width: 768px) {
  .testimonial-item {
    flex-direction: column;
  }

  .testimonial-image img {
    max-width: 100%;
  }
}
.content-display img {
    width: 100% !important;
    height: auto !important;
    margin: 10px 0;
}

#introParagraph img.image_resized {
    max-width: 100%;
    height: auto !important;
    display: inline-block;
}


/* new 18-05*/
.sidebar_box.update-sidebar {
    height: max-content;
}
.nav_bar .nav-link {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
}

.nav_bar .dropdown-item {
    font-size: 14px;
}

.navbar .nav-item {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

.navbar .nav-item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #111;
    opacity: 0.4;
}

.navbar .nav-item:last-child::after {
    content: unset;
}
p iframe {
    width: 100% !important;
    height: 500px !important;
}
.list-group-item{
  margin-bottom: 1rem;
}

.script-heading {
    font-family: "Tangerine", cursive;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.5px;
}