@media (max-width: 1600px) {
    .navbar-container {
        padding: 0 40px;
    }

    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 1200px) {
    .hero-content h1 {
        font-weight: 800;
        font-size: 41px;
        line-height: 45px;

    }

    .hero-content p {
        font-weight: 300;
        font-size: 18px;
        line-height: 23px;

    }

    .hero-content h2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 23px;

    }

    .navbar-container {
        padding: 0 30px;
    }

    .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
        width: 40px !important;
        height: 40px !important;
    }

    .owl-nav button.owl-prev {
        margin-left: -20px !important;
    }

    .owl-nav button.owl-next {
        margin-right: -20px !important;
    }


    .navbar-links {
        gap: 30px;
    }

    .footer-links a {
        font-size: 20px;
        line-height: 29px;

    }

    .navbar-contact-links {
        gap: 20px;
    }

    .why-choose-us {
        width: 100%;
        min-height: 700px;
        position: relative;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 850px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .section-gap {
        padding: 70px 0;
    }

    .navbar {
        height: auto;
    }

    .navbar-container {
        padding: 10px 20px;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-logo {
        flex-shrink: 0;
    }

    .logo {
        height: 50px;
        width: auto;
    }

    .navbar-above-section,
    .navbar-links,
    .navbar-btn-link {
        display: none;
    }

    .hamburger {
        display: inline-block;
    }

    .mobile-actions {
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .phone-cta {
        display: none;
        align-items: center;
        justify-content: center;
        padding: 7px 9px;
        border-radius: 50%;
        border: 2px solid #ef3a3a;
        color: #ef3a3a;
        text-decoration: none;
    }

    /* Landing Section */
    .hero {
        margin-top: 50px;
        height: 80vh;
    }

    .hero-inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        padding-bottom: 10%;
    }

    .hero-content {
        width: 80%;
        text-align: left;
        align-self: flex-start;
    }

    .home-services-title {

        font-size: 23px;
        line-height: 33px;

    }

    .home-service-header {
        font-size: 45px;
        line-height: 50px;


    }

    .service-card h3 {
        font-size: 24px;
        line-height: 26px;

    }

    .service-card p {
        font-size: 16px;
        line-height: 24px;

    }


    /* about Us  Section */

    .about-right-name {
        font-size: 23px;
        line-height: 33px;

    }

    .about-right-header {
        font-size: 45px;
        line-height: 50px;

    }

    .about-right-content {
        font-size: 20px;
        line-height: 27px;
        padding-top: 25px;

    }

    /* Choose us section */
    .why-choose-us .subtitle {
        font-size: 23px;
        line-height: 33px;
    }

    .why-choose-us .subtitle-header {
        font-size: 45px;
        line-height: 50px;
        max-width: 600px;

    }

    /* Blog Section */
    .blog-section .subtitle {
        font-size: 23px;
        line-height: 33px;
        margin-bottom: 7px;
    }

    .blog-section h2 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 34px;
    }

    .blog-card-content h3 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .footer-contact .container {
        grid-template-columns: 1fr;
        border-radius: 24px;
        width: 90vw;
    }

    .contact-pill {
        justify-content: flex-start;
    }


    /* Change footer background image for tablets and mobile */
    .footer-content {
        /* background-image: url('../assets/blurry-backdrop-of-truck-in-warehouse.jpg'); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 330px;

    }

    .footer-content-header {
        font-size: 40px;
        line-height: 60px;
        max-width: 650px;

    }

    .footer-content-para {
        font-size: 22px;
        line-height: 31px;

    }



    .about-us-section .container {
        flex-direction: column;
        gap: 0;

    }


    .about-us-section .about-right-side-container {
        display: contents;
    }

    .about-us-section .about-right-name {
        order: 1;
    }

    .about-us-section .about-right-header {

        order: 2;
    }

    .about-us-section .about-left-side-container {
        order: 3;
    }

    .about-us-section .about-right-content {
        order: 4;
    }

    .about-us-section .readmore-btn {
        order: 5;

    }

    .about-right-side-container {
        text-align: center;
    }


    .about-left-side-container,
    .about-right-side-container {
        max-width: 100%;
        flex: 1 1 auto;
    }

    .about-image-container {
        aspect-ratio: 16 / 10;
    }

    .footer-title {
        font-size: 46px;
        line-height: 51px;


    }

    .pill-text {
        font-size: 19px;
        line-height: 25px;


    }

    .about-left-side-header {
        padding: 10px 30px 0 0;
    }

}

@media (max-width: 767px) {
    .container {
        max-width: 760px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-gap {
        padding: 70px 0;
    }

    /* Nav Bar Section Responsive */
    .navbar {
        height: auto;
    }

    .phone-cta {
        display: inline-block;
    }

    .navbar-container {
        grid-template-columns: auto 1fr;
        grid-template-rows: auto;
        align-items: center;
        padding: 10px 20px;
        margin: 0;
    }

    .logo {
        width: 90px;
        height: auto;
    }

    .navbar-logo {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .navbar-right-side-section {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        display: flex;
        justify-content: flex-end;
    }

    .navbar-above-section {
        display: none;
    }

    .navbar-links {
        display: none;
    }

    .hamburger {
        display: inline-block;
    }

    .mobile-actions {
        display: inline-flex;
    }

    .mobile-actions li,
    .mobile-actions li {
        display: none;
    }

    .navbar-main-section {
        grid-template-columns: 1fr auto;
        padding: 0;
    }

    .navbar-main-section .navbar-btn {
        display: none;
    }

    .about-right-side-container {
        text-align: left;
    }

    .about-right-side-container .about-right-header {
        text-align: center;
    }


    .about-us-section .readmore-btn {
        align-self: flex-start
    }

    .about-us-section .about-right-content {
        padding: 10px 0;
    }






    /* Landing Section */
    .hero {
        margin-top: 50px;
        filter: brightness(90%) contrast(110%);
    
    }
  .landing-section-background {
    object-fit: fill; /* stretches the image to fully cover */
  }
    .hero-inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        padding-bottom: 10%;
    }

    .hero-content {
        width: 90%;
        text-align: left;
        align-self: flex-start;
    }

    /* Services Section */
    .home-service-header {
        font-size: 31px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .home-services-title {
        font-size: 17px;
        line-height: 24px;
    }

    .service-card {
        height: auto;
    }

    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
        display: none !important;
    }

    .owl-theme .owl-dots .owl-dot {
        margin: 0 0 !important;
    }

    .service-btn {
        display: inline-block;

    }

    /* Choose us section */
    .why-choose-us .subtitle {
        font-size: 17px;
        line-height: 24px;
        padding: 0;
        margin: 0;
    }

    .why-choose-us .subtitle-header {
        font-size: 31px;
        line-height: 34px;
        padding-bottom: 5px;

    }

    .feature-item {
        padding: 20px 0 15px 15px;
        width: 100%;
        height: 130px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .feature-item h3 {
        font-size: 19px;
        line-height: 19px;
    }

    .feature-item p {
        font-size: 15px;
        line-height: 18px;
    }

    /* Blog Section */
    .blog-section .subtitle {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .blog-section h2 {
        font-size: 31px;
        line-height: 34px;
        margin-bottom: 0;
    }

    .blog-cards {
        padding: 0;

    }

    .blog-cards .owl-item {
        height: 346px;
    }

    .blog-card-content h3 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .blog-card-content p {
        font-size: 17px;
        line-height: 17px;
    }

    .blog-card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
    }

    /* Footer Section Responsive */
    .footer-content {
        width: 100%;
        height: 300px;
        padding: 32px 0;
        box-sizing: border-box;


    }

    .do-media-credit-before {
        border-left: none;
        padding-left: 0;
    }

    .footer-contact .container {
        display: grid;
        width: 93vw;
        gap: 24px;
        border: 2px solid #ef6b6b;
        border-radius: 50px;
        margin: 0;
        padding: 32px 12px;

    }

    .footer-content-header {
        margin: 0 0 12px 0;
        line-height: 34px;
        font-size: 34px;
        font-weight: 600;
    }

    .footer-content-para {
        line-height: 25px;
        font-size: 18px;
        font-weight: 300;
    }

    .footer-content-wrapper {
        color: #ffffff;
        text-align: left;
        width: 100%;

    }

    .footer-nav {
        display: none;
    }

    .footer-bottom-inner {
        font-size: 14px;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .copyright-text {
        order: 1;
    }

    .do-media-credit {
        order: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }



    .blog-card {
        height: 350px;
        margin: 20px;
    }

    .footer-links {
        display: none;
    }



    /* .service-card-link:hover h3,
    .service-card-link:hover p,
    .service-card-link:last-child :hover p {
        color: inherit;
    } */

}

@media (max-width: 480px) {
    .container {
        max-width: 480px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .features-grid {
        gap: 70px 10px;
    }

    .feature-item {
        padding: 32px 15px 20px 15px;
        width: 100%;
        height: 150px;


    }

    .features-grid .icon-circle {
        width: 70px;
        height: 70px;
        top: -40px;
        left: 15%;

    }

    .features-grid .icon-circle::before {
        width: 70px;
        height: 70px;
    }

    .features-grid .icon-circle::after {
        -webkit-mask-position: var(--mask-pos-mobile);
        mask-position: var(--mask-pos-mobile);
        -webkit-mask-size: 200px 180px;
        mask-size: 290px 260px;
    }

    .why-choose-us .subtitle-header {
        padding-bottom: 30px;

    }


    .section-gap {
        padding: 60px 0;
    }



    .hero {
        height: 75vh;
    }

    .hero-content h1 {
        font-weight: 800;
        font-size: 32px;
        line-height: 35px;

    }

    .hero-content p {
        font-weight: 300;
        font-size: 17px;
        line-height: 22px;

    }

    .hero-content h2 {
        font-weight: 600;
        font-size: 17px;
        line-height: 22px;

    }

    .blog-header {
        max-width: 90%;
    }

    .navbar-btn,
    .explore-btn,
    .service-btn,
    .readmore-btn,
    .contact-btn {
        padding: 14px 20px;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
    }


    .service-card {
        height: 310px;
        padding: 22px 18px;
    }

    .service-card-content .readmore-ctn {
        display: none;
    }

    .service-card-above-section {
        margin-bottom: 16px;
    }

    .navbar-container {
        padding: 10px 15px;
    }

    .navbar-main-section {
        flex-direction: column;
    }

    .logo {
        width: 80px;
    }

    .hamburger {
        width: 34px;
        height: 36px;
        cursor: pointer;
    }

    .hamburger span {
        display: block;
        height: 3px;
        background: #111111;
        margin: 5px 0;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .phone-cta {
        padding: 3px 7px;
        border: 2px solid #ef3a3a;
    }

    .mobile-drawer {
        width: 260px;
    }

    .features-grid {
        width: 100%;
    }



    /* About us Section */
    .about-us-section {
        padding: 50px 0;
        justify-content: center;
    }

    .about-foundedY {
        font-size: 11px;
    }

    .about-left-side-header {
        font-size: 23px;
        font-weight: 800;
        line-height: 28px;
    }

    .about-right-name {
        font-size: 17px;
        line-height: 24px;
    }

    .about-right-header {
        font-size: 31px;
        line-height: 34px;

    }

    .about-right-content {
        padding-top: 20px;
        font-size: 16px;
        line-height: 24px;

    }

    .about-right-side-container .readmore-btn {
        display: flex;
        justify-content: flex-start;
    }

    .about-us-section .readmore-btn {
        order: 5;
        align-items: flex-start;
    }

    .blog-card {
        height: 320px;

    }

    .blog-cards {
        padding: 0;

    }

    .footer-content-header {
        font-size: 34px;
        line-height: 34px;

    }

    .footer-content-para {
        font-size: 18px;
        line-height: 25px;

    }

    .footer-title {
        font-size: 35px;
        line-height: 42px;


    }

    .pill-text {
        font-size: 19px;
        line-height: 25px;

    }

    .footer-contact .container {
        display: grid;
        width: 93vw;
        gap: 24px;
        margin: 0;

    }

    .footer-title-container-wrapper {
        margin: 0 0 -30PX 0;



    }

    .footer-title-container {
        padding: 8px;

    }

    .owl-theme .owl-dots {
        margin-top: 10px !important;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
    }
}

@media (max-width:380px) {

    .footer-contact .container {
        display: grid;
        width: 90vw;

    }

}

@media (max-width:350px) {
    .pill-text {
        font-size: 16px;
        line-height: 25px;

    }

    .feature-item {
        height: 195px;
    }
}