html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #F8F3ED;
    font-size: 16px;
    color: #262626;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}

p{
    line-height: 24px;
}

.btn:focus{
    box-shadow: none;
}

/*Top Nav*/
.top-nav{
    background-color: transparent;
    padding: 12px 90px;
    transition: all 0.3s ease-in-out;
}
.top-nav{
    transform: translateY(0);
    transition: transform 0.3s ease;
}
.header.scrolled .top-nav{
    transform: translateY(-100%);
}

@media (min-width: 1470px){
    .container{
        max-width: 1206px;
    }
}

@media (min-width: 1800px){
    .header .container{
        max-width: 1740px;
    }
}


/*Header*/
.header {
    background-color: transparent;
    z-index: 9999;
    width: 100%;
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0px;
    left: 0px;
}
.bottom-head{
    background-color: transparent;
    padding: 0 90px;
    transition: all 0.3s ease-in-out;
}
.header.scrolled .bottom-head{
    transform: translateY(-60px);
    background: #4A72BA;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(10px);
}
.navbar{
    padding: 15px 0px;
    transition: all 0.3s ease-in-out;
}
.header.scrolled .bottom-head .navbar{
    padding: 5px 0px;
}
.navbar-brand{
    margin-right: 0px;
    text-align: left;
}
.navbar-brand{
    text-align: left;
    transition: all 0.3s ease-in-out;
}
/* Blue logo on transparent header over hero; default logo when sticky */
.navbar-brand .logo-nav-scrolled{
    display: none;
}
.navbar-brand .logo-nav-on-hero{
    display: block;
}
.header.scrolled .bottom-head .navbar-brand .logo-nav-on-hero{
    display: none;
}
.header.scrolled .bottom-head .navbar-brand .logo-nav-scrolled{
    display: block;
}
.header.scrolled .bottom-head .navbar-brand{
    width: 180px;
}
.navbar-nav{
    display: flex;
    align-items: center;
    gap: 40px;
}
.navbar-nav .nav-link{
    display: block;
    color: #262626;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    padding: 0px !important;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.header.scrolled .bottom-head .navbar-nav .nav-link{
    color: #ffffff;
}
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%); /* keep centered */
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #262626; /* uses text color */
    transition: width 0.4s ease, left 0.4s ease;
}
.header.scrolled .bottom-head .navbar-nav .nav-link::after{
    background-color: #ffffff;
}
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after{
    width: 100%;
}
#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}           
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

/* close */
.navbar-toggler{
    padding: 0px;
    border: 0px;
    display: flex;
}
.menu_toggle{
    width: 25px !important;
    height: 25px;
    padding: 0px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in;
    text-align: left;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 90;
    border-radius: 3px;
    line-height: 0px;
}
.menu_toggle span {
    height: 4px;
    width: 100%;
    background: #262626;
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);
    margin: 2px 0px;
}
.header.scrolled .bottom-head .menu_toggle span{
    background: #ffffff;
}

