h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope', sans-serif;
}
.hero-section h1 {
    font-family: 'Manrope', sans-serif;
}

.hero-section h1 .caslon-text {
    font-family: 'Libre Caslon Text', serif;
    font-weight: 400;
    font-style: italic;
}

html,body{
	width: 100%;
	overflow-x: clip;
}
body{
    font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	color: var(--text-color);
	background: var(--bg-color);
    -webkit-user-select: none; 
    -ms-user-select: none;     
    user-select: none;         
}
.libre-caslon {
    font-family: "Libre Caslon Text", serif;
    font-style: italic;
}

::-webkit-scrollbar-track{
	background-color: var(--primary-color);
	border-left: 1px solid var(--primary-color);
}
::-webkit-scrollbar{
	width: 7px;
	background-color: var(--primary-color);
}
::-webkit-scrollbar-thumb{
	background: var(--accent-color);
}

::selection{
	color: white;
	background-color: var(--primary-color);
	filter: invert(1);
}
p{
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

.container{
	max-width: 1160px;
	/* max-width: 1262px; */
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
}


.select2-container--default .select2-selection--single {
    height: auto;
    padding: 16px 20px;
    background: #fdf5ea;
    border: 1px solid transparent;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #a49a8c;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #a49a8c;
    line-height: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 20px;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--primary);
    background: #fff;
}

.select2-dropdown {
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 6px;
}

.select2-results__option {
    padding: 12px 20px;
    font-size: 14px;
    color: #2f2f2f;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary);
    color: #fff;
}








.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}




    .hero-section {
        width: 100%;
        overflow: hidden;
    }
    .hero-slider {
        width: 100%;
    }
    .hero-slide {
       width: 100%;
       position: relative;
    }

    .hero-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .hero-slide {
        height: 600px;
    }

    .hero-slide .hero-media {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
   
    .main-header {
        position: fixed;
        top: 21px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 180px);
        max-width: 1120px;
        z-index: 1000;
        transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    }
    .header-inner {
        height: 70px;
        background: #fff;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px 0 40px;
        box-sizing: border-box;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
        border: 1px solid transparent;
        transition: background-color 0.6s ease,
                    box-shadow 0.6s ease,
                    border-color 0.6s ease,
                    backdrop-filter 0.6s ease;
    }
    .main-header.scrolled .header-inner {
        background: #14141499 !important;
        backdrop-filter: blur(15px) saturate(180%);
        -webkit-backdrop-filter: blur(15px) saturate(180%);
        border-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
    }
    .header-nav a {
        color: #252525;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        white-space: nowrap;
        transition: color 0.6s ease;
    }
    .main-header.scrolled .header-nav a {
        color: #fff;
    }
    .main-header.scrolled .header-nav .quote-btn {
        background: var(--primary);
        color: #fff;
    }
    .header-logo img {
        transition: filter 0.9s ease;
    }
    .main-header.scrolled .header-logo img {
        filter: brightness(0) invert(1);
    }
    .main-header.scrolled {
        transform: translateX(-50%) translateY(-6px) scale(1.03);
    }
            
    .header-logo {
        display: flex;
        align-items: center;
        text-decoration: none;
        flex-shrink: 0;
    }

    .header-logo img {
        width: 155px;
        height: 45px;
        display: block;
    }

    .header-nav {
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .header-nav a {
        color: #252525;
        font-size: 15px;
        font-weight: 400;
        text-decoration: none;
        white-space: nowrap;
        transition: all 0.3s ease;
    }

    .header-nav a:hover {
        color: var(--primary);
    }

    .header-nav .quote-btn {
        background: var(--primary);
        color: #fff;
        padding: 12px 20px;
        border-radius: 17px;
        margin-left: 0;
    }
    .header-nav .quote-btn:hover {
        background: var(--primary) !important;
        color: #fff;
    }
    .page-banner {
        position: relative;
        height: 280px;
        display: flex;
        align-items: flex-end;
        background-image: url('{{ asset("images/about-banner.jpg") }}');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-bottom: 40px;
        overflow: hidden;
    }

    .page-banner-overlay {
        position: absolute;
        inset: 0;
    
        z-index: 1;
    }

    .page-banner .container {
        position: relative;
        z-index: 2;
    }

    .page-banner-content {
        text-align: center;
    }

    .page-banner-content h1 {
        margin: 0 0 12px;
        font-family: 'Libre Caslon Text', serif;
        font-weight: 400;
        font-style: italic;
        font-size: 44px;
        color: #fff;
    }

    .page-breadcrumb {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-family: "Manrope", sans-serif;
        font-size: 15px;
    }

    .page-breadcrumb a {
        color: #f2d9d9;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .page-breadcrumb a:hover {
        color: #fff;
    }

    .breadcrumb-sep {
        color: #f2d9d9;
    }

    .breadcrumb-current {
        color: #fff;
    }

    @media (max-width: 767.98px) {
        .page-banner {
            height: 180px;
            padding-bottom: 30px;
        }

        .page-banner-content h1 {   
            font-size: 32px;
        }
    }

    @media (max-width: 575.98px) {
        .page-banner {
            height: 180px;
        }

        .page-banner-content h1 {
            font-size: 26px;
        }
    }








    










    .hero-content {
        position: absolute;
        top: 60%;
        left: 15%;
        transform: translateY(-50%);
        max-width: 600px;
        z-index: 2;
    }

    .hero-tag {
        display: inline-block;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 500;
        color:#fff;
    }

    .hero-content h1 {
        margin: 0 0 15px;
        font-size: 55px;
        line-height: 1.1;
        color:#fff;
    }

    .hero-content p {
        margin: 0 0 25px;
        font-size: 19px;
        line-height: 1.6;
        color:#fff;
    }
   .hero-btn {
        display: inline-block;
        padding: 13px 25px;
        text-decoration: none;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 30px;
        transition: all 0.3s ease;
    }

    .hero-btn:hover {
        background: #fff;
        color: #000;
    }
 .hero-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 2px solid #fff;
}

.hero-btn-primary {
    background-color: var(--primary);
    color: #fff;
    border: 1px solid #fff;
}

.hero-btn-primary:hover {
    /* background-color: transparent; */
    background-color: #fff;
    color: var(--primary);
}

