@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

:root {
    --primary: #5B2D73;
    --primary-rgb: 91, 45, 115;
    --primary-dark: #3E1F4D;
    --accent: #9C3F72;
    --tint: #FAF6FB;
    --tint-2: #F3E7F1;
    --muted: #8B8394;
}





html {
    scroll-behavior: smooth;
    font-size: 14px;
    font-family: "Google Sans Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "slnt" 0,
        "wdth" 100,
        "GRAD" 0,
        "ROND" 0;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    min-height: 100%;
    background-color: white;
}

body {
    font-size: 14px;
    font-size: 14px;
    font-family: "Google Sans Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "slnt" 0,
        "wdth" 100,
        "GRAD" 0,
        "ROND" 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: black;
    background-color: white;
    padding: 0px;
    margin: 0px;
    min-height: 100vh;
}



p {
    color: black !important;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: black;
}

h1 {
    font-size: 26px;
    font-weight: 900;
}

h2 {
    font-size: 24px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 700;
}


::-moz-selection {
    background-color: var(--primary);
    color: white;
}

::selection {
    background-color: var(--primary);
    color: white;
}

body::-webkit-scrollbar {
    width: 4px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px var(--primary);
    box-shadow: inset 0 0 6px var(--primary);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    outline: 1px solid var(--primary);
}


.section {
    padding: 50px 0px;
}

.image-white {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(309deg) brightness(103%) contrast(103%);
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(309deg) brightness(103%) contrast(103%);
}

.img-fluid {
    width: 100% !important;
}

.font-100 {
    font-weight: 100 !important;
}

.font-200 {
    font-weight: 200 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.font-800 {
    font-weight: 800 !important;
}

.font-900 {
    font-weight: 900 !important;
}


.text-blue {
    color: black !important;
}

.text-white {
    color: #fff !important;
}



.border-radius-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.border-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.border-radius-15 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
}

.border-radius-20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

.border-radius-50 {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    overflow: hidden;
}

.form-border-red {
    border: 2px solid red !important;
}

button:focus {
    outline: 0;
    box-shadow: none;
}

.btn {
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    overflow: hidden !important;
    border: 0px !important;
    padding: 15px 30px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: relative;
    display: inline-block;
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    background: white;
    transform: scale(0);
    animation: ripple-animation 0.6s linear;
    pointer-events: none;
    z-index: 1;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}




.nav-link {
    font-weight: 600;
    color: #000 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.topbar {
    border-bottom: 0.5px solid black;
}

