@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-VariableFont.woff2) format("woff2"), url(../fonts/Montserrat-VariableFont.woff) format("woff");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GothamBold";
    src: url(../fonts/GothamBold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: "Metropolis-Medium";
    src: url(../fonts/Metropolis-Medium.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}



body {
    background: #fff;
    font-family: "Montserrat", sans-serif;
}

p {
    font-size: 0.94rem;
    font-weight: 400;
}

h2 {
    margin-bottom: 0;
}
.topgap {
height: 90px;
    background: #091532;
}
.video_header_container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video_header {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.video_header_poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

.video_header_poster.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.expert-intro-section {
    background-color: #ffffff;
    color: #4a4a4a;
    overflow: hidden;
}

.expert-logo {
    max-width: 90px;
    height: auto;
    margin-bottom: 1rem;
}

.expert-subtitle {
    font-size: 1.35rem;
    font-weight: 700;
    color: #4e4e4e;
    letter-spacing: 0.2px;
    font-family: "GothamBold";
}

.expert-title-grey {

    font-size: 2.4rem;
    font-weight: 400;
    color: #5c677d;
    letter-spacing: 1.2px;
    line-height: 1.2;
}

.expert-title-blue {

    font-size: 2.4rem;
    font-weight: 400;
    color: #202F64;
    letter-spacing: 1.2px;
    line-height: 1.2;
}

.expert-card {
    padding: 0 0.5rem;
}

.expert-card-header {
    min-height: 72px;
    margin-bottom: 0.75rem;
}

.expert-card-title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #4e4e4e;
    line-height: 1.2;
}

.expert-card-desc {
    font-size: 0.925rem;
    color: #404040;
    line-height: 1.35;
    max-width: 250px;
    margin: 0 auto;
}

.bbrlogo {
     width: 11dvi;
    height: 5.5dvi;
    object-fit: contain;
    display: block;

    object-fit: contain;
    display: block;
}

.pos_cont_1 p {
    max-width: 60ch;
}

.pos_cont_1>* {
    position: relative;
    z-index: 2;
}

.heading_custom h2 {
    font-size: 1.8rem;
}

.township-pillars-grid {
    margin: 1.25rem 0;
    max-width: 600px;
    width: 100%;
}

.pillar-item {
    font-size: 1.05rem;
    font-weight: 600;
    color: #202F64;
    line-height: 1.25;
    position: relative;
}



.location .heading_custom h2 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
    max-width: 15ch;
    /* font-size: 1.8rem; */

}

.bbrcrown {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.locationIcon {
    width: 44px;
    height: 27px;
    object-fit: contain;
}

.pinned-img {
    width: 28vw;
}

.bbr_bp_lg {
    width: 16vw;
    display: block;
    margin-bottom: 10%;
}

.ind_cus_sol h2 {
    letter-spacing: 0.07em;
    max-width: 24ch;
    color: #2a3275;
    /* font-size: 1.57rem; */
    /* font-size: 1.7rem; */

}

.idc_cont {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: fit-content;
    margin: auto;
}

.idc_cont .heading_custom {
    margin-bottom: 20%;
}

.heading_custom p {

    line-height: 1.3;
}

.idc_cont p {
    max-width: 35ch;
}

.heading_custom p {
    margin-bottom: 0;
}

.ind_cus_sol::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/961b35dc-46c7-4e41-790d-ea3940cf8c00/1920);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    width: 53vw;
    height: 16vw;
    right: 0;
    top: 0;
    left: auto;
    pointer-events: none;

}

