@media only screen and (max-width: 1024px) {
    .contact-info .info-text {
        padding-left: 15px;
    }
    .contact-info .info-icon {
        min-width: 40px; 
        height: 40px; 
        font-size: 16px; 
    }
    .contact-info .info-icon .cicon { 
        height: 16px;
    }
    .hero-container {
        padding: 2rem;
    }
    header {
        display: none;
    }
    /* mobile header */
    .mobileHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        background-color: #171c26cc;
        color: white;
        position: relative;
        z-index: 1000;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }

    .mobileHeader.fixed {
        position: fixed;
        top: 0;
        width: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .mobileHeader .logo {
        height: 30px;
    }

    .breadcrumb-btn {
        background: none;
        border: none;
        color: white;
        font-size: 18px;
        cursor: pointer;
    }

    .mobile-menu {
        position: fixed;
        top: 7%;
        left: 0;
        width: 100%;
        height: 93%;
        background-color: #1F2633;
        color: white;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 2;
    }

    .mobile-menu.visible {
        transform: translateX(0);
    }

    .close-btn {
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        padding: 10px 20px;
        cursor: pointer;
    }

    .menu-list {
        list-style: none;
        padding: 20px;
    }

    .menu-list li {
        margin: 15px 0;
        font-size: 18px;
        cursor: pointer;
        font-weight: 500;
        border-bottom:  0.8px solid #dddddd63;
        padding-bottom: 10px;
    }

    .menu-footer {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .menu-btn {
        padding: 10px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        border-radius: 10px;
        font-weight: 500;
        background: var(--ac-secondary);
        color: #fff;

    }

    .menu-btn.primary {
        background-color: var(--ac-primary);
        color: #fff;
    }
    .col_img { 
        height: 450px; 
    }
    .slider-items img {
        width: 10%;
        margin: 10px; 
    }
    .main-heading {
        font-size: 58px; 
    }
    .hero-wrap--content { 
        margin-top: 0rem;
        padding-bottom: 0rem;
    }
    .contact-info .info-text a { 
        font-size: 12px;
    }
    .footer-logo {
        width: 140px; 
    }
}
@media only screen and (max-width: 768px) {
    .footer .footer-row ul li a { 
        font-size: 12px;
    }
    .footer h4 {
        margin-bottom: 0.6rem; 
        font-size: 16px;
    }
    .contact-info .info-text h4 {
        font-size: 12px;
        padding: 0;
    }
    .smal_text {
        font-size: 8px;
    }
    .form-card { 
        padding: 1.8rem;
    }    
    .mini-footer{
        text-align: center;
    }
    .slider-items{
        gap: 10px;
    }
    .slider-items img {
        width: 10%;
        margin: 10px;  
    }
    .main-heading {
        font-size: 38px; 
    }
    .hero-wrap--content p {
        font-size: 16px;
    }
    .hero-wrap--content { 
        margin-top: 3rem; 
    }
    .hero-wrapper, .blended-layer {
        min-height: 90dvh;
    }
    .ptop100, .pb100 {
        padding-top: 70px;
    }
    .col_img { 
        height: auto; 
    }
    .footer {
        padding: 40px 0 20px; 
    }
    .footer-logo-box{
        text-align: center;
    }
    .footer-logo-box p{
        font-size: 12px;
    }
    .footer-logo-box p br{
        display: none;
    }
    .contact-info .info-text {
        padding-left: 10px;
    }
    .contact-info .info-icon {
        min-width: 40px; 
        height: 40px; 
        font-size: 16px; 
    }
    .contact-info .info-text a { 
        font-size: 10px;
    }
    .h2-title {
        font-size: 28px; 
    }
    .form-label { 
        font-size: 14px;
    }
    .hero-container {
        padding: 1rem;
    } .main-heading { 
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width: 362px) {
    .main-heading {
        font-size: 32px;
        margin-bottom: 1rem;
    }
    .hero-wrap--content p {
        font-size: 14px;
    }
    .h2-title {
        font-size: 26px; 
    }
    .text-sec { 
        font-size: 14px;
    }
}
@media only screen and (min-width: 1025px) {
    .mobileHeader, .mobile-menu {
        display: none;
    }
}   