/* alt font */

.alt-font{    font-family: sweet-sans-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: .01em;}

.page-id-111876 .container-fluid {
    padding: 0;
}

#page-wrapper .premium-dental-hero .row {
    justify-content: flex-start;
}

/* ==========================================================================
   1. Hero Section Container
   ========================================================================== */
.premium-dental-hero {
    background-color: #F6F5F4; /* Light off-white background */
    padding: 80px 0; /* Adjust padding as needed for height */
    font-family: Arial, sans-serif; /* Fallback */
}

/* Small Sub-title / Label above the main heading */
.hero-label {
    display: block;
    color: #B59652; /* Gold/Tan text color */
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Main Heading */
.hero-title {
    color: #382D26; /* Dark brown/charcoal text color */
    font-family: 'ivyora-display', serif; /* Elegant serif font */
    font-size: 3.5rem; /* Large headline scaling */
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 40px;
}

/* Button Styling */
.btn-hero {
    display: inline-block;
    background-color: #B59652; /* Gold/Tan background */
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 16px 36px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-hero:hover {
    background-color: #9A7D3E; /* Slightly darker gold on hover */
    text-decoration: none;
}

/* Responsive tweaks for mobile viewports */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
}


/* ==========================================================================
   2. Content Banner (Overlapping Card)
   ========================================================================== */
.content-banner-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 140px 0; /* Creates the top/bottom spacing around the white box */
    display: flex;
    align-items: center;
}

