section.video-section {
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #444a42;
    padding: 100px 10px 50px;
}
.hero-treatment a.font-button.button.upper {
    background-color: #b29859;
}

.hero-treatment a.font-button.button.upper:hover {
    background-color: #ffffff;
}
.fg-card--dark p, .fg-card--dark p span {
    color: #fff !important;
}
.faq-block {
    padding: 6rem 0 6rem;
}
.treatment-grid {
    display: flex;
    justify-content: space-between;
}

/* When both columns exist */
.column.left-col, 
.column.right-col {
    width: 45%; /* Or whatever your design uses */
}

/* When only area 1 exists */
.column.left-col.full-width {
    width: 100%;     padding-right: 0px;
    text-align: center;
}
.latest-block a.font-button.button.upper {
    width: 100%;
}
.articles-header {
    display: flex;
    align-items: flex-end; /* Aligns link to the bottom of the title area */
    justify-content: center;
    position: relative;
    padding: 40px 0 0;
    max-width: 1200px;
    margin: 0 auto;
}
a.image {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.latest-block .content {
    height: 200px!important;
}
.title-wrap {
    text-align: center;
}

.gold-eyebrow {
    color: #b3a384; /* The gold/tan color from the image */
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 5px;
}

.main-title {
    font-size: 52px;
    font-weight: 400;
    margin: 0;
    color: #333;
}

/* Positioning the View All link to the right */
.view-all-wrap {
    position: absolute;
    right: -30px;
    bottom: 50%; /* Adjust based on your padding */
}

.view-all-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #b29859!important;
    font-family: sans-serif;
    font-size: 14px;
    text-transform: capitalize;
}

.view-all-link span {
    color: #b29859 !important;
    font-family: sweet-sans-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}

.view-all-link:hover {
    opacity: 0.8;
}
.col-12.col-sm-12.col-lg-12.latest-block {
    background-color: #fff;
}