.view-overall {
    background: linear-gradient(273deg, #22c4f8, #ecf2f3);
    width: 100%;
    height: 100%;
}
.view-overall h2 {
    text-transform: uppercase;
    font-weight: 600;
    max-width: 30ch;
    font-size: 1.6rem;
    letter-spacing: 0;
}

.ind_cus_sol {
    background: #fff;
}

.pos_greener h2 {
    max-width: 21ch;
    margin-bottom: 8%;
}

.pos_greener p {
    max-width: 30ch;
}

.greener_sec {
    background: linear-gradient(52deg, #cce0f4 35%, #1e9cd7);
}

.pos_greener {
    padding: 2.5rem 2rem;
}

.sus-sec {
    background: #fff;
}

.sus-sec .idc_cont {
    justify-content: flex-start;
    padding-bottom: 2.5rem;

}

.sus-sec .idc_cont .heading_custom {
    margin-bottom: 1rem;
}

.sus-sec h2 {
    color: #202F64;
}

.sus-feature-item {
    margin-bottom: 2rem;
}

.sus-feature-title {
    color: #202F64;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 1rem;
}

.sus-feature-line {
    width: 75%;
    max-width: 160px;
    height: 3px;
    background-color: #202F64;
    border-radius: 2px;
}

.ontop {
    position: absolute;
    /* inset: 0; */
    bottom: 0;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 33;
}

.industrial-ecosystem-section {
    background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/b9101aac-dc2c-4f08-a0b0-978cc4f06300/1920);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.ecosystem-heading {
    color: #1e2c4f;
    font-weight: 500;
    font-size: 1.46rem;
    letter-spacing: 0.06em;
    line-height: 1.35;
}

.ecosystem-layout {
    max-width: 1040px;
    width: 100%;
}

.ecosystem-pillar>div {
    width: fit-content;
    margin: auto;
}

.ecosystem-pillar-title {
    color: #213158;

    font-family: "p22-mackinac-pro";


    font-size: 1.85rem;
    font-weight: 600;
    line-height: 1.15;
}

.ecosystem-pillar-title span {
    display: block;
    padding-left: 10px;
}

.ecosystem-pillar-desc {
    color: #111111;
    font-size: clamp(0.85rem, 1.05vw, 0.95rem);
    font-weight: 400;
    line-height: 1.35;
    font-size: 0.8rem;
    max-width: 27ch;
    margin: auto;
    text-align: center;
}

/* Features Grid Section Styles */
.features-grid-section {
    background-color: #1b1947;
    color: #ffffff;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 1.5rem;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 0.75rem 0.5rem;
}

.feature-icon-wrapper {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon {
    width: 64px;
    height: 76px;
    object-fit: contain;
}

.feature-title {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.feature-desc {
     font-size: 0.925rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
    max-width: 23.6ch;
    margin: 0 auto;
}

/* Connected for Growth Section & Accordion Styles */
.connected-growth-section {
    background: #019e9c;
    color: #ffffff;
    overflow: hidden;
}

.connected-growth-content {
    padding: 2.5rem 1.5rem;
}


.accordian_custom {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.accordian-item {
    margin-bottom: 0.5rem;
}

.accordian-header {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ffffff;
    padding: 0.25rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #ffffff;
    text-align: left;
    transition: opacity 0.2s ease;
}

.accordian-header:hover {
    opacity: 0.88;
}

.accordian-header .header-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.accordian-icon {
    width: 36px;
    height: 30px;
    flex-shrink: 0;
}

.accordian-title {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
}

.chevron-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordian-item.open .chevron-icon {
    transform: rotate(180deg);
}

/* Seamless Height & Opacity Animation using CSS Grid */
.accordian-content {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    visibility: hidden;
    transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordian-item.open .accordian-content {
    grid-template-rows: 1fr;
    opacity: 1;
    visibility: visible;
}

.accordian-content-inner {
    overflow: hidden;
    padding-left: clamp(1.25rem, 3.8vw, 3.25rem);
    padding-top: 0.5rem;
}

.accordian-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.item-name {

    font-size: 0.8rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4;
}

.item-dist {

    font-size: 0.8rem;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    margin-left: 1rem;
}

.item-subtext {

    font-size: clamp(0.8rem, 0.9vw, 0.88rem);
    color: rgba(255, 255, 255, 0.85);
    margin-top: 0.15rem;
    font-weight: 400;
}

.industrial-lot-map h2 {
    max-width: 17ch;
}

.industrial-rbf-map h2 {
    max-width: 17ch;
}
.industrial-rbf-map h2 {
         max-width: 23ch;
           color: #1b1947;
}
.pos_greener h2,
.industrial-lot-map h2 {
    color: #1b1947;
}

/* Industrial Lot Combined Map Info Section */
.cont-map-info {
    background-color: #e3e6e7;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    font-family: "Metropolis-Medium";
}

@media (min-width: 992px) {
    .cont-map-info {
        flex-direction: row;
        align-items: stretch;
    }

    .cmi-item.cmi-thumb {
        flex: 0 0 38%;
        max-width: 38%;
    }

    .cmi-item.cmi-content {
        flex: 0 0 62%;
        max-width: 62%;
    }
}

.cmi-thumb {
    width: 100%;
    position: relative;
}

.cmi-thumb .thumb-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 250px;
    height: 24dvi;
}

.cmi-content {
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .cmi-content {
        padding: 2.25rem 2.5rem;
    }

}

/* Lot Badges & Description */
.lot-badge {
    display: inline-block;
    padding: 0.25rem 0.85rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    border-radius: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.lot-badge.primary-purple {
    background-color: #612984;
    border: 1.5px solid #481b66;
}

.lot-badge.muted-purple {
    background-color: #988ab4;
    border: 1.5px solid #7c6f9a;
}

.lot-desc {

    font-size: 0.88rem;
    color: #404040;
    line-height: 1.35;
    margin-bottom: 0;
}

.lot-legend-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.lot-legend-badge {
    background-color: #484747;
    color: #ffffff;
    font-family: 'Causten-Medium', 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.35rem 1.1rem;
    border-radius: 3px;
    display: inline-block;
}

/* Bottom Map Legend Section */
.map-legend-section {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

.map-legend-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #555555;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.map-legend-line {
    width: 100%;
    height: 1px;
    background-color: #b5b9ba;
    margin-bottom: 1rem;
}

.map-legend-items {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.legend-item {
    display: inline-flex;
    align-items: center;
}

.dashed-line-icon {
    display: inline-flex;
    gap: 1rem;
    align-items: center;
    margin-right: 10px;
}

.dashed-line-icon span {
    width: 1rem;
    height: 5px;
    background-color: #ee2b2b;
    border-radius: 1px;
    display: inline-block;
}
.industrial-lot-map .number-box-icon {
        font-size: 0.95rem;
        border-radius: 0;
}
.number-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 22px;
    border: 1.5px solid #555555;
    border-radius: 0;
    font-size: 0.75rem;

    color: #444444;
    margin-right: 10px;
    line-height: 1;
}

.legend-text {
    font-family: "Metropolis-Medium";
    font-size: 0.88rem;
    color: #444444;
    font-weight: 500;
}

/* Ready Built Factory Info Card Styles */
.rbf-main-title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

.rbf-legend-item {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.swatch-box {
    width: 32px;
    height: 20px;
    border-radius: 2px;
    flex-shrink: 0;
    margin-top: 2px;
    display: inline-block;
}

.swatch-type-a {
    background-color: #f0987d;
    border: 1.5px solid #d87f65;
}

.swatch-type-c {
    background-color: #fce0a6;
    border: 1.5px solid #e8c47d;
}

.swatch-info {
    display: flex;
    flex-direction: column;
}

.swatch-title {
    font-size: 0.92rem;
    font-weight: 700;
      color : #4A4846;
    line-height: 1.25;
}

.swatch-subtitle {

    font-size:0.88vw;
    color: #555555;
    line-height: 1.3;
}

.code-badge {
    font-size: 1rem;
    font-weight: 800;
    color: #2b2b2b;
    min-width: 32px;
    display: inline-block;
    flex-shrink: 0;
    line-height: 1.2;
    min-width: 37px;
}

/* ==========================================
   ALL PRODUCTS / BUSINESS MODELS SECTION
   ========================================== */
.all-products {
    background-color: #1b1842;
    color: #ffffff;
}

.products-title {
    font-size: clamp(1.3rem, 2.3vw, 1.85rem);
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.08em;
}

.products-subtitle {

    /* font-size: 0.92rem; */
    color: rgba(255, 255, 255, 0.85);
    max-width: 58ch;
    line-height: 1.45;
}

.product-card.active-card .product-body {
    background: linear-gradient(180deg, #282561 0%, #282561 100%);
}

.product-card .product-body {
    background: linear-gradient(180deg, #282561 0%, #00b9b6 100%);
}


.product-card {
    background: linear-gradient(180deg, #282561 0%, #282561 100%);
    /* border-radius: 16px; */
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 2px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-img-wrapper {
    width: 100%;
    height: 15dvi;
    overflow: hidden;
}

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

.product-body {
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    text-align: left;
}

.product-card-title {
    font-size: 1.15rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

.product-card-desc {

    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.35;
    margin-bottom: 1.25rem;
    min-height: 2.7rem;
}

.product-status-wrapper {
    margin-top: auto;
    text-align: center;
}

.product-status {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    display: inline-block;
}

.status-available {
    color: #75f8ea;
}

.status-coming-soon {
    color: #ffffff;
}

/* --- ANIMATED LOOPING BORDER --- */
@property --border-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

@keyframes borderRotate {
    0% {
        --border-angle: 0deg;
    }

    100% {
        --border-angle: 360deg;
    }
}

@keyframes glowPulse {

    0%,
    100% {
        box-shadow: 0 0 14px rgba(0, 210, 196, 0.4);
    }

    50% {
        box-shadow: 0 0 24px rgba(0, 242, 254, 0.8), inset 0 0 10px rgba(0, 242, 254, 0.2);
    }
}

.product-card.active-card {
    position: relative;
    /* animation: glowPulse 3s infinite ease-in-out; */
}

.product-card.active-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: conic-gradient(from var(--border-angle), #00f2fe, #00d2c4, #282561, #00f2fe);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderRotate 3s linear infinite;
    pointer-events: none;
    z-index: 5;
}

.view-brochure-link {
    font-size: 0.95rem;
    font-weight: 700;
    color: #00d2c4;
    letter-spacing: grouped.08em;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.25s ease;
}

.view-brochure-link:hover {
    color: #ffffff;
}

.productcont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 1rem; */
}

.cardItem {
    flex: 1 1 16rem;
    max-width: 100%;
}

.grouped {
    margin-left: 10%;
}

.register {
    background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/fc12e636-96d4-42f5-03e5-06a23f8cbe00/1920);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.rcaptcha-wrapper {
        width: fit-content;
}
#frmLeadGen input[type="text"],
#frmLeadGen input[type="tel"],
#frmLeadGen input[type="email"] {
    margin-bottom: 0.7rem;
    display: block;
    width: 100%;
    max-width: 32rem;
    margin: 0;
    background-color: #e6fdff;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
    padding-left: 1.1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #640B0F;
    text-align: left;
    border-radius: 8px;
    border: 1px solid #e6fdff;
    margin-bottom: 1.1rem;
}

#frmLeadGen input[type="text"]::placeholder,
#frmLeadGen input[type="email"]::placeholder,
#frmLeadGen input[type="tel"]::placeholder {
    color: #000;
    text-align: left;
    text-transform: uppercase;
}

label.checkbox-label{
    max-width: 53ch;
    font-size: 0.82rem;
}
/* Registration Form Radio Button Controls */
.dd-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 15px 25px;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.radiocs {
    display: inline-flex;
    align-items: center;
}

.radiocont {
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    user-select: none;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
    gap: 12px;
}

.radiocont input.rddcs {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radiocont .checkmark {
    position: relative;
    height: 30px;
    width: 30px;
    min-width: 30px;
    background-color: #e6fdff;
    border-radius: 8px;
    transition: all 0.2s ease;
    display: inline-block;
    box-sizing: border-box;
}

.radiocont:hover input.rddcs ~ .checkmark {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(230, 253, 255, 0.7);
}

.radiocont input.rddcs:checked ~ .checkmark {
    background-color: #e6fdff;
}

.radiocont .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 10px;
    top: 5px;
    width: 8px;
    height: 14px;
    border: solid #202F64;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.radiocont input.rddcs:checked ~ .checkmark::after {
    display: block;
}

.radiocont .radio-label-text {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
}

@media (max-width: 576px) {
    .dd-wrapper {
        gap: 12px 16px;
                justify-content: space-between;
    }
    .radiocont .radio-label-text {
        font-size: 12.5px;
    }
    .radiocont .checkmark {
        height: 26px;
        width: 26px;
        min-width: 26px;
        border-radius: 6px;
    }
    .radiocont .checkmark::after {
        left: 9px;
        top: 4px;
        width: 7px;
        height: 12px;
    }
}
.submit-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 2px;
background: linear-gradient(
    66deg,
    #1fd8ff 0%,
    #18b8dd 10%,
    #1692c0 22%,
    #2075a9 35%,
    #2c4d95 50%,
    #2e2d82 62%,
    #27509a 72%,
    #1f78af 82%,
    #1aa4c8 92%,
    #27306f 100%
);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.submit-btn::after {
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(213deg, #1fd8ff 0%, #18b8dd 10%, #1692c0 22%, #2075a9 35%, #2c4d95 50%, #2e2d82 62%, #27509a 72%, #1f78af 82%, #1aa4c8 92%, #27306f 100%);
     z-index: -1;
    opacity: 0.3
    
}
/* Submit Button Styling */
.submit-btn {
    position: relative;
    display: inline-block;
    padding: 12px 48px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #ffffff;
    text-transform: uppercase;
       border: 0; /* background: linear-gradient(135deg, #1f2d5a 0%, #115378 50%, #00c6d7 100%); */
    /* border: 2px solid #00f2ff; */
    border-radius: 50px;
    /* box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.45), 0 0 15px rgba(0, 242, 255, 0.3); */
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
    z-index: 33;
}
.submit-btn::before{
    content: "";
}
.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 2px 8px rgba(255, 255, 255, 0.65), 0 0 22px rgba(0, 242, 255, 0.55);
}

.submit-btn:active {
    transform: translateY(0);
    box-shadow: inset 0 1px 4px rgba(255, 255, 255, 0.3), 0 0 10px rgba(0, 242, 255, 0.4);
}

/* Sales Gallery Section */
.sales-gallery {
   display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 25px;
    margin-top: 3rem;
    padding-top: 1rem;
    width: fit-content;
}

.sales-gallery .sg-info {
    flex: 1;
    min-width: 280px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
}

.sales-gallery .sg-title {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 6px;
    line-height: 1.3;
}

.sales-gallery .sg-address {
    font-weight: 400;
    font-size: 14.5px;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.4;
}

.sales-gallery .sg-hours {
    font-weight: 400;
    font-size: 14.5px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.4;
}

.sales-gallery .sg-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

/* Map & Waze Buttons */
.sg_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    min-width: 145px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #ffffff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    background: linear-gradient(180deg, #2b3363 0%, #1b2149 76%, #00e0d0 100%);
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.sg_btn:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
    background: linear-gradient(180deg, #333d75 0%, #202755 74%, #00f5e4 100%);
    box-shadow: 0 6px 18px rgba(0, 224, 208, 0.4);
}
.reveal > img {
	transform-origin: left;
  }
  
  .reveal {
	visibility: hidden;
	position: relative;
	overflow: hidden;
  }
  .slide-image {
    transform: scale(1.2);
}
.divider-line {
    max-width: 70%;
    height: 2.5px;
    display: block;
    margin: auto;
    background: #2a3275;
}

/* ==========================================
   SITE PROGRESS SPLIDE SECTION
   ========================================== */
#site-progress {
    background-color: #f8f9fa;
}

.site-progress-splide {
    padding-bottom: 2.5rem;
}

.site-progress-card {
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.site-progress-img-wrapper {
    width: 100%;
    overflow: hidden;
}

.site-progress-img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    object-position: center;
}


.site-progress-caption {
    background-color: #0b1839;
    padding: 1.25rem 1rem;

    color: #ffff;
}
.site-progress-caption p {
    font-size: 0.9rem;
}
#site-progress-splide .splide__arrow {
    background: rgba(255, 255, 255, 0.9);
    width: 44px;
    height: 44px;
    opacity: 0.9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

#site-progress-splide .splide__arrow:hover {
    background: #202F64;
    opacity: 1;
}

#site-progress-splide .splide__arrow:hover svg {
    fill: #ffffff;
}

#site-progress-splide .splide__arrow svg {
    fill: #202F64;
    transition: fill 0.3s ease;
}

#site-progress-splide .splide__pagination {
    bottom: 0;
}

#site-progress-splide .splide__pagination__page {
    background: #202F64;
    opacity: 0.3;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}

#site-progress-splide .splide__pagination__page.is-active {
    opacity: 1;
    background: #202F64;
    transform: scale(1.3);
}


@media (max-width: 768px) {
    .sales-gallery {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-top: 2rem;
    }
    .sales-gallery .sg-buttons {
        width: 100%;
        justify-content: flex-start;
        gap: 12px;
    }
    .sg_btn {
        padding: 10px 22px;
        min-width: 125px;
        font-size: 13px;
    }
    .topgap {
        height: 0;
    }
}


  /* SVG Yellow Lines Flow & Glow Animation */
        .animated-yellow-lines path {
            stroke-dasharray: 14 20;
            animation: yellowLineFlow 3s linear infinite, yellowLineGlow 2.5s ease-in-out infinite alternate;
        }

        .animated-yellow-lines path:nth-child(even) {
            animation: yellowLineFlowReverse 3.5s linear infinite, yellowLineGlow 2.5s ease-in-out infinite alternate;
        }

        .animated-yellow-lines path:nth-child(1) { animation-delay: 0s; }
        .animated-yellow-lines path:nth-child(2) { animation-delay: -0.5s; }
        .animated-yellow-lines path:nth-child(3) { animation-delay: -1s; }
        .animated-yellow-lines path:nth-child(4) { animation-delay: -1.5s; }
        .animated-yellow-lines path:nth-child(5) { animation-delay: -2s; }
        .animated-yellow-lines path:nth-child(6) { animation-delay: -0.7s; }
        .animated-yellow-lines path:nth-child(7) { animation-delay: -1.2s; }

        @keyframes yellowLineFlow {
            from {
                stroke-dashoffset: 0;
            }
            to {
                stroke-dashoffset: -96;
            }
        }

        @keyframes yellowLineFlowReverse {
            from {
                stroke-dashoffset: 0;
            }
            to {
                stroke-dashoffset: 96;
            }
        }

        @keyframes yellowLineGlow {
            0% {
                opacity: 0.7;
                filter: drop-shadow(0 0 2px rgba(255, 205, 5, 0.236));
            }
            100% {
                opacity: 1;
                filter: drop-shadow(0 0 7px rgba(26, 255, 22, 0.95));
            }
        }

        .overviewimg {
            width: 100%;
        }
@media (min-width: 992px) {
    .cardItem {
        flex: 1 1 18%;
        max-width: 20%;
    }
}

/* ==========================================
   MIN-WIDTH MEDIA QUERIES (Mobile-First / Ascending)
   ========================================== */

@media (min-width: 576px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 769px) {
        .township-pillars-grid {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pillar-item {
        flex: 1 1 0px;
        padding: 0 1rem;
        text-align: left;
    }
    .pillar-item:first-child {
        padding-left: 0;
    }
    .pillar-item:last-child {
        padding-right: 0;
    }
    .pillar-item:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 38px;
        width: 1.5px;
        background-color: #202F64;
    }
}

@media (min-width: 768px) {
    .connected-growth-content {
        padding: 3rem 2.5rem;
    }
    .site-progress-caption {
    position: absolute;
    bottom: 0;
    right: 0;
}
    
}

@media (min-width: 992px) {
    .view-overall::before {
           content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, #00000000 19%, #ffffff);
        height: 50%;
        top: -1px;

    }
     .pos_cont_1 {
            position: absolute;
        inset: 0;
        width: fit-content;
        left: 20%;
        top: 0%;
        height: fit-content;

    }
    .tcom h3 span {
        padding-right: 35%;
    }

    .bbr-ind-lot,
    .bbr-rfb {
        margin-top: -10%;
    }

    .features-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem 2rem;
        width: 90%;
        margin: auto;
    }

    .ecosystem-layout {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: auto auto;
        align-items: center;
        max-width: 900px;
        margin: auto;
    }

    .ecosystem-divider {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 1.5px;
        background-color: #2b4566;
        z-index: 1;
    }

    .ecosystem-divider.divider-top {
        top: -20px;
        height: 95px;
    }

    .ecosystem-divider.divider-bottom {
        bottom: -20px;
        height: 95px;
    }

    .ecosystem-pillar.top-left {
        grid-column: 1;
        grid-row: 1;
        text-align: right;
        /* padding-right: 1.5rem; */
        align-self: flex-start;
        grid-column-start: 1;
        grid-column-end: 6;
    }

    .ecosystem-pillar.top-right {
        grid-column: 3;
        grid-row: 1;
        text-align: left;
        /* padding-left: 1.5rem; */
        align-self: flex-start;
        grid-column-start: 8;
        grid-column-end: 12;
    }

    .ecosystem-graphic-container {
        grid-column: span 12;
        grid-row: 2;
        z-index: 2;
    }

    .ecosystem-pillar.bottom-left {
        grid-column: 1;
        grid-row: 3;
        text-align: right;
        /* padding-right: 1.5rem; */
        align-self: flex-end;
        grid-column-start: 1;
        grid-column-end: 6;
    }

    .ecosystem-pillar.bottom-right {
        grid-column: 3;
        grid-row: 3;
        text-align: left;
        /* padding-left: 1.5rem; */
        align-self: flex-end;
        grid-column-start: 8;
        grid-column-end: 12;
    }

    .ecosystem-w-img {
        max-width: 28vw;
        width: 100%;
        filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.06));
        transition: transform 0.4s ease;
    }

    .ecosystem-w-img:hover {
        transform: translateY(-4px) scale(1.015);
    }

    .expert-col {
        position: relative;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .expert-col:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 6px;
        height: 48px;
        width: 1.5px;
        background-color: #202F64;
    }

    .pos_greener {
        position: absolute;
        inset: 0;
        width: fit-content;
        height: fit-content;
        right: 0;
        left: auto;
        top: 7%;
        padding: 0 3rem;
    }
}


