﻿/* AIKAWA Institute - Original Style */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

:root {
    --primary: #8B1A1A;
    --secondary: #b75906;
    --topbar-bg: #ECD8A2;
    --nav-bg: #b75906;
    --text-dark: #333;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;
    font-size: 15px;
    color: #333;
    background: #fff;
    overflow-x: hidden;
}

a, a:focus, a:hover { color: #111; outline: 0; text-decoration: none; }

/* ===== TOP BAR ===== */
.top-nav {
    background-color: #ECD8A2 !important;
    padding: 0;
    font-size: 13px;
    border-bottom: 1px solid #d4b896;
    position: relative;
    z-index: 10;
}

.top-nav ul.topleft_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: auto;
}

.top-nav ul.topleft_menu li {
    float: left;
    font-weight: 400;
}

.top-nav ul.topleft_menu li a {
    padding: 6px 8px;
    display: block;
    color: #b75906 !important;
    font-weight: 600;
    font-size: 12px;
}

.top-nav ul.topleft_menu li a:hover {
    background-color: #dbc311;
    color: #b75906 !important;
}

.top-nav ul.pwdarea {
    text-align: right;
    float: right;
    margin-right: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-nav ul.pwdarea li {
    float: left;
    padding: 3px 8px 0 8px;
    font-weight: 600;
}

.pwdarea li .fontresize {
    display: block;
    border-radius: 50%;
    border: 1px solid #eee;
    box-sizing: border-box;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 22px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
}

.pwdarea li .fontresize:hover { background: var(--secondary); color: #fff; }

/* ===== LOGO SECTION ===== */
.logo-section {
    background: #fff;
    padding: 20px 0;
    border-bottom: 2px solid var(--secondary);
}

.logo { 
    background-color: #fff; 
    padding: 0; 
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.logo img { 
    max-width: 100%; 
    height: auto;
    object-fit: contain;
}

.logoenglishname {
    font-size: 24px;
    color: var(--secondary);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.logohindiname {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    margin-top: 5px;
    margin-bottom: 3px;
}

.logotagname {
    font-size: 12px;
    color: #000;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logonamesection { 
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 5px !important;
}

.logopadding { 
    padding: 0;
}
.logorightimg { padding-top: 10px; }

/* ===== PRIMARY NAVBAR ===== */
.primarymenu {
    background: var(--nav-bg) !important;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0;
}

.primarymenu .navbar-inverse {
    background: transparent;
    border: 0;
    margin: 0;
}

.primarymenu .navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
    padding: 15px;
    font-size: 0.9em;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.primarymenu .navbar-inverse .navbar-nav > li > a:hover,
.primarymenu .navbar-inverse .navbar-nav > .active > a,
.primarymenu .navbar-inverse .navbar-nav > .active > a:hover,
.primarymenu .navbar-inverse .navbar-nav > .open > a {
    color: #fff !important;
    background-color: #dbc311 !important;
}

.primarymenu .navbar .dropdown-menu {
    min-width: 240px !important;
    border-radius: 0;
    background-color: #fff;
    padding: 15px;
    border-top: 3px solid var(--secondary);
}

.primarymenu .navbar .dropdown-menu > li > a {
    color: #333 !important;
    padding: 5px 0 !important;
    font-size: 1em;
    white-space: normal;
    border-bottom: 1px solid #f0f0f0;
    display: block;
}

.primarymenu .navbar .dropdown-menu > li > a:hover {
    background-color: rgba(0,0,0,0);
    color: #b75906 !important;
}

.navbar-toggle {
    background: #dbc311;
    border: none;
    padding: 8px 12px;
    margin: 6px 10px;
}

.navbar-toggle .icon-bar { background: #fff; }

/* ===== BANNER SLIDER ===== */
.banner_con {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.banner_img_con {
    min-height: 464px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    .banner_img_con { min-height: 179px !important; }
}

/* ===== BANNER BELOW LINKS ===== */
.news-head {
    background-color: #ECD8A2;
    padding: 7px;
    border: 2px dashed #dbc311;
    text-align: center;
}

.news-head a {
    display: inline-block;
    font-size: 15px;
    color: #02162b;
    text-decoration: none;
}

.header-contact {
    display: flex;
    text-align: left;
    list-style: none;
    margin: 10px 0;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.header-contact li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
}

.header-contact li a {
    color: var(--secondary) !important;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

.header-contact li a:hover { color: var(--primary) !important; }
.header-contact li a img { vertical-align: middle; margin-left: 3px; }

/* ===== MAIN CONTENT AREA ===== */
#welcome {
    padding: 30px 0;
    background-color: #e7edf2;
    margin-top: 0 !important;
}

.leaderswrap { margin: 0; }

/* ===== TITLE ===== */
.title { position: relative; }

.title:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #dbc311;
    content: "";
    z-index: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 45%;
}

.title h4 {
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: #e7edf2;
    padding-right: 10px;
    color: #000;
    font-size: 1.7em;
    font-weight: 600;
}

/* ===== LEFT QUICK LINKS ===== */
.left_menu {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.left_menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.left_menu > ul > li {
    position: relative;
    margin: 2px 0;
    display: table;
    width: 100%;
}

.left_menu > ul > li > a {
    display: table-cell;
    text-decoration: none;
    color: #000;
    padding: 0 0 0 57px;
    background-color: #ececec;
    text-transform: uppercase;
    font-weight: 500;
    transition-duration: .3s;
    height: 57px;
    vertical-align: middle;
}

.left_menu > ul > li > a:hover {
    color: #fff;
    background-color: var(--secondary);
}

.left_menu > ul > li ul {
    display: none;
    min-width: 200px;
    background: #fff;
    position: absolute;
    left: 190px;
    top: 0;
    z-index: 200;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    padding: 8px !important;
    list-style: none;
}

.left_menu > ul > li:hover > ul { display: block; }

.left_menu > ul > li > ul li a {
    padding: 5px;
    display: block;
    font-size: .9em;
    color: #333;
}

.left_menu > ul > li > ul li a:hover { background-color: #f2f2f2; }

/* Left menu icons */
.left_menu ul > li > a:before {
    content: "";
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 8px;
    text-align: center;
    top: 6px;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: left;
}

.left_menu .studentservice:before { background-image: url("https://ddugu.ac.in/images/student.png"); }
.left_menu .studentservice:hover::before { background-image: url("https://ddugu.ac.in/images/student2.png"); }
.left_menu .accrs:before { background-image: url("https://ddugu.ac.in/images/accr.png"); }
.left_menu .accrs:hover::before { background-image: url("https://ddugu.ac.in/images/accr2.png"); }
.left_menu .research:before { background-image: url("https://ddugu.ac.in/images/research.png"); }
.left_menu .research:hover::before { background-image: url("https://ddugu.ac.in/images/research2.png"); }
.left_menu .e-content:before { background-image: url("https://ddugu.ac.in/images/e-learn.png"); }
.left_menu .e-content:hover::before { background-image: url("https://ddugu.ac.in/images/e-learn2.png"); }
.left_menu .celebration:before { background-image: url("https://ddugu.ac.in/images/celebration.png"); }
.left_menu .celebration:hover::before { background-image: url("https://ddugu.ac.in/images/celebration2.png"); }
.left_menu .college:before { background-image: url("https://ddugu.ac.in/images/college.png"); }
.left_menu .college:hover::before { background-image: url("https://ddugu.ac.in/images/college2.png"); }
.left_menu .admission:before { background-image: url("https://ddugu.ac.in/images/admission.png"); }
.left_menu .admission:hover::before { background-image: url("https://ddugu.ac.in/images/admission2.png"); }

/* secondmenu (used in Quick Login section) */
.secondmenu { padding: 0; margin: 0; list-style: none; }

.secondmenu > li > a {
    display: block;
    padding: 7px 12px;
    color: #333 !important;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    text-decoration: none;
    transition: all 0.2s;
}

.secondmenu > li > a:hover { background: #f2f2f2; color: var(--secondary) !important; }

/* ===== NOTICES SECTION ===== */
.news-announcement {
    padding: 15px;
    background: var(--secondary);
}

.news-announcement .foot {
    background-color: var(--secondary);
    margin: 0 -15px -15px -15px;
    padding: 10px;
}

.vticker {
    height: 354px !important;
    margin-bottom: 15px;
    overflow: hidden;
}

.vticker .arw, .vticker .dtype, .vticker .fa-file-pdf-o { display: none; }

.vticker .dsize {
    font-size: .8em;
    margin-top: 5px;
    color: rgba(79,75,75,0.6) !important;
}

.vticker ul { list-style: none; margin: 0; padding: 0; }

.vticker ul li {
    padding-bottom: 15px;
    padding-top: 30px;
    position: relative;
    font-weight: 700;
    top: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.28);
    padding-left: 28px;
}

.vticker ul li:before {
    content: "›";
    position: absolute;
    left: 1px;
    color: #fff;
    font-size: 20px;
}

.vticker ul li a {
    display: block;
    color: #b75906;
    font-weight: 700;
}

.vticker ul li .ndate {
    font-size: 0.82em;
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    top: 10px;
    color: #000;
}

.news-announcement .foot .btn-outline-success {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    font-size: .85em;
    text-transform: uppercase;
    text-decoration: none;
}

.news-announcement .foot .btn-outline-success:hover {
    border-color: #dbc311;
    background-color: #dbc311;
    color: #fff;
}

/* ===== PROFILE / LEADER SECTION ===== */
.leader { }

.leader ul {
    margin: 15px 0 0 -15px;
    padding: 0;
    list-style: none;
}

.leader ul li {
    background-color: #fff;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 3px;
}

.leader ul li img {
    border-radius: 50%;
    max-height: 82px;
    margin: 0 auto;
    display: block;
    border: 2px solid #ccc;
}

.leader ul li h4 {
    color: var(--secondary);
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 3px;
    text-align: center;
    font-weight: bold;
}

.leader ul li p {
    color: #000;
    margin-bottom: 5px;
    font-size: 0.8em;
    text-align: center;
}

.msg-link {
    list-style: none;
    margin: 10px -10px -10px -10px !important;
    padding: 0;
    height: auto;
    overflow: hidden;
}

.msg-link li {
    padding: 0 !important;
    float: left;
    width: 50%;
    margin-bottom: 0 !important;
    border: 0 !important;
}

.msg-link li:first-child a { border-right: 1px solid #fff; }

.msg-link li a {
    display: block;
    padding: 5px 3px;
    text-align: center;
    background-color: var(--secondary) !important;
    text-transform: uppercase;
    font-size: 0.8em;
    color: white !important;
}

.msg-link li a:hover { background-color: var(--primary) !important; }

/* ===== EVENTS SECTION ===== */
.events { padding: 15px; }

.events .eventthumb {
    padding: 0;
    margin: 0;
    height: 368px;
}

.events .foot {
    padding: 10px;
    margin: 0 -15px -15px -15px;
    background-color: var(--secondary);
}

.events .foot .btn-outline-success {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    font-size: .85em;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 3px;
}

.events .foot .btn-outline-success:hover {
    border-color: var(--secondary);
    background-color: var(--secondary);
    color: #fff;
}

.fimg { margin-bottom: 10px; }
.fimg img { width: 100%; border-radius: 6px; }
.bg-white { background-color: #fff; }

/* ===== QUICK LOGIN ===== */
.bgwhite { background: #fff; padding: 10px; }
.bgwhite img { width: 100%; margin-bottom: 10px; }

/* ===== IMPORTANT WEBSITES ===== */
.implink {
    padding: 15px 0;
    background: #fff;
    border-top: 3px solid var(--secondary);
}

.implink .busheading { position: relative; margin-top: 36px; }

.implink .busheading h2 {
    color: #000;
    position: relative;
    background: #fff;
    font-weight: 600;
    font-size: 1.7em;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
}

.implink .brand-items img {
    max-width: 100%;
    border: 1px solid #ddd;
    padding: 3px 5px;
    border-radius: 3px;
}

/* ===== FOOTER ===== */
footer {
    margin-top: 0;
    background-image: url("https://ddugu.ac.in/images/footbg.jpg");
    background-position: 35px -151px;
    background-size: cover;
    position: relative;
}

.footer_overlay {
    background: #000000e0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.footer-link {
    padding: 15px 0 8px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.footer-link h4 {
    color: #fff;
    margin: 0 0 10px;
    padding: 0 0 13px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.footer-link ul { margin: 0; padding: 0; list-style: none; }

.footer-link li a {
    display: block;
    padding: 5px 0;
    color: rgba(255,255,255,.8);
}

.footer-link li a:before {
    content: "›";
    margin-right: 6px;
    font-size: 16px;
}

.footer-link a { color: rgba(255,255,255,.8); }
.footer-link a:hover { color: #fff; text-decoration: none; }

.fbox { padding: 0 20px; }

.footer-bottom {
    padding: 15px;
    font-size: 14px;
    color: #e9e9e9;
    border-top: 1px solid rgba(255,255,255,.2);
    position: relative;
    z-index: 1;
}

.footer-bottom p { color: #888; font-size: 12px; margin: 0; }

.dateupdate { color: #dbc311; font-weight: 400; }

.address img { margin: 0 auto 10px; }
.address p { font-size: .9em; text-align: center; }

/* ===== MODAL ===== */
.modal-backdrop { background-color: #00000085 !important; }
.modal-title { color: #fff; }
.modal-body-blue { background: var(--secondary) !important; }

/* ===== INNER PAGES ===== */
.innerbanner {
    min-height: 128px;
    background-image: url("https://ddugu.ac.in/images/innbg.jpg");
    background-repeat: repeat;
    padding-top: 27px;
}

.inner {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    min-height: 579px;
    margin-bottom: 30px;
}

.inner h3 {
    color: var(--secondary);
    font-size: 24px;
    position: relative;
    border-bottom: 1px solid var(--secondary);
    margin: 0 0 30px;
    padding: 0 0 10px;
}

.inner h4 {
    border-bottom: 1px dashed #7A7979;
    padding-bottom: 10px;
    color: #b75906;
}

.breadcrumb {
    background-color: rgba(0,0,0,0);
    list-style: none;
    margin-bottom: 0;
    padding: 8px;
    text-align: right;
}

.breadcrumb li { color: #fff; font-weight: 700; }
.breadcrumb li a, .breadcrumb > .active { color: #fff; }

/* ===== TABLE ===== */
.table th {
    background-color: #ECD8A2 !important;
    color: #000;
    font-weight: 600;
}

/* ===== BACK TO TOP ===== */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: var(--secondary);
    color: #fff;
    border: none;
    display: none;
    z-index: 999;
    font-size: 16px;
    cursor: pointer;
}

.back-to-top:hover { background: var(--primary); }

/* ===== SCROLL PROGRESS ===== */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: var(--secondary);
    z-index: 9999;
    transition: width 0.1s;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
    .logo-section { padding: 10px 0; }
    .logo img { max-height: 60px !important; }
    .logoenglishname { font-size: 14px !important; line-height: 1.2 !important; font-weight: 700 !important; margin-top: 0 !important; }
    .logohindiname { font-size: 11px !important; line-height: 1.2 !important; font-weight: 600 !important; margin-top: 3px !important; margin-bottom: 3px !important; }
    .logotagname { font-size: 8px !important; margin-top: 2px !important; white-space: normal !important; line-height: 1.2 !important; }
    .logonamesection { margin-top: 0 !important; padding-left: 5px; padding-right: 0; }
    .logorightimg { padding-top: 15px; }
    .banner_img_con { min-height: 179px !important; }
    .topleft_menu { display: none; }
    .header-contact { flex-direction: column; align-items: center; }
    .inner h4 { font-size: 14px; }
    .inner p { text-align: justify; font-size: 13px; }
    h4 { font-size: 14px; }
}

@media (min-width: 768px) {
    .logo img { max-height: 100px; }
    .logopadding { padding: 0; }
    .logosubtitle { font-size: 12px; }
    .logonamesection { margin-top: 0; padding-left: 5px !important; }
    .logorightimg { padding-top: 10px; }
    .logoenglishname { font-size: 24px; }
    .logohindiname { font-size: 18px; line-height: 1.3; margin-top: 5px; }
    .logotagname { font-size: 12px; margin-top: 3px; }
    .banner_con { padding-right: 0 !important; padding-left: 0 !important; }
}

@media (min-width: 1470px) and (max-width: 2560px) {
    .primarymenu .navbar-inverse .navbar-nav > li > a { padding: 15px 16px !important; }
}

/* ===== CUSTOM SCROLLBAR ===== */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: var(--secondary); border-radius: 2px; }
::-webkit-scrollbar-thumb:hover { background: var(--primary); }

/* ===== PRINT ===== */
@media print {
    .primarymenu, .top-nav, footer, .back-to-top { display: none !important; }
}

/* ===== ROW EQUAL HEIGHT ===== */
@media (min-width: 1200px) {
    .row_equal {
        display: flex;
        flex-wrap: wrap;
    }
    .row_equal > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
}

/* ===== PADDING RIGHT 0 ===== */
.padding-right-0 { padding-right: 0; }

/* ===== W-100 ===== */
.w-100 { width: 100% !important; }

/* ===== HOMEPAGE SECTIONS ===== */

/* Shared */
.section-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--secondary);
    margin-bottom: 6px;
}
.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 30px;
}
.btn-primary-custom {
    background: var(--secondary);
    color: #fff !important;
    padding: 11px 28px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    transition: background 0.2s;
    text-decoration: none;
}
.btn-primary-custom:hover { background: var(--primary); color: #fff !important; }

/* ===== HERO ===== */
.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 520px;
}
/* Background images - fade in/out */
.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: 0;
}
.hero-bg.active { opacity: 1; }
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,.75) 0%, rgba(183,89,6,.5) 100%);
    z-index: 1;
}
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 90%;
    max-width: 860px;
    color: #fff;
}
.hero-content h1 {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 0 8px;
    text-shadow: 0 2px 8px rgba(0,0,0,.4);
}
.hero-content h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 16px;
    opacity: .95;
}
.hero-badges { margin: 0 0 16px; }
.hero-badges span {
    display: inline-block;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px;
    margin: 3px 4px;
    backdrop-filter: blur(4px);
}
.hero-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
}
.hero-features li { font-size: 14px; font-weight: 500; }
.hero-features li .fa { color: #dbc311; margin-right: 6px; }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-hero-primary {
    background: var(--secondary);
    color: #fff !important;
    padding: 13px 32px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.2s;
}
.btn-hero-primary:hover { background: #dbc311; color: #000 !important; }
.btn-hero-outline {
    border: 2px solid #fff;
    color: #fff !important;
    padding: 11px 30px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-hero-outline:hover { background: #fff; color: #333 !important; }
@media(max-width:767px){
    .hero-section { min-height: 320px; }
    .hero-bg { min-height: 320px; }
    .hero-content h1 { font-size: 20px; }
    .hero-content h2 { font-size: 14px; }
}

/* ===== HIGHLIGHTS ===== */
.highlights-section {
    background: var(--secondary);
    padding: 0;
}
.highlight-box {
    padding: 30px 20px;
    text-align: center;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,.2);
    transition: background 0.2s;
}
.highlight-box:hover { background: rgba(0,0,0,.15); }
.highlight-box .fa { font-size: 36px; margin-bottom: 12px; color: #dbc311; }
.highlight-box h4 { font-size: 17px; font-weight: 700; margin: 0 0 8px; color: #fff; }
.highlight-box p { font-size: 13px; margin: 0; opacity: .9; }
@media(max-width:767px){ .highlight-box { border-right: none; border-bottom: 1px solid rgba(255,255,255,.2); } }

/* ===== ABOUT SHORT ===== */
.about-short-section {
    padding: 60px 30px;
    background: #fff;
}
.about-img {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    width: 100%;
}
.about-short-section p { font-size: 15px; line-height: 1.8; color: #444; }

/* ===== COURSES ===== */
.courses-section {
    padding: 60px 30px;
    background: #f5f7fa;
}
.course-card {
    background: #fff;
    border-radius: 8px;
    padding: 28px 20px;
    margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
}
.course-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.course-icon {
    width: 56px; height: 56px;
    background: var(--secondary);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 14px;
}
.course-icon .fa { font-size: 22px; color: #fff; }
.course-card h4 { font-size: 16px; font-weight: 700; color: #1a1a1a; margin: 0 0 8px; }
.course-card p { font-size: 13px; color: #666; line-height: 1.6; margin: 0 0 14px; }
.course-link { font-size: 13px; font-weight: 600; color: var(--secondary) !important; text-decoration: none; }
.course-link:hover { color: var(--primary) !important; }

/* ===== WHY CHOOSE US ===== */
.why-section { padding: 60px 30px; background: #fff; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.why-item { background: #f5f7fa; padding: 14px 16px; border-radius: 6px; font-size: 14px; font-weight: 600; color: #333; border-left: 4px solid var(--secondary); }
.why-item .fa { color: var(--secondary); margin-right: 8px; }

/* ===== WHY PREMIUM ===== */
.why-premium-section { position: relative; padding: 70px 30px 50px; background: linear-gradient(135deg, #1a1a2e 0%, #b75906 60%, #e8890c 100%); overflow: hidden; }
.why-bg-overlay { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1800&q=60') center/cover no-repeat; opacity: .08; pointer-events: none; }
.why-premium-section .section-title { color: #fff; }
.why-highlight { color: var(--secondary); }
.why-subtitle { color: rgba(255,255,255,.8); font-size: 15px; margin-bottom: 36px; }
.why-cards-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-bottom: 40px; }
.why-card-new { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; padding: 28px 22px 22px; text-align: center; backdrop-filter: blur(6px); transition: transform .3s, background .3s; }
.why-card-new:hover { transform: translateY(-6px); background: rgba(255,255,255,.18); }
.why-card-icon { width: 60px; height: 60px; background: var(--secondary); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; box-shadow: 0 4px 16px rgba(183,89,6,.4); }
.why-card-icon .fa { font-size: 24px; color: #fff; }
.why-card-new h5 { color: #fff; font-size: 15px; font-weight: 700; margin: 0 0 8px; }
.why-card-new p { color: rgba(255,255,255,.75); font-size: 13px; margin: 0; line-height: 1.6; }
.why-stats-row { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.2); padding-top: 30px; }
.why-stat { text-align: center; }
.why-stat-num { display: block; font-size: 36px; font-weight: 800; color: var(--secondary); line-height: 1; }
.why-stat-label { display: block; font-size: 13px; color: rgba(255,255,255,.8); margin-top: 4px; font-weight: 500; }
@media(max-width:991px) { .why-cards-row { grid-template-columns: repeat(2,1fr); } }
@media(max-width:600px) { .why-cards-row { grid-template-columns: 1fr; } .why-stats-row { gap: 20px; } .why-stat-num { font-size: 28px; } }

/* ===== GALLERY ===== */
.gallery-section {
    padding: 60px 30px;
    background: #f5f7fa;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 24px;
}
.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: rgba(183,89,6,.85);
    color: #fff;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

/* ===== RECRUITERS ===== */
.recruiters-section {
    padding: 50px 30px;
    background: #fff;
}
.recruiter-item {
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.recruiter-item img {
    max-height: 55px;
    max-width: 140px;
    object-fit: contain;
    filter: grayscale(40%);
    transition: filter 0.2s;
}
.recruiter-item img:hover { filter: grayscale(0); }
.recruiter-text {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    border: 2px solid #ddd;
    padding: 10px 20px;
    border-radius: 6px;
    white-space: nowrap;
}

/* ===== PLACEMENT ===== */
.placement-section {
    padding: 60px 30px;
    background: linear-gradient(135deg, #1a1a2e 0%, #b75906 100%);
}
.placement-section .section-title { color: #fff; }
.placement-locations { margin-bottom: 10px; }
.placement-flag {
    width: 60px; height: 60px;
    background: rgba(255,255,255,.15);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 10px;
    font-size: 24px;
    color: #dbc311;
}
.placement-locations h5 { color: #fff; font-size: 13px; font-weight: 600; }
.placement-card {
    background: rgba(255,255,255,.1);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,.2);
}
.placement-card img {
    width: 70px; height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #dbc311;
    margin-bottom: 10px;
}
.placement-card h5 { color: #fff; font-weight: 700; margin: 0 0 4px; }
.placement-card p { color: rgba(255,255,255,.8); font-size: 13px; margin: 0 0 4px; }
.placement-card span { color: #dbc311; font-size: 12px; font-weight: 600; }

/* ===== CERTIFICATIONS ===== */
.cert-section {
    padding: 60px 30px;
    background: #f5f7fa;
}
/* Sticky left panel */
.cert-sticky-panel {
    position: sticky;
    top: 80px;
    background: var(--secondary);
    border-radius: 10px;
    padding: 30px 24px;
    color: #fff;
}
.cert-sticky-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #dbc311;
    margin-bottom: 8px;
}
.cert-sticky-title {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.3;
}
.cert-sticky-desc {
    font-size: 13px;
    color: rgba(255,255,255,.85);
    line-height: 1.7;
    margin-bottom: 16px;
}
.cert-sticky-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cert-sticky-list li {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.cert-sticky-list li .fa { color: #dbc311; margin-right: 8px; }
.cert-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
    transition: transform 0.2s;
}
.cert-card:hover { transform: translateY(-4px); }
.cert-card img { max-height: 140px; max-width: 200px; object-fit: contain; margin: 0 auto 14px; display: block; }
.cert-card h5 { font-size: 15px; font-weight: 700; color: #333; margin: 0; }

/* ===== REVIEWS ===== */
.reviews-section {
    padding: 60px 30px;
    background: #fff;
}
.review-card {
    background: #f5f7fa;
    border-radius: 10px;
    padding: 28px 24px;
    margin: 10px;
    border-left: 4px solid var(--secondary);
}
.review-stars .fa { color: #f5a623; font-size: 16px; }
.review-text {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    margin: 12px 0 16px;
    font-style: italic;
}
.review-author strong { display: block; font-size: 15px; color: #1a1a1a; }
.review-author span { font-size: 12px; color: var(--secondary); font-weight: 600; }

/* ===== CONTACT ===== */
.contact-section {
    padding: 60px 30px;
    background: #f5f7fa;
}
.contact-info-box {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
    height: 100%;
}
.contact-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 22px;
}
.contact-item .fa {
    font-size: 22px;
    color: var(--secondary);
    margin-top: 2px;
    min-width: 24px;
}
.contact-item strong { display: block; font-size: 14px; color: #1a1a1a; margin-bottom: 3px; }
.contact-item p { font-size: 14px; color: #555; margin: 0; line-height: 1.5; }
.contact-item a { color: var(--secondary); text-decoration: none; }
.contact-item a:hover { color: var(--primary); }
.map-container { border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.1); }

/* ===== ABOUT PAGE ===== */

/* Hero Banner */
.about-hero {
    position: relative;
    min-height: 260px;
    background: url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    display: flex;
    align-items: center;
}
.about-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(139,26,26,.85) 0%, rgba(183,89,6,.75) 100%);
}
.about-hero-content {
    position: relative;
    z-index: 1;
    padding: 40px 30px;
    color: #fff;
}
.about-hero-content h1 {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 6px;
    text-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.about-hero-content p {
    font-size: 16px;
    margin: 0 0 12px;
    opacity: .9;
}
.about-breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 6px;
    font-size: 13px;
}
.about-breadcrumb li { color: rgba(255,255,255,.7); }
.about-breadcrumb li a { color: #dbc311; text-decoration: none; }
.about-breadcrumb li.active { color: #fff; }
.about-breadcrumb li + li::before { content: "›"; margin-right: 6px; }

/* Page Section */
.about-page-section { padding: 30px 0 50px; background: #f5f7fa; }

/* Sticky Sidebar */
.about-sidebar {
    position: sticky;
    top: 80px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    overflow: hidden;
}
.about-sidebar-head {
    background: var(--secondary);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.about-sidebar-menu {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}
.about-sidebar-menu li a {
    display: block;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    transition: all 0.2s;
}
.about-sidebar-menu li a:hover { background: #fff8f0; color: var(--secondary); padding-left: 24px; }
.about-sidebar-menu li a .fa { margin-right: 8px; color: var(--secondary); }

/* Stats Box in Sidebar */
.about-stats-box {
    background: #f5f7fa;
    padding: 16px;
    margin: 0;
}
.about-stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8;
}
.about-stat-item:last-child { border-bottom: none; }
.stat-num { font-size: 22px; font-weight: 800; color: var(--secondary); }
.stat-label { font-size: 12px; color: #666; font-weight: 500; }

/* Content Blocks */
.about-content-block {
    background: #fff;
    border-radius: 8px;
    padding: 28px;
    margin-bottom: 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.about-block-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f0f0f0;
}
.about-block-header .fa {
    width: 40px; height: 40px;
    background: var(--secondary);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}
.about-block-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}
.about-content-block p { font-size: 14px; line-height: 1.8; color: #555; margin-bottom: 10px; }

/* Intro Grid */
.about-intro-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    align-items: start;
}
.about-intro-img { position: relative; }
.about-intro-img img { border-radius: 8px; width: 100%; }
.about-intro-badge {
    position: absolute;
    bottom: 12px; left: 12px;
    background: var(--secondary);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}
.about-intro-badge .fa { font-size: 18px; color: #dbc311; }
@media(max-width:991px){
    .about-intro-grid { grid-template-columns: 1fr; }
}

/* Courses List */
.about-course-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    background: #f5f7fa;
    border-radius: 6px;
    margin-bottom: 10px;
    border-left: 4px solid var(--secondary);
    font-size: 14px;
    font-weight: 600;
    color: #333;
    transition: background 0.2s;
}
.about-course-item:hover { background: #fff8f0; }
.about-course-item .fa { color: var(--secondary); font-size: 16px; min-width: 20px; }

/* Why Cards */
.about-why-card {
    background: #f5f7fa;
    border-radius: 8px;
    padding: 20px 16px;
    margin-bottom: 20px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    border-top: 3px solid var(--secondary);
}
.about-why-card:hover { transform: translateY(-4px); box-shadow: 0 6px 20px rgba(0,0,0,.1); }
.about-why-icon {
    width: 50px; height: 50px;
    background: var(--secondary);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 12px;
}
.about-why-icon .fa { font-size: 20px; color: #fff; }
.about-why-card h5 { font-size: 14px; font-weight: 700; color: #1a1a1a; margin: 0 0 8px; }
.about-why-card p { font-size: 12px; color: #666; margin: 0; line-height: 1.6; }

/* Vision Mission */
.about-vm-box {
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 16px;
    text-align: center;
}
.vision-box { background: linear-gradient(135deg, #fff8f0, #ffe8cc); border: 2px solid var(--secondary); }
.mission-box { background: linear-gradient(135deg, #fff0f0, #ffd6d6); border: 2px solid var(--primary); }
.vm-icon {
    width: 56px; height: 56px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
    font-size: 22px;
    color: #fff;
}
.vision-box .vm-icon { background: var(--secondary); }
.mission-box .vm-icon { background: var(--primary); }
.about-vm-box h4 { font-size: 18px; font-weight: 700; margin: 0 0 10px; }
.vision-box h4 { color: var(--secondary); }
.mission-box h4 { color: var(--primary); }
.about-vm-box p { font-size: 14px; color: #555; line-height: 1.7; margin: 0; }

/* Achievements */
.about-achievement-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 16px;
    border-bottom: 4px solid var(--secondary);
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.ach-num { display: block; font-size: 36px; font-weight: 800; color: var(--secondary); line-height: 1; }
.ach-label { display: block; font-size: 13px; color: #666; font-weight: 500; margin-top: 6px; }

/* Quote Banner */
.about-quote-banner {
    background: linear-gradient(135deg, #8B1A1A 0%, #b75906 100%);
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}
.about-quote-banner .fa { font-size: 40px; color: #dbc311; margin-bottom: 16px; display: block; }
.about-quote-banner blockquote {
    font-size: 24px;
    font-weight: 800;
    font-style: italic;
    border: none;
    color: #fff;
    margin: 0 0 12px;
    padding: 0;
}
.about-quote-banner p { font-size: 14px; opacity: .9; margin: 0; }

@media(max-width:767px){
    .about-hero { min-height: 180px; }
    .about-hero-content h1 { font-size: 22px; }
    .about-content-block { padding: 18px; }
    .about-block-header h3 { font-size: 16px; }
    .about-quote-banner blockquote { font-size: 18px; }
}

/* ===== AIKAWA PREMIUM HOME UPDATE ===== */
.hero-premium { min-height: 650px; display: flex; align-items: center; }
.hero-premium .hero-overlay { background: linear-gradient(115deg, rgba(14,14,22,.92) 0%, rgba(139,26,26,.78) 48%, rgba(183,89,6,.62) 100%); }
.hero-premium-wrap { position: relative; z-index: 2; padding: 70px 45px; width: 100%; }
.hero-premium-row { display: flex; align-items: center; }
.hero-content-premium { position: relative; top: auto; left: auto; transform: none; text-align: left; width: 100%; max-width: 760px; }
.hero-topline { display: inline-block; color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28); padding: 8px 14px; border-radius: 30px; font-size: 13px; font-weight: 700; margin-bottom: 16px; }
.hero-content-premium h1 { font-size: 52px; line-height: 1.05; margin-bottom: 12px; }
.hero-content-premium h2 { font-size: 25px; color: #dbc311; font-weight: 700; }
.hero-desc { color: rgba(255,255,255,.92); font-size: 16px; line-height: 1.8; max-width: 680px; margin: 0 0 16px; }
.hero-content-premium .hero-features { justify-content: flex-start; }
.hero-content-premium .hero-btns { justify-content: flex-start; }
.hero-institute-card { position: relative; background: rgba(255,255,255,.98); border-radius: 24px; padding: 18px; box-shadow: 0 28px 70px rgba(0,0,0,.32); border: 1px solid rgba(255,255,255,.65); overflow: hidden; }
.hero-institute-card:before { content: ""; position: absolute; inset: 0 0 auto 0; height: 7px; background: linear-gradient(90deg, var(--secondary), #dbc311, var(--primary)); }
.institute-card-top { display: flex; align-items: center; gap: 13px; padding: 14px 12px 16px; }
.institute-logo-mark { width: 54px; height: 54px; border-radius: 16px; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 23px; box-shadow: 0 10px 24px rgba(183,89,6,.28); flex-shrink: 0; }
.institute-card-top span { display: block; color: var(--secondary); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.institute-card-top strong { display: block; color: #151515; font-size: 19px; line-height: 1.25; font-weight: 900; }
.institute-photo-box { position: relative; border-radius: 18px; overflow: hidden; min-height: 205px; background: #111; }
.institute-photo-box img { width: 100%; height: 245px; object-fit: cover; display: block; }
.institute-photo-box:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.72) 100%); }
.institute-photo-label { position: absolute; left: 16px; bottom: 14px; z-index: 1; background: rgba(255,255,255,.92); color: #1b1b1b; border-radius: 30px; padding: 8px 13px; font-weight: 900; font-size: 12px; box-shadow: 0 8px 18px rgba(0,0,0,.18); }
.institute-photo-label .fa { color: var(--secondary); margin-right: 6px; }
.institute-stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 14px 0; }
.institute-stats-grid div { background: #fff8ef; border: 1px solid #f0d9bd; border-radius: 14px; padding: 13px 10px; text-align: center; }
.institute-stats-grid strong { display: block; color: var(--secondary); font-size: 22px; line-height: 1; font-weight: 900; }
.institute-stats-grid span { display: block; color: #4b4b4b; font-size: 11px; line-height: 1.35; font-weight: 700; margin-top: 5px; }
.institute-proof-list { list-style: none; padding: 0; margin: 0 0 15px; }
.institute-proof-list li { color: #303030; font-size: 13px; font-weight: 700; padding: 7px 0; border-bottom: 1px dashed #e6e6e6; line-height: 1.45; }
.institute-proof-list li:last-child { border-bottom: 0; }
.institute-proof-list .fa { color: var(--secondary); margin-right: 8px; }
.institute-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.institute-btn-dark, .institute-btn-gold { border-radius: 12px; padding: 12px 10px; text-align: center; font-weight: 900; font-size: 13px; text-decoration: none; }
.institute-btn-dark { background: #171717; color: #fff !important; }
.institute-btn-gold { background: #dbc311; color: #111 !important; }
.institute-btn-dark:hover { background: var(--primary); color: #fff !important; }
.institute-btn-gold:hover { background: var(--secondary); color: #fff !important; }
.section-subtitle { max-width: 760px; margin: -18px auto 34px; color: #666; font-size: 15px; line-height: 1.7; }
.courses-premium-section { background: linear-gradient(180deg,#f8fafc 0%,#eef2f6 100%); }
.course-image-card { padding: 0; overflow: hidden; border-radius: 14px; display: flex; flex-direction: column; }
.course-img-wrap { position: relative; height: 205px; overflow: hidden; }
.course-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.course-image-card:hover .course-img-wrap img { transform: scale(1.07); }
.course-img-icon { position: absolute; left: 18px; bottom: -24px; width: 58px; height: 58px; border-radius: 50%; background: var(--secondary); color: #fff; border: 4px solid #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.course-body { padding: 34px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.course-duration { display: inline-block; color: var(--secondary); font-weight: 800; font-size: 12px; margin-bottom: 8px; }
.course-topic-list { list-style: none; padding: 0; margin: 0 0 18px; }
.course-topic-list li { font-size: 13px; color: #444; padding: 5px 0; }
.course-topic-list .fa { color: var(--secondary); margin-right: 7px; }
.course-actions { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 12px; border-top: 1px solid #eee; padding-top: 14px; }
.course-apply-link { background: var(--secondary); color: #fff !important; border-radius: 6px; padding: 8px 14px; font-size: 12px; font-weight: 800; }
.course-apply-link:hover { background: var(--primary); }
.alumni-premium-section { background: radial-gradient(circle at top left, rgba(219,195,17,.22), transparent 32%), linear-gradient(135deg, #111827 0%, #7a1f13 52%, #b75906 100%); }
.placement-subtitle { color: rgba(255,255,255,.86); max-width: 780px; margin: -15px auto 28px; line-height: 1.7; }
.alumni-country-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.alumni-country-card { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 12px; padding: 15px 10px; color: #fff; text-align: center; font-weight: 800; backdrop-filter: blur(6px); }
.alumni-country-card .fa { color: #dbc311; margin-right: 6px; }
.cert-premium-section { background: #f6f7fb; }
.cert-premium-section .cert-sticky-panel { position: relative; top: auto; min-height: 460px; display: flex; flex-direction: column; justify-content: center; }
.cert-detail-btn { margin-top: 16px; display: inline-block; align-self: flex-start; font-size: 13px; background: #dbc311; color: #111 !important; }
.cert-slider .owl-stage { display: flex; }
.cert-slide-card { margin: 8px; height: 450px; display: flex; flex-direction: column; justify-content: center; border-radius: 16px; }
.cert-slide-card img { max-height: 230px; max-width: 90%; margin-bottom: 20px; }
.cert-slide-card h5 { font-size: 18px; color: var(--secondary); }
.cert-slide-card p { color: #555; font-size: 14px; line-height: 1.6; margin: 10px 0 0; }
.cert-slider .owl-dots { text-align: center; margin-top: 12px; }
.cert-slider .owl-dot span { width: 10px; height: 10px; background: #ccc; display: block; border-radius: 50%; margin: 4px; }
.cert-slider .owl-dot.active span { background: var(--secondary); }

@media(max-width:991px){
    .hero-premium { min-height: auto; }
    .hero-premium-wrap { padding: 45px 22px; }
    .hero-premium-row { display: block; }
    .hero-content-premium { text-align: center; margin: 0 auto 25px; }
    .hero-content-premium .hero-features, .hero-content-premium .hero-btns { justify-content: center; }
    .hero-content-premium h1 { font-size: 34px; }
    .hero-content-premium h2 { font-size: 19px; }
    .alumni-country-grid { grid-template-columns: repeat(3, 1fr); }
    .cert-premium-section .cert-sticky-panel { min-height: auto; margin-bottom: 22px; }
}
@media(max-width:767px){
    .hero-premium-wrap { padding: 35px 15px; }
    .hero-content-premium h1 { font-size: 25px; }
    .hero-content-premium h2 { font-size: 16px; }
    .hero-desc { font-size: 14px; }
    .hero-institute-card { padding: 14px; }
    .institute-photo-box img { height: 190px; }
    .institute-card-actions { grid-template-columns: 1fr; }
    .course-img-wrap { height: 185px; }
    .alumni-country-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .alumni-country-card { font-size: 12px; padding: 12px 6px; }
    .cert-slide-card { height: auto; min-height: 350px; }
}

/* ===== HERO RIGHT PHOTO SLIDER UPDATE ===== */
.hero-officer-slider {
    position: relative;
    min-height: 470px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,.38);
    border: 1px solid rgba(255,255,255,.45);
    background: #111;
}
.officer-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.06);
    animation: officerHeroSlide 15s infinite;
}
.officer-slide-1 {
    background-image: url('https://images.unsplash.com/photo-1581094288338-2314dddb7ece?auto=format&fit=crop&w=900&q=85');
    animation-delay: 0s;
}
.officer-slide-2 {
    background-image: url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=900&q=85');
    animation-delay: 5s;
}
.officer-slide-3 {
    background-image: url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=900&q=85');
    animation-delay: 10s;
}
.officer-slide-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.22) 38%, rgba(0,0,0,.86) 100%);
}
.officer-slide-caption {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 36px;
    z-index: 2;
    color: #fff;
}
.officer-slide-caption span {
    display: inline-block;
    background: rgba(219,195,17,.95);
    color: #141414;
    border-radius: 30px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 12px;
}
.officer-slide-caption strong {
    display: block;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 900;
    text-shadow: 0 4px 18px rgba(0,0,0,.45);
}
.officer-slider-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    right: 22px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,.94);
    border-radius: 18px;
    padding: 13px 15px;
    box-shadow: 0 14px 34px rgba(0,0,0,.20);
}
.officer-slider-badge > i {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.officer-slider-badge b {
    display: block;
    color: var(--secondary);
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}
.officer-slider-badge small {
    display: block;
    color: #222;
    font-size: 12px;
    font-weight: 800;
    margin-top: 2px;
}
.officer-slider-dots {
    position: absolute;
    left: 26px;
    bottom: 16px;
    z-index: 4;
    display: flex;
    gap: 7px;
}
.officer-slider-dots span {
    width: 28px;
    height: 4px;
    border-radius: 10px;
    background: rgba(255,255,255,.55);
}
.officer-slider-dots span:nth-child(1) { animation: officerDot 15s infinite 0s; }
.officer-slider-dots span:nth-child(2) { animation: officerDot 15s infinite 5s; }
.officer-slider-dots span:nth-child(3) { animation: officerDot 15s infinite 10s; }

@keyframes officerHeroSlide {
    0% { opacity: 0; transform: scale(1.08); }
    6% { opacity: 1; }
    30% { opacity: 1; transform: scale(1); }
    38% { opacity: 0; transform: scale(1); }
    100% { opacity: 0; transform: scale(1.08); }
}
@keyframes officerDot {
    0%, 38% { background: #dbc311; width: 38px; }
    39%, 100% { background: rgba(255,255,255,.55); width: 28px; }
}

@media(max-width:991px){
    .hero-officer-slider { min-height: 390px; max-width: 560px; margin: 0 auto; }
}
@media(max-width:767px){
    .hero-officer-slider { min-height: 330px; border-radius: 20px; }
    .officer-slide-caption { left: 18px; right: 18px; bottom: 32px; }
    .officer-slide-caption strong { font-size: 21px; }
    .officer-slider-badge { top: 14px; left: 14px; right: 14px; padding: 10px 12px; }
    .officer-slider-badge > i { width: 40px; height: 40px; }
}


/* ===== PLACEMENT CARDS GRID ===== */
.placement-cards-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 10px; }
.placement-new-card { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 10px; padding: 18px 14px; display: flex; align-items: center; gap: 14px; transition: transform .3s, background .3s; }
.placement-new-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.18); }
.placement-flag { font-size: 36px; line-height: 1; flex-shrink: 0; }
.placement-new-info h5 { color: #fff; font-size: 15px; font-weight: 700; margin: 0 0 2px; }
.placement-new-info strong { color: var(--secondary); font-size: 13px; display: block; }
.placement-new-info span { color: rgba(255,255,255,.7); font-size: 12px; }
@media(max-width:991px) { .placement-cards-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:480px) { .placement-cards-grid { grid-template-columns: 1fr; } }

/* ===== CERT SECTION FULL WIDTH ===== */
.cert-premium-section { padding: 60px 30px; background: #f5f7fa; }
.cert-premium-section .section-title { color: #1a1a1a; }
.cert-premium-section .section-label { color: var(--primary); }
.cert-slide-card { background: #fff; border-radius: 10px; padding: 24px 16px; text-align: center; box-shadow: 0 2px 16px rgba(0,0,0,.08); border: 1px solid #eee; }
.cert-slide-card img { max-height: 130px; width: auto; max-width: 100%; object-fit: contain; margin: 0 auto 14px; display: block; }
.cert-slide-card h5 { font-size: 14px; font-weight: 700; color: #333; margin: 0; }

/* ===== WORLD MAP ===== */
.world-map-wrap { position: relative; background: rgba(0,0,0,0.25); border-radius: 14px; padding: 10px; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); }
.world-map-svg { width: 100%; height: auto; display: block; }
.pin-pulse { animation: pinPulse 2s ease-in-out infinite; transform-origin: center; }
@keyframes pinPulse { 0%,100% { r: 14; opacity: 0.3; } 50% { r: 20; opacity: 0.1; } }
.map-pin { cursor: pointer; }
.map-pin:hover circle:not(.pin-pulse) { fill: #dbc311; }
.pin-label { opacity: 0; transition: opacity .3s; }
.map-pin:hover .pin-label { opacity: 1; }
.map-tooltip { position: absolute; background: rgba(0,0,0,0.88); color: #fff; padding: 8px 14px; border-radius: 8px; font-size: 13px; pointer-events: none; display: none; border-left: 3px solid #b75906; white-space: nowrap; z-index: 10; }
.map-tooltip strong { color: #dbc311; display: block; font-size: 14px; }
.alumni-country-card .fa-check-circle { color: #dbc311; }
