/* ================================================
   PRAL Modern Override
   Brand: Navy #1A3770 | Dark Navy #0D1F45 | Red #CC2A2A
   Override layer — loaded after style.css
   ================================================ */

/* 1. Base
-------------------------------------------------- */
html                                    { scroll-behavior: smooth; }
body {
    background: #F4F6FA;
    font-family: 'Inter', 'Roboto', sans-serif;
    color: #2C2C3E;
}
p {
    font-family: 'Inter', 'Roboto', sans-serif;
    line-height: 1.8;
}

/* Scope body text color only to content areas */
.main-container p,
section p,
.ts-services p,
.call-to-action p,
.ts-features-col p,
.inner-wrap p,
.bod-content p,
.sidebar p {
    color: #444;
}
h1, h2, h3, h4, h5, h6 {
    color: #1A3770;
}

/* 2. Links
-------------------------------------------------- */
a            { color: #1A3770; }
a:hover      { color: #CC2A2A; }
.link-more   { color: #CC2A2A; }

/* 3. Navbar
-------------------------------------------------- */
/* Suppress the 0.7s slide-in animation the template runs on every .fixed toggle */
#header.header-standard.fixed           { animation: none !important; }

.header-standard {
    background: #fff;
    box-shadow: 0 2px 16px rgba(26, 55, 112, 0.09);
}

/* Logo spacing */
.logo                                   { padding: 10px 0; }
.logo img                               { width: 120px; transition: width 0.3s ease; }
#header.header-standard ul.navbar-nav > li > a { transition: line-height 0.3s ease, color 0.3s ease; }

/* Compact + shadow when scrolled */
@media screen and (min-width: 992px) {
    #header.header-standard.fixed {
        box-shadow: 0 4px 28px rgba(26, 55, 112, 0.16) !important;
    }
    #header.header-standard.fixed .logo img {
        width: 100px !important;
    }
}

@media screen and (min-width: 992px) {
    .header-standard ul.navbar-nav > li > a {
        color: #1A3770 !important;
        letter-spacing: 0.3px;
    }
    .header-standard ul.navbar-nav > li:hover > a,
    .navbar-nav > .nav-item:hover > .nav-link {
        color: #CC2A2A !important;
    }
    header.header-standard.header-light .navbar-nav .active > .nav-link,
    header.header-standard.header-light .navbar-nav .active > .nav-link:hover,
    header.header-standard.header-light .navbar-nav .nav-link:focus {
        color: #CC2A2A !important;
    }
}

/* Active nav underline — red */
ul.navbar-nav > li:hover > a:before,
ul.navbar-nav > li.active > a:before {
    border-color: #CC2A2A;
}

/* Fixed / sticky state */
#header.header-standard.fixed       { background: #fff; }
#header.header-standard.fixed.highlight { background: #0D1F45; }

/* 4. Dropdown menu
-------------------------------------------------- */
.dropdown-menu                          { background: #0D1F45; }
.dropdown-menu li a                     { border-bottom-color: rgba(255, 255, 255, 0.08); color: #d0d8ec; }
.dropdown-menu li a:hover,
.dropdown-menu li a:focus               { color: #CC2A2A !important; background: none !important; }

/* 5. Buttons
-------------------------------------------------- */
.btn.btn-primary                        { background: #CC2A2A; }
.btn-primary:hover,
.btn-white.btn-primary:hover            { background: #0D1F45; color: #fff; }
.btn-border:hover                       { background: #CC2A2A; border-color: transparent; color: #fff; }
.btn-border                             { border-color: rgba(255,255,255,0.85); }

/* 6. Hero Swiper slider
-------------------------------------------------- */
.hero-swiper {
    position: relative;
    width: 100%;
    height: calc(100vh - 85px);
    min-height: 540px;
    max-height: 840px;
    overflow: hidden;
}
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide      { height: 100%; }
.hero-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}
.hero-swiper .swiper-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 22, 50, 0.54);
    z-index: 1;
    pointer-events: none;
}
.hero-swiper .swiper-slide .container {
    position: relative;
    z-index: 2;
}
.hero-swiper .box-slider-content {
    max-width: 680px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.85s ease 0.3s, transform 0.85s ease 0.3s;
}
.hero-swiper .swiper-slide-active .box-slider-content {
    opacity: 1;
    transform: translateY(0);
}
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
    color: rgba(255,255,255,0.9);
    background: rgba(0,0,0,0.28);
    width: 42px;
    height: 76px;
    margin-top: -38px;
    border-radius: 0;
    transition: background 0.2s ease;
}
.hero-swiper .swiper-button-prev { left: 0; }
.hero-swiper .swiper-button-next { right: 0; }
.hero-swiper .swiper-button-prev:hover,
.hero-swiper .swiper-button-next:hover  { background: #1A3770; }
.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after { font-size: 18px; font-weight: 700; }
.hero-swiper .swiper-pagination          { bottom: 18px; }
.hero-swiper .swiper-pagination-bullet {
    background: rgba(255,255,255,0.65);
    width: 10px; height: 10px;
    opacity: 1;
    transition: width 0.3s ease, background 0.3s ease;
}
.hero-swiper .swiper-pagination-bullet-active {
    background: #CC2A2A;
    width: 28px;
    border-radius: 5px;
}
.slide-sub-title {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 32px;
    line-height: 1.18;
    text-shadow: 0 3px 20px rgba(0,0,0,0.4);
}

/* Hero slider buttons */
.hero-swiper .btn {
    padding: 14px 34px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    letter-spacing: 0.3px;
}
.hero-swiper .btn-primary               { background: #CC2A2A; border: none; color: #fff; }
.hero-swiper .btn-primary:hover         { background: #a82020; color: #fff; }
.hero-swiper .btn-border {
    color: #fff !important;
    border: 2px solid rgba(255,255,255,0.85) !important;
    background: rgba(255,255,255,0.18) !important;
}
.hero-swiper .btn-border:hover {
    background: rgba(255,255,255,0.32) !important;
    border-color: #fff !important;
}

@media (max-width: 991px) {
    .slide-sub-title                    { font-size: 36px; }
}
@media (max-width: 767px) {
    .hero-swiper .swiper-slide          { min-height: 300px; }
    .slide-sub-title                    { font-size: 26px; margin-bottom: 20px; }
    .hero-swiper .btn                   { padding: 11px 22px; font-size: 14px; }
}

/* 7. Section titles
-------------------------------------------------- */
.section-title                          { color: #1A3770; }
.section-title::after                   { border-bottom: 2px solid #CC2A2A; }
.content-title                          { border-left-color: #CC2A2A; color: #1A3770; }

/* 8. Service cards — horizontal layout (image left, text right)
-------------------------------------------------- */
.service-row                            { margin-top: 20px; }

/* Horizontal card */
.ts-service-box-h {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(26, 55, 112, 0.09);
    border-left: 4px solid #1A3770;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    margin-bottom: 24px;
    min-height: 200px;
}
.ts-service-box-h:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(26, 55, 112, 0.14);
}

/* Image pane — fixed width, covers its area */
.ts-service-image-h {
    width: 220px;
    flex-shrink: 0;
    overflow: hidden;
}
.ts-service-image-h a                  { display: block; height: 100%; }
.ts-service-image-h img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.ts-service-box-h:hover .ts-service-image-h img {
    transform: scale(1.05);
}

/* Text pane */
.ts-service-box-h .ts-service-content {
    padding: 28px 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ts-service-box-h .ts-service-content p {
    color: #555;
    margin: 8px 0 16px;
    line-height: 1.7;
    font-size: 14px;
}

.service-title                          { margin: 0 0 4px; }
.service-title a                        { color: #1A3770; font-size: 20px; }
.service-title a:hover                  { color: #CC2A2A; }
.ts-service-icon                        { display: none; }

/* Read more link */
.service-read-more {
    font-size: 13px;
    font-weight: 600;
    color: #CC2A2A;
    text-decoration: none;
    letter-spacing: 0.3px;
}
.service-read-more:hover                { color: #1A3770; }
.service-read-more i                    { margin-left: 4px; font-size: 11px; }

/* Responsive — stack on mobile */
@media (max-width: 767px) {
    .ts-service-box-h                   { flex-direction: column; min-height: auto; }
    .ts-service-image-h                 { width: 100%; height: 180px; }
}

/* 9. "Why Prime?" section
-------------------------------------------------- */
.why-prime-section {
    background: #EEF2FA;
    padding: 72px 0 80px;
}
.why-prime-lead {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 48px;
}
.why-prime-grid {
    gap: 0;
    row-gap: 0;
}
.why-prime-card {
    background: #fff;
    border-radius: 10px;
    padding: 32px 20px 28px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(26, 55, 112, 0.08);
    border-bottom: 3px solid #1A3770;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    margin: 0 0 24px;
    height: calc(100% - 24px);
}
.why-prime-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(26, 55, 112, 0.14);
    border-color: #CC2A2A;
}
.why-prime-icon {
    width: 68px;
    height: 68px;
    background: #1A3770;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: background 0.25s ease;
}
.why-prime-card:hover .why-prime-icon   { background: #CC2A2A; }
.why-prime-icon i {
    color: #fff;
    font-size: 26px;
}
.why-prime-label {
    color: #1A3770;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    margin: 0;
}

/* Legacy selectors kept for other pages that still use call-to-action */
.call-to-action.solid-bg                { background: #EEF2FA; }
.call-to-action-title                   { color: #1A3770; }
.ts-facts i                             { color: #CC2A2A; }
.facts-desc                             { color: #444; font-size: 13px; }

/* 10. Inner-page banners
-------------------------------------------------- */
.banner-area {
    max-height: none !important;
    padding: 64px 0 !important;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 200px;
}
.banner-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 22, 50, 0.58);
    z-index: 0;
}
.banner-area .container                 { z-index: 1; position: relative; }
.banner-heading                         { position: relative; z-index: 2; }
.banner-title {
    color: #fff !important;
    font-size: 38px !important;
    line-height: 1.2 !important;
    margin: 0 0 12px !important;
    font-weight: 700;
}
/* Breadcrumb — static below the title, left-aligned */
.breadcrumb {
    position: static !important;
    padding: 0 !important;
    background: none !important;
    margin: 0;
    font-size: 14px;
}
.breadcrumb li                          { color: rgba(255,255,255,0.75); }
.breadcrumb li:not(:last-child)::after  { color: rgba(255,255,255,0.5); }
.breadcrumb a                           { color: rgba(255,255,255,0.75); }
.breadcrumb a:hover                     { color: #fff; }
.breadcrumb li:last-child               { color: rgba(255,255,255,0.5); }

/* 11. Management / BOD accordion — in-card expand
-------------------------------------------------- */

/* Card container — override template's absolute-photo layout */
.bod-intro {
    position: relative !important;
    display: block !important;
    padding: 0 !important;
    margin-bottom: 14px !important;
    border-radius: 8px !important;
    overflow: hidden;
    min-height: 0 !important;
    text-align: left !important;
}
.bod-intro.Even                         { background: rgba(26, 55, 112, 0.07); border-left: 4px solid #1A3770; }
.bod-intro.Odd                          { background: rgba(204, 42, 42, 0.06); border-left: 4px solid #CC2A2A; }

/* Header row — flex, clickable
   Must override template's .acc { margin-bottom, background, padding, border-radius } */
.member-header {
    display: flex !important;
    align-items: center;
    gap: 16px;
    padding: 14px 18px !important;
    margin-bottom: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    line-height: 1.4 !important;
    font-size: inherit !important;
    cursor: pointer;
    user-select: none;
}
.bod-intro.Even .member-header          { flex-direction: row; }
.bod-intro.Odd  .member-header          { flex-direction: row-reverse; }

/* Photo — in flow, not absolutely positioned */
.member-header .photo {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    object-fit: cover;
    flex-shrink: 0;
    position: static !important;
    bottom: auto !important; top: auto !important; left: auto !important; right: auto !important;
    border: 3px solid #1A3770;
    box-shadow: 0 0 0 4px rgba(26, 55, 112, 0.13);
    transition: box-shadow 0.25s ease;
}
.bod-intro.Odd .member-header .photo {
    border-color: #CC2A2A;
    box-shadow: 0 0 0 4px rgba(204, 42, 42, 0.13);
}
.bod-intro.expanded .member-header .photo { box-shadow: 0 0 0 6px rgba(26, 55, 112, 0.22); }
.bod-intro.Odd.expanded .member-header .photo { box-shadow: 0 0 0 6px rgba(204, 42, 42, 0.22); }

/* Name / designation */
.member-header > div                    { flex: 1; text-align: center; }
.member-header > div > span             { display: block; color: #1A3770; font-size: 18px; font-weight: 600; }
.designation                            { color: #CC2A2A; font-weight: 500; font-size: 13px; }

/* Plus-minus toggle — CSS icon button */
.member-header .plus-minus {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50%;
    background: rgba(26, 55, 112, 0.1);
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: static !important;
    bottom: auto !important; top: auto !important; left: auto !important; right: auto !important;
    transition: background 0.25s ease, transform 0.3s ease;
}
.member-header .plus-minus i              { color: #1A3770; font-size: 13px; pointer-events: none; }
.bod-intro.Odd .member-header .plus-minus { background: rgba(204, 42, 42, 0.1); }
.bod-intro.Odd .member-header .plus-minus i { color: #CC2A2A; }
.bod-intro.expanded .member-header .plus-minus {
    transform: rotate(45deg);
    background: rgba(26, 55, 112, 0.2);
}
.bod-intro.Odd.expanded .member-header .plus-minus { background: rgba(204, 42, 42, 0.2); }

/* In-card detail panel */
.bod-content {
    padding: 20px 26px 24px !important;
    margin: 0 !important;
    background: #EEF3FF;
    border-top: 1px solid rgba(26, 55, 112, 0.12);
}
.bod-content.Odd                        { background: #FFF1F1; border-top-color: rgba(204, 42, 42, 0.12); }
.bod-content p                          { color: #3a3a4a; line-height: 1.9; margin: 0; font-size: 14.5px; }

/* 12. Sidebar
-------------------------------------------------- */
.sidebar .widget {
    border: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}
.sidebar .widget-title                  { border-left-color: #CC2A2A; color: #1A3770; }
.widget-nav-tabs li a                   { color: #1A3770; font-weight: 500; }
.widget-nav-tabs li a:hover             { color: #CC2A2A; }
.widget-nav-tabs li                     { border-bottom-color: #eee; }

/* 13. Sidebar — upgraded
-------------------------------------------------- */
.sidebar-nav-widget .widget-title       { margin-bottom: 0; border-bottom: none; padding-bottom: 16px; }

.sidebar-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-nav-list li                    { border-bottom: 1px solid #f0f3fa; }
.sidebar-nav-list li:last-child         { border-bottom: none; }
.sidebar-nav-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
    text-decoration: none;
}
.sidebar-nav-list li a:hover,
.sidebar-nav-list li.active a {
    color: #1A3770;
    background: #f4f7ff;
    border-left-color: #CC2A2A;
    padding-left: 20px;
}
.snav-icon                              { color: #CC2A2A; font-size: 13px; flex-shrink: 0; }

/* Sidebar CTA widget */
.sidebar-cta-widget .widget             { padding: 0; overflow: hidden; border-radius: 10px; }
.sidebar-cta {
    background: linear-gradient(145deg, #1A3770 0%, #0D1F45 100%);
    padding: 32px 24px 28px;
    text-align: center;
}
.sidebar-cta-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.13);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 24px;
    color: #fff;
}
.sidebar-cta h4                         { color: #fff; font-size: 18px; margin: 0 0 8px; }
.sidebar-cta p                          { color: rgba(255,255,255,0.72); font-size: 13px; margin: 0 0 20px; line-height: 1.65; }
.sidebar-cta-btn {
    display: block;
    background: #CC2A2A;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.sidebar-cta-btn:hover                  { background: #fff; color: #1A3770; }

/* Sidebar download link */
.sidebar-download-widget .widget        { padding: 0; }
.sidebar-download-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e8edf8;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.sidebar-download-link:hover            { box-shadow: 0 4px 16px rgba(26,55,112,0.1); border-color: #1A3770; }
.sidebar-dl-icon {
    width: 42px; height: 42px;
    background: #EEF2FA;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    color: #1A3770;
    font-size: 18px;
}
.sidebar-dl-text                        { flex: 1; }
.sidebar-dl-text strong                 { display: block; color: #1A3770; font-size: 14px; font-weight: 600; }
.sidebar-dl-text small                  { color: #888; font-size: 12px; }
.sidebar-dl-arrow                       { color: #CC2A2A; font-size: 13px; flex-shrink: 0; }

/* 14. Contact page
-------------------------------------------------- */
.contact-page                           { padding: 60px 0; }

.contact-row                            { gap: 0; }

/* Cards column */
.contact-cards-col                      { padding-right: 32px; display: flex; flex-direction: column; gap: 24px; }

.contact-card {
    background: #fff;
    border-radius: 10px;
    border-left: 4px solid #1A3770;
    box-shadow: 0 4px 20px rgba(26, 55, 112, 0.08);
    overflow: hidden;
    transition: box-shadow 0.25s ease;
}
.contact-card:hover                     { box-shadow: 0 8px 30px rgba(26, 55, 112, 0.14); }

.contact-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px 16px;
    border-bottom: 1px solid #f0f3fa;
}
.contact-card-header h3 {
    margin: 0;
    font-size: 18px;
    color: #1A3770;
    font-weight: 600;
}
.contact-card-icon {
    width: 42px;
    height: 42px;
    background: #1A3770;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 16px;
}

/* Detail list */
.contact-detail-list {
    list-style: none;
    margin: 0;
    padding: 16px 24px 20px;
}
.contact-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #f5f7fc;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}
.contact-detail-list li:last-child      { border-bottom: none; }
.cd-icon {
    width: 28px;
    height: 28px;
    background: #f0f4ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #CC2A2A;
    font-size: 12px;
    margin-top: 2px;
}
.contact-detail-list a                  { color: #1A3770; }
.contact-detail-list a:hover            { color: #CC2A2A; }

/* Prevent map iframe from capturing scroll — enable on hover */
.contact-map-wrapper iframe             { pointer-events: none; }
.contact-map-wrapper:hover iframe       { pointer-events: auto; }

/* Map column */
.contact-map-col                        { padding-left: 8px; }
.contact-map-wrapper {
    height: 100%;
    min-height: 460px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(26, 55, 112, 0.10);
}
.contact-map-wrapper iframe             { display: block; height: 100%; min-height: 460px; }

/* Legacy contact selectors (other pages) */
.icons-ul-fix .icon-li                  { color: #1A3770; }
.ts-contact-info .ts-contact-title      { color: #1A3770; font-weight: 600; }
.box-border                             { border-color: rgba(26, 55, 112, 0.15); border-radius: 6px; }
.ts-contact-info a                      { color: #1A3770; }
.ts-contact-info a:hover                { color: #CC2A2A; }

@media (max-width: 991px) {
    .contact-cards-col                  { padding-right: 15px; margin-bottom: 28px; }
    .contact-map-col                    { padding-left: 15px; }
    .contact-map-wrapper,
    .contact-map-wrapper iframe         { min-height: 320px; }
}

/* 15. Mobile full-screen overlay menu
-------------------------------------------------- */
.mob-overlay {
    position: fixed;
    top: 0; right: 0;
    width: 100%; max-width: 420px; height: 100%;
    background: #0D1F45;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    transform: translateX(105%);
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.mob-overlay.open                       { transform: translateX(0); }
.mob-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 99998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.38s ease;
}
.mob-backdrop.show                      { opacity: 1; pointer-events: auto; }
body.mob-menu-open                      { overflow: hidden; }

.mob-overlay-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    flex-shrink: 0;
}
.mob-logo img                           { height: 38px; filter: brightness(10); }
.mob-close {
    background: rgba(255,255,255,0.08);
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    width: 38px; height: 38px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s;
}
.mob-close:hover                        { background: #CC2A2A; }

.mob-nav                                { flex: 1; padding: 8px 0; }
.mob-nav > ul                           { list-style: none; margin: 0; padding: 0; }
.mob-nav > ul > li                      { border-bottom: 1px solid rgba(255,255,255,0.06); }
.mob-item-row                           { display: flex; align-items: center; }
.mob-nav > ul > li > a,
.mob-item-row > a {
    display: block;
    flex: 1;
    padding: 17px 20px;
    color: rgba(255,255,255,0.87);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.2px;
    transition: color 0.2s;
}
.mob-nav > ul > li > a:hover,
.mob-item-row > a:hover,
.mob-nav > ul > li.mob-active > a,
.mob-has-sub.mob-active > .mob-item-row > a { color: #CC2A2A; }

.mob-sub-toggle {
    padding: 17px 20px 17px 4px;
    color: rgba(255,255,255,0.45);
    cursor: pointer;
    font-size: 12px;
    transition: color 0.2s, transform 0.28s;
}
.mob-has-sub.mob-open .mob-sub-toggle   { color: #CC2A2A; }

.mob-sub                                { list-style: none; margin: 0; padding: 0; display: none; background: rgba(0,0,0,0.25); }
.mob-sub li                             { border-top: 1px solid rgba(255,255,255,0.04); }
.mob-sub li a {
    display: block;
    padding: 13px 20px 13px 38px;
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s;
}
.mob-sub li a::before                   { content: '›'; margin-right: 8px; color: #CC2A2A; }
.mob-sub li a:hover                     { color: #fff; padding-left: 44px; }

.mob-footer {
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    flex-shrink: 0;
}
.mob-contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
}
.mob-contact-row a                      { color: rgba(255,255,255,0.7); text-decoration: none; }
.mob-contact-row a:hover                { color: #fff; }
.mob-social                             { display: flex; gap: 10px; }
.mob-social a {
    width: 36px; height: 36px;
    background: rgba(255,255,255,0.09);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.mob-social a:hover                     { background: #CC2A2A; color: #fff; }

/* Hide Bootstrap collapse — we use our own overlay on mobile */
@media (max-width: 991px) {
    #navbarSupportedContent             { display: none !important; }
}

/* Custom hamburger button — mobile only */
.mob-toggler { display: none; }
@media (max-width: 991px) {
    .mob-toggler { display: flex; align-items: center; justify-content: center; }
}

.mob-toggler {
    background: transparent;
    border: 1.5px solid rgba(26,55,112,0.25);
    border-radius: 8px;
    padding: 9px 13px;
    cursor: pointer;
    line-height: 1;
    transition: border-color 0.2s, background 0.2s;
}
.mob-toggler .fa {
    color: #1A3770;
    font-size: 18px;
    display: block;
}
.mob-toggler:hover {
    border-color: #1A3770;
    background: rgba(26,55,112,0.05);
}

/* 16. Group Company feature boxes — upgraded
-------------------------------------------------- */
.group-company-section                  { padding: 70px 0; }
.group-company-section .section-intro   { text-align: center; margin-bottom: 48px; }
.group-company-section .section-intro p { color: #555; max-width: 600px; margin: 0 auto; font-size: 15px; }

.gc-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 28px rgba(26,55,112,0.10);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.gc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 44px rgba(26,55,112,0.16);
}
.gc-card-header {
    padding: 44px 32px 32px;
    text-align: center;
    background: #1A3770;
    flex-shrink: 0;
}
.gc-card:nth-child(2) .gc-card-header   { background: #0D1F45; }
.gc-icon-circle {
    width: 80px; height: 80px;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
    transition: background 0.2s;
}
.gc-card:hover .gc-icon-circle          { background: rgba(204,42,42,0.55); }
.gc-icon-circle i                       { color: #fff; font-size: 30px; }
.gc-card-header h3                      { color: #fff; font-size: 20px; margin: 0; font-weight: 700; }

.gc-card-body {
    padding: 24px 28px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.gc-card-body p {
    color: #555;
    font-size: 14px;
    line-height: 1.75;
    flex: 1;
    margin: 0 0 20px;
}
.gc-visit-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #1A3770;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    align-self: flex-start;
    transition: background 0.2s;
}
.gc-visit-btn:hover                     { background: #CC2A2A; color: #fff; }
.gc-visit-btn i                         { font-size: 11px; }
.gc-badge {
    display: inline-block;
    background: rgba(204,42,42,0.1);
    color: #CC2A2A;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
}

/* Keep legacy selectors for other pages */
.box-primary                            { background: #1A3770; }
.box-secondary                          { background: #0D1F45; }
.ts-feature-title                       { color: #fff; }
.ts-feature-title a                     { color: #fff; }
.ts-feature-title a:hover               { color: rgba(255, 255, 255, 0.8); }

/* 16. Footer
-------------------------------------------------- */
.footer-main                            { padding-top: 60px !important; }
.footer-main.bg-overlay::after          { background: rgba(8, 14, 32, 0.93); }
.footer-main p                          { color: #8c93a5 !important; }
.footer-social ul li a:hover            { color: #CC2A2A; }
.footer-social ul li a i:hover          { background: #CC2A2A; }
.footer-menu ul li a:hover              { color: #CC2A2A; }
.copyright                              { background: #06091A; }
.footer-link                            { color: #fff; }
.footer-link:hover                      { color: #CC2A2A; }

/* Footer nav link columns */
.footer-widget .widget-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.footer-nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav-links li {
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer-nav-links li:last-child         { border-bottom: none; }
.footer-nav-links li a {
    color: #8c93a5;
    font-size: 14px;
    transition: color 0.2s, padding-left 0.2s;
    display: inline-block;
}
.footer-nav-links li a:hover {
    color: #CC2A2A;
    padding-left: 4px;
}

/* 17. Back to top button
-------------------------------------------------- */
#back-to-top .btn.btn-primary           { background: #1A3770; }
#back-to-top .btn.btn-primary:hover     { background: #CC2A2A; }

/* 18. Misc — list markers, borders
-------------------------------------------------- */
.ts-list li:before                      { color: #CC2A2A; }
hr                                      { background-color: rgba(26, 55, 112, 0.10); }
.classic-title                          { color: #1A3770; }
ol.ts-list li::marker                   { color: #CC2A2A; }
