@media (min-width: 992px) {
    .feature-card h3 {
        font-size: 1.1rem;
        white-space: nowrap;
    }

    .current-project-content .inner {
        margin-left: 20%;
    }

    .offcanvas-nav {
        display: none;
    }

    .read-more-btn {
        width: 40%;
    }


    .project-highlight .highlight-project {
        position: relative;
        left: 18%;
    }

    .project-highlight .highlight {
        max-width: 40%;
    }

    .vision-image img {
        height: 630px;
        width: 100%;
        object-fit: cover;
    
    }
}

@media (min-width: 1200px) {
    .gt-header {
        padding: 10px 0;
    }

    /*hero fix*/
    .about-us .page-header-section,
    .blog-hero,
    .privacy-policy-page .hero-section,
    .properties .prop-hero-section,
    .contact-page .hero-section,
    .tandc-page .hero-section,
    .disclaimer-page .hero-section,
    .property-main .hero {
        margin-top: 68px;
    }

    .vision-image img {
        height: 550px;
    }

}

@media (min-width: 1500px) {
    .gt-header {
        padding: 20px 0;
    }

    /*hero fix*/
    .about-us .page-header-section,
    .blog-hero,
    .privacy-policy-page .hero-section,
    .properties .prop-hero-section,
    .contact-page .hero-section,
    .tandc-page .hero-section,
    .disclaimer-page .hero-section,
    .property-main .hero {
        margin-top: 88px;
    }

    .vision-image img {
        height: 500px;
    }
}

@media (min-width: 1800px) {}


@media (max-width: 1199.99px) {
    .gt-footer-inner {
        grid-template-columns: minmax(220px, 2fr) minmax(210px, 1.3fr) minmax(160px, 1.3fr);
    }

    .gt-footer-about {
        max-width: none;
    }
}

