/* ---------- Global Page Floating Blooming Bubbles ---------- */
.page-bubbles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    pointer-events: none;
    overflow: hidden;
}
.page-bubbles .bubble {
    position: absolute;
    bottom: -150px;
    background: radial-gradient(circle at 30% 30%, rgba(173, 216, 230, 0.45) 0%, rgba(30, 144, 255, 0.08) 60%, rgba(30, 144, 255, 0.16) 100%);
    border: 1px solid rgba(173, 216, 230, 0.3);
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.45), 0 4px 12px rgba(135, 206, 250, 0.1);
    border-radius: 50%;
    animation: float-bubble-global 16s infinite linear;
}
.page-bubbles .bubble:nth-child(1) { width: 40px; height: 40px; left: 5%; animation-duration: 14s; animation-delay: 0s; }
.page-bubbles .bubble:nth-child(2) { width: 70px; height: 70px; left: 15%; animation-duration: 20s; animation-delay: 3s; }
.page-bubbles .bubble:nth-child(3) { width: 30px; height: 30px; left: 28%; animation-duration: 12s; animation-delay: 7s; }
.page-bubbles .bubble:nth-child(4) { width: 90px; height: 90px; left: 42%; animation-duration: 24s; animation-delay: 1s; }
.page-bubbles .bubble:nth-child(5) { width: 50px; height: 50px; left: 55%; animation-duration: 16s; animation-delay: 9s; }
.page-bubbles .bubble:nth-child(6) { width: 80px; height: 80px; left: 68%; animation-duration: 22s; animation-delay: 5s; }
.page-bubbles .bubble:nth-child(7) { width: 35px; height: 35px; left: 82%; animation-duration: 15s; animation-delay: 11s; }
.page-bubbles .bubble:nth-child(8) { width: 60px; height: 60px; left: 93%; animation-duration: 18s; animation-delay: 2s; }
.page-bubbles .bubble:nth-child(9) { width: 45px; height: 45px; left: 22%; animation-duration: 17s; animation-delay: 13s; }
.page-bubbles .bubble:nth-child(10) { width: 75px; height: 75px; left: 50%; animation-duration: 21s; animation-delay: 15s; }
.page-bubbles .bubble:nth-child(11) { width: 30px; height: 30px; left: 78%; animation-duration: 13s; animation-delay: 4s; }
.page-bubbles .bubble:nth-child(12) { width: 100px; height: 100px; left: 88%; animation-duration: 26s; animation-delay: 8s; }

@keyframes float-bubble-global {
  0% {
    transform: translateY(0) scale(0.5) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(-115vh) scale(1.4) rotate(360deg);
    opacity: 0;
  }
}

/* ============================================================
   HOMEPAGE STYLES  —  #293f50 + WHITE THEME
   ============================================================ */

/* ---------- Color Tokens ---------- */
:root {
    --primary:       #293f50;
    --primary-dark:  #1c2d3a;
    --primary-light: #3a5568;
    --accent:        #4a7c9e;
    --white:         #ffffff;
    --off-white:     #f4f7fa;
    --text-dark:     #1c2d3a;
    --text-mid:      #4a5568;
}

/* ---------- Global Outfit Typography for Homepage Content ---------- */
#content,
#content p,
#content li,
#content td,
#content a,
#content span:not(.about-tag-line):not(.fa),
#content h1:not(.about-heading),
#content h2:not(.about-heading),
#content h3,
#content h4:not(.vm-card h4),
#content h5,
#content h6,
.ticker-item,
.ql-card-title,
.prin-desc p,
.gov-name,
.gov-role,
.fac-info h3,
.fac-info p,
.ach-info h4,
.ach-badge,
.ach-readmore {
    font-family: 'Outfit', sans-serif !important;
}

blockquote p {
    padding: 0 .5em .5em 110px;
    text-align: right;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    line-height: 1.55;
}

/* ---------- Entrance Animation ---------- */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ---------- Content Wrapper ---------- */
#content {
    border-top: 3px solid #293f50 !important;
    background: #f4f7fa;
}