/* ==========================================
   MAX-WIDTH MEDIA QUERIES (Desktop-First / Descending)
   ========================================== */

@media (max-width: 991.98px) {
        .pos_cont_1 {
        padding: 3.5rem;
    }
    .locationIcon {
    width: 44px;
    height: 22px;
}
.grouped {
            padding: 0 1.2rem;

}
    .top-left > div, .top-right > div {
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
    }
    .lot-legend-container {
        justify-content: flex-start;
    }

    .expert-title-grey {
        font-size: 1.6rem;
    }

    .expert-title-blue {
        font-size: 1.85rem;
    }

    .expert-card-header {
        min-height: auto;
    }

    .ecosystem-layout {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .ecosystem-graphic-container {
        order: 1;
        margin: 0.5rem 0;
    }

    .ecosystem-w-img {
        max-width: 380px;
        width: 100%;
    }

    .ecosystem-pillar {
        text-align: center !important;
        margin-bottom: 0;
    }

    .ecosystem-pillar.top-left {
        order: 2;
    }

    .ecosystem-pillar.top-right {
        order: 3;
    }

    .ecosystem-pillar.bottom-left {
        order: 4;
    }

    .ecosystem-pillar.bottom-right {
        order: 5;
    }

    .cardItem {
        flex: 1 1 50%;
        max-width: 46%;

    }

    .product-img-wrapper {
        height: 29dvi;
    }
}

@media (max-width: 768px) {
    main {
             padding-top: 96px;
        background: linear-gradient(to bottom, #091534 40%, transparent);
    }
    .idc_cont {
        width: 100%;
                padding:3rem 1.5rem;
    }

    .idc_cont .heading_custom {
        margin-bottom: 1rem;
    }

    .bbr_bp_lg {
        width: 23vw;
        display: block;
        margin-bottom: 2rem;
        margin-top: 2.4rem;
    }

    .greenerview {
        margin-top: -24%;
    }
    .bbrlogo {
    width: 30dvi;
    height: 19.5dvi;}
     .township-pillars-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem 0.75rem;
    }
    .pillar-item {
              padding: 0 0.5rem;
        text-align: left;
        font-size: 3.33vw;
    }
    .pillar-item:nth-child(odd)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 32px;
        width: 1.5px;
        background-color: #202F64;
    }
}