.offcanvas.fade {
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
}
.offcanvas.show {
    opacity: 1;
    transform: translateX(0);
}
.offcanvas.offcanvas-end{
    border: 0px;
}
.offcanvas .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0px;
    opacity: 1;
    --bs-btn-close-bg: none;
    width: fit-content;
    height: fit-content;
}
.offcanvas .btn-close svg line{
    transition: all 0.3s ease-in-out;
}
.offcanvas .btn-close:hover svg line{
    stroke: #000000;
}
.offcanvas .btn-close:focus{
    box-shadow: none;
}
.offcanvas-body{
    padding: 50px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.h-btn.btn-theme{
    padding-left: 70px;
    padding-right: 70px;
    transition: all 0.3s ease-in-out;
}
.h-btn.btn-theme:hover{
    background-color: transparent !important;
}
.header.scrolled .bottom-head .h-btn.btn-theme{
    background-color: #ffffff;
    color: #262626;
    border-color: #ffffff;
}
.header.scrolled .bottom-head .h-btn.btn-theme:hover{
    color: #ffffff;
    border-color: #ffffff;
}


/*Prayer Request*/
.prayer-hp{
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.prayer-request-anchor{
    scroll-margin-top: clamp(88px, 14vh, 140px);
    outline: none;
}
.sec-pad{
    padding: 80px 0;
}
.title{
    color: #000;
    font-family: "Marcellus", serif;
    font-size: 46px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.84px;
}
.link{
    transition: all 0.3s ease-in-out;
}
.link:hover{
    color: #4A72BA;
}
.form-label{
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
}
.form-control{
    color: #262626;
    border-radius: 40px;
    background-color: #EEE7DF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border: 0px;
    padding: 15px 25px;
}
.form-control:focus{
    color: #262626;
    background-color: #EEE7DF;
    border: 0px;
    box-shadow: none;
    outline: none;
}
textarea{
    resize: none;
}
.btn-theme{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    border-radius: 40px;
    background-color: #4A72BA;
    padding: 12px 40px;
    border: 2px solid #4A72BA;
}
.btn.btn-theme:hover{
    color: #4A72BA;
    background-color: #F8F3ED;
    border-color: #4A72BA;
}
.contact-form-img{
    border-radius: 250px 250px 20px 20px;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.blur-shape01{
    min-width: 145px;
    height: 145px;
    border-radius: 72.5px;
    background-color: #FCFF91;
    filter: blur(87px);
    position: absolute;
    top: 0px;
    left: -24px;
}
.blur-shape01.right-side{
    left: auto;
    right: -60px;
}

/*Change your thinking, change your life.*/
.big-title{
    color: #000;
    text-align: center;
    font-family: "Marcellus", serif;
    font-size: 56px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.24px;
    margin-bottom: 40px;
}
.small-text{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

/*Contact Details*/
.blue-box{
    border-radius: 30px;
    background-color: #4A72BA;
    padding: 40px 30px 40px 40px;
}
.sub-title{
    font-family: "Marcellus", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.44px;
}
.underline{
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
}
.underline:hover{
    text-decoration: none;
}
.cream-box{
    border-radius: 30px;
    background-color: #F8F3ED;
    padding: 30px;
    height: 100%;
    overflow: hidden;
}

/*Who We Are & Weekly Engagement*/
.horizontal-pad{
    padding: 0 50px;
}
.who-we-are-box{
    border-radius: 30px 30px 0 0;
    background-color: #EEE7DF;
}
.box001{
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}
.box001.left{
    border-radius: 190px 20px 20px 20px;
}
.box001.center{
    border-radius: 190px 190px 20px 20px;
}
.box001.right{
    border-radius: 20px 190px 20px 20px;
}

.weekly-engagement{
    border-radius: 0px 0px 30px 30px;
    background-color: #AF897D;
    position: relative;
}
.box002{
    display: flex;
    align-items: stretch;
}
.content-box{
    padding: 40px 45px;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-top: 0px !important;
    text-align: center;
    flex: 1;
}
.box002 .content-box:first-child{
    padding-left: 0px !important;
    border-left: 0px !important;
}
.box002 .content-box:last-child{
    padding-right: 0px !important;
}
.content-box .sub-title, 
.content-box p, 
.content-box svg path{
    transition: all 0.3s ease-in-out;
}
.content-box:hover .sub-title, 
.content-box:hover p{
    color: #000000;
}
.content-box p:last-child{
    margin-bottom: 0px;
}
.content-box:hover svg path{
    fill: #000000;
}
.content-box .icon-box{
    text-align: center;
    margin-bottom: 30px;
}
.blur-shape02{
    width: 125px;
    height: 125px;
    border-radius: 72.5px;
    background-color: #FCFF91;
    filter: blur(87px);
    position: absolute;
    top: 0px;
    right: 282px;
}

/*Question Discuss Explore*/
.discuss-explore-img{
    border-radius: 20px 20px 250px 250px;
}
.discuss-explore-img-volunteer-opportunities{
    border-radius: 20px;
}
@media (min-width: 992px) {
    .volunteer-opportunities-row .content-sec {
        margin-top: 0;
    }
}
.discuss-explore-img-philosophy{
    border-radius: 25px;
}
.content-sec{
    margin-top: 30px;
    margin-left: 46px;
}
.content-sec-centered{
    margin-left: auto !important;
    margin-right: auto;
    text-align: center;
    max-width: 920px;
}
.content-sec-centered .title{
    text-align: center;
}
.content-sec .title{
    margin-bottom: 30px;
}
.cust-ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cust-ul li{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.cust-ul li::before{
    content: '';
    min-width: 11px;
    height: 11px;
    background-color: #4A72BA;
    border-radius: 0 0 20px 20px;
    margin-top: 9px;
}
.green-box{
    padding: 60px;
    background-color: #CFCFA0;
    border-radius: 30px;
}
.green-box .big-title{
    margin-bottom: 36px;
}
.sec-pad.cust-pad{
    padding-top: 22px;
}

/*Hero Section*/
.hero-sec{
    padding: 58px 50px 18px;
    width: 100%;
    height: min(90vh, 860px);
}
.hero-main{
    background-size: cover;
    background-position: left center;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    position: relative;
}
/* Homepage only: soften bottom edge into page background (#F8F3ED) */
.hero-sec .hero-main{
    overflow: hidden;
}
.hero-sec .hero-main::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
    /* Slight bleed past bottom avoids 1px hairline between card and page on some displays */
    bottom: -1px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 52%,
        rgba(248, 243, 237, 0.35) 72%,
        rgba(248, 243, 237, 0.85) 88%,
        #F8F3ED 100%
    );
}
.hero-content{
    display: flex;
    align-items: end;
    justify-content: center;
    height: 100%;
    padding-bottom: 166px;
}
/* Homepage hero: text anchored toward bottom, clear of fixed header */
.hero-sec .hero-content{
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
}
.hero-sec .hero-content .hero-content-row{
    flex: 1 1 0;
    min-height: 0;
    width: 100%;
}
.hero-content-stack{
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100%;
    justify-content: flex-end;
}
.hero-sec .hero-content-stack{
    padding-top: calc(env(safe-area-inset-top, 0px) + clamp(72px, 10vh, 110px));
}
.hero-text-stack{
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
}
.hero-title{
    color: #4A72BA;
    text-align: center;
    font-family: "Marcellus", serif;
    font-size: 66px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.64px;
    margin-bottom: 40px;
}
.z-1{
    position: relative;
    z-index: 1;
}
.hero-text{
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    max-width: 420px;
    margin: 0 auto 45px;
}
.btn-sec{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.btn-sec .btn-theme:hover{
    color: #262626;
    background-color: transparent;
}
.btn-theme.br-btn{
    color: #262626;
    background-color: transparent;
}
.btn-theme.br-btn:hover{
    color: #FFFFFF;
    background-color: #4A72BA;
}
.hero-shape{
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
}

/*About Us Page*/
.inner-hero-sec{
    padding: 58px 50px;
    width: 100%;
    padding-bottom: 0px !important;
}
.inner-hero-sec .hero-main{
    background-position: center;
    overflow: hidden;
}
/* Light overlay so hero title and area under fixed nav stay readable */
.inner-hero-sec .hero-main::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.7);
    z-index: 0;
    pointer-events: none;
}
.inner-hero-sec .hero-content{
    display: flex;
    align-items: end;
    justify-content: center;
    height: 100%;
    padding: 180px 0px 80px;
}
.inner-hero-sec .hero-title{
    color: #000000;
    margin-bottom: 0px;
}
.content-sec p:last-child{
    margin-bottom: 0px;
}
.mcl-sec{
    background-color: #7D9EAF;
    position: relative;
}
.br-30{
    border-radius: 30px;
}
.mlc-box{
    border-radius: 30px;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.mlc-box .sub-title{
    margin-bottom: 6px;
    color: #000000;
    text-align: center;
}
.designation{
    color: #4A72BA;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.mcl-profile{
    width: 250px;
    height: 250px;
    background-size: cover;
    background-position: center;
    margin: 0 auto 20px;
}
.mlc-contact-sec{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.mcl-contact-box{
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #4A72BA;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.mcl-contact-box:hover{
    background-color: #000000;
}

/*Events Page*/
.special-services-sec{
    background-color: #AF7D89;
    position: relative;
}
.special-services-sec .content-box, 
.special-services-sec .content-box .icon-box{
    text-align: left;
}
.workshops .box002 .content-box{
    padding: 30px 45px;
    text-align: left;
    border-color: #000000 !important;
}
.workshops .box002{
    margin-bottom: 40px;
}
.workshops .box002:last-child{
    margin-bottom: 0px;
}
.calendar iframe{
    border: none;
    line-height: 1;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

/*Learn About CSL Page*/
.teachings-practices-sec{
    background-color: #AFA57D;
}
.teachings-practices-sec .box001{
    height: 323px;
    margin-bottom: 0px;
    background-position: bottom center;
}

/*Timeline*/
.timeline {
    position: relative;
}
/* vertical line */
.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #4A72BA;
    transform: translateX(-50%);
}
.timeline-item {
    position: relative;
    width: 50%;
    padding: 30px 43px;
}
.timeline-item.left {
    left: 0;
    padding-left: 0px;
}
.timeline-item.right {
    left: 50%;
    padding-right: 0px;
}
.timeline-item .content {
    background: transparent;
}
.timeline-item .content p:last-child{
    margin-bottom: 0px;
}
.timeline-item .dot {
    position: absolute;
    top: 45px;
    width: 20px;
    height: 20px;
    border: 3px solid #FFF;
    background-color: #AF7D89;
    border-radius: 50%;
    z-index: 1;
}
/* dots position */
.timeline-item.left .dot {
    right: -10px;
}
.timeline-item.right .dot {
    left: -10px;
}
.blur-shape02.center{
    left: 45%;
    transform: translateX(-50%);
    top: 80px;
}

/*FAQ Page*/
.accordion-button{
    background-color: transparent;
    padding: 20px 0px 20px 46px;
    color: #000;
    font-family: "Marcellus", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.96px;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
}
.accordion-item{
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #EEE7DF;
    border-radius: 0px !important;
}
.accordion .accordion-item:last-child{
    border-bottom: 0px;
}
.accordion-body{
    padding: 0px 0px 30px 46px;
}
.accordion .accordion-item:last-child .accordion-body{
    padding-bottom: 0px;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button::after{
    background-image: none !important;
    width: 15px;
    height: 3px;
    background-color: #000000;
    position: absolute;
    top: 34px;
    left: 0px;
    transition: all 0.3s ease-in-out;
}
.accordion-button::before{
    content: '';
    position: absolute;
    top: 28px;
    left: 6px;
    width: 3px;
    height: 15px;
    background-color: #000000;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}
.accordion-button[aria-expanded="true"]::before{
    opacity: 0;
    visibility: hidden;
    transform: rotate(45deg);
}
.accordion-body p:last-child{
    margin-bottom: 0px;
}














/*Footer*/
.footer{
    padding: 0px 50px;
}
.p-footer{
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    padding: 50px 0px 60px;
}
.f-logo{
    margin-bottom: 40px;
    text-align: center;
}
.f-ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    gap: 40px;
}
.f-ul li a{
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    position: relative;
}
.f-ul li a::after{
    content: '';
    width: 0%;
    height: 2px;
    background-color: #262626;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}
.f-ul li a:hover::after{
    width: 100%;
}
.s-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0px;
}
.copyright-text{
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.copyright-text a{
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}
.copyright-text a:hover{
    text-decoration: none;
}
.f-social-sec{
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-box{
    min-width: 34px;
    height: 34px;
    background-color: #4A72BA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.social-box:hover{
    opacity: 0.7;
}

/* Blog listing & posts */
.blog-preview-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex-shrink: 0;
}
/* Equal-height cards in a multi-column row (optional) */
.row > [class*="col-"] > .blog-preview-card.h-100 {
    height: 100%;
}
.blog-preview-card .blog-date {
    font-size: 14px;
    font-weight: 600;
    color: #4A72BA;
    margin-bottom: 8px;
}
.blog-preview-card .blog-title {
    font-family: "Marcellus", serif;
    font-size: 28px;
    color: #000;
    margin-bottom: 12px;
    line-height: 1.2;
}
.blog-preview-card .blog-excerpt {
    flex-grow: 1;
    margin-bottom: 20px;
    line-height: 1.6;
}
.blog-post-article blockquote {
    border-left: 4px solid #4A72BA;
    padding-left: 20px;
    margin: 24px 0;
    font-style: italic;
    color: #262626;
}
.blog-post-article .blog-affirmation {
    background: #EEE7DF;
    border-radius: 16px;
    padding: 24px 28px;
    margin-top: 32px;
}
.blog-post-article .blog-affirmation h3 {
    font-family: "Marcellus", serif;
    font-size: 24px;
    margin-bottom: 12px;
}

/* Testimonial cards (homepage) */
.testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.3s ease;
}
.testimonial-card:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.1);
}
.testimonial-bubble {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px;
    background: #EEE7DF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.testimonial-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-initial {
    font-family: "Marcellus", serif;
    font-size: 32px;
    font-weight: 400;
    color: #4A72BA;
}
.testimonial-brief {
    font-size: 14px;
    line-height: 1.5;
    color: #262626;
    margin-bottom: 16px;
    flex-grow: 1;
}
.testimonial-card .btn-theme {
    padding: 8px 24px;
    font-size: 14px;
}

/* Sunday Service box – keep Facebook/YouTube buttons on one line */
.sunday-service-btns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
}
.sunday-service-btns .btn {
    white-space: nowrap;
    flex-shrink: 0;
}

/* Testimonial modals */
.modal-dialog:has(.testimonial-modal-content) {
    margin-top: 120px;
    margin-bottom: 80px;
    max-height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
}
.modal-dialog:has(.testimonial-modal-content) .modal-content {
    max-height: 100%;
    display: flex;
    flex-direction: column;
}
.testimonial-modal-content {
    border-radius: 16px;
    overflow: hidden;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: transparent !important;
}
.testimonial-modal-content .modal-header {
    flex-shrink: 0;
    background: #fff;
    border-radius: 16px 16px 0 0;
}
.testimonial-modal-content .modal-body {
    background: #fff;
    border-radius: 0 0 16px 16px;
}
.testimonial-modal-content::after,
.testimonial-modal-content::before {
    display: none !important;
}
.testimonial-modal-content .modal-title {
    font-family: "Marcellus", serif;
    font-size: 28px;
    font-weight: 400;
    color: #262626;
}
.testimonial-modal-content .modal-body {
    overflow-y: auto;
    max-height: 65vh;
    flex: 1;
    min-height: 0;
    padding-bottom: 48px;
    position: relative;
    z-index: 1;
}
/* Clearfix so floated photo doesn't collapse the body – removes white box over bottom text */
.testimonial-modal-content .modal-body::after {
    content: "";
    display: table;
    clear: both;
}
.testimonial-modal-photo-wrap {
    float: left;
    width: 220px;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    background: #EEE7DF;
    margin: 0 24px 16px 0;
}
.testimonial-modal-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-full {
    font-size: 16px;
    line-height: 1.6;
    color: #262626;
    margin: 0;
}

@media (max-width: 576px) {
    .testimonial-modal-photo-wrap {
        float: none;
        display: block;
        margin: 0 auto 20px;
        width: 180px;
        height: 180px;
    }
}
















.mb-100{
    margin-bottom: 100px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}

.semibold{
    font-weight: 600;
}
.bold{
    font-weight: 700;
}

.marcellus{
    font-family: "Marcellus", serif;
}