/* ---------- News / Mission Strip ---------- */
.mission.mission-gradient {
    background: linear-gradient(135deg, #293f50 0%, #1c2d3a 60%, #111e28 100%) !important;
    position: relative;
    overflow: hidden;
    padding-top: 50px !important;
    margin-top: 50px !important;
}
.mission.mission-gradient::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 300px; height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
    pointer-events: none;
}
.mission .date-wrapper {
    background: #ffffff !important;
    border-radius: 8px !important;
    padding: 6px 10px !important;
    box-shadow: 0 4px 15px rgba(41,63,80,0.35) !important;
}
.mission .date-m { color: #293f50 !important; font-weight: 700 !important; font-size: 11px !important; text-transform: uppercase; }
.mission .date-d { color: #293f50 !important; font-weight: 800 !important; font-size: 22px !important; line-height: 1; }
.mission h2.text-shadow-white {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
    border-left: 3px solid rgba(255,255,255,0.5) !important;
    padding-left: 14px !important;
    margin: 0 !important;
}
.mission .btn-more {
    background: #ffffff !important;
    color: #293f50 !important;
    border-radius: 20px !important;
    padding: 5px 16px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border: none !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
}
.mission .btn-more:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(41,63,80,0.4) !important;
}

/* ---------- About Us / Showcase ---------- */
.showcase {
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fa 100%) !important;
    padding: 60px 0 !important;
}
.showcase .block-title {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #293f50 !important;
    position: relative !important;
    display: inline-block !important;
    margin-bottom: 8px !important;
}
.showcase .block-title::after {
    content: '';
    display: block;
    width: 55px;
    height: 3px;
    background: #293f50;
    border-radius: 2px;
    margin-top: 10px;
    opacity: 0.5;
}
.showcase > .container > .row > .col-md-8 > p {
    font-size: 15px !important;
    color: #4a5568 !important;
    line-height: 1.85 !important;
    border-left: 3px solid #293f50 !important;
    padding-left: 16px !important;
}

