.overview-section {
    background: rgba(27, 49, 48, 0.95);
    padding: 80px 0;
    position: relative;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 8px 32px 0 rgba(31,38,135,0.37);
}

.overview-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pattern-bgdark.jpg');
    opacity: 0.08;
    pointer-events: none;
}

.overview-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    position: relative;
}

.overview-header {
    grid-column: span 12;
    text-align: center;
}

.overview-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}
.overview-title-white {
    color: #fff;
}
.overview-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #dd8f29, #975806);
}

.overview-subtitle {
    font-size: 18px;
    color: #e0e0e0;
    margin: 0 auto;
    padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
    header {
        padding: 20px 0px;
    }
    .overview-section {
        padding: 50px 0 !important;
    }
    .overview-title {
        font-size: 28px !important;
    }
    .overview-subtitle {
        font-size: 15px !important;
    }
    .padding-zero-mob {
        padding: 0 !important;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 26px !important;
        margin: 10px 20px !important;
    }
    .stat-card {
        padding: 20px 10px !important;
    }
    .quick-enquiry {
        padding: 0 !important;
    }
    .quick-enquiry .up-form {
        border-radius: 0px !important;
    }
    .project-highlights {
        padding: 40px 0 60px 0 !important;
    }
    .highlights-grid {
        grid-template-columns: repeat(auto-fit, minmax(46%, 1fr)) !important;
        gap: 12px !important;
    }
    .highlight-card {
        padding: 15px 10px !important;
    }
    .highlight-title {
        font-size: 1.05rem !important;
    }
    .highlight-desc {
        font-size: 0.9rem !important;
    }
    .amenities-section {
        padding: 44px 15px 60px !important;
    }
    .amenities-grid {
        gap: 12px !important;
    }
    .gallery-section {
        padding: 42px 15px !important;
        border-radius: 0 !important;
    }
    .gallery-grid {
        
        gap: 12px !important;
    }
    section#layout.layout-section .section-subtxt {
        padding: 10px !important;
    }
    .location-advantage {
        padding: 40px 15px !important;
    }
    .form-p {
        font-size: 16px !important;
        padding-top: 10px;
    }
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.feature-card {
    grid-column: span 1;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 15px;
    padding: 10px 25px;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    display: inherit;
    text-align: left;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #6dafcc, #7eafc5);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.28);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #6dafcc, #7eafc5);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.feature-card:hover::after {
    transform: scaleX(1);
    transform-origin: right;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1c3837, #2a5654);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: transform 0.4s ease;
}

.feature-card:hover .feature-icon {
    transform: rotateY(180deg);
}

.feature-icon i {
    font-size: 28px;
    color: white;
}

.feature-title {
    font-size: 22px;
    color: #ffb34f;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.feature-text {
    color: #e0e0e0;
    line-height: 1.6;
    font-size: 15px;
}
.padding-zero {
    padding: 0;
}
.highlight-image {
    grid-column: span 6;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.28);
    margin-top: 1.5rem;
    padding: 0;
}

.highlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    background: linear-gradient(0deg, rgba(28,56,55,0.95) 0%, rgba(28,56,55,0.5) 100%);
    color: #fff;
}