/* White overlapping card container */
.content-banner-card {
    position: relative;
    background-color: #FFFFFF;
    padding: 55px 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Floating Black Circular Badge */
.content-banner-card .badge-icon {
	    background-color: #222222;
    position: absolute;
    top: -24px; /* Pulls exactly half of the badge above the card border */
    left: 40px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Sparkle SVG Sizing */
.content-banner-card .badge-icon svg {
    width: 22px;
    height: 22px;
}
.badge-icon img {
    width: 30px;
}
/* Gold sub-title label */
.banner-sub-title {
    display: block;
    color: #B59652;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* WYSIWYG Content text handling */
.banner-body-text h2, 
.banner-body-text h3 {
    color: #1A1A1A;
font-family: 'ivyora-display', serif; /* Elegant serif font */
    font-size: 2.3rem;
    line-height: 1.25;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}

.banner-body-text p {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;font-family: 'ivyora-display', serif;
}

/* Gold Button Styling */
.btn-banner {
    display: inline-block;
    background-color: #B59652;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 16px 32px;
    text-decoration: none;
    transition: background-color 0.25s ease-in-out;
}

.btn-banner:hover {
    background-color: #9A7D3E;
    text-decoration: none;
}

/* Mobile responsive fixes */
@media (max-width: 768px) {
    .content-banner-section {
        padding: 80px 0;
    }
    .content-banner-card {
        padding: 40px 24px 30px;
    }
    .content-banner-card .badge-icon {
        left: 24px;
    }
    .banner-body-text h2, 
    .banner-body-text h3 {
        font-size: 1.8rem;
    }
}


/* ==========================================================================
   3. Split Info Section (Image & Text side-by-side)
   ========================================================================== */
.split-info-section {
    background-color: #F6F5F4 !important; /* Force off-white background */
    padding: 100px 0 !important;
}

/* Set flex properties & wrapping safety for rows */
.split-info-section .row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

/* Left Side: Image Wrapper */
.split-image-wrapper {
    width: 100%;
    overflow: hidden;
}

/* Enforce crisp scaling on the image */
.split-img {
    width: 100% !important;
    height: auto !important;
    max-height: 480px !important;
    object-fit: cover !important;
    display: block !important;
}

/* Right Side: Text Card Content Spacing */
.split-content-card {
    padding-left: 40px !important; /* Spacing from image on desktop */
}

/* Gold Heading */
.split-content-card .split-title-label {
    color: #B59652 !important;
    font-size: 20px !important;

    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-top: 0 !important;
    margin-bottom: 25px !important;

}

/* Main Body Paragraphs (Serif) */
.split-body-content p {
    color: #382D26 !important; 
font-family: 'ivyora-display', serif; /* Elegant serif font */
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin-bottom: 24px !important;
}

/* List Elements */
.split-body-content ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 24px !important;
}

.split-body-content ul li {
    position: relative !important;
    color: #382D26 !important;
   font-family: 'ivyora-display', serif; /* Elegant serif font */
    font-size: 18px !important;
    line-height: 1.0 !important;
    margin-bottom: 10px !important;
    padding-left: 20px !important;
}

/* Custom bullet points */
.split-body-content ul li::before {
    content: "•" !important;
    color: #382D26 !important;
    font-size: 18px !important;
    position: absolute !important;
    left: 4px !important;
    top: -1px !important;
}

/* Bold paragraphs inside WYSIWYG content */
.split-body-content strong {
   font-family: 'ivyora-display', serif; /* Elegant serif font */
    font-weight: 700 !important;text-decoration: underline;
}

/* Gold Button styling */
.split-content-card a.btn-split {
    display: inline-block !important;
    background-color: #B59652 !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 1.2px !important;
    padding: 10px 36px !important;
    text-decoration: none !important;
    margin-top: 0px !important;
    transition: background-color 0.2s ease-in-out !important;
}

.split-content-card a.btn-split:hover {
    background-color: #9A7D3E !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

/* Responsive adjustments for Split Info section */
@media (max-width: 991px) {
    .split-content-card {
        padding-left: 0 !important; /* Clear side-padding when stacked */
        margin-top: 40px !important; /* Breathing room beneath the image */
    }
}

@media (max-width: 767px) {
    .split-info-section {
        padding: 60px 0 !important;
    }
    .split-body-content p,
    .split-body-content ul li {
        font-size: 16px !important;
    }
}


/* ==========================================================================
   4. Dark CTA Banner
   ========================================================================== */
.small-cta-banner {
    background-color: #212121 !important; /* Elegant charcoal/black background */
    padding: 40px 0 !important; 
}

/* Vertical center row alignment with wrap safety */
.small-cta-banner .row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

/* Elegant Title Typography */
.cta-banner-title {
    color: #FFFFFF !important;
    font-family: 'ivyora-display', serif; /* Elegant serif font */
    font-size: 35px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

/* Gold CTA Button styling */
.btn-cta-banner {
    display: inline-block !important;
    background-color: #B59652 !important; /* Signature Gold */
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    padding: 16px 36px !important;
    text-decoration: none !important;
    white-space: nowrap !important; /* Keep button text on one line */
    transition: background-color 0.25s ease-in-out !important;
}

.btn-cta-banner:hover {
    background-color: #9A7D3E !important;
    text-decoration: none !important;
}

/* Responsive adjustments for Dark CTA banner */
@media (max-width: 767px) {
    .small-cta-banner {
        padding: 50px 0 !important;
        text-align: center !important;
    }
    .cta-banner-title {
        font-size: 24px !important;
        margin-bottom: 25px !important; /* Distance above button when stacked */
    }
    .btn-cta-banner {
        width: 100% !important; /* Full-width layout on mobile screens */
        display: block !important;
    }
}


@media (max-width: 767px) {
    .small-cta-banner {
        padding: 50px 0 !important;
        text-align: center !important;
    }
    .cta-banner-title {
        font-size: 24px !important;
        margin-bottom: 25px !important;
    }
    
    /* Updated Button Styles for Mobile Wrapping */
    .btn-cta-banner {
        width: 100% !important; 
        display: block !important;
        
        /* These three lines make the text wrap beautifully onto two lines */
        white-space: normal !important; /* Overrides 'nowrap' to allow wrapping */
        line-height: 1.4 !important;    /* Adds space between the two lines of text */
        padding: 14px 20px !important;  /* Balances padding when text wraps */
    }
}