/* Management carousel items */
.showcase .item {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(41,63,80,0.12) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    background: #fff !important;
    margin: 8px 6px !important;
}
.showcase .item:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 14px 40px rgba(41,63,80,0.22) !important;
}
.showcase .item-details.bg-noise {
    background: linear-gradient(135deg, #293f50, #1c2d3a) !important;
    padding: 12px !important;
}
.showcase .item-details h5.item-title a {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}
.showcase .item-details .h5 {
    color: rgba(255,255,255,0.65) !important;
    font-size: 11px !important;
}

/* ---------- Events Calendar ---------- */
.event-container {
    background: linear-gradient(135deg, #293f50, #1c2d3a) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin-top: 10px !important;
    box-shadow: 0 8px 32px rgba(41,63,80,0.30) !important;
}
.event-container h3 {
    font-family: Georgia, serif !important;
    font-size: 22px !important;
    color: #ffffff !important;
    margin-bottom: 16px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

/* ---------- Facilities Section ---------- */
.services.block-bg-gradient {
    background: linear-gradient(160deg, #293f50 0%, #1c2d3a 50%, #111e28 100%) !important;
    padding: 60px 0 70px !important;
    position: relative !important;
    overflow: hidden !important;
}
.services.block-bg-gradient::before {
    content: '';
    position: absolute;
    top: -80px; left: -80px;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
    pointer-events: none;
}
.services .block-title {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    position: relative !important;
    display: inline-block !important;
    margin-bottom: 30px !important;
}
.services .block-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: rgba(255,255,255,0.5);
    margin-top: 10px;
}
.services .item {
    background: rgba(255,255,255,0.07) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    border-radius: 14px !important;
    padding: 18px !important;
    margin: 6px !important;
    transition: background 0.3s, transform 0.3s, border-color 0.3s !important;
}
.services .item:hover {
    background: rgba(255,255,255,0.15) !important;
    border-color: rgba(255,255,255,0.40) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25) !important;
}
.services .item h4 {
    color: #fff !important;
    font-weight: 600 !important;
}
.services .btn-more {
    background: #ffffff !important;
    color: #293f50 !important;
    border-radius: 20px !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    border: none !important;
    padding: 5px 16px !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
}
.services .btn-more:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(255,255,255,0.3) !important;
}

/* ---------- Animations ---------- */
.showcase, .services, .event-container {
    animation: fadeInUp 0.7s ease both;
}

/* ===== SCROLLING NEWS TICKER ===== */
.news-ticker-bar {
    background: linear-gradient(90deg, #1c2d3a 0%, #293f50 40%, #3a5568 100%);
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 44px;
    box-shadow: 0 3px 12px rgba(41,63,80,0.35);
    position: relative;
    z-index: 10;
}
.news-ticker-label {
    background: #e8a020;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 18px;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
    gap: 7px;
    z-index: 2;
}
.news-ticker-label i { font-size: 14px; }
.news-ticker-label::after {
    content: '';
    position: absolute;
    left: 138px;
    top: 0;
    width: 0; height: 0;
    border-top: 44px solid #e8a020;
    border-right: 18px solid transparent;
}
.news-ticker-track {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.news-ticker-scroll {
    display: flex;
    align-items: center;
    gap: 0;
    white-space: nowrap;
    animation: tickerScroll 40s linear infinite;
    will-change: transform;
}
.news-ticker-scroll:hover { animation-play-state: paused; }
@keyframes tickerScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.ticker-item {
    display: inline-flex;
    align-items: center;
    color: #e2eaf0;
    font-size: 13.5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 500;
    padding: 0 28px 0 0;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
}
.ticker-item:hover { color: #f9c74f; text-decoration: none; }
.ticker-sep {
    color: rgba(255,255,255,0.3);
    font-size: 18px;
    margin-right: 28px;
    user-select: none;
}

/* About Us Section - Full Width Premium Design */
.about-section-wrap {
    background: linear-gradient(135deg, #ffffff 0%, #fbfcfe 60%, #f3f7fa 100%);
    padding: 55px 0 10px;
    border-top: 1px solid #dce8f5;
    border-bottom: 1px solid #dce8f5;
    position: relative;
    overflow: hidden;
}
.about-section-wrap::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 350px; height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(41,63,80,0.05) 0%, transparent 70%);
    pointer-events: none;
}
.about-section-wrap::after {
    content: '';
    position: absolute;
    bottom: -60px; left: -60px;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43,119,175,0.06) 0%, transparent 70%);
    pointer-events: none;
}
.about-img-frame {
    position: relative;
    z-index: 2;
}
.about-img-frame img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    box-shadow: 0 25px 55px rgba(28,45,58,0.15);
    border: 6px solid #ffffff;
    display: block;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.about-img-frame:hover img {
    transform: scale(1.02) translateY(-4px);
    box-shadow: 0 28px 60px rgba(28,45,58,0.22);
}
.about-img-frame .img-badge {
    position: absolute;
    bottom: -18px;
    right: 20px;
    background: linear-gradient(135deg, #293f50, #1c2d3a);
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 20px rgba(41,63,80,0.35);
    white-space: nowrap;
}
.about-img-frame .img-badge i {
    margin-right: 6px;
    color: #a0d4f5;
}
.about-content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 45px;
}
.about-tag-line {
    font-family: 'Great Vibes', cursive !important;
    font-size: 38px !important;
    color: #e8a020 !important;
    line-height: 1;
    margin-bottom: 2px;
    font-weight: normal;
}
.about-heading {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 46px !important;
    font-weight: 800 !important;
    color: #1e2e3c !important;
    margin: 0 0 6px 0;
    line-height: 1.1;
    position: relative;
    display: inline-block;
}
.about-heading::after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #1e2e3c, #e8a020);
    border-radius: 3px;
    margin-top: 12px;
}
.about-body-text {
    font-family: 'Outfit', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.95 !important;
    color: #475569 !important;
    text-align: justify;
    margin: 25px 0 35px 0;
    padding-left: 20px;
    border-left: 4px solid #e8a020 !important;
}
.about-read-btn {
    background: linear-gradient(135deg, #1c2d3a, #293f50) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    padding: 12px 32px !important;
    border: none !important;
    font-size: 15px !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 20px rgba(28,45,58,0.25) !important;
    transition: all 0.3s ease !important;
    text-decoration: none;
}
.about-read-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(232,160,32,0.35) !important;
    background: #e8a020 !important;
    color: #1c2d3a !important;
}
@media (max-width: 991px) {
    .about-content-col { padding-left: 15px; margin-top: 30px; }
    .about-img-frame img { height: 280px; }
    .about-heading { font-size: 34px; }
}

