.sticky_header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    padding: 20px;
    height: 90px;
}

.logo img {
    width: 171px;
    height: 56px;
    object-fit: contain;
}

.logo_divider {
    height: 2px;
    object-fit: contain;
    background-image: linear-gradient(to right, rgba(166, 149, 104, 0.1) 30%, rgba(166, 149, 104, 0.8) 50%, rgba(166, 149, 104, 0.1) 70%);
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.mehta_banner_sec {
    padding: 0 0 70px 0;
    background-color: #fff;
}

.mehta_slider {
    width: 100%;
    height: 100%;
}

.mehta_banner {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.mehta_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 80vh;
    background-image: linear-gradient(to left, rgba(27, 28, 35, 0) 57%, rgba(27, 28, 35, 0.5) 28%, rgba(27, 28, 35, 0.75) 14%, #1b1c23 0%);
}

.mehta_slider .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: -10%;
}

.mehta_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: solid 2px #a69568;
    border-radius: 10px;
}

.mehta_slider .swiper-pagination-bullet-active {
    background: #a69568;
    border: solid 2px #a69568;
}

.mehta_slider .swiper-pagination {
    text-align: right;
}

.mehta_banner-content img {
    width: 259px;
    height: 58px;
}

.mehta_banner-content {
    position: relative;
    padding: 20px 0;
}

.mehta_banner-content::after {
    content: "";
    top: 0;
    left: 50%;
    position: absolute;
    width: 50%;
    transform: translateX(-50%);
    height: 2px;
    flex-grow: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0));
}

.mehta_banner-content::before {
    content: "";
    bottom: 0;
    left: 50%;
    position: absolute;
    width: 50%;
    transform: translateX(-50%);
    height: 2px;
    flex-grow: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0));
}

.mehta_banner-content p {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}


.mehta_banner-content h2 {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Althy, sans-serif;
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    color: #c5ab7d;
}

/* end */
/* start */
.promise_bg_color {
    height: 312px;
    align-items: center;
    display: flex;
}

.promise-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 120px;
}

.mehta_about_sec_sticky {
    position: -webkit-sticky;
    position: sticky;
    height: 577px;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

.mehta_about_sec_sticky img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
}

.mehta_about_sec_content {
    margin-top: -480px;
    padding: 40px 30px;
    background-color: #004b44;

}

.about_heading {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    font-family: Althy, sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;

}

.about_para {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.96;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.sec_main_heading {
    font-family: Althy, sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    color: #3a2e17;
    margin-bottom: 50px;
}

.mehta_promise_sec {
    background-color: #fff;
    padding-bottom: 35px;
    padding-top: 70px;
    height: 520px;
}

.promise_bg_color {
    background-color: #004b44;
    /* background-image: linear-gradient(to right, rgba(197, 171, 125, 0) 0%, #fff9ed 50%, rgba(197, 171, 125, 0) 100%); */
}

.mehta_promise_sec p {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 20px 0;
}

.mehta_promise_sec img {
    width: 60px;
    height: 60px;
    flex-grow: 0;
    object-fit: contain;
}

/* end */
/* start */

.centered-title {
    position: absolute;
    top: 38%;
    color: #fff;
    font-size: 48px;
    width: 100%;
    height: 100%
}


.mehta_collection_sec {
    background-color: #fff;
    padding: 50px 0;
    /* height: 1070px; */

}

.img-container {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: auto;
    margin: 18px auto;
    padding: 2px;
}

.img-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease-in-out;
}

.hover_text {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 52;
    margin: 20px 13px;
    padding: 11px 19px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2.6px;
    -webkit-backdrop-filter: blur(9.9px);
    backdrop-filter: blur(9.9px);
    background-color: rgba(255, 255, 255, 0.3);
}