.social-icons {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.social-icons li {
    margin-right: 8px
}

.image-pink {
    filter: invert(38%) sepia(65%) saturate(1192%) hue-rotate(284deg) brightness(79%) contrast(92%);
    -webkit-filter: invert(38%) sepia(65%) saturate(1192%) hue-rotate(284deg) brightness(79%) contrast(92%);
}

.header-links a {
    color: white !important;
    margin-right: 12px;
}

.topbar-sep {
    display: inline-block;
    color: white;
    opacity: 0.6;
    margin-right: 12px;
}

/* Topbar: keep contact icons and social icons on one row at every width
   (the base .row > * rule forces 100% width below the md breakpoint,
   which is what was stacking these into two rows on mobile) */
.topbar .row {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.topbar .row>* {
    width: auto;
    max-width: none;
    flex-shrink: 1;
}

.header-search {
    cursor: pointer;
}

/* Sticky Navbar: topbar scrolls away, navbar sticks to the top */
nav.navbar {
    position: sticky;
    top: 0px;
    z-index: 1000;
}

/* Mobile Nav Toggle (no Bootstrap JS in use — plain CSS + app.js handles the .show state) */
@media (max-width: 1199.98px) {
    .navbar-collapse {
        max-height: 0px;
        overflow: hidden;
        flex-basis: 100%;
        width: 100%;
        transition: max-height 0.35s ease;
    }

    .navbar-collapse.show {
        max-height: 600px;
    }

    .navbar-nav {
        padding: 10px 0px;
    }

    .navbar-nav .nav-link {
        padding: 12px 0px !important;
        border-bottom: 1px solid #f0f0f0;
    }

    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: 0px;
    }

    .header-search {
        display: inline-block;
        margin: 10px 0px 15px 0px;
    }

    .navbar-toggler.active {
        border-color: var(--primary);
    }

    .navbar-collapse .btn-gradient {
        display: block;
        width: 100%;
        margin: 0px 0px 15px 0px !important;
        text-align: center;
    }
}

/* Nav Dropdown (no Bootstrap JS in use — plain CSS + app.js handles the .open state) */
.dropdown {
    position: relative;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
}

.dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.dropdown.open .dropdown-toggle::after {
    transform: rotate(-135deg);
}

.dropdown-menu {
    list-style-type: none;
    margin: 0px;
    padding: 10px 0px;
    min-width: 200px;
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.dropdown-item {
    display: block;
    padding: 10px 20px;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background-color: var(--tint);
    color: var(--primary);
}

@media (min-width: 1200px) {
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 1050;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    }

    .dropdown.open .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
}

@media (max-width: 1199.98px) {
    .dropdown-toggle {
        justify-content: space-between;
    }

    .dropdown-menu {
        max-height: 0px;
        overflow: hidden;
        padding: 0px;
        background-color: transparent;
        transition: max-height 0.3s ease;
    }

    .dropdown.open .dropdown-menu {
        max-height: 300px;
        padding: 5px 0px 5px 15px;
    }

    .dropdown-item {
        padding: 10px 0px;
    }
}

.home-banner-item {
    position: relative;
}

.home-banner-content {
    position: absolute;
    top: 40%;
    left: 35px;
}


.home-banner-content h2 {
    font-size: 40px;
    color: var(--primary) !important;
}

.btn-banner {
    font-size: 14px !important;
    font-weight: 700 !important;
}

.btn-purple {
    font-size: 12px;
    font-weight: 700;
    color: white !important;
    background-color: var(--primary) !important;
}

h2 {
    color: var(--primary);
    font-weight: 700;
    font-size: 26px;
}

.text-pink {
    color: var(--accent) !important;
}

.text-gray {
    color: #444444 !important;
}

.text-center {
    text-align: center !important;
}

.text-end {
    text-align: right !important;
}

.text-start {
    text-align: left !important;
}

.subtitle {
    color: var(--accent);
    padding-left: 50px;
    position: relative;
}

.subtitle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 30px;
    height: 2px;
    background-color: var(--accent) !important;
}

.bg-white {
    background-color: white !important;
}

.bg-gray {
    background-color: var(--tint) !important;
}

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

.image-purple {
    filter: invert(25%) sepia(71%) saturate(660%) hue-rotate(221deg) brightness(86%) contrast(101%);
    -webkit-filter: invert(25%) sepia(71%) saturate(660%) hue-rotate(221deg) brightness(86%) contrast(101%);
}



.service-title {
    padding: 10px 0px;
    position: relative;
    position: absolute;
    bottom: 0px;
    left: 0;
    backdrop-filter: blur(16px);
    width: 100%;
    text-align: center;
    background-image: linear-gradient(-225deg, #5B2D7366 0%, #5B2D73c7 29%, #9C3F72de 67%, #9C3F7229 100%) !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.service-box-image img {
    height: 240px;
    width: auto;
    object-fit: cover;
    object-position: center;
}

.splide__pagination {
    bottom: -30px;
}

.splide__pagination__page.is-active {
    background: var(--primary);
    border: 1px solid white;
}


.video-title {
    padding: 10px 0px;
    position: relative;
}

.video-title::before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 30px;
    height: 2px;
    background-color: var(--accent) !important;
}

.btn-sm {
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
}

.the-list {
    list-style-type: none
}

.the-list li {
    margin-bottom: 10px;
    position: relative
}

.the-list li:before {
    background-image: url('../../../../uploads/2026/09/check-icon.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    left: -30px;
    position: absolute;
    top: 0;
    width: 20px
}

.bg-gradient {
    background-image: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%) !important;
}

.bg-gradient-gray {
    background-color: var(--primary-dark) !important;
    background-image: none !important;
}

.video-box iframe {
    width: 100% !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
}

.testimonial-box-content {
    min-height: 256px;
}

.testimonial-box img {
    width: auto !important;
}

.text-purple {
    color: var(--primary) !important;
}

.testimonial-box-content {
    position: relative;
}