div.vmg-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #edf2f7 100%) !important;
  padding: 50px 0 50px !important;
  border-bottom: 1px solid #e2e8f0;
  margin-top: 0 !important;
}
.vmg-section .container {
  position: relative;
  z-index: 2;
}
.vmg-container-row {
  margin-bottom: 0px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.vm-card {
  background: #ffffff;
  border-radius: 16px !important;
  padding: 35px 25px !important;
  box-shadow: 0 10px 30px rgba(41,63,80,0.04) !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(0,0,0,0.02) !important;
}
.vm-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 45px rgba(41,63,80,0.1) !important;
}
.vm-card .icon-wrap {
  width: 65px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 26px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.vm-card:hover .icon-wrap {
  transform: scale(1.1) rotate(10deg);
}
.vm-card h4 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #1e2e3c !important;
  margin: 0 0 15px 0 !important;
  text-align: center !important;
}
.vm-card p {
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: #475569 !important;
  text-align: center !important;
  margin: 0 !important;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vm-card p.motto-text {
  font-size: 18px !important;
  font-style: italic !important;
  font-weight: 600 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
.prin-desc p {
    font-weight: normal;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 15px;
    color: #4a5568;
}
.prin-quote-block {
    position: relative;
    border-left: 5px solid #2b77af;
    padding: 18px 24px 18px 30px;
    margin-bottom: 30px;
    background: linear-gradient(135deg, rgba(43,119,175,0.06) 0%, rgba(43,119,175,0.02) 100%);
    border-radius: 0 8px 8px 0;
}
.prin-quote-block::before {
    content: '\201C';
    font-family: Georgia, serif;
    font-size: 80px;
    color: #2b77af;
    opacity: 0.25;
    position: absolute;
    top: -10px;
    left: 6px;
    line-height: 1;
}
.prin-quote-block p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 16px !important;
    font-style: italic;
    font-weight: 600 !important;
    color: #293f50 !important;
    line-height: 1.7;
    margin: 0 0 6px 0 !important;
    position: relative;
    z-index: 1;
}
.prin-quote-block cite {
    font-size: 13px;
    color: #4a7c9e;
    font-style: normal;
    font-weight: 700;
    display: block;
    text-align: right;
    letter-spacing: 0.5px;
}
.prin-tag-line {
    font-family: 'Great Vibes', cursive !important;
    font-size: 38px !important;
    color: #e8a020 !important;
    margin: 0 !important;
    display: block !important;
    line-height: 1.1 !important;
    font-weight: normal !important;
}
.prin-heading {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 54px !important;
    font-weight: 800 !important;
    color: #1c2d3a !important;
    margin: 0 0 25px 0 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.5px !important;
}

/* ===== QUICK LINKS - FACILITIES CARD STYLE ===== */
.ql-section {
    background: #293f50;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(74,124,158,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(17,30,40,0.8) 0%, transparent 50%);
    padding: 45px 0 40px;
    position: relative;
    overflow: hidden;
}
/* dot texture overlay */
.ql-section::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
}
.ql-header-col {
    position: relative;
    z-index: 3;
    padding-right: 30px;
}
.ql-tag {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-style: italic !important;
    font-size: 22px !important;
    color: #f9a8c0 !important;
    display: block !important;
    line-height: 1 !important;
    margin-bottom: 2px !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.ql-title {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 46px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 18px 0 !important;
    line-height: 1.1 !important;
    letter-spacing: -1px !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-shadow: none !important;
    background: none !important;
}
.ql-view-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #f9a8c0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(249,168,192,0.4) !important;
    padding-bottom: 2px !important;
    transition: color 0.2s, border-color 0.2s;
}
.ql-view-link:hover { color: #fff !important; border-color: #fff !important; text-decoration: none !important; }
.ql-view-link .ql-dot { width:7px; height:7px; border-radius:50%; background:#f9a8c0; display:inline-block !important; }
.ql-desc {
    margin-top: 20px !important;
    color: rgba(255,255,255,0.85) !important;
    font-size: 14.5px !important;
    line-height: 1.65 !important;
    max-width: 340px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Cards row - all 6 in one row */
.ql-cards-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    position: relative;
    z-index: 2;
}

/* Single card - all 6 in 1 row */
.ql-card {
    flex: 1 1 0;
    min-width: 0;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 16px;
    padding: 20px 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 160px;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    color: #fff !important;
    transition: background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
    cursor: pointer;
}
.ql-card:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(0,0,0,0.45);
    color: #fff !important;
    text-decoration: none !important;
}

/* Wave blob background shape */
.ql-card-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    pointer-events: none;
}
.ql-card-wave svg {
    width: 100%;
    height: 100%;
}

