.appie-header-main-menu ul > li .big-device-none {
    display: none;
}

/* ============================================
   COMPREHENSIVE RESPONSIVE STYLES FOR ALL DEVICES
   ============================================ */

/* Extra Large Desktop :1400px and above */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* Large Desktop :1200px to 1399px */
@media (min-width: 1200px) and (max-width: 1399px) {
    .shop-small-left-slider-active {
        max-width: 309px;
        transform: rotate(0);
        position: inherit;
        top: inherit;
        left: inherit;
        margin-left: 130px;
    }
    
    /* Typography adjustments */
    h1 { font-size: 42px !important; }
    h2 { font-size: 36px !important; }
    h3 { font-size: 30px !important; }
    h4 { font-size: 24px !important; }
}

/* Normal Desktop :992px to 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
    .appie-header-main-menu ul li .mega-menu-main-wrap {
        width: 930px;
        left: -161px;
    }
    .appie-header-main-menu ul li .pages-mega-menu {
        width: 933px !important;
        padding: 15px 0px !important;
        left: -237px;
        padding-left: 9px !important;
    }
    .pages-mega-menu.mega-menu-mainn-wrap ul {
        margin: 0 21px;
    }

    .appie-header-main-menu ul li .pages-mega-menu.blog-mega-menu  {
        width: 672px !important;
        padding: 15px 0px !important;
        left: -237px;
        padding-left: 9px !important;
        padding-left: 20px !important;
    }
    .blog-wrap-ul {
        width: 24% !important;
    }
    .mega-menu-recent-ports {
        width: 306px;
        margin-left: -40px;
    }
    .mega-r-post {
        margin-left: -40px;
    }
    .blog-comment {
        margin-left: 0;
    }
    .shop-small-left-slider-active {
        max-width: 310px;
        transform: rotate(0);
        position: inherit;
        top: inherit;
        left: 80px;
        display: block;
    }
    
    /* Typography */
    h1 { font-size: 38px !important; }
    h2 { font-size: 32px !important; }
    h3 { font-size: 28px !important; }
    h4 { font-size: 22px !important; }
    
    /* Hero section */
    .appie-hero-content h2 {
        font-size: 36px !important;
    }
    
    /* Footer adjustments */
    .appie-footer-area .footer-navigation {
        margin-bottom: 30px;
    }
}