@media (max-width: 600px) {
    .pos_cont_1 {
        padding: 1.5rem;
    }

    .bbrpark_view {
               margin-top: -46%;
    }

    .pinned-img {
        width: 86vw;
        margin: auto;
        display: block;
    }

    .bbr_bp_lg {
               width: 40vw;
        height: stretch;
        margin: 0;
        margin-bottom: 1.2rem;

    }

    .accordian_custom {
        margin-top: 2rem;
    }

    .draggable2 {
        width: 100%;
        overflow: auto;
    }

    .overviewimg {
        width: 222vw;
        max-width: unset;
        margin-top: 0;
    }

    .ontop {
        width: 222vw;
        max-width: unset;
        margin-top: 0;
    }
.grouped {
    margin-left: 0%;
}
}

@media (max-width: 576px) {
    .sus-feature-title {
        font-size: 3.3vw;
        margin-bottom: 0.75rem;
    }

    .sus-feature-item {
        margin-bottom: 1.5rem;
    }

    .sus-feature-line {
        width: 85%;
    }
    .bbrcrown {
    width: 30px;
    height: 30px;
    }
    .feature-title {
    font-size: 3.6vw;
    }
    .product-card-title {
         font-size: 3.8vw;
     }

}

@media (max-width: 575.98px) {
    .view-overall h2 {
    max-width: 19ch;
    }
    p {
        font-size: 3.33vw;
    }

    .expert-title-grey {
        font-size: 5vw;
        letter-spacing: 0.8px;
    }

    .expert-title-blue {
        font-size: 5.5vw;
        letter-spacing: 0.8px;
        margin: auto;
        max-width: 20ch;
    }

    .expert-subtitle {
                font-size: 3.4vw;
    }

    .expert-card-title {
        font-size: 4.5vw;
    }

    .expert-card-desc {
        font-size: 3.2vw;
        max-width: 27ch;

    }

    .ecosystem-w-img {
        max-width: 75vw;
    }

    .ecosystem-heading {
        font-size: 4.3vw;
        line-height: 1.4;
        max-width: 26ch;
        margin: auto;
    }
    h2 {
        font-size: 5.5vw;
    }
    .heading_custom h2 {
    font-size: 5.5vw;
}
   .accordian-title {
    font-size: 4vw;
   }
   .product-card-desc {
    font-size: 3vw;
   }
   .product-status {
    font-size: 2.9vw;
   }
   .product-img-wrapper {
        height: 42dvi;
    }
       .cardItem {
        max-width: 50%;
    }
    .products-subtitle {
        max-width: 34ch;
    }
    .products-title {
         max-width: 23ch;
        margin: auto;
        font-size: 5.5vw;
 }
.lot-badge {
    font-size: 3vw;
}
.lot-desc {
    font-size: 3.3vw;
}
.lot-legend-container {
    gap: 0.3rem;
}
.ecosystem-pillar-title {
    font-size: 5.6vw;
}
.swatch-subtitle, .swatch-title, .legend-text, .lot-legend-badge, .code-badge {
    font-size: 3vw;
}
.rbf-main-title {
    font-size: 4vw;
    max-width: 23ch;
    margin: auto;
}
.dashed-line-icon span {
    width: 3vw;
    height: 1vw;
}
.dashed-line-icon {
    gap: 3.15vw;
}
.map-legend-items {
    gap: 1rem;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
            gap: 10px
}
.feature-icon
 {
    width: 14dvi;
    height: 15dvi; 
}
.feature-desc {
    font-size: 3.1vw;
    max-width: 16ch;
}
.aeriel_view {
    position: relative;
}
.aeriel_view::after {
    background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/1ab0ff06-e2a6-497f-2942-87a8f857ef00/w=90);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    inset: 0;
    width: 10vw;
    height: 9vw;
    top: auto;
    z-index: 9;
    margin: auto;
    margin-bottom: 1rem;
    pointer-events: none;
}
.industrial-lot-map h2, .industrial-rbf-map h2 {
    margin-bottom: 2rem;
}
.site-progress-caption p {
    font-size: 3vw;
}
   .site-progress-img {
        height: 71dvi;
    }
    #site-progress-splide .splide__arrow {
        top: 40%;
        width: 35px;
        height: 35px;
    }
    

}