.hover_text p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.vertical-span_center {
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    transition: all 0.3s ease-in-out;
    top: 40%;
    color: #fff;
    z-index: 100;
    visibility: visible;
    opacity: 1;

    font-family: Althy, sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.vertical-text {
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #3a2e17;
    background: #f5f5f5;
    padding: 15px 10px;
    z-index: 10;
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.hover_text .vertical-span_center_para {
    margin: 0;
    max-width: 700px;

}

.img-container:hover .hover_text {
    visibility: visible;
    opacity: 1;

}

.img-container:hover .vertical-span_center {
    visibility: hidden;
    opacity: 0;
}

.img-container:hover .vertical-text {
    visibility: hidden;
    opacity: 0;
}

.ceo_about_paragraph {
    margin-bottom: 12px !important;
}

@media (max-width:768px) {
    .centered-title {
        font-size: 28px;
    }

    .img-container:hover .vertical-span_center {}

    .img-container:hover .vertical-text {
        visibility: visible;
        opacity: 1;
    }

    .img-container:hover .hover_text {
        visibility: hidden;
        opacity: 0;

    }

    .img-container {
        position: relative;
        text-align: center;
        overflow: hidden;
        width: auto;
        margin: 12px 0;
    }

    .img-container img {
        width: 100%;
        height: auto;
        display: block;
        transition: all 0.3s ease-in-out;
    }

    .hover_text {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s ease-in-out;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 52;
        margin: 20px 13px;
        padding: 11px 19px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 2.6px;
        -webkit-backdrop-filter: blur(9.9px);
        backdrop-filter: blur(9.9px);
        background-color: rgba(255, 255, 255, 0.3);
    }

    .vertical-text {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s ease-in-out;
    }

    .hover_text p {
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
    }

    .vertical-span_center {
        position: absolute;
        transform: translate(-50%);
        left: 50%;
        top: 50%;
        color: #fff;
        z-index: 100;

        text-shadow: 0 2.2px 2.2px rgba(0, 0, 0, 0.1);
        font-family: Althy, sans-serif;
        font-size: 28px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.05;
        letter-spacing: normal;
        text-align: center;
        color: #fff;

    }

    .vertical-text {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        transform: rotate(180deg);
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.05;
        letter-spacing: 2.4px;
        text-align: left;
        color: #3a2e17;
        background: #ffffff;
        padding: 15px 10px;
        z-index: 10;
        transition: all 0.3s ease-in-out;
        text-align: left;
    }

    .hover-btn,
    .close-btn {

        position: absolute;
        bottom: 16px;
        right: 16px;
        color: white;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        /* padding: 10px 16px; */
        object-fit: contain;
        /* box-shadow: 0 0 1px 2px rgba(197, 171, 125, 0.2), inset 0 0 0 2px #a3844c; */
        background-color: transparent;
        /* border: solid 2px #a3844c; */
        /* background-color: #c5ab7d; */
    }

    .hover-btn {

        position: absolute;
        bottom: 15px;
        right: 10px;
    }

    .hover-btn,
    .close-btn img {
        width: 50px;
        height: 50px;
    }

    .close-btn img {
        margin-bottom: -21px;
        margin-right: -26px;
        z-index: 200;

    }



}

/* end */

.mehta_ceo_sec_bg {
    padding: 20px 0;
    background-image: linear-gradient(to right, rgba(197, 171, 125, 0) 0%, #fdf7ec 50%, rgba(197, 171, 125, 0) 100%);
    height: 740px;
}

/* end */

/* start */
.mehta_ceo_sec {
    background-color: #fff;
    padding: 25px 0 90px 0;
}

.mehta_ceo_sec p {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.96;
    letter-spacing: normal;
    text-align: center;
    color: #3a2e17;
    padding: 0 40px;
    margin: auto;
    width: 85%;
}

.mehta_ceo_sec img {
    height: 581px;
    align-self: stretch;
    object-fit: contain;
}

.mehta_ceo_sec h4 {
    font-family: Althy, sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    color: #3a2e17;
}


/* end */

/* start */
.mehta_masterpiece_sec {
    background-image: linear-gradient(to right, rgba(197, 171, 125, 0) 0%, #fdf7ec 50%, rgba(197, 171, 125, 0) 100%);
    background-color: #fff;
    align-content: center;
    height: 700px;
}

.mehta_masterpiece_sec p {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.96;
    letter-spacing: normal;
    text-align: center;
    color: #3a2e17;
    margin: 0 auto;
    width: 509px;
    margin: auto;

}

.mehta_masterpiece_stiky_sec {

    background-color: #004b44;
    align-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: -1;
    height: 700px;

}

.mehta_masterpiece_stiky_sec .masterpiece_before_img {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 25%;
    object-fit: contain;
    mix-blend-mode: multiply;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.mehta_masterpiece_stiky_sec .masterpiece_after_img {
    top: 0;
    right: 0;
    position: absolute;
    width: 25%;
    object-fit: contain;
    mix-blend-mode: multiply;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}


.mehta_masterpiece_stiky_sec h2 {
    margin: auto;
    background-image: linear-gradient(269deg, #be7914, #cb8b26, #d89c37, #e1ae36, #eec935, #f1d047, #f8e275, #fff4a4 46%, #fced92, #f5db64, #eec935, #e0ad36, #d89c37, #ca8924, #be7914);
    font-family: Althy, sans-serif;
    font-size: 128px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 2.56px;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

/* end */
/* start */
/* Contact Section start */
.contact_sec {
    padding: 40px 0 30px 0;
    background-color: #004b44;
    position: relative;
    height: 700px;
}

.contact_sec h2 {
    font-family: Althy, sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.contact_sec .contact_before_img {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 20%;
    margin: 55px 313.9px 0 0;
    object-fit: contain;
    mix-blend-mode: multiply;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.contact_sec .contact_after_img {
    top: 0;
    right: 0;
    position: absolute;
    width: 20%;
    object-fit: contain;
    mix-blend-mode: multiply;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

/* Image Styling */
.contact_image-container {
    position: relative;
    display: inline-block;
}

.contact_image {
    margin-top: 70px;
    width: 100%;
    height: 543.8px;
}

/* Form Styling */
.contact_form {
    /* padding: 30px; */
    border-radius: 10px;
}

.contact_label {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    /* color: rgba(255, 255, 255, 0.7); */
    color: #fff;
}

span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea.contact_control {
    height: 100px;
}

.contact_control {
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: rgba(58, 46, 23, 0.5);
    border-radius: 0;
    border: none;
    padding: 12px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #be7914 123%, #cb8b26 107%, #d89c37 95%, #e1ae36 83%, #eec935 69%, #f1d047 64%, #f8e275 55%, #fff4a4 46%, #fced92 40%, #f5db64 28%, #eec935 18%, #e0ad36 3%, #d89c37 -8%, #ca8924 -18%, #be7914 -28%);
    border-image-slice: 1;
    background-color: #fff;
}

.contact_submit-btn {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    background-color: #c5ab7d;
}

.contact_submit-btn:hover {
    background-color: #a18562;
}


/* Form Container */
.custom-contact-form {
    border-radius: 10px;
}

/* Labels */
.custom-contact-form .wpcf7-form-control-wrap label {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

/* Submit Button */
.custom-contact-form .wpcf7-submit {
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    background-color: #c5ab7d;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: none;
    cursor: pointer;
}

/* Hover Effect */
.custom-contact-form .wpcf7-submit:hover {
    background-color: #a18562;
}


footer {
    margin-top: -20px;
    height: 60px;
    background-color: #004b44;
}

footer hr {
    border-top: solid 1px #fff;
    background-color: #004b44;
}

footer p {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    /* padding-top: 15px; */
}

/* 
@media (max-width:1536px) {
    .mehta_about_sec_content {
        margin-top: -562px;}
    
} */

@media (max-width:1440px) {
    .mehta_about_sec_content {
        margin-top: -490px;
    }

}

@media (max-width:1200px) {
    .mehta_about_sec_content {
        margin-top: -502px;
    }

}

@media (max-width: 1536px) {
    .mehta_about_sec_content {
        margin-top: -480px;
    }
}




.promise_bg_color .row {
    justify-content: center;
}

.promise_bg_color .row .row-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.promise_bg_color .row .row-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
}

.slider2-content-div {
    display: flex;
    align-items: center;
    gap: 20px;
}



.logo-slider {
    overflow: hidden;
    white-space: nowrap;
}

.slider-track {
    display: flex;
    animation: scrollAnimation 20s linear infinite;
}

.slide,
.slide_divyder {
    display: inline-block;
    margin-right: 20px;
}

.slide img,
.slide_divyder img {
    height: 50px;
    width: auto;
}

@keyframes scrollAnimation {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


.mehta_masterpiece_stiky_head_container {
    max-width: 1000px;
    /* Limits paragraph width */
    margin: 0 auto;
    /* Centers the content */
    padding: 20px;
    border-radius: 10px;
}

.mehta_masterpiece_stiky_head_container h2 {
    text-align: justify;
    /* Justify text alignment */
    word-break: break-word;
    /* Prevent text overflow */
    margin: auto;
    background-image: linear-gradient(269deg, #be7914, #cb8b26, #d89c37, #e1ae36, #eec935, #f1d047, #f8e275, #fff4a4 46%, #fced92, #f5db64, #eec935, #e0ad36, #d89c37, #ca8924, #be7914);
    font-family: Althy;
    font-size: 128px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 2.56px;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

@media (max-width: 1178px) {
    .mehta_masterpiece_stiky_head_container {
        max-width: 650px;
        /* Limits paragraph width */

    }

    .mehta_masterpiece_stiky_head_container h2 {
        font-size: 80px;
        line-height: 1.5;
    }
}

@media (max-width: 878px) {
    .mehta_masterpiece_stiky_head_container {
        max-width: 500px;
        /* Limits paragraph width */

    }

    .mehta_masterpiece_stiky_head_container h2 {
        font-size: 60px;
        line-height: 1.5;
    }
}


/* logo slider */

.logo-slider_sec {
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    position: relative;
}


.logo_slider-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo_slider {
    display: flex;
    align-items: center;
    background-color: #004b44;
    padding: 20px 0;
    width: 100%;
}

.logo_slider-track {
    display: flex;
    align-items: center;
    /* gap: 80px; */
    white-space: nowrap;
    width: max-content;
}

.logo_slider-track img {
    height: 70px;
    width: auto;
    object-fit: contain;
    padding: 0 40px;
}

.divider {
    width: auto;
    padding: 0 40px;
    height: 37px !important;
}