@media only screen and (min-width: 100px) and (max-width: 1399px) {
    a.social-link {
        height: 300px;
    }
    .company-main {
        padding: 80px 100px 0px;
    }
    .client-reviews-div {
        margin-top: 30px;
    }
    h2.web-title {
        font-size: 48px;
        margin-bottom: 20px;
    }
    .nav-bar nav ul li a {
        font-size: 17px;
    }
    .web-title h2 {
        font-size: 53px;
    }
    .Banner-Start .nav-link {
        font-size: 20px;
    }
    .Banner-Start .search-form label {
        font-size: 14px;
    }
    .Banner-Start .search-form select {
        font-size: 17px;
    }
    .about-content h2 {
        font-size: 35px;
    }
    .main-img p {
        font-size: 14px;
    }
    .web-btn.banner-btn.about-btn a {
        font-size: 14px;
    }
    .service-1-anc a {
        background: var(--c2);
        padding: 10px 6px;
        border-radius: 10px;
        font-family: var(--f2);
        font-size: 13px;
        color: var(--c3);
        font-weight: 500;
    }
    .service-1-anc {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        padding-left: 28px;
    }
    section.feather-property.spacing .about-content h2 {
        font-size: 46px;
        color: var(--c2);
    }
    .Banner-Start video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner-video {
        height: 100%;
    }
    section.Banner-Start {
        height: 100vh;
    }
    .nav-bar nav ul {
        gap: 20px;
    }
    .banner-text h1.web-title {
        font-size: 76px;
    }
    .web-btn a {
        padding: 12px 20px;
        font-size: 17px;
    }
    .GROWING .banner-text {
    margin-bottom: 40px;
}
    
}
@media only screen and (min-width: 100px) and (max-width: 1199px) {
    .info-item {
        margin-top: 120px;
    }
    .property-info h2.web-title {
        margin-bottom: 30px;
    }
    .property-info h6 {
        font-size: 22px;
    }
    .property-info .tab-item-1 span {
        font-size: 18px;
    }
    .property-slider-main {
        height: 700px;
        margin-top: 30px;
    }
    .amenities span {
        font-size: 18px;
    }
    .amenities-item {
        gap: 10px 5px;
    }
    .amenities-content h6.web-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    a.social-link {
        height: 250px;
    }
    .property-img2 {
        grid-template-columns: repeat(4, 1fr);
    }
    .property-img2 img {
    width: 100%;
    aspect-ratio: 4 / 3;  /* 👈 height automatically choti hogi */
    object-fit: cover;
    }
    section.Meet-sec .about-content h2, p {
        margin-bottom: 15px;
    }
    .property-img {
        height: 350px !important; 
    }
    .vc-con-inner {
        bottom: 20px;
        padding: 0 20px;
    }
    h2.web-title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .company-main {
        padding: 60px 100px 0px;
    }
    .banner-text h1.web-title {
        font-size: 66px;
    }
    .web-btn.banner-btn.about-btn a {
        height: unset ! IMPORTANT;
    }
    .header-logo {
        top: -15px;
        width: 140px;
        height: 140px;
    
    }
    .nav-bar nav ul li a {
        font-size: 15px;
    }
    .nav-bar nav ul {
        gap: 15px;
    }
    .inner-header {
        padding: 15px 20px;
        border-radius: 100px;
    }
    .web-title h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .web-title p {
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .website-title span {
        font-size: 300px;
    }
    .Banner-Start .search-form {
        gap: 50px;
        padding: 20px;
        border-radius: 0px 12px 12px 12px;
    }
    .nav-bar-area {
        gap: 20px;
    }
    
    .Banner-Start {
        height: 90vh;
        overflow: hidden;
    }
    .banner-video video {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    
    .banner-video {
        height: 100%;
    }
    .About-sec .about-content h2 {
        margin-bottom: 10px;
    }
    .About-sec .about-content p {
        margin-bottom: 20px;
    }
    .spacing {
        padding: 60px 0;
    }
    .tab-con h6 {
        font-size: 22px !important;
    }
    .tab-item-1 span {
        font-size: 14px;
    }
    .tab-item-1 {
        gap: 12px;
    }
    .Difference-sec .feather-tab .tab-con h6 {
      font-size: 20px; 
    }
    
    .serv-loc p {
        margin: 0;
        font-size: 18px;
    }
    .serv-loc img {
        width: 20px;
    }
    .service-1-anc {
        gap: 15px;
    }
    .service-1-anc a{
        font-size: 11px;
    }
    .about-content h2 {
        font-size: 32px;
    }
    .feather-property.spacing .about-content h2 {
        font-size: 32px;
        color: var(--c2);
    }
    .footer-social.second .socials-con p {
        color: var(--c3);
        font-family: var(--f2);
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .use-ful-links h6 {
        font-size: 28px;
    }
    .use-ful-links nav ul li a {
        font-size: 15px;
    }
    .footer-logo p {
        font-size: 16px;
    }
    .footer-bottm.text-center {
        padding-top: 15px;
        margin-top: 50px;
    }
    .footer-bottm.text-center p {
        font-size: 18px;
    }


}
@media only screen and (min-width: 100px) and (max-width: 991px) {
    .info-item  .web-btn.banner-btn.about-btn {
        text-align: start !important;
    }
    .social .row.cust-gap .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 0px;
    }
    .social-head {
        text-align: center;
    }
     a.social-link {
        height: 350px;
    }
    .dev-landing .dev-nav-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .filter.f-view, .filter.f-marV {
        border-bottom: 1px solid var(--c2);
        border-right: 1px solid var(--c2) !important;
    }
    .filter-container .filter {
        border-right: unset;
        margin-right: 0px;
        padding-left: 10px;
        padding: 20px 0px;
    }
    .filter-container .filter.f-marV {
        border-right: none !important;
    }
    .dev-nav-container .collapse:not(.show) {
        display: none;
    }
    .filter-container .filter:nth-child(even) {
        padding-left: 20px;
        padding-right: 20px;
    }
        .filter-container  select {
        width: 100%;
    }
    .accordion-button:focus {
        z-index: 3;
        border-color: unset;
        outline: unset;
        box-shadow: unset;
    }
    .filter-container .filter:nth-child(odd) {
        border-right: 1px solid #e0deda;
        padding-right: 20px;
    }
    .dev-nav-container  button.accordion-button {
        display: block;
    }
    .dev-nav-container button.accordion-button {
        border: unset;
        background: url();
        color: var(--c2);
        padding: 10px 5px;
        display: flex;
    }
    .filter-container.sf {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .about-content.Service-about.text-center {
        margin-bottom: 20px;
        text-align: start !important;
    }
    .cust-gap {
        row-gap: 15px;
    }
    .property-img {
        height: 100% !important;
    }
    h2.web-title {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .container-fluid {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }
    footer.footer-start {
        padding-top: 80px;
    }
    .company-main {
        padding: 30px 60px 0px;
    }
    .property02 .banner-text {
        margin-right: 150px;
    }
    .banner-text h1.web-title {
        font-size: 56px ;
    }
    .web-btn a {
        padding: 10px 20px;
        font-size: 16px;
    }    
    .header-logo {
        top: -20px;
        width: 120px;
        height: 110px;
    }  
    .header-logo a img {
        width: 60px;
        height: 60px;
    }
    .website-title h6 {
        font-size: 26px;
    }
    .website-title span {
        font-size: 200px;
    }
    .client-reviews-div {
        margin-top: 30px;
    }
    .Banner-Start {
        height: 80vh;
    }
    .About-sec.spacing .about-content h2 {
        margin-bottom: 20px !important;
    }
    .Banner-Start .nav-link {
        font-size: 16px;
    }
    .Banner-Start .search-form select {
        font-size: 15px;
    }
    .about-img {
        margin-bottom: 30px;
    }
    .spacing {
        padding: 50px 0;
    }
    .about-content.Service-about.text-center {
        margin-bottom: 40px;
    }
    .feather-property.spacing .about-content h2 {
        font-size: 32px !important;
    }
    .Meet-sec {
        padding: 100px 0 !important;
    }
    .testimonial-text {
        font-size: 16px;
        line-height: 1.4 !important;
    }
    .testimonial-card {
        padding: 10px 40px;
        height: 250px;
    }
    .testimonial-slider {
        padding-top: 0px;
    }
    section.footer-inner-sec {
        padding: 100px 0 100px;
    }
    .footer-con-inner .row {
        gap: 10px;
    }
    .icons span {
        width: 56px;
        height: 56px;
        font-size: 14px;
    }
    .footer-con-inner {
        padding: 10px;
    }
    .use-ful-links nav ul li a {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .footer-logo {
        padding-right: 0px;
    }
    .audience-faqs .accordion-button {
        font-size: 20px;
        padding: 12px 15px;
    }
    .audience-faqs .accordion-body {
        padding: 0px 0px 15px 15px;
        font-size: 14px;
    }
    .inner-banner {
        height: 500px !important;
    }

}
@media only screen and (min-width: 100px) and (max-width: 575px) {
    .property-info h6 {
        font-size: 20px;
    }
    .tab-item-1 {
        gap: 10px;
    }
    .property-info .tab-item-1 span {
        font-size: 16px;
    }
    .social .row.cust-gap .row {
        gap: 20px 0px;
    }
    .info-item .about-btn span {
        font-size: 18px;
        margin-right: 0px;
        margin-bottom: 5px;
        margin-left: 10px;
    }
    .property-slider-main {
        height: 600px;
        margin-top: 20px;
    }
    .amenities-item .img {
        width: 60px;
        height: 60px;
        margin: 0 auto 10px;
        padding: 12px;
    }
    a.social-link {
        height: 300px;
    }
    .dev-landing .dev-nav-container {
        margin-bottom: 35px;

    }
        .company-main {
        padding: 20px 50px 0px;
    }
    .property02 .banner-text {
        margin-right: 70px;
    }
    footer.footer-start {
        padding-top: 60px;
    }
    .footer-bottm.text-center {
        padding-top: 10px;
        margin-top: 30px;
    }
    .footer-bottm.text-center p {
        font-size: 14px;
    }
    .audience-faqs .accordion-button {
        font-size: 18px;
        padding: 10px;
    }
    .banner-text h1.web-title {
        font-size: 46px;
    }
    h2.web-title {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .inner-banner {
        height: 400px !important;
    }
    .About-sec.spacing .about-content h2 {
        margin-bottom: 10px !important;
    }
    .banner-inner-con {
        align-items: start;
        flex-direction: column-reverse;
        gap: 10px;
    }
    .container {
        width: 95%;
    }
    .client-reviews-div {
        margin-top: 10px !important;
        justify-content: start;
        gap: 10px;
    }
    .Banner-Start {
        height: 800px !important;
    }
    .Banner-Start .search-form {
        gap: 10px;
        padding: 20px;
        border-radius: 0px 12px 12px 12px;
    }
    .web-title h2 {
        font-size: 36px;
    }
    .Banner-Start .search-form label {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .Banner-Start .search-form select {
        font-size: 14px;
    }
    .website-title span {
        font-size: 120px;
    }
    .Banner-Start .nav-link {
        font-size: 15px;
        padding: 6px 15px;
    }
    .about-content h2 {
        font-size: 28px;
        margin-bottom: 10px !important;
    }
    p{
        font-size: 14px;
    } 
    .spacing {
        padding: 30px 0;
    }
    .about-content.Service-about h2 {
        margin-bottom: 5px;
    }
    .feather-property.spacing .about-content h2 {
        font-size: 28px !important;
    }
    .feather-property.spacing .nav-link {
        margin: 0 4px !Important;
        font-size: 18px !Important;
        padding: 5px 10px !Important;
    }
    .g-4, .gy-4 {
        --bs-gutter-y: 1rem;
    }
    .footer-inner-sec {
        padding: 30px 0 100px;
    }
    .gallery-inner a {
        height: 200px;
    }
    .Map-sec iframe {
        height: 300px;
    }
    .use-ful-links h6 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .footer-bottm.text-center p {
        font-size: 16px;
    }
    .Difference-sec .feather-tab .tab-con h6 {
        font-size: 20px ! IMPORTANT;
    }
    
}
@media only screen and (min-width: 100px) and (max-width: 420px){
    .property-info .tab-item-1 span {
        font-size: 15px;
    }
    .filter-container.sf {
        grid-template-columns: repeat(1, 1fr);
    }
    .filter-container .filter:nth-child(even) {
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: 1px solid var(--c2);
    }
    .filter-container .filter:nth-child(odd) {
        border-right: unset !important;
        padding-right: 0px;
        border-bottom: 1px solid var(--c2);
    }
    .amenities span {
        font-size: 16px;
    }
    .social .row.cust-gap .row {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 0px;
    }
    a.social-link {
        height: 400px;
    }
    .btn-submit {
        padding: 10px 40px;
    }
    .type_of_enquiry .checkbox .desc {
        font-size: 12px;
    }
    .amenities-content span {
        margin-bottom: 15px;
    }
    .property-info h2.web-title {
        margin-bottom: 20px;
    }
    .property-slider-main {
        height: 400px;
        margin-top: 10px;
    }
    .amenities-content h6.web-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .cust-gap {
        row-gap: 15px;
    }
    .banner-text h1.web-title {
        font-size: 34px;
    }
    h2.web-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    h5.web-title {
        font-size: 22px;    
    }
    .content span {
        font-size: 14px;
        margin: 8px 0px;
    }
    .property02 .banner-text {
        margin-right: 10px;
    }
    .property-img2 img {
        aspect-ratio: 4 / 4;
    }
    .icons span {
        width: 46px;
        height: 46px;
        font-size: 12px;
    }
    .Banner-Start .search-form {
        flex-wrap: wrap;
    }
    .header-logo a img {
        width: 40px;
        height: 40px;
    }
    .GROWING .banner-text {
        margin-bottom: 0px;
        margin-left: 15px;
    }
    .footer-logo p {
        font-size: 14px;
    }
    .header-logo {
        top: -10px;
        width: 80px;
        height: 80px;
    }
    .inner-header {
        padding: 10px 10px;
    }
    .ham-menu-btn a {
        gap: 5px;
    }
    .web-btn a {
        padding: 8px 15px;
        font-size: 14px;
    }
    .ham-menu-btn a span {
        width: 25px;
        height: 2px;
    }
    .nav-bar-area {
        gap: 10px;
    }
    .website-title span {
        font-size: 80px;
    }
    .website-title h6 {
        font-size: 22px;
    }
    .web-title h2 {
        font-size: 30px;
    }
    .web-title p {
        margin-bottom: 5px;
    }
    .client-reviews-div img {
        width: 120px;
    }
    .client-con p {
        font-size: 16px;
        line-height: 1.6;
    }
    .responsive-menu-inner {
        padding: 15px;
        width: 100%;
    
    }
    .responsive-logo-main {
        padding: 8px 20px;
    }
    .respon-cross a {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .Banner-Start .search-form {
        padding: 10px;
    }
    .banner-content {
        padding-top: 70px;
    }
    header.main-header {
        margin-top: 20px;
    }
    .Banner-Start {
        height: 700px !important;
    }
    .spacing {
        padding: 20px 0;
    }
    section.About-sec.spacing .about-content p {
        margin-bottom: 20px !important;
    }
    .about-content h2 {
        font-size: 26px;
        margin-bottom: 8px !important;
    }
    .about-content.Service-about.text-center {
        margin-bottom: 20px;
    }
    .vc-con-inner {
        padding: 0px 15px;
    }
    .feather-property.spacing .nav-link {
        margin: 0 3px !important;
        font-size: 15px !important;
        padding: 5px 6px !important;
    }
    .Meet-sec {
        padding: 70px 0 !important;
    }
    .responsive-links ul li a {
        padding: 6px 0px;
        font-size: 16px;
    }
    .tab-con h6 {
        font-size: 20px !important;
    }
        .tab-item-1 span {
        font-size: 12px;
    }
    .footer-bottm.text-center p {
        font-size: 12px;
    }
    .use-ful-links h6 {
        font-size: 20px;
        margin-bottom: 8px;
    }
       .use-ful-links nav ul li a {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .tab-con {
        padding: 15px;
    }
    .footer-start {
        padding-top: 100px;
    }
    section.footer-inner-sec {
        padding: 40px 0 100px;
    }
    .property-swiper .swiper-slide-active .service-item-1 .service-1-anc.serv-2{
        margin-bottom: 10px;
    }
    .service-1-anc a {
        font-size: 10px;
    }
    .feather-property.spacing .nav-tabs {
        border-bottom: 0;
        padding-bottom: 20px;
        gap: 10px 0px;
    }
        .serv-loc p {
        font-size: 14px;
    }
    .banner-content .web-title p {
        margin-bottom: 5px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .service-1-anc.serv-2 {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 0px;
    }
    .service-1-anc {
        flex-wrap: wrap;
        gap: 10px 5px !important;
    }
    .audience-faqs .accordion-button:not(.collapsed)::after {
        margin-left: 20px;
    }
    .audience-faqs .accordion-button {
        font-size: 16px;
        padding: 8px;
    }
        .audience-faqs .accordion-body {
        padding: 0px 0px 10px 8px;
        font-size: 14px;
    }
        .banner-text h1.web-title {
        font-size: 44px;
    }
    .inner-banner {
        height: 350px !important;
    }
}
