

html,
body {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal !important;
    font-variation-settings:
        "slnt" 0;
    color: #262626 !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover {
    text-decoration: none;
}

select.form-control:not([size]):not([multiple]) {
    height: 62px;
}

button,
button:focus,
input:focus {
    outline: 0;
    box-shadow: unset;
}

.video-banner {
    width: 100%;
    height: 100vh;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: black;
}

.hov-ani {
    transition: background 0.3s ease, padding 0.3s ease, border-radius 0.3s ease;
}

.hov-ani:hover {
    background: rgb(0, 0, 0);
    padding: 4px;
    border-radius: 10px;
}

/* Styles the iframe to fill the container */
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.def-btn {
    border-radius: 2px;
    border: 1px solid #B4BCBE;
    padding: 16px 28px;
    background: #E1EBED;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}

header {
    background: #F7F9F9;
    padding: 8px 0;
}

menu {
    position: fixed;
    left: 20%;
    top: 14px;
    z-index: -0;
    background: #3a7d3e;
    display: flex;
    padding: 20px 38px;
    margin: 0;
    border-radius: 50px;
    color: white;
    gap: 40px;
    transition: 0.5s all;
    opacity: 9;
    z-index: 9999;
    
}

.floor-blur {
    filter: blur(10px);
}

/* menu.hidden-menu {
    opacity: 9;
    z-index: 9999;
} */

.hidden-menu-new {
    display: none;
}

.li-spac {
    padding-bottom: 15px;
}

button.closemodal {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 0;
    opacity: 9;
    box-shadow: unset;
}

button.fixedfooter {
    position: fixed;
    right: 15px;
    text-align: center;
    justify-content: center;
    border: 0;
    background: #3a7d3e;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    text-transform: uppercase;
    bottom: 10px;
    box-shadow: 0 0 0 0 #3a7d3e;
    animation: glow 1.4s ease-out infinite;
    border: 1px #FFF solid;
    border-radius: 40px;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 0 0 #3a7d3e;
    }

    50% {
        box-shadow: 0 0 30px 0 #3a7d3e;
    }
}

.overview-sec {
    padding-right: 80px;
    padding-top: 15px;
}

.download-broucher {
    position: fixed;
    left: 15px;
    text-align: center;
    justify-content: center;
    border: 0;
    background: #3a7d3e;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    text-transform: uppercase;
    bottom: 10px;
    box-shadow: 0 0 0 0 #3a7d3e;
    animation: glow 1.4s ease-out infinite;
    border: 1px #FFF solid;
    border-radius: 40px !important;
    
}

@keyframes glow {
    0% {
        box-shadow: 0 0 0 0 #3a7d3e;
    }

    50% {
        box-shadow: 0 0 30px 0 #3a7d3e;
    }
}


menu a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding-right: 20px;
    text-decoration: none;
}

menu a:hover {
    color: white;
}

header .nav-btn {
    background: #3a7d3e;
    border: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;

}

header .nav-btn span {
    height: 1px;
    background: white;
    width: 22px;
}

.h-font {
    color: #C6C6C6;
    text-align: center;
    font-size: 25px;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}

.h2-font {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    color: #3a7d3e;
    font-size: 48px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing:0px;

    text-transform: revert;
}

.abtbtngrp {
    gap: 10px;
    margin-top: 36px;

}

.gallrybtngrp {
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: start;
}

.aboutabs {
    right: 0;
    top: 0;
}



.about h1 {
    margin-bottom: 26px;
}

.about figure {
    border-top-right-radius: 100px;
    overflow: hidden;
    display: inline-block;
}

.about h2 {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 36px;
}

.about p {
    padding-right: 90px;
    font-size: 14px;
}

.about p:last-child {
    margin-bottom: 0;
}

.anamites {
    border-top: 20px solid #E1EBED;
    background: #3a7d3e;


}

.anamites h1 {
    margin-top: 20px;
    color: #000;
    margin-bottom: 70px;
}

.anamites h2 {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    line-height: 46px;
    letter-spacing: 0px;
    text-transform: revert;
}