/* Card title */
.ql-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    position: relative;
    z-index: 2;
    max-width: 90%;
}
.ql-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 10px;
}
.ql-card-icon {
    width: 32px;
    height: 32px;
    opacity: 0.85;
}
.ql-card-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: rgba(255,255,255,0.85);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ql-card-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    border: 1.5px solid rgba(255,255,255,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.3s, transform 0.3s;
}
.ql-card:hover .ql-card-arrow {
    background: rgba(255,255,255,0.35);
    transform: rotate(-45deg);
}
.ql-card-arrow svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    stroke-width: 2.2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Responsive */
@media (max-width: 767px) {
    .ql-cards-row { flex-wrap: wrap; }
    .ql-card { flex: 0 0 calc(50% - 7px); min-height: 150px; }
}
@media (max-width: 480px) {
    .ql-card { flex: 0 0 calc(100% - 0px); min-height: 140px; }
}

/* Governing Body Section & Carousel styling */
.gov-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important;
    padding: 60px 0 70px !important;
    position: relative !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.gov-header {
    text-align: center;
    margin-bottom: 40px;
}

.gov-subtitle {
    font-family: 'Outfit', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #2b77af !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px !important;
    display: block !important;
    margin-bottom: 6px !important;
}

.gov-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #1c2d3a !important;
    margin: 0 0 14px 0 !important;
}

.gov-title-line {
    width: 65px;
    height: 3.5px;
    background: linear-gradient(90deg, #2b77af 0%, #e8a020 100%);
    border-radius: 4px;
    margin: 0 auto;
}

.gov-body-item {
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 1px solid rgba(30, 46, 60, 0.08) !important;
    box-shadow: 0 8px 25px rgba(30, 46, 60, 0.05) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    margin: 15px 8px 20px !important;
    text-align: center !important;
    padding: 20px 16px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 395px !important;
    box-sizing: border-box !important;
}

.gov-body-item:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(30, 46, 60, 0.12) !important;
    border-color: rgba(43, 119, 175, 0.3) !important;
}

/* Elegant Centered Passport Photo Frame */
.gov-body-img-wrapper {
    width: 175px !important;
    height: 215px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #f1f5f9 !important;
    position: relative !important;
    margin: 0 auto 16px !important;
    border: 3px solid #ffffff !important;
    box-shadow: 0 8px 22px rgba(30, 46, 60, 0.12) !important;
    transition: all 0.4s ease !important;
}

.gov-body-item:hover .gov-body-img-wrapper {
    box-shadow: 0 12px 28px rgba(43, 119, 175, 0.25) !important;
    transform: scale(1.03) !important;
}

.gov-body-img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.gov-body-item:hover .gov-body-img-wrapper img {
    transform: scale(1.06) !important;
}

.gov-body-details {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex: 1 !important;
    width: 100% !important;
}

.gov-body-details .item-title {
    margin: 0 0 8px 0 !important;
    line-height: 1.3 !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.gov-body-details .item-title a {
    color: #1c2d3a !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: 'Outfit', sans-serif !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}


.gov-body-item:hover .gov-body-details .item-title a {
    color: #2b77af !important;
}

.gov-body-details .designation {
    display: inline-block !important;
    background: rgba(43, 119, 175, 0.08) !important;
    color: #2b77af !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    font-family: 'Outfit', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    padding: 5px 16px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(43, 119, 175, 0.18) !important;
    margin-top: auto !important;
    transition: all 0.3s ease !important;
}

.gov-body-item:hover .gov-body-details .designation {
    background: #2b77af !important;
    color: #ffffff !important;
    border-color: #2b77af !important;
}

/* ===== ACHIEVEMENTS SECTION IMAGE STYLING ===== */
.ach-img-wrap {
    width: 100% !important;
    height: 250px !important;
    position: relative !important;
    overflow: hidden !important;
    background: #1e2e3c !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.ach-img-wrap img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: 100% !important;
    object-fit: contain !important;
    transition: transform 0.7s ease !important;
}
.ach-card:hover .ach-img-wrap img {
    transform: scale(1.05) !important;
}

/* ===== NEWS TICKER MARGIN ===== */
.news-ticker-bar {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}

/* ===== HERO MAIN BANNER 100% UNCROPPED FULL VIEW ===== */
#highlighted-slider .owl-controls {
    display: none !important;
}

#highlighted,
#highlighted .inner,
#highlighted-slider,
#highlighted-slider.container-fluid,
#highlighted-slider .item-slider {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
}