.stats-grid {
    grid-column: span 12;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.stat-card {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #ffe364;
    margin-bottom: 10px;
}

.stat-label {
    color: #e0e0e0;
    font-size: 16px;
}

.quick-enquiry {
    background: linear-gradient(135deg, #f8f9fa 60%, #e9ecef 100%);
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-enquiry .up-form {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(8px);
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(28,56,55,0.10);
    padding: 40px 32px;
    max-width: 740px;
    margin: 0 auto;
    border: 1px solid rgba(28,56,55,0.08);
}

.quick-enquiry .reg-title {
    font-size: 1rem;
    font-weight: 500;
    color: #1c3837;
    margin-bottom: 28px;
    text-align: center;
    letter-spacing: 1px;
}

.quick-enquiry .form-group {
    margin-bottom: 22px;
}

.quick-enquiry .form-control {
    background: rgba(255,255,255,0.85);
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 1rem;
    color: #1c3837;
    box-shadow: none;
    transition: border-color 0.2s;
}

.quick-enquiry .form-control:focus {
    border-color: #1c3837;
    background: rgba(255,255,255,0.95);
    outline: none;
}

.quick-enquiry textarea.form-control {
    resize: vertical;
    min-height: 80px;
}

.quick-enquiry .form-btn {
    width: 100%;
    padding: 12px 0;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 16px;
    background: linear-gradient(90deg, #1c3837 60%, #2a5654 100%);
    color: #fff;
    border: none;
    box-shadow: 0 4px 16px rgba(28,56,55,0.08);
    transition: background 0.2s, box-shadow 0.2s;
}

.quick-enquiry .form-btn:hover {
    background: linear-gradient(90deg, #2a5654 60%, #1c3837 100%);
    box-shadow: 0 8px 24px rgba(28,56,55,0.12);
}

.project-highlights {
    background: linear-gradient(135deg, #1c3837 80%, #2a5654 100%);
    padding: 70px 0 60px 0;
    position: relative;
    z-index: 1;
}

.project-highlights::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('../images/pattern-bg.png');
    opacity: 0.08;
    z-index: 0;
}

.project-highlights .col-md-12 {
    position: relative;
    z-index: 2;
}

.project-highlights .section-hdtxt.foo {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.project-highlights .dbroucher {
    background: rgba(229,38,45,0.85);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(229,38,45,0.18);
    margin-bottom: 30px;
    transition: background 0.2s;
}

.project-highlights .dbroucher:hover {
    background: #e5262d;
}

.project-highlights-list {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-highlights-card {
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding: 32px 28px;
    min-width: 260px;
    max-width: 340px;
    margin-bottom: 24px;
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.project-highlights-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 16px 48px rgba(0,0,0,0.28);
    background: rgba(255,255,255,0.16);
}

.project-highlights-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-highlights-card li {
    font-size: 1.08rem;
    margin-bottom: 14px;
    padding-left: 0;
    position: relative;
    color: #e3e3e3;
}

.project-highlights-card li::before {
    content: '★';
    color: #e5262d;
    font-size: 1.1rem;
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    margin-top: 30px;
    justify-items: center;
}

.highlight-card {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    border-radius: 22px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding: 24px 24px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.10);
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
    width: 100%;
}

.highlight-card:hover {
    transform: translateY(-10px) scale(1.04);
    box-shadow: 0 16px 48px rgba(0,0,0,0.28);
    background: rgba(255,255,255,0.18);
}

.highlight-icon {
    font-size: 2.6rem;
    margin-bottom: 18px;
    color: #e5262d;
    background: rgba(255,255,255,0.18);
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px auto;
    box-shadow: 0 2px 12px rgba(229,38,45,0.10);
}
.highlight-icon img {
    width: 100px;
    padding: 5px;
    border: 2px dotted #eb9823;
    border-radius: 50%;
    margin: auto;
    text-align: center;
}
.highlight-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
    letter-spacing: 0.5px;
}

.highlight-desc {
    font-size: 1rem;
    color: #e3e3e3;
    margin-bottom: 0;
}

.amenities-section {
    background: linear-gradient(135deg, #f8f9fa 60%, #e9ecef 100%);
    padding: 70px 0 60px 0;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 32px;
    margin-top: 40px;
}

.amenity-card {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(8px);
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(28,56,55,0.10);
    text-align: center;
    border: 1px solid rgba(28,56,55,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.amenity-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 16px 48px rgba(28,56,55,0.18);
    background: rgba(255,255,255,0.85);
}

.amenity-img {
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
}
.amenity-img a {
    height: 100%;
    width: 100%;
}

.amenity-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.amenity-card:hover .amenity-img img {
    transform: scale(1.08);
}

.amenity-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    padding: 15px 0px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, #376788, #073b5e);
}

.gallery-section, .layout-section {
    /* already have background and padding inline, so just add grid styles */
}

.gallery-grid, .layout-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 28px;
    margin-top: 40px;
}

.gallery-card, .layout-card {
    background: rgba(255,255,255,0.7);
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(28,56,55,0.10);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-card:hover, .layout-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 16px 48px rgba(28,56,55,0.18);
}

.gallery-img, .layout-img {
    width: 100%;
    /* height: 200px; */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
}

.gallery-img img, .layout-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.gallery-card:hover .gallery-img img,
.layout-card:hover .layout-img img {
    transform: scale(1.08);
}

.gallery-overlay, .layout-overlay {
    position: absolute;
    bottom: 0; left: 0; width: 100%;
    background: linear-gradient(0deg,rgba(28,56,55,0.85) 0%,rgba(28,56,55,0.0) 100%);
    color: #fff;
    padding: 18px 0 8px 0;
    text-align: center;
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0;
    transition: opacity 0.3s;
}

.gallery-card:hover .gallery-overlay,
.layout-card:hover .layout-overlay {
    opacity: 1;
}

.gallery-caption, .layout-caption {
    background: rgba(229,38,45,0.85);
    padding: 6px 18px;
    border-radius: 12px;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.gallery-icon {
    font-size: 2rem;
    color: #e5262d;
    margin-right: 10px;
    vertical-align: middle;
}

/* Footer: switch to light background, centered content, highlighted address/phone */
footer {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
    color: #0c2b2a;
    padding: 34px 0;
    border-top: 1px solid rgba(12,34,34,0.04);
    box-shadow: 0 -6px 24px rgba(16,32,32,0.03) inset;
}

footer .container {
    max-width: 1180px;
    margin: 0 auto;
}

/* center all footer content and stack on small screens */
footer .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0 6px;
}

footer .wrapper-1400 {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center; /* center all children */
    text-align: center;      /* center text */
    padding: 6px 12px;
}

/* Logo - keep subtle border on light bg */
footer .footer-logo {
    width: 140px;
    height: auto;
    display: block;
    border-radius: 6px;
    padding: 6px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(3,15,15,0.03);
}

/* Make address stand out (larger, darker, subtle background pill) */
footer .section-hdtxt.relative.title {
    flex-basis: 100%;
    margin: 8px 0;
    color: #06383a;
    font-weight: 700;
    font-size: 1.8rem;
    padding: 10px 18px;
    border-radius: 12px;
    background: #fff;
    display: inline-block;
    line-height: 1.4;
}

/* Group contact pills and center them */
footer .ft-mrgn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 8px 6px;
}

/* Phone link highlight: pill with accent border and icon */
footer .ft-mrgn a,
footer .ft-mrgn a.whatsapp-mobi,
footer .ft-mrgn a.whatsapp-laptop {
    color: #0c2b2a;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
    padding: 6px 30px !important;
    border-radius: 12px;
    border: 1px solid #073b5e;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform .12s ease, box-shadow .12s ease;
}

/* stronger accent for main phone */
footer .ft-mrgn a[href^="tel:"] {
    background: #fff;
    border: 1px solid #073b5e;
    color: #073b5e;
    box-shadow: 0 6px 18px rgba(229,38,45,0.06);
    font-size: 22px;
}

footer .ft-mrgn a[href^="tel:"]:hover {
    background: #073b5e;
    border: 1px solid #073b5e;
    color: #fff;
    font-size: 22px;
}

/* whatsapp links keep green accent */
footer .ft-mrgn a.whatsapp-mobi,
footer .ft-mrgn a.whatsapp-laptop {
    border-color: #0aaa2d;
    color: #0aa74a;
    font-size: 22px;
}

footer .ft-mrgn a.whatsapp-mobi,
footer .ft-mrgn a.whatsapp-laptop:hover {
    border-color: #0aaa2d;
    /* background: #0aaa2d; */
    color: #0aaa2d;
    font-size: 22px;
}

/* brochure button center & subtle */
footer .broucher1 {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

footer .broucher1 .btn {
    padding: 10px 40px;
    border-radius: 12px;
    color: #fff;
    box-shadow: 0 8px 28px rgba(229,38,45,0.14);
}

/* small polish for icons */
footer .ft-mrgn img { width: 24px; height: 24px; object-fit: contain; }

/* Responsive: keep everything centered and stacked on smaller viewports */
@media (max-width: 992px) {
    footer .wrapper-1400 { gap: 14px; padding: 8px; }
    footer .section-hdtxt.relative.title { font-size: 0.98rem; padding: 8px 12px; }
    footer .ft-mrgn { justify-content: center; flex-basis: 100%; }
    footer .broucher1 { margin-top: 12px; }
}

@media (max-width: 600px) {
    footer { padding: 20px 0; }
    footer .footer-logo { width: 120px; }
    footer .section-hdtxt.relative.title { font-size: 0.92rem; padding: 8px 10px; }
    footer .ft-mrgn a { padding: 7px 10px; font-size: 0.95rem; }
}

/* Accessibility focus */
footer a:focus, footer button:focus {
    outline: 3px solid rgba(28,56,55,0.12);
    outline-offset: 3px;
}

@media only screen and (min-width: 801px) {
    .whatsapp-mobi {
        display: none !important;
    }
}
@media only screen and (max-width: 800px) {
    .whatsapp-laptop {
        display: none !important;
    }
}

.footer-bootom {
    background: #073b5e;
    padding: 15px 0px;
}
.copyright-left {
    text-align: left;
}
.copyright-left p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.copyright-left p a {
    color: #fff;
}
.copyright-left p a:hover {
    color: #dd8f29;
    text-decoration: none;
}
.copyright-right {
    justify-content: flex-end;
    display: flex;
}
.copyright-right a {
    font-size: 14px;
    color: #fff;
    margin: 0 10px
}
.copyright-right a:hover {
    color: #dd8f29;
    text-decoration: none;
}
.banner-container {
    position: relative;
    display: flex;
    justify-content: flex-end; 
    min-height: 600px;
    margin-left: auto;
    margin-right: 0;
}

.slider-txt-div {
    background: linear-gradient(rgba(8,25,34,0.5), rgba(8,25,34,0.5));
    backdrop-filter: blur(10px);
    padding: 80px 40px;
    color: #fff;
    text-align: center;
    max-width: 470px;
    position: relative;
    z-index: 2;
    align-self: center; 
}

.thankyou-home {
    padding-top: 80px;
    min-height: 100vh;
    background: linear-gradient(rgba(8,25,34,0.1), rgba(8,25,34,0.1)), url('../images/amenities/temple.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.thankyou-page-txt-div {
    background: linear-gradient(rgba(8,25,34,0.7), rgba(8,25,34,0.7));
    backdrop-filter: blur(0px);
    padding: 60px 40px 80px;
    color: #fff;
    text-align: center;
    max-width: 70%;
    position: relative;
    z-index: 2;
    align-self: center; 
}
/* Responsive adjustments */
@media only screen and (max-width: 480px) {
	.banner-container {
		margin: 0 !important;
		min-height: 538px !important;
	}
    .slider-txt-div {
        top: 120px;
		background: linear-gradient(rgba(8,25,34,0.5), rgba(8,25,34,0.5));
		backdrop-filter: blur(0px);
		padding: 10px 30px;
    }
    .slider-txt-h1 {
        font-size: 26px !important;
    }
    .slider-txt-h2 {
        font-size: 16px !important;
        margin-bottom: 20px !important;
    }
	.slider-txt-span {
		font-size: 26px !important;
	  }
	.slider-txt-h3 {
	  font-size: 16px !important;
	  margin-bottom: 20px !important;
	}
	.price-text {
	  font-size: 26px !important;
	}
    .slider-txt-p {
        margin-top: 0px;
        padding: 8px 40px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .slider-txt-h4 {
        font-size: 18px;
        margin: 15px 0;
    }
    .thankyou-home {
        padding: 110px 0px 60px;
        min-height: auto;
    }
    .thank-logo {
        margin-top:20px !important;
    }
    .thankyou-page-txt-div {
        padding: 20px 15px 30px;
        max-width: 95%;
    }
}
@media (max-width: 768px) {
    .slider-txt-div {
        margin-right: 0;
        width: 100%;
        max-width: none;
    }
}

.location-advantage.dark-glass {
    background: linear-gradient(180deg, rgba(6,22,27,0.92) 0%, rgba(10,28,30,0.92) 100%);
    padding: 60px 0;
    color: #e6f6f5;
    position: relative;
    overflow: hidden;
}

/* subtle decorative vignette */
.location-advantage.dark-glass::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 20%, rgba(255,255,255,0.03), transparent 30%);
    pointer-events: none;
}

/* header */
.location-advantage .section-head .section-title {
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 700;
}
.location-advantage .section-head .section-subtxt {
    color: rgba(230,246,245,0.9);
    max-width: 900px;
    margin: 0 auto 28px;
}

/* grid */
.location-grid {
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 28px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px;
}

/* frosted card for features */
.location-features .feature-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.04);
    padding: 26px;
    border-radius: 12px;
    backdrop-filter: blur(6px);
    box-shadow: 0 12px 30px rgba(2,8,8,0.45);
}

/* feature list */
.feature-card h3 {
    margin-bottom: 12px;
    color: #ffe364;
    font-size: 1.15rem;
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    color: rgba(230,246,245,0.92);
    font-size: 0.98rem;
    line-height: 1.45;
    border-bottom: 1px dashed rgba(255,255,255,0.03);
}
.feature-list li i {
    min-width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(229,38,45,0.95), rgba(229,38,45,0.85));
    border-radius: 6px;
    font-size: 12px;
    box-shadow: 0 6px 18px rgba(229,38,45,0.14);
}

/* map card */
.location-map .map-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    border: 1px solid rgba(255,255,255,0.04);
    padding: 8px;
    border-radius: 12px;
    backdrop-filter: blur(4px);
    box-shadow: 0 14px 40px rgba(0,0,0,0.45);
    text-align: center;
}
.map-card .map-thumb img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.04);
}
.map-caption {
    margin-top: 10px;
    color: rgba(230,246,245,0.9);
    font-weight: 600;
}