.anamites p {
    color: white;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

.animites-btn button {
    border-radius: 2px;
    background: #fff;
    border: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
       width: 170px !important;
    max-width: 214px !important;
    font-size: 15px;
    padding: 17px 0;
    transition: 0.3s all;
    
}

.animites-btn {
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    grid-auto-flow: column;
    gap: 10px;
    margin-top: 76px;
    margin-bottom: 20px;
}



.animites-btn {
    max-width: 673px;
}

.animites-btn button:hover,
.animites-btn button.active {
    background: black;
    cursor: pointer;
}

.gallery {
    padding-top: 70px;
}

.gallery h1 {
    margin-bottom: 20px;
}

.gallery figure,
.gallery .carousel-item,
.gallery figure img {
    border-top-left-radius: 100px;
    overflow: hidden;
    margin-bottom: 0;
}

.absgallry {
    position: absolute;
    top: 0;
    left: 0;
}

.gallery {
    overflow: hidden;
}

.gallery h2 {
    margin-bottom: 24px;
}

.gallery p {
    font-size: 16px;
    padding-right: 100px;
}

.gallrybtngrp {
    margin-top: 30px;
}

.unitplans {
    padding-top: 80px;
    padding-bottom: 122px;
}

.unitplans div#carouselExampleControlstwo {
    margin-top: 20px;
}

.unitplans figure {
    margin-bottom: 28px;
    border-radius: 4px;
    border: 1px solid #B4BCBE;
    overflow: hidden;
    padding: 10px;
}

.unitplans h3 {
    color: #3a7d3e;
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 35.2px;
    /* 117.333% */
    letter-spacing: -0.6px;
    text-transform: uppercase;
    margin: 0;
}



.unitplans p {
    font-size: 19px;
    margin: 0;
}

.unitplans p span {
    color: black;
    font-weight: 600;
}

.planbtn-grp {
    position: absolute;
    right: 0;
    bottom: -35;
}

.planbtn-grp {
    display: inline-flex;
    gap: 10px;
}

.about {
    overflow: hidden;
}

.locationbtngrp {
    display: flex;
    gap: 10px;
}

.location {
    border-top: 20px solid #E1EBED;
    background: #3a7d3e;

    color: white
}

.location h2 {
    color: white;
    margin-bottom: 28px;
}

.location p {
    color: white;
    margin-bottom: 24px;
    font-size: 14px;
}

.location ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.locationbtngrp {
    margin-top: 40px;

}

.location ul li {
    line-height: 24px;
}

.location h2 {
    color: white;
    margin-bottom: 28px;
}

.location p {
    color: white;
    margin-bottom: 24px;
    font-size: 14px;
}

.location ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.locationbtngrp {
    margin-top: 40px;

}

.location ul li {
    line-height: 24px;
}

.location button.def-btn {
    background: #0B414A;
    border-color: #0B414A;
    color: white;

    box-shadow: 0 0 0 0 #ffffff;
    animation: glow 1.4s ease-out infinite;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 0 0 #ffffff;
    }

    50% {
        box-shadow: 0 0 30px 0 #ffffff;
    }
}

.location a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    color: white;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 0 0 #ffffff;
    animation: glow 1.4s ease-out infinite;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 0 0 #ffffff;
    }

    50% {
        box-shadow: 0 0 30px 0 #ffffff;
    }
}

.kumarabs {
    position: absolute;
    left: 0;
    top: 0;
}

.kumarworld {
    padding-top: 60px;
}




.kumarworld h1 {
    margin-bottom: 24px;
}

.kumarworld h3 {
    color: #000;
    text-align: center;
    font-size: 182px;
    font-style: normal;
    font-weight: 300;
    line-height: 170px;
    letter-spacing: -12.74px;
    text-transform: uppercase;
    margin-bottom: 0;

}

.kumarworld .margin-top {
    margin-top: -35px;
}

.kumarworld h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 60px;
    margin-bottom: 24px;
}

.kumarworld p {
    font-size: 14px;
}

.kumarworld .margin-top .col-md-4 {
    padding-left: 50px;
}

.kumarworld .def-btn {
    margin-top: 36px;
}


.getintouch {
    padding-top: 0;
    border-top: 20px solid #E1EBED;
    margin-top: 47px;
    overflow: hidden;
}

.getintouch h1 {
    /* margin-top: 32px;
    margin-left: 60px;
    margin-bottom: 48px; */
}

