mhtml{
    overflow-x: hidden
}
body {
    font-family: "Inter", sans-serif;
    padding: 0;
    margin: 0;
    color: #696e7b;
    overflow-x: hidden;
    background: #f8fcff;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Cormorant Garamond", serif;
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}
p{
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 400;
}
a:hover, a:focus {
    color: #3d59e8;
    text-decoration: none;
}
.section-space{
    padding-top: 90px;
    padding-bottom: 90px;
}
.inner-wrap{
    padding-top: 50px
}
.sub-h{
    color: #0066cc;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0rem;
}
.m-heading{
    font-weight: 100;
    font-size: 50px;
    line-height: 1.2em;
    margin-top: 7px;
    color: #324196;
    margin-bottom: 1rem;
    text-transform: capitalize
}
.m-heading span{
    color: #0066cc;
}
.m-heading.blue-h{
    color: #3d59e8
}
.big-h{
    font-size: 2.3rem;
    color: #2a2834;
    font-weight: 700;
}
.btn{
    padding: 9px 22px 9px 10px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    border-radius: 30px;
    font-size: 16px;
}
.btn-gold{
    background-color: #db8c23;
    display: flex;
    gap: 6px;
    align-items: center;
}
.btn-gold::before,
.btn-gold::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #234467;
    z-index: -1;
    transition: all 0.5s;
}

.btn-gold::before {
    top: 0;
    left: 0;
}

.btn-gold::after {
    bottom: 0;
    right: 0;
}
.btn-gold:hover{
    color: #fff !important
}

.btn-gold:hover::before {
    left: auto;
    right: 0;
    width: 50%;
}
.btn-gold:hover::after {
    left: 0;
    right: 0;
    width: 50%;
}
.btn-blue{
    background-color: #234467;
    display: flex;
    gap: 6px;
    align-items: center;
}
.btn-blue::before,
.btn-blue::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #db8c23;
    z-index: -1;
    transition: all 0.5s;
}

.btn-blue::before {
    top: 0;
    left: 0;
}

.btn-blue::after {
    bottom: 0;
    right: 0;
}
.btn-blue:hover{
    color: #fff !important
}
.btn-blue:hover::before {
    left: auto;
    right: 0;
    width: 50%;
}
.btn-blue:hover::after {
    left: 0;
    right: 0;
    width: 50%;
}
.btn-gold i, .btn-blue i{
    width: 35px;
    height: 35px;
    line-height: 38px;
    border-radius: 999px;
    display: inline-block;
    margin-right: 8px;
}
.btn-gold i{
    background: #234467;
    transition: all 0.7s;
}
.btn-blue i{
    background: #db8c23;
    transition: all 0.7s;
}
.btn-gold:hover i{
    background: #db8c23;
}
.btn-blue:hover i{
    background: #234467;
}
.m-list{

}
.m-list li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 27px;
    color: #222233;
}
.m-list li:before{
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #0066cc;
}

.ap-list{
    text-align: center;
    margin-bottom: 2rem;
}
.ap-list h5{
    color: #fff;
    font-size: 21px;
    font-family: "Inter", sans-serif;
}
.ap-list .ap-divide{
    color: #db8c23;
}
.ap-list h5 span{
    color: #db8c23;
    font-weight: bold;
}
.ab-ul{
    margin-top: 40px
}
.about-img-wrap {
    display: flex;
    position: relative;
    z-index: 1;
}
.about-img-wrap .shape-1 {
    position: absolute;
    right: 55px;
    bottom: -30px;
    z-index: -1;
}
.about-img-wrap .about-img {
    overflow: hidden;
    border-radius: 10px
}
.about-img-wrap .about-img img {
    border-radius: 10px;
}
.about-img-wrap .about-img:last-child {
    padding-left: 15px;
    margin-top: 75px;
}
.scroll-btn {
    position: absolute;
    width: 150px;
    height: 150px;
    border: none;
    background: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    transition: all 0.3s ease;
    background: #ffffffeb;
    right: 38%;
    top: 20%;
}