/* responsive: stack on small screens and center */
@media (max-width: 992px) {
    .location-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 0 16px;
    }
    .location-map { order: -1; } /* show map above list on mobile if preferred */
}

/* accessible focus */
.location-advantage a:focus, .location-advantage button:focus {
    outline: 3px solid rgba(229,38,45,0.14);
    outline-offset: 3px;
}

/* Stronger overrides to ensure the Location Advantage section shows dark glass background and light text */
section#location.location-advantage.dark-glass {
    background: rgba(27, 49, 48, 0.95) !important;
    color: #eaf7f6 !important;
}

/* Headings and description */
section#location.location-advantage.dark-glass .section-head .section-title {
    color: #ffffff !important;
}
section#location.location-advantage.dark-glass .section-head .section-subtxt {
    color: rgba(234,247,246,0.95) !important;
}

/* Feature card and list text */
section#location.location-advantage.dark-glass .location-features .feature-card {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(255,255,255,0.05) !important;
    color: #eaf7f6 !important;
}
section#location.location-advantage.dark-glass .feature-list li {
    color: rgba(234,247,246,0.96) !important;
}

/* Icons */
section#location.location-advantage.dark-glass .feature-list li i {
    background: linear-gradient(180deg, #ffef00 0%, #b1a602 100%) !important;
    color: #fff !important;
}

