

body {
    overflow: hidden;
}

/* Sidebar */
.sidebar {
    background-color: #007bff;
    height: 100vh; /* Full height */
    padding-top: 20px; /* Padding for alignment */
}

/* Tab Buttons Styling */
.tab-button {
    background: transparent;
    border: none;
    width: 45%; /* Make buttons take up 45% of each row */
    height: auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

li {
    height: 200px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.tab-button img {
    max-width: 100%;
    height: auto;
}

/* Content Area */
.tab-content {
    padding: 20px;
    height: 100vh; /* Full height */
    overflow-y: auto; /* Enable scrolling if content exceeds the viewport */
}

/* Enhanced Swiper Pagination */
.swiper-pagination {
    position: absolute;
    bottom: 20px !important;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    padding: 10px 0;
    scale: 1.6;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 8px !important;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 123, 255, 0.5);
    scale: 2;
}

.swiper-pagination-bullet-active {
    background: #007bff; /* Matching your sidebar blue */
    border-color: white;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.7);
}

/* For better visibility on light backgrounds */

/* PDF Viewer Container */
.pdf-viewer-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdf-display {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0;
}

.pdf-frame {
    display: none; /* Hide by default */
}

.pdf-frame.active {
    display: block; /* Show the active PDF */
}


/* Navigation Arrows */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 123, 255, 0.8); /* Matching your sidebar blue */
    color: white;
    border: none;
    width: 100px;
    height: 100px;
    font-size: 0;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.nav-arrow::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: 8px solid white;
    border-right: 8px solid white;
    transform: rotate(-45deg);
    margin-right: 5px; /* Optical adjustment */
}

.left-arrow::before {
    transform: rotate(-135deg);
    margin-left: 34px; /* Optical adjustment */
    margin-right: 0;
}

.right-arrow::before {
    transform: rotate(45deg);
    margin-left: 22px; /* Optical adjustment */
    margin-right: 0;
}


#ww_63ed06e9071a0 .ww_arr_right,
#ww_63ed06e9071a0 .ww_arr_left  {
display: none;
}

button:focus {
    outline: none !important;
}

/* button:focus img {
    outline: 5px auto white !important;
} */

button img {
    padding: 10px;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

.tab-panel {
    height: 100%;
    width: 100%;
    padding: 0 !important;
}


    /* Add this to your existing styles */
    .swiper-container {
        width: 1000%;
        height: 980px; /* Full viewport height */
        margin: 0;
        padding: 0;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000; /* Black background for letterboxing */
    }

    .swiper-slide img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover; /* Maintain aspect ratio */
        width: 1600px;
        height: auto;
    }

    /* Remove any existing padding/margins that might cause scrolling */
    .tab-panel {
        padding: 0 !important;
        margin: 0 !important;
    }


.youtube-container iframe {
    width: 100% !important;
    height: 1000px !important;
}

/* PDF Zoom Controls */
.pdf-zoom-controls {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
    z-index: 100;
}



.pdf-zoom-btn {
    width: 100px;
    height: 100px;
    background: rgba(0, 123, 255, 0.8);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 40px; /* Bigger icon */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: all 0.2s;
}

.pdf-zoom-btn:hover {
    background: rgba(0, 123, 255, 1);
    transform: scale(1.05);
}


@keyframes fadeOut {
    to { opacity: 0; }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }}

    .newspaper-canvas {
        width: 600px;
        height: 840px;
        border: 700px;
    }

    