@media only screen and (max-width: 1365px) {
    .center-wrapper {
        max-width: 1322px;
        width: 96%;
    }
    .contactus-form-left {
        padding: 30px 30px;
    }
}
@media only screen and (max-width: 1279px) {
    .contactus-form-left h2 {
        margin-bottom: 24px;
        font-size: 28px;
    }
}
@media only screen and (max-width: 1199px) {
    .gytech-tab-content {
        flex-direction: column;
    }
    .header-info ul {
        gap: 20px;
    }
    .header-info ul li {
        font-size: 16px;
    }
    .home-content-block {
        padding-right: 0px;
    }
    #home-blob {
        width: 100% !important;
        height: 100% !important;
    }
    .hm-about-left-right-wr {
        flex-direction: column;
    }
    .hm-about-left-block {
        width: 100%;
        text-align: center;
    }
    .hm-happy-clients-block {
        gap: 30px;
        flex-direction: column;
    }
    .hm-happy-clients-left, .hm-happy-clients-right {
        width: 100%;
    }
    .footer-top-inner-blocks {
        gap: 30px;
        flex-wrap: wrap;
    }
    .footer-top-inner-block {
        flex: unset;
        width: 48% !important;
    }
    /* our services */
    .left-right-content-block {
        gap: 30px;
        flex-direction: column;
    }
    .left-right-content-block:nth-child(odd) {
        flex-direction: column-reverse;
    }
    .why-choose-single-left-right {
        flex-direction: column;
        gap: 30px;
    }
    .contactus-form-right {
        display: none;
    }
}
@media only screen and (max-width: 1023px) {
    .ring-pattern-block {
        display: none;
    }
    .gytech-image {
        width: 100%;
    }
    .gytech-image-block {
        min-height: 524px;
    }
}
@media only screen and (max-width: 979px) {
    .top-header-area {
        display: none;
    }
    .home-content-wrapper {
        flex-direction: column;
        gap: 0px;
    }
    .home-content-block, .home-content-image {
        width: 100%;
        text-align: center;
    }
    .home-content-image img {
        width: 60%;
        margin: 0 auto;
        margin-top: -60px;
    }
    #home-blob {
        width: 75% !important;
        height: 75% !important;
    }
    .gytech-image-block {
        min-height: 425px;
    }
    .hm-about-left-right-wr {
        gap: 20px;
    }
    .hm-service-top-content, .hm-client-top-content, .common-cta-content {
        width: 100%;
    } 
    .common-cta-innr {
        padding: 30px;
    }
    .footer-top-inner-blocks {
        gap: 20px;
    }
    /* our services */
    .service-hero-content {
        width: 100%;
    }
    /* About */
    .about-page-top-left-right {
        flex-direction: column;
        gap: 30px;
    }
    .about-page-top-left-right .gytech-image-block {
        min-height: unset;
    }
    .about-page-top-left-right .gytech-image {
        position: unset;
        height: 100%;
        transform: unset;
    }
    .about-page-top-section::before {
        display: none;
    }
    .vision-mission-wr::before, .vision-mission-left, .vision-mission-right {
        width: 100%;
    } 
    .vision-mission-left-right {
        flex-direction: column;
        gap: 30px;
    }
    .vision-mission-left h2 {
        color: #000000;
    }
    .vision-mission-wr {
        padding: 30px 0 0px;
    }
}
/* Mobile Styles */
@media (max-width: 768px) {
    .hamburger-menu {
        display: flex;
    }
    .menu-main-menu-container {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background: white;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
        z-index: 999;
        overflow-y: auto;
        padding-top: 80px;
    }

    .menu-main-menu-container.active {
        right: 0;
    }

    .primary-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0px !important;
    }

    .primary-menu li {
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .primary-menu a {
        display: block;
        padding: 10px 10px;
        position: relative;
    }

    .menu-item-has-children {
        position: relative;
    }

    .menu-item-has-children > a::after {
        content: '\f107';
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        font-weight: bold;
        transition: transform 0.3s ease;
        font-family: 'Font Awesome 6 Free';
    }

    .menu-item-has-children.active > a::after {
        content: '\f106';
    }

    #menu-main-menu .sub-menu {
        position: static;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: #f8f9fa;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        width: 100%;
    }

    .menu-item-has-children.active .sub-menu {
        max-height: 500px !important;
    }

    #menu-main-menu .sub-menu a {
        padding: 0.75rem 2rem;
        font-size: 1rem;
        color: #666;
    }

    .sub-menu a:hover {
        background: #e9ecef;
        color: #007bff;
    }
    .header-menu-right .primary-menu {
        width: 100%;
    }
}
@media only screen and (max-width: 649px) {
    .home-content-block h1, .service-hero-content h1, .innerpage-banner-content h1 {
        font-size: 36px;
    }
    .hm-about-section, .hm-service-section, .hm-happy-clients-wrapper, .innerpage-banner {
        padding: 30px 0px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 30px;
        line-height: 1.4;
    }
    .gytech-image-block {
        min-height: 320px;
    }
    .hm-happy-clients-wrapper {
        padding-bottom: 70px;
    }
    /* our services */
    .service-hero-wrapper, .left-right-content-wrapper {
        padding: 30px 0px;
    }
    .left-right-content-wrapper {
        padding-bottom: 0px;
    }
}
@media only screen and (max-width: 567px) {
    .gytech-image-block {
        min-height: 260px;
    }
    .footer-top-inner-block {
        width: 100% !important;
    }
    .footer-top-wr {
        padding: 30px 0px;
    }
    .ch-form-groups {
        flex-direction: column;
    }
    .contactus-form-left {
        padding: 20px 20px;
    }
    .contactus-form-left h2 br {
        display: none;
    }
    section.innerpage-banner {
        padding: 40px 0px !important;
    }
    .contactus-form-wrapper {
        padding: 30px 0px;
    }
}
/* Responsive breakpoints */
@media (max-width: 480px) {
    .menu-main-menu-container {
        width: 100%;
        right: -100%;
    }
}
@media only screen and (max-width: 479px) {
    .home-content-block h1, .service-hero-content h1, .innerpage-banner-content h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    .review-author-right h4 {
        font-size: 20px;
    }
    .home-content-image img {
        width: 100%;
    }
    .gy-common-btn {
        padding: 8px 16px;
    }
    .vision-mission-card:nth-child(1), .vision-mission-card:nth-child(2) {
        margin-right: 0px;
    }
}