.hero-btn-secondary {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.hero-btn-secondary:hover {
    background-color: #fff;
    color: var(--primary);
}


    .mobile-menu-btn {
        display: none;
        width: 38px;
        height: 38px;
        border: 0;
        background: transparent;
        padding: 7px;
        cursor: pointer;
    }

    .mobile-menu-btn span {
        display: block;
        height: 2px;
        width: 100%;
        background: #a52b2d;
        margin: 5px 0;
        border-radius: 2px;
    }

    .mobile-nav {
        display: none;
        background: #fff;
        margin-top: 8px;
        border-radius: 14px;
        padding: 15px 20px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    }

    .mobile-nav a {
        display: block;
        padding: 11px 5px;
        color: #252525;
        font-size: 14px;
        text-decoration: none;
        border-bottom: 1px solid #eee;
    }

    .mobile-nav a:last-child {
        border-bottom: none;
    }

    .mobile-nav a:hover {
        color: #a52b2d;
    }

    .mobile-nav .mobile-quote-btn {
        background: #a52b2d;
        color: #fff;
        text-align: center;
        border-radius: 12px;
        margin-top: 10px;
        border: none;
    }

.site-footer {
    background: #222222;
    color: #ffffff;
    padding-top: 28px;
    margin-top: 0;
}

.footer-main {
    padding: 0 0 0px;
}



.footer-company {
    padding-left: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    min-height: 230px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 200px;
    height: auto;
    display: block;
}

.footer-tagline {
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 12px;
    color: #ffffff;
}

.footer-company p {
    font-size: 14px;
    line-height: 1.5;
    color: #eeeeee;
    max-width: 340px;
    margin-bottom: 0;
}



.footer-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
    color: #ffffff;
}


.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.5;
}

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

.footer-links li a {
    color: #eeeeee;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: var(--primary);
}
.footer-contact p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    color: #eeeeee;
    font-size: 14px;    
    line-height: 1.45;
}

.footer-contact i {
    flex-shrink: 0;
    width: 16px;
    margin-top: 3px;
    color: #ffffff;
    font-size: 14px;
}


.footer-contact p a {
    color: #eeeeee;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-contact p a:hover {
    color: var(--primary);
}   


.footer-contact span,
.footer-contact a {
    flex: 1;
    color: #eeeeee;
    text-decoration: none;
}





.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    text-align: center;
    padding: 17px 0 18px;
}

.footer-bottom p {
    margin: 0;
    color: #eeeeee;
    font-size: 13px;
}

.footer-bottom a {
    color: #e58b91;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}
.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #eee;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.25s ease;
}

.footer-social a:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-copyright-text-gold p {
    margin: 0;
    color: #eee;
    font-size: 13px;
}

.footer-links-gold1 ul li.pages {
    list-style: none;
}

.footer-links-gold1 ul li.pages a {
    color: #eee;
    font-size: 13px;
    text-decoration: none;
    padding: 0 8px;
    transition: color 0.25s ease;
}

.footer-links-gold1 ul li.pages a:hover {
    color: var(--primary);
}

.footer-links-gold1 ul li.pages:not(:last-child) a {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.legal-page-section {
    padding: 60px 0 90px;
}

.legal-page-section h3 {
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 28px;
    color: var(--primary);
    margin-bottom: 20px;
}

.legal-page-section .description p {
    color: #555;
    font-size: 17px;
    line-height: 1.8;
    text-align: left;
}
.legal-page-section .description ul,
.legal-page-section .description ol {
    padding-left: 22px;
    margin-bottom: 16px;
}

.legal-page-section .description li {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 8px;
}

/* Override any inline font-size styles pasted in from Word/Docs */
.legal-page-section .description li,
.legal-page-section .description li * {
    font-size: 18px !important;
}
@media (max-width: 767.98px) {
    .footer-bottom.justify-content-between {
        flex-direction: column;
        text-align: center;
        justify-content: center !important;
    }
}










.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 100%;
	position: relative;
	width: 100%;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: #fff;
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 30%;
	transform: translate(-50%, -50%);
}
@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
.owl-dots {
    display: none !important;
}
/* =========================
   ABOUT EXPERTISE SECTION
========================= */

.about-expertise-section {
    background: #f7f6f2;
    padding: 40px 0 20px;
}

.about-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
}

.section-label {
    display: block;
    font-size: 15px;
    letter-spacing: 5px;
    color: #949494;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.about-heading h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    color: #1e1e1e;
}

.about-heading h2 span {
    font-family: "Libre Caslon Text", serif;
    font-weight: 500;
    font-style: italic;
    color: var(--primary);
}

.about-description {
    width: 301px;
    padding-top: 28px;
}

.about-description p {
    margin: 0;
    color: #aaa;
    font-size: 18px;
    line-height: 1.45;
    text-align: right;
}



    .about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 40px;
    row-gap: 30px;
    margin: 60px 0;
}

.about-stat {
    display: flex;
    flex-direction: column;
    min-width: 0;
    text-align: center;
}

.stat-text {
    color: #aaa;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.stat-number {
    font-family: "Libre Caslon Text", serif;
    font-style: italic;
    font-size: clamp(24px, 3.5vw, 36px);
    line-height: 1;
    color: #303030;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .about-stats {
        column-gap: 24px;
        row-gap: 26px;
    }
}

@media (max-width: 767.98px) {
    .about-top {
        margin-bottom: 40px;
    }
    .about-stats {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
        column-gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .about-stats {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
        column-gap: 14px;
        margin: 40px 0;
    }

    .stat-text {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .stat-number {
        font-size: 22px;
    }
}

.about-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.about-image {
    width: 100%;
    height: 682px;
    overflow: hidden;
}

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

.about-content {
    background: #ebe5db;
    min-height: 422px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    padding: 50px 37px;
}

.about-content .section-label {
    margin-bottom: 10px;
}

.about-content h3 {
    margin: 0 0 18px;
    font-family: "Libre Caslon Text", serif;
    font-size: 35px;
    line-height: 1.15;
    font-style: italic;
    font-weight: 500;
    color: #1e1e1e;
}

.about-content h3 span {
    color: var(--primary);
}

.about-content p {
    max-width: 500px;
    margin: 0 auto 8px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #606060;
}

.hero-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    transition: 0.3s ease;
    border: 1px solid var(--primary)
}

.hero-btn:hover {
    background: #8f2024;
    color: #fff;
    border: 1px solid var(--primary);
}

.solutions-section {
    padding: 20px 0 20px;
    background-color: #F7F4EF;
    text-align: center;
}

.solutions-intro {
    max-width: 650px;
    margin: 0 auto 30px;
}

.solutions-intro h2 {
    font-size: 40px;
    line-height: 1.3;
    color: #1e1e1e;
    font-weight: 500;
    margin: 14px 0 20px;
}

.solutions-intro h2 .caslon-text {
    font-family: 'Libre Caslon Text', serif;
    font-weight: 500;
    font-style: italic;
    color: var(--primary);
}

.solutions-lead {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 1.7;
}

.solution-card {
    position: relative;
    display: block;
    height: 487px;
    border-radius: 39px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    text-decoration: none;
}

.solution-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(139 46 46) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0) 65%);
}

.solution-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px;
    text-align: left;
}

.solution-content h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.solution-content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    max-width: 290px;
}

.solutions-cta {
    margin-top: 10px;
    margin-bottom: 20px;
}
.features-section {
    padding: 40px 0 40px;
    background-color: #EFE7DB;
}