#highlighted-slider .owl-wrapper-outer {
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
}

#highlighted-slider .owl-wrapper {
    position: relative !important;
}

#highlighted-slider .owl-item {
    float: left !important;
    clear: none !important;
}

#highlighted-slider .item,
#highlighted-slider .row,
#highlighted-slider .col-md-12 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    clear: none !important;
}

#highlighted-slider .item img {
    width: 100% !important;
    max-width: 100% !important;
    height: 480px !important;
    min-height: 320px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

@media (max-width: 991px) {
    #highlighted-slider .item img {
        height: 360px !important;
        min-height: 260px !important;
    }
}

@media (max-width: 768px) {
    #highlighted-slider .item img {
        height: 250px !important;
        min-height: 180px !important;
    }
}














/* ===== FACILITIES SECTION ===== */
.fac-section {
    background-color: #ffffff;
    padding: 30px 0 35px;
    position: relative;
}
.fac-header {
    text-align: center;
    margin-bottom: 25px;
}
.fac-header h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #293f50;
    margin: 0;
}
.fac-carousel {
    margin-bottom: 25px;
}
.fac-card {
    display: block;
    position: relative;
    aspect-ratio: 4/3;
    border-radius: 16px !important;
    overflow: hidden !important;
    margin: 10px 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease !important;
}
.fac-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.fac-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(28, 45, 58, 0.9) 0%, rgba(28, 45, 58, 0.3) 60%, transparent 100%) !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    opacity: 1 !important;
    transition: background 0.4s ease;
}
.fac-overlay h4 {
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    margin: 0;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    transition: transform 0.4s ease;
}
.fac-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(28,45,58,0.3);
}
.fac-card:hover img {
    transform: scale(1.08);
}
.fac-card:hover .fac-overlay {
    background: linear-gradient(to top, rgba(28, 45, 58, 0.95) 0%, rgba(28, 45, 58, 0.5) 50%, rgba(28, 45, 58, 0.1) 100%) !important;
}
.fac-card:hover .fac-overlay h4 {
    transform: translateY(-4px);
}
.fac-carousel .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: #293f50 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    opacity: 0.9;
    transition: all 0.3s ease;
    font-size: 0px !important; 
}
.fac-carousel .owl-controls .owl-buttons div::before {
    font-family: 'FontAwesome';
    font-size: 22px;
    line-height: 1;
}
.fac-carousel .owl-controls .owl-buttons .owl-prev::before { content: "\f104"; }
.fac-carousel .owl-controls .owl-buttons .owl-next::before { content: "\f105"; }
.fac-carousel .owl-controls .owl-buttons div:hover {
    background: #2b77af !important;
    color: #ffffff !important;
}
.fac-carousel .owl-controls .owl-buttons .owl-prev { left: -10px; }
.fac-carousel .owl-controls .owl-buttons .owl-next { right: -10px; }