/* Map card and caption */
section#location.location-advantage.dark-glass .location-map .map-card {
    background: rgba(0,0,0,0.18) !important;
    border: 1px solid rgba(255,255,255,0.04) !important;
}
section#location.location-advantage.dark-glass .map-caption {
    color: rgba(234,247,246,0.95) !important;
}

/* Links inside the section */
section#location.location-advantage.dark-glass a {
    color: #8fe6e0 !important;
}
section#location.location-advantage.dark-glass a:hover {
    color: #ffffff !important;
}

/* Ensure text contrast for smaller components */
section#location.location-advantage.dark-glass .feature-card h3,
section#location.location-advantage.dark-glass .feature-card p,
section#location.location-advantage.dark-glass .feature-card li {
    color: #eaf7f6 !important;
}

/* Responsive tweak preserved */
@media (max-width: 992px) {
    section#location.location-advantage.dark-glass .location-grid { padding: 0 14px !important; }
}

/* Dark glassy design for the Layout section */
section#layout.layout-section {
    /* override inline background */
    background: linear-gradient(180deg, rgba(6,18,22,0.94) 0%, rgba(10,28,30,0.94) 100%) !important;
    color: #eaf7f6 !important;
    padding: 70px 0 !important;
    border-top: 1px solid rgba(255,255,255,0.04);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: inset 0 8px 40px rgba(0,0,0,0.35);
    position: relative;
}

