
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.round_img{
    border-radius: 12px;
}

.fw-thin {
    font-weight: 100;
}

.text-uppercase {
    font-size: 14px;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.link-hover {
    transition: 0.5s;
}

.link-hover:hover {
    color: var(--bs-primary) !important;
}


.img-zoomin {
    transition: 0.5s;
}

.img-zoomin:hover {
    transform: scale(1.1);
}

/*** Topbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.topbar {
    padding: 10px 0;
}

.topbar .top-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

@media (max-width: 1400px) {
    .sticky-top .top-link {
        display: none;
    }
    
}

.topbar .top-link a {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}

#note {
    position: relative;
    animation: noteAnimate 10s infinite;
    animation-timing-function: ease-in-out;
    display: flex;
    align-items: center;
}

@keyframes noteAnimate {
    from {left: -735px;}
    to {left: 735px;}
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-weight: 400;
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/


/*** Features Start ***/
.features {
    width: 100%;
    background: linear-gradient(rgba(26, 125, 255, 0.5), rgba(255, 255, 255, 0.3)), url(../img/features-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Features End ***/


/*** Top News Start ***/
.news-2 h3 {
    position: relative;
}

.news-2 h3::after {
    content: "";
    line-height: 1.3rem;
    background: var(--bs-secondary);
    position: absolute;
    width: 68%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    right: 0;
    opacity: 0.2;
}
/*** Top News End ***/


/*** Latest News Start ***/
.latest-news .latest-news-carousel.owl-carousel{
    position: relative;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -65px;
    right: 70px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    right: 0;
    font-size: 20px;
    margin-left: 10px;
    padding: 2px 20px;
    transition: 0.5s;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev:hover,
.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 10px;
}
/*** Latest News End ***/


/*** Whats New Start ***/
.populer-news .whats-carousel.owl-carousel {
    position: relative;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -80px;
    right: 70px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -80px;
    right: 0;
    font-size: 20px;
    margin-left: 10px;
    padding: 2px 20px;
    transition: 0.5s;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev:hover,
.populer-news .whats-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 10px;
}

.populer-news .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.lifestyle .lifestyle-item {
    position: relative;
    overflow: hidden;
}

.lifestyle .lifestyle-item img {
    transition: 0.5s;
}

.lifestyle .lifestyle-item:hover img {
    transform: scale(1.2);
}

.lifestyle .lifestyle-item .lifestyle-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0; 
    padding: 20px; 
    display: flex; 
    flex-direction: column; 
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
/*** Whats New End ***/


/*** Banner Section start ***/
.banner-2 {
    position: relative;
}

.banner-content-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(rgba(26, 125, 255, 0.7), rgba(255, 255, 255, 0.7));
    z-index: 2;
}
/*** Banner Section End ***/


/*** Footer Start ***/
.footer button:hover {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.footer .footer-item-1 .line-h {
    line-height: 38px;
}

.footer .footer-item-1 a i {
    transition: 0.5s;
}

.footer .footer-item-1 a:hover i {
    color: var(--bs-primary) !important;
}

.footer .footer-item-3 a {
    line-height: 38px;
}

.footer .footer-item-2 a {
    transition: 0.5s;
}

.footer .footer-item-2 a:hover {
    color: var(--bs-primary) !important;
}

.footer .footer-item-3 a {
    transition: 0.5s;
}

.footer .footer-item-3 a:hover {
    color: var(--bs-primary) !important;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
/*** Footer End ***/




.custom-tab-btn {
    border-radius: 30px;
    background-color: #e9ecef;
    color: #333;
    transition: 0.3s;
}

.custom-tab-btn.active {
    background-color: #0d6efd;
    color: #fff;
}

.custom-tab-btn:hover {
    background-color: #d6d8db;
}


.hov_1:hover{
    background-color:#2e307a!important;
}

.member-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Card styling */
.member-card {
    flex: 1 1 calc(25% - 20px); /* 4 per row */
    min-width: 250px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s ease;
}

/* Equal height fix */
.member-card .email {
    margin-top: auto;
    display: flex;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
}

.member-card {
    border-radius: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

/* Hover effect */
.member-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

/* Highlight card */
.active-card {
    border: 1px solid #0d6efd;
}

/* Avatar */
.avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: auto;
}

/* Email */
.member-card a {
    text-decoration: none;
}

.member-card a:hover {
    text-decoration: underline;
}





/* BACKDROP BLUR */
.modal {
    backdrop-filter: blur(6px);
}

/* MODAL CARD */
.premium-modal {
    max-width: 800px;
    margin: 80px auto 40px; /* TOP GAP */
    border-radius: 20px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(20px);
    box-shadow: 
        0 30px 70px rgba(0,0,0,0.25),
        0 10px 30px rgba(0,0,0,0.12);
    padding: 20px 25px;

    max-height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
}

/* HEADER */
.modal-header {
    padding-bottom: 5px;
}

.modal-title {
    font-size: 20px;
    font-weight: 600;
}

/* BODY (SCROLLABLE) */
.modal-body {
    overflow-y: auto;
    max-height: calc(100vh - 220px);
    padding-top: 10px;
    padding-right: 5px;
}

/* SCROLLBAR */
.modal-body::-webkit-scrollbar {
    width: 6px;
}
.modal-body::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
}

/* GRID SPACING */
.row.g-3 > * {
    padding-top: 5px;
}

/* LABEL */
.form-label {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    margin-bottom: 5px;
}

/* INPUT */
.premium-input {
    height: 45px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 10px 14px;
    font-size: 14px;
    background: #fff;
    transition: all 0.25s ease;
}

/* TEXTAREA */
textarea.premium-input {
    height: auto;
    min-height: 100px;
}

/* INPUT HOVER */
.premium-input:hover {
    border-color: #9ca3af;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* INPUT FOCUS */
.premium-input:focus {
    border-color: #4f46e5;
    box-shadow: 
        0 0 0 3px rgba(79,70,229,0.15),
        0 6px 15px rgba(0,0,0,0.08);
    transform: translateY(-1px);
}

/* UPLOAD BOX */
.upload-box {
    position: relative;
    border-radius: 14px;
    border: 2px dashed #d1d5db;
    padding: 25px;
    text-align: center;
    font-size: 14px;
    background: linear-gradient(145deg, #f9fafb, #f3f4f6);
    transition: all 0.3s ease;
}

.upload-box:hover {
    border-color: #4f46e5;
    background: #eef2ff;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(79,70,229,0.2);
}

.upload-box input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* BUTTON */
.premium-btn {
    background: linear-gradient(135deg, #4f46e5, #0d6efd);
    border: none;
    padding: 12px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(79,70,229,0.3);
}

/* BUTTON HOVER */
.premium-btn:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 18px 40px rgba(79,70,229,0.45);
}

/* MODAL ANIMATION */
.modal.fade .modal-dialog {
    transform: translateY(40px) scale(0.95);
    transition: all 0.3s ease;
}

.modal.show .modal-dialog {
    transform: translateY(0) scale(1);
}

/* MOBILE */
@media (max-width: 768px) {
    .premium-modal {
        max-width: 95%;
        margin: 60px auto;
        padding: 15px;
    }

    .premium-input {
        height: 42px;
        font-size: 13px;
    }
}



/* ================= MOBILE FIX ================= */
@media (max-width: 768px) {

    /* Modal full width */
    .modal-dialog {
        margin: 10px;
    }

    .premium-modal {
        max-width: 100%;
        margin: 20px auto;
        padding: 12px;
        border-radius: 14px;
    }

    /* Header */
    .modal-title {
        font-size: 16px;
    }

    /* Body scroll fix */
    .modal-body {
        max-height: calc(100vh - 140px);
        padding-top: 5px;
    }

    /* Stack fields nicely */
    .row.g-3 {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }

    /* Inputs */
    .premium-input {
        height: 40px;
        font-size: 13px;
        padding: 8px 10px;
    }

    textarea.premium-input {
        min-height: 80px;
    }

    /* Labels */
    .form-label {
        font-size: 12px;
        margin-bottom: 3px;
    }

    /* Upload box smaller */
    .upload-box {
        padding: 15px;
        font-size: 12px;
    }

    /* Button */
    .premium-btn {
        padding: 10px;
        font-size: 14px;
        border-radius: 30px;
    }
}



/* CSS 20-APR-26 */


/* Custom Styles to enhance Bootstrap */
    .editorial-section {
        background-color: #f8f9fa;
    }
    .member-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: none;
        border-radius: 15px;
        overflow: hidden;
        background: #fff;
    }
    .member-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
    }
    .round-img-container {
        width: 120px;
        height: 120px;
        margin: 0 auto;
        overflow: hidden;
        border: 4px solid #f0f4f8;
    }
    .round-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section-title-line {
        width: 60px;
        height: 4px;
        background: #0b3d91;
        margin: 1rem auto;
        border-radius: 2px;
    }
    .badge-custom {
        background: #0b3d91;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 0.75rem;
    }






    /* new */


    .about-section {
        background: #ffffff;
        overflow: hidden;
    }
    .about-title-line {
        width: 60px;
        height: 5px;
        background: #0b3d91;
        border-radius: 2px;
    }
    .feature-card-modern {
        background: #f8f9fa;
        border: 1px solid #eee;
        border-radius: 12px;
        transition: all 0.3s ease;
    }
    .feature-card-modern:hover {
        background: #ffffff;
        border-color: #0b3d91;
        box-shadow: 0 10px 20px rgba(11, 61, 145, 0.08) !important;
        transform: translateY(-5px);
    }
    .icon-box {
        width: 50px;
        height: 50px;
        background: rgba(11, 61, 145, 0.1);
        color: #0b3d91;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }
    .journal-text {
        color: #444;
        line-height: 1.7;
        text-align: justify;
    }
    @media (max-width: 768px) {
        .journal-text {
            text-align: left;
        }
    }