@media only screen and (min-width: 320px) and (max-width: 480px){

footer#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items{
    align-items: flex-start !important;
}

header#pq-header .pq-bottom-header .navbar .navbar-brand img {
    height: 45px;
}

    .latest-work-one__work-title {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .mob-top{
        display: none;
    }

    .pq-header-social.text-right.content-align {
        text-align: center;
        padding: 10px 0;
    }

    .pq-header-social .centered-ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .pq-header-social .centered-ul li {
        margin: 10px 0;
    }

    .pq-header-social .search-popup__form {
        width: 100%;
        max-width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .pq-header-social .search-popup__form input[type="text"] {
        width: 100%;
        padding: 8px 12px;
        font-size: 14px;
    }

    .pq-header-social .search-popup__form button {
        position: absolute;
        /* right: 10px; */
        background: transparent;
        border: none;
        cursor: pointer;
    }

    .pq-header-social .top-bar-t {
        margin-top: -29px;
        text-align: center;
    }

    #custom_translate_container select {
        width: 100%;
        max-width: 200px;
        padding: 8px;
        font-size: 14px;
    }
    header#pq-header .pq-top-header .pq-header-social ul li {
    list-style: none;
    display: flex;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

    /*header#pq-header .pq-top-header .pq-header-social ul li a {*/
    /*    display: none !important;*/
    /*}*/

    /* ----------------logo bar----------------- */
    nav.navbar {
        padding: 10px 15px;
        background-color: #fff; /* Set background */
    }

    .navbar-brand img.logo {
        max-width: 140px;
        height: auto;
    }

    .navbar-toggler {
        border: none;
        font-size: 24px;
        color: #333;
        background: none;
    }

    .navbar-collapse {
        background-color: #fff;
        width: 100%;
        margin-top: 10px;
    }

    #pq-menu-contain {
        width: 100%;
    }

    #pq-main-menu {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #pq-main-menu > li {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    #pq-main-menu li a {
        display: block;
        width: 100%;
        padding: 8px 15px;
        color: #333;
        font-size: 16px;
        text-decoration: none;
    }

    #pq-main-menu li a:hover {
        background-color: #f5f5f5;
    }

    /* Dropdown setup */
    .menu {
        padding-left: 0;
        margin: 0;
        list-style: none;
    }

    .menu-item.dropdown > a::after {
        content: "\f078"; /* Font Awesome Down Arrow */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        float: right;
        margin-right: 10px;
    }

    .sub-menu {
        display: none;
        flex-direction: column;
        padding-left: 20px;
    }

    .sub-menu li a {
        font-size: 14px;
    }

    /* Show submenu when active */
    .menu-item.dropdown.active .sub-menu {
        display: flex;
    }

    /* ----------------banner----------------- */
    .banner-sec {
        position: relative;
        width: 100%;
        height: 400px; /* Adjust height for mobile */
        overflow: hidden;
    }

    #myVideo {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }

    .banner-sec .content {
        position: relative;
        z-index: 1;
        text-align: center;
        padding: 20px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 10px;
        margin: -85px 20px 0 20px;
        width: 100%;
    }

    .banner-sec .content h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .banner-sec .content h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .banner-sec .content p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    /* -------------index about---------------- */
    .pq-section-title.pq-style-1 .pq-section-main-title {
        font-size: 30px !important;
    }

    /* ----------------index vi-mi------------------ */
    .vi-mi-sec {
        padding: 30px 15px;
        background: #f9f9f9; /* Optional: soft background for better mobile look */
    }

    .flex-container-mission {
        display: flex;
        flex-direction: column; /* Stack vision and mission vertically */
        align-items: center;
        gap: 20px;
    }

    .flex-slide-mission {
        width: 100%;
        padding: 20px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
        text-align: center;
    }

    .flex-title-mission {
        font-size: 22px;
        margin-bottom: 15px;
        color: #333;
    }

    .flex-about-mission {
        font-size: 14px;
        line-height: 22px;
        color: #555;
    }

    /* Optional: Add space between sections */
    .flex-slide-mission + .flex-slide-mission {
        margin-top: 20px;
    }
    .flex-slide-mission p, .flex-slide-mission ul li {
        font-size: 14px !important;
    }

    .flex-about-mission {
        width: 100% !important;
        top:12% !important;
    }

    .eco-services-one {
        position: relative;
        overflow: hidden;
        min-height: 100vh;
    }

    .eco-services-one video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .eco-services-one__wrap {
        padding-top: 80px; /* Reduce top padding on mobile */
        padding-bottom: 40px;
    }

    .eco-services-one__info {
        text-align: center;
        padding: 0 15px;
    }

    .eco-services-one__tree-icon {
        max-width: 120px;
        margin-bottom: 20px;
    }

    .eco-services-one__title {
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        margin-bottom: 15px;
    }

    .eco-services-one__info p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
        color: #fff;
    }

    .eco-services-one__btn a {
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 6px;
    }

    .section2 {
        padding: 40px 0;
    }

    .section2,
    .section2 .food-chose-title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }

    .customer-logos {
        margin-top: 30px;
    }

    .customer-logos .slide {
        padding: 10px;
        text-align: center;
    }

    .customer-logos .slide img {
        width: 70px;
        height: 47px !important;
        object-fit: contain;
        margin: 0 auto;
    }

    .slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .slider .slide {
        flex: 0 0 30%;
    }