/* ===== VIDEO GALLERY SECTION ===== */
.vg-section {
    background: linear-gradient(160deg, #1c2d3a 0%, #293f50 55%, #3a5568 100%);
    padding: 40px 0 60px;
    position: relative;
    overflow: hidden;
}
.vg-section::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
    pointer-events: none;
}
.vg-header {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
    z-index: 2;
}
.vg-header h2 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 10px 0 !important;
}
.vg-header h2 span { color: #e8a020 !important; }
.vg-header p {
    color: #cbd5e1 !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 15.5px !important;
    margin: 0 !important;
}
.vg-header::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #e8a020, rgba(232,160,32,0.3)) !important;
    border-radius: 3px;
    margin: 14px auto 0;
}
.vg-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 2;
    justify-content: center;
}
.vg-card {
    flex: 0 0 calc(25% - 15px);
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    text-decoration: none;
}
.vg-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 45px rgba(0,0,0,0.5);
    border-color: rgba(232,160,32,0.4);
    text-decoration: none;
}
.vg-thumb {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: #111e28;
}
.vg-thumb img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: brightness(0.85);
}
.vg-card:hover .vg-thumb img {
    transform: scale(1.08);
    filter: brightness(0.7);
}
.vg-play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 50px; height: 50px;
    background: rgba(255,255,255,0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    z-index: 2;
}
.vg-play svg {
    width: 18px; height: 18px;
    fill: #1c2d3a;
    margin-left: 3px;
    transition: fill 0.3s ease;
}
.vg-card:hover .vg-play { 
    transform: translate(-50%, -50%) scale(1.15); 
    background: #e8a020; 
    box-shadow: 0 6px 20px rgba(232,160,32,0.5);
}
.vg-card:hover .vg-play svg { fill: #ffffff; }
.vg-label {
    padding: 15px 16px;
    background: rgba(255,255,255,0.03);
    border-top: 1px solid rgba(255,255,255,0.05);
}
.vg-label span {
    font-size: 14.5px !important;
    color: #f1f5f9 !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}
.vg-card:hover .vg-label span {
    color: #e8a020 !important;
}
.vg-footer { text-align: center; margin-top: 40px; position: relative; z-index: 2; }
.vg-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #e8a020, #f8b63b) !important;
    border: none !important;
    color: #1c2d3a !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 12px 32px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(232,160,32,0.3) !important;
}
.vg-more-btn:hover { 
    background: #ffffff !important; 
    color: #1c2d3a !important; 
    text-decoration: none !important; 
    transform: translateY(-3px) !important; 
    box-shadow: 0 6px 20px rgba(255,255,255,0.4) !important;
}
@media (max-width: 991px) { .vg-card { flex: 0 0 calc(50% - 10px); } }
@media (max-width: 576px) { .vg-card { flex: 0 0 100%; } }

/* ===== ACHIEVEMENTS SECTION (FULL WIDTH CAROUSEL) ===== */
.ach-section {
    padding: 75px 0 90px;
    background: #f8fafc;
    position: relative;
}
.ach-header-decor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 45px;
}
.ach-title-wrap {
    position: relative;
    text-align: center;
}
.ach-title-wrap h2 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #1e2e3c !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin: 0 !important;
}
.ach-title-wrap::after {
    content: '';
    display: block;
    width: 140px;
    height: 2px;
    background: #e8a020;
    margin: 8px auto 0;
}
.ach-decor-stripe {
    height: 18px;
    width: 120px;
    position: relative;
}
.ach-decor-left {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    background: linear-gradient(90deg, #e8a020, #1e2e3c);
}
.ach-decor-right {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    background: linear-gradient(90deg, #1e2e3c, #e8a020);
}
.ach-carousel-container {
    position: relative;
}
.ach-card {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    margin: 12px;
    box-shadow: 0 8px 30px rgba(30, 46, 60, 0.05);
    text-decoration: none;
    background: #ffffff;
    border: 1px solid rgba(30, 46, 60, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ach-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(30, 46, 60, 0.12);
    text-decoration: none;
    border-color: #e8a020;
}
.ach-img-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/2;
    background: #f1f5f9;
}
.ach-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.ach-card:hover .ach-img-wrap img {
    transform: scale(1.05);
}
.ach-info {
    padding: 24px 20px 20px;
    background: #ffffff;
    text-align: center;
    border-top: 1px solid rgba(30, 46, 60, 0.03);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ach-badge {
    display: inline-block;
    font-family: 'Outfit', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #e8a020 !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 10px !important;
    transition: color 0.3s ease;
}
.ach-info h4 {
    margin: 0 !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1e2e3c !important;
    line-height: 1.45 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 46px;
    transition: color 0.3s ease;
}
.ach-readmore {
    margin-top: 15px;
    font-family: 'Outfit', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1e2e3c !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}
.ach-readmore i {
    font-size: 11px;
    transition: transform 0.3s ease;
}
.ach-card:hover .ach-info {
    background: #1e2e3c;
}
.ach-card:hover .ach-badge {
    color: #e8a020 !important;
}
.ach-card:hover .ach-info h4 {
    color: #ffffff !important;
}
.ach-card:hover .ach-readmore {
    color: #e8a020 !important;
}
.ach-card:hover .ach-readmore i {
    transform: translateX(4px);
}

/* Carousel Custom Arrows */
.ach-section .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: #1e2e3c !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    opacity: 0.8;
    transition: all 0.3s ease;
    font-size: 0px !important;
    z-index: 10;
}
.ach-section .owl-controls .owl-buttons div::before {
    font-family: 'FontAwesome';
    font-size: 22px;
    line-height: 1;
}
.ach-section .owl-controls .owl-buttons .owl-prev::before { content: "\f104"; }
.ach-section .owl-controls .owl-buttons .owl-next::before { content: "\f105"; }
.ach-section .owl-controls .owl-buttons div:hover {
    background: #e8a020 !important;
    color: #1e2e3c !important;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}
.ach-section .owl-controls .owl-buttons .owl-prev { left: -22px; }
.ach-section .owl-controls .owl-buttons .owl-next { right: -22px; }

@media (max-width: 991px) {
    .ach-decor-stripe { display: none; }
    .ach-section .owl-controls .owl-buttons .owl-prev { left: 0px; }
    .ach-section .owl-controls .owl-buttons .owl-next { right: 0px; }
}

/* Fix for FontAwesome icons inside #content being overridden by Outfit font-family */
#content i.fa,
#content .fa,
.fa {
    font-family: 'FontAwesome' !important;
}

/* Owl Carousel Custom Arrows for Governing Body */
#governing-carousel {
    position: relative;
}

#governing-carousel .owl-controls .owl-buttons div {
    position: absolute !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    width: 44px !important;
    height: 44px !important;
    background: #ffffff !important;
    color: #1c2d3a !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12) !important;
    border: 1px solid #e2e8f0 !important;
    opacity: 0.95 !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    font-size: 0px !important;
    z-index: 10 !important;
}

#governing-carousel .owl-controls .owl-buttons div::before {
    font-family: 'FontAwesome' !important;
    font-size: 20px !important;
    line-height: 1 !important;
}