/* The Circle Arrow */
.arrow-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #b29859;
    color: #fff!important;
    border-radius: 50%;
    margin-left: 12px;
    font-size: 12px;
}
.arrow-circle i { color: #fff!important;}
/* Responsive fix for smaller screens */
@media (max-width: 992px) {
    .articles-header {
        flex-direction: column;
        align-items: center;
    }
    .view-all-wrap {
        position: static;
        margin-top: 20px;margin-bottom: 20px;
    }
}
section.clinic-locations {
    padding: 80px 20px;
}

.section-header {}

.clinic-locations .section-header {
    text-align: center;
}

span.eyebrow {
    color: #b29859;
}

.clinic-locations h2.main-title.font-1.upper.wow.fadeIn {
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    margin: auto;
    margin-top: 30px;
}

h3.clinic-name.font-1.upper.wow.fadeIn {
    text-transform: capitalize;
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-family: ivyora-display, sans-serif !important;
    font-weight: 400;
}

a.btn-clinic {
    font-size: 0.9rem;
    transition: background 0.3s ease;
    font-family: ivyora-display, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    background-color: #444a42;
    color: #fff;
    padding: 20px 20px 17px;
    transition: 0.5s;
}

a.btn-clinic:hover {
    background-color: #b29859;
}

.clinic-description {
    min-height: 120px;
}
.fg-wysiwyg h3 {
    color: #b39a54;
    font-size: 20px;
    margin-bottom: 20px;
}
span.or-text {
    color: #fff!important;
    display: inline-block;
    padding-right: 5px;
}

.font-fam1 {
    font-family: sweet-sans-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.fg-card.fg-card--additional p {
    font-size: 23px;
    padding: 0;
    margin: 0;
}

.fg-card.fg-card--additional ul {
    margin-top: 0;
}

.fg-card.fg-card--additional ul li span {
    width: 70%;
}

.fg-card.fg-card--additional ul li span:last-child {
    width: 30%;
}
span.fg-sub-price {
    display: inline;
}
.fg-card--dark .fg-wysiwyg h4 {
    color: #b39a54;
    font-size: 20px;
    margin-bottom: 20px;
}

.fg-card--dark p, .fg-card--dark, .fg-wysiwyg li {
    color: #fff;
}

span.fg-label {
    color: #fff;
    width: 60%;
    font-family: sweet-sans-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}

.fg-card--dark .fg-price-group span {
    color: #b39a54;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 0rem;
    padding-left: 0rem;
}
.treatment-grid .column h4 {
    color: #b29859;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 28px;
}
.container-alt{max-width: 1300px;margin:auto;}
/* Container to hold both boxes */
.hero-wrapper {
    display: flex;
    gap: 20px; /* Space between the two images */
    width: 100%;
}

.hero-image-box {
    flex: 1; /* Makes both boxes equal width */
    height: 450px; /* Adjust this to your preferred height */
    
    /* Background Properties */
    background-size: cover;      /* Scales image to fill the box */
    background-position: center; /* Keeps the middle of the image visible */
    background-repeat: no-repeat;
    
    /* Optional: styling */
    background-color: #f0f0f0; /* Fallback color while loading */
}

/* Mobile Responsive: Stack them on top of each other */
@media (max-width: 768px) {

    .hero-image-box {
        height: 300px;
    }
}

/** START hero banner START**/

.hero-treatment .left img {
    margin-bottom: 3rem;
    width: 40px;
}
.col-12.hero-treatment .left {
    background-color: #fff;
}
.intro-text p {
    font-size: 22px;
    max-width: 400px;
    line-height: 24px;
}

.col-12.hero-treatment h1 {
    margin: 20px 0 50px;
}
.hero-treatment a.font-button.button.upper {
    padding: 1rem 2rem;
}
.hero-treatment a.font-button.button.upper {
    padding: 1rem 2rem;
}
/** END hero banner END**/


/** START trust banner START**/
.trust-banner {
    background-color: #f9f7f2; /* Light cream background */
    padding: 30px 0;
    text-align: center;
}

.trust-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1600px;
    margin: 0 auto;
}

.trust-item {
    flex: 1;
    padding: 0 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0px 0px;
    min-height: 140px;
}

/* Vertical Divider Lines */
.trust-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    /* max-height: 150px; */
    width: 1px;
    background-color: #5e5e5e; /* Adjust to match the subtle grey line */
}