.testimonial-box-content::before {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -10px;
    width: 45px;
    height: 10px;
    border-top: 10px solid #ffffff;
    border-left: 22.5px solid transparent;
    border-right: 22.5px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.blog-title {
    padding: 10px 0px;
    position: relative;
}

.blog-title::before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 30px;
    height: 2px;
    background-color: var(--accent) !important;
}

.blog-box-image img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


/* Gallery Starts */
.gallery-box img {
    height: 215px;
    object-fit: cover;
    object-position: center;
}

/* Gallery Ends */



/* Media Starts */
.media-box {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: none;
}

.media-box img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    object-position: top center;
}

/* Media Ends */


/* Footer Starts */

footer {
    background: var(--primary-dark);
}

.footer-content-wrapper h5,
.footer-content-wrapper .h5 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
}

.footer-content-wrapper h5::after,
.footer-content-wrapper .h5::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 50%;
    height: 1px;
    background: linear-gradient(to right,
            var(--primary) 0%,
            var(--accent) 100%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.footer-links {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links li a {
    color: #3c414d;
}

.footer-links li a img {
    height: 16px;
}

.btn-gradient {
    background-image: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%) !important;
    color: white;
    font-weight: 500;
}

.btn-gradient:hover {
    background-image: linear-gradient(135deg, var(--primary-dark) 0%, var(--accent) 100%) !important;
    color: white;
    font-weight: 500;
}

.link-view-all {
    display: inline-block;
    color: var(--primary);
    font-weight: 600;
    transition: color 0.3s ease;
    margin-top: 20px;
}

.small {
    font-size: 11px !important;
}

.link-view-all:hover {
    color: var(--primary-dark);
}

.home-about-section {
    position: relative;
}

.home-about-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: auto !important;
    opacity: 0.2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.home-why-section {
    position: relative;
}

.home-why-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: auto !important;
    opacity: 0.2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-top: 10px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot.active {
    height: 15px !important;
    width: 15px !important;
    background-color: var(--primary) !important;
    border: 2px solid var(--primary) !important;
    margin-right: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0.5rem 1rem var(--primary) !important;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    height: 15px !important;
    width: 15px !important;
    background-color: transparent !important;
    border: 2px solid var(--primary) !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-right: 5px;
}


.btn-white {
    background-color: white !important;
    color: var(--primary) !important;
}

.btn-white:hover {
    background-color: white !important;
    color: var(--primary-dark) !important;
}

.btn-outline-white {
    background-color: transparent !important;
    border: 2px solid white !important;
    color: white !important;
}

.btn-outline-white:hover {
    background-color: white !important;
    color: var(--primary) !important;
}

.footer-cta {
    position: relative;
    overflow: hidden;
}

.footer-cta-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: auto !important;
    opacity: 0.15;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.footer-section {
    position: relative;
}

.footer-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: auto !important;
    opacity: 0.1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.whatsapp-sticky {
    background-color: #25d366;
    position: fixed;
    bottom: 40px;
    right: 20px;
    padding: 10px 30px;
    color: white;
    z-index: 200;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.glightbox img {
    height: 365px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* Youtube Starts */
.youtube-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}

.youtube-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 0, 0, .9);
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}

.youtube-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Youtube Ends */

.text-capitalize {
    text-transform: capitalize;
}


.stars {
    display: flex;
}

.star {
    font-size: 15px;
    color: gray;
    position: relative;
}

.star.filled {
    color: gold;
}

.star.half:after {
    content: '\2605';
    color: gold;
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
}

.box-shadow {
    box-shadow: 1px 8px 40px -20px !important;
}

.footer-section .container {
    position: relative;
    z-index: 10;
}


@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {}

@media (max-width: 768px) {}

