
html {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: "Instrument Sans", sans-serif;
    overflow-x: hidden;
    color: #1c4c57;
}
a{
    color: #34c0ff;
    text-decoration: none;
}
.form-control:focus{
    outline: 0;
    box-shadow: none;
}
.section-space{
    padding-top: 50px;
    padding-bottom: 50px;
}
.main-btn{
    color: #ffffff;
    background: #016552;
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .25px
}
.main-btn:hover, .main-btn:focus{
    background-color: #d4e9e5;
    color: #016552;
}
.main-btn-border{
    color: #016552;
    background: #ffffff;
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .25px;
    border: 1px solid #d3d5d7;
}
.main-btn-border i{
    padding-right: 5px
}
.main-btn-border:hover, .main-btn-border:focus{
    background-color: #d4e9e5;
    color: #016552;
}

.main-h{
    color: #121212;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}
.sec-link{
    color: #016552;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
}
.sec-link i{

}
.sec-link:hover{
    color: #121212;
}
/* Navbar */
.logo{
    width: 200px;
}

.navbar-light{
    z-index: 999;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    width: 100%;
    transition: all 0.4s ease-in-out;
    background: #fff;
}
.navbar-light .navbar-nav .nav-link.last{
    color: #ffffff;
    background: #016552;
    border-radius: 12px;
    margin-left: 10px;
    padding: 12px 24px;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link.last:hover, .navbar-light .navbar-nav .nav-link.last:focus{
    background-color: #d4e9e5;
    color: #016552;
}
.dropdown-item{
    padding: 8px 20px;
    color: #fff
}
.navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    color: #1e1e1e;
    margin-left: 9px;
    padding: 12px 12px;
    letter-spacing: .25px;
}
.nav-link.sign-link{
    color: #016552 !important;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .dropdown.show .nav-link {
    color: #016552;
}
.navbar-light.is-sticky {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    animation: slideDown 0.5s ease forwards;
    will-change: transform;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.navbar-light.is-sticky{
    padding-top: 10px;
    padding-bottom: 10px
}
.navbar-light.is-sticky .logo {
    width: 150px;
}
.navbar-light.is-sticky .nav-link{
    padding: 10px 14px;
}
/* main hero */
.main-hero{
    padding-top: 80px;
    padding-bottom: 40px;
    position: relative;
    overflow-x: hidden;
    width: 100%;
}
.main-hero .sub-span{
    grid-column-gap: 10px;
    background-color: #f5fffd;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 260px;
    padding: 6px 12px;
    text-decoration: none;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #016552;
}
.main-hero .hero-title{
    color: #121212;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 72px;
    font-weight: 600;
    line-height: 90px;
    text-decoration: none;
}
.main-hero .sub-p{
    color: #475467;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}
.hero-img{
    position: relative;
    height: 100%;
    margin-right: -70px;
    margin-left: 12%;
}
.hero-img img{
    width: 100%;
    right: -50px;
}
.search-wrapper{
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 24px #1212121f;
    margin-top: 30px
}
.search-wrapper .nav-tabs{
    border: 0px;
    background-color: #f3f3f3;
    border-radius: 12px 12px 0px 0px;
}
.search-wrapper .nav-tabs .nav-item.show .nav-link, .search-wrapper .nav-tabs .nav-link.active{
    border: 0px;
    font-size: 14px
}
.search-wrapper .nav-tabs .nav-link{
    border-radius: 12px 12px 0px 0px;
    color: #222;
    padding: 12px 30px;
    border: 0px !important
}
.search-wrapper .tab-content>.tab-pane{
    background-color: #fff;
    padding: 22px 18px;
    border-radius: 0px 0px 12px 12px;
    margin-top: -2px;
}
.search-wrapper .nav-tabs .nav-link.active{
    font-weight: 600;
    border-radius: 12px 12px 0px 0px
}
.search-wrapper .nav-tabs .nav-link:focus, .search-wrapper .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.search-wrapper .search-div{
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center
}
.search-wrapper .search-div .form-control{
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    color: #667085;
    font-size: 14px;
    height: 45px;
}
.latest-card{
    grid-column-gap: 20px;
    background-color: #fff;
    border: 1px solid #eaecf0;
    border-radius: 16px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: unset;
    padding: 8px 20px 8px 10px;
    text-decoration: none;
    display: flex;
}
.latest-card .latest-img {
    object-fit: cover;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    height: 112px;
    max-height: 112px;
    text-decoration: none;
    display: flex !important;
    overflow: clip;
}

.latest-card .latest-con {
}

.latest-card .latest-price {
    display: flex;
    gap: 1px;
    align-items: center;
}

.latest-card .span-price {
    color: #016552;
    font-weight: 600;
}

.latest-card .span-month {
    color: #667085;
    font-size: 12px;
    line-height: 22px;
}

.latest-card .latest-title {
    color: #121212;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.latest-card .latest-loc {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.hero-slider{
    position: relative
}
.slider-title{
    margin-top: 59px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #121212;
}
.hero-slider .owl-dots{
    display: block !important;
    text-align: left;
    margin-top: 20px;
}
.hero-slider .owl-nav{
    position: absolute;
    right: 0px;
    top: -62px;
    font-size: 30px;
    background: transparent !important;
    display: flex;
    gap: 10px;
}
.hero-slider .owl-theme .owl-dots .owl-dot.active span, .hero-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
}
.hero-slider  .owl-carousel .owl-nav button:hover{
    background-color: transparent !important;
    color: #016552 !important
}
.prop-card{
    background-color: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    display: block;
    margin-top: 30px;
}
.prop-card .prop-img{
    border-radius: 12px 12px 0px 0px;
    position: relative;
    height: 230px;
    overflow: hidden;
}
.prop-card .prop-img .prop-type{
    position: absolute;
    border-radius: 40px;
    background: #fff;
    padding: 4px 12px;
    right: 10px;
    top: 10px;
    font-weight: 600;
    font-size: 13px;
    color: #016552;
    letter-spacing: .5px;
}
.prop-card .prop-img .prop-arrow{
    background-color: #ffffff;
    border-radius: 99px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 12px;
    display: none;
    position: absolute;
    inset: 6% 4% 0% auto;
    color: #121212;
    font-size: 23px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

.prop-card:hover .prop-img .prop-arrow{
    transform: rotate(0deg);
    background: #016552;
    color: #fff
}

.prop-card .prop-img img{
    border-radius: 12px 12px 0px 0px;
    height: 230px;
    width: 100%;
    object-fit: cover;
}
.prop-card .prop-con{
    padding: 20px;
}
.prop-price {
    display: flex;
    gap: 1px;
    align-items: center;
    font-size: 20px;
    margin-bottom: 8px;
}

.prop-price .span-price {
    color: #016552;
    font-weight: 600;
}
.prop-price .span-month {
    color: #667085;
    font-size: 16px;
    line-height: 22px;
}

.prop-card .prop-title {
    color: #121212;
    width: 100%;
    font-size: 19px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 8px;
    display: inline-block;
}
.prop-card:hover .prop-title{
    color: #016552;
}
.prop-card .prop-loc {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}
.prop-feat{
    display: flex;
    align-items: stretch;
    background: #f7f7f7;
    padding: 6px 8px;
    margin-top: 15px;
    border-radius: 6px;
}

.prop-ft-box{
    flex: 1;
    display: flex;
    align-items: center;
    padding: 2px 14px;
}

/* Divider */
.prop-ft-box:not(:last-child){
    border-right: 1px solid #e0e0e0;
}

/* Content wrapper */
.prop-ft-box div{
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.prop-ft-box span{
    color: #667085;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.prop-ft-box p{
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    color: #101828;
}

.prop-actions{
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

/* BASE BUTTON STYLE */
.prop-btn{
    flex: 1;
    text-align: center;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #016552;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* CHAT BUTTON (outline style) */
.prop-btn-chat{
    background: #fff;
    color: #016552;
}

.prop-btn-chat:hover{
    background: #016552;
    color: #fff;
}

/* CONTACT BUTTON (filled style) */
.prop-btn-contact{
    background: #016552;
    color: #fff;
}

.prop-btn-contact:hover{
    background: #014a3c;
    border-color: #014a3c;
}
.feature-sec{
    background: #fbfbfb;
}
.feature-box {
    text-align: center;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    border: 1px solid gainsboro;
}

.feature-box img {
    width: 82%;
    margin: auto;
}
.feature-box .feature-title {
    color: #121212;
    font-size: 26px;
    font-weight: 600;
    line-height: 50px;
    margin-top: 20px;
    letter-spacing: 1px;
}

.feature-box p {
    margin-bottom: 0px
}
.counter-sec{

}
.counter-img{
    position: relative
}
.counter-img img{
    border-radius: 15px;
    border: 6px solid #fff;
}
.counter-img .counter-1{
    width: 89%;
}
.counter-img .counter-2{
    position: absolute;
    top: 25%;
    right: 0%;
}
.counter-div{
    padding-left: 20px;
}
.stats {
    display: flex;
    gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 50px;
}

.stat-item {
}

.stat-number {
    font-size: 24px;
    font-weight: 700;
}

.stat-number::after {
    content: "+";
}

.stat-text {
    font-size: 13px;
    color: #666;
}
.test-bg{
    background: #013329;
    padding: 60px 100px 0px;
    margin-left: 20px;
    margin-right: 20px;
}
.test-bg .img-test{
    width: 66%;
    margin-left: 10%;
}
.test-bg .main-h{
    color: #fff;
}
.test-box {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #667085;
    padding-bottom: 30px;
    padding-top: 30px;
}

.test-box .test-img {
    width: 50px;
    height: 50px;
}

.test-box .test-img img {
    border-radius: 50px;
}

.test-box .test-con {
}

.test-box .test-con p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.test-box .star-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 1rem;
}

.test-box .star-rating i {
    color: #FFC107;
}

.test-box .test-person {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.test-div {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.test-track {
    display: flex;
    flex-direction: column;
    gap: 30px;
    animation: scrollUp 20s linear infinite;
}

.test-box {
    flex-shrink: 0;
}
@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}
.faq-sec .main-h{
    margin-bottom: 20px
}
.custom-faq .accordion-item {
    border: 0;
    background: transparent;
    margin-bottom: 30px;
}

.custom-faq .accordion-button {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    font-size: 20px;
}

.custom-faq .accordion-button:not(.collapsed) {
    color: #016552;
}

.custom-faq .accordion-button::after {
    display: none;
}

.faq-icon {
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .faq-icon {
    transform: rotate(180deg);
}

.custom-faq .accordion-body {
    padding-left: 0;
    padding-right: 0;
}
/* blog box */
.blog-sec{
    position: relative;
    background: #fbfbfb;
}
.blog-sec .laptop{
    position: absolute;
    right: 20px;
    top: -90px;
}
.blog-box {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 12px;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.blog-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.blog-box:hover .icon {
    color: #ffffff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-box .icon {
    border-radius: 6px;
    position: relative;
    height: 250px;
    overflow: hidden;
}
.blog-box .icon a{
    height: 250px;
    width: 100%;
    display: block;
    object-fit: cover;
}
.blog-box .icon a img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.blog-box .icon img{
    border-radius: 6px;
}
.blog-box h3 a{
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: .5px;
    color: #1e1e1e;
    font-weight: 600;
}
.blog-box h3 a:hover{
    color: #016552;
}
.blog-box p {
    margin-bottom: 25px;
    font-size: 14px;
}
.blog-box .read-more-btn{
    color: #016552;
    font-weight: 500;
}
.blog-box .read-more-btn:hover{
    color: #1e1e1e;
}
.blog-box .read-more-btn:hover i{
    padding-left: 3px;
    transition: -webkit- .2s cubic-bezier(.38,.32,.36,.98) 0s;
    -o-transition: .2s cubic-bezier(.38,.32,.36,.98) 0s;
    transition: .2s cubic-bezier(.38,.32,.36,.98) 0s;
    transition: .2s cubic-bezier(.38,.32,.36,.98) 0s,-webkit-transform .2s cubic-bezier(.38,.32,.36,.98) 0s;
}

.blog-box a i{
    vertical-align: middle;
    font-size: 16px;
    margin-left: 5px;
    margin-top: 1px;
}
.m-service-margin{
    margin-bottom: 0px;
}
.blog-box .se-content{
    padding: 15px;
    padding-top: 20px;
}
.blog-box .list-inline{
    margin-bottom: 10px;
    margin-top: 0px;
}
.blog-box .list-inline li a i{
    font-size: 16px;
    color: #c41f43;
    vertical-align: baseline;
}
.blog-box .list-inline li a{
    font-size: 15px;
    color: #838383;
}
.blog-box .list-inline li a:hover{
    color: #311b92;
}
.privacy-policy-page {
    padding: 24px;
    background: linear-gradient(to bottom, #f8fafc, #ffffff);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    line-height: 1.6;
    color: #101828;
}

.privacy-policy-page h1 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1e293b;
}

.privacy-policy-page h2 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #1e293b;
}

.privacy-policy-page p,
.privacy-policy-page li {
    font-size: 14px;
    margin-bottom: 12px;
    color: #475467;
}

.privacy-policy-page ul {
    padding-left: 20px;
}

.privacy-policy-page a {
    color: #3b82f6;
    text-decoration: none;
}

.privacy-policy-page a:hover {
    text-decoration: underline;
}
.ab-p{
    color: #121212;
    font-size: 16px;
    line-height: 24px;
    margin-top: 35px;
    margin-bottom: 25px
}
.ab-h3{
    font-weight: 600;
    margin-top: 34px;
    margin-bottom: 34px;
    font-size: 29px;
    color: #121212;
}
.m-list{
    padding-left: 1rem;
}
.m-list li{
    margin-bottom: 15px;
    color: #667085;
    font-size: 14px;
}
/* footer */

.m-footer{
    padding-top: 80px;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background: linear-gradient(to bottom, #f8fafc, #ffffff);
    position: relative
}
.m-footer .ft-logo{
    width: 200px;
}
.m-footer .ft-p{
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 80%;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #667085;
}
.m-footer .footer-link-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.m-footer .footer-link-list li a{
    position: relative;
    color: #667085;
    margin-right: 30px;
    font-size: 13px;
    letter-spacing: 1px;
}
.m-footer p{
    color: #1e1e1e;
    font-size: 16px;
    line-height: 24px;
}
.m-footer h6{
    color: #1e1e1e;
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
}
.m-footer h6:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    height: 3px;
    background: #016552;
    width: 40px;
}
.footer-middle{
    padding-bottom: 60px;
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-list a{
    color: #fff;
    font-size: 20px;
    transition: .2s;
}
.footer-social-list a:hover{
    color: #2a2834;
}
.footer-widget .footer-link-list li a{
    padding-bottom: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    display: inline-block;
}
.footer-widget .footer-link-list li a:hover{
    color: #016552;
}
.footer-widget{
    margin-top: 10px;
    padding-bottom: 25px;
}
.footer-bottom{
    margin-bottom: 0px;
    margin-top: 0;
    padding: 15px 0;
    width: 100%;
    background-color: #016552;
}
.footer-bottom p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff
}
.footer-bar{
    border-bottom: 1px solid rgba(132,132,132,.17);
    margin-bottom: 60px;
    padding: 25px 0 22px;
}
.address-ul{
    color: #667085;
    font-size: 16px;
}
.address-ul li{
    padding-bottom: 6px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.9;
}
.address-ul li i{
    color: #016552;
    font-size: 16px;
    margin-right: 3px;
    position: absolute;
    left: 0;
    margin-top: -3px;
}
.m-footer .footer-link-list li a:after{
    content: "";
    transition: .2s all ease;
    position: absolute;
    left: 0;
    top: 7.5px;
    height: 6px;
    width: 6px;
    border-radius: 10px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ccc;
}
.m-footer .footer-link-list li a:hover:after{
    background: #016552;
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-list a{
    color: #ffffff;
    font-size: 16px;
    transition: .2s;
    width: 36px;
    background: #016552;
    height: 36px;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.footer-social-list a:hover{
    color: #ffffff;
    background: #3d59e8;
}
.footer-link-list li a{
    padding-bottom: 6px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.footer-link-list li a:hover{
    color: #ec3323;
}
.inner-header{
    background-color: #013329;
    background-image: url(../../assets/img/inner-bg.png);
    background-position: 24% 24%;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 80px;
}
.inner-header .inner-title{
    color: #ffffff;
    font-size: 72px;
    font-weight: 600;
    line-height: 90px;
    margin-bottom: 0px;
}
.inner-header.inner-con{
    padding-bottom: 150px
}
.support-sec{
    margin-top: -100px
}
.sup-box {
    background-color: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    width: 100%;
    padding: 24px;
    box-shadow: 0 1px 2px #12121214;
}

.sup-box .sup-icon {
    background-color: #f3f5f7;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 8px;
    text-decoration: none;
    display: flex;
}

.sup-box .sup-title {
    color: #121212;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-decoration: none;
    margin-top: 34px;
    margin-bottom: 16px;
}

.sup-box p {
    color: #667085;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.sup-box a {
    color: #121212;
    background-color: #fff;
    border: 1px solid #d0d5dd;
    font-size: 14px;
    max-width: none;
    font-weight: 600;
    display: inline-block;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding: 10px 47px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.sup-box a:hover, .sup-box a:active {
    color: #ffffff;
    background: #016552;
}
.contact-sec{

}
.contact-form {
    padding: 24px;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #d0d5dd;
}

.contact-form h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #101828;
}

.contact-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.contact-form label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #121212;
}

.contact-form input,
.contact-form textarea {
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    outline: none;
    transition: all 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #016552;
    box-shadow: none;
}

.counter-section {
    background: #ffffff;
}

.counter-box {
    padding: 20px;
}

.counter {
    font-size: 2.5rem;
    font-weight: 700;
    color: #101828;
}

.counter-box p {
    font-size: 14px;
    color: #667085;
    margin-top: 8px;
}

/* property detail page */
.property-sec{
    padding-top:150px;
    padding-bottom: 50px
}
.det-sec .main-h{
    font-size: 34px;
    margin-bottom: 20px;
}
.report-btn{
    background: #d2ebff;
    color: #008effa3;
    padding: 6px 9px;
    margin-top: 8px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.property-sec .detail-loc{
    display: flex;
    gap: 6px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 15px;
    color: gray;
}
.property-sec .detail-loc i{
    color: #016552;
}
.detail-ft-img{
    height: 535px;
    position: relative;
    overflow: hidden
}
.detail-ft-img span{
    position: absolute;
    border-radius: 40px;
    background: #fff;
    padding: 6px 16px;
    left: 10px;
    top: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #016552;
    letter-spacing: .5px;
}
.detail-ft-img img{
    height: 535px;
    width: 100%;
    object-fit: cover;
}
.detail-img-sec{
    margin-top:20px
}
.m-rounded{
    border-radius: 12px;
}
.detail-img-sec{
    height: 100%
}
.detail-img-sec img{
    width: 100%
}
.all-photo-div{
    position: relative;
    height: 252px;
    width:100%;
    overflow: hidden
}
.all-photo-div  img{
    height: 252px;
    width:100%;
    object-fit: cover
}
.all-photo-div .share-btn-toggle{
    position: absolute;
    bottom: 15px;
    left: 15px
}
.ft-image-2{
    margin-bottom: 30px
}
.youtube-vid{
    margin-bottom: 30px;
    display: block;
    position: relative;
    height: 300px;
    width:100%;
    overflow: hidden;
    margin-top: 30px
}
.youtube-vid img{
    height: 300px;
    width:100%;
    object-fit: cover
}
.youtube-vid .you-icon{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 40%;
    right: 44%;
    background-color: #fff;
    border-radius: 999px;
    color: #016552;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
}
.share-btn-toggle {
    color: #016552;
    background: #ffffff;
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .25px;
    border: 1px solid #d3d5d7;
    cursor: pointer;
    gap: 10px;
}
.share-btn-toggle:hover, .share-btn-toggle:active{
    color: #ffffff;
    background: #016552;
    border: 1px solid #016552;
}
.share-btn-toggle i{
    padding-right: 7px
}
.share-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.share-label {
    font-size: 14px;
    color: #121212;
    margin-right: 4px;
    font-weight: 600;
}

/* Base Circle */
.share-btn {
    width: 42px;
    height: 42px;
    line-height: 44px;
    border-radius: 50%;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
}

/* Solid Brand Colors */
.whatsapp {
    background-color: #25D366;
}
.facebook {
    background-color: #1877F2;
}
.instagram {
    background-color: #E4405F;
}
.copy {
    background-color: #2f2f2f;
}

/* Clean Hover (no glow) */
.share-btn:hover {
    transform: translateY(-2px);
    filter: brightness(0.95);
}

/* Click feel */
.share-btn:active {
    transform: scale(0.96);
}

/* Responsive */
@media (max-width:576px) {
    .share-btn {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
}

.info-div{
    background-color: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    padding: 24px;
    margin-top: 30px
}
.info-div .prop-feat{
    background-color: transparent;
    border: 1px solid #eaecf0;
    margin-top: 0px;
    margin-bottom: 30px;
}
.info-div .prop-feat .prop-ft-box{
    padding: 14px
}
.info-div .prop-ft-box span{
    font-size: 13px
}
.info-div .prop-ft-box p{
    font-size: 15px
}
.info-div .prop-price .span-price{
    font-size: 26px
}
.info-div .prop-price .span-month{
    font-size: 20px
}
/* Modal background */
.video-modal {
    background: #000;
    border-radius: 14px;
    border: none;
    box-shadow: 0 25px 60px rgba(0,0,0,.5);
}

/* Close button */
.video-close {
    position: absolute;
    right: -30px;
    z-index: 10;
    opacity: 1;
    transform: scale(1.2);
}
.des-h{
    font-size: 26px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 15px;
    margin-top: 15px;
}
.lg-backdrop {
    background: rgba(15,15,15,0.96);
}

.lg-toolbar {
    background: transparent;
}

.lg-thumb-item {
    border-radius: 6px;
    overflow: hidden;
}

.lg-thumb-item.active {
    border: 2px solid #0d6efd;
}
#lg-actual-size-1{
    display: none
}
.map-container {
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px
}

/* Make iframe fill container */
.map-container iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* Bottom-right button */
.open-map-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #016552;
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease;
}

.open-map-btn:hover {
    background-color: #014a3c;
}

.price-title{
    font-weight: 600;
    margin-bottom: 0px;
    color: #121212;
    font-size: 22px;
}
/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 25px;
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #25D366, #1ebe5d);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: all 0.35s ease;
}

/* Hover Effect */
.whatsapp-float:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 12px 35px rgba(0,0,0,0.35);
}

/* Pulse Animation */
.whatsapp-float::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.4);
    animation: pulse 2s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    70% {
        transform: scale(1.6);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* Tooltip Text */
.wa-tooltip {
    position: absolute;
    right: 70px;
    background: #222;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

/* Show tooltip on hover */
.whatsapp-float:hover .wa-tooltip {
    opacity: 1;
    transform: translateX(0);
}
/* blog detail */
.blog-detail{
    background-color: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    padding: 24px;
    margin-top: 20px;
}
.blog-detail .blog-heading{
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.4;
    color: #121212;
    font-size: 36px;
}
.blog-detail-inline .list-inline{
    margin-bottom: 3rem;
    margin-top: 0px;
}
.blog-detail-inline .list-inline li a i{
    font-size: 16px;
    color: #016552;
    vertical-align: baseline;
}
.blog-detail-inline .list-inline li a{
    font-size: 15px;
    color: #838383;
}
.blog-detail-inline .list-inline li a:hover{
    color: #c41f43;
}
.blog-detail .main-img{
    margin-bottom: 2rem
}
.blog-detail p{
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 400;
}
.agro-icon.copy.copied {
    background: #28a745;
    color: #fff;
    transform: scale(1.1);
}
.agro-share-modern {
    margin-top: 3rem;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

/* Label */
.agro-share-label {
    font-weight: 600;
    color: #444;
    margin-right: 10px;
    font-size: 15px;
}

/* Base Icon Style */
.agro-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    transition: all .3s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Hover animation */
.agro-icon:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(0,0,0,0.15);
}

/* Individual Brand Colors */
.agro-icon.facebook {
    background: #1877f2;
}
.agro-icon.linkedin {
    background: #0a66c2;
}
.agro-icon.whatsapp {
    background: #25d366;
}
.agro-icon.copy     {
    background: #444;
}

/* Hover glow */
.agro-icon.facebook:hover {
    background:#fff;
    color:#1877f2;
    border:1px solid #1877f2;
}
.agro-icon.linkedin:hover {
    background:#fff;
    color:#0a66c2;
    border:1px solid #0a66c2;
}
.agro-icon.whatsapp:hover {
    background:#fff;
    color:#25d366;
    border:1px solid #25d366;
}
.agro-icon.copy:hover     {
    background:#fff;
    color:#444;
    border:1px solid #444;
}
/* ===== Agro Breadcrumb Style ===== */
.agro-breadcrumb {
    margin-top: 88px;
    background: #f7f9f6;
    padding: 17px 0;
    border-bottom: 0px solid #e5e5e5;
    border-radius: 12px;
}

.agro-breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
}

.agro-breadcrumb-list li {
    position: relative;
    color: #6c757d;
    font-weight: 500;
}

/* spacing */
.agro-breadcrumb-list li + li {
    margin-left: 28px;
}

/* arrow separator */
.agro-breadcrumb-list li + li:before {
    content: "/";
    position: absolute;
    left: -18px;
    color: #b5b5b5;
    font-size: 18px;
    top: -1px;
}

/* links */
.agro-breadcrumb-list li a {
    text-decoration: none;
    color: #4a4a4a;
    transition: all .25s ease;
}

/* hover */
.agro-breadcrumb-list li a:hover {
    color: #2f6f3e; /* agriculture green */
}

/* active page */
.agro-breadcrumb-list li.active {
    color: #2f6f3e;
    font-weight: 600;
}

/* mobile */
@media (max-width: 576px) {
    .agro-breadcrumb {
        padding: 16px 0;
    }
    .agro-breadcrumb-list {
        font-size: 14px;
    }
}
/* ===== Pagination Wrapper ===== */
.agro-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    
     /* light grey section like screenshot */
    margin-top: 50px;
}

/* ===== Prev / Next Buttons ===== */
.page-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    padding: 11px 26px;
    border-radius: 16px;
    border: 1px solid #d6dbe1;
    background: #ffffff;
    color: #5a6573;
    font-weight: 500;
    text-decoration: none;
    transition: all .25s ease;
}

.page-btn:hover {
    background: #016552;
    color: #ffffff;
}

/* ===== Page Numbers ===== */
.page-numbers {
    list-style: none;
    display: flex;
    gap: 26px;
    padding: 0;
    margin: 0;
}

.page-numbers li a {
    text-decoration: none;
    font-size: 15px;
    color: #222;
    font-weight: 500;
    transition: all .2s ease;
}

/* Hover */
.page-numbers li a:hover {
    color: #2f6f3e; /* theme green */
}

/* Active Page */
.page-numbers li a.active {
    font-weight: 600;
    color: #000;
}
/* user admin */

/* ===== Responsive ===== */
@media (max-width: 576px) {
    .agro-pagination {
        gap: 20px;
        flex-wrap: wrap;
    }

    .page-btn {
        padding: 10px 18px;
        font-size: 14px;
    }

    .page-numbers {
        gap: 16px;
    }
}
/* =============== MEDIA QUERIES =============== */

@media(max-width: 991.2px){
    .test-bg .img-test{
        display: none;
    }
    .map-container {
        height: 300px;
    }

    .navbar-light .navbar-nav .nav-link.last{
        display: inline-block
    }
    .main-hero {
        padding-top: 60px;
    }
    .hero-img {
        margin-right: 0;
        margin-left: 0;
        margin-top: 10px
    }
    .main-hero .hero-title {
        font-size: 58px;
        line-height: 70px;
    }
    .latest-card .latest-title {
        font-size: 16px;
        line-height: 20px;
    }
    .latest-card .span-price{
        font-size: 14px
    }
    .prop-card .prop-title{
        font-size: 20px
    }
    .prop-card .prop-loc{
        font-size: 13px
    }
    .prop-ft-box span {
        font-size: 13px
    }
    .prop-card .prop-img .prop-arrow{
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .main-h {
        font-size: 32px;
    }
    .detail-ft-img{
        height: 252px;
        margin-bottom: 30px
    }
    .detail-ft-img{
        height: 252px
    }
    .share-wrapper{
        justify-content: start;
        margin-top: 10px
    }
    .ft-image-2{
        display: none
    }
    .info-div{
        padding: 15px
    }
    .youtube-vid{
        height: 252px
    }
    .youtube-vid img{
        height: 252px
    }
    .feature-box{
        padding: 20px;
        margin-bottom: 30px
    }
}
@media(max-width: 767.2px){
    .info-div .prop-ft-box p {
        font-size: 12px;
    }
    .property-sec{
        padding-top: 110px
    }
    .info-div .prop-actions {
        position: fixed;
        bottom: -2px;
        width: 100%;
        left: 0;
        background: #fff;
        padding: 10px;
        z-index: 55;
    }
    .main-hero .hero-title {
        font-size: 32px;
        line-height: 40px;
    }
    .main-hero .sub-p {
        margin-top: 8px;
        font-size: 14px;
        line-height: 18px;
    }
    .search-wrapper .nav-tabs .nav-link {
        padding: 10px 12px;
        font-size: 14px;
    }
    .search-wrapper .search-div {
        flex-wrap: wrap;
    }
    .search-wrapper .search-div > * {
        flex: 0 0 calc(50% - 7.5px);
    }
    .search-wrapper .tab-content>.tab-pane {
        padding: 22px 12px;
    }
    .feature-box{
        padding: 20px;
        margin-bottom: 30px
    }
    .test-bg{
        padding: 20px;
        margin: 0px
    }
    .custom-faq .accordion-button{
        font-size: 15px
    }
    .inner-header .inner-title{
        font-size: 40px
    }
    .sup-box{
        margin-bottom: 20px
    }
    .inner-header{
        padding-top: 100px;
        padding-bottom: 30px
    }
    .inner-header.inner-con {
        padding-bottom: 120px;

    }
    .sec-link{
        justify-content: start;
    }
}