.trust-icon {
    height: 80px; /* Adjust based on your icon sizes */
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.trust-icon img {
    /* max-height: 100%; */
    width: auto;
    display: block;
    height: 80px;
}

.trust-text {
    color: #bfa36a; /* Gold/Tan color from design */
    text-transform: uppercase;
    font-family: sans-serif; /* Replace with your specific font */
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 0;
    max-width: 272px;
    font-family: sweet-sans-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .trust-row {
        flex-direction: column;
    }
    .trust-item {
        padding: 30px 0;
    }
    .trust-item:not(:last-child)::after {
        display: none;
    }
}
/** END trust banner END**/






.offer-banner {
    /* Gold gradient matching the design */
    background: linear-gradient(90deg, #b39659 0%, #7d6330 100%);
    color: #ffffff;
    padding: 60px 20px;
}

.offer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

/* Left Column: Big Serif Title */
.offer-col-title h2 {
    font-family: "Times New Roman", serif; /* Replace with your specific theme font */
    font-size: 38px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
    flex: 0 0 300px; /* Keeps width consistent */
}

/* Middle Column: Formatting the WYSIWYG */
.offer-col-content {
    flex: 1;
}

.offer-col-content p {
    font-family: "Times New Roman", serif;
    font-size: 26px;
    line-height: 1.3;
    margin: 0 0 15px 0;
}

/* Styling the list of treatments (assumed to be a second paragraph in the editor) */
.offer-col-content p:last-child {
    font-family: Arial, sans-serif; /* Design uses sans-serif for the bottom row */
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 0;
}

/* Right Column: Outline Button */
.offer-col-action {
    flex: 0 0 auto;
}

.offer-button {
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 15px 40px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1.5px;
    transition: background 0.3s ease, color 0.3s ease;
}

.offer-button:hover {
    background-color: #ffffff;
    color: #7d6330;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .offer-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    
    .offer-col-title h2 {
        flex: none;
        max-width: 100%;
    }
}
.dental-hero {
    background-color: #e8e2d6; /* Matches the beige background in your image */
    padding: 60px 20px;
    font-family: 'Serif', 'Georgia', serif; /* Or your preferred brand font */
}

.dental-hero .container {

    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.hero-content {
    flex: 1.2;
}

.hero-title {
    color: #333;
    font-size: 2rem;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
    max-width: 370px;
}

.btn-consultation {
    display: block;
    background-color: #b39b63; /* The gold/bronze color from the button */
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    width: auto;
    max-width: 300px;
    text-align: center;
    font-size: 0.9rem;
    transition: background 0.3s ease;
    font-family: ivyora-display, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-consultation:hover {
    background-color: #968152;
}

.hero-image-box {
    flex: 1;
}

.hero-image-box img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Responsive adjustments for Tablets/Mobile */
@media (max-width: 992px) {
    .dental-hero .container {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-image-box {
        /* width: 100%; */
        /* max-width: 500px; */
        /* display: block; */
    }
}
.treatment-info {
    padding: 80px 20px;
    background: #fff;
    text-align: center;
    font-family: 'Serif', Georgia, serif;
}

.treatment-info .container {
    /* max-width: 1100px; */
    margin: 0 auto;
}

/* Header Styles */
.gold-subtitle {
    color: #c5a96d;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 10px;
    font-family: sweet-sans-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.main-title {
    font-size: 3rem;
    color: #222;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: ivyora-display, sans-serif!important;
    font-weight: 400;
    font-style: normal;
    max-width: 800px;
    margin: auto;
    margin-bottom: 50px!important;
}

/* Grid Layout */
.treatment-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 0px;
}

.column {
    flex: 1;
    padding-right: 70px;
}

.column.left-col {
    padding-right: 70px;
}

.column.right-col {
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 0;
}

/* Vertical Divider */
.column-divider {
    width: 1px;
    background-color: #999;
    align-self: stretch;
    margin: 0 40px;
}

/* Typography within columns */
.column p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.column strong {
    color: #333;
}

/* Gold text color for the process titles */
.right-col p:first-of-type {
    /* color: #c5a96d; */
    font-size: 1.2rem;
}

/* Footer Button */
.treatment-footer {
    margin-top: 40px;
}

.outline-link {
    display: inline-block;
    border: 1px solid #333;
    padding: 15px 40px;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    transition: background 0.3s ease;
    font-family: ivyora-display, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.outline-link:hover {
    background-color: #333;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .treatment-grid {
        flex-direction: column;
    }
    .column-divider {
        height: 1px;
        width: 100%;
        margin: 30px 0;
    }
    .main-title {
        font-size: 2rem;
    }
}

:root {
  --fg-gold: #b39a54;
  --fg-dark: #4a5447;
  --fg-light-tan: #e2ded2;
  --fg-white: #ffffff;
}

.fee-guide-section {
  padding: 80px 20px;
  background-color: #f0ede6; /* Use your fee_guide_background_image here */
  font-family: "Tenor Sans", serif; /* Or similar dental-style serif */
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 50% 180%; */
}

.fg-container {
  max-width: 1300px;
  margin: 0 auto;
}

.fg-header {
  margin-bottom: 50px;
  color: var(--fg-white); /* Adjust based on background visibility */
}

.fg-subtitle {
  font-size: 12px;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
  opacity: 0.9;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}

.fg-main-title {
  font-size: 54px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}

.fg-grid {
  display: flex;
  gap: 25px;
}

.fg-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.fg-card {
  padding: 35px;
  position: relative;
}

/* Card Styles */
.fg-card--intro { background: var(--fg-white); color: var(--fg-gold); }
.fg-card--additional { background: var(--fg-light-tan); color: #333; }
.fg-card--dark { background: var(--fg-dark); color: var(--fg-gold); }
.fg-card--gold { background: var(--fg-gold); color: var(--fg-white); }
.fg-card.fg-card--gold .fg-icon {
    background-color: #4a5447;
}

.fg-card.fg-card--dark .fg-icon {
    background-color: #b39a54;
}
.fg-icon {
  margin-bottom: 20px;
  font-size: 20px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -32px;
  left: 30px;
  border-radius: 50%;
  padding: 12px 8px;
  background-color: #000000;
}

.fg-wysiwyg h2 {
  font-size: 24px;
  margin-top: 0;
  line-height: 1.2;
}

.fg-wysiwyg p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.8;
}

/* Price Lists */
.fg-price-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 16px!important;
}

.fg-price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px dotted rgb(0 0 0);
  font-size: 16px!important;
  gap: 15px;
}

.fg-card--dark li, .fg-card--gold li {
  border-bottom: 1px dotted rgb(179 154 84);
}

.fg-card--gold li {
    border-bottom: 1px dotted rgb(74 84 71);
}

.fg-label {
  font-weight: 500;
}

.fg-price-group {
  text-align: right;
  flex-shrink: 0;
  color: #b39a54!important;
  width: 40%;
  text-align: left;
}

.fg-price {
  display: block;
  font-weight: 600;
}

.fg-sub-price {
  display: block;
  font-size: 11px;
}

.fg-small-info {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  max-width: 200px;
  color: #fff;
}

/* Mobile Setup */
@media (max-width: 1024px) {
  .fg-grid { flex-direction: column; }
  .fg-main-title { font-size: 40px; }
}
/* Ensure the grid columns are the same height */
.fg-grid {
  display: flex;
  gap: 25px;
  align-items: stretch; /* This is default, but ensures columns are equal height */
}

/* Make each column a flex container itself */
.fg-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Make the cards inside the columns stretch */
.fg-card {
  padding: 35px;
  display: flex;
  flex-direction: column;
  /* This ensures that in columns with only ONE card, it fills the height */
  flex: 1; 
}

/* Special rule for the first column with TWO cards */
.fg-column .fg-card--intro {
  flex: 0 1 auto; /* Don't force the top card to grow */
  margin-bottom: 25px; /* Maintain the gap */
}

.fg-column .fg-card--additional {
  flex: 1; /* Force the bottom card to fill the remaining height of the column */
}

/* Ensure the price list pushes to the bottom if needed */
.fg-price-list {
  margin-top: 20px;
  flex-grow: 1; 
}

.interest-offer-banner {
    background-color: #222222; /* Dark charcoal background */
    color: #ffffff;
    padding: 40px 20px;
    font-family: 'Arial', sans-serif; /* Replace with your site's font */
}

.interest-offer-banner .container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* Left side Title styles */
.offer-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1;
}
.offer-icon {
    width: 50px;
}

.offer-action a {
    font-size: 0.9rem;
    transition: background 0.3s ease;
    font-family: ivyora-display, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    padding-top: 20px;
}
.offer-title strong{color: #fff;font-size: 28px!important;}
.offer-title, .offer-title p {
    font-size: 28px!important;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
}

/* Middle text styles */
.offer-description {
    flex: 2;
    font-size: 18px;
    line-height: 1.4;
    max-width: 410px;
    font-size: 20px;
}

.offer-description p {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
}

.offer-description p {
    margin: 0;
}

/* Button styles */
.btn-gold {
    display: inline-block;
    background-color: #b39a5f; /* Gold/Brass color from image */
    color: #ffffff;
    text-decoration: none;
    padding: 15px 35px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    transition: background 0.3s ease;
}

.btn-gold:hover {
    background-color: #967f4a;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .interest-offer-banner .container {
        flex-direction: column;
        text-align: center;
    }
    
    .offer-header {
        flex-direction: column;
        align-items: center;
    }
}

.bespoke-why-choose {
    padding: 80px 20px;
    background-color: #fcfbf9; /* Light off-white background */
    font-family: 'Arial', sans-serif; /* Fallback */
    color: #333;
    text-align: center;
}

.bespoke-why-choose .container {
    max-width: 1300px;
    margin: 0 auto;
}

/* Header Styles */
.bespoke-why-choose .eyebrow {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #c5a47e; /* Gold tone from design */
    margin-bottom: 10px;
}

.bespoke-why-choose .main-title {
     /* Use your specific Serif font here */
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 1.1;
}

.bespoke-why-choose .intro-text {
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
}

/* Grid Layout */
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    text-align: left;
}

/* Styling the WYSIWYG Output */
.why-column h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}