#governing-carousel .owl-controls .owl-buttons .owl-prev::before { content: "\f104" !important; }
#governing-carousel .owl-controls .owl-buttons .owl-next::before { content: "\f105" !important; }

#governing-carousel .owl-controls .owl-buttons div:hover {
    background: #2b77af !important;
    color: #ffffff !important;
    border-color: #2b77af !important;
    transform: translateY(-50%) scale(1.1) !important;
    box-shadow: 0 10px 25px rgba(43,119,175,0.35) !important;
}

#governing-carousel .owl-controls .owl-buttons .owl-prev { left: -18px !important; }
#governing-carousel .owl-controls .owl-buttons .owl-next { right: -18px !important; }

@media (max-width: 991px) {
    #governing-carousel .owl-controls .owl-buttons .owl-prev { left: 0px !important; }
    #governing-carousel .owl-controls .owl-buttons .owl-next { right: 0px !important; }
}

/* ===== HEADER TOP SOCIAL LINKS ===== */
.header-social-links {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 15px !important;
}

.header-social-links a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    font-size: 15px !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25) !important;
}

.header-social-links a i,
.header-social-links a .fa {
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

.header-social-links a.social-insta {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.header-social-links a.social-fb {
    background: #1877f2 !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.header-social-links a.social-yt {
    background: #ff0000 !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.header-social-links a:hover {
    transform: translateY(-3px) scale(1.15) !important;
    box-shadow: 0 6px 14px rgba(0,0,0,0.45) !important;
    color: #ffffff !important;
}

.header-social-links a:hover i,
.header-social-links a:hover .fa {
    color: #ffffff !important;
}

.top-buttons {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.premium-btn {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 20px !important;
    padding: 5px 14px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15) !important;
}

.premium-btn:hover {
    background: #e8a020 !important;
    color: #ffffff !important;
    border-color: #e8a020 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 10px rgba(232, 160, 32, 0.4) !important;
}

.navbar-default-premium .navbar-nav > li > a {
    padding: 10px 14px !important;
}



