/* =====================================================
   SUNTEXT REVIEWS MODERN UI
   ===================================================== */

body{
    font-family:'Inter',sans-serif;
    background:#f8fafc;
    color:#333;
    line-height:1.7;
}

/* =====================================================
   HEADER
   ===================================================== */

.header-part{
    background:#ffffff;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
}

.mainlogo{
    max-height:70px;
    width:auto !important;
}

.navbar{
    margin-bottom:0;
    border:none;
    background:none;
}

.navbar-nav > li > a{
    font-weight:600;
    color:#1f455e !important;
    transition:.3s;
}

.navbar-nav > li > a:hover{
    color:#0d6efd !important;
}

.homeactive{
    background:#1f455e;
    color:#fff !important;
    border-radius:4px;
}

.dropdown-menu{
    border:none;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.dropdown-menu li a{
    padding:10px 15px;
}

.dropdown-menu li a:hover{
    background:#1f455e !important;
    color:#fff !important;
}

/* =====================================================
   TOP HEADER
   ===================================================== */

.hlc_topheader{
    background:#f5f8fc;
    border-bottom:1px solid #e7edf5;
    padding:8px 0;
}

.hlc_topheader a{
    color:#1f455e;
    text-decoration:none;
}

.hlc_topheader a:hover{
    color:#0d6efd;
}

/* =====================================================
   HERO SLIDER
   ===================================================== */

.health_slider{
    position:relative;
}

.hlc_slider_details{
    position:relative;
}

.hlc_slider_details img{
    width:100%;
    min-height:450px;
    object-fit:cover;
}

.hlc_slider_details_text{
    position:absolute;
    width:100%;
    top:50%;
    left:0;
    transform:translateY(-50%);
}

.overlay{
    background:rgba(15,32,60,.80);
    padding:35px;
    border-radius:12px;
    backdrop-filter:blur(4px);
}

.hs_slider_title{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.overlay .lead{
    color:#fff;
    font-size:18px;
    margin-bottom:25px;
}

/* =====================================================
   BUTTONS
   ===================================================== */

.btn-primary,
.btn-default{
    background:#0d6efd !important;
    border-color:#0d6efd !important;
    border-radius:30px;
    padding:10px 25px;
    font-weight:600;
    transition:.3s;
}

.btn-primary:hover,
.btn-default:hover{
    transform:translateY(-2px);
    box-shadow:0 5px 15px rgba(13,110,253,.35);
}

/* =====================================================
   ANNOUNCEMENT BAR
   ===================================================== */

.alert-announcement{
    background:#0d6efd;
    color:#fff;
    padding:14px;
    text-align:center;
    font-weight:600;
    font-size:15px;
}

.alert-announcement i{
    margin-right:8px;
}

/* =====================================================
   HEADINGS
   ===================================================== */

.hlt_heading h1,
.hlt_heading1 h1{
    font-size:34px;
    font-weight:700;
    color:#1f455e;
    margin-bottom:30px;
    position:relative;
}

.hlt_heading h1:after,
.hlt_heading1 h1:after{
    content:'';
    width:80px;
    height:4px;
    background:#0d6efd;
    display:block;
    margin-top:10px;
}

/* =====================================================
   ABOUT SECTION
   ===================================================== */

.about-content{
    font-size:16px;
    line-height:1.9;
    color:#555;
}

.btn-bl{
    padding:60px 0;
}

/* =====================================================
   ARTICLE CARDS
   ===================================================== */

.article-modern-card{
    background:#fff;
    border-radius:14px;
    padding:25px;
    min-height:340px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.article-modern-card:hover{
    transform:translateY(-6px);
}

.article-type{
    background:#e9f2ff;
    color:#0d6efd;
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:700;
    display:inline-block;
    margin-bottom:15px;
}

.article-title{
    color:#1f455e;
    font-size:20px;
    font-weight:700;
    min-height:70px;
}

.article-author{
    color:#555;
}

.article-keywords{
    color:#777;
    font-size:14px;
}

.article-btn{
    margin-top:15px;
}

/* =====================================================
   ARTICLE SLIDER
   ===================================================== */

.up_coming_events{
    padding-bottom:60px;
}

.customNavigation{
    margin-top:25px;
}

.customNavigation a{
    width:45px;
    height:45px;
    line-height:45px;
    text-align:center;
    display:inline-block;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    margin-left:10px;
}

/* =====================================================
   TWITTER CARD
   ===================================================== */

.sidecard{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.sidecard-header-blue{
    background:#0d6efd;
    color:#fff;
}

.sidecard-heading{
    margin:0;
    font-weight:600;
}

.sidecard-body{
    padding:15px;
}

/* =====================================================
   TESTIMONIALS
   ===================================================== */

.hlt_testimonial{
    background:#f3f8ff;
    padding:70px 0;
}

.hlt_testslider_info{
    background:#fff;
    border-radius:12px;
    padding:30px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.hlt_testslider_text p{
    font-size:16px;
    line-height:1.8;
}

.hlt_testslider_text h4{
    color:#1f455e;
    margin-top:20px;
    font-weight:700;
}

/* =====================================================
   WHATSAPP BUTTON
   ===================================================== */

.newwhatsapp{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:9999;
}

.newwhatsapp a{
    display:inline-block;
    background:#25d366;
    color:#fff;
    padding:14px 24px;
    border-radius:50px;
    font-weight:600;
    text-decoration:none;
    box-shadow:0 8px 25px rgba(0,0,0,.25);
}

.newwhatsapp a:hover{
    color:#fff;
    text-decoration:none;
}

.newwhatsapp i{
    margin-right:8px;
}

/* =====================================================
   FOOTER
   ===================================================== */

#hs_footer{
    background:#0b2c4d;
    color:#fff;
    padding:70px 0;
}

#hs_footer a{
    color:#fff;
    text-decoration:none;
}

#hs_footer a:hover{
    color:#cfdfff;
}

.hs_heading{
    font-weight:700;
    margin-bottom:20px;
}

.hs_contact_detail p{
    margin-bottom:12px;
}

.hs_contact_detail i{
    width:24px;
}

.hs_copyright{
    background:#081b30;
    color:#fff;
    text-align:center;
    padding:18px;
    font-size:14px;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media(max-width:991px){

    .mainlogo{
        max-height:55px;
    }

    .hs_slider_title{
        font-size:30px;
    }

    .overlay{
        padding:20px;
    }

    .article-modern-card{
        min-height:auto;
    }
}

@media(max-width:768px){

    .hlc_slider_details img{
        min-height:320px;
    }

    .hs_slider_title{
        font-size:24px;
    }

    .overlay .lead{
        font-size:15px;
    }

    .navbar-brand{
        max-width:220px;
    }

    .newwhatsapp{
        right:10px;
        bottom:10px;
    }

    .newwhatsapp a{
        padding:12px 18px;
        font-size:14px;
    }
}

/* ==========================================
   INNER PAGES
   ========================================== */

.modern-page-banner{
    background:linear-gradient(135deg,#0b2c4d,#1f455e);
    color:#fff;
    padding:70px 0;
    text-align:center;
}

.modern-page-banner h1{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.modern-page-banner p{
    font-size:18px;
    opacity:.9;
}

.modern-content-section{
    padding:60px 0;
}

.modern-content-card{
    background:#fff;
    padding:40px;
    border-radius:14px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    line-height:1.9;
    font-size:16px;
}

.modern-content-card h1,
.modern-content-card h2,
.modern-content-card h3,
.modern-content-card h4{
    color:#1f455e;
    margin-top:25px;
    margin-bottom:15px;
}

.modern-content-card p{
    margin-bottom:18px;
    color:#555;
}

.modern-content-card ul{
    padding-left:25px;
}

.modern-content-card li{
    margin-bottom:10px;
}

@media(max-width:768px){

    .modern-page-banner{
        padding:50px 0;
    }

    .modern-page-banner h1{
        font-size:28px;
    }

    .modern-content-card{
        padding:20px;
    }
}

/* ==================================
   ARCHIVE PAGE
================================== */

.journal-hero{
    position:relative;
    min-height:350px;
}

.journal-overlay{
    background:rgba(11,44,77,.82);
    padding:90px 0;
}

.journal-hero h1{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.journal-hero p{
    color:#fff;
    font-size:20px;
    margin-bottom:30px;
}

.journal-nav-buttons a{
    display:inline-block;
    margin:5px;
    padding:12px 22px;
    background:#fff;
    color:#1f455e;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.journal-nav-buttons a:hover{
    background:#00a0d2;
    color:#fff;
}

.archive-section{
    padding:60px 0;
}

.archive-year-card{
    background:#fff;
    border-radius:15px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    margin-bottom:30px;
    overflow:hidden;
}

.archive-year{
    background:#1f455e;
    color:#fff;
    text-align:center;
    padding:25px;
    font-size:30px;
    font-weight:700;
}

.archive-issues{
    padding:25px;
}

.issue-card{
    display:block;
    background:#f7f9fc;
    padding:15px;
    margin-bottom:15px;
    border-radius:10px;
    color:#1f455e;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.issue-card i{
    margin-right:10px;
}

.issue-card:hover{
    background:#1f455e;
    color:#fff;
    transform:translateY(-3px);
    text-decoration:none;
}

.section-title{
    text-align:center;
    margin-bottom:40px;
}

.section-title h2{
    font-size:36px;
    font-weight:700;
    color:#1f455e;
}

.section-title p{
    color:#777;
}

@media(max-width:768px){

    .journal-hero h1{
        font-size:28px;
    }

    .journal-nav-buttons a{
        display:block;
        margin-bottom:10px;
    }
}

/* ==================================
   ARTICLES PAGE
================================== */

.article-section{
    padding:60px 0;
}

.article-card{
    background:#fff;
    border-radius:15px;
    padding:25px;
    margin-bottom:30px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.article-card:hover{
    transform:translateY(-5px);
}

.article-card h3{
    color:#1f455e;
    font-size:22px;
    font-weight:700;
    margin:15px 0;
    line-height:1.5;
}

.article-card p{
    color:#555;
    margin-bottom:12px;
    line-height:1.8;
}

.article-badge{
    display:inline-block;
    background:#1f455e;
    color:#fff;
    padding:8px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    margin-bottom:15px;
}

.article-actions{
    margin-top:20px;
}

.article-actions .btn{
    margin-right:8px;
    margin-bottom:8px;
    border-radius:30px;
    padding:10px 18px;
}

.section-title{
    text-align:center;
    margin-bottom:40px;
}

.section-title h2{
    color:#1f455e;
    font-size:36px;
    font-weight:700;
}

.section-title p{
    color:#777;
}

/* ==================================
   CMS PAGES
================================== */

.cms-card{
    margin-bottom:30px;
}

.cms-card h2{
    color:#1f455e;
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
    border-left:5px solid #1f455e;
    padding-left:15px;
}

.cms-modern-content,
.cms-modern-content p,
.cms-modern-content span,
.cms-modern-content div,
.cms-modern-content li{
    font-size:16px !important;
    line-height:1.9 !important;
    color:#444;
    text-align:justify;
}

.cms-modern-content h1,
.cms-modern-content h2,
.cms-modern-content h3,
.cms-modern-content h4{
    color:#1f455e;
    margin-top:25px;
    margin-bottom:15px;
}

.cms-modern-content ul{
    padding-left:25px;
    margin-bottom:20px;
}

.cms-modern-content li{
    margin-bottom:10px;
}

.cms-modern-content table{
    width:100%;
    margin:20px 0;
    border-collapse:collapse;
}

.cms-modern-content table td,
.cms-modern-content table th{
    border:1px solid #ddd;
    padding:12px;
}

.cms-modern-content table th{
    background:#f5f7fa;
}

.cms-modern-content a{
    color:#0077cc;
    font-weight:600;
    word-break:break-word;
}

.cms-modern-content img{
    max-width:100%;
    height:auto;
    border-radius:10px;
    margin:15px 0;
}

/* ==================================
   CONTACT PAGE
================================== */

.contact-modern-section{
    padding:60px 0;
}

.contact-card,
.contact-info-card{
    background:#fff;
    border-radius:15px;
    padding:30px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    margin-bottom:30px;
}

.contact-card h2,
.contact-info-card h2{
    color:#1f455e;
    margin-bottom:25px;
    font-weight:700;
}

.contact-card label{
    font-weight:600;
    margin-bottom:8px;
}

.contact-card .form-control{
    height:48px;
    border-radius:10px;
    border:1px solid #ddd;
    box-shadow:none;
}

.contact-card textarea.form-control{
    height:auto;
}

.contact-card .btn{
    border-radius:30px;
    padding:12px 30px;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}

.contact-item i{
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    background:#1f455e;
    color:#fff;
    border-radius:50%;
}

.contact-item span{
    flex:1;
    line-height:1.8;
}

.contact-map-section iframe{
    width:100%;
    min-height:450px;
    border:0;
}

.help-inline{
    color:red;
    display:block;
    margin-top:5px;
}

/* PDF Viewer */
.pdf-viewer-card{
    padding:0;
    overflow:hidden;
}

.pdf-viewer-card iframe{
    display:block;
    width:100%;
    min-height:1000px;
}

@media (max-width:768px){
    .pdf-viewer-card iframe{
        min-height:700px;
    }
}

/* Editorial Committee */

.editorial-card{
    margin-bottom:25px;
    height:100%;
}

.editor-name{
    font-size:24px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:15px;
}

.editor-affiliation{
    font-size:16px;
    color:#475569;
    line-height:1.8;
    margin-bottom:15px;
}

.editor-email,
.editor-country{
    font-size:15px;
    color:#64748b;
    margin-bottom:10px;
}

.editor-email i,
.editor-country i{
    width:20px;
    color:#2563eb;
}

/* ==========================
   404 PAGE
========================== */

.error-modern{
    padding:80px 0;
    min-height:70vh;
    display:flex;
    align-items:center;
    justify-content:center;
}

.error-card{
    background:#fff;
    border-radius:20px;
    padding:60px 40px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    max-width:700px;
    margin:0 auto;
}

.error-code{
    font-size:120px;
    font-weight:800;
    line-height:1;
    color:#2563eb;
    margin-bottom:20px;
}

.error-card h1{
    font-size:40px;
    font-weight:700;
    margin-bottom:15px;
    color:#0f172a;
}

.error-card p{
    font-size:18px;
    color:#64748b;
    line-height:1.8;
    margin-bottom:35px;
}

.error-actions{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.btn-modern-primary{
    background:#2563eb;
    color:#fff !important;
    padding:12px 28px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
}

.btn-modern-primary:hover{
    background:#1d4ed8;
}

.btn-modern-secondary{
    background:#f8fafc;
    border:1px solid #cbd5e1;
    color:#334155 !important;
    padding:12px 28px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
}

.btn-modern-secondary:hover{
    background:#eef2f7;
}

@media(max-width:768px){

    .error-card{
        padding:40px 20px;
    }

    .error-code{
        font-size:80px;
    }

    .error-card h1{
        font-size:30px;
    }

    .error-card p{
        font-size:16px;
    }
}

/* ==========================================
   ARTICLE FULL TEXT PAGE
========================================== */

.article-hero{
    background:linear-gradient(135deg,#0f172a,#1e3a8a);
    color:#fff;
    padding:50px 0;
    margin-bottom:30px;
}

.article-title{
    font-size:36px;
    font-weight:700;
    line-height:1.4;
    margin-bottom:20px;
    color:#fff;
}

.article-journal,
.article-doi{
    font-size:16px;
    margin-bottom:10px;
    color:#e2e8f0;
}

.article-doi a{
    color:#93c5fd;
    word-break:break-all;
}

.article-meta-card{
    background:#fff;
    border-radius:12px;
    padding:25px;
    margin-bottom:30px;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.meta-row{
    margin-bottom:15px;
    font-size:16px;
    color:#334155;
}

.meta-row:last-child{
    margin-bottom:0;
}

.article-section{
    margin-bottom:25px;
}

.article-section h2{
    font-size:28px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
    border-bottom:2px solid #e2e8f0;
    padding-bottom:10px;
}

.article-content,
.article-content p,
.article-content span,
.article-content div,
.article-content ul,
.article-content li{
    font-size:16px !important;
    line-height:1.9;
    color:#475569;
    text-align:justify;
}

.article-content img{
    max-width:100%;
    height:auto;
}

.article-content table{
    width:100%;
    overflow-x:auto;
    display:block;
}

@media(max-width:768px){

    .article-title{
        font-size:26px;
    }

    .article-section h2{
        font-size:22px;
    }

    .article-meta-card{
        padding:20px;
    }
}

/* ==========================================
   JOURNALS LIST PAGE
========================================== */

.journal-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    margin-bottom:30px;
    box-shadow:0 6px 20px rgba(0,0,0,.08);
    transition:all .3s ease;
    height:100%;
}

.journal-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.journal-card a{
    text-decoration:none;
    display:block;
    color:inherit;
}

.journal-image-wrapper{
    position:relative;
    overflow:hidden;
}

.journal-image{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:transform .4s ease;
}

.journal-card:hover .journal-image{
    transform:scale(1.05);
}

.journal-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(15,23,42,.75);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.3s ease;
}

.journal-card:hover .journal-overlay{
    opacity:1;
}

.journal-overlay span{
    color:#fff;
    font-size:18px;
    font-weight:600;
}

.journal-card-body{
    padding:20px;
    text-align:center;
}

.journal-short-name{
    font-size:20px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:10px;
    line-height:1.4;
}

.journal-name{
    font-size:14px;
    color:#64748b;
    line-height:1.6;
    margin:0;
}

@media(max-width:768px){

    .journal-image{
        height:260px;
    }

    .journal-short-name{
        font-size:18px;
    }
}