.why-column p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
}

.why-column a {
    color: inherit;
    text-decoration: underline;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .why-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .bespoke-why-choose .main-title {
        font-size: 32px;
    }
}
.clinic-grid {
    display: grid;
    /* This tells the grid to be exactly 2 columns on desktop */
    grid-template-columns: 1fr 1fr; 
    gap: 40px;
    text-align: left;
    margin-top: 40px;
}

/* Ensure images don't break the layout */
.clinic-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* On mobile, we want them to stack 1 column */
@media (max-width: 991px) {
    .clinic-grid {
        grid-template-columns: 1fr;
    }
}
/* Layout Container */
.hero-flex-layout {
    display: flex;
    align-items: stretch; /* Vertically centers text with images */
    gap: 40px;
    padding: 60px 0;
    width: 100%;
}

.hero-content {
    flex: 0.8; /* Takes up half the space */
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 480px;
}

/* Image Wrapper */
.hero-wrapper {
    /* flex: 1.2; */ /* Takes up the other half */
    display: flex;
    gap: 15px;
    height: 480px; /* CRITICAL: This gives the background images height */
    max-width: 810px;
}

.hero-image-box {
    flex: 1;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
     /* Optional: matches the high-end dental aesthetic */
}

/* Responsive: Stack on mobile */
@media (max-width: 991px) {
    .hero-flex-layout {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-wrapper {
        /* flex: 5; */
        /* width: 100%; */
        /* height: 300px; */
        display: flex;
        height: 600px;
        flex-direction: column;
    }
}
/* Container to handle the positioning */
.fg-card {
    position: relative;
    padding-top: 60px; /* Adjust based on how much space you want inside the card */
}

/* The Wrapper */
.fg-sparkle-wrap {
    width: 70px;
    height: 70px;
    background-color: #444444; /* Dark grey */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -35px; /* Half of the height to pull it up onto the background line */
    left: 30px; /* Adjust horizontal placement */
    border: 2px solid #fff; /* Optional white ring */
}

.fg-sparkle-img {
    width: 50%; /* Adjust size of stars inside circle */
    height: auto;
}
.clinic-image-wrapper {
    width: 100%;
    /* This defines the shape of the box (16:9 ratio) */
    aspect-ratio: 16 / 9; 
    
    /* Essential background properties */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    margin-bottom: 25px;
    background-color: #f5f5f5; /* Light gray placeholder while loading */
}

/* Optional: Add a subtle hover zoom effect since it's a background now */
.clinic-card:hover .clinic-image-wrapper {
    background-size: 105%; /* Subtle zoom */
    transition: background-size 0.4s ease-in-out;
}

/* Rest of the styles (Titles, Buttons, etc.) remain the same as the previous version */
.clinic-name {
    font-family: 'Times New Roman', serif;
    font-size: 32px;
    margin-bottom: 15px;
}

.btn-clinic {
    display: inline-block;
    background-color: #4a504a;
    color: #fff;
    padding: 15px 35px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.clinic-image-wrapper.lazyloaded {
    height: 300px;
    background-size: cover;
    background-position: center;
}

@media (max-width:991px){
    .column.left-col, .column.right-col {width:100%;padding-right:0;
    }
    .latest-block .font-1, .related-conditions-block .font-1 {
    margin-top: 20px;
}
    .faq-block-mobile {
    padding: 30px;
}
    .column.right-col {
    width: 100%;
    padding-left: 0;
}
.clinic-card {
        max-width: 320px;
        margin: auto;
}
}

@media (max-width: 991.98px) {
    .latest-block .items .item .content .button, .related-conditions-block .items .item .content .button {
        display: block;
        margin: auto;
    }
}