/* ------------------footer------------------------ */
.pq-footer-top {
    padding: 30px 0;
}

.pq-footer-bottom-list .container {
    padding: 0 15px;
}

.pq-footer-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pq-footer-box {
    margin-bottom: 20px;
}

.pq-footer-box h5 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #fff; /* Optional: make it more readable on dark background */
}

.pq-footer-box a {
    display: block;
    font-size: 14px;
    color: #bbb;
    margin-bottom: 5px;
    text-decoration: none;
}

.pq-footer-box a:hover {
    color: #fff;
}

.pq-footer-logo {
    margin: 20px 0;
}

.pq-footer-logo img {
    width: 120px;
    height: auto;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav {
    float: left !important;
    padding-left: 20px;
}

.latest-work-one {
    overflow-x: hidden;
  }

  /* ------------------kamaldeep------------------ */

  .latest-work-one--projects-two .latest-work-one__btm-info{
    background-color: transparent;
width: 100%;
left: 0;
padding-left: 14px;
padding-right: 0px;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.latest-work-one__inner-img img {
    width: 100% !important;
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
    transition:
  all 0.6s ease;
  }

  .latest-work-one__inner-img img {
    width: 100% !important;
    max-height: 200px !important;
    min-height: 200px !important;
    object-fit: cover;
    transition:
  all 0.6s ease;
  }
  .latest-work-one--projects-two .latest-work-one__btm-info {
    background-color: transparent;
    width: 100%;
    left: 0;
    padding-left: 14px !important;
    padding-right: 20px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  /* Navbar toggle button */
.navbar-toggler {
    border: none;
    background-color: transparent;
    font-size: 1.5rem;
    color: #222;
    transition: all 0.3s ease;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler i {
    transition: transform 0.3s ease;
}

.navbar-toggler[aria-expanded="true"] i {
    transform: rotate(90deg);
}

/* Dropdown menu styling */
/* .navbar-nav .dropdown-menu {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    margin-top: 0.5rem;
    padding: 0.5rem 0;
} */

.dropdown-item {
    padding: 0.5rem 1rem;
    color: #333;
    transition: background-color 0.2s;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
    color: #000;
}

/* Ensure dropdown works on mobile tap */
.navbar-nav .dropdown:hover .dropdown-menu {
    /* display: block; */
}

/* Optional: better spacing on mobile */
@media (max-width: 991.98px) {
    .navbar-collapse {
        padding-top: 1rem;
    }

    .navbar-nav .nav-item {
        padding: 0.25rem 0;
    }

    /* .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
    } */
}

.navbar-nav .dropdown-menu {
      width: 270px;
    position: absolute;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li a {
    font-size: 10px !important;
}

}


@media only screen and (min-width: 481px) and (max-width: 768px){
    
    body{
        overflow-x: hidden !important;
    }

    .mob-top{
        display: none;
    }

    .pq-header-social.text-right.content-align {
        text-align: center;
        padding: 10px 0;
    }

    .pq-header-social .centered-ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .pq-header-social .centered-ul li {
        margin: 10px 0;
    }

    .pq-header-social .search-popup__form {
        width: 100%;
        max-width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .pq-header-social .search-popup__form input[type="text"] {
        width: 100%;
        padding: 8px 12px;
        font-size: 14px;
    }

    .pq-header-social .search-popup__form button {
        position: absolute;
        /* right: 10px; */
        background: transparent;
        border: none;
        cursor: pointer;
    }

    .pq-header-social .top-bar-t {
        margin-top: -29px;
        text-align: center;
    }

    #custom_translate_container select {
        width: 100%;
        max-width: 200px;
        padding: 8px;
        font-size: 14px;
    }
    
    header#pq-header .pq-top-header .pq-header-social ul li {
    list-style: none;
    display: flex;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}


footer#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items{
    align-items: flex-start !important;
}

    /*header#pq-header .pq-top-header .pq-header-social ul li a {*/
    /*    display: none !important;*/
    /*}*/

    /* ----------------logo bar----------------- */
    nav.navbar {
        padding: 10px 15px;
        background-color: #fff; /* Set background */
    }

    .navbar-brand img.logo {
        max-width: 140px;
        height: auto;
    }

    .navbar-toggler {
        border: none;
        font-size: 24px;
        color: #333;
        background: none;
    }

    .navbar-collapse {
        background-color: #fff;
        width: 100%;
        margin-top: 10px;
    }

    #pq-menu-contain {
        width: 100%;
    }

    #pq-main-menu {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #pq-main-menu > li {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    #pq-main-menu li a {
        display: block;
        width: 100%;
        padding: 8px 15px;
        color: #333;
        font-size: 16px;
        text-decoration: none;
    }

    #pq-main-menu li a:hover {
        background-color: #f5f5f5;
    }

    /* Dropdown setup */
    .menu {
        padding-left: 0;
        margin: 0;
        list-style: none;
    }

    .menu-item.dropdown > a::after {
        content: "\f078"; /* Font Awesome Down Arrow */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        float: right;
        margin-right: 10px;
    }

    .sub-menu {
        display: none;
        flex-direction: column;
        padding-left: 20px;
    }

    .sub-menu li a {
        font-size: 14px;
    }

    /* Show submenu when active */
    .menu-item.dropdown.active .sub-menu {
        display: flex;
    }

    /* ----------------banner----------------- */
    .banner-sec {
        position: relative;
        width: 100%;
        height: 400px; /* Adjust height for mobile */
        overflow: hidden;
    }

    #myVideo {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }

    .banner-sec .content {
        position: relative;
        z-index: 1;
        text-align: center;
        padding: 20px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 10px;
        margin: -85px 20px 0 20px;
        width: 100%;
    }

    .banner-sec .content h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .banner-sec .content h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .banner-sec .content p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    /* -------------index about---------------- */
    .pq-section-title.pq-style-1 .pq-section-main-title {
        font-size: 30px !important;
    }

    /* ----------------index vi-mi------------------ */
    .vi-mi-sec {
        padding: 30px 15px;
        background: #f9f9f9; /* Optional: soft background for better mobile look */
    }

    .flex-container-mission {
        display: flex;
        flex-direction: column; /* Stack vision and mission vertically */
        align-items: center;
        gap: 20px;
    }

    .flex-slide-mission {
        width: 100%;
        padding: 20px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
        text-align: center;
    }

    .flex-title-mission {
        font-size: 22px;
        margin-bottom: 15px;
        color: #333;
    }

    .flex-about-mission {
        font-size: 14px;
        line-height: 22px;
        color: #555;
    }

    /* Optional: Add space between sections */
    .flex-slide-mission + .flex-slide-mission {
        margin-top: 20px;
    }
    .flex-slide-mission p, .flex-slide-mission ul li {
        font-size: 14px !important;
    }

    .flex-about-mission {
        width: 100% !important;
        top:12% !important;
    }

    .eco-services-one {
        position: relative;
        overflow: hidden;
        min-height: 100vh;
    }

    .eco-services-one video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .eco-services-one__wrap {
        padding-top: 80px; /* Reduce top padding on mobile */
        padding-bottom: 40px;
    }

    .eco-services-one__info {
        text-align: center;
        padding: 0 15px;
    }

    .eco-services-one__tree-icon {
        max-width: 120px;
        margin-bottom: 20px;
    }

    .eco-services-one__title {
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        margin-bottom: 15px;
    }

    .eco-services-one__info p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
        color: #fff;
    }

    .eco-services-one__btn a {
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 6px;
    }

    .section2 {
        padding: 40px 0;
    }

    .section2 .food-one__title,
    .section2 .food-chose-title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }

    .customer-logos {
        margin-top: 30px;
    }

    .customer-logos .slide {
        padding: 10px;
        text-align: center;
    }

    .customer-logos .slide img {
        width: 70px;
        height: 47px !important;
        object-fit: contain;
        margin: 0 auto;
    }

    .slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .slider .slide {
        flex: 0 0 30%;
    }


