/*
Theme Name: Astra Child
Template: astra
*/

.ast-site-identity {
    padding: 0.4em 0 !important;
}
table, td, th {
    border: 1px solid #a2a2a2 !important;
}
.whatsapp-button {
    position: fixed;
    top: 93%;
    left: 1.5%;
    z-index: 500;
    margin-top: -20px;
    text-align: center;
    width: 50px;
    overflow: hidden;
    cursor: pointer;
}
/* ================= TOPBAR ================= */
.cpTopbar-left {
    display: flex;
    align-items: center;
    gap: 25px;
}
.cpTopbar-link {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}
.cpTopbar-link:hover {
    opacity: 0.8;
}
.cpTopbar-icon {
    margin-right: 8px;
}

/* ================= GRID ================= */
.mks-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

/* ================= CARD ================= */
.mks-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}
.mks-card:hover {
    transform: translateY(-6px);
}

/* IMAGE */
.mks-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* BODY */
.mks-body {
    padding: 3px;
	position:relative;
}
.mks-u_logo {
    position: absolute;
    top: -166px;
    left: 10px;
}
/* LOGO */
.mks-logo {
    width: 55px;
   max-height: 54px;
 
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 30px !important;
    height: 30px !important;
    fill: #000000 !important;
}
.mks-u_logo {
   width: 64px;
    height: 64px;
    background: #fff;
    padding: 5px;
    z-index: 9;
    margin-top: -24px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);

}
/* TITLE */
.mks-title {
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    color: #0A2E73;
    margin-top: 8px;
}
    .mksUni-location{
    font-size:15px;
    color:#666;

    margin-bottom:16px;
}

/* INFO */
.mks-info {
    font-size: 14px;
    color: #666;
    height: 80px;
    margin-top: 8px;
    line-height: 1.5;
}


/* BUTTON */
.mks-btn {
    display: inline-block;
    background: #D4A017;
    color: #fff;
    padding: 2px 16px;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 2px;
	font-size: 14px;
    transition: 0.3s;
}
.mks-btn:hover {
    background: #D4A017;
     color: #fff;
}
.content-area.primary.ast-grid-3.ast-blog-layout-4-grid {
    background: #F5F8FA;
	padding:40px 0px !important;
}
/* ================= HERO ================= */
.mks-hero {
    position: relative;
}
.mks-hero img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

/* overlay */
.mks-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

/* content */
.mks-hero-content {
    position: absolute;
    bottom: 25px;
    left: 40px;
    color: #fff;
    z-index: 2;
}

