/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

}

 
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }

    @media (max-width: 767px) { 
        ul.left-li-custom,
        ul.right-li-custom {
            float: none; 
            width: 100%; 
            margin-bottom: 10px; 
    }

}
@media (max-width: 767px) { 
    .ltn__about-us-area {
        padding-top: 50px; 
        padding-bottom: 0px; 
    }
    .ltn__newsletter-area {
        padding-top: 40px; 
        padding-bottom: 40px; 
    }
    .ltn__feature-area {
        padding-top: 30px; 
        padding-bottom: 30px; 
    }
    .ltn__call-to-action-area {
        padding-top: 40px; 
        padding-bottom: 40px; 
    }
    .ltn__blog-area {
        padding-top: 40px; 
        padding-bottom: 20px; 
    }
    .footer-top-area {
        padding-top: 40px;  
        padding-bottom: 20px; 
        background-color: #111111; 
    }
    .container {
        padding-bottom: 0px; /* Reduced padding-bottom for mobile */
    }
    .php-20 {
        padding-bottom: 40px;
    }
    .table-responsive {
        overflow-x: auto; /* Enables horizontal scrolling */
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    }
}


}