@media (max-width: 991.99px) {
    .bussinesspark .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .contact-page .google-map {
        margin-top: 20px;
        width: 100%;
        height: 50%;
        min-height: 350px;
        border: none;
    }

    .about-us .vision-mission-section .vision-image-wrapper,
    .about-us .vision-mission-section .vision-image-box {
        margin-left: auto;
        margin-right: auto;
    }

    .about-us .testimonial-section .testimonial-card {
        position: static;
        margin-top: 16px;
        max-width: 100%;
    }

    .about-us .testimonial-section .testimonial-image img {
        height: 320px;
    }

    .about-us .testimonial-section .testimonialSwiper {
        margin-left: unset;
    }

    .about-us .testimonial-section .testimonial-slide {
        padding: 2%;
    }

    .about-us .testimonial-section .testimonial-image img {
        width: 100%;
        height: 420px;
        object-fit: cover;
    }

    .read-more-btn {
        width: 40%;
    }

    .main-home .about-section .counter-circle {
        text-align: center;
        height: 216px;
        width: 216px;
    }

    .hero-wheel-left {
        left: 3%;
    }

    .hero-wheel-right {
        right: 3%;
    }

    .rotating-ring {
        width: 90px;
        height: 90px;
    }

    .wheel-arrow {
        width: 42px;
        height: 42px;
        font-size: 0.9rem;
    }

    .vision-section {
        padding: 40px 0;
    }

    .vision-heading {
        font-size: 2rem;
    }

    .vision-wrapper {
        margin-top: 32px;
    }

    .testi-heading {
        font-size: 1.9rem;
        margin-bottom: 8px;
    }

    .testi-img-wrapper {
        margin-bottom: 12px;
    }

    .current-project-content .inner {
        padding-top: 40px;
        padding-bottom: 40px;
        width: 100%;
        max-width: 100%;
    }

    .section-title {
        font-size: 2rem;
    }

    .gt-nav {
        display: none;
    }

    .btn-quote {
        display: none;
    }

    .gt-footer-inner {
        gap: 30px;
    }

    .gt-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    /* by het*/
    .properties .hero-section {
        padding: 120px 0 90px;
    }



    .properties .property-card {
        padding: 16px;
    }

    .properties .area-card {
        min-width: 48%;
    }

    .properties .search-box {
        margin-top: -5px;
    }

    .properties .offcanvas-bottom {
        border-radius: 0px 16px 0 0;
    }

    .property-main .hero {
        height: 60vh;
        position: relative;
        overflow: hidden;
        background: #000;
    }

    .property-main .thumb-item {
        display: none;
    }

    .property-main .img-logo {
        margin-top: 0px;
    }

    .property-main .slide-big-number {
        font-size: 80px;
    }

    .property-main .lifestyle-image {
        margin: 0 auto 30px;
        transform: none;
    }

    .property-main .lifestyle-image img {
        width: 100%;
        height: auto;
    }

    .property-main .lifestyle-card {
        margin: 0 auto;
        padding: 40px 25px;
    }

    .about-us .sourcing-carousel-dots {
        display: flex;
        justify-content: center;
    }

    .about-us .sourcing-text-item {
        display: none;
    }

    .about-us .sourcing-text-item-active {
        display: flex;
        background: transparent;
        border: none;
    }

    .about-us .sourcing-image-container {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        margin-top: 20px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .about-us .sourcing-image-container::-webkit-scrollbar {
        display: none;
    }

    .about-us .sourcing-image {
        min-width: 100%;
        flex: 0 0 100%;
        position: relative;
        opacity: 1;
        scroll-snap-align: center;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .about-us .sourcing-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }

}

@media (max-width: 768px) {
    .bussinesspark .viewer-nav {
        display: none;
    }

    .contact-page .visit-card {
        /* margin-top: 20px; */
        width: 95%;
        padding: 35px !important;
    }

    .contact-page .google-map {
        margin-top: 20px;
        width: 100%;
    }

    .gt-footer-top {
        padding: 40px 0 30px;
    }

    .gt-footer-social-col {
        align-items: flex-start;
    }

    .gt-footer-social {
        margin-top: 8px;
    }

    .gt-footer-top {
        padding: 40px 0 30px;
    }

    .gt-footer-inner {
        grid-template-columns:
            minmax(220px, 1.6fr) minmax(180px, 1.2fr);
    }

    .news-heading {
        font-size: 1.9rem;
    }

    .blog-img-wrapper {
        height: 210px;
    }

    .main-home .about-section .counter-circle {
        width: auto;
        height: auto;
        border-radius: 14px;
        padding: 28px 22px;
    }

    .main-home .about-section .counter-circle {
        width: auto;
        height: auto;
        border-radius: 14px;
        padding: 28px 22px;
    }

    /* by het*/
    .properties .offcanvas .btn-close {
        margin-top: 80px;
    }

    .property-main .hero {
        height: 50vh;
        position: relative;
        overflow: hidden;
        background: #000;
    }

    .property-main .thumb-item {
        display: none;
    }

    .property-main .img-logo {
        margin-top: 0px;
    }

    .property-main .slide-big-number {
        font-size: 80px;
    }

    .property-main .viewer-nav {
        display: none;
    }

    .property-main .image-viewer img {
        width: 100vw;
        max-height: 100vh;
    }

    .property-main .viewer-close {
        font-size: 32px;
    }

    .property-main .image-counter {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .bussinesspark .gallery-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact-page .google-map {
        width: 100%;
        height: 50%;
        min-height: 350px;
        border: none;
    }

    .feature-wrapper p {
        padding-top: 15px;
    }

    .feature-img {
        width: 60px;
        display: block;
        margin: 0 auto;
    }

    .hero-title {
        font-size: 2.1rem;
    }

    .hero-wheel {
        display: none;
    }

    .gt-header-inner {
        padding: 0 16px;
    }

    .gt-footer-inner {
        padding: 0 16px;
        grid-template-columns: 1fr;
    }

    .gt-footer-col {
        max-width: none;
    }

    .gt-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    /* by het*/
    .properties .hero-content h1 {
        font-size: 28px;
    }

    .properties .property-card {
        padding: 14px;
    }

    .properties .area-card {
        min-width: 100%;

    }

    .properties .slide-btn {
        margin: auto;
    }

    .properties .search-box {
        margin-top: -10px;
    }


    .properties .right-btn {
        right: 9px;
    }

    .properties .left-btn {
        left: 9px;
    }

    .properties .apply-btn {
        margin-right: 10px;
    }

    .properties .offcanvas .btn-close {
        margin-top: 70px;
    }

    .about-us .sourcing-banner-container {
        padding: 20px;
    }

    .about-us .sourcing-banner-content {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .about-us .sourcing-banner-icon {
        width: 48px;
        height: 48px;
        margin: 0 auto;
    }

    .about-us .sourcing-banner-title {
        font-size: 15px;
    }

    .about-us .sourcing-banner-btn-wrapper {
        text-align: center;
        width: 100%;
    }

    .about-us .sourcing-banner-btn {
        width: 100%;
        font-size: 15px;
        padding: 12px 24px;
    }

    .about-us .b2b-market-info-section {
        padding: 30px 0;
    }

    .about-us .sourcing-image-container {
        height: auto;
    }

}

@media (max-width : 425px) {

    .about-us .sourcing-carousel-dots {
        display: flex;
        margin-top: 16px;
    }

    .about-us .sourcing-text-item {
        padding: 12px;
        gap: 12px;
        border-radius: 6px;
        display: none;
    }

    .about-us .sourcing-text-item-active {
        display: flex;
        background: transparent;
        border: none;
    }

    .about-us .sourcing-items-list {
        gap: 12px;
    }

    .about-us .sourcing-item-icon {
        width: 42px;
        height: 42px;
        font-size: 17px;
    }

    .about-us .sourcing-item-title {
        font-size: 15px;
    }

    .about-us .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        min-height: 300px;
    }

    .read-more-btn {
        width: 62%;
    }
}

@media (max-width: 375px) {

    .about-us .sourcing-container {
        padding: 12px;
    }

    .about-us .sourcing-items-list {
        gap: 10px;
    }

    .about-us .sourcing-text-item {
        padding: 10px;
        gap: 10px;
    }

    .about-us .sourcing-item-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .about-us .sourcing-item-title {
        font-size: 15px;
    }

    .about-us .sourcing-image-container {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
}