/* Tablet Desktop :768px to 991px */
@media (min-width: 768px) and (max-width: 991px) {
    .appie-header-main-menu ul > li .big-device-none {
        display: block;
    } 
    .shop-small-left-slider-active {
        max-width: 310px;
        transform: rotate(0deg);
        position: inherit;
        top: inherit;
        left: 190px;
    }
    
    /* Typography */
    h1 { font-size: 32px !important; }
    h2 { font-size: 28px !important; }
    h3 { font-size: 24px !important; }
    h4 { font-size: 20px !important; }
    
    /* Header - Tablet - Complete Fix */
    .appie-header-area {
        padding: 15px 0;
        position: relative;
        z-index: 999;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    .appie-header-area .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-nav-box .row {
        align-items: center;
        margin: 0;
    }
    .header-nav-box .row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* Logo - Tablet */
    .appie-header-area .appie-logo-box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .appie-header-area .appie-logo-box img {
        max-width: 120px;
        height: auto;
    }
    
    /* Main Menu - Hidden on Tablet */
    .appie-header-main-menu {
        display: none !important;
    }
    .header-nav-box .row > div.col-lg-7 {
        display: none !important;
    }
    
    /* Button Box - Tablet */
    .professional-btn-box {
        display: flex !important;
        align-items: center;
        gap: 10px;
        justify-content: flex-end;
        flex-wrap: nowrap;
        width: 100%;
    }
    .professional-login-btn {
        font-size: 13px;
        padding: 8px 16px;
        line-height: 38px;
        min-width: auto;
        white-space: nowrap;
        border-radius: 6px;
    }
    .professional-login-btn span {
        display: inline-block;
    }
    .professional-login-btn i {
        margin-right: 6px;
        font-size: 14px;
    }
    .professional-cta-btn {
        font-size: 13px;
        padding: 8px 18px;
        line-height: 38px;
        min-width: auto;
        white-space: nowrap;
        border-radius: 6px;
    }
    .professional-cta-btn span {
        display: inline-block;
    }
    .professional-cta-btn i {
        margin-right: 6px;
        font-size: 14px;
    }
    
    /* Toggle Button - Tablet */
    .professional-toggle {
        display: block !important;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: transparent;
        border: none;
        color: #0e1133;
        font-size: 20px;
        cursor: pointer;
        margin-left: 10px;
        padding: 0;
        border-radius: 4px;
        transition: all 0.3s;
    }
    .professional-toggle:hover {
        background: rgba(0,0,0,0.05);
    }
    
    /* Header Column Adjustments - Tablet */
    .header-nav-box .row > div.col-lg-2 {
        flex: 0 0 auto;
        width: auto;
        max-width: 30%;
    }
    .header-nav-box .row > div.col-lg-3 {
        flex: 0 0 auto;
        width: auto;
        max-width: 70%;
        text-align: right;
    }
    
    /* Offcanvas Menu - Tablet */
    .offcanvas_menu {
        max-width: 350px;
    }
    .offcanvas_menu_wrapper {
        padding: 25px;
    }
    .offcanvas-brand img {
        max-width: 140px;
    }
    .offcanvas_main_menu li a {
        font-size: 17px;
        padding: 16px 0;
    }
    
    /* Hero section */
    .appie-hero-content {
        text-align: center;
        margin-bottom: 40px;
    }
    .appie-hero-content h2 {
        font-size: 32px !important;
    }
    .appie-hero-content p {
        font-size: 16px;
    }
    
    /* Page title */
    .appie-page-title-item h1 {
        font-size: 28px !important;
    }
    .breadcrumbs-bg-height {
        height: 180px !important;
    }
    
    /* Pricing cards */
    .pricing-one__single {
        margin-bottom: 30px;
    }
    
    /* Contact form */
    .contact-form {
        padding: 35px 25px !important;
    }
    
    /* Service cards */
    .service-feature-box {
        margin-bottom: 30px;
    }
    
    /* Footer - Tablet - Complete Fix */
    .appie-footer-area {
        padding: 70px 0 50px;
        background: #0a0e27;
    }
    .appie-footer-area .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .appie-footer-area .row {
        margin: 0;
    }
    .appie-footer-area .row > div {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 40px;
    }
    .appie-footer-area .row > div:last-child {
        margin-bottom: 0;
    }
    
    /* Footer About Widget - Tablet */
    .footer-about-widget {
        margin-bottom: 40px;
    }
    .footer-about-widget .logo {
        margin-bottom: 25px;
    }
    .footer-about-widget .logo img {
        max-width: 140px;
        height: auto;
    }
    .footer-description {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 20px;
        color: rgba(255,255,255,0.8);
    }
    .footer-read-more {
        font-size: 15px;
        color: #fff !important;
        transition: all 0.3s;
    }
    .footer-read-more:hover {
        color: rgba(255,255,255,0.9) !important;
        padding-left: 5px;
    }
    
    /* Footer Navigation - Tablet */
    .footer-navigation {
        margin-bottom: 40px;
    }
    .footer-navigation h4,
    .footer-widget-info h4 {
        font-size: 19px;
        margin-bottom: 22px;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .footer-navigation h4 i,
    .footer-widget-info h4 i {
        font-size: 17px;
    }
    .footer-navigation ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footer-navigation ul li {
        margin-bottom: 10px;
    }
    .footer-navigation ul li a {
        font-size: 15px;
        padding: 9px 0;
        color: rgba(255,255,255,0.8);
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s;
    }
    .footer-navigation ul li a:hover {
        color: #fff;
        padding-left: 5px;
    }
    .footer-navigation ul li a i {
        font-size: 10px;
    }
    
    /* Footer Widget Info - Tablet */
    .footer-widget-info {
        margin-bottom: 40px;
    }
    .professional-footer-info ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .professional-footer-info ul li {
        margin-bottom: 25px;
    }
    .professional-footer-info ul li:last-child {
        margin-bottom: 0;
    }
    .professional-footer-info ul li a {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        text-decoration: none;
        transition: all 0.3s;
    }
    .professional-footer-info ul li a:hover {
        transform: translateX(5px);
    }
    .professional-footer-info .info-icon-wrapper {
        width: 50px;
        height: 50px;
        min-width: 50px;
        background: rgba(255,255,255,0.1);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
    }
    .professional-footer-info ul li a:hover .info-icon-wrapper {
        background: rgba(255,255,255,0.15);
    }
    .professional-footer-info .info-icon-wrapper i {
        font-size: 20px;
        color: #fff;
    }
    .professional-footer-info .info-content {
        flex: 1;
    }
    .professional-footer-info .info-label {
        display: block;
        font-size: 11px;
        font-weight: 600;
        color: rgba(255,255,255,0.6);
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }
    .professional-footer-info .info-value {
        display: block;
        font-size: 15px;
        color: #fff;
        line-height: 1.6;
        word-break: break-word;
    }
    
    /* Footer Copyright - Tablet */
    .footer-copyright {
        padding-top: 30px !important;
        flex-wrap: wrap;
        gap: 15px;
        border-top: 1px solid rgba(255,255,255,0.1);
        align-items: center;
    }
    .footer-cta-btn {
        padding: 12px 25px;
        font-size: 14px;
        background: rgba(255,255,255,0.1);
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 8px;
        color: #fff;
        transition: all 0.3s;
        white-space: nowrap;
    }
    .footer-cta-btn:hover {
        background: rgba(255,255,255,0.2);
        border-color: rgba(255,255,255,0.3);
        transform: translateY(-2px);
    }
    .footer-cta-btn i {
        margin-right: 8px;
    }
    .copyright-text {
        font-size: 14px;
        color: rgba(255,255,255,0.7);
        margin: 0;
    }
    .copyright-text strong {
        color: #fff;
    }
    
    /* Footer Grid - Tablet */
    .appie-footer-area .row > div.col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .appie-footer-area .row > div.col-lg-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .appie-footer-area .row > div.col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    /* Footer Grid - Smaller Tablets (850px and below) */
    @media (max-width: 850px) {
        .appie-footer-area .row > div.col-lg-4,
        .appie-footer-area .row > div.col-lg-2,
        .appie-footer-area .row > div.col-lg-3 {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    
    /* About page */
    .mission-vision-box {
        padding: 40px 30px !important;
    }
    
    /* FAQ section */
    .faq-header-item {
        padding: 20px 25px !important;
    }
    .faq-question {
        font-size: 16px !important;
    }
    
    /* Contact info cards */
    .contact-info-card {
        margin-bottom: 30px;
    }
}

/* Large Mobile :576px to 767px */
@media (min-width: 576px) and (max-width: 767px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .shop-small-left-slider-active {
        max-width: 310px;
        transform: rotate(0deg);
        position: inherit;
        top: inherit;
        left: 50px;
    }
    
    /* Typography */
    h1 { font-size: 28px !important; }
    h2 { font-size: 24px !important; }
    h3 { font-size: 22px !important; }
    h4 { font-size: 18px !important; }
    
    /* Header - Large Mobile */
    .appie-header-area {
        padding: 15px 0;
        position: relative;
        z-index: 999;
    }
    .appie-header-area .appie-logo-box {
        display: flex;
        align-items: center;
    }
    .appie-header-area .appie-logo-box img {
        max-width: 100px;
        height: auto;
    }
    .appie-header-main-menu {
        display: none !important;
    }
    .professional-btn-box {
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: flex-end;
        flex-wrap: nowrap;
    }
    .professional-login-btn {
        font-size: 12px;
        padding: 8px 15px;
        line-height: 36px;
        min-width: auto;
    }
    .professional-login-btn span {
        display: none;
    }
    .professional-login-btn i {
        margin-right: 0;
        font-size: 16px;
    }
    .professional-cta-btn {
        font-size: 12px;
        padding: 8px 15px;
        line-height: 36px;
        min-width: auto;
    }
    .professional-cta-btn span {
        display: none;
    }
    .professional-cta-btn i {
        margin-right: 0;
        font-size: 16px;
    }
    .professional-toggle {
        display: block !important;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background: transparent;
        border: none;
        color: #0e1133;
        font-size: 20px;
        cursor: pointer;
        margin-left: 8px;
        padding: 0;
    }
    .header-nav-box .row {
        align-items: center;
    }
    .header-nav-box .row > div {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    /* Hero section */
    .appie-hero-content {
        text-align: center;
        margin-bottom: 30px;
    }
    .appie-hero-content h2 {
        font-size: 28px !important;
        line-height: 1.3;
    }
    .appie-hero-content p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .appie-hero-thumb {
        text-align: center;
    }
    
    /* Page title */
    .appie-page-title-item h1 {
        font-size: 24px !important;
    }
    .breadcrumbs-bg-height {
        height: 160px !important;
    }
    .appie-page-title-item .thumb img {
        max-width: 150px;
    }
    
    /* Pricing */
    .pricing-one__single {
        margin-bottom: 25px;
    }
    .price-range {
        font-size: 36px;
    }
    
    /* Contact */
    .contact-form {
        padding: 30px 20px !important;
    }
    .contact-form h4 {
        font-size: 24px !important;
    }
    .contact-info-card {
        padding: 30px 20px 20px !important;
        margin-bottom: 25px;
    }
    .contact-icon-wrapper {
        width: 50px !important;
        height: 50px !important;
        top: -15px !important;
    }
    .contact-icon-wrapper i {
        font-size: 20px !important;
    }
    .contact-value a {
        font-size: 16px !important;
    }
    .website-info-box {
        padding: 35px 25px !important;
    }
    .website-info-box h4 {
        font-size: 22px !important;
    }
    
    /* About page */
    .about-content h3 {
        font-size: 24px !important;
    }
    .mission-vision-box {
        padding: 35px 25px !important;
    }
    .mission-box h4,
    .vision-box h4 {
        font-size: 20px !important;
    }
    .appie-single-service {
        margin-bottom: 25px;
    }
    
    /* Service page */
    .service-hero-content h1 {
        font-size: 28px !important;
    }
    .service-hero-content p {
        font-size: 16px;
    }
    .service-feature-box {
        padding: 30px 20px !important;
        margin-bottom: 25px;
    }
    .section-title {
        font-size: 22px !important;
    }
    .profit-header-item {
        padding: 20px !important;
    }
    .profit-title {
        font-size: 16px !important;
    }
    .profit-item-icon {
        width: 40px !important;
        height: 40px !important;
        margin-right: 12px !important;
    }
    
    /* FAQ */
    .faq-main-title {
        font-size: 32px !important;
    }
    .faq-header-item {
        padding: 20px !important;
    }
    .faq-question {
        font-size: 15px !important;
        padding-right: 15px !important;
    }
    .faq-icon {
        width: 28px !important;
        height: 28px !important;
    }
    .faq-body {
        padding: 20px !important;
    }
    
    /* Footer */
    .appie-footer-area {
        padding: 60px 0 40px;
    }
    .footer-about-widget,
    .footer-navigation,
    .footer-widget-info {
        margin-bottom: 35px;
    }
    .footer-copyright {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .copyright-text {
        font-size: 14px;
    }
}

/* Small Mobile :320px to 575px */
@media (max-width: 767px) {
    .shop-small-left-slider-active {
        max-width: 310px;
        transform: rotate(0deg);
        position: inherit;
        top: inherit;
        left: 4px;
    }
    .animated_btn.animated_btn-ios {
        padding: 1px 40px;
        margin-bottom: 20px;
    }
    .appie-hero-content ul li {
        margin-bottom: 0;
    }
    
    /* Typography */
    h1 { font-size: 24px !important; line-height: 1.3; }
    h2 { font-size: 22px !important; line-height: 1.3; }
    h3 { font-size: 20px !important; line-height: 1.3; }
    h4 { font-size: 18px !important; line-height: 1.3; }
    h5 { font-size: 16px !important; }
    h6 { font-size: 14px !important; }
    
    /* Container */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header - Small Mobile */
    .appie-header-area {
        padding: 12px 0;
        position: relative;
        z-index: 999;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    .appie-header-area .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .appie-header-area .appie-logo-box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .appie-header-area .appie-logo-box img {
        max-width: 90px;
        height: auto;
    }
    .appie-header-main-menu {
        display: none !important;
    }
    .professional-btn-box {
        display: flex;
        align-items: center;
        gap: 6px;
        justify-content: flex-end;
        flex-wrap: nowrap;
    }
    .professional-login-btn {
        font-size: 11px;
        padding: 6px 12px;
        line-height: 34px;
        min-width: auto;
        border-radius: 6px;
    }
    .professional-login-btn span {
        display: none;
    }
    .professional-login-btn i {
        margin-right: 0;
        font-size: 15px;
    }
    .professional-cta-btn {
        font-size: 11px;
        padding: 6px 12px;
        line-height: 34px;
        min-width: auto;
        border-radius: 6px;
    }
    .professional-cta-btn span {
        display: none;
    }
    .professional-cta-btn i {
        margin-right: 0;
        font-size: 15px;
    }
    .professional-toggle {
        display: block !important;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background: transparent;
        border: none;
        color: #0e1133;
        font-size: 18px;
        cursor: pointer;
        margin-left: 6px;
        padding: 0;
        border-radius: 4px;
    }
    .professional-toggle:hover {
        background: rgba(0,0,0,0.05);
    }
    .header-nav-box .row {
        align-items: center;
        margin: 0;
    }
    .header-nav-box .row > div {
        padding-left: 5px;
        padding-right: 5px;
    }
    .header-nav-box .row > div.col-lg-2 {
        flex: 0 0 auto;
        width: auto;
        max-width: 50%;
    }
    .header-nav-box .row > div.col-lg-3 {
        flex: 0 0 auto;
        width: auto;
        max-width: 50%;
    }
    
    /* Offcanvas Menu - Mobile */
    .offcanvas_menu {
        width: 100%;
        max-width: 320px;
    }
    .offcanvas_menu_wrapper {
        padding: 20px;
    }
    .canvas_close {
        text-align: right;
        margin-bottom: 20px;
    }
    .canvas_close a {
        font-size: 24px;
        color: #0e1133;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #f5f5f5;
    }
    .offcanvas-brand {
        margin-bottom: 30px;
    }
    .offcanvas-brand img {
        max-width: 120px;
        height: auto;
    }
    .offcanvas_main_menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .offcanvas_main_menu li {
        margin-bottom: 0;
        border-bottom: 1px solid #f0f0f0;
    }
    .offcanvas_main_menu li a {
        display: block;
        padding: 15px 0;
        color: #0e1133;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s;
    }
    .offcanvas_main_menu li a:hover,
    .offcanvas_main_menu li.active a {
        color: #7367f0;
        padding-left: 10px;
    }
    .offcanvas-social {
        margin: 30px 0;
        padding-top: 30px;
        border-top: 1px solid #f0f0f0;
    }
    .offcanvas-social ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    .offcanvas-social ul li a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f5f5f5;
        border-radius: 50%;
        color: #0e1133;
        font-size: 18px;
        transition: all 0.3s;
    }
    .offcanvas-social ul li a:hover {
        background: #7367f0;
        color: #fff;
    }
    .offcanvas_menu .footer-widget-info {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #f0f0f0;
    }
    .offcanvas_menu .footer-widget-info ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .offcanvas_menu .footer-widget-info ul li {
        margin-bottom: 12px;
    }
    .offcanvas_menu .footer-widget-info ul li a {
        color: #505056;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .offcanvas_menu .footer-widget-info ul li a i {
        width: 20px;
        text-align: center;
    }
    
    /* Hero section */
    .appie-hero-area {
        padding: 40px 0;
    }
    .appie-hero-content {
        text-align: center;
        margin-bottom: 30px;
    }
    .appie-hero-content span {
        font-size: 12px;
    }
    .appie-hero-content h2 {
        font-size: 24px !important;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .appie-hero-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .main-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
    .appie-hero-thumb {
        text-align: center;
    }
    .appie-hero-thumb img {
        max-width: 100%;
        height: auto;
    }
    
    /* Page title */
    .appie-page-title-area {
        padding: 30px 0;
    }
    .appie-page-title-item h1 {
        font-size: 22px !important;
    }
    .breadcrumbs-bg-height {
        height: 140px !important;
    }
    .breadcrumb {
        font-size: 12px;
    }
    .appie-page-title-item .thumb {
        display: none;
    }
    
    /* Section titles */
    .appie-section-title h3 {
        font-size: 22px !important;
    }
    .appie-section-title p {
        font-size: 14px;
    }
    
    /* Pricing */
    .appie-pricing-area {
        padding: 50px 0;
    }
    .pricing-one__single {
        margin-bottom: 25px;
    }
    .pricig-heading h6 {
        font-size: 18px;
    }
    .price-range {
        font-size: 32px;
    }
    .price-range sup {
        font-size: 20px;
    }
    .pricig-body ul li {
        font-size: 14px;
        padding: 8px 0;
    }
    .pricing-btn .main-btn {
        width: 100%;
    }
    
    /* Contact */
    .contact-section {
        padding: 50px 0 !important;
    }
    .contact-header-section h3 {
        font-size: 28px !important;
    }
    .contact-form {
        padding: 25px 15px !important;
    }
    .contact-form h4 {
        font-size: 22px !important;
    }
    .contact-form p {
        font-size: 14px;
    }
    .contact-info-card {
        padding: 25px 15px 15px !important;
        margin-bottom: 20px;
    }
    .contact-icon-wrapper {
        width: 45px !important;
        height: 45px !important;
        top: -12px !important;
        left: 15px !important;
    }
    .contact-icon-wrapper i {
        font-size: 18px !important;
    }
    .contact-label {
        font-size: 10px !important;
    }
    .contact-value a {
        font-size: 14px !important;
    }
    .website-info-box {
        padding: 30px 20px !important;
    }
    .website-info-box h4 {
        font-size: 20px !important;
    }
    .website-info-box p {
        font-size: 14px;
    }
    .quick-support-box {
        padding: 25px 20px !important;
        margin-top: 25px;
    }
    .quick-support-box h5 {
        font-size: 18px !important;
    }
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        font-size: 14px !important;
        padding: 12px 15px !important;
    }
    label {
        font-size: 14px !important;
    }
    
    /* About page */
    .appie-service-area {
        padding: 50px 0;
    }
    .about-content h3 {
        font-size: 22px !important;
        margin-bottom: 20px;
    }
    .about-content p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .about-image {
        margin-top: 30px;
    }
    .mission-vision-box {
        padding: 30px 20px !important;
    }
    .mission-box .icon,
    .vision-box .icon {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 20px !important;
    }
    .mission-box .icon i,
    .vision-box .icon i {
        font-size: 30px !important;
    }
    .mission-box h4,
    .vision-box h4 {
        font-size: 18px !important;
        margin-bottom: 15px;
    }
    .mission-box p,
    .vision-box p {
        font-size: 14px;
    }
    .appie-single-service {
        margin-bottom: 25px;
        padding: 30px 20px !important;
    }
    .appie-single-service .icon {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 20px !important;
    }
    .appie-single-service .icon i {
        font-size: 28px !important;
    }
    .appie-single-service h4 {
        font-size: 16px !important;
        margin-bottom: 12px;
    }
    .appie-single-service p {
        font-size: 13px;
    }
    
    /* Service page */
    .appie-service-details-area {
        padding: 50px 0 !important;
    }
    .service-hero-content h1 {
        font-size: 24px !important;
        margin-bottom: 20px;
    }
    .service-hero-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .section-badge {
        padding: 6px 15px !important;
        font-size: 11px !important;
    }
    .feature-badge {
        padding: 8px 15px !important;
        font-size: 12px !important;
        margin-bottom: 10px;
    }
    .service-feature-box {
        padding: 25px 20px !important;
        margin-bottom: 20px;
    }
    .service-feature-box .icon {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 20px !important;
    }
    .service-feature-box .icon i {
        font-size: 28px !important;
    }
    .service-feature-box h4 {
        font-size: 16px !important;
        margin-bottom: 12px;
    }
    .service-feature-box p {
        font-size: 13px;
    }
    .section-header {
        flex-direction: column;
        align-items: flex-start !important;
        margin-bottom: 30px !important;
    }
    .section-icon-wrapper {
        width: 50px !important;
        height: 50px !important;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }
    .section-icon-wrapper i {
        font-size: 24px !important;
    }
    .section-title {
        font-size: 20px !important;
        margin-bottom: 8px;
    }
    .section-subtitle {
        font-size: 13px !important;
    }
    .what-we-offer-section p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .plan-benefits-section {
        padding: 25px 20px !important;
    }
    .benefit-item {
        padding: 8px 12px !important;
        margin-bottom: 8px;
    }
    .check-icon {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
        max-width: 28px !important;
        max-height: 28px !important;
        margin-right: 10px !important;
    }
    .check-icon i {
        font-size: 12px !important;
    }
    .benefit-item span {
        font-size: 13px !important;
    }
    .profit-header-item {
        padding: 18px 15px !important;
        flex-wrap: wrap;
    }
    .profit-item-icon {
        width: 40px !important;
        height: 40px !important;
        margin-right: 12px !important;
    }
    .profit-item-icon i {
        font-size: 18px !important;
    }
    .profit-title {
        font-size: 14px !important;
        flex: 1;
        min-width: 0;
    }
    .profit-icon {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        min-height: 32px !important;
        max-width: 32px !important;
        max-height: 32px !important;
    }
    .profit-icon i {
        font-size: 14px !important;
    }
    .profit-body {
        padding: 18px 15px !important;
    }
    .profit-body p {
        font-size: 13px !important;
    }
    .service-cta {
        padding: 30px 20px !important;
    }
    .service-cta h3 {
        font-size: 20px !important;
    }
    .service-cta p {
        font-size: 14px !important;
    }
    
    /* FAQ */
    .faq-section {
        padding: 50px 0 !important;
    }
    .faq-title-section {
        margin-bottom: 30px;
    }
    .faq-subtitle {
        font-size: 11px !important;
        margin-bottom: 12px !important;
    }
    .faq-main-title {
        font-size: 26px !important;
        margin-bottom: 15px !important;
    }
    .faq-title-section p {
        font-size: 14px;
    }
    .faq-item {
        margin-bottom: 15px !important;
    }
    .faq-header-item {
        padding: 18px 15px !important;
    }
    .faq-question {
        font-size: 14px !important;
        padding-right: 12px !important;
    }
    .faq-icon {
        width: 26px !important;
        height: 26px !important;
        flex-shrink: 0;
    }
    .faq-icon i {
        font-size: 12px !important;
    }
    .faq-body {
        padding: 18px 15px !important;
    }
    .faq-body p {
        font-size: 13px !important;
    }
    
    /* Footer - Small Mobile */
    .appie-footer-area {
        padding: 50px 0 30px;
        background: #0a0e27;
    }
    .footer-about-widget,
    .footer-navigation,
    .footer-widget-info {
        margin-bottom: 30px;
    }
    .footer-about-widget .logo {
        margin-bottom: 20px;
    }
    .footer-about-widget .logo img {
        max-width: 120px;
        height: auto;
    }
    .footer-description {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 20px;
        color: rgba(255,255,255,0.8);
    }
    .footer-read-more {
        font-size: 14px;
        color: #fff !important;
    }
    .footer-navigation h4,
    .footer-widget-info h4 {
        font-size: 18px;
        margin-bottom: 20px;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .footer-navigation h4 i,
    .footer-widget-info h4 i {
        font-size: 16px;
    }
    .footer-navigation ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footer-navigation ul li {
        margin-bottom: 8px;
    }
    .footer-navigation ul li a {
        font-size: 14px;
        padding: 8px 0;
        color: rgba(255,255,255,0.8);
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s;
    }
    .footer-navigation ul li a:hover {
        color: #fff;
        padding-left: 5px;
    }
    .footer-navigation ul li a i {
        font-size: 10px;
    }
    .professional-footer-info ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .professional-footer-info ul li {
        margin-bottom: 20px;
    }
    .professional-footer-info ul li a {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        text-decoration: none;
        transition: all 0.3s;
    }
    .professional-footer-info .info-icon-wrapper {
        width: 45px;
        height: 45px;
        min-width: 45px;
        background: rgba(255,255,255,0.1);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .professional-footer-info .info-icon-wrapper i {
        font-size: 18px;
        color: #fff;
    }
    .professional-footer-info .info-content {
        flex: 1;
    }
    .professional-footer-info .info-label {
        display: block;
        font-size: 11px;
        font-weight: 600;
        color: rgba(255,255,255,0.6);
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }
    .professional-footer-info .info-value {
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 1.5;
    }
    .footer-copyright {
        flex-direction: column;
        text-align: center;
        padding-top: 25px !important;
        gap: 15px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    .footer-cta-btn {
        width: 100%;
        text-align: center;
        padding: 12px 25px;
        font-size: 14px;
        background: rgba(255,255,255,0.1);
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 8px;
        color: #fff;
        transition: all 0.3s;
    }
    .footer-cta-btn:hover {
        background: rgba(255,255,255,0.2);
        border-color: rgba(255,255,255,0.3);
    }
    .copyright-text {
        font-size: 13px;
        color: rgba(255,255,255,0.7);
    }
    .copyright-text strong {
        color: #fff;
    }
    
    /* Statistics */
    .appie-fun-fact-content h3 {
        font-size: 22px !important;
    }
    .appie-fun-fact-content p {
        font-size: 14px;
    }
    .appie-fun-fact-item h4 {
        font-size: 28px !important;
    }
    .appie-fun-fact-item span {
        font-size: 13px;
    }
    
    /* How it works */
    .appie-how-it-work-content h2 {
        font-size: 22px !important;
    }
    .appie-how-it-work-content p {
        font-size: 14px;
    }
    .how-it-work-box {
        margin-bottom: 20px;
    }
    .how-it-work-box span {
        font-size: 36px;
    }
    .how-it-work-box h5 {
        font-size: 14px !important;
    }
    
    /* Project section */
    .appie-project-content h3 {
        font-size: 22px !important;
    }
    .appie-project-content p {
        font-size: 14px;
    }
    
    /* General spacing adjustments */
    .mb-80 { margin-bottom: 40px !important; }
    .mb-70 { margin-bottom: 35px !important; }
    .mb-60 { margin-bottom: 30px !important; }
    .mb-50 { margin-bottom: 25px !important; }
    .mb-40 { margin-bottom: 20px !important; }
    .mb-30 { margin-bottom: 15px !important; }
    .mt-40 { margin-top: 20px !important; }
    .mt-30 { margin-top: 15px !important; }
    .pt-100 { padding-top: 50px !important; }
    .pb-100 { padding-bottom: 50px !important; }
    .pt-90 { padding-top: 45px !important; }
    .pb-90 { padding-bottom: 45px !important; }
    .pt-120 { padding-top: 60px !important; }
    .pb-120 { padding-bottom: 60px !important; }
}

/* Extra Small Mobile :320px to 400px */
@media (max-width: 400px) {
    .shop-small-left-slider-active {
        left: 30px;
    }
    
    /* Typography */
    h1 { font-size: 20px !important; }
    h2 { font-size: 18px !important; }
    h3 { font-size: 16px !important; }
    h4 { font-size: 15px !important; }
    
    /* Header */
    .appie-header-area .appie-logo-box img {
        max-width: 80px;
    }
    
    /* Hero */
    .appie-hero-content h2 {
        font-size: 20px !important;
    }
    
    /* Contact form */
    .contact-form {
        padding: 20px 12px !important;
    }
    
    /* Buttons */
    .main-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* Landscape orientation for tablets */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .appie-hero-content {
        margin-bottom: 30px;
    }
    .breadcrumbs-bg-height {
        height: 150px !important;
    }
}

/* Additional Header & Footer Fixes */

/* Header Button Box Alignment */
.professional-btn-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Tablet - Additional Header & Menu Fixes */
@media (min-width: 768px) and (max-width: 991px) {
    /* Ensure header buttons don't wrap */
    .professional-btn-box {
        flex-wrap: nowrap !important;
    }
    .professional-login-btn,
    .professional-cta-btn {
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    /* Offcanvas menu improvements for tablet */
    .off_canvars_overlay.active {
        opacity: 1;
        visibility: visible;
    }
    
    .offcanvas_menu.active {
        right: 0;
    }
    
    /* Menu item spacing in offcanvas */
    .offcanvas_main_menu li {
        border-bottom: 1px solid #f0f0f0;
    }
    .offcanvas_main_menu li:last-child {
        border-bottom: none;
    }
    
    /* Ensure proper menu toggle visibility */
    .professional-toggle {
        display: block !important;
        visibility: visible !important;
    }
}

/* Offcanvas Overlay */
.off_canvars_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.off_canvars_overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Offcanvas Menu */
.offcanvas_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: right 0.3s ease;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
}

.offcanvas_menu.active {
    right: 0;
}

/* Additional Tablet Fixes */
@media (min-width: 768px) and (max-width: 991px) {
    /* Ensure header buttons don't wrap */
    .professional-btn-box {
        flex-wrap: nowrap !important;
    }
    .professional-login-btn,
    .professional-cta-btn {
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    /* Offcanvas menu improvements for tablet */
    .off_canvars_overlay.active {
        opacity: 1;
        visibility: visible;
    }
    
    .offcanvas_menu.active {
        right: 0;
    }
    
    /* Ensure footer columns stack properly on smaller tablets */
    @media (max-width: 850px) {
        .appie-footer-area .row > div.col-lg-4,
        .appie-footer-area .row > div.col-lg-2,
        .appie-footer-area .row > div.col-lg-3 {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
}

/* Mobile - Ensure proper stacking */
@media (max-width: 767px) {
    .header-nav-box .row > div.col-lg-7 {
        display: none;
    }
    .header-nav-box .row > div.col-lg-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .header-nav-box .row > div.col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: right;
    }
}

/* Footer responsive grid fixes */
@media (max-width: 767px) {
    .appie-footer-area .row > div {
        margin-bottom: 30px;
    }
    .appie-footer-area .row > div:last-child {
        margin-bottom: 0;
    }
}

/* Print styles */
@media print {
    .appie-header-area,
    .appie-footer-area,
    .back-to-top,
    .toggle-btn {
        display: none !important;
    }
}
