 /* ---------------------------------- */
 /*          GLOBAL STYLES             */
 /* ---------------------------------- */
 body {
     font-family: 'Poppins', sans-serif;
     background-color: #F8F9FA;
     /* Light Gray Background */
     color: #212529;
     /* Dark Gray Text */
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-weight: 600;
 }

 .btn-primary {
     background-color: #0d6efd;
     border-color: #0d6efd;
 }

 .btn-primary:hover {
     background-color: #0b5ed7;
     border-color: #0a58ca;
 }

 .section-padding {
     padding: 80px 0;
 }

 /* ---------------------------------- */
 /*        SECTION-SPECIFIC STYLES     */
 /* ---------------------------------- */

 /* 1. Top Bar (Pre-header) */
 .top-bar {
     font-size: 0.85rem;
 }

 .top-bar .social-icons-top a {
     color: #ced4da;
     margin: 0 7.5px;
     text-decoration: none;
     transition: color 0.3s ease;
 }

 .top-bar .social-icons-top a:hover {
     color: #ffffff;
 }

 /* 2. Logo Header */
 .logo-header {
     padding: 15px 0;
     background-color: #ffffff;
     border-bottom: 1px solid #dee2e6;
 }

 .logo-header .logo {
     font-size: 1.75rem;
     font-weight: 700;
     color: #212529;
     text-decoration: none;
 }

 /* 4. Hero Banner */
 .hero-section {
     background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('not.jpg') no-repeat center center;
     background-size: cover;
     color: #ffffff;
     min-height: 210px;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
 }

 /* 6. Featured ePaper Card Hover Effect */
 .epaper-card {
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .epaper-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
 }

 /* 9. Second Banner (CTA) */
 .cta-banner {
     background-color: #0d6efd;
     color: #ffffff;
 }

 .cta-banner .btn-outline-light {
     border-width: 2px;
     font-weight: 600;
 }

 .cta-banner .btn-outline-light:hover {
     background-color: #ffffff;
     color: #0d6efd;
 }

 /* 10. Advertise With Us Section Background */
 .advertise-section {
     position: relative;
     background-color: rgba(255, 255, 255, 0.8);
     /* Fallback color */
 }

 .advertise-section::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: url('not.jpg') no-repeat center center;
     background-size: cover;
     filter: blur(8px) brightness(1.05);
     z-index: -1;
 }

 /* 12. Footer Styles */
 .footer {
     background-color: #212529;
     color: #adb5bd;
 }

 .footer a {
     color: #ced4da;
     text-decoration: none;
     transition: color 0.3s ease;
 }

 .footer a:hover {
     color: #ffffff;
     text-decoration: underline;
 }

 .footer .social-icons a {
     font-size: 1.5rem;
     margin-right: 15px;
     color: #ced4da;
 }

 .footer .social-icons a:hover {
     color: #0d6efd;
 }

 .footer-bottom {
     border-top: 1px solid #343a40;
     padding-top: 1rem;
     margin-top: 1rem;
 }


 .myblue {
     background-color: #01396e !important;
 }

 .myred {
     background-color: #93271f !important;
 }

 .mywhite {
     color: #fff !important;
 }

 .mywhite.active {
     color: #ababab !important;
 }

 .advtbox {
     position: absolute;
     z-index: 1;
     right: 0;
     padding: 0.2rem 0.4rem;
     background-color: #343a40;
     color: #d5d0d0;
     font-size: 0.6rem;
     line-height: 0.6;
 }

 .epaperimg {
     max-height: 435px;
     width: 100%;
     object-fit: contain;
     object-position: center center;
 }

 .whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 65px;
    height: 65px;
    font-size: 18px;
    line-height: 65px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    margin-left: -26px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: rgb(0 0 0 / 25%);
    color: #fff;
    border-radius: 50%;
}
.waicon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
