﻿/* ===== SECTION ===== */
.media-section {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}

/* ===== MAIN HEADER ===== */
.section-header h4 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #f0ad4e;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

/* ===== BOX ===== */
.media-box {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

/* ===== HEADER ===== */
.media-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .media-header h6 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
    }

    .media-header a {
        font-size: 12px;
        color: #007bff;
        text-decoration: none;
    }

        .media-header a:hover {
            text-decoration: underline;
        }

/* ===== IMAGE GRID ===== */
.img-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

    .img-grid img {
        width: 100%;
        height: 90px;
        object-fit: cover;
        border: 1px solid #ddd;
        border-radius: 6px;
        transition: 0.3s;
    }

        .img-grid img:hover {
            opacity: 0.85;
        }

/* ===== IMAGE SLIDER ===== */
.gallery-slider {
    display: flex;
    gap: 10px;
}

    .gallery-slider img {
        width: 50%;
        height: 120px;
        object-fit: cover;
        border-radius: 10px;
        transition: 0.3s;
    }

        .gallery-slider img:hover {
            transform: scale(1.05);
        }

/* ===== VIDEO ===== */
.video-slider iframe,
.media-box iframe {
    width: 100%;
    height: 160px;
    border-radius: 8px;
    border: none;
}

/* ===== CAROUSEL CONTROL ===== */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 60%;
}

/* ===== VIEW BUTTON ===== */
.view-btn {
    margin-top: 10px;
    font-size: 14px;
    color: #ff9800;
    cursor: pointer;
    font-weight: 600;
}

    .view-btn:hover {
        text-decoration: underline;
    }

/* ===== SMOOTH SLIDE ===== */
.carousel-item {
    transition: transform 0.5s ease-in-out;
}



/* 2 * ===== QUICK LINKS SECTION ===== =============================================================================================================================*/

/* QUICK NEWS WRAPPER */
/* LIST */
.quick-news-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
/* 👈 pehle 10px tha, ab compact */

/* ITEM (NO BOX) */
.quick-news-item {
    display: block;
    border-bottom: 1px dashed #ccc; /* 👈 sirf line */
    background: transparent; /* 👈 no box */
    text-decoration: none;
    color: #333;
    transition: 0.2s;
    padding: 6px 0; /* 👈 height kam */
    line-height: 1.3; /* 👈 text tight */
}

    /* HOVER */
    .quick-news-item:hover {
        color: #007bff;
        padding-left: 5px; /* slight move effect */
    }

/* TEXT */
.news-text {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

/* DATE */
.date {
    font-size: 12px;
    color: #999;
}

/* VIEW BUTTON */
.view-btn {
    margin-top: 10px;
    font-size: 14px;
    color: #ff9800;
    cursor: pointer;
    font-weight: 600;
}

    .view-btn:hover {
        text-decoration: underline;
    }



/* 3 * ===== MEDIA SECTION ===== =============================================================================================================================*/
.media-section {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}

/* ===== MAIN HEADER ===== */
.section-header h4 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #f0ad4e;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

/* ===== BOX ===== */
.media-box {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

/* ===== HEADER ===== */
.media-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .media-header h6 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
    }

    .media-header a {
        font-size: 12px;
        color: #007bff;
        text-decoration: none;
    }

        .media-header a:hover {
            text-decoration: underline;
        }

/* ===== IMAGE GRID ===== */
.img-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

    .img-grid img {
        width: 100%;
        height: 90px;
        object-fit: cover;
        border: 1px solid #ddd;
        border-radius: 6px;
        transition: 0.3s;
    }

        .img-grid img:hover {
            opacity: 0.85;
        }

/* ===== IMAGE SLIDER ===== */
.gallery-slider {
    display: flex;
    gap: 10px;
}

    .gallery-slider img {
        width: 50%;
        height: 120px;
        object-fit: cover;
        border-radius: 10px;
        transition: 0.3s;
    }

        .gallery-slider img:hover {
            transform: scale(1.05);
        }

/* ===== VIDEO ===== */
.video-slider iframe,
.media-box iframe {
    width: 100%;
    height: 160px;
    border-radius: 8px;
    border: none;
}

/* ===== CAROUSEL CONTROL ===== */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 60%;
}

/* ===== VIEW BUTTON ===== */
.view-btn {
    margin-top: 10px;
    font-size: 14px;
    color: #ff9800;
    cursor: pointer;
    font-weight: 600;
}

    .view-btn:hover {
        text-decoration: underline;
    }

/* ===== SMOOTH SLIDE ===== */
.carousel-item {
    transition: transform 0.5s ease-in-out;
}