/* logo */
.mks-hero-logo {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    position: absolute;
    top: -30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* title */
.mks-hero-content h1 {
    font-size: 28px;
    margin-top: 35px;
}

/* ================= STATS ================= */
.mks-stats {
    background: linear-gradient(135deg,#0d3b66,#123c66);
    color: #fff;
    padding: 18px 0;
}
.mks-stats-grid {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.mks-stats-grid div {
    flex: 1;
}
.mks-stats-grid strong {
    font-size: 20px;
    display: block;
}

/* ================= TABS ================= */
.mks-tabs ul {
       display: flex !important;
    gap: 52px;
    
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.mks-tabs li {
    cursor: pointer;
    position: relative;
    padding-bottom: 6px;
}
.mks-tabs li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #ff6600;
}

/* ================= LAYOUT ================= */
.mks-layout {
    display: grid !important;
    grid-template-columns: 2.2fr 1fr;
    gap: 30px;
    margin-top: 25px;
}

/* LEFT CARDS */
.mks-card {
    padding: 18px;
    margin-bottom: 20px;
}

/* SIDEBAR */
.mks-side-card {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* sticky sidebar */
.mks-right {
    position: sticky;
    top: 100px;
}

/* ================= RESPONSIVE ================= */
@media(max-width: 1024px){
    .mks-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width: 768px){
    .mks-layout {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 600px){
    .mks-grid {
        grid-template-columns: 1fr;
    }

    .mks-hero-content {
        left: 20px;
    }

    .mks-hero-content h1 {
        font-size: 22px;
    }
}







/* Container Fixes */
.univ-page-wrapper {
    max-width: 100% !important;
    padding: 0 !important;
}

/* Full Width Sections */
.univ-hero-full {
    width: 100%;
    height: 380px;
}
.univ-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.univ-stats-bar-full {
    background: #0A2E73;
    padding: 30px 0;
    color: #fff;
    width: 100%;
}

.univ-tabs-nav-full {
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.univ-main-content-bg {
    background-color: #f5f7fa; /* Grey background for content area */
    padding: 40px 0;
    width: 100%;
}

/* Boxed Content (1200px limit) */
.ast-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Overlap Styling */
.univ-header-box {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: -60px; /* Logo overlapping hero */
    padding-bottom: 25px;
}
.univ-logo-container {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.univ-title-meta h1 {
    color: #004a7c;
    margin: 15px 0 5px 0;
    font-size: 28px;
}
.univ-meta-icons {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #666;
}

/* Stats Styling */
.univ-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}
.univ-stat strong {
    display: block;
    font-size: 24px;
}

/* Tab Links */
.univ-tabs-nav-full ul {
    display: flex;
    list-style: none;
    margin: 0;
}
.univ-tabs-nav-full li a {
    padding: 18px 25px;
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 3.5px solid transparent;
}
.univ-tabs-nav-full li a:hover {
    color: #D4A017;
    border-bottom-color: #D4A017;
}

/* Main Layout (Grid) */
.univ-layout {
    display: grid !important;
    grid-template-columns: 2.2fr 1fr;
    gap: 30px;
}

/* Boxed Cards Inside Grey BG */
.univ-section-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    border: 1px solid #e0e6ed;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}
.univ-section-card h3 {
    color: #004a7c;
    border-bottom: 1px solid #a19d9d;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 20px;
}

/* Sidebar Widgets */
.univ-side-widget {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #e0e6ed;
}
.univ-side-widget a:hover {
    color:#001c4c;
}
.univ-btn-blue {
    display: block;
    background: #D4A017;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 15px;
}
.univ-btn-outline {
    display: block;
    border: 1.5px solid #004a7c;
    color: #004a7c;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 15px;
}

/* Responsive Fix */
@media (max-width: 900px) {
    .univ-layout { grid-template-columns: 1fr; }
    .univ-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .univ-header-box { flex-direction: column; align-items: center; text-align: center; }
	
	.univ-meta-icons {
		display: flex;
		gap: 8px;
		font-size: 10px;
		color: #666;
	}
	.univ-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0px !important;
}
	.univ-tabs-nav-full li a {
    padding: 6px 8px !important;
    font-size: 12px !important;
}
}












/* Hero Overlay for better text visibility */
.univ-hero-full {
    position: relative;
}
.univ-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}

/* Header Box Enhancements */
.univ-header-box {
    margin-top: -70px;
    z-index: 15;
    background: #fff;
    padding: 20px;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 -10px 25px rgba(0,0,0,0.05);
}
.univ-logo-container {
    width: 140px;
    height: 140px;
	z-index:999;
    border: 5px solid #fff; /* Thick white border for pop-out effect */
}
.univ-title-meta h1 {
    font-size: 32px;
    letter-spacing: -0.5px;
    color: #003366;
}

/* Meta Items with Icons */
.univ-meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}
.univ-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f0f4f8;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    color: #4a5568;
    font-weight: 500;
}
.univ-meta-item i {
    color: #004a7c;
    font-size: 16px;
}

/* Stats Bar Modernization */
.univ-stats-bar-full {
    background: #003366; /* Deeper professional blue */
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}
/* Optional Background Texture for Stats */
.univ-stats-bar-full::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('https://www.transparenttextures.com/patterns/cubes.png');
    opacity: 0.1;
}

.univ-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.univ-stat-card {
    border-right: 1px solid rgba(255,255,255,0.15);
    transition: transform 0.3s ease;
}
.univ-stat-card:last-child { border-right: none; }
.univ-stat-card:hover { transform: translateY(-5px); }

.stat-value {
    font-size: 28px;
    font-weight: 800;
    display: block;
    color: #ffffff;
    line-height: 1;
}
.stat-value small { font-size: 14px; opacity: 0.7; }
.stat-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a0aec0;
    margin-top: 8px;
    display: block;
}
.univ-stats-bar-full .ast-container {
    display: grid;
}
/* Tab Active State Animation */
.univ-tabs-nav-full li a {
    position: relative;
    transition: color 0.3s ease;
}
.univ-tabs-nav-full li a::after {
    content: "";
    position: absolute;
    bottom: 0; left: 50%; width: 0; height: 3px;
    background: #0A2E73;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
.univ-tabs-nav-full li a:hover::after {
    width: 80%;
}




/* TAB BUTTON STYLE */
.univ-tabs-nav-full {
    background: #f5f7fa;
    padding: 15px 0;
}

.univ-tabs-nav-full ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    list-style: none;
}

.univ-tabs-nav-full a {
    display: inline-block;
    padding: 10px 18px;
    background: #fff;
    border-radius: 6px;
    font-weight: 600;
    color: #333;
    border: 1px solid #ddd;
    transition: 0.3s;
    text-decoration: none;
}

/* HOVER */
.univ-tabs-nav-full a:hover {
    background: #D4A017;
    color: #fff !important;
    border-color: #D4A017;
}

/* ACTIVE */
.univ-tabs-nav-full a.active {
    background: #D4A017;
    color: #fff;
    border-color: #D4A017;
}