.circle-text {
    width: 150px;
    height: 150px;
    animation: spin 10s linear infinite;
}

.circle-text text {
    font-size: 16px;
    fill: #234467;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.arrow {
    position: absolute;
    font-size: 54px;
    color: #db8c23;
    pointer-events: none;
}
.scroll-btn:hover{

    color: #234467
}
.scroll-btn:hover .arrow {
    color: #234467
}
.scroll-btn:hover .circle-text text{
    fill: #234467;
}
.rounded-box{
    background: linear-gradient(170deg, #db8c2340, #065fb90d);
    border-radius: 12px;
    padding: 70px
}
.btn-close-white {
    filter: invert(1);
}
.rounded-box .main-heading{
    margin-bottom: 2rem
}
.city-box{
    transition: all .7s ease-in-out;
    z-index: 1;
    overflow: hidden;
    margin: 25px 0 0px;
    position: relative;
    border-radius: 10px;
}
.city-box:before{
    transition: all .7s ease-in-out;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 10px;
    left: 0;
    z-index: 5;
    width: 100%;
    background: #002172b0;
    background: -webkit-linear-gradient (to bottom, #00217200, #002172b0);
    background: linear-gradient(to bottom, #00217200, #061b32cc);
}
.city-box:hover .city-title{
    color: #db8c23
}

.city-box img{
    transition: all 2s ease-in-out;
}
.city-box:hover img{
    transform: scale(1.05);
}
.city-box .prop-badge{

}
.city-box .city-title{
    text-align: center;
    position: absolute;
    bottom: 19px;
    width: 100%;
    z-index: 6;
    left: 0;
    font-size: 27px;
    margin: 0;
    color: #fff;
}
.city-box:hover .city-title a:after{
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.ami-box .ami-con h4 {
    color: #234467;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.sticky-div {
    position: fixed;
    right: 10px;
    bottom: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 1000;
    background: #0000007a;
    padding: 10px;
    border-radius: 50px;
}

.sticky-div hr {
    width: 30px;
    border: 1px solid #ffffff;
    margin: 0;
    opacity: 1;
}

.btn-rounded {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

/* Call Button */
.sticky-call {
    background-color: #db8c23;
}
.sticky-call:hover {
    background-color: #234467;
    color: #fff;
}

/* WhatsApp Button */
.sticky-whatsapp {
    background-color: #25D366; /* WhatsApp brand green */
}
.sticky-whatsapp:hover {
    background-color: #1DA851; /* Darker green on hover */
    color: #fff;
}
.cta-sec{
    background-color: #234467;
    position: relative;
    overflow: hidden;
}
.cta-sec .main-heading{
    color: #db8c23;
    font-size: 43px;
}
.cta-sec p{
    color: #fff;
    margin-bottom: 0px;
}
.cta-list li{
    margin-bottom: 15px
}
.cta-list li .btn-blue{
    background: #fff;
    color: #234467;
}
.cta-list li .btn-blue i{
    color: #fff
}
.cta-list li .btn{
    width: fit-content
}
.cta-sec::before, .cta-sec::after {
    content: "";
    position: absolute;
    width: 11.75rem;
    height: 11.75rem;
    border-radius: 50%;
    -webkit-filter: blur(73.85px);
    filter: blur(73.85px);
    background-color: #db8c239c;
    -webkit-backdrop-filter: blur(-73.85px);
    backdrop-filter: blur(-73.85px);
    z-index: 0;
}
.cta-sec::before {
    top: -0.6875rem;
    right: -0.6875rem;
}
.cont-bg{
    position: relative
}
.cont-bg .cont-img{

}
.form-sec{
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(../../assets/img/cont-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.reg-form{
    border-radius: 0px;
    margin-bottom: 0rem;
    padding: 90px 38px;
    background: #f7f7f7;
    box-shadow: none !important;
}
.reg-form .cntry-code select{
    max-width: 30%;
}
.reg-form .form-group {
    margin-bottom: 1rem;
    position: relative
}
.reg-form .form-group .input-label{
    font-size: 16px;
    color: #b28f6f;
}
.reg-form .form-group .label-top {
    font-size: 14px;
    margin-bottom: 8px;
    color: #2a2834;
    font-weight: 500;
}

.reg-form .form-group .form-control {
    height: 46px;
    font-size: 14px;
    background-color: #f7f7f7;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    color: #2a2834;
    padding: .375rem 1rem;
    font-weight: 400;
    letter-spacing: .5px
}
.reg-form .form-group textarea.form-control{
    height: 90px
}
.reg-form .form-check-label {
    font-size: 15px;
}
.reg-form .reg-title{
    color: #234467;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 800;
}
.reg-form .reg-subtitle{
    color: #2a2834;
    margin-bottom: 20px;
    font-size: 15px;
}
.reg-form .form-group .form-control::placeholder {
    color:#2a2834;
    opacity: 1;
}

.reg-form .form-group .form-control:-ms-input-placeholder {
    color: #2a2834;
}

.reg-form .form-group .form-control::-ms-input-placeholder {
    color: #2a2834;
}
.reg-form .select2.select2-container{
    width: auto !important;
    background-color: #ffffff00;
}
.reg-form .select2-container .select2-selection--single{
    background-color: #ffffff00 !important;
    height: 46px !important;
    border: 1px solid #c41f43 !important;
    font-size: 14px;
    border-radius: 4px 0px 0px 4px !important;
}
.select2-results__option--selectable{
    font-size: 14px !important;
}
.reg-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 46px !important;
}
.select2-container--open .select2-dropdown{
    width: 300px !important;
}
.reg-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    background-color: #ffffff00 !important;
    height: 46px !important;
    line-height: 46px !important;
}
.reg-form .select2-container--default img{
    width: 15px
}
.reg-form .select2-results__options{
    font-size: 14px !important;
}

.reg-form .reg-btn p{
                margin-bottom: 0px;
                position: relative;
            }
            .reg-form .reg-btn p .btn-blue{
                    height: 54.6px;
                    padding-left: 52px;
            }
            .reg-form .reg-btn p i{
                    background: #db8c23;
                    transition: all 0.7s;
                    width: 35px;
                    height: 35px;
                    line-height: 38px;
                    border-radius: 999px;
                    display: inline-block;
                    margin-right: 8px;
                    position: absolute;
                    left: 7px;
                    top: 10px;
                    z-index: 4;
                    color: #fff;
                    text-align: center;
            }
.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}
.thumb{
    position:relative;
    overflow:hidden;
    cursor:pointer;
    transition: transform .35s ease, box-shadow .35s ease;
    display:block;
    width:100%;
    /* height:230px; */
    object-fit:cover;
    border-radius: 6px;
}
.thumb:hover{
    transform: scale(1.01);
    box-shadow: 0 12px 30px rgb(227 227 227 / 60%);
}
#galleryModal .modal-dialog{
    max-width:1100px
}
#galleryModal .modal-body{
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative
}
#galleryModal .modal-img{
    max-width:100%;
    max-height:80vh;
    transition: transform .25s ease;
    border-radius:8px;
    box-shadow: 0 18px 50px rgba(2,8,23,0.7);
}
.nav-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:rgba(0,0,0,0.5);
    color:#fff;
    border:none;
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    cursor:pointer;
    z-index:10;
}
.nav-arrow:hover{
    background:rgba(0,0,0,0.7)
}
.nav-arrow.left{
    left:10px
}
.nav-arrow.right{
    right:10px
}
.close-btn{
    position:absolute;
    top:15px;
    right:15px;
    background:rgba(0,0,0,0.5);
    color:#fff;
    border:none;
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    cursor:pointer;
    z-index:15;
}
.close-btn:hover{
    background:rgba(0,0,0,0.7)
}

