/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); */

@font-face {
  font-family: "TenezTest-Regular";
  src: url("/assets/fonts/TenezTest-Regular.otf");
}

@font-face {
  font-family: "TenezTest-Bold";
  src: url("/assets/fonts/TenezTest-Bold.otf");
}

body {
    font-family: "TenezTest-Regular";
    padding: 0;
    color: #171717;
    overflow-x: hidden;
    /* background-color: #e3e3e3; */
}
           .HeroSection-module--btnContainer--ZYm-B {
font-family: "TenezTest-bold", sans-serif;
}
.banner-bg {
    background-size: cover;
    height: 650px;
    background-position: left center;
    color: #fff;
}

.relative {
    position: relative;
}

.logo-img {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 280px;
    left: 15px;
}

@media (min-width: 1300px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1250px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.f-600 {
    font-weight: 600;
}

.f-500 {
    font-weight: 500;
}

a {
    color: #171717 !important;
    text-decoration: none !important;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    background: #fff;
}

.header-inner {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px;
}

.header-links a {
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #171717 !important;
}

.btn-header {
    background: #453085;
    color: #fff !important;
    font-weight: 600;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-align-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.f-13 {
    font-size: 13px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-10 {
    font-size: 10px !important;
}

.f-18 {
    font-size: 18px !important;
}

.banner-section {
    /* background-image: url("../img/banner.jpg"); */
    background-color: #E0DCDA;
    min-height: 700px;
    background-size: cover;
    background-position: center center;
}

.images-row {
    padding-left: 20px;
    padding-right: 20px;
}

.images-row img {
    cursor: pointer;
}

.residence-section {
    padding: 40px 0px;
}

.residence-section-title {
    font-family: "TenezTest-bold";
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.residence-section-desc,
.residence-section-list {
    font-family: "TenezTest-Regular";
    font-size: 1rem;
}

.footer {
    font-size: 0.9rem;
}

.footer-pad {
    padding: 15px 20px;
}

.footer a {
    color: #2c2c2c !important;
    text-decoration: none;
}

.consultation-from-btn {
    border-radius: 3px;
    background-color: #453085;
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    border: 1px solid transparent;
}

.phone-box {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px #5f5d5d63;
    box-shadow: 1px 1px 5px #5f5d5d63;
    border-radius: 10px;
    margin-bottom: 1.1rem;
}

.items-col:last-child {
    border: none;
}

.whatsapp-icon {
    position: fixed;
    right: 22pt;
    bottom: 40pt;
    z-index: 9998;
    top: auto;
    cursor: pointer;
    height: 45pt;
    width: 45pt;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 0.15s linear;
    -webkit-transition: -webkit-box-shadow 0.15s linear;
    transition: -webkit-box-shadow 0.15s linear;
    transition: box-shadow 0.15s linear;
    transition: box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear;
}

.whatsapp-icon:hover {
    -webkit-box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);
}

.get-offer {
    display: none !important;
    background: #fff;
    bottom: 95pt;
    right: 20pt;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    height: 50pt;
    width: 50pt;
    border: none;
    color: #fff;
    background-color: transparent;
    background-image: url("../img/x-blank-sticker-red.png");
    background-size: cover;
}

.form-modal {
    position: absolute;
    top: 50px;
    right: 2%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 10px;
}

iframe .freebirdCustomFont {
    font-size: 16px !important;
}

.static-form {
    /* z-index: -1; */
    background: rgba(255, 255, 255, 0.6);

    padding: 15px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
    max-width: 320px;
}

.modal-open {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    width: 100% !important;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.modal-open .static-form {
    animation: zoomIn 0.3s ease-in;
}


@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}


.closeModalBtn {
    display: none;
    /* position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    box-shadow: none;
    border: none;
    background: transparent; */
}

.modal-open .closeModalBtn {
    display: block;
}


.accordion {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #efefef;
    border-bottom: 0;
}

.accordion ul {
    list-style: disc;
}

.accordion-icon {
    margin-right: 15px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.accordion li.q {
  font-family: "TenezTest-Regular";

    background-color: #f5f5f5 !important;
    font-weight: 500;
    color: #171717;
    /* font-size: 1.1rem; */
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    padding: 15px 20px;
}

.accordion li.a {
      font-family: "TenezTest-Regular";

    display: none;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    height: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.accordion .active + .a {
    display: block !important;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

.accordion .active .accordion-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.top-bar {
    background-color: #3c4057;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    padding: 10px 15px;
    text-transform: capitalize;
    letter-spacing: 3px;
}

.bottom-bar {
    color: #fff;
    /* background: #3c4057; */
}


@media only screen and (max-width: 768px) {
    .form-modal {
        position: initial;
        margin-top: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /* display: none; */
    }
    .modal-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0 !important;
    }
    .get-offer {
        display: block !important;
    }
    .static-form {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .contact-details {
        position: initial !important;
        width: 100% !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header-link {
        display: none !important;
    }
    .banner-bg {
        height: 285px;

    }

    .logo-img {
        width: 185px;
        left: 0;
    }

    .top-bar {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 450px) {
    .logo-img {
        width: 145px;
        left: 0;
    }
}
    /* ._heroSection_1m8sp_1 {
    position: relative;
    height: 700px;
    width: 100%;
    overflow: hidden;
    display: flex;
    margin-bottom: 50px;
}

@media screen and (max-width: 1600px) {
    ._heroSection_1m8sp_1 {
        height: 583.1px;
        margin-bottom: 42px;
    }
}

@media (max-width: 768px) {
    ._heroSection_1m8sp_1 {
        height: auto;
        flex-direction: column;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1280px) {
    ._heroSection_1m8sp_1 {
        height: 466.9px;
        margin-bottom: 33px;
    }
}
@media screen and (max-width: 1366px) {
    ._heroSection_1m8sp_1 {
        height: 497.7px;
        margin-bottom: 36px;
    }
}
@media screen and (max-width: 1440px) {
    ._heroSection_1m8sp_1 {
        height: 525px;
        margin-bottom: 38px;
    }
}

._heroSection_1m8sp_1 ._heroBg_1m8sp_45 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0;
    left: 0;
}
._heroSection_1m8sp_1 ._overlay_1m8sp_65 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1717173;
    z-index: 2;
}


._heroSection_1m8sp_1 ._playIconContainer_1m8sp_259 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 45%;
    /* background-color: #171717c; */
    /* border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
} */

@media (max-width: 768px) {
    ._heroSection_1m8sp_1 ._playIconContainer_1m8sp_259 {
        display: none;
    }
}
._heroSection_1m8sp_1 ._playIcon_1m8sp_259 {
    width: 60px;
    height: 60px;
    margin-left: 5px;
    margin-top: 3px;
}

@media (max-width: 768px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 {
        width: 100%;
        height: auto;
        padding: 20px;
    }
}

._heroSection_1m8sp_1 ._leftSection_1m8sp_19 {
    width: 45%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-right: 0;
    z-index: 3;
}



._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 {
    width: 75%;
    height: 85%;
    background: #edb17d80;
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 {
        width: 100%;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff80;
}

._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._enchantedLogo_1m8sp_203 {
    width: 65%;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._enchantedLogo_1m8sp_203 {
        width: 230px;
    }
}

@media screen and (max-width: 1280px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._enchantedLogo_1m8sp_203 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1366px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._enchantedLogo_1m8sp_203 {
        margin-bottom: 21px;
    }
}
@media screen and (max-width: 1440px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._enchantedLogo_1m8sp_203 {
        margin-bottom: 23px;
    }
}
@media screen and (max-width: 1600px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._enchantedLogo_1m8sp_203 {
        margin-bottom: 25px;
    }
}

._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
    background: #3c4057;
    color: #fff;
    padding: 18px 65px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
    text-decoration: none;
}


@media screen and (max-width: 1280px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
        padding: 12px 43px;
        border-radius: 20px;
        font-size: 13px;
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 1366px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
        padding: 13px 46px;
        border-radius: 21px;
        font-size: 14px;
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 1440px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
        padding: 14px 49px;
        border-radius: 23px;
        font-size: 15px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 1600px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
        padding: 15px 54px;
        border-radius: 25px;
        font-size: 17px;
        margin-bottom: 8px;
    }
}

._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._showMobile_1m8sp_431 {
    display: none;
}
._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
    background: #3c4057;
    color: #fff;
    padding: 18px 65px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
    text-decoration: none;
}

@media (max-width: 768px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._showMobile_1m8sp_431 {
        display: block;
    }
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19{
        width: 100%;
    }
}
@media screen and (max-width: 1280px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
        padding: 12px 43px;
        border-radius: 20px;
        font-size: 13px;
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 1366px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
        padding: 13px 46px;
        border-radius: 21px;
        font-size: 14px;
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 1440px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
        padding: 14px 49px;
        border-radius: 23px;
        font-size: 15px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 1600px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
        padding: 15px 54px;
        border-radius: 25px;
        font-size: 17px;
        margin-bottom: 8px;
    }
}

._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
    font-family: "TenezTest-Regular";
    font-size: 14px;
    font-weight: 400;
    color: #171717;
    margin-bottom: 2px;
}


@media screen and (max-width: 1280px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
        font-size: 9px;
        margin-bottom: 1px;
    }
}
@media screen and (max-width: 1366px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
        font-size: 10px;
        margin-bottom: 1px;
    }
}
@media screen and (max-width: 1440px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
        font-size: 11px;
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 1600px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
        font-size: 12px;
        margin-bottom: 2px;
    }
}

._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
    font-family: "TenezTest-Regular";
    font-size: 14px;
    font-weight: 400;
    color: #171717;
    margin-bottom: 2px;
}