.getintouch form,
.getintouch h2 {
    /* margin-left: 120px; */
}

.check-pri {
    border: none;
    padding: 10px 10px;
    border-radius: 10px;
    color: #fff;
    background-color: #3a7d3e;
    animation: checkprice 1.4s ease-out infinite;
}

.feate{
    text-align: center;
    display: block !important;
    padding: 20px 0px;
    color: #C6C6C6;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}

@keyframes checkprice {
    0% {
        box-shadow: 0 0 0 0 #3a7d3e;
    }

    50% {
        box-shadow: 0 0 30px 0 #45c5ce;
    }
}


.all-btn-anme{
    animation: checkprice 1.4s ease-out infinite;
}

@keyframes checkprice {
    0% {
        box-shadow: 0 0 0 0 #4a9c4f;
    }

    50% {
        box-shadow: 0 0 30px 0 #106d16;
    }
}



.why-spacing {
    padding-top: 40px;
}

.my-sub-class {
    margin: 0px auto;
    display: block;
}

.alin-class {
    align-items: center !important;
}

.getintouch h2 {
    color: #3a7d3e;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    /* 95.833% */
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    display: block;
    margin-bottom: 20px;
    margin-top: 35px;
}

.form-control {
    padding: 18px 20px;
    background: #F1F3F3 !important;
    border-color: #F1F3F3 !important;
}

.form-control:focus {
    border-bottom-color: #3a7d3e !important;
    outline: 0;
    box-shadow: unset;

}

.getintouch form .row>div {
    margin-bottom: 20px;
}

.getintouch form .def-btn {
    margin-top: 0px;
}

header,
.banner {
    width: 100%;
    overflow: hidden;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
}

.banner {
    margin-top: 94px;
}



footer {
    background: #3a7d3e;
    padding-top: 40px;
    padding-bottom: 24px;

}

footer h3,
footer h4 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 8px;
    opacity: 0.6;
}

footer a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer h4 {
    margin-top: 28px;
}

footer p {
    color: #FFF;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.copywrite p {
    margin: 0;
}

.copywrite {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 12px 0;
    margin-top: 44px;
    margin-bottom: 16px;
}

.qrcodes {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.rerano {
    display: flex;
    gap: 80px;
}

.rerano p {
    margin: 0;
    text-transform: uppercase;
}

.formmodal .modal-content {
    border: 0;
    border-radius: 0;
    padding: 58px 50px;
    background: #F1F3F3;
}

.formmodal .modal-dialog {
    max-width: 450px;
    border-radius: 0;
}

.formmodal .modal-content h1 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    line-height: 46px;
    /* 95.833% */
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-weight: 300;
}

.formmodal .modal-content form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.formmodal .modal-content .form-control {
    background: white !important;
}

.formmodal .modal-content .def-btn {
    background: #3a7d3e;
    border-color: #3a7d3e;
    color: white;
    margin-top: 20px;
}

.def-btn:hover {
    background: #B4BCBE;
    border: 1px solid #B4BCBE;
    cursor: pointer;
}

.mob-cta {
    display: none;
}

.location a:hover {
    color: black;
}

.with-readmore {
    display: none;
}