/* Ensure section title and subtitle are readable */
section#layout.layout-section .section-title {
    color: #ffffff !important;
    font-weight: 700;
}
section#layout.layout-section .section-subtxt {
    color: rgba(234,247,246,0.9) !important;
}

/* Two-column layout: left content, right map/cards */
section#layout .layout-grid {
    /* display: grid; */
    /* grid-template-columns: 1fr 480px; */
    /* gap: 28px; */
    align-items: start;
    max-width: 100%;
    margin: 0 auto;
    padding: 6px 16px;
}

/* Frosted cards for layout items */
.layout-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 14px 40px rgba(0,0,0,0.45);
    backdrop-filter: blur(6px);
    transition: transform .28s ease, box-shadow .28s ease;
    color: #eaf7f6;
}

/* layout image appearance */
.layout-img {
    overflow: hidden;
    border-radius: 10px;
    display: block;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.03);
}
.layout-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}
.layout-card:hover .layout-img img {
    transform: scale(1.03);
}

/* overlay caption style */
.layout-overlay {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: linear-gradient(0deg, rgba(0,0,0,0.55), rgba(0,0,0,0.18));
    color: #fff;
    padding: 10px 12px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
}

/* Map card (right column) */
.layout-grid .map-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
}
.layout-grid .map-card .map-thumb {
    display:block;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.04);
    box-shadow: 0 12px 36px rgba(0,0,0,0.45);
    background: rgba(0,0,0,0.06);
}
.layout-grid .map-card .map-thumb img {
    width: 100%;
    height: auto;
    display:block;
}