.features-top h2 {
    margin: 10px 0 0;
    font-family: "Manrope", sans-serif;
    font-size:40px;
    font-weight: 500;
    line-height: 1.25;
    color: #1e1e1e;
}

.features-top h2 .caslon-text {
    font-family: 'Libre Caslon Text', serif;
    font-weight: 500;
    font-style: italic;
    color: var(--primary);
}

.features-lead {
    margin: 0;
    padding-top: 36px;
    color: #707070;
    font-size: 18px;
    line-height: 1.6;
}

.feature-item {
    max-width: 336px;
}

.feature-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.feature-icon {
    flex-shrink: 0;
    width: 60px;
}

.feature-icon img {
    width: 100%;
    height: auto;
    display: block;
}

.feature-item h3 {
    font-family: "Manrope", sans-serif;
    font-size: 27px;
    font-weight: 500;
    color: var(--primary);
    line-height: 1.25;
    margin: 0;
}

.feature-item p {
    font-size: 17px;
    line-height: 1.55;
    color: #1e1e1e;
    margin-bottom: 0;
}

.row.gy-5 {
    row-gap: 1.5rem;
}

.bulk-quote-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0 60px;
    min-height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.bulk-quote-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(176deg, rgb(139 32 34 / 0%) 0%, rgb(139 32 34 / 0%) 0%, rgb(120 25 27) 100%);    z-index: 1;
 }

.bulk-quote-section .container {
    position: relative;
    z-index: 2;
}