@media only screen and (max-width: 600px) {
    .kumarworld h3 {
        font-size: 46px;
        color: #000;
        text-align: center;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -3.92px;
        text-transform: uppercase;
    }

    .join-spacing {
        padding-top: 20px;
    }

    .cta-btn-main {
        position: fixed;
        bottom: 0px;
        width: 100%;
        background: #3a7d3e;
    }

    .inter-spacing {
        padding-top: 20px;
    }

    .about h2 {
        margin-bottom: 10px;
        letter-spacing: 1px;
        font-size: 23px;
        line-height: 32px;
    }

    .h2-font {
        display: inline-block !important;
        text-align: center;
    }

    .inter-spacing p {
        padding-top: 15px;
    }

    .mob-enq-btn {
        width: 100%;
        border: none;
        background: #3a7d3e;
        color: #fff;
        height: 40px;
    }

    .mob-down-btn {
        width: 100%;
        border: none;
        background: #3a7d3e;
        color: #fff;
        height: 40px;
       font-size: 14px !important;
        padding: 0px !important;
    }

    .mob-cta {
        display: block;
        display: flex;
        justify-content: center;
    }

    .cta-buttom {
        display: none;
    }

    .animites-btn {
        grid-template-rows: repeat(5, minmax(0, 2fr));
        grid-auto-flow: column;
    }

    .with-readmore {
        display: block;
    }

    .without-readmoer {
        display: none;
    }

    .animites-btn button {
        width: 100%;
        padding: 18px 10px;
    }

    .overview-sec {
        padding-right: 0px;
        padding-top: 15px;
    }

    .list-spacing {
        padding-top: 15px;
    }


    header .row .col-md-4:nth-child(3) {
        display: none;
    }

    .aboutabs {
        display: none;
    }



    .about {
        padding-top: 40px;
    }

    .about h1 {
        margin-bottom: 20px;
    }

    .about h2 {
        margin-top: 10px;
    }

    .about p {
        padding-right: 0;
    }

    .about {
        padding-bottom: 35px;
    }

    .anamites h1 {
        text-align: center !important;
        margin-bottom: 34px;
    }

    .anamites h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .feate{
        font-size: 20px;
    }

    .mob-vi {
        text-align: center;
    }

    .anamites h2 br {
        display: none;
    }

    .animites-btn {
        margin-top: 38px;
    }

    .anamites {
        padding-bottom: 48px;
    }

    .absgallry {
        display: none;
    }

    .gallery h2 {
        margin-top: 20px;
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 10px;
       
    }

    .def-btn{
        font-size: 10px;
    }

    .gallery p {
        padding-right: 0;
    }

    .why-spacing {
        padding-top: 10px;
        text-align: center;
    }

    .kumarworld .def-btn {
        margin-top: 10px;
        margin-bottom: -15px;
    }

    .why-spacing p {
        padding-top: 15px;
    }

    .gallrybtngrp {
        margin-bottom: 35px;
    }

    .iconic-spacing {
        padding-top: 25px;
    }

    .iconic-spacing p {
        padding-top: 15px;
    }

    .unitplans {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .planbtn-grp {
        bottom: -34px;
    }

    .unitplans h3 {
        margin-bottom: 40px;
    }

    .location h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 23px;
        margin-bottom: 10px;
    }

    .lis-mob-vie{
        display: flex;
        justify-content: center;
    }

    .location button.def-btn,
    .location a {
        white-space: nowrap;
        width: 100%;
        font-size: 14px;
        padding: 16px 17px;
    }

    .location {
        padding-bottom: 40px;
    }

    .kumarabs {
        display: none;
    }



    .kumarworld h1 {
        margin-bottom: 12px;
    }

    .kumarworld .margin-top .col-md-4 {
        padding-left: 16px;
    }

    .kumarworld h2 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    

    .getintouch form,
    .getintouch h2 {
        margin-left: 0;
        padding-top: 20px;
    }

    .getintouch h2 {
        font-size: 35px;
    }

    .getintouch h1 {
        margin-bottom: 15px;
        text-align: center !important;
    }

    .getintouch form .def-btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    footer .col-md-2 {
        margin-top: 32px;
    }

    footer .col-md-2+.col-md-5 {
        margin-top: 32px;
    }

    .copywrite {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .copywrite p {
        text-align: center;
        margin: auto;
        display: table;
    }

    .qrcodes {
        justify-content: flex-start;
    }



    .rerano {
        gap: 10px;
        flex-direction: column;
    }

    footer p {
        font-size: 12px;
    }

    .copywrite {
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .kumarworld .margin-top {
        margin-top: -9px;
    }

    .formmodal .modal-content {
        padding: 58px 20px;
    }

    .formmodal .modal-content h1 {
        font-size: 30px;
        text-align: center;
    }

    menu {
        left: 0;
        right: 0;
        border-radius: 0;
        width: 100%;
        height: 100%;
        flex-direction: column;
        top: 83px;
    }

    body.menu-open {
        overflow: hidden;
    }

    /* button.fixedfooter {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        justify-content: center;
        border: 0;
        background: #3a7d3e;
        color: white;
        padding: 12px 0;
        font-size: 17px;
        text-transform: uppercase;
        text-transform: uppercase;
        transform: unset;
        top: unset;
    } */

        footer {
            padding-bottom: 74px;
        }

    }

    menu#mobilemenu {
        display: none;
    }


    .modal-video {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        left: 0;
        top: 100px;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgba(0, 0, 0, 0.8);
        /* Black w/ opacity */
    }

    .modal-content {
        /* background-color: #fefefe; */
        margin: 10% auto;
        /* Center the modal */
        padding: 20px;
        /* border: 1px solid #888; */
        width: 100%;
        /* Could be more or less, depending on screen size */
    }

    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }



    .thankyou {
        height: 100vh;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
    }

    .thankyou h1 {
        font-size: 56px;
        font-weight: 300;
        text-transform: uppercase;
        color: white;
        line-height: 101px;
        margin-bottom: 0px;
        letter-spacing: 4px;
    }

    .thankyou p {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 400px;
    }

    .thankyou a {
        /* position: absolute;
    left: auto;
    right: auto;
    bottom: 60px; */
        margin-top: 30px;
        background: white;
        border-color: white;
        color: black;
    }

    .form-control option {
        background-color: white !important;
        color: black;
        /* Text color for the selected option */
    }




    .lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}





    @media only screen and (max-width: 768px) {
        .video-container {
            padding-bottom: 75%;
            /* Adjust aspect ratio for mobile if needed (4:3) */
        }


        .mob-view-banner {
            margin-top: 87px;
        }

        .menu {
            display: none;
            /* Other styling as needed */
        }

        .menu.show {
            display: block;
        }

        .menu {
            display: none;
            transition: all 0.3s ease;
        }

        .menu.show {
            display: block;
        }

        .main-out {
            display: grid;
            line-height: 50px;
        }

    }

    @media screen and (min-width: 200px) and (max-width: 649px) {
   
    .mblhide {display: none !important;}

    .mblmargin {margin-top: 80px !important;}
    
    
  
  }


    



    @media screen and (min-width: 650px) and (max-width: 3000px) {
   
    .deskhide {display: none !important;}
    
    
  
  }