.area-sec{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.area-sec .building{
    position: absolute;
    bottom: 0;
    opacity: .2;
}
.area-sec .arc{
    position: absolute;
    top: 10px;
    right: 30px;
    width: 140px;
    opacity: .5;
}
.area-sec .main-heading{
    z-index: 4;
    position: relative;
    line-height: 1.3;
}
.area-box{
    background-color: #fff;
    padding: 40px 37px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 1px 1px 30px #e2e2e2;
}
.area-box h6{
    background: #f1f1f1;
    display: inline-block;
    position: absolute;
    right: 22px;
    top: 88px;
    padding: 3px 12px;
    letter-spacing: .5px;
    border-radius: 30px;
    color: #234467;
    font-size: 17px;
    font-weight: 700;
}
.area-box h4{
    width: 65px;
    height: 65px;
    line-height: 22px;
    text-align: center;
    background: #db8c23;
    border-radius: 999px;
    color: #fff;
    font-family: "Inter", sans-serif;
    position: absolute;
    right: 20px;
    top: 20px;
    padding-top: 11px;
    font-size: 20px;
}
.area-box h4 span{
    display: block;
    font-family: "Cormorant Garamond", serif;
}
.area-box p{
    color: #5c5a5a;
    margin-top: 6px;
    font-size: 16px;
}
.area-box p span{
    color: #1e1e1e;
}
.area-box h2{
    margin-top: 60px;
    margin-bottom: 40px;
    color: #234467;
    font-size: 30px;
}
.area-box h2 i{
    font-size: 22px;
}
.area-box .btn-blue{
    justify-content: space-between;
    padding: 6px 10px 7px 22px;
}
.area-box .btn-blue i{
    margin-right: 0px;
    font-size: 22px;
}
.m-footer{
    padding-top: 30px;
    padding-bottom: 25px;
    background: #1e1e1e;
}
.m-footer hr{
    background: #db8c23;
    opacity: 1;
    margin-top: 25px
}
.inner-padding{
    padding-top: 100px;
    padding-bottom: 100px
}
.scnd-div{
    position: relative;
}
.scnd-div .scnd-box{
    position: absolute;
    width: 80%;
    background: #000000b8;
    padding: 20px;
    bottom: 0;
    left: 0;
    border-radius: 4px;
}
.scnd-div .scnd-box h1{
    color: #ffffff;
}
.scnd-div .scnd-box p{
    color: #fff;
}
.ft-logo{
    width: 70px;
}
.link-ul{
    margin-bottom: 0px
}
.link-ul li{
    position: relative;
    margin-right: 10px !important;
    margin-left: 10px;
}
.link-ul li:after{
    content: "|";
    position: absolute;
    right: -14px;
    color: #db8c23;
    top: -1px;
}
.link-ul li:last-child:after{
    display: none
}
.link-ul li a{
    color: #fff
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-list a{
    color: #0066cc;
    font-size: 16px;
    transition: .2s;
    width: 35px;
    background: #fff;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
}
.footer-social-list a:hover{
    color: #ffffff;
    background: #004268;
}
.footer-link-list li a{
    padding-bottom: 6px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.footer-link-list li a:hover{
    color: #ec3323;
}
.copy-p{
    color: #fff;
    margin-bottom: 0px;
    font-size: 13px;
}
.copy-p span{
    color: #000000;
    font-weight: 700
}
.pro-h{
    color: #fff;
    margin-bottom: 10px;
}
.form-modal .modal-body{
    background: #db8c23;
    padding: 10px;
}
.form-modal .reg-form{
    padding: 20px;
}

.form-modal .btn-close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    border-radius: 999px;
    background-color: #fff6f6;
    opacity: 1;
}
.master-sec{
    background-color: #f7f7f7;
}
.mob-buttons{
        background: #234467;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 666;
        text-align: center;
        display: none;
        left:0;
}
.mob-buttons .btn{
    width: 33.3%;
    border-radius: 0px;
    padding: 10px 10px;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 12px;
}
.mob-buttons .btn:active, .mob-buttons .btn:focus{
    color: #fff;
}
.mob-buttons .btn.btn-center{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
/* ======================== MEDIA QUERIES ======================== */
@media (max-width: 991.2px){
    .navbar-light {
        background-color: #000000;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar-light .navbar-nav .nav-link{
        display: inline-block
    }
    .navbar-light .navbar-nav .nav-link.btn{
        margin-bottom: 15px
    }
    .main .slider-content h1{
        font-size: 3rem;
        line-height: 1;
    }
    .ap-list h5{
        font-size: 16px;
    }
    .hero-form .form-label{
        color: #fff;
        margin-bottom: 5px;
        
    }
    .hero-form p{
        margin-bottom: 0px;
    }
    .hero-form {
        padding: 15px 15px 15px 30px;
        background: rgb(0 0 0 / 19%);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 20px;
        box-shadow: 0 8px 32px rgb(29 29 29 / 10%), inset 0 1px 0 rgb(38 38 38 / 50%), inset 0 -1px 0 rgb(33 33 33 / 10%), inset 0 0 20px 10px rgb(0 0 0 / 9%);
    }
    .hero-feat .feat-box{
        font-size: 14px
    }
    .hero-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }
    .hero-form .form-control {
        border: inherit;
        padding: 3px 8px;
        font-size: 14px;
        height: 40px;
    }
    .hero-form .form-group{
        height: auto;
        margin-bottom: 10px;
        padding-right: 0px;
        margin-right: 0px
    }
    .hero-form .form-group:after{
        display: none
    }
    .hero-form .btn-blue{
        width: auto
    }
    .main-heading {
        font-size: 3rem;
        line-height: 3.125rem;
    }
    .sub-main-heading{
        font-size: 14px
    }
    .rounded-box{
        padding: 60px 30px
    }
    .cta-sec p{
        margin-bottom: 20px
    }
    .cta-list li{
        display: inline-block;
        margin-right: 8px
    }
    .link-ul li a{
        font-size: 14px
    }
    .reg-form {
        background: #00000096;
    }
    .reg-form .reg-title{
        color: #fff
    }
}
@media (max-width:768px){
    .sticky-div{
        display: none;
    }
    .mob-buttons{
        display: flex;
    }
    .thumb{
        height:200px
    }
    .main .slider-content h1 {
        font-size: 2rem;
    }
    .ap-list {
        margin-bottom: 1rem;
    }
    .ap-list .ap-divide{
        display: none
    }
    .list-inline-item:not(:last-child){
        margin-right: 0px
    }
    .hero-feat {
        flex-wrap: wrap;
    }
    .hero-feat > * {
        flex: 0 0 calc(50% - 8px); /* 2 columns */
        max-width: calc(50% - 8px);
    }
    .hero-feat{
        margin-bottom: 2rem;
    }
    .main{
        min-height: 100vh;
    }
    .main .owl-carousel .item{
        min-height: 100vh;
    }
    .hero-form{
        padding: 15px;
        margin-bottom: 20px
    }
    .hero-row {
        grid-template-columns: 1fr;
        gap: 5px;
    }
    .main .slider-content{
        margin-top: 27%
    }
    .main .slider-content .p-slide-con{
        font-size: 14px
    }
    .ab-ul li .btn{
        margin-bottom: 15px
    }
    .btn{
        font-size: 14px
    }
    .area-sec .arc{
        top: -40px
    }
    .reg-form {
        padding: 70px 18px;
    }
    .link-ul li a {
        margin-bottom: 10px;
    }
    .about-img-wrap .shape-1{
        width: 80%
    }
    .about-img-wrap .about-img{
        height: 300px
    }
    .scroll-btn{
        right: 33%;
        top: 10%;
    }
}
