/* ============================================================================
   JOURNEY ONLINE - COMPLETE RESPONSIVE CSS
   Mobile First Approach with breakpoints for all devices
============================================================================ */

/* BASE STYLES - Mobile First (320px and up) */
html {
    font-size: 14px;
}

.container {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

/* HEADER - Mobile */
.header-basic {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    width: 100% !important;
}

.menu-navbar {
    padding: 8px 0;
    flex-wrap: wrap;
}

.logo-img {
    max-height: 35px;
}

.menu-link {
    font-size: 0.85rem;
    padding: 6px 10px;
}

.social-icons {
    gap: 8px;
    flex-wrap: wrap;
}

.social-icons i {
    font-size: 0.9rem;
}

/* HERO SECTION - Mobile */
.page-hero {
    min-height: 100vh;
    padding: 80px 0 30px 0;
    margin-top: 0;
}

.hero-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 15px;
}

.hero-subtitle {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

.pre-title {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.hero-image-area img {
    max-width: 280px;
    height: auto;
}

/* CTA BUTTONS - Mobile */
.cta-link {
    padding: 12px 20px;
    font-size: 0.9rem;
    margin: 0 5px 10px 0;
    display: inline-block;
    width: auto;
}

/* SERVICES SECTION - Mobile */
.services.mega-section {
    padding: 40px 0;
}

.services-boxed .service-box {
    height: 120px;
    padding: 15px;
    margin-bottom: 15px;
}

.service-title {
    font-size: 1rem;
    line-height: 1.2;
}

.service-box p {
    font-size: 0.85rem;
    line-height: 1.3;
    margin-top: 8px;
}

.service-num {
    font-size: 2rem;
    right: 15px;
    top: 15px;
}

/* ABOUT SECTION - Mobile */
.about.mega-section {
    padding: 60px 0;
}

.about .text-area .about-text {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 25px;
}

.info-items-list .info-text {
    font-size: 0.85rem;
    line-height: 1.4;
}

.info-title {
    font-size: 1rem;
    margin-bottom: 5px;
}

.about-img {
    max-height: 250px;
    width: auto;
}

.info-icon {
    font-size: 1.2rem;
    margin-right: 10px;
}

/* BLOG SECTION - Mobile */
.blog.mega-section {
    padding: 60px 0;
}

.post-box {
    min-height: 280px;
    padding: 15px;
    margin-bottom: 20px;
}

.post-img-wrapper {
    height: 150px;
    margin-bottom: 12px;
}

.post-title {
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 10px 0 8px 0;
}

.post-excerpt {
    font-size: 0.85rem;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    max-height: 2.8em;
}

.read-more {
    font-size: 0.85rem;
    padding-top: 8px;
}

.blog-date {
    font-size: 0.8rem;
}

/* CONTACT SECTION - Mobile */
.contact-us.mega-section {
    padding: 60px 0 30px 0;
}

.info-panel {
    min-height: 180px;
    padding: 20px 15px;
}

.location-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.location-card i, .location-card .icon {
    font-size: 1.2rem;
    padding: 12px;
    margin-top: 3px;
}

.card-content h6 {
    font-size: 0.95rem;
    margin-bottom: 5px;
}

.card-content a {
    font-size: 0.9rem;
    line-height: 1.3;
}

/* AFFILIATIONS SECTION - Mobile */
.services-wrapper.service-2 {
    padding: 40px 0;
}

.single-service-box .icon {
    height: 150px;
    margin-bottom: 12px;
}

.content-overlay h4 {
    font-size: 1rem;
    line-height: 1.2;
}

.services-wrapper.service-2 .section-title h1 {
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.services-wrapper.service-2 .single-service-box {
    padding: 15px;
}

/* MEGA MENU - Mobile */
.sub-menu.mega-menu {
    width: 200px;
    padding: 15px;
    gap: 10px;
}

.sub-menu.mega-menu a {
    padding: 8px 12px;
    font-size: 0.9rem;
}

.view-all-btn {
    padding: 8px 15px;
    font-size: 0.85rem;
}

/* SECTION HEADINGS - Mobile */
.sec-heading {
    margin-bottom: 30px;
}

.title {
    font-size: 2rem;
    margin-bottom: 15px;
}

/* BUTTONS - Mobile */
.btn, .btn-primary {
    padding: 10px 20px;
    font-size: 0.9rem;
    border-radius: 25px;
}

/* FAQ SECTION - Mobile */
.faq.mega-section {
    padding: 60px 0;
}

.faq-question {
    padding: 20px 15px;
}

.faq-question h4 {
    font-size: 1rem;
    line-height: 1.3;
    padding-right: 15px;
}

.faq-answer p {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 12px 15px 20px 15px;
}

/* ============================================================================
   SMALL TABLETS - 576px and up
============================================================================ */
@media (min-width: 576px) {
    html {
        font-size: 15px;
    }

    .container {
        max-width: 540px;
        padding: 0 20px;
    }

    .menu-navbar {
        padding: 10px 0;
    }

    .logo-img {
        max-height: 42px;
    }

    .page-hero {
        min-height: 90vh;
        padding: 100px 0 40px 0;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.05rem;
    }

    .hero-image-area img {
        max-width: 320px;
    }

    .services-boxed .service-box {
        height: 130px;
        padding: 18px;
    }

    .service-title {
        font-size: 1.1rem;
    }

    .post-box {
        min-height: 320px;
        padding: 18px;
    }

    .post-img-wrapper {
        height: 170px;
    }

    .post-title {
        font-size: 1.2rem;
    }

    .info-panel {
        min-height: 200px;
        padding: 22px 18px;
    }

    .single-service-box .icon {
        height: 170px;
    }
}

/* ============================================================================
   TABLETS - 768px and up
============================================================================ */
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .container {
        max-width: 720px;
        padding: 0 25px;
    }

    .menu-navbar {
        padding: 12px 0;
    }

    .logo-img {
        max-height: 48px;
    }

    .menu-link {
        font-size: 0.95rem;
        padding: 10px 14px;
    }

    .social-icons {
        gap: 12px;
    }

    .social-icons i {
        font-size: 1rem;
    }

    .page-hero {
        min-height: 85vh;
        padding: 110px 0 50px 0;
    }

    .hero-title {
        font-size: 2.8rem;
        margin-bottom: 18px;
    }

    .hero-subtitle {
        font-size: 1.15rem;
        margin-bottom: 22px;
    }

    .pre-title {
        font-size: 0.95rem;
        margin-bottom: 12px;
    }

    .hero-image-area img {
        max-width: 380px;
    }

    .cta-link {
        padding: 15px 25px;
        font-size: 1rem;
        margin: 0 8px 12px 0;
    }

    .services.mega-section {
        padding: 60px 0;
    }

    .services-boxed .service-box {
        height: 140px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .service-title {
        font-size: 1.2rem;
    }

    .service-box p {
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .service-num {
        font-size: 2.5rem;
        right: 20px;
        top: 20px;
    }

    .about.mega-section {
        padding: 80px 0;
    }

    .about .text-area .about-text {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .info-items-list .info-text {
        font-size: 0.95rem;
    }

    .info-title {
        font-size: 1.1rem;
        margin-bottom: 6px;
    }

    .about-img {
        max-height: 350px;
    }

    .info-icon {
        font-size: 1.4rem;
        margin-right: 12px;
    }

    .blog.mega-section {
        padding: 80px 0;
    }

    .post-box {
        min-height: 380px;
        padding: 20px;
        margin-bottom: 22px;
    }

    .post-img-wrapper {
        height: 190px;
        margin-bottom: 15px;
    }

    .post-title {
        font-size: 1.3rem;
        margin: 12px 0 9px 0;
    }

    .post-excerpt {
        font-size: 0.95rem;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        max-height: 4.5em;
    }

    .read-more {
        font-size: 0.95rem;
        padding-top: 10px;
    }

    .blog-date {
        font-size: 0.85rem;
    }

    .contact-us.mega-section {
        padding: 80px 0 40px 0;
    }

    .info-panel {
        min-height: 220px;
        padding: 25px 20px;
    }

    .location-title {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }

    .location-card i, .location-card .icon {
        font-size: 1.4rem;
        padding: 15px;
        margin-top: 4px;
    }

    .card-content h6 {
        font-size: 1rem;
        margin-bottom: 6px;
    }

    .card-content a {
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .services-wrapper.service-2 {
        padding: 60px 0;
    }

    .single-service-box .icon {
        height: 190px;
        margin-bottom: 15px;
    }

    .content-overlay h4 {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .services-wrapper.service-2 .section-title h1 {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }

    .services-wrapper.service-2 .single-service-box {
        padding: 20px;
    }

    .sub-menu.mega-menu {
        width: 250px;
        padding: 20px;
        gap: 15px;
    }

    .sub-menu.mega-menu a {
        padding: 10px 15px;
        font-size: 1rem;
    }

    .view-all-btn {
        padding: 10px 20px;
        font-size: 0.95rem;
    }

    .sec-heading {
        margin-bottom: 40px;
    }

    .title {
        font-size: 2.5rem;
        margin-bottom: 18px;
    }

    .btn, .btn-primary {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .faq.mega-section {
        padding: 80px 0;
    }

    .faq-question {
        padding: 22px 20px;
    }

    .faq-question h4 {
        font-size: 1.1rem;
        padding-right: 18px;
    }

    .faq-answer p {
        font-size: 0.95rem;
        padding: 15px 20px 22px 20px;
    }
}

/* ============================================================================
   DESKTOP - 992px and up
============================================================================ */
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .logo-img {
        max-height: 55px;
    }

    .page-hero {
        min-height: 90vh;
        padding: 100px 0 80px 0;
    }

    .hero-title {
        font-size: 3.5rem;
    }

    .hero-image-area img {
        max-width: 450px;
    }

    .services-boxed .service-box {
        height: 150px;
    }

    .about-img {
        max-height: 400px;
    }

    .post-box {
        min-height: 420px;
    }

    .post-img-wrapper {
        height: 210px;
    }

    .info-panel {
        min-height: 240px;
    }

    .single-service-box .icon {
        height: 210px;
    }

    .title {
        font-size: 2.8rem;
    }
}

/* ============================================================================
   LARGE DESKTOP - 1200px and up
============================================================================ */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .menu-navbar {
        padding: 15px 0;
    }

    .logo-img {
        max-height: 60px;
    }

    .page-hero {
        min-height: 95vh;
        padding: 120px 0 100px 0;
    }

    .hero-title {
        font-size: 3.8rem;
        margin-bottom: 25px;
    }

    .hero-subtitle {
        font-size: 1.3rem;
        margin-bottom: 30px;
    }

    .hero-image-area img {
        max-width: 500px;
    }

    .cta-link {
        padding: 16px 30px;
        font-size: 1.1rem;
        margin: 0 10px 15px 0;
    }

    .services.mega-section {
        padding: 80px 0;
    }

    .services-boxed .service-box {
        height: 160px;
        padding: 22px;
    }

    .service-title {
        font-size: 1.3rem;
    }

    .service-box p {
        font-size: 1rem;
    }

    .service-num {
        font-size: 3rem;
        right: 22px;
        top: 22px;
    }

    .about.mega-section {
        padding: 100px 0;
    }

    .about .text-area .about-text {
        font-size: 1.2rem;
        margin-bottom: 35px;
    }

    .info-title {
        font-size: 1.2rem;
        margin-bottom: 7px;
    }

    .about-img {
        max-height: 450px;
    }

    .info-icon {
        font-size: 1.5rem;
        margin-right: 14px;
    }

    .blog.mega-section {
        padding: 100px 0;
    }

    .post-box {
        min-height: 460px;
        padding: 22px;
    }

    .post-img-wrapper {
        height: 220px;
        margin-bottom: 16px;
    }

    .post-title {
        font-size: 1.35rem;
        margin: 14px 0 10px 0;
    }

    .post-excerpt {
        font-size: 1rem;
    }

    .read-more {
        font-size: 1rem;
        padding-top: 11px;
    }

    .contact-us.mega-section {
        padding: 100px 0 50px 0;
    }

    .info-panel {
        min-height: 260px;
        padding: 28px 22px;
    }

    .location-title {
        font-size: 1.4rem;
        margin-bottom: 22px;
    }

    .location-card i, .location-card .icon {
        font-size: 1.5rem;
        padding: 16px;
    }

    .card-content h6 {
        font-size: 1.1rem;
        margin-bottom: 7px;
    }

    .card-content a {
        font-size: 1rem;
    }

    .services-wrapper.service-2 {
        padding: 80px 0;
    }

    .single-service-box .icon {
        height: 220px;
        margin-bottom: 18px;
    }

    .content-overlay h4 {
        font-size: 1.3rem;
    }

    .services-wrapper.service-2 .section-title h1 {
        font-size: 2.5rem;
        margin-bottom: 45px;
    }

    .sub-menu.mega-menu {
        width: 280px;
        padding: 25px;
        gap: 16px;
    }

    .sub-menu.mega-menu a {
        padding: 11px 16px;
        font-size: 1.05rem;
    }

    .view-all-btn {
        padding: 11px 22px;
        font-size: 1rem;
    }

    .sec-heading {
        margin-bottom: 45px;
    }

    .title {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .btn, .btn-primary {
        padding: 14px 30px;
        font-size: 1.1rem;
    }

    .faq.mega-section {
        padding: 100px 0;
    }

    .faq-question {
        padding: 25px 22px;
    }

    .faq-question h4 {
        font-size: 1.2rem;
        padding-right: 20px;
    }

    .faq-answer p {
        font-size: 1rem;
        padding: 16px 22px 25px 22px;
    }
}

/* ============================================================================
   EXTRA LARGE DESKTOP - 1400px and up
============================================================================ */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
        padding: 0 25px;
    }

    .hero-title {
        font-size: 4rem;
    }

    .services-boxed .service-box {
        height: 170px;
    }

    .about-img {
        max-height: 480px;
    }

    .post-box {
        min-height: 480px;
    }

    .info-panel {
        min-height: 270px;
    }

    .single-service-box .icon {
        height: 240px;
    }
}

/* ============================================================================
   ULTRA WIDE - 1920px and up (Your existing code)
============================================================================ */
@media (min-width: 1920px) {
    html {
        font-size: 18px;
    }

    .container {
        max-width: 1600px;
        padding: 0 30px;
    }

    .menu-navbar {
        padding: 20px 0;
    }

    .logo-img {
        max-height: 70px;
    }

    .menu-link {
        font-size: 1.1rem;
        padding: 12px 18px;
    }

    .social-icons {
        gap: 20px;
    }

    .social-icons i {
        font-size: 1.3rem;
    }

    .page-hero {
        min-height: 98vh;
        padding-top: 120px;
    }

    .hero-title {
        font-size: 4.5rem;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .hero-subtitle {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .pre-title {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .hero-image-area img {
        max-width: 650px;
    }

    .cta-link {
        padding: 18px 35px;
        font-size: 1.2rem;
        margin: 0 12px 15px 0;
    }

    .services.mega-section {
        padding: 80px 0;
    }

    .services-boxed .service-box {
        height: 150px;
        padding: 25px;
        margin-bottom: 25px;
    }

    .service-title {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .service-box p {
        font-size: 1.1rem;
        line-height: 1.4;
        margin-top: 10px;
    }

    .service-num {
        font-size: 3.5rem;
        right: 25px;
        top: 25px;
    }

    .about.mega-section {
        padding: 100px 0;
    }

    .about .text-area .about-text {
        font-size: 1.3rem;
        line-height: 1.6;
        margin-bottom: 35px;
    }

    .info-items-list .info-text {
        font-size: 1rem;
        line-height: 1.5;
    }

    .info-title {
        font-size: 1.3rem;
        margin-bottom: 8px;
    }

    .about-img {
        max-height: 520px;
    }

    .info-icon {
        font-size: 1.6rem;
        margin-right: 15px;
    }

    .blog.mega-section {
        padding: 100px 0;
    }

    .post-box {
        min-height: 450px;
        padding: 25px;
        margin-bottom: 25px;
    }

    .post-img-wrapper {
        height: 220px;
        margin-bottom: 18px;
    }

    .post-title {
        font-size: 1.4rem;
        line-height: 1.3;
        margin: 15px 0 10px 0;
    }

    .post-excerpt {
        font-size: 1rem;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        max-height: 4.5em;
    }

    .read-more {
        font-size: 1rem;
        padding-top: 12px;
    }

    .blog-date {
        font-size: 0.9rem;
    }

    .contact-us.mega-section {
        padding: 100px 0 50px 0;
    }

    .info-panel {
        min-height: 280px;
        padding: 30px 25px;
    }

    .location-title {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .location-card i, .location-card .icon {
        font-size: 1.6rem;
        padding: 18px;
        margin-top: 5px;
    }

    .card-content h6 {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }

    .card-content a {
        font-size: 1.1rem;
        line-height: 1.4;
    }

    .services-wrapper.service-2 {
        padding: 80px 0;
    }

    .single-service-box .icon {
        height: 260px;
        margin-bottom: 20px;
    }

    .content-overlay h4 {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .services-wrapper.service-2 .section-title h1 {
        font-size: 3rem;
        margin-bottom: 50px;
    }

    .services-wrapper.service-2 .single-service-box {
        padding: 25px;
    }

    .sub-menu.mega-menu {
        width: 350px;
        padding: 30px;
        gap: 18px;
    }

    .sub-menu.mega-menu a {
        padding: 14px 20px;
        font-size: 1.1rem;
    }

    .view-all-btn {
        padding: 12px 24px;
        font-size: 1rem;
    }

    .sec-heading {
        margin-bottom: 50px;
    }

    .title {
        font-size: 3.2rem;
        margin-bottom: 20px;
    }

    .btn, .btn-primary {
        padding: 15px 35px;
        font-size: 1.2rem;
        border-radius: 30px;
    }
}

/* ============================================================================
   UTILITY CLASSES - Apply to all screen sizes
============================================================================ */

/* Remove extra spacing */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Ensure no overflow issues */
body, html {
    overflow-x: hidden;
    width: 100%;
}

/* Responsive images */
img {
    max-width: 100%;
    height: auto;
}

/* Responsive tables */
table {
    width: 100%;
    table-layout: fixed;
}

/* Prevent text overflow */
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Responsive flex utilities */
.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

/* Responsive spacing utilities */
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

.p-0 { padding: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }

/* Hide elements on small screens */
@media (max-width: 575px) {
    .d-none-mobile {
        display: none !important;
    }
}

/* Hide elements on tablets */
@media (min-width: 576px) and (max-width: 991px) {
    .d-none-tablet {
        display: none !important;
    }
}

/* Hide elements on desktop */
@media (min-width: 992px) {
    .d-none-desktop {
        display: none !important;
    }
}

/* Text alignment utilities */
@media (max-width: 767px) {
    .text-center-mobile {
        text-align: center !important;
    }

    .text-left-mobile {
        text-align: left !important;
    }
}

/* ============================================================================
   HOVER EFFECTS - Scale appropriately across devices
============================================================================ */

/* Mobile - Reduced hover effects */
@media (max-width: 767px) {
    .service-box:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 15px rgba(9, 175, 244, 0.15) !important;
    }

    .post-box:hover {
        transform: translateY(-3px) !important;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
    }

    .info-panel:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 15px rgba(9, 175, 244, 0.1) !important;
    }

    .cta-link:hover {
        transform: translateY(-1px) !important;
        box-shadow: 0 4px 15px rgba(9, 175, 244, 0.2) !important;
    }

    .btn:hover, .btn-primary:hover {
        transform: translateY(-1px) !important;
        box-shadow: 0 4px 15px rgba(9, 175, 244, 0.2) !important;
    }
}

/* Tablet - Medium hover effects */
@media (min-width: 768px) and (max-width: 1199px) {
    .service-box:hover {
        transform: translateY(-4px) !important;
        box-shadow: 0 8px 25px rgba(9, 175, 244, 0.2) !important;
    }

    .post-box:hover {
        transform: translateY(-6px) !important;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3) !important;
    }

    .info-panel:hover {
        transform: translateY(-4px) !important;
        box-shadow: 0 8px 20px rgba(9, 175, 244, 0.15) !important;
    }

    .cta-link:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 20px rgba(9, 175, 244, 0.25) !important;
    }

    .btn:hover, .btn-primary:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 20px rgba(9, 175, 244, 0.25) !important;
    }
}

/* Desktop - Full hover effects */
@media (min-width: 1200px) {
    .service-box:hover {
        transform: translateY(-6px) !important;
        box-shadow: 0 12px 35px rgba(9, 175, 244, 0.25) !important;
        background: linear-gradient(135deg, #060922, #09aff4) !important;
    }

    .post-box:hover {
        transform: translateY(-10px) !important;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35) !important;
        border: 1px solid rgba(9, 175, 244, 0.4) !important;
    }

    .post-box:hover .post-img {
        transform: scale(1.08) !important;
    }

    .post-box:hover .post-title {
        color: #09aff4 !important;
    }

    .info-panel:hover {
        transform: translateY(-6px) !important;
        box-shadow: 0 12px 30px rgba(9, 175, 244, 0.18) !important;
    }

    .location-card:hover {
        transform: translateX(6px) !important;
    }

    .location-card:hover i, .location-card:hover .icon {
        background-color: #09aff4 !important;
        transform: scale(1.15) !important;
        color: white !important;
    }

    .card-content a:hover {
        color: #09aff4 !important;
        text-decoration: underline !important;
    }

    .cta-link:hover {
        transform: translateY(-3px) !important;
        box-shadow: 0 10px 25px rgba(9, 175, 244, 0.3) !important;
    }

    .btn:hover, .btn-primary:hover {
        transform: translateY(-3px) !important;
        box-shadow: 0 10px 25px rgba(9, 175, 244, 0.35) !important;
    }

    .read-more:hover {
        color: #ffffff !important;
        transform: translateX(6px) !important;
    }

    .social-icons a:hover {
        transform: scale(1.2) !important;
    }

    .social-icons a:hover i {
        color: #09aff4 !important;
    }

    .menu-link:hover {
        color: #09aff4 !important;
    }

    .sub-menu.mega-menu a:hover {
        background: #060922 !important;
        transform: translateX(5px) !important;
    }

    .view-all-btn:hover {
        background: #007bbf !important;
        transform: scale(1.05) !important;
    }

    .single-service-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .single-service-box:hover .icon {
        transform: scale(1.1);
    }

    .single-service-box:hover .content-overlay {
        opacity: 1;
    }
}

/* ============================================================================
   ANIMATION OPTIMIZATIONS - Reduce motion on smaller screens
============================================================================ */

@media (max-width: 767px) {
    /* Reduce animation duration on mobile */
    * {
        transition: all 0.2s ease !important;
    }

    /* Disable complex animations on mobile for performance */
    .wow {
        animation: none !important;
    }

    /* Simplify parallax effects */
    [data-tilt] {
        transform: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    /* Medium animation speed for tablets */
    * {
        transition: all 0.25s ease !important;
    }
}

/* ============================================================================
   PRINT STYLES - Optional but good for SEO
============================================================================ */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .header-basic,
    .social-icons,
    .btn,
    .cta-link {
        display: none !important;
    }

    .container {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .page-hero,
    .services,
    .about,
    .blog,
    .contact-us {
        padding: 20px 0 !important;
    }
}

/* ============================================================================
   ACCESSIBILITY IMPROVEMENTS
============================================================================ */

/* Focus states for keyboard navigation */
.menu-link:focus,
.cta-link:focus,
.btn:focus,
button:focus,
a:focus {
    outline: 2px solid #09aff4;
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .service-box,
    .post-box,
    .info-panel {
        border: 2px solid #ffffff !important;
    }
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ============================================================================
   DARK MODE SUPPORT (Optional enhancement)
============================================================================ */
@media (prefers-color-scheme: light) {
    /* Light mode overrides if needed */
    .service-box {
        background: #f8f9fa;
        color: #333;
    }
}

/* ============================================================================
   FINAL CLEANUP - Ensure no layout breaks
============================================================================ */

/* Prevent horizontal scrolling */
.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row > * {
    padding-left: 15px;
    padding-right: 15px;
}

/* Ensure images don't break layout */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Fix for very small screens - UPDATED */
@media (max-width: 320px) {
    .container {
        padding: 0 8px;
    }

    .menu-navbar {
        padding: 6px 0;
    }

    .logo-img {
        max-height: 30px;
    }

    .hero-title {
        font-size: 1.6rem;
        line-height: 1.1;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .page-hero {
        min-height: 100vh;
        padding: 70px 0 20px 0;
    }

    .service-title {
        font-size: 0.85rem;
    }

    .cta-link {
        padding: 8px 12px;
        font-size: 0.8rem;
        display: block;
        text-align: center;
        margin: 5px 0;
        width: 100%;
    }

    .hero-image-area img {
        max-width: 250px;
    }

    .social-icons {
        gap: 6px;
    }

    .social-icons i {
        font-size: 0.85rem;
    }
}

/* Additional Mobile Landscape Fix */
@media (max-width: 767px) and (orientation: landscape) {
    .page-hero {
        min-height: 100vh;
        padding: 90px 0 30px 0;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }
}

/* Ensure header doesn't cover content */
@media (max-width: 991px) {
    body {
        padding-top: 0;
    }

    .page-hero {
        position: relative;
        z-index: 1;
    }

    .header-basic {
        background-color: rgba(6, 9, 34, 0.95) !important;
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }
}

/* PROFESSIONAL MOBILE MENU - FIXED FOR SMALL SCREENS */
@media (max-width: 991px) {
    /* Hide desktop menu completely */
    .menu-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        max-width: 280px;
        height: 100vh;
        background: rgba(6, 9, 34, 0.95);
        backdrop-filter: blur(15px);
        z-index: 9999;
        padding: 80px 0 40px 0;
        transition: left 0.3s ease;
        overflow-y: auto;
    }

    .menu-wrapper .links-list {
        display: none !important;
    }

    /* Show hamburger button - FIXED */
    .controls-box {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .menu-toggler {
        display: block !important;
        width: 28px !important;
        height: 18px !important;
        position: relative !important;
        cursor: pointer !important;
        z-index: 10000 !important;
        background: transparent !important;
        border: none !important;
        padding: 5px !important;
    }

    .menu-toggler span {
        display: block !important;
        position: absolute !important;
        height: 2px !important;
        width: 100% !important;
        background: #fff !important;
        border-radius: 1px !important;
        transition: all 0.25s ease !important;
        left: 0 !important;
    }

    .menu-toggler span:nth-child(1) {
        top: 0 !important;
    }

    .menu-toggler span:nth-child(2) {
        top: 7px !important;
    }

    .menu-toggler span:nth-child(3) {
        top: 14px !important;
    }

    /* When menu is open - FIXED */
    .menu-wrapper.mobile-open {
        left: 0 !important;
        display: block !important;
    }

    .menu-wrapper.mobile-open .links-list {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 0 25px !important;
        gap: 0 !important;
        width: 100% !important;
    }

    /* Mobile menu items - FIXED */
    .mobile-open .menu-item {
        width: 100% !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        margin: 0 !important;
    }

    .mobile-open .menu-link {
        display: block !important;
        padding: 16px 0 !important;
        font-size: 1rem !important;
        color: #fff !important;
        text-decoration: none !important;
        transition: color 0.3s ease !important;
        width: 100% !important;
        border: none !important;
        background: transparent !important;
    }

    .mobile-open .menu-link:hover,
    .mobile-open .menu-link:focus {
        color: #09aff4 !important;
        background: rgba(9, 175, 244, 0.1) !important;
    }

    /* SERVICES SUBMENU - FIXED */
    .mobile-open .menu-item.has-sub-menu > .menu-link {
        position: relative !important;
        padding-right: 35px !important;
    }

    .mobile-open .menu-item.has-sub-menu > .menu-link::after {
        content: '+' !important;
        position: absolute !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        font-size: 1.3rem !important;
        transition: all 0.3s ease !important;
        color: #09aff4 !important;
        line-height: 1 !important;
    }

    .mobile-open .menu-item.has-sub-menu.expanded > .menu-link::after {
        content: '?' !important;
        transform: translateY(-50%) rotate(0deg) !important;
    }

    /* Mobile submenu container - FIXED */
    .mobile-open .sub-menu.mega-menu {
        position: static !important;
        background: rgba(9, 175, 244, 0.08) !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.4s ease !important;
        display: block !important;
    }

    .mobile-open .menu-item.has-sub-menu.expanded .sub-menu.mega-menu {
        max-height: 400px !important;
        padding: 10px 0 !important;
    }

    /* Mobile submenu items - FIXED */
    .mobile-open .sub-menu.mega-menu .mega-column {
        padding: 5px 0 !important;
        display: block !important;
    }

    .mobile-open .sub-menu.mega-menu a {
        display: block !important;
        padding: 10px 15px !important;
        margin: 1px 0 !important;
        background: transparent !important;
        color: rgba(255, 255, 255, 0.85) !important;
        font-size: 0.9rem !important;
        border-radius: 0 !important;
        transform: none !important;
        transition: all 0.25s ease !important;
        text-decoration: none !important;
    }

    .mobile-open .sub-menu.mega-menu a:hover,
    .mobile-open .sub-menu.mega-menu a:focus {
        background: rgba(9, 175, 244, 0.15) !important;
        color: #09aff4 !important;
        transform: translateX(8px) !important;
    }

    /* Hide view all button on mobile */
    .mobile-open .sub-menu.mega-menu .mega-footer,
    .mobile-open .sub-menu.mega-menu .view-all-btn {
        display: none !important;
    }

    /* Hamburger animation - FIXED */
    .menu-toggler.active span:nth-child(1) {
        transform: rotate(45deg) !important;
        top: 7px !important;
    }

    .menu-toggler.active span:nth-child(2) {
        opacity: 0 !important;
    }

    .menu-toggler.active span:nth-child(3) {
        transform: rotate(-45deg) !important;
        top: 7px !important;
    }

    /* Overlay - FIXED */
    .mobile-menu-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: rgba(0, 0, 0, 0.6) !important;
        z-index: 9998 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: all 0.3s ease !important;
    }

    .mobile-menu-overlay.active {
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* Body lock when menu open */
    body.menu-open {
        overflow: hidden !important;
    }
}

/* EXTRA SMALL SCREENS - Infinix Hot 8 specific */
@media (max-width: 480px) {
    .menu-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }

    .menu-toggler {
        width: 24px !important;
        height: 16px !important;
        padding: 8px !important;
    }

    .menu-toggler span:nth-child(2) {
        top: 6px !important;
    }

    .menu-toggler span:nth-child(3) {
        top: 12px !important;
    }

    .menu-toggler.active span:nth-child(1) {
        top: 6px !important;
    }

    .menu-toggler.active span:nth-child(3) {
        top: 6px !important;
    }

    .mobile-open .menu-link {
        font-size: 0.95rem !important;
        padding: 14px 0 !important;
    }
}

/* DESKTOP ONLY - Keep original hover behavior */
@media (min-width: 992px) {
    .controls-box .menu-toggler {
        display: none !important;
    }

    .menu-wrapper .links-list {
        display: flex !important;
    }

    /* Desktop hover dropdown */
    .menu-item.has-sub-menu:hover .sub-menu.mega-menu {
        display: flex !important;
    }
}

/* Fix for very large screens */
@media (min-width: 2560px) {
    html {
        font-size: 20px;
    }

    .container {
        max-width: 1800px;
    }
}

/* Ensure smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Final spacing reset */
section, div, article, aside {
    margin: 0;
}

/* Responsive font scaling for better readability */
@media (max-width: 480px) {
    body {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    body {
        font-size: 15px;
        line-height: 1.5;
    }
}

@media (min-width: 769px) {
    body {
        font-size: 16px;
        line-height: 1.6;
    }
}
/* FORCE HAMBURGER MENU - ADD THIS AT THE TOP OF responsive.css */
@media (max-width: 991px) {
    /* FORCE SHOW HAMBURGER */
    .controls-box {
        display: block !important;
        position: relative !important;
        z-index: 10001 !important;
    }

    .menu-toggler {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-around !important;
        width: 30px !important;
        height: 20px !important;
        cursor: pointer !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative !important;
        z-index: 10001 !important;
    }

    .menu-toggler span {
        display: block !important;
        width: 100% !important;
        height: 3px !important;
        background: #ffffff !important;
        border-radius: 1px !important;
        transition: all 0.3s ease !important;
        transform-origin: center !important;
    }

    /* FORCE HIDE DESKTOP MENU */
    .menu-wrapper .links-list {
        display: none !important;
    }

    /* MOBILE MENU CONTAINER */
    .menu-wrapper {
        position: fixed !important;
        top: 0 !important;
        left: -300px !important;
        width: 280px !important;
        height: 100vh !important;
        background: #060922 !important;
        z-index: 10000 !important;
        padding: 80px 20px 40px !important;
        transition: left 0.4s ease !important;
        overflow-y: auto !important;
        box-shadow: 2px 0 10px rgba(0,0,0,0.3) !important;
    }

    /* SHOW MOBILE MENU WHEN OPEN */
    .menu-wrapper.mobile-open {
        left: 0 !important;
    }

    .menu-wrapper.mobile-open .links-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 5px !important;
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* MOBILE MENU ITEMS */
    .mobile-open .menu-item {
        width: 100% !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
        margin: 0 !important;
    }

    .mobile-open .menu-link {
        display: block !important;
        padding: 15px 5px !important;
        color: #ffffff !important;
        font-size: 16px !important;
        text-decoration: none !important;
        transition: color 0.3s ease !important;
        border: none !important;
        background: transparent !important;
        text-align: left !important;
        width: 100% !important;
    }

    .mobile-open .menu-link:hover,
    .mobile-open .menu-link:active,
    .mobile-open .menu-link:focus {
        color: #09aff4 !important;
        background: rgba(9,175,244,0.1) !important;
    }

    /* HAMBURGER ANIMATION */
    .menu-toggler.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px) !important;
        background: #09aff4 !important;
    }

    .menu-toggler.active span:nth-child(2) {
        opacity: 0 !important;
    }

    .menu-toggler.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px) !important;
        background: #09aff4 !important;
    }

    /* OVERLAY */
    .mobile-menu-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: rgba(0, 0, 0, 0.6) !important;
        z-index: 9999 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: all 0.3s ease !important;
    }

    .mobile-menu-overlay.active {
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* PREVENT BODY SCROLL */
    body.menu-open {
        overflow: hidden !important;
    }
}