.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-container:hover .overlay {
    opacity: 1;
}

.overlay button {
    color: white;
    border: none;
    background-color: #3a7d3e; /* Bootstrap primary color */
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    display: block !important;

}

.overlay button:hover {
    background-color: #3a7d3e; /* Darker shade of primary */
}




.flrbg {    width: 100% !important;
    background-color: #3a7d3e;
    padding: 10px 20px;
    text-align: center;
    font-size: 23px;
    color: #fff;  }




.togglebtn {text-align: center !important;
    background-color: #3a7d3e !important;
    text-decoration: none !important;
    color: #fff !important;
    width: 100%;}



.togglebtn:hover {text-align: center !important;
    background-color: #3a7d3e !important;
    text-decoration: none !important;
    color: #fff !important;
    width: 100%;}


.btncontact {
    display: block; /* Ensures the button takes up the full width */
    list-style: none;
    margin-bottom: 8px;
    background: #3a7d3e;
    color: #fff;
    text-align: center;
    border: solid 1px #3a7d3e;
    line-height: 18px;
    font-size: 14px; /* Adjusted for better visibility */
    font-weight: 500;
    padding: 8px 0; /* Increased padding for better usability */
    text-transform: uppercase;
    text-decoration: none !important;
    width: 100%; /* Makes the buttons take full width */
    box-sizing: border-box; /* Ensures padding doesn't affect width */
    border-radius: 25px;
}

  .btncontact:hover {
    display: block; /* Ensures the button takes up the full width */
    list-style: none;
    margin-bottom: 8px;
    background: #3a7d3e;
    color: #fff;
    
}


.info-box {
        display: block;
        width: 100%;
        background-color: #fff;
        color: #000;
        text-align: center;
        padding-bottom: 0px !important;
        font-family:"Lato", sans-serif;;
    }
    
    
    .captcha-container {
    margin-top: 15px;
}

.captcha-box {
    display: inline-block;
    width: 80px;  /* Adjust width to fit your number size */
    height: 30px; /* Adjust height for visual balance */
   
    padding: 5px;
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    font-weight: bold;
}


.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000 !important;
    border-color:  #000 !important;
}


.btn {border-radius: 40px !important;}

button {border-radius: 40px !important;}



.borderimg {border: 1px solid #fff !important;}
