@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nova+Oval&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Stack+Sans+Notch:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --hero-bg: #1e282a;
    --accent-orange: #e58411;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --panto-orange: #e58411;
    --panto-orange-hover: #f2bb2d;
    --panto-orange: #f2bb2d;
    --panto-orange-hover: #f2bb2d;
    --form-dark-text: #1a1a1a;
}

body {
    font-family: "Google Sans Flex", sans-serif;
}

/* .bg-hero {
    background-color: var(--hero-bg);
} */

.bg-accent {
    background-color: var(--accent-orange);
}

.text-secondary-var {
    color: var(--text-secondary);
}


.hero-container {
    position: relative;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: url("../assets/images/sky-large.webp");
    background-size: cover;
    background-position: bottom;
    z-index: 1;
}

@media (max-width: 650px) {
    .hero-container {
        background-image: url("../assets/images/small-sky.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    /* .hero-container::before {
        background: linear-gradient(to bottom, #021c33, transparent, transparent) !important;
    } */
}

/* .hero-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e4b439e8;
    z-index: -1;
} */

.btn-panto-primary {
    background-color: var(--panto-orange);
    color: #021c33 !important;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 28px;
    border-radius: 50px !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(229, 132, 17, 0.2);
    transition: all 0.25s ease-in-out !important;
    text-transform: uppercase;
    line-height: 1;
}

.btn-panto-primary:hover {
    background-color: var(--panto-orange-hover) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(229, 132, 17, 0.4);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    letter-spacing: 1px;
}

/* form style  */
/* Main Form Card Container */

/* .panto-form-box {
    background-color: #ffffff !important;
    padding: 2rem !important;
    border-radius: 25px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    max-width: 420px;
    width: 100%;
} */

.form-title {
    color: #021c33;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 1.75rem;
    letter-spacing: -0.01em;
}

/* Input Fields Accent Styles */
.form-label-custom {
    color: var(--form-dark-text);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.4rem;
}

.form-input-square {
    border-radius: 30px;
    border: 1px solid #b5a479 !important;
    padding: 0.75rem 1rem !important;
    color: var(--form-dark-text) !important;
    font-size: 0.95rem;
    background-color: #ffffff8f !important;
    transition: border-color 0.2s ease-in-out;
    box-shadow: 3px 3px 6px -6px black;
}

.form-input-square:focus {
    border-color: var(--panto-orange) !important;
    box-shadow: none !important;
    /* Removes default Bootstrap glow */
}

/* Sharp Square Submit Button */

.btn-panto-form-submit {
    background-color: var(--panto-orange) !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.85rem !important;
    border-radius: 30px !important;
    border: none !important;
    transition: background-color 0.2s ease-in-out !important;
    margin-top: 0.5rem;
}

.btn-panto-form-submit:hover {
    background-color: #021c33 !important;
}
.panto-features-section {
    background-color: #f7f9fa;
}

.feature-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-svg {
    width: 38px;
    height: 38px;
    color: #1e2426;
}

/* Typography Matches */

.feature-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1e2426;
    letter-spacing: -0.01em;
}

.feature-desc {
    font-size: 0.88rem;
    color: #6c757d;
    font-weight: 400;
}


.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100{
    padding-top: 100px ;
    
}
.pb-100{
    
    padding-bottom: 100px ;
}

.panto-products-section {
    background-color: #e4b439;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* .panto-products-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(211 159 25 / 88%);
    z-index: -1;
} */

.section-main-title {
    font-family: "Noto Serif", serif;
    font-size: 2.4rem;
    font-weight: 500;
    color: #021c33;
    letter-spacing: -0.01em;
}

/* Bootstrap Pill Box Navigation Strip Container Style overrides */

.category-pill-container {
    background-color: #fff6dc;
    padding: 6px;
    border-radius: 40px;
    list-style-type: none;
    border: 1px solid #021c33 !important;
}

.btn-category-pill {
    border-radius: 30px !important;
    padding: 0.5rem 1.6rem !important;
    font-size: 0.95rem;
    font-weight: 400;
    color: #6c757d !important;
    border: none !important;
    background: transparent !important;
    transition: all 0.2s ease-in-out;
}
.btn-category-pill.active, .btn-category-pill:hover {
    background-color: #021c33 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    font-weight: 500;
}

/* Minimalist Clean Image Cards */

.product-card-wrapper {
    display: block;
    text-decoration: none;
    outline: none;
}

.product-img-holder {
    /* background-color: #f9f9f9; */
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
    cursor: zoom-in;
}

.product-card-wrapper:hover .product-img-holder {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.product-img-holder img {
    border-radius: 15px;
    object-fit: contain;
    box-shadow: 3px 3px 0px #063759;
}

/* Navigation Circles Styling */

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background-color: #021c33;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    z-index: 80;
    cursor: pointer;
    transition: all 0.2s ease;
}
.arrival-description
.slider-arrow:hover {
    background-color: #1e2426;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.arrow-prev { left: -10px; }
.arrow-next { right: -10px; }

.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

@media (max-width: 767px) {
    .slider-arrow { display: none !important; }
    .py-100{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}


.panto-features-section {
    background-color: #021c33 !important;
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important;
}

    .feature-icon-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: #1e2426;
    }

   .feature-svg-icon {
        width: 38px;
        height: 38px;
        stroke: #e58411;
    }

   .feature-title-text {
    /* font-family: "Noto Serif", serif; */
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
    .feature-desc-text {
    font-size: 0.9rem;
    color: #bebebe;
    font-weight: 400;
    line-height: 1.4;
}


    /* Container Frame Setup */

.panto-experience-section {
    background-color: #ffffff;
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

/* Layering Index helper class */

.z-1 {
    z-index: 1;
}

/* Top Left Asymmetric Ambient Backdrop Block Overlay */

.exp-bg-shape-left {
    position: absolute;
    width: 25%;
    height: 160px;
    top: 60px;
    left: 0;
    background-color: #f7f9fa;
    border-bottom-right-radius: 40px;
    z-index: 0;
}

/* Middle Right Translucent Backdrop Card Overlay Block */

.exp-decorative-card-back {
    position: absolute;
    width: 140px;
    height: 380px;
    background-color: #f7f9fa;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 24px;
    z-index: 1;
}

/* Main Graphic Display Frame styling containing custom layout parameters */

.exp-main-image-container {
    position: relative;
    /* border-top-right-radius: 100px; */
    border-bottom-left-radius: 20px;
    /* border-top-left-radius: 100px; */
    border-bottom-right-radius: 20px;
    overflow: hidden;
    /* height: 480px; */
    z-index: 2;
}
/* Structural Image Overrides */
.exp-main-image-container img {
    object-position: center bottom;
}

.exp-tagline {
    font-size: 0.85rem;
    font-weight: 700;
    color: #e58411;
    letter-spacing: 0.18em;
}

.exp-main-title {
    font-family: "Noto Serif", serif;
    font-size: 2.1rem;
    font-weight: 500;
    color: #021c33;
    line-height: 1.25;
    letter-spacing: -0.01em;
    /* max-width: 500px; */
}

.exp-description {
    font-size: 0.98rem;
    color: #393939;
    line-height: 1.75;
    font-weight: 400;
    text-align: justify;
}

.exp-arrow-svg {
    transition: transform 0.2s ease-in-out;
}



.exp-action-link:hover .exp-arrow-svg {
    transform: translateX(5px);
}

@media (max-width: 991.98px) {
    .exp-main-image-container {
        /* height: 380px; */
        border-top-right-radius: 60px;
        border-bottom-left-radius: 60px;
    }
    .exp-main-title {
        font-size: 2.1rem;
    }
}

@media (max-width: 575.98px) {
    .exp-main-image-container {
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }
    .exp-main-title {
        font-size: 1.65rem;
    }

    .panto-experience-section {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
}

.panto-materials-section {
    background-color: #ffffff;
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.mat-tag-accent {
    font-size: 0.85rem;
    font-weight: 700;
    color: #e4b22f;
    letter-spacing: 0.18em;
}

/* .mat-section-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #021c33;
    line-height: 1.25;
    letter-spacing: -0.015em;
} */

.mat-section-desc {
    font-size: 0.98rem;
    color: #434343;
    line-height: 1.75;
    font-weight: 400;
    text-align: justify;
}


/* Action CTA Component Styling */

.mat-cta-link {
    font-size: 17px;
    font-weight: 600;
    color: #e58411;
    transition: color 0.2s ease-in-out;
}

.cta-arrow-icon {
    transition: transform 0.2s ease-in-out;
}

.mat-cta-link:hover {
    color: #f2bb2d;
}

.mat-cta-link:hover .cta-arrow-icon {
    transform: translateX(5px);
}

/* Multi-Image Asymmetric Mosaic Track Engine */

.materials-grid-container {
    padding-right: 20px;
}

/* Abstract Grey Block Behind the Mosaic Layer */

.mat-grid-bg-decorator {
    position: absolute;
    width: 35%;
    height: 75%;
    right: -20px;
    top: 8%;
    background-color: #e4b22f38;
    border-radius: 24px;
    z-index: 0;
}

/* Generic Image Frame Engine Rules */

.mat-img-frame {
    position: relative;
    overflow: hidden;
    /* background-color: #f1f1f1; */
    z-index: 1;
}

/* Custom Image Frame Asymmetric Corner Configurations & Aspect Ratios */

.top-left-frame {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
}

.bottom-left-frame {
    border-radius: 20px;
}

/* Large Rightward Frame Offset to emulate the UI placement overlap */

.main-right-frame {
    aspect-ratio: 3 / 4.5;
    border-radius: 24px;
    transform: translateY(2px);
    z-index: 2;
}

/* Responsive Viewport Grid Adaptations */

@media (max-width: 991.98px) {
    .mat-section-title {
        font-size: 2.1rem;
    }
    .new-arrival-hero-image-wrapper {
            position: static !important;
            bottom: unset !important;
        }
    
    .section-main-title {
    font-size: 1.7rem;
}
    .materials-grid-container {
        padding-right: 0;
        /* max-width: 550px; */
        margin: 0 auto;
    }
    .mat-grid-bg-decorator {
        width: 40%;
        height: 80%;
        right: -10px;
    }
}

@media (max-width: 575.98px) {
    .mat-section-title {
        font-size: 1.8rem;
    }
    .panto-materials-section {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
    .top-left-frame, .bottom-left-frame, .main-right-frame {
        border-radius: 14px !important;
    }
    .main-right-frame {
        transform: translateY(0); 
    }
}

/* testimonial  */

.panto-testimonials-section {
    position: relative;
    background-image: url("../assets/images/1920 x 1080 ameties.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: 1;

}

.panto-testimonials-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #021c33e0;
}

.testimonial-bg-photo img{
    /* border: 2px solid white; */
}


.testimonials-tagline {
    font-size: 0.85rem;
    font-weight: 700;
    color: #f2bb2d;
    letter-spacing: 0.1em;
}

.testimonials-main-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.015em;
}

.testimonial-card-frame {
    position: relative;
    /* height: 490px; */
    border-radius: 20px;
    overflow: visible; 
}

.testimonial-bg-photo {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid white;
}

.testimonial-floating-review {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background: #ffffffe0;
    border-radius: 20px;
    padding: 1.5rem 15px 1.5rem 15px;
    text-align: center;
    z-index: 5;
}

.avatar-badge-wrapper {
    position: absolute;
    width: 58px;
    height: 58px;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    background-color: #f3f3f3;
    border-radius: 50%;
}

.client-name {
    font-size: 18px;
    font-weight: 700;
    color: #1e2426;
}

.client-designation {
    font-size: 0.78rem;
    font-weight: 400;
    color: #a2a2a2;
}

.client-quote {
    font-size: 0.88rem;
    color: #6c757d;
    line-height: 1.6;
    font-weight: 400;
    min-height: 64px; 
}

/* Star Assessment System Modules layout overrides */

.rating-stars-container {
    display: flex;
    justify-content: center;
    gap: 3px;
}

.star {
    font-size: 1rem;
}

.star.filled {
    color: #f8b825; 
}

.star.empty {
    color: #dddddd;
}

/* Navigation Circular Controller Arrows elements styling overrides */

.testimonial-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e2426;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    z-index: 80;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.testimonial-arrow:hover {
    background-color: #f2bb2d;
    color: #1a2f42;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.arrow-prev { left: -10px; }
.arrow-next { right: -10px; }

/* Swiper control parameters */

.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

@media (max-width: 767.98px) {
    .testimonial-arrow { display: none !important; }
}
/* testimonial  */


.panto-new-arrival-section {
    background-image: url("../assets/images/1920 x 400.webp");
    background-position: right;
    z-index: 1;
    position: relative;
    background-size: cover;
}

.panto-new-arrival-section:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f2bb2dbd;
    z-index: -1;
}

.new-arrival-hero-image-wrapper {
    position: absolute;
    bottom: 0;
}

.new-arrival-hero-image-wrapper img {
    width: auto;
}

.arrival-tagline {
    font-size: 0.95rem;
    font-weight: 600;
    color: #e4b22f;
    letter-spacing: 0.22em;
}

.arrival-main-title {
    font-size: 3.25rem;
    font-weight: 700;
    color: #0b4d75; 
    line-height: 1.2;
    letter-spacing: -0.015em;
}

.arrival-description {
    font-size: 1.05rem;
    color: #ffffff;
    line-height: 1.75;
    font-weight: 400;
}

.btn-arrival-cta {
    background-color: #042c45 !important;
    color: #ffffff !important;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-radius: 50px !important;
    border: none !important;
    transition: background-color 0.25s cubic-bezier(0.25, 1, 0.5, 1), transform 0.2s ease;
}

.btn-arrival-cta:hover {
    background-color: #063c5ee0 !important;
}

.btn-arrival-cta:active {
    transform: translateY(1px);
}

/* Clean Viewport Mobile Breakpoints Scale Adjustments */
@media (max-width: 1199.98px) {
    .arrival-main-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .panto-new-arrival-section {
        min-height: auto;
    }
    .new-arrival-hero-image-wrapper img {
        max-height: 340px;
    }
    .arrival-main-title {
        font-size: 2.15rem;
    }
}

@media (max-width: 575.98px) {
    .arrival-main-title {
        font-size: 1.95rem;
    }
    .new-arrival-content-panel {
        text-align: center;
    }
    .arrival-description {
        margin-left: auto;
        margin-right: auto;
        font-size: 0.95rem;
    }
}
/* cta  */

.testimonial-bg-photo img {
    /* border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px; */
}



/* footer css  */
/* Container Canvas Area Frame Layout Variables */
.panto-footer-section {
    background-color: #042c45;
}
/* Column 1 Typography: Brand Info Formatting */
.footer-brand-title {
    font-size: 1.65rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.footer-brand-desc {
    /* font-size: 0.92rem; */
    color: #ffffff;
    line-height: 1.7;
    font-weight: 400;
    max-width: 320px;
}

/* Category Structural Block Titles Formats (Exact Orange Tint) */

.footer-menu-heading {
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.02em;
}

/* Generic Nav Links Text Architecture rules mapping details */

.footer-menu-links a,
.footer-social-links a {
    font-size: 0.92rem;
    color: #ffffff;
    opacity: 0.85;
    font-weight: 400;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-menu-links a:hover,
.footer-social-links a:hover {
    color: #ffffff;
    opacity: 1;
}

/* Alignment Vectors Track configurations */
.social-icon-frame {
    width: 20px;
    text-align: center;
    font-size: 1rem;
    color: #ffffff;
}

.footer-social-links a:hover .social-icon-frame {
    color: #e58411;
}

/* Boundary Sub-Rail rules rules overrides */

.footer-divider-line {
    border-top: 1px solid #ffffff;
    opacity: 0.1;
}

/* Footer Bottom Strip Text Parameters Mapping */
.footer-copyright-text {
    font-size: 0.82rem;
    color: #ffffff;
    opacity: 0.5;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.footer-legal-anchors a {
    font-size: 0.85rem;
    color: #ffffff;
    font-weight: 500;
    opacity: 0.8;
    transition: color 0.2s ease;
}

.footer-legal-anchors a:hover {
    color: #e58411;
    opacity: 1;
}

/* Mobile Responsiveness Viewport Fix Adjustments */
@media (max-width: 767.98px) {
    .footer-brand-info {
        text-align: center;
    }
    .footer-brand-desc {
        margin: 0 auto;
    }
    .panto-footer-section {
        padding-top: 3.5rem !important;
    }
}
/* footer css  */


/* location highlights  */
/* Container Context Properties */
.panto-locations-section {
    background-color: #ffffff;
}

/* --- Left Side Dual-Image Layout Composition System --- */
.location-image-matrix {
    /* max-width: 500px; */
    margin: 0 auto;
    /* padding-top: 50px;  */
}

/* Large Main Base Building Photo Frame */
.loc-base-image-container {
    border-radius: 20px;
    overflow: hidden;
}

/* Floating Overlay Mini Badge Frame (Top Center-Left Placement) */
.loc-overlap-image-container {
    position: absolute;
    width: 220px;
    height: 160px;
    top: 0;
    left: 20%;
    border: 6px solid #ffffff;
    border-radius: 12px;
    overflow: hidden;
    z-index: 2;
}

/* --- Right Side Typography Content Framework --- */
.loc-tagline {
    font-size: 1.1rem;
    font-weight: 500;
    color: #f2bb2d;
}

.loc-main-title {
    font-size: 2.85rem;
    font-weight: 600;
    color: #2c351e;
    letter-spacing: -0.01em;
}

.loc-description {
    font-size: 0.94rem;
    color: #555555;
    line-height: 1.7;
    font-weight: 400;
}

/* --- Bootstrap Accordion Components Styling Override --- */
.custom-panto-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e2e8f0; /* Subtle spacer horizontal baseline */
    background-color: transparent;
}

/* Accordion Trigger Buttons Configuration */
.custom-panto-accordion .accordion-button {
    font-size: 20px;
    font-weight: 700;
    color: #021c33;
    background-color: transparent !important;
    padding: 1.25rem 0.5rem;
    box-shadow: none !important;
    border: none;
    transition: color 0.2s ease-in-out;
}

.custom-panto-accordion .accordion-item:first-of-type .accordion-button, .custom-panto-accordion .accordion-button:not(.collapsed) {
    color: #021c4c;
    font-weight: 700;
}

/* Visual highlights border indicator for active panel state */
.custom-panto-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-top: 1px solid #d2a52f6e;
    /* background-color: #f8fafc; */
    border-radius: 0;
    /* padding: 0 1rem; */
}

/* Inner Text Segment Configuration */
.custom-panto-accordion .accordion-body {
    padding: 0 0.5rem 1.5rem 0.5rem;
    font-size: 0.92rem;
    color: #4b4b4b;
    line-height: 1.6;
}

/* Custom Accordion Chevron Vector Icon Re-coloration */
.custom-panto-accordion .accordion-button::after {
    background-size: 1rem;
    filter: brightness(0.3); /* darkens native icon to complement theme */
}

/* Responsive Viewport Scalability Adapters */
@media (max-width: 991.98px) {
    .loc-main-title {
        font-size: 2.25rem;
    }
    /* .loc-base-image-container {
        width: 100%;
        height: 380px;
    } */
    /* .loc-overlap-image-container {
        width: 180px;
        height: 130px;
        left: 10%;
    } */
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 900px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 575.98px) {
    .loc-main-title {
        font-size: 1.95rem;
    }
    .loc-overlap-image-container {
        width: 150px;
        height: 110px;
        left: 5%;
        border-width: 4px;
    }
    .custom-panto-accordion .accordion-button {
        font-size: 1.05rem;
    }
}

.accordion-body ul li {
    padding: 5px 0;
    color: #3c546a;
    font-weight: 500;
    font-size: 18px;
    text-shadow: 0 0 9px #ffffff;
}

/* popup form  */
/* Full ambient screen blur backdrop tracking engine overlay */
.custom-ambient-modal.modal {
    backdrop-filter: blur(8px);
    background-color: rgba(30, 36, 38, 0.4); /* Matches dark slate brand palette */
}

/* Master content border radii configurations */
.custom-ambient-modal .modal-content {
    border-radius: 24px;
}

/* Left Side Feature Showcase Window System */
.popup-visual-side {
    background-image: url('../assets/images/600 x 800.webp');
    background-size: cover;
    background-position: center;
    min-height: 480px;
}

/* Graphic Overlay Gradient Tint */
.popup-visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%);
}

/* Right Side form box panel track height synchronization */
.popup-form-side {
    min-height: 480px;
}

/* absolute positioning override container styling for floating exit button */
.custom-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 90;
    background-color: #ffffff;
    padding: 0.5rem;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    opacity: 0.7;
    transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s ease;
}

.custom-modal-close:hover {
    opacity: 1;
    transform: scale(1.05);
}



/* Responsive Scaling Viewport Fix Adapters */
@media (max-width: 767.98px) {

    img{
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .testimonial-floating-review{
        border-radius: 20px;
    }

    .popup-form-side {
        min-height: auto;
    }
    .custom-modal-close {
        background-color: #f1f5f9;
    }
}
/* popup form  */
.materials-text-block ul{
    padding-left: 0 ;
}
.materials-text-block ul > li {
    line-height: 38px;
    color: #021c33;
    font-weight: 600;
    list-style: none;
    
}

.top-right-1 {
    position: absolute;
    right: -40px;
    top: -43px;
    width: 40%;
    min-width: 320px;
    opacity: 0.4;
    transform: scaleX(-1);
    rotate: 336deg;
}

.top-right-2 {
    position: absolute;
    right: -26%;
    top: 0;
    width: 50%;
    min-width: 430px;
    opacity: 0.3;
    transform: scaleX(-1);
    filter: contrast(0.7);
}


.bottom-bottom-2 {
    position: absolute;
    right: 0;
    bottom: -56px;
    width: 100%;
    min-width: 730px;
    opacity: 1;
    z-index: 0;
    object-fit: cover;
    object-position: center;
    text-align: center;
    transform: scaleX(-1);
}

.top-left-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    min-width: 430px;
    opacity: 0.6;
    z-index: -1;
}

.right-bottom-1 {
    position: absolute;
    right: 3%;
    transform: scaleX(-1);
    bottom: 0;
    z-index: -1;
    opacity: 0.25;
    width: 50%;
    min-width: 350px;
}
/* img{
        border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
} */

@keyframes shake-left {
    0%{
        
    }
    50%{
        
    }
    100%{
        
    }
}

.nav-link {
    font-size: 19px;
}

.navbar-toggler-icon{

    filter: invert(1);
}

.feature-icon-wrapper i{
        font-size: 40px;
    color: #f2bb2d;
}


/* fixed button  */
/* Container Rail Positioning & Glassmorphism Properties */
.mobile-cta-rail {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
    z-index: 1040; /* Sits perfectly above standard layout blocks but below active Modals */
}

/* Base properties for mobile button links */
.mobile-cta-rail .btn {
    height: 52px; /* Large, thumb-friendly touch target */
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 0 !important;
    border: none !important;
    transition: transform 0.15s ease, filter 0.2s ease;
}

/* Active State feedback touch interactions */
.mobile-cta-rail .btn:active {
    transform: scale(0.97);
}

/* Left Anchor Coloration (Using your exact requested color #f2bb2d) */
.btn-mobile-accent {
    background-color: #f2bb2d !important;
    color: #1e2426 !important; /* Premium dark text contrast for high readability */
}

.btn-mobile-accent:hover {
    filter: brightness(0.92);
}

/* Right Anchor Coloration (Complementary Slate Brand Dark) */
.btn-mobile-dark {
    background-color: #021c33 !important;
    color: #ffffff !important;
}


/* @media (max-width: 767.98px) {
    body {
        padding-bottom: 85px !important;
    }
} */
/* fixed button  */


/* fxed whatsappa button  */
/* --- Floating Action Structural Placement Engine --- */
.fixed-action-corners {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px; /* Base floating height above desktop screen edge */
    width: 100%;
    pointer-events: none; /* Allows user clicks to pass through empty dead space background */
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    z-index: 1030; /* Locks securely into layout layers */
}

/* Base parameters configuration for both circles */
.fixed-action-btn {
    pointer-events: auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.2s ease;
    text-decoration: none;
}

.launch-popup-1 {
    position: fixed;
    bottom: 83px;
    background: #042c45;
    right: 30px;
    z-index: 3;
    border: 1px solid white;
}


.fixed-action-btn:hover {
    transform: scale(1.1);
}

.fixed-action-btn:active {
    transform: scale(0.95);
}

/* Left Item Profile: Official Brand WhatsApp Green */
.launch-whatsapp {
    background-color: #25D366 !important;
    color: #ffffff !important;
}

/* Right Item Profile: Your exact Custom Theme Gold `#f2bb2d` */
.launch-popup {
    background-color: #f2bb2d !important;
    color: #1e2426 !important;
}

/* --- Responsive Layout Multi-Layer Handling --- */
@media (max-width: 767.98px) {
    /* Pushes both corner nodes higher on small phones so they float 
       directly above the fixed bottom bar without clipping it! */
    .fixed-action-corners {
    bottom: 70px;
    padding: 0 16px;
}
    
    .fixed-action-btn {
        width: 50px;
        height: 50px;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    }
}
/* fxed whatsappa button  */


.fixed-action-btn i.fa-whatsapp {
    font-size: 28px;
}
.fixed-action-btn i.fa-envelope {
    font-size: 20px;
    color: white;
}

.btn-panto-primary{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-panto-primary::before{
    content: "";
    position: absolute; 
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    z-index: -1;

}

/* .banner-form {
    padding: 30px 20px;
    background: #ffffff96;
    backdrop-filter: blur(6px);
    border-radius: 20px;
    box-shadow: 5px 5px 15px -9px black;
    border: 1px solid #ffc107;
} */
 .banner-form {
    padding: 30px 20px;
    background: #ffffff;
    backdrop-filter: blur(6px);
    border-radius: 20px;
    box-shadow: 5px 5px 15px -9px black;
    border: 1px solid #ffc107;
    overflow: hidden;
}
.banner-form{
    position: relative;
    z-index: 1;
}
.plant-bg{
    position: absolute;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    object-position: center;
    opacity: 0.1;
}
.shadow-bg {
    position: absolute;
    width: 100%;
    max-width: 400px;
    top: -15px;
    right: 0;
    z-index: -1;
    object-fit: cover;
    object-position: center;
    opacity: 0.5;
    transform: scaleX(-1);
}