/* ================================================
   Responsive Styles - Cleaned Version
   Mobile menu styles are in mobile-menu.css
   ================================================ */

/* Desktop - Hide Mobile Menu Elements */
@media (min-width: 992px) {
    .mobile-menu-toggle {
        display: none !important;
    }
    .mobile-nav {
        display: none !important;
    }
    .mobile-overlay {
        display: none !important;
    }
}

/* Mobile & Tablet - Show Mobile Menu & Hide Desktop Menu */
@media (max-width: 991px) {
    .mobile-menu-toggle {
        display: flex !important;
    }
    .mobile-nav {
        display: block !important; /* Enable mobile nav */
    }
    .mobile-overlay {
        display: none; /* Will be shown by JavaScript when needed */
    }
    .it-solution_menu {
        display: none !important;
    }
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1600px) {
    .it-solution_menu ul {
        padding: 0 90px 0 0
    }
    .hero-content h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .section-title h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .choose-us-thumb {
        margin-right: 20px;
    }
    .info-content h4 {
        font-size: 22px;
    }
    .info-content p {
        font-size: 15px;
    }
    .choose-us-button {
        padding-top: 0;
    }
    .case_study_menu ul li {
        margin-left: 5px;
    }
    .blog-meta-icon a {
        font-size: 22px;
    }
    .testimonial-section .section-title h5:after {
        left: 57%;
    }
    .testimonial-section .section-title h5:before {
        left: 31rem;
    }
    .footer-widget-menu ul a {
        font-size: 14px;
    }
    .Popular-img {
        left: 170px;
    }
    .pricing-single-items.style_one.style_3 {
        padding: 30px 25px 40px 25px;
    }
    .blog-meta-icon a:before {
        width: 120%;
    }
    .widget_search {
        padding: 45px 20px;
    }
    .widget_search form i {
        left: 50px;
    }
    .widget_search form input {
        padding: 14px 80px 14px 75px;
    }
    h4.sidebar-title:before {
        right: 5px;
        width: 160px;
    }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
    .sticky {
        position: absolute !important;
    }
    .hero-content h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .section-title h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .choose-us-thumb {
        margin-right: 0;
    }
    .info-content h4 {
        font-size: 20px;
    }
    .info-content p {
        font-size: 14px;
    }
    .choose-us-button {
        padding-top: 25px;
    }
    .blog-meta-icon a {
        font-size: 20px;
    }
    .testimonial-section .section-title h5:after {
        left: 53%;
    }
    .testimonial-section .section-title h5:before {
        left: 25rem;
    }
    .footer-widget-menu ul a {
        font-size: 13px;
    }
    .Popular-img {
        left: 120px;
    }
    .pricing-single-items.style_one.style_3 {
        padding: 30px 20px 40px 20px;
    }
    .blog-meta-icon a:before {
        width: 100%;
    }
    .widget_search {
        padding: 35px 15px;
    }
    .widget_search form i {
        left: 40px;
    }
    .widget_search form input {
        padding: 12px 70px 12px 65px;
    }
    h4.sidebar-title:before {
        right: 3px;
        width: 140px;
    }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .sticky {
        position: absolute !important;
    } 
    /* Other tablet styles without mobile menu definitions */
    .hero-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .section-title h1 {
        font-size: 28px;
        line-height: 35px;
    }
}

/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .sticky {
        position: absolute !important;
    }
    /* Other large mobile styles without mobile menu definitions */
}

/* Small Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
    /* Small mobile styles without mobile menu definitions */
}

/* Extra Small Mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    /* Extra small mobile styles without mobile menu definitions */
}

/* Ultra Small Mobile: <320px */
@media only screen and (max-width: 319px) {
    /* Ultra small mobile styles without mobile menu definitions */
}