@media (max-width: 575.98px) {
    .home-banner-content {
        position: relative;
        left: 0px;
        top: initial;
        padding: 30px;
    }

    .home-banner-content h2 {
        font-size: 30px;
    }

    .btn-bannner {
        line-height: 48px;
    }

    .navbar-brand img {
        height: 30px;
    }

    .video-box iframe {
        height: 180px;
    }
}
/* --- Footer polish: .bg-purple was referenced in markup but never defined (pre-existing gap) --- */
.bg-purple {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    background: #ffffff;
    padding: 14px 24px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.footer-logo img {
    margin-bottom: 0 !important;
}

/* ================================================================
   MODERNIZATION PASS 2 — bring real card/shadow/eyebrow treatment
   in line with the approved mockup (structure/classes unchanged,
   only depth, radius and decorative accents updated)
   ================================================================ */

:root {
    --shadow-sm: 0 2px 10px rgba(34, 26, 43, .06);
    --shadow-md: 0 12px 30px rgba(34, 26, 43, .10);
    --shadow-lg: 0 24px 60px rgba(59, 26, 66, .18);
    --gold: #E8A33D;
}

/* These utility classes were referenced across the site (about photo,
   blog thumbnails, header navbar, topbar, search box) but were never
   actually defined, so those elements rendered completely flat. */
.shadow-sm {
    box-shadow: var(--shadow-sm) !important;
}

.shadow {
    box-shadow: var(--shadow-md) !important;
}

.shadow-lg {
    box-shadow: var(--shadow-lg) !important;
}

/* Eyebrow labels ("— Services", "— Blog", etc.): drop the old dash
   accent, use clean uppercase letter-spacing like the mockup. */
.subtitle {
    padding-left: 0;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
    font-size: 13px;
}

.subtitle::before {
    display: none;
}

.blog-title::before,
.video-title::before {
    display: none;
}

/* Blog cards: unify image + text into one white card with shadow,
   matching the mockup's blog grid. */
.blog-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
    height: 100%;
}

.blog-box:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.blog-box-image img {
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 200px;
}

.blog-title {
    padding: 20px 22px 24px;
}

.blog-title h5.subtitle {
    margin-bottom: 6px;
}

/* Service cards: add card depth to match the mockup's shadowed tiles. */
.service-box {
    box-shadow: var(--shadow-md);
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.service-box:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

/* Informative video cards: add card depth. */
.youtube-video {
    box-shadow: var(--shadow-md);
    transition: transform .2s ease, box-shadow .2s ease;
}

.youtube-video:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

/* Testimonial cards: give the quote block real elevation and merge it
   visually with the name strip beneath it (mockup treats these as one
   card), instead of the old detached speech-bubble-pointer look. */
.testimonial-box-content {
    box-shadow: var(--shadow-md);
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0 !important;
}

.testimonial-box-content::before {
    display: none;
}

.testimonial-box-title {
    background: #fff;
    box-shadow: var(--shadow-md);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 14px 24px 20px;
    margin-bottom: 24px;
}

.star.filled {
    color: var(--gold);
}

/* Testimonial card: quote-icon + stars row, quote text, then avatar +
   name + source — matches the mockup's card composition. */
.testimonial-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.testimonial-quote-icon {
    width: 26px;
    height: 26px;
    opacity: .85;
    object-fit: contain;
}

.stars .star {
    font-size: 15px;
}

.testimonial-quote-text {
    font-style: italic;
    font-size: 15px;
    line-height: 1.7;
    color: var(--body-text, #5C5265);
    margin-bottom: 0 !important;
}

.testimonial-box-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--tint-2);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    flex: none;
    text-transform: uppercase;
}

.testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}

.testimonial-name {
    margin: 0 !important;
    font-size: 14px;
}

.testimonial-source {
    margin: 0 !important;
    font-size: 12px;
    color: var(--muted);
    font-style: normal;
}

/* Footer CTA: turned into a light floating card per client request
   (was a dark gradient banner). Scoped to .footer-cta.bg-gradient so
   the about-page hero, which also uses .bg-gradient, is unaffected. */
.footer-cta.bg-gradient {
    background: var(--tint) !important;
    background-image: none !important;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-cta .container {
    background: #fff;
    border-radius: 24px;
    box-shadow: var(--shadow-lg);
    padding: 48px 44px;
}

.btn-outline-purple {
    background-color: transparent !important;
    border: 2px solid var(--primary) !important;
    color: var(--primary) !important;
}

.btn-outline-purple:hover {
    background-color: var(--primary) !important;
    color: #fff !important;
}

/* Blog slider: breathing room below each card (li.splide__slide wraps
   .blog-box) so the card shadow isn't clipped and cards don't crowd
   the pagination dots underneath. */
#blog_slider .splide__slide {
    margin-bottom: 30px;
}

/* Blog placeholder: shown instead of a broken image when a blog post
   has no featured image — purple gradient card with the white gastro
   icon, sized to match the real thumbnail slot. */
.blog-placeholder {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-placeholder img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}