/* ------------------footer------------------------ */
.pq-footer-top {
    padding: 30px 0;
}

.pq-footer-bottom-list .container {
    padding: 0 15px;
}

.pq-footer-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pq-footer-box {
    margin-bottom: 20px;
}

.pq-footer-box h5 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #fff; /* Optional: make it more readable on dark background */
}

.pq-footer-box a {
    display: block;
    font-size: 14px;
    color: #bbb;
    margin-bottom: 5px;
    text-decoration: none;
}

.pq-footer-box a:hover {
    color: #fff;
}

.pq-footer-logo {
    margin: 20px 0;
}

.pq-footer-logo img {
    width: 120px;
    height: auto;
}

.latest-work-one {
    overflow-x: hidden;
  }

}


@media only screen and (min-width: 769px) and (max-width: 1024px){

    .latest-work-one {
        overflow-x: hidden;
      }

    .mob-top{
        display: none;
    }

    .pq-header-social.text-right.content-align {
        text-align: center;
        padding: 10px 0;
    }

    .pq-header-social .centered-ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .pq-header-social .centered-ul li {
        margin: 10px 0;
    }

    .pq-header-social .search-popup__form {
        width: 100%;
        max-width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .pq-header-social .search-popup__form input[type="text"] {
        width: 100%;
        padding: 8px 12px;
        font-size: 14px;
    }

    .pq-header-social .search-popup__form button {
        position: absolute;
        /* right: 10px; */
        background: transparent;
        border: none;
        cursor: pointer;
    }

    .pq-header-social .top-bar-t {
        margin-top: -29px;
        text-align: center;
    }

    #custom_translate_container select {
        width: 100%;
        max-width: 200px;
        padding: 8px;
        font-size: 14px;
    }
    
    header#pq-header .pq-top-header .pq-header-social ul li {
    list-style: none;
    display: flex;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

    /*header#pq-header .pq-top-header .pq-header-social ul li a {*/
    /*    display: none !important;*/
    /*}*/

    /* ----------------logo bar----------------- */
    nav.navbar {
        padding: 10px 15px;
        background-color: #fff; /* Set background */
    }

    .navbar-brand img.logo {
        max-width: 140px;
        height: auto;
    }

    .navbar-toggler {
        border: none;
        font-size: 24px;
        color: #333;
        background: none;
    }

    .navbar-collapse {
        background-color: #fff;
        width: 100%;
        margin-top: 10px;
    }

    #pq-menu-contain {
        width: 100%;
    }

    #pq-main-menu {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #pq-main-menu > li {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    #pq-main-menu li a {
        display: block;
        width: 100%;
        padding: 8px 15px;
        color: #333;
        font-size: 16px;
        text-decoration: none;
    }

    #pq-main-menu li a:hover {
        background-color: #f5f5f5;
    }

    /* Dropdown setup */
    .menu {
        padding-left: 0;
        margin: 0;
        list-style: none;
    }

    .menu-item.dropdown > a::after {
        content: "\f078"; /* Font Awesome Down Arrow */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        float: right;
        margin-right: 10px;
    }

    .sub-menu {
        display: none;
        flex-direction: column;
        padding-left: 20px;
    }

    .sub-menu li a {
        font-size: 14px;
    }

    /* Show submenu when active */
    .menu-item.dropdown.active .sub-menu {
        display: flex;
    }

    /* ----------------banner----------------- */
    .banner-sec {
        position: relative;
        width: 100%;
        height: 400px; /* Adjust height for mobile */
        overflow: hidden;
    }

    #myVideo {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }

    .banner-sec .content {
        position: relative;
        z-index: 1;
        text-align: center;
        padding: 20px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 10px;
        margin: -85px 20px 0 20px;
        width: 100%;
    }

    .banner-sec .content h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .banner-sec .content h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .banner-sec .content p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    /* -------------index about---------------- */
    .pq-section-title.pq-style-1 .pq-section-main-title {
        font-size: 30px !important;
    }

   

    .eco-services-one {
        position: relative;
        overflow: hidden;
        min-height: 100vh;
    }

    .eco-services-one video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .eco-services-one__wrap {
        padding-top: 80px; /* Reduce top padding on mobile */
        padding-bottom: 40px;
    }

    .eco-services-one__info {
        text-align: center;
        padding: 0 15px;
    }

    .eco-services-one__tree-icon {
        max-width: 120px;
        margin-bottom: 20px;
    }

    .eco-services-one__title {
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        margin-bottom: 15px;
    }

    .eco-services-one__info p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
        color: #fff;
    }

    .eco-services-one__btn a {
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 6px;
    }

    .section2 {
        padding: 40px 0;
    }

    .section2 .food-one__title,
    .section2 .food-chose-title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }

    .customer-logos {
        margin-top: 30px;
    }

    .customer-logos .slide {
        padding: 10px;
        text-align: center;
    }

    .customer-logos .slide img {
        width: 70px;
        height: 47 !important;
        object-fit: contain;
        margin: 0 auto;
    }

    .slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .slider .slide {
        flex: 0 0 30%;
    }