/* small helper: ensure interior text uses light color */
section#layout.layout-section p,
section#layout.layout-section li,
section#layout.layout-section .layout-caption,
section#layout.layout-section .layout-title {
    color: rgba(234,247,246,0.95) !important;
}

/* interactive hover */
.layout-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 60px rgba(0,0,0,0.55);
}

/* Responsive: stack columns on small screens */
@media (max-width: 992px) {
    section#layout .layout-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 0 14px;
    }
    /* make map appear first on mobile */
    section#layout .layout-map { order: -1; }
}

/* Updated gallery background — attractive glassy look (no image changes) */
.gallery-section {
    background: linear-gradient(180deg, rgba(6,18,22,0.94) 0%, rgba(10,28,30,0.94) 100%) !important;
    padding: 40px 0 70px;
    position: relative;
    overflow: hidden;
}



/* ensure headings and intro text contrast on the glass */
.gallery-section .overview-title,
.gallery-section .reg-title,
.gallery-section .section-title,
.gallery-section .section-subtxt {
    color: #08373a; /* refined deep-teal for contrast */
}

/* make gallery cards sit nicely on the glass (slightly translucent) */
.gallery-card {
    background: rgba(255,255,255,0.56);
    /* border: 1px solid rgba(255,255,255,0.65); */
    box-shadow: 0 10px 34px rgba(11,30,31,0.06);
}

/* caption pill tuned for glass background */
.gallery-caption {
    background: rgba(8,28,30,0.9);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.06);
}

/* smaller screens: reduce padding for the glass container */
@media (max-width: 768px) {
    .gallery-section { padding: 42px 0; border-radius: 10px; }
}