/* Extra small devices (phones, 0px and up) */
@media only screen and (max-width: 575.98px) {
    /* Styles for phones */
    .Death_Card h4,
    .Children_Card h4 {
        font-size: 18px;
        width: 100%;
    }
    .top-news-right .top-news-text {
        font-size: 11px;
    }
    .top-news-text {
        margin: 0;
    }
    .International_title {
        margin-bottom: 10px;
    }
    .International_body {
        margin-top: 1vw;
    }
    .bg-green-t {
        height: 108%;
    }

    .slideshow-container {
        height: auto !important;
        max-height: none !important;
    }
    .slideshow-images {
        height: 32vh;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small devices */
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for tablets */
    .Offer-data {
        padding: 0 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .video-header {
        height: 70vh;
    }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* Styles for small desktops/laptops */
    .spalised-container-img {
        width: 70%;
    }
    .Innovation_section_img {
        width: 50%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    /* Styles for large desktops */
    .spalised-container-img {
        width: 70%;
    }
    .Innovation_section_img {
        width: 50%;
    }
}
@media only screen and (max-width: 1199.98px) {
    .Speech_section,
    .innovation-section {
        margin-top: 4vw;
    }
}
@media only screen and (max-width: 992px) {
    /* body {
		background: #000;
	} */

    .Innovation_section_img {
        position: relative !important;
        top: 15%;
        right: 0%;
    }
    .innovation-section {
        background-color: var(--primary-green);
        width: 100%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
    .business-section {
        margin-top: 0;
    }
    .stacked-cards {
        padding: 12vw 0;
    }
    .side-banner-img {
        margin-top: 0;
    }
    .Scenarios-section-card {
        margin: 5vw auto;
    }
    .Working-steps-title {
        transform: rotateZ(0deg) translateX(0%) translateY(0%);
        -webkit-transform: rotateZ(0deg) translateX(0%) translateY(0%);
        -moz-transform: rotateZ(0deg) translateX(0%) translateY(0%);
        -ms-transform: rotateZ(0deg) translateX(0%) translateY(0%);
        -o-transform: rotateZ(0deg) translateX(0%) translateY(0%);
    }
    .navbar-collapse {
        margin-top: 51px;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        background-color: rgba(255, 255, 255);
    }
    .logo-area {
        left: 15%;
    }
    .shadow-sm {
        box-shadow: none !important;
    }
}
@media only screen and (max-width: 1200px) {
    .offer-container {
        width: 49%;
    }
}
@media only screen and (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav {
        min-width: 35%;
    }
    .Climate_Change_Banner_container > .container > div > .col-md-7 {
        padding-left: 10%;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    /* between 1400px and 1200px */

    .purcity-testimonials-list {
        max-height: 626px;
    }
    .purcity-video-wrapper {
        max-height: 661px;
    }
}
@media only screen and (max-width: 1000px) {
    .test-analyses-content {
        padding: 19vh 15px 1vw 15px;
    }
}
@media only screen and (max-width: 1400px) {
    /* under 1400px */

    .testimonials-overlay-top-img {
        margin-top: -17%;
    }
}
@media only screen and (min-width: 1400px) {
    /* Upper 1400px */
    .purcity-testimonials-list {
        max-height: 550px;
    }
    .Energy_consumption-Img-container {
        margin-top: 0rem;
    }
    .Innovation_section {
        padding-bottom: 300px;
    }
}

@media only screen and (min-width: 768px) {
    /* body {
		background: #000;
	} */
    .navbar-expand-lg .navbar-collapse {
        width: 365px;
    }
    .award_section + footer {
        margin-top: -20vw !important;
    }
    #contactUs > #Footer {
        margin-top: -20vw !important;
    }
    .Death_Card img,
    .Children_Card img {
        min-width: 150px;
    }

    .products-features-info .feature {
        margin-right: 40px;
    }
    .Working-steps-card > div:nth-child(1) {
        margin-top: 5vw;
    }
    .Working-steps-card > div:nth-child(2) {
        margin-top: 15vw;
    }
    .Working-steps-card > div:nth-child(3) {
        margin-top: 25vw;
    }

    .Innovation_section_img {
        min-width: 450px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    /* under 992px */
    .purcity-testimonials-list {
        max-height: 490px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    /* unser 1400px */
    .purcity-testimonials-list {
        max-height: 590px;
    }
    .card-one h3,
    .card-two h3 {
        font-size: 42px;
    }
    .card-one,
    .card-two {
        width: 320px;
    }
    .innovation-section .row.bg_green.radious_10Px {
        width: 100%;
    }

    .card-animation-container ul li .date::after {
        display: none;
    }

    .tab-button {
        font-size: 1.2rem;
    }

    .elementor-video {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .c-Two:first-child {
        height: 51%;
    }
}

@media only screen and (min-width: 425px) {
    .c-Two {
        height: 50%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 425px) {
    .purcity-testimonials-list {
        max-height: 480px;
    }
}
@media only screen and (max-width: 844px) {
    .testimonials-overlay-top-img {
        margin-top: -18%;
    }
    .btn-quote {
        padding: 7px 17px !important;
    }
}

@media only screen and (max-width: 767px) {
    /* body {
		background: #000;
	} */
    .pin-spacer {
        overflow: hidden !important;
    }
    .Innovation_section {
        padding-bottom: 55px;
    }
    .innovation-section .row.bg_green.radious_10Px {
        width: 100%;
    }
    .card-animation-container ul li .date::after {
        display: none;
    }
    .elementor-video {
        max-width: 100%;
    }
    .animated-awards-recognitions-container,
    .animated-Patents-Trademarks-container,
    .Progress-svg-contianer {
        padding: 10px;
        overflow-x: scroll;
        scrollbar-color: var(--primary-green) var(--dark-green);
        scrollbar-width: thin;
    }
    .animated-awards-recognitions-container::-webkit-scrollbar-track,
    .animated-Patents-Trademarks-container::-webkit-scrollbar-track,
    .Progress-svg-contianer::-webkit-scrollbar-track {
        background: var(--dark-green);
    }
    .animated-awards-recognitions-container::-webkit-scrollbar-thumb,
    .animated-Patents-Trademarks-container::-webkit-scrollbar-thumb,
    .Progress-svg-contianer::-webkit-scrollbar-thumb {
        background-color: var(--primary-green);
        border-radius: 4px;
    }

    .animated-awards-recognitions,
    .animated-Patents-Trademarks,
    .Progress-svg {
        min-width: 800px;
    }
    .navbar.scrolled {
        backdrop-filter: blur(20px) saturate(1.8) !important;
        -webkit-backdrop-filter: blur(20px) saturate(1.8) !important;
        margin-top: 0 !important;
    }

    .card-two {
        margin-top: 100px;
    }
    .card-one img,
    .card-two img {
        margin-top: -36%;
    }
    .productArea {
        display: none;
    }
    #WallGraph {
        display: block;
    }
    .btn-quote {
        padding: 7px 17px !important;
    }
    #news {
        padding-bottom: 70px !important;
    }
    #WallGraph,
    #AirPureGateway,
    #RoofGraph {
        margin-top: 44px;
    }
    .navbar-collapse {
        background-color: rgba(255, 255, 255);
    }
    .purcity-testimony-description {
        font-size: calc(1rem + ((1vw - 2.22px) * 1.0989)) !important;
        min-height: 0vw;
    }
    .footer-logo img {
        max-width: 72px;
    }
    .navbar-brand > img {
        width: 65px;
    }
    .float-center {
        top: 6px;
    }
    .award-card {
        padding: 5px;
    }
    .award-card img {
        margin-bottom: 8px;
    }
    .award-title {
        font-size: 10px;
    }
    .section-title {
        margin-bottom: 12px;
    }
    .award-card {
        border: none;
    }
    .Footer_Top_image {
        display: none;
    }

    .statistics-section {
        padding-bottom: 20px !important;
    }
    .graphs-btn-container > a {
        padding: 1.5vh 5.5vw;
    }
    .product-section {
        margin-bottom: 0;
        padding: 60px 9px;
    }
    .spalised-container {
        margin-bottom: 0 !important;
        margin-top: 10vw !important;
    }
    .Insulation-section {
        margin-top: 10vw;
    }

    .energy-saving-section > .position-absolute.container {
        padding: 6% 30px;
    }
    .Working-steps-title {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
    .video-header {
        height: 40vh;
    }
    .hero-section {
        padding: 10px 0;
    }
    .section-title {
        font-size: 28px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .Energy_consumption-Img-container {
        margin-top: 1rem;
    }

    .Energy_consumption-Img-container > img {
        width: 90% !important;
    }

    .HAVC_chart_container img {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .content-wrapper {
        position: relative;
        z-index: 2;
        padding: 40px 30px;
    }
    .content-wrapper .row {
        margin-bottom: 0 !important;
    }
    .stacked-cards {
        padding: 10px 0;
    }

    .testimonial-img {
        margin-bottom: 15px;
    }
    .side-panel {
        min-height: 38vh;
        height: 42vw;
    }

    .center-column {
        display: none;
    }
    .left-panel {
        order: 0;
    }
    .right-panel {
        order: 2;
    }

    .scrollable-content {
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .award-card {
        min-height: 150px;
    }
    .award-header {
        position: relative;
        top: 0;
    }
    .products-features-info .feature {
        margin-right: 10px;
    }
    .pureCity-overlay-content {
        position: relative;
        overflow: hidden;
        transform: none;
        display: block;
        top: 0;
        bottom: 0;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pureCity-overlay-content p {
        font-family: "inter", sans-serif;
        font-size: 14px;
    }

    .graph-mesurement-helps-container h1 {
        text-align: left !important;
    }

    .empty-box {
        margin-bottom: 40px;
    }

    .page_BTN {
        width: 25px;
        height: 25px;
    }

    footer .d-flex.mt-0.col-md-6.mb-3.mb-md-0.justify-content-end {
        justify-content: flex-start !important;
    }

    .img-background {
        min-height: 430px;
    }
    .Energy_consumption-Img-container > div > p {
        font-size: 14px;
        margin-top: -47px;
    }
    .slide-image {
        width: 280px;
        height: 200px;
    }

    .direction-left .slide-image:nth-child(1) {
        top: 30px;
        right: 20px;
    }

    .direction-left .slide-image:nth-child(2) {
        top: 45px;
        right: 35px;
    }

    .direction-left .slide-image:nth-child(3) {
        top: 60px;
        right: 50px;
    }

    .direction-right .slide-image:nth-child(1) {
        top: 30px;
        left: 20px;
    }

    .direction-right .slide-image:nth-child(2) {
        top: 45px;
        left: 35px;
    }

    .direction-right .slide-image:nth-child(3) {
        top: 60px;
        left: 50px;
    }
}

@media (max-width: 576px) {
    .slide-image {
        width: 240px;
        height: 180px;
    }
}

@media only screen and (max-width: 425px) {
    /* body {
		background: #000;
	} */
    .form-select {
        background-position: right 0 center;
    }
    .purcity-testimonials-list {
        max-height: 466px;
    }
    .Energy_consumption-Img-container {
        margin-top: 20;
    }
    .Energy_consumption-Img-container > div > h3 {
        font-size: 100px;
    }
    .Energy_consumption-Img-container > div > h3 > span {
        font-size: 50px;
    }
    .card-one h3,
    .card-two h3 {
        font-size: 46px;
    }
    .products-btn-area .btn {
        margin-right: 17px;
        padding: 8px 20px !important;
    }
    .wallGaps-btn-area > a {
        margin-left: 5px;
    }
    .form-section {
        padding: 20px;
    }
    .client-logo img {
        max-width: 50px !important;
    }
    .page_BTN {
        width: 20px;
        height: 20px;
    }
    .page-link {
        padding: 2px 8px;
    }
    .pagination-container > .container.mt-5 {
        padding: 0;
    }
    .Explore-GapS-btn {
        padding: 4px 9px;
    }
    .book-consultation-btn {
        padding: 5px 13px 7px 19px;
    }
}
@media only screen and (max-width: 460px) {
    .Linked_icon {
        width: 15px;
    }
    .stats-box {
        margin-bottom: 0;
    }
    .stats-box h5 {
        padding-left: 15px;
    }
    .stats-box > div {
        margin-left: 15px;
    }
    .stats-box > div *,
    .stats-bottom-content p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 479px) {
    .purcity-testimonial-info p {
        margin-top: 0;
        margin-bottom: 0;
    }
    .purcity-testimonial-info {
        padding: 8px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .slideshow-text {
        padding: 0;
    }
    .slideshow-content {
        gap: 40px;
    }
    .slideshow-content {
        padding: 0;
    }
}
@media only screen and (max-width: 766px) {
    .slideshow-text {
        padding: 0;
    }
    .slideshow-content {
        gap: 20px;
    }
    .slideshow-content {
        padding: 0;
    }
}