@media screen and (max-width: 1280px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
        font-size: 9px;
        margin-bottom: 1px;
    }
}
@media screen and (max-width: 1366px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
        font-size: 10px;
        margin-bottom: 1px;
    }
}
@media screen and (max-width: 1440px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
        font-size: 11px;
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 1600px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
        font-size: 12px;
        margin-bottom: 2px;
    }
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}

/* Image inside lightbox */
.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.5);
}

/* Close button */
.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

/* Navigation arrows */
.lightbox .prev, .lightbox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  user-select: none;
}

.lightbox .prev { left: 20px; }
.lightbox .next { right: 20px; }


/* Make clickable items a pointer */
.gallery-thumb,
.lightbox .close,
.lightbox .prev,
.lightbox .next {
  cursor: pointer;
}

/* Smooth fade for images */
#lightbox-img {
  transition: opacity 0.3s ease-in-out;
}

.spec-container {
  display: flex;
  justify-content: center;
  align-items:start;
  /* background: #e5e5e5; */
  gap: 20px;
  flex-wrap: wrap;
}

.spec-left {
  width: 100%;
}

.spec-left h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.spec-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.spec-menu li {
  cursor: pointer;
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.spec-menu li.active {
  border-bottom: 2px solid #171717;
  font-weight: 600;
}

.spec-right {
  width: 90%;
  background: #e3dfde
;
  padding: 30px;
}

.spec-item {
  display: none;
}

.spec-item.active {
  display: block;
}

.spec-item h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

/* ---------- Mobile view ---------- */
@media (max-width: 767px) {
  .spec-container {
    flex-direction: column;
    gap: 20px;
  }

  .spec-left {
    width: 100% !important;
  }

  .spec-menu {
    display: block;
    gap: 0;
  }

  .spec-menu li {
    cursor: pointer;
    font-size: 16px;
    padding: 12px 15px;
    background: #fff;
    margin-bottom: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    transition: background 0.3s ease;
    border-bottom: none !important;
  }

  .spec-menu li.active {
    background: #e3dfde
;
    font-weight: 600;
  }

  .spec-right {
    display: none; /* hide right column on mobile */
  }

  .spec-item {
    display: none;
    background: #c2c2c2;
    padding: 15px;
    border-radius: 6px;
    margin: -5px 0 15px 0; /* connects visually with menu */
  }

  .spec-item.active {
    display: block;
  }
}

                  .carousel-container {
      position: relative;
      overflow: hidden;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.6s ease-in-out;
    }

    .carousel-item-custom {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 20px;
    }

    .carousel-item-custom img {
      width: 100%;
      height: 280px;
      object-fit: contain;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
      background-color:#e3dfde;
;

    }

    @media (min-width: 768px) {
      .carousel-item-custom {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
      }

    }
@media(max-width: 768px) {
     .carousel-item-custom img{
        height: 150px;
      }
    }
    /* Arrow button styling (minimal line arrows) */
    .carousel-btn {
      background: none;
      border: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      z-index: 10;
      padding: 5px;
    }




    .carousel-btn:disabled {
      display: none;
    }

    .carousel-btn.prev { left: -15px; }
    .carousel-btn.next { right: -15px; }

.carousel-btn svg {
  width: 30px;
  height: 30px;
  fill: #333;   /* Solid fill */
  transition: fill 0.3s;
}
     .Main-module--main--2QJXN {
                height: calc(100vh - 30px);
                overflow: hidden;
                scroll-behavior: smooth;
                background:transparent;

            }


            @media(max-width: 1024px) {
                .Main-module--main--2QJXN {
                    height: auto;
                    overflow: visible
                }
            }

            .HeroSection-module--heroSection--2PS8q {
                height: 100%;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative
            }

            @media(max-width: 1024px) {
                .HeroSection-module--heroSection--2PS8q {
                    height:100vh
                }
            }

            .HeroSection-module--heroImage--3K4o- {
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
            }

            .HeroSection-module--overlayContainer--LnMUp {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,.6);
                transition: all .5s ease-in-out;
                transition-delay: 1s;
                z-index: 1;
                opacity: 0;
                display: flex;
                align-items: center;
                animation-name: HeroSection-module--overlayAnimation--Q9lYI;
                animation-duration: 1s;
                animation-delay: .5s;
                animation-timing-function: ease-in-out;
                animation-iteration-count: 1;
                animation-fill-mode: forwards
            }

            @media(max-width: 1600px) {
                .HeroSection-module--overlayContainer--LnMUp {
                    transition-delay:.83s;
                    animation-delay: .42s
                }
            }

            @media(max-width: 1440px) {
                .HeroSection-module--overlayContainer--LnMUp {
                    transition-delay:.75s;
                    animation-delay: .38s
                }
            }

            @media(max-width: 1366px) {
                .HeroSection-module--overlayContainer--LnMUp {
                    transition-delay:.71s;
                    animation-delay: .36s
                }
            }

            @media(max-width: 1280px) {
                .HeroSection-module--overlayContainer--LnMUp {
                    transition-delay:.67s;
                    animation-delay: .33s
                }
            }

            @media(max-width: 1024px) {
                .HeroSection-module--overlayContainer--LnMUp {
                    flex-direction:column;
                    justify-content: center;
                    align-items: center;
                    padding-bottom: 50px
                }
            }

            .HeroSection-module--srinivasaLogo--lstsx {
                width: 25%;
                margin-left: 100px;
                opacity: 0;
                animation-name: HeroSection-module--logoAnimation--2pV68;
                animation-duration: 1s;
                animation-delay: 1.2s;
                animation-timing-function: ease-in-out;
                animation-iteration-count: 1;
                animation-fill-mode: forwards
            }

            @media(max-width: 1600px) {
                .HeroSection-module--srinivasaLogo--lstsx {
                    margin-left:83px;
                    animation-delay: 1s
                }
            }

            @media(max-width: 1440px) {
                .HeroSection-module--srinivasaLogo--lstsx {
                    margin-left:75px;
                    animation-delay: .9s
                }
            }

            @media(max-width: 1366px) {
                .HeroSection-module--srinivasaLogo--lstsx {
                    margin-left:71px;
                    animation-delay: .85s
                }
            }

            @media(max-width: 1280px) {
                .HeroSection-module--srinivasaLogo--lstsx {
                    margin-left:67px;
                    animation-delay: .8s
                }
            }

            @media(max-width: 1024px) {
                .HeroSection-module--srinivasaLogo--lstsx {
                    margin-left:0;
                    animation-delay: .5s;
                    width: 70%;
                    margin-bottom: 30px
                }
            }

            .HeroSection-module--blackShadow1--1isC9 {
                position: absolute;
                top: 0;
                right: -50%;
                height: 100vh;
                width: 100vw;
                background: rgba(0,0,0,.4);
                transform: rotate(45deg) translate(-10vw,-115vh);
                z-index: 1;
                animation-name: HeroSection-module--blackShadow1Animation--3EjzT;
                animation-duration: 1s;
                animation-delay: 1.2s;
                animation-timing-function: ease-in-out;
                animation-iteration-count: 1;
                animation-fill-mode: forwards
            }

            @media(max-width: 1600px) {
                .HeroSection-module--blackShadow1--1isC9 {
                    transform:rotate(45deg) translate(-8.3vw,-95.8vh);
                    animation-delay: 1s
                }
            }

            @media(max-width: 1440px) {
                .HeroSection-module--blackShadow1--1isC9 {
                    transform:rotate(45deg) translate(-7.5vw,-86.25vh);
                    animation-delay: .9s
                }
            }

            @media(max-width: 1366px) {
                .HeroSection-module--blackShadow1--1isC9 {
                    transform:rotate(45deg) translate(-7.12vw,-81.88vh);
                    animation-delay: .85s
                }
            }

            @media(max-width: 1280px) {
                .HeroSection-module--blackShadow1--1isC9 {
                    transform:rotate(45deg) translate(-6.67vw,-76.7vh);
                    animation-delay: .8s
                }
            }

            @media(max-width: 1024px) {
                .HeroSection-module--blackShadow1--1isC9 {
                    display:none
                }
            }

            .HeroSection-module--blackShadow2--3MipV {
                position: absolute;
                top: 0;
                right: -50%;
                height: 100vh;
                width: 100vw;
                background: rgba(0,0,0,.4);
                transform: rotate(140deg) translate(-10vw,-90vh);
                z-index: 1;
                animation-name: HeroSection-module--blackShadow2Animation--1o036;
                animation-duration: 1s;
                animation-delay: 1.8s;
                animation-timing-function: ease-in-out;
                animation-iteration-count: 1;
                animation-fill-mode: forwards
            }

            @media(max-width: 1600px) {
                .HeroSection-module--blackShadow2--3MipV {
                    transform:rotate(140deg) translate(-8.3vw,-75vh);
                    animation-delay: 1.5s
                }
            }

            @media(max-width: 1440px) {
                .HeroSection-module--blackShadow2--3MipV {
                    transform:rotate(140deg) translate(-7.5vw,-67.5vh);
                    animation-delay: 1.35s
                }
            }

            @media(max-width: 1366px) {
                .HeroSection-module--blackShadow2--3MipV {
                    transform:rotate(140deg) translate(-7.12vw,-64.08vh);
                    animation-delay: 1.28s
                }
            }

            @media(max-width: 1280px) {
                .HeroSection-module--blackShadow2--3MipV {
                    transform:rotate(140deg) translate(-6.67vw,-60vh);
                    animation-delay: 1.2s
                }
            }

            @media(max-width: 1024px) {
                .HeroSection-module--blackShadow2--3MipV {
                    display:none
                }
            }

            @keyframes HeroSection-module--logoAnimation--2pV68 {
                0% {
                    opacity: 0
                }

                to {
                    opacity: 1
                }
            }

            @keyframes HeroSection-module--overlayAnimation--Q9lYI {
                0% {
                    opacity: 0
                }

                to {
                    opacity: 1
                }
            }

            @keyframes HeroSection-module--blackShadow1Animation--3EjzT {
                0% {
                    right: -50%
                }

                to {
                    right: 0
                }
            }

            @keyframes HeroSection-module--blackShadow2Animation--1o036 {
                0% {
                    right: -50%
                }

                to {
                    right: 0
                }
            }

            .HeroSection-module--heroText--2s3vL {
                position: absolute;
                bottom: 40px;
                right: 50px;
                z-index: 1;
            }

            @media(max-width: 1600px) {
                .HeroSection-module--heroText--2s3vL {
                    bottom:33px;
                    right: 42px
                }
            }

            @media(max-width: 1440px) {
                .HeroSection-module--heroText--2s3vL {
                    bottom:30px;
                    right: 38px
                }
            }

            @media(max-width: 1366px) {
                .HeroSection-module--heroText--2s3vL {
                    bottom:28px;
                    right: 36px
                }
            }

            @media(max-width: 1280px) {
                .HeroSection-module--heroText--2s3vL {
                    bottom:27px;
                    right: 33px
                }
            }

            @media(max-width: 1024px) {
                .HeroSection-module--heroText--2s3vL {
                    position:static;
                    flex-direction: column;
                    align-items: center;
                    display: flex
                }
            }

            .HeroSection-module--heroText--2s3vL .HeroSection-module--heroTextHeading--29kmS {
                font-size: 22px;
                font-weight: 300;
                line-height: 36px;
                text-align: center;
                color: #fff;
                max-width: 430px;
                opacity: .7;
                margin-bottom: 40px
            }

            @media(max-width: 1600px) {
                .HeroSection-module--heroText--2s3vL .HeroSection-module--heroTextHeading--29kmS {
                    font-size:20px;
                    line-height: 30px;
                    max-width: 358px;
                    margin-bottom: 28px
                }
            }

            @media(max-width: 1440px) {
                .HeroSection-module--heroText--2s3vL .HeroSection-module--heroTextHeading--29kmS {
                    font-size:16px;
                    line-height: 27px;
                    max-width: 323px;
                    margin-bottom: 20px
                }
            }

            @media(max-width: 1366px) {
                .HeroSection-module--heroText--2s3vL .HeroSection-module--heroTextHeading--29kmS {
                    font-size:15px;
                    line-height: 26px;
                    max-width: 307px;
                    margin-bottom: 20px
                }
            }

            @media(max-width: 1280px) {
                .HeroSection-module--heroText--2s3vL .HeroSection-module--heroTextHeading--29kmS {
                    font-size:14px;
                    line-height: 24px;
                    max-width: 287px;
                    margin-bottom: 20px
                }
            }

            @media(max-width: 1024px) {
                .HeroSection-module--heroText--2s3vL .HeroSection-module--heroTextHeading--29kmS {
                    font-size:16px;
                    line-height: 30px;
                    max-width: 400px;
                    width: 90%;
                    margin-bottom: 10px;
                    text-align: center
                }
            }

            .HeroSection-module--heroText--2s3vL .HeroSection-module--reraText--175yg {
                font-size: 20px;
                font-weight: 300;
                line-height: 24px;
                color: #fff;
                text-align: center;
                margin-bottom: 10px
            }

            @media(max-width: 1600px) {
                .HeroSection-module--heroText--2s3vL .HeroSection-module--reraText--175yg {
                    font-size:18px;
                    line-height: 24px
                }
            }

            @media(max-width: 1440px) {
                .HeroSection-module--heroText--2s3vL .HeroSection-module--reraText--175yg {
                    font-size:16px;
                    line-height: 21px
                }
            }

            @media(max-width: 1366px) {
                .HeroSection-module--heroText--2s3vL .HeroSection-module--reraText--175yg {
                    font-size:15px;
                    line-height: 19px
                }
            }

            @media(max-width: 1280px) {
                .HeroSection-module--heroText--2s3vL .HeroSection-module--reraText--175yg {
                    font-size:13px;
                    line-height: 18px
                }
            }

            @media(max-width: 1024px) {
                .HeroSection-module--heroText--2s3vL .HeroSection-module--reraText--175yg {
                    font-size:12px;
                    line-height: 18px;
                    margin-bottom: 10px
                }
            }

            .HeroSection-module--heroText--2s3vL .HeroSection-module--heroTextEBrochureLink--aem-7 {
                font-size: 24px;
                font-weight: 500;
                line-height: 36px;
                text-align: center;
                color: #fff;
                text-decoration: underline;
                margin-bottom: 40px;
                cursor: pointer
            }

            @media(max-width: 1600px) {
                .HeroSection-module--heroText--2s3vL .HeroSection-module--heroTextEBrochureLink--aem-7 {
                    font-size:20px;
                    line-height: 30px;
                    margin-bottom: 10px
                }
            }

            @media(max-width: 1440px) {
                .HeroSection-module--heroText--2s3vL .HeroSection-module--heroTextEBrochureLink--aem-7 {
                    font-size:18px;
                    line-height: 27px;
                    margin-bottom: 10px
                }
            }

            @media(max-width: 1366px) {
                .HeroSection-module--heroText--2s3vL .HeroSection-module--heroTextEBrochureLink--aem-7 {
                    font-size:18px;
                    line-height: 26px;
                    margin-bottom: 10px
                }
            }

            @media(max-width: 1280px) {
                .HeroSection-module--heroText--2s3vL .HeroSection-module--heroTextEBrochureLink--aem-7 {
                    font: size 18px;
                    line-height: 24px;
                    margin-bottom: 10px
                }
            }

            @media(max-width: 1024px) {
                .HeroSection-module--heroText--2s3vL .HeroSection-module--heroTextEBrochureLink--aem-7 {
                    font-size:14px;
                    line-height: 21px;
                    margin-bottom: 10px
                }
            }

            .HeroSection-module--btnContainer--ZYm-B {
                color: #fff;
                /* font-weight: 600; */
                font-size: 22px;
                height: -moz-fit-content;
                height: fit-content;
                white-space: nowrap;
                text-align: center;
            }

            @media(max-width: 1600px) {
                .HeroSection-module--btnContainer--ZYm-B {
                    font-size:22px
                }
            }

            @media(max-width: 1440px) {
                .HeroSection-module--btnContainer--ZYm-B {
                    font-size:20px
                }
            }

            @media(max-width: 1366px) {
                .HeroSection-module--btnContainer--ZYm-B {
                    font-size:20px
                }
            }

            @media(max-width: 1280px) {
                .HeroSection-module--btnContainer--ZYm-B {
                    font-size:18px
                }
            }

/* Overlay background */
    .video-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.8);
      z-index: 3;
      justify-content: center;
      align-items: center;
    }
    /* Popup box */
    .video-container {
      position: relative;
      width: 100%;
      max-width: 500px;
      /* background: #171717; */
      border-radius: 10px;
      overflow: visible;
      z-index: 999 !important;
    }
    .video-container iframe {
      width: 100%;
      height: 400px;
      z-index: 100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 !important;
    }
    /* Close button */
    .close-btn {
      position: absolute;
      top: -28px;
      right: -10px;
      font-size: 38px;
      color: #fff;
      cursor: pointer;
    }
    /* Play button styling */
    ._playIconContainer {
      cursor: pointer;
      display: inline-block;
    }