.bulk-quote-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.bulk-quote-heading h2 {
    margin: 0 0 20px;
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.25;
    color: #fff;
}
.bulk-quote-heading h2 .caslon-text {
    font-family: 'Libre Caslon Text', serif;
    font-weight: 500;
    font-style: italic;
}
.bulk-quote-heading p {
    max-width: 560px;
    margin: 0;
    color: #f2f2f2;
    font-size: 20px;
    line-height: 1.6;
}
.quote-btn {
    flex-shrink: 0;
    display: inline-block;
    padding: 16px 28px;
    background: #fff;
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 30px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.quote-btn:hover {
    background: var(--primary);
    color: #fff;
}

.bulk-quote-bottom {
    margin-top: 60px;
}

.support-label {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px;
}

.support-pills {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.support-pill {
    position: relative;
    flex: 1 1 0;
    min-width: 180px;
    padding: 31px 22px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius:25px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
    background: rgba(228, 103, 103, 0.2);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    text-align: center;
}


.process-section {
    padding: 20px 0 20px;
    background-color: #F7F4EF;
}

.process-top {
    align-items: flex-start;
}

.process-top h2 {
    margin: 8px 0 14px;
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.25;
    color: #1e1e1e;
}

.process-top h2 .caslon-text {
    font-family: 'Libre Caslon Text', serif;
    font-weight: 500;
    font-style: italic;
    color: var(--primary);
}

.process-sub {
    max-width: 380px;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.process-lead {
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.process-btn {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid var(--primary);
    border-radius: 30px;
    color: var(--primary);
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.process-btn:hover {
    background: var(--primary);
    color: #fff;
}

.process-divider {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0 20px;
}
.divider-line {
    flex: 1;
    height: 1px;
    background: var(--primary);
    opacity: 0.4;
}


.process-divider h3 {
    flex-shrink: 0;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 37px;
    color: var(--primary);
    margin: 0;
}

.process-step {
    text-align: center;
}

.process-icon {
    max-width: 220px;
    margin: 0 auto 15px;
}

.process-icon img {
    width: 100%;
    height: auto;
    display: block;
}

.process-step h4 {
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    color: var(--primary);
    margin-bottom: 8px;
}

.process-step p {
    max-width: 260px;
    margin: 0 auto;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.process-step-final .process-icon {
    max-width: 260px;
}

.process-grid-wrapper {
    position: relative;
}

.process-connectors {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.process-connectors path {
    fill: none;
    stroke: var(--primary);
    stroke-width: 1.5;
    opacity: 0.5;
}

.process-grid {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .process-connectors {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .process-top .col-lg-6:last-child {
        margin-top: 20px;
        text-align: left !important;
    }
}

@media (max-width: 767.98px) {
    .process-grid .row-cols-2 {
        --bs-columns: 1;
    }
    .process-grid .col-lg-4 {
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .process-top h2 {
        font-size: 26px;
    }
    .process-divider h3 {
        font-size: 22px;
    }
}


.process-image-wrapper {
    text-align: center;
}

.process-image-wrapper img {
    max-width: 85%;
    height: auto;
    display: inline-block;
}

.industries-section {
    padding: 40px 0;
    background-color: #8B2022;
}

.industries-top {
    align-items: center;
}

.industries-top .section-label {
    color: #ff6565;
}

.industries-top h2 {
    margin: 8px 0 0;
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.25;
    color: #fff;
}

.industries-top h2 .caslon-text {
    font-family: 'Libre Caslon Text', serif;
    font-weight: 500;
    font-style: italic;
}

.industries-lead {
    margin: 0;
    color: #ff6565;
    font-size: 21px;
    line-height: 1.6;
    text-align: right;
}

.industry-card {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 23px;
    padding-left: 34px;
    display: flex;
    flex-direction: column;
    flex-direction: column;
}

.industry-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.industry-icon {
    flex-shrink: 0;
    width: 80px;
    height: 85px;
}

.industry-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.industry-card h3 {
    font-family: "Manrope", sans-serif;
    font-size: 27px;
    font-weight: 500;
    color: var(--primary);
    line-height: 1.2;
    margin: 0;
}

.industry-card p {
    color: #767676;
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .industries-lead {
        text-align: left;
        margin-top: 12px;
    }
}

@media (max-width: 575.98px) {
    .industries-top h2 {
        font-size: 28px;
    }

    .industry-card {
        padding: 18px;
    }

    .industry-card h3 {
        font-size: 24px;
    }
    .industries-section {
        padding: 40px 0;
    }
}
@media (max-width: 767.98px) {
    .industry-head {
        justify-content: center;
        align-items: center;
        margin-bottom: 2px;
    }

    .industry-card {
        text-align: center;
    }

    .industry-card p {
        text-align: center;
    }
}



.collection-section {
    padding: 40px 0 40px;
    background-color: #F7F4EF;
}

.collection-top h2 {
    margin: 8px 0 10px;
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.25;
    color: #1e1e1e;
}

.collection-top h2 .caslon-text {
    font-family: 'Libre Caslon Text', serif;
    font-weight: 500;
    font-style: italic;
    color: var(--primary);
}

.collection-sub {
    margin: 0;
    color: #707070;
    font-size: 16px;
}

.collection-lead {
    margin: 0;
    color: #707070;
    font-size: 20px;
    line-height: 1.6;
}

.collection-media {
    position: relative;
    height: 430px;
    overflow: hidden;
}

.collection-media img {
    width: 100%;
    height: 103%;
    object-fit: cover;
    display: block;
}

.media-caption {
    position: absolute;
    left: 24px;
    top: 22px;
    color: #fff;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-size: 18px;
    line-height: 1.3;
}

.collection-text {
    height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.collection-text h3 {
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #1e1e1e;
    line-height: 1.3;
    margin-bottom: 14px;
}

.collection-text h3 .caslon-text {
    font-family: 'Libre Caslon Text', serif;
    font-weight: 600;
    font-style: italic;
}

.collection-text p {
    max-width: 280px;
    color: #707070;
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 20px;
}

.collection-btn {
    display: inline-block;
    padding: 12px 26px;
    background: var(--primary);
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.collection-btn:hover {
    background: #8f2024;
    color: #fff;
}

/* Override Bootstrap's equal-thirds col-lg-4 so image columns are
   wider and the text column is narrower, matching the Figma ratio */
@media (min-width: 992px) {
    .collection-row .col-image {
        flex: 0 0 auto;
        width: 38.3%; /* ~1.15fr */
    }

    .collection-row .col-text {
        flex: 0 0 auto;
        width: 23.4%; /* ~0.85fr */
    }
}

@media (max-width: 991.98px) {
    .collection-media,
    .collection-text {
        height: 320px;
    }

    .collection-lead {
        margin-top: 15px;
    }
}

@media (max-width: 575.98px) {
    .collection-top h2 {
        font-size: 26px;
    }

    .collection-media,
    .collection-text {
        height: 100%;
    }

    .collection-text h3 {
        font-size: 30px;
    }
}



.testimonials-section {
    padding: 40px 0 40px;
    background-color: #8B2022;
    text-align: center;
}

.testimonials-icon {
    margin-bottom: 20px;
}
.testimonials-title {
    max-width: 800px;
    margin: 0 auto 24px;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 36px;
    color: #fff;
    line-height: 1.35;
}
.testimonial-slide h2 {
    max-width: 800px;
    margin: 0 auto 24px;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    line-height: 1.35;
}

.testimonial-text {
    max-width: 620px;
    margin: 0 auto 40px;
    color: #f2d9d9;
    font-family: "Manrope", sans-serif;
    font-size: 19px;
    line-height: 1.5;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.author-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 16px;
    background: #ddd;
}

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

.author-name {
    margin: 0 0 4px;
    color: #fff;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-size: 20px;
}
.author-title {
    margin: 0 0 4px;
    color: #fff;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-size: 17px;
}

.author-designation {
    margin: 0;
    color: #f2d9d9;
    font-size: 16px;
}

/* Owl Carousel dots styling to match screenshot */
.testimonials-slider.owl-carousel .owl-dots {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.testimonials-slider.owl-carousel .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: block;
}

.testimonials-slider.owl-carousel .owl-dot.active span {
    background: #fff;
}

@media (max-width: 767.98px) {
    .testimonial-slide h2 {
        font-size: 24px;
    }

    .testimonial-text {
        font-size: 15px;
    }
}


.blog-section {
    padding: 40px 0 40px;
    background-color: #F7F4EF;
}

.blog-top .section-label {
    display: block;
}

.blog-top h2 {
    margin: 8px 0 0;
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #1e1e1e;
}

.blog-top h2 .caslon-text {
    font-family: 'Libre Caslon Text', serif;
    font-weight: 500;
    font-style: italic;
    color: var(--primary);
}

.blog-card {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 0px;
    border-radius: 14px;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.blog-card:hover {
    background-color: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.blog-card-image {
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
}
.blog-card-body{
    padding: 12px;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-category {
    display: block;
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.blog-card h3 {
    font-family: "Manrope", sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: #1e1e1e;
    line-height: 1.3;
    margin-bottom: 10px;
}

.blog-card p {
    color: #9f9f9f;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.blog-btn {
    display: inline-block;
    padding: 14px 32px;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.blog-btn:hover {
    background: #8f2024;
    color: #fff;
}

@media (max-width: 575.98px) {
    .blog-top h2 {
        font-size: 26px;
    }

    .blog-card-image {
        height: 220px;
    }
}


.faq-section {
    padding: 40px 0;
    background-color: #EFE7DB;
}

.faq-image {
    height: 100%;
    min-height: 560px;
    border-radius: 16px;
    overflow: hidden;
}

.faq-image img {
    width: 94%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.faq-section h2 {
    margin: 8px 0 30px;
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #2f2f2f;
}

.faq-accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(139, 32, 34, 0.2);
}

.faq-accordion .accordion-item:first-of-type,
.faq-accordion .accordion-item:last-of-type {
    border-radius: 0;
}

.faq-accordion .accordion-header {
    margin: 0;
}

.faq-accordion .accordion-button {
    padding: 22px 40px 22px 0;
    background: transparent;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #2f2f2f;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #504a4a;
    box-shadow: none;
    font-size:21px;
}

.faq-accordion .accordion-button::after {
    display: none;
}

.faq-accordion .accordion-button {
    position: relative;
}

.faq-accordion .accordion-button::before {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 400;
    color: var(--primary);
    transition: transform 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::before {
    content: '+';
    transform: translateY(-50%) rotate(45deg);
}

.faq-accordion .accordion-body {
    padding: 0 40px 26px 0;
    color: #949494;
    font-size: 17px;
    line-height: 1.7;
}


.faq-section h2 .caslon-text {
    font-family: 'Libre Caslon Text', serif !important;
    font-weight: 500 !important;
    font-style: italic !important;
    color: var(--primary) !important;
}

.brand-cta-section {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 570px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 60px;
    overflow: hidden;
}

.brand-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(120, 25, 27, 0.1) 0%,
        rgba(120, 25, 27, 0.55) 45%,
        rgba(90, 18, 20, 0.95) 100%
    );
    z-index: 1;
}

.brand-cta-section .container {
    position: relative;
    z-index: 2;
}

.brand-cta-content {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.brand-cta-content h2 {
    margin: 0 0 18px;
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}

.brand-cta-content h2 .caslon-text {
    font-family: 'Libre Caslon Text', serif;
    font-weight: 500;
    font-style: italic;
    color: #fff;
}

.brand-cta-lead {
    margin: 0 0 22px;
    color: #f2e0e0;
    font-size: 18px;
    line-height: 1.6;
}

.brand-cta-tagline {
    margin: 0 0 24px;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}

.brand-cta-btn {
    display: inline-block;
    padding: 15px 30px;
    background: #fff;
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.brand-cta-btn:hover {
    background: var(--primary);
    color: #fff;
}


.solutions-intro-section {
    padding: 40px 0;
    background-color: #F7F4EF;
}

.solutions-intro-section h2 {
    margin: 8px 0 20px;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.3;
    color: #1e1e1e;
}

.solutions-intro-section h2 .caslon-text {
    color: var(--primary);
    font-weight: 500;
}

.solutions-intro-section p {
    max-width: 460px;
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

.solutions-intro-media {
    height: 360px;
    border-radius: 20px;
    overflow: hidden;
}

.solutions-intro-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}


.about-story-section {
    padding: 40px 0;
    background-color: #F7F4EF;
}

.about-story-section h2 {
    margin: 8px 0 20px;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.3;
    color: #1e1e1e;
}

.about-story-section h2 .caslon-text {
    color: var(--primary);
    font-weight: 500;
}

.about-story-section > .container > .row > .col-lg-6 p {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.about-story-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    column-gap: 20px;
}

.story-stat {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.story-stat-label {
    color: #999;
    font-size: 16px;
    margin-bottom: 20px;
}

.story-stat-number {
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 40px;
    color: #303030;
}

.about-story-media {
    position: relative;
    height: 682px;
}

.story-media-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
}

.story-media-front {
    position: absolute;
    top: 15%;
    left: 12%;
    width: 55%;
    height: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.simple-cta-section {
    padding: 60px 0;
    background-color: #8B2022;
    text-align: center;
}

.simple-cta-content h2 {
    margin: 0 0 12px;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    color: #fff;
}

.simple-cta-content p {
    margin: 0 0 26px;
    color: #f2d9d9;
    font-size: 16px;
}

.simple-cta-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #fff;
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.simple-cta-btn:hover {
    background: var(--primary);
    color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
}

.solution-detail-section {
    padding: 40px 0 30px;
}

.solution-detail-section h2 {
    margin: 8px 0 20px;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.3;
    color: #1e1e1e;
}

.solution-detail-section h2 .caslon-text {
    color: var(--primary);
    font-weight: 500;
}

.solution-detail-tagline {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.solution-detail-description {
    color: #777;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 28px;
}

.solution-detail-btn {
    display: inline-block;
    padding: 14px 28px;
    background: var(--primary);
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border-radius: 18px;
    transition: all 0.3s ease;
}

.solution-detail-btn:hover {
    background: #8f2024;
    color: #fff;
}

.solution-detail-media {
    height: 340px;
    border-radius: 20px;
    overflow: hidden;
}

.solution-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991.98px) {
    .solution-detail-section h2 {
        font-size: 28px;
    }

    .solution-detail-media {
        height: 300px;
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .solution-detail-section h2 {
        font-size: 24px;
    }

    .solution-detail-tagline,
    .solution-detail-description {
        font-size: 14px;
    }

    .solution-detail-media {
        height: 240px;
    }
}

.solution-description-section {
    padding: 20px 0 30px;
}

.solution-description-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px 60px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}

/* Style raw HTML coming from the WYSIWYG editor */
.solution-description-content h2,
.solution-description-content h3 {
    color: var(--primary);
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 16px;
}

.solution-description-content p {
    color: #555;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 10px;
}

.solution-description-content hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 30px 0;
}

.solution-description-content ul {
    padding-left: 20px;
    margin: 0;
}

.solution-description-content ul li {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.solution-description-content ul li strong {
    display: block;
    color: #222;
    font-size: 16px;
    margin-bottom: 4px;
}

@media (max-width: 767.98px) {
    .solution-description-card {
        padding: 35px 25px;
    }
}
.more-solutions-section {
    padding: 20px 0 30px;
}

.more-solutions-title {
    margin: 0 0 30px;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    color: #2f2f2f;
}

.more-solutions-title .caslon-text {
    color: var(--primary);
}

@media (max-width: 575.98px) {
    .more-solutions-title {
        font-size: 24px;
    }
}

.team-intro-section {
    padding: 40px 0;
    background-color: #F7F4EF;
}

.team-intro-section h2 {
    margin: 8px 0 16px;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.3;
    color: #1e1e1e;
}

.team-intro-section h2 .caslon-text {
    color: var(--primary);
    font-weight: 500;
}

.team-intro-section p {
    max-width: 320px;
    margin: 0;
    color: #606060;
    font-size: 16px;
    line-height: 1.6;
}

.team-intro-media {
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.team-intro-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.team-intro-media::after {
    content: '';
    position: absolute;
    inset: -20px; 
    background: linear-gradient(to top, rgb(139 32 34) 0%, rgba(139, 32, 34, 0) 30%);
    filter: blur(15px);
    pointer-events: none;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .team-intro-section {
        padding: 20px 0;
    }

    .team-intro-section h2 {
        font-size: 28px;
    }

    .team-intro-media {
        height: 280px;
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .team-intro-section h2 {
        font-size: 24px;
    }

    .team-intro-section p {
        max-width: 100%;
        font-size: 14px;
    }

    .team-intro-media {
        height: 220px;
    }
}
.leadership-section {
    padding: 40px 0;
    background-color: #EBE5DC;
}
.core-team-section {
    padding: 40px 0 40px;
    background-color: #F7F4EF;
}
.team-section-header {
    display: flex;
    align-items: center;
    gap: 20px;
}
.team-section-header h2 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-family: 'Libre Caslon Text', serif;
    font-size: 40px;
    font-weight: 500;
    color: #1e1e1e;
    white-space: nowrap;
}
.team-section-header h2 .caslon-text {
    color: var(--primary);
    margin-right: 6px;
    font-weight: 500;
}
.header-line {
    flex: 1;
    height: 1px;
    background: var(--primary);
    display: block;
    align-self: flex-start;
    margin-top: 28px;
}

.leadership-card-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.leadership-card {
     flex: 1 1 320px;
    max-width: 380px;   
    background: #EBE5DC;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 30px;
}

.leadership-photo {
    width: 100%;
    max-width: 330px;
    aspect-ratio: 3 / 3.6;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 24px;
}

.leadership-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.leadership-card h4 {
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 25px;
    color: #2f2f2f;
    margin: 0 0 6px;
}

.leadership-position {
    display: block;
    color: var(--primary);
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 14px;
}

.leadership-card p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.core-team-photo {
    height: 80%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 14px;
}

.core-team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.core-team-card h5 {
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    color: #2f2f2f;
    margin: 0 0 2px;
}

.core-team-position {
    display: block;
    color: var(--primary);
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .team-section-header {
        font-size: 20px;
    }

    .leadership-card-wrap {
        padding: 25px;
    }

    .leadership-photo {
        height: 220px;
    }
}

@media (max-width: 575.98px) {
    .core-team-photo {
        height: 75%;
    }

    .core-team-card h5 {
        font-size: 16px;
    }
}

.team-purpose-section {
    padding: 40px 0 40px;
    background-color: #F7F4EF;
}

.team-purpose-section h2 {
    margin: 0 0 20px;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.25;
    color: #1e1e1e;
}

.team-purpose-section h2 .caslon-text {
    color: var(--primary);
    font-weight: 500;
}

.team-purpose-section p {
    max-width: 340px;
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.65;
}

.team-purpose-media {
    position: relative;
    height: 345px;
    border-radius: 20px;
    overflow: hidden;
}

.team-purpose-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.team-purpose-media::after {
    content: '';
    position: absolute;
    inset: -20px;
    background: linear-gradient(to top, rgb(139 32 34) 0%, rgba(139, 32, 34, 0) 30%);
    filter: blur(15px);
    pointer-events: none;
    z-index: 2;
}


.leadership-photo,
.core-team-photo {
    position: relative;
}

.member-social-overlay {
    position: absolute;
    inset: 0;
    background: rgba(139, 32, 34, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.leadership-photo:hover .member-social-overlay,
.core-team-photo:hover .member-social-overlay {
    opacity: 1;
}

.member-social-overlay a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--primary);
    border-radius: 50%;
    font-size: 15px;
    text-decoration: none;
    transform: translateY(10px);
    transition: transform 0.3s ease;
}

.leadership-photo:hover .member-social-overlay a,
.core-team-photo:hover .member-social-overlay a {
    transform: translateY(0);
}

.member-social-overlay a.icon-facebook:hover {
    background: #1877F2;
    color: #fff;
}

.member-social-overlay a.icon-twitter:hover {
    background: #000;
    color: #fff;
}

.member-social-overlay a.icon-linkedin:hover {
    background: #0A66C2;
    color: #fff;
}

.member-social-overlay a.icon-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
}
@media (max-width: 991.98px) {
    .team-purpose-section {
        padding: 20px 0 20px;
    }
    .team-purpose-section h2 {
        font-size: 28px;
    }
    .team-purpose-section p {
        max-width: 100%;
    }
    .team-purpose-media {
        height: 197px;
        margin-top: 13px;
    }
    .core-team-section {
        padding: 20px 0 20px;
    }
    .member-social-overlay a {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .team-purpose-section h2 {
        font-size: 24px;
    }
    .team-purpose-media {
        height: 197px;
    }
    .core-team-section {
        padding: 20px 0 20px;
    }
    .member-social-overlay a {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}
.team-modal-content {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.team-modal-content .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.9);
    background-size: 14px;
    border-radius: 50%;
    opacity: 1;
    padding: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.team-modal-content .btn-close:hover {
    background-color: #fff;
    transform: scale(1.08);
}

.team-modal-photo {
    height: 340px;
    position: relative;
}

.team-modal-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.team-modal-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.25) 100%);
}

.team-modal-body {
    padding: 34px 36px 38px;
    background: #fff;
}

.team-modal-body h4 {
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 26px;
    color: #2f2f2f;
    margin: 0 0 6px;
    line-height: 1.2;
}

.team-modal-body span {
    display: inline-block;
    color: var(--primary);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.team-modal-body p {
    color: #666;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}
.team-modal-social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.team-modal-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f0ea;
    color: var(--primary);
    border-radius: 50%;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid;
}

.team-modal-social a.icon-facebook:hover {
    background: #1877F2;
    color: #fff;
}

.team-modal-social a.icon-twitter:hover {
    background: #000;
    color: #fff;
}

.team-modal-social a.icon-linkedin:hover {
    background: #0A66C2;
    color: #fff;
}

.team-modal-social a.icon-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
}

@media (max-width: 575.98px) {
    .team-modal-social {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 12px;
        padding-bottom: 10px;
    }

    .team-modal-social a {
        width: 32px;
        height: 32px;
        font-size: 13px;
        border: 1px solid;
    }
}
@media (min-width: 768px) {
    .team-modal-dialog {
        max-width: 720px;
    }

    .team-modal-photo {
        width: 42%;
        height: auto;
    }

    .team-modal-body {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 44px 20px 28px;
        max-height: none;
        overflow-y: visible;
    }
}

/* ===== Small tablet / large phone ===== */
@media (max-width: 767.98px) {
    .team-modal-dialog {
        margin: 20px;
    }

    .team-modal-photo {
        height: 280px;
    }

    .team-modal-body {
        padding: 28px 26px 32px;
        max-height: 50vh;
    }
}

/* ===== Mobile ===== */
@media (max-width: 575.98px) {
    .team-modal-dialog {
        margin: 12px;
    }

    .team-modal-photo {
        height: 200px;
        background-color: #f0ebe3;
    }

    .team-modal-photo img {
        object-fit: contain;
    }
    .team-modal-body {
        padding: 16px 14px 16px;
        max-height: 50vh;
    }

    .team-modal-body h4 {
        font-size: 20px;
    }

    .team-modal-body span {
        font-size: 12px;
        margin-bottom: 14px;
        padding-bottom: 12px;
    }

    .team-modal-body p {
        font-size: 14px;
        line-height: 1.65;
    }

    .team-modal-content .btn-close {
        width: 32px;
        height: 32px;
        top: 14px;
        right: 14px;
    }
}

.blog-banner {
    height: auto;
    padding: 40px 0 20px;
    background-color: #F7F4EF;
    background-image: none;
    display: block;
    text-align: center;
}

.blog-banner .page-banner-content h1 {
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.35;
    color: #1e1e1e;
    margin: 10px 0 16px;
}

.blog-banner .page-banner-content h1 .caslon-text {
    color: var(--primary);
    font-weight: 600;
}

.blog-banner-lead {
    max-width: 620px;
    margin: 0 auto;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.blog-listing-section {
    padding: 30px 0 30px;
    background-color: #F7F4EF;
}

.blog-filter-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}

.filter-pill {
    padding: 10px 22px;
    border: 1px solid #ddd;
    border-radius: 30px;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}
.filter-pill:hover {
    border-color: var(--primary);
    color: var(--primary);
}
.filter-pill.active {
    border-color: var(--primary);
    background: rgba(139, 32, 34, 0.06);
    color: var(--primary);
    font-weight: 600;
}
.blog-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.blog-empty {
    text-align: center;
    color: #999;
    padding: 60px 0;
}
.blog-pagination .pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 0 9px;
    border-radius: 50%;
    border: 1px solid #ddd;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.blog-pagination .page-item .page-link:hover {
    border-color: var(--primary);
    color: var(--primary);
    background: rgba(139, 32, 34, 0.06);
}

.blog-pagination .page-item.active .page-link {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.blog-pagination .page-item.disabled .page-link {
    color: #ccc;
    border-color: #eee;
    pointer-events: none;
}
@media (max-width: 767.98px) {
    .blog-banner {
        padding: 20px 0 10px;
    }
    .blog-pagination {
        margin-top: 35px;
        display: flex;
        justify-content: center;
    }
    .blog-banner .page-banner-content h1 {
        font-size: 26px;
    }
    .filter-pill {
        padding: 8px 16px;
        font-size: 13px;
    }
}


.blog-detail-section {
    padding: 40px 0 40px;
    background-color: #F7F4EF;
}

   

.blog-detail-lead {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.blog-detail-media {
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.blog-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-detail-divider {
    border: none;
    border-top: 1px solid #000;
    margin: 30px 0 30px;
}

.blog-detail-body {
    max-width: 100%;
}

.blog-detail-body h2,
.blog-detail-body h3 {
    color: var(--primary);
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin: 10px 0 16px;
}

.blog-detail-body p {
    color: #555;
    font-size: 15.5px;
    line-height: 1.75;
    margin-bottom: 16px;
}

.blog-detail-body strong {
    color: #2f2f2f;
}

.blog-detail-body ul,
.blog-detail-body ol {
    padding-left: 22px;
    margin-bottom: 16px;
}

.blog-detail-body li {
    color: #555;
    font-size: 15.5px;
    line-height: 1.7;
    margin-bottom: 8px;
}

.blog-detail-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 20px 0;
}

.more-blogs-section {
    padding: 20px 0 80px;
}

.more-blogs-title {
    margin: 0 0 30px;
    font-family: "Manrope", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #2f2f2f;
}

.more-blogs-title .caslon-text {
    font-family: 'Libre Caslon Text', serif;
    font-weight: 400;
    font-style: italic;
}

.blog-detail-top h1 {
    margin: 8px 0 16px;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    color: #1e1e1e;
}

.blog-detail-top h1 .caslon-text {
    color: var(--primary);
}



@media (max-width: 991.98px) {
    .blog-detail-section {
        padding: 20px 0 20px;
    }

    .blog-detail-top h1 {
        font-size: 26px;
    }

    .blog-detail-media {
        height: 100%;
        margin-top: -20px;
    }

    .blog-detail-divider {
        margin: 20px 0 15px;
    }
}

@media (max-width: 575.98px) {
    .blog-detail-top h1 {
        font-size: 22px;
    }

    .blog-detail-body h2,
    .blog-detail-body h3 {
        font-size: 19px;
    }

    .blog-detail-body p,
    .blog-detail-body li {
        font-size: 14.5px;
    }
}



.gallery-section {
    padding: 40px 0 40px;
}

.gallery-header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 40px;
}


.gallery-header h1 .caslon-text {
    color: var(--primary);
    font-weight: 500;
}

.gallery-header p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gallery-item {
    position: relative;
    height: 250px;
    border-radius: 14px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-caption-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(139, 32, 34, 0.85) 0%, rgba(139, 32, 34, 0) 45%);
    pointer-events: none;
}

.gallery-caption {
    position: absolute;
    left: 24px;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.25;
}

.gallery-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.gallery-empty {
    text-align: center;
    color: #999;
    padding: 60px 0;
}
.gallery-filter-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .gallery-section {
        padding: 110px 0 60px;
    }

    .gallery-header h1 {
        font-size: 26px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item {
        height: 220px;
    }

    .gallery-caption {
        font-size: 18px;
    }
}


.gallery-header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 40px;
}

.gallery-header h1 {
    margin: 0 0 12px;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 40px;
    color: #1e1e1e;
}

.gallery-header h1 .caslon-text {
    color: var(--primary);
}

.gallery-header p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.gallery-listing-section {
    padding: 130px 0 80px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gallery-item {
    position: relative;
    height: 250px;
    border-radius: 14px;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-caption-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(139, 32, 34, 0.85) 0%, rgba(139, 32, 34, 0) 45%);
    pointer-events: none;
}

.gallery-caption {
    position: absolute;
    left: 24px;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.25;
}

/* Plain images inside a category — no caption overlay needed */
.gallery-item-plain:hover img {
    transform: scale(1.05);
}

.gallery-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.gallery-empty {
    text-align: center;
    color: #999;
    padding: 60px 0;
}

@media (max-width: 991.98px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .gallery-section,
    .gallery-listing-section {
        padding: 30px 0 30px;
    }

    .gallery-header h1 {
        font-size: 26px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item {
        height: 220px;
    }

    .gallery-caption {
        font-size: 18px;
    }
}

.contact-intro-section {
    padding: 40px 0 30px;
}

.contact-intro-section h2 {
    margin: 8px 0 18px;
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    color: #1e1e1e;
}

.contact-intro-section h2 .caslon-text {
    color: var(--primary);
    font-weight: 500;
}

.contact-intro-section p {
    max-width: 460px;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.contact-intro-media {
    height: 340px;
    border-radius: 20px;
    overflow: hidden;
}

.contact-intro-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.team-section-header.contact h2 .caslon-text {
    color: #1e1e1e;
    margin-right: 6px;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .contact-intro-section {
        padding: 20px 0 20px;
    }

    .contact-intro-section h2 {
        font-size: 28px;
    }

    .contact-intro-media {
        height: 100%;
        margin-top: -20px;
    }
}

@media (max-width: 575.98px) {
    .contact-intro-section h2 {
        font-size: 24px;
    }

    .contact-intro-section p {
        font-size: 14px;
        max-width: 100%;
    }

    .contact-intro-media {
        height: 220px;
    }
}



.contact-form-section {
    padding: 30px 0 30px;
    background-color: #ebe5dc;
}

.contact-form-section .team-section-header h2 {
    display: block;
    white-space: normal;
    font-size: 40px;
    color: var(--primary);
}

.contact-form label {
    display: block;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-form .form-control,
.contact-form .form-select {
    width: 100%;
    padding: 16px 20px;
    background: #fdf5ea;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    color: #2f2f2f;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.contact-form textarea.form-control {
    border-radius: 20px;
    min-height: 100px;
    resize: vertical;
}

.contact-form .form-control::placeholder {
    color: #a49a8c;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    outline: none;
    border-color: var(--primary);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(139, 32, 34, 0.08);
}

.contact-form select.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath fill='%238B2022' d='M7 9 0 0h14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 22px center;
    background-size: 12px;
    cursor: pointer;
}

.contact-form .help-block.with-errors {
    color: var(--primary);
    font-size: 13px;
    margin-top: 6px;
}

.captcha-row {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.captcha-row .form-control {
    flex: 1 1 0;
    min-width: 0;
}

.captcha-row #contact_captcha_image {
    flex-shrink: 0;
    height: 50px;
    width: auto;
    border: 1px solid #e5ddd0;
    border-radius: 10px;
    cursor: pointer;
}



.enquiry-submit-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 18px 60px;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.enquiry-submit-btn:hover {
    background: #8f2024;
}

@media (max-width: 767.98px) {
    .contact-form-section .team-section-header h2 {
        font-size: 26px;
    }

    .contact-form .form-control,
    .contact-form .form-select {
        padding: 14px 18px;
        font-size: 14px;
    }

    .captcha-row {
        flex-wrap: wrap;
    }

    .enquiry-submit-btn {
        width: 100%;
        padding: 16px 30px;
    }
}

.form-notification {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 9999;
    min-width: 320px;
    max-width: 400px;
    padding: 18px 22px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    display: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.form-notification.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.form-notification.success {
    background: #2e7d32;
}

.form-notification.error {
    background: var(--primary);
}

.form-notification ul {
    margin: 6px 0 0;
    padding-left: 18px;
}

.form-notification .notification-close {
    position: absolute;
    top: 12px;
    right: 16px;
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

.form-notification .notification-close:hover {
    opacity: 1;
}

@media (max-width: 575.98px) {
    .form-notification {
        top: 16px;
        right: 16px;
        left: 16px;
        min-width: 0;
        max-width: none;
    }
}

.contact-info-section {
    padding: 30px 0 30px;
}

.contact-info-card {
    height: 100%;
    background-color: #ebe5dc;
    border: 1px solid #feb44e;
    border-radius: 16px;
    padding: 32px 30px;
}

.contact-info-card h3 {
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    color: var(--primary);
    margin: 0 0 12px;
}

.contact-info-card p {
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.contact-info-card p a {
    color: #555;
    text-decoration: none;
    transition: color 0.25s ease;
}

.contact-info-card p:hover {
    color: var(--primary);
}

.contact-info-card p a:hover {
    color: var(--primary);
}

@media (max-width: 575.98px) {
    .contact-info-card {
        padding: 26px 24px;
    }

    .contact-info-card h3 {
        font-size: 20px;
    }

    .contact-info-card p {
        font-size: 14px;
        line-height: 1.75;
    }
}


.quote-modal-content {
    border: none;
    border-radius: 26px;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(160deg, #f3e9d8 0%, #e0c9a0 100%);
    box-shadow: 0 30px 80px rgba(139, 32, 34, 0.25);
}

.quote-modal-content .btn-close {
    position: absolute;
    top: 20px;
    right: 26px;
    z-index: 3;
    width: 22px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    background-size: 12px;
    border-radius: 50%;
    opacity: 1;
    transition: background-color 0.2s ease;
}

.quote-modal-content .btn-close:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.quote-modal-inner {
    margin: 18px;
    padding: 32px 34px;
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(139, 32, 34, 0.18);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(139, 32, 34, 0.08);
    max-height: 82vh;
    overflow-y: auto;
}

.quote-accent-line {
    display: block;
    width: 40px;
    height: 2px;
    background: var(--primary);
    opacity: 0.6;
    margin: 0 auto 4px;
}

.quote-modal-header {
    text-align: center;
    margin-bottom: 26px;
}

.quote-modal-header h3 {
    font-family: 'Libre Caslon Text', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 26px;
    color: #3a1013;
    margin: 0 0 8px;
}

.quote-modal-header h3 .caslon-text {
    color: var(--primary);
}

.quote-modal-header p {
    color: #6b5a45;
    font-size: 13.5px;
    max-width: 300px;
    margin: 0 auto;
    line-height: 1.5;
}

.quote-form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #5a4632;
    margin-bottom: 8px;
}

.quote-form label .text-danger {
    color: var(--primary);
}

.quote-form .form-control,
.quote-form .form-select {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(139, 32, 34, 0.18);
    border-radius: 12px;
    font-size: 14px;
    color: #3a1013;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.quote-form textarea.form-control {
    resize: vertical;
    min-height: 76px;
}

.quote-form .form-control::placeholder {
    color: #9c8f7d;
}

.quote-form .form-control:focus,
.quote-form .form-select:focus {
    outline: none;
    border-color: var(--primary);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 0 3px rgba(139, 32, 34, 0.1);
}

.quote-form .help-block.with-errors {
    color: var(--primary);
    font-size: 12.5px;
    margin-top: 6px;
}

.quote-form .captcha-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.quote-form .captcha-row .form-control {
    flex: 1 1 0;
    min-width: 0;
}

.quote-form .captcha-row img {
    flex-shrink: 0;
    height: 48px;
    border: 1px solid rgba(139, 32, 34, 0.18);
    border-radius: 10px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);
}

.quote-form .enquiry-submit-btn {
    margin-top: 4px;
    padding: 15px;
    border-radius: 12px;
    font-size: 15px;
    background: var(--primary);
    box-shadow: 0 8px 20px rgba(139, 32, 34, 0.25);
}

.quote-form .enquiry-submit-btn:hover {
    background: #6f191b;
}

.quote-modal-inner::-webkit-scrollbar {
    width: 6px;
}

.quote-modal-inner::-webkit-scrollbar-thumb {
    background: rgba(139, 32, 34, 0.2);
    border-radius: 10px;
}

.quote-form .select2-container--default .select2-selection--single {
    height: auto;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(139, 32, 34, 0.18);
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.quote-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #a49a8c;
    padding: 0;
    line-height: normal;
    font-size: 14px;
}

.quote-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9c8f7d;
}

.quote-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 16px;
}

.quote-form .select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--primary);
    background: rgba(255, 255, 255, 0.85);
}

.quote-form .select2-dropdown {
    border: 1px solid rgba(139, 32, 34, 0.18);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(139, 32, 34, 0.15);
    margin-top: 6px;
    background: #fdf9f4;
}

.quote-form .select2-results__option {
    padding: 10px 16px;
    font-size: 13.5px;
    color: #3a1013;
}

.quote-form .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary);
    color: #fff;
}


.quote-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--primary) transparent transparent transparent;
    border-width: 5px 4px 0 4px;
}

.quote-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--primary) transparent;
    border-width: 0 4px 5px 4px;
}
.quote-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath fill='%238B2022' d='M7 9 0 0h14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
}

.quote-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}





@media (max-width: 575.98px) {
    .quote-modal-inner {
        margin: 12px;
        padding: 26px 22px;
        max-height: 85vh;
    }

    .quote-modal-header h3 {
        font-size: 22px;
    }
}




























@media (max-width: 991.98px) {
    .site-footer {
        padding-top: 50px;
    }

    .footer-company {
        padding-left: 0;
        border-right: none;
        min-height: auto;
        text-align: left;
        margin-bottom: 3px;
    }

    .footer-title {
        margin-top: 10px;
    }
}

@media (max-width: 767.98px) {
    .footer-main {
        text-align: left;
    }

    .footer-company p {
        max-width: 100%;
    }

    .footer-links {
        margin-bottom: 10px;
    }

    .footer-contact p {
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .site-footer {
        padding-top: 40px;
    }

    .footer-logo img {
        max-width: 160px;
    }

    .footer-tagline {
        font-size: 15px;
    }

    .footer-company p,
    .footer-links li a,
    .footer-contact p {
        font-size: 13px;
    }

    .footer-title {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .footer-bottom p {
        font-size: 12px;
        padding: 0 10px;
    }
}



.read-more-link {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 4px;
}

.read-more-link:hover {
    text-decoration: underline;
}

.feature-icon img {
    width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .feature-icon {
        max-width: 36px;
    }
}

@media (max-width: 575.98px) {
    .feature-icon {
        max-width: 50px;
    }
}