.flex-about-mission{
    font-size: 12px !important;
}

.food-one__title {
    font-size: 40px !important;
}

.card {
    width: 100%;              /* Full width inside column */
    height: 100%;             /* Let image/content dictate height */
    margin: 0 auto;           /* Center if any margin available */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .card img {
    max-height: 100%;        /* Prevent image from stretching too tall */
    object-fit: cover;        /* Crop neatly */
    border-radius: 15px 15px 0 0;
  }

  .overlay h3 {
    font-size: 1.2rem;        /* Adjust text for smaller tablet screens */
  }

  .md-3-div {
    flex: 0 0 48%;            /* Show 2 cards per row with margin between */
    max-width: 48%;
    margin: 1%;
  }


}

@media only screen and (min-width: 1025px) and (max-width: 1200px){
    header#pq-header .pq-top-header .pq-header-contact ul li a{
        font-size: 12px !important;
    }

    header#pq-header .pq-top-header .pq-header-contact ul li{
        padding: 10px 4px !important;
    }

    .top-bar-t{
        margin-top: -26px !important;
    }

    .card {
        width: 100%;              /* Full width inside column */
        height: 100%;             /* Let image/content dictate height */
        margin: 0 auto;           /* Center if any margin available */
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      }
    
      .card img {
        max-height: 100%;        /* Prevent image from stretching too tall */
        object-fit: cover;        /* Crop neatly */
        border-radius: 15px 15px 0 0;
      }
    
      .overlay h3 {
        font-size: 1.2rem;        /* Adjust text for smaller tablet screens */
      }
    
      .md-3-div {
        flex: 0 0 48%;            /* Show 2 cards per row with margin between */
        max-width: 48%;
        margin: 1%;
      }

}