/* ---------- DARK MODE VARIABLES ---------- */
html.dark {
    --bg-color: #0d0d0d;        /* dark background */
    --text-color: #FFD700;      /* text yellow for visibility */
    --surface: #1a1a1a;         /* cards, buttons background */
    --muted: #555555;           /* borders, muted text */
    --input-bg: #1f1f1f;        /* input background */
}

  
  /* ---------- BLACK THEME VARIABLES ---------- */
  html.dark {
    --bg-color: #000000;      /* pure black background */
    --text-color: #ffffff;    /* white text */
    --surface: #121212;       /* slightly lighter black for cards/buttons */
    --muted: #888888;         /* softer gray for borders/secondary text */
    --input-bg: #1a1a1a;      /* dark input backgrounds */
  }
  
  /* ---------- GLOBAL STYLES ---------- */
  html.dark body {
    background: #000000; /* Pure black background */
    color: #fff;      /* Yellow text in dark mode */
}
  
html.dark img {
    max-width: 100%;
    filter: grayscale(100%) !important;
}
html.dark h1 .breadcrumb {
    color: #ffffff; /* Dark mode me breadcrumb text white */
}
html.dark a:hover{
    color:#fff;
}
html.dark a{
    color:#fff;
}
html.dark a:focus {
    text-decoration: none;
    outline: none;
    color:#FFFF00 !important; /* yellow text for dark theme */
}
html.dark svg.svg-inline--fa.fa-desktop {
    color:#FFFF00 !important;
}
html.dark h1{
    color:#fff;
}
html.dark h6
html.dark h4,
html.dark h5{
    color:#000000;
}

.dark html h2{
    font-family: 'Roboto', sans-serif;
    color:#fff; /* yellow headings */
}

html.dark p {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    color: #fff; /* yellow text */
}
.dark html label.js-form-required.form-required {
    font-weight: 500;
    color: #000; /* or a lighter shade for dark mode */
}

.dark html input,
.dark html textarea {
    outline: none;
    color: #FFD700;                        /* yellow text inside inputs */
    border: 1px solid #444;                /* muted border for dark mode */
}

  
 /* Reset inputs for dark mode */
html.dark input#edit-reset-circular-orders,
html.dark input#edit-reset-results-of-events {
    background-color: #1a1a1a !important; /* dark input bg */
    color: #fff !important;
    border: 1px solid #333 !important;
}

/* ---------- BUTTONS for dark mode ---------- */
.dark html .btn-primary {
    background: #aaaa0a !important; /* dark primary bg */
    color: #fff !important;
    border: 1px solid #444 !important;
}

.dark html .btn-outline-secondary {
    border: 1px solid #666 !important;
    color: #fff !important;
}

.dark html .btn-outline-secondary:hover {
    background-color: #1a1a1a !important;
    color: #FFD700 !important; /* hover text yellow for visibility */
    transform: translateY(0px) !important;
    box-shadow: none !important;
}
html.dark .heading-creative {
    color: #ffffff;
    display: inline-block;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    /* width: 30%;      underline text ke width se chhoti */
}
.logo-text h1 {
    padding-left: 0px;
    text-align: left;
    color:#000000;
}

  
  /* ---------- BREADCRUMB ---------- */
  html.dark nav[aria-label="breadcrumb"] .breadcrumb .breadcrumb-item,
  html.dark nav[aria-label="breadcrumb"] .breadcrumb .breadcrumb-item a {
      color: #fff !important; /* yellow text for dark theme */
  }
  html.dark .breadcrumb-container {
    background:#161616; /* dark background */
    color: #FFFF00;       /* yellow text for visibility */
}
html.dark svg.svg-inline--fa.fa-moon {
    color:#FFFF00; 
}
html.dark .table.views-table thead th {
    background: #505050;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
}
  
  
  /* ---------- ANIMATIONS ---------- */
  .animate-3 { transition: all 0.3s ease; }
  .animate-5 { transition: all 0.5s ease; }
  .animate-7 { transition: all 0.7s ease; }
  
  .animate-3-all * { transition: all 0.3s ease; }
  .animate-5-all * { transition: all 0.5s ease; }
  .animate-7-all * { transition: all 0.7s ease; }
  
  /* Dark theme for header text section */
  html.dark ul.topbar-right li a {
    color: #FFFF00 !important; /* Yellow text in dark mode */
}
html.dark .logo-text h5.departments,
html.dark .logo-text h5.departments-hindi,
html.dark .logo-text h5.departments_hindi {
    color:#FFFF00 !important;/* yellow text for visibility */
}
html.dark .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #222222;
    border-top: 1px solid #c0392b;
    min-width: 200px;
}
html.dark .dropdown-menu .dropdown-item:hover {
    background: #48483c;
}

html.dark .logo-text .line-header {
    background-color:#FFFF00!important; /* line between logos/texts yellow in dark mode */
    width: 2px;
}

  html.dark .coaching-services {
    background: #1e1e1e;
    border: 1px solid #333;
    color:#FFFF00;
  }
  
  html.dark .coaching-services-title h3 a {
    color: #e0e0e0;
  }
  
  html.dark .coaching-services-title h3 a:hover {
    color: #4da3ff; /* softer blue for dark bg */
  }
  
  html.dark a.arrow-push-out-right1 {
    background:#090a12;
    color:#fff;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
    top: 15px;
    border: 1px solid #fff;
}
html.dark.dark a.arrow-push-out-right1:hover {
    background: #1f2937; /* dark grey-blue */
    color: #e5e5e5;
  }

  html.dark.coaching-services-title{
    display: inline-block;
    cursor: pointer;
    text-align: center !important;
    overflow: hidden;
    max-width: 99%;
    width: 100%;
    text-align: left;
    background:#090a12;
    position: absolute;
    top: auto;
    bottom: -70px;
    padding: 1rem;
    transition: 1s;
    color: #FFFF00;
}
html.dark .coaching-services-title {
    background: linear-gradient(45deg, #0d1117, #1c1c1c); /* darker gradient */
    color: #FFFF00; /* lighter text for dark bg */
}
html.dark .footer__modifier {
    background: linear-gradient(135deg, #0a0a0a 0%, #1c1c1c 100%) !important;
    color: #fff;  /* text bhi dark me white ho jaye */
}
/* Dark mode styles */
html.dark .navbar .navbar-nav {
    flex-direction: row;
    gap: 6px;
    font-size: 15px;
    font-weight: 500;
    margin-left: 10px;
}

html.dark ul.login_button li a {
    color: #fff;
    font-weight: 500;
}

html.dark .view-home-page-slider .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 100% !important;
    height: 450px;
    filter: grayscale(100%) !important;
}

html.dark .navbar .navbar-nav .nav-link .nav-item {
    color: #fff !important;
    font-weight: 500;
    padding: 10px 15px;
    transition: all 0.3s ease;
}
html.dark .tp-header-top {
    background:#1a1a1a !important; 
    height: 40px;
}

html.dark .navbar .navbar-nav .nav-item .nav-link:hover {
    background-color:#383838 !important; /* Darker but visible hover */
    text-decoration: underline;
}
html.dark #edit-actions .form-submit {
    background: #2a2a2a;   /* dark background */
    color: #f1f1f1;        /* light text */
    border: 1px solid #fff;
}
html.dark .org-header h2 {
    font-size: 20px;
    margin: 0 0 6px 0;
    font-weight: 600;
    color: #ffffff;
}

html.dark-theme #edit-actions .form-submit:hover {
    background: #3a3a3a;   /* slightly lighter on hover */
    border-color: #777;
}

html.dark .navbar .navbar-nav .nav-item .nav-link.is-active {
    color: #cf343a;
    font-weight: 500;
}

html.dark #block-ccscsb-theme-main-menu-2 a.nav-link {
    padding: 10px 6px !important;
    color: #FFFF00!important;
    text-decoration: none;
}

html.dark nav.navbar.navbar-expand-lg.navbar-light.border-top.mt-1.stickey-header {
    padding: 0;
}

html.dark .inner-box {
    position: relative;
    width: 300px;
    height: 450px;
    background: #1a1a1a;  /* dark background */
    border: 1px solid #333;
}

html.dark .inner-box img {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 100px;
    height: auto;
    filter: grayscale(100%) !important;
}
html.dark .stickey-header {
    background-color:#1a1a1a; /* Dark background */
    border-bottom: 3px solid #3a3f4d; /* Darker border */
}
html.dark .service-slider .owl-carousel .owl-item::before {
    background: rgba(0, 0, 0, 0.7); /* pure black with 70% opacity */
    opacity: 1; /* opacity of the element itself */
}

html.dark section.logo-area-h3 {
    border-bottom: 0px solid #0d0f1a; /* optional dark border */
}

html.dark .service-slider .owl-theme .owl-nav {
    /* Nav arrows color can remain or be lighter for visibility */
}

html.dark .service-slider .owl-theme .owl-dots .owl-dot span {
    background-color: #ccc; /* light gray for dark mode */
    opacity: 0.6;
}

html.dark .service-slider .owl-item .views-field .views-field-nothing {
    /* Text container stays same, z-index and position same */
    color: #fff; /* ensure text visibility */
}

html.dark .service-slider .owl-item .views-field-body h4,
html.dark .service-slider .owl-item .views-field-body h6 {
    color: #fff; /* maintain readability on dark background */
}
html.dark .main_latest_news {
    background: #1a1a1a; /* dark background */
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.5); /* dark inner shadow */
    color: #e0e0e0 !important; /* light text for readability */
}

.dark.html .main_latest_news a,
html.dark .main_latest_news p,
html.dark .main_latest_news h3 {
    color:#fff;/* normal text light color */
}

html.dark .main_latest_news:hover {
    background: linear-gradient(45deg, #2b2b2b, #111111); /* dark gradient on hover */
    color: #ffffff; 
}

html.dark .main_latest_news:hover a,
html.dark .main_latest_news:hover p,
html.dark .main_latest_news:hover h3 {
    color: #ffffff; /* hover text light */
}

html.dark .main_latest_news ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

html.dark .main_latest_news ul li {
    text-align: left;
}
html.dark .more-link {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5); /* dark shadow */
    color: #fff !important;
    position: relative;
}

html.dark .more-link:after {
    background: #2a2a2a; /* pseudo-element dark */
    border-radius: 27px;
}

html.dark .more-link a {
    background: #1e1e1e; /* button dark background */
    color: #ffffff;       /* text light */
    border-radius: 40px;
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

/* Hover effect dark mode */
html.dark .more-link a:hover {
    background: #333333; /* slightly lighter dark on hover */
    color: #ffffff;
}
/* Dark mode footer text */
html.dark h3.footer-title{
    color:#fff;
}
html.dark p.footer-paragraph{
    color:#fff;
}
html.dark .footer-widget{
    color:#fff;
}
html.dark .number p,
html.dark .office-mail p,
html.dark .address p,
html.dark .phone a,
html.dark .email a,
html.dark span.__cf_email__,
html.dark ul.social-icons li a {
    color: #FFFF00!important; /* yellow color */
}

/* Optional: Social icons border highlight in dark */
html.dark ul.social-icons li a {
    border-color: #FFFF00 !important;
}
html.dark .dropdown-item.active, .media-library-view--widget .view-header a.dropdown-item.is-active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    /* background-color: var(--bs-dropdown-link-active-bg); */
}
html.dark ul.pagination .page-item:not(.active) .page-link {
    background-color: #000;   /* black background */
    color: #fff;              /* white text */
    border: 1px solid #333;   /* subtle border */
}

/* Active pagination (kept separate) */
html.dark ul.pagination .page-item.active .page-link {
    background-color:#5b5d62;  /* highlight active */
    color: #fff;
    border: 1px solid #9ba0ad;
}
html.dark .custom-notification-wrapper{
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 0px 30px;
    margin: 30px 0;
    background: #161616;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}
html.dark .custom-notification-wrapper h2{
    display: table;
    margin: 20px auto;
    padding: 10px 25px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #464851;
    border: 2px solid #fff;
    border-radius: 12px;
    background: #f5f7ff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}
html.dark .custom-notification-wrapper .fields-row > div {
    flex: 1;
    min-width: 200px;
    padding: 5px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #f1e9e9;
    transition: all 0.2s ease-in-out;
}
html.dark #SearchInner button[type="submit"] {
    background-color: #ffff00;
    color: #fff;
    font-weight: 600;
    border: none;
    height: 36px;
    padding: 0 16px;
    cursor: pointer;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 0;
}

html.dark .file--application-pdf {
    background-position: 10px;
    border: 1px solid #b9aeae;
    padding: 5px 14px;
    padding-left: 16px;
    padding-left: 30px;
    border-radius: 8px;
}
/* Tabbing  */
html.dark .item-list .quicktabs-tabs {
    display: flex;                 /* row me arrange */
    flex-wrap: nowrap;             /* ek hi row me rakhe */
    justify-content: space-between;/* equal spacing */
    align-items: center;           /* vertically center */
    overflow-x: auto;              /* agar screen chhoti ho toh scroll */
    gap: 0px;
    padding: 10px;
    margin: 0;
    list-style: none;
    background: linear-gradient(135deg, #000000, #edf1f7, #0d1116);
    border-radius: 12px;
    scrollbar-width: none;         /* Firefox scrollbar remove */
}

html.dark .item-list .quicktabs-tabs li {
    flex: 1 1 auto;                /* har tab ko adjust karna */
    text-align: center;            /* text center */
}

  html.dark .item-list .quicktabs-tabs::-webkit-scrollbar {
    display: none;         /* Chrome scrollbar hide */
  }
  
  
  /* Tab link styling */
  html.dark .item-list .quicktabs-tabs li a {
    display: block;
    padding: 6px 0;    /* chhota padding for compact look */
    font-size: 14px;
    font-weight: 500;
    color: #dfe9f3;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #2e2e2e, #6e6e6e, #b0b0b0);
    white-space: nowrap;   /* text wrap na ho */
  }
  
  /* Hover effect */
  html.dark .item-list .quicktabs-tabs li a:hover {
    color: #fff;
    background: linear-gradient(135deg, #2e2e2e, #4a4a4a, #6e6e6e);
    transform: translateY(-1px);
  }
  
  /* Active tab */
  html.dark .item-list .quicktabs-tabs li.active a {
    background: linear-gradient(135deg, #2e2e2e, #6e6e6e, #b0b0b0);
    color: #fff;
  }
  
  /* Event*/
  html.dark .tabsbar ul.quicktabs-tabs li {
    margin-bottom: -1px;
    background: none !important;
}
html.dark .cricket-match-event {
    background: linear-gradient(45deg, #44474e, #1d1d1d) !important;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
html.dark .national-sports-day {
    background:linear-gradient(45deg, #44474e, #1d1d1d) !important;
    color: #e0e0e0;                  /* light text */
    padding: 20px;                   /* spacing around content */
    border-radius: 10px;             /* rounded corners */
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.3);  */
    text-align: justify;             /* justify text */
    font-family: 'Tahoma', sans-serif;  /* clean readable font */
    line-height: 1.6;                /* spacing between lines */
    margin-bottom: 20px;             /* spacing between blocks */
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;                       /* space between heading and text */
}
html.dark .national-sports-day ul.sports-list  {
    font-size:15px !important;
  }
  html.dark .item-list .quicktabs-tabs{
      overflow-x: auto;
      gap: 8px;
      padding: 10px;
      margin: 0;
      list-style: none;
      background: linear-gradient(135deg, #1c1c1c, #2b2b2b, #444) !important;
      border-radius: 12px;
      scrollbar-width: none;
  }
  html.dark .ccscsb-marathon {
    background: linear-gradient(45deg, #373d35, #1d1d1d) !important;
    color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
html.dark .ground-heading-1 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    background-color: #292b30;
    border-bottom: 2px solid #ffffff;
    padding: 10px 15px;
    border-radius: 6px;
    text-align: center;
    margin: -19px -19px 12px -19px;
    line-height: 1.3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}



/* Footer arrow icon (if needs yellow) */
html.dark .footer__modifier .footer-align li:before {
    background-size: 70%;
    left: -20px;
    top: 7px;
    content: "";
    position: absolute;
    width: 18px;
    height: 14px;
    filter: grayscale(100%) !important;
}
html.dark .page-link.active,
html.dark .media-library-view--widget .view-header a.page-link.is-active,
html.dark .active > .page-link,
html.dark .media-library-view--widget .view-header a.is-active > .page-link {
    z-index: 3;
    color: #FFFF00; /* dark mode me yellow color text */
    background-color: #000000; /* dark background */
    border-color:  #FFFF00;     /* border yellow for visibility */
}
html.dark .SearchBTN svg {
    position: absolute;
    right: 10px;
    top: -38px;
    border: 1px solid #c1c1c1;
    padding: 5px;
    border-radius: 22px;
    background: #FFFF00;
}
html.dark .about-img-warp-3 .shape-1 {
    width: 80%;
    max-width: 460px;
    height: 250px;
    background: linear-gradient(182deg, rgba(50,50,50,0.6), #0d0d0d); /* dark gradient */
    position: absolute;
    top: 10px;
    right: 135px;
    border-radius: 46px;
    z-index: 0;
}
html.dark .established {
    position: absolute;
    bottom: -20px;
    left: 320px;
    background: #1a1a1a; /* deep dark background */
    color: #FFFF00;     /* bright yellow text for contrast */
    padding: 10px 20px;
    border-radius: 12px;
    width: 230px;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.6); /* subtle depth */
}
html.dark .table-dark th {
    background: #1a1a1a !important;  /* dark header background */
    color:#FFFF00 !important;       /* bright yellow text */
    border: 1px solid #333;          /* subtle dark border */
    border-collapse: separate;
    border-spacing: 0;
}
html.dark .coaching-text {
    background: #1a1a1a;        /* dark background */
    color: #fff;             /* bright yellow text for readability */
    border-left: 4px solid #39393a;  /* subtle bright blue border */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
html.dark .org-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 800px;
    margin: 0 auto;
    background: linear-gradient(to right, #1a1a1a, #2e2e2e); /* dark gradient */
    border-radius: 30px;
    color: #FFFF00;  /* text ko yellowish/bright for readability */
}
html.dark .org-node {
    display: flex;
    width: 480px;
    margin: 20px 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6); /* darker shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #1a1a1a; /* dark background */
    border:2px solid #c5c7cf;
    color: #FFFF00;  /* text color for readability */
}
html.dark .org-details {
    max-width: 520px;
    padding: 16px;
    border-radius: 8px;
    background: #2a2a2a; /* dark background */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6); /* darker shadow for depth */
    font-family: "Segoe UI", sans-serif;
    line-height: 1.4;
    color: #FFFF00;  /* yellowish text for readability in dark mode */
}
html.dark .line {
    background: #ffffff; /* White line in dark mode */
}
html.dark .line::after {
    border-top-color: #ffffff; /* White arrow in dark mode */
}
html.dark .org-contact h3 {
    color: #ffffff;
}
html.dark .table.table-bordered {
    background-color: #000000; /* Black background */
    border: 1px solid #333333; /* Dark grey/blackish border */
    color: #ffffff; /* Text color white */
}

html.dark .table.table-bordered td {
    border: 1px solid #464343;
    background-color: #323232;
    color: #ffffff;
}
html.dark .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: #ffffff;      /* Text color in dark mode */
    --bs-table-bg-type: #505050;         /* Dark grey background for odd rows */
}
html.dark .table > :not(caption) > * > * {
    padding: 0.5rem 0.75rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: #323232;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
html.dark .table.views-table td {
    padding: 8px 18px;
    font-size: 14px;
    color: #ffe9e9 !important;       /* light/pinkish text for dark bg */
    border-bottom: 1px solid #555555; /* darker border for dark mode */
    background-color: #3a3a3a;       /* optional dark cell background */
}
html.dark .ground-heading {
    font-size: 18px;
    font-weight: 600;
    color: #fff;                        /* white text in dark mode */
    background-color: #1a1a1a;          /* dark background */
    border-bottom: 2px solid #fff;      /* white underline */
    padding: 10px 15px;
    border-radius: 6px;
    text-align: center;
    margin: 0 0 12px 0;
    line-height: 1.3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); /* subtle shadow for dark mode */
}
html.dark .card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(180deg, #1e1e1e, #2c2c2c); /* dark gradient */
    color: #ffffff;  /* text in white */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6); /* stronger shadow for dark mode */
}
html.dark .account-details {
    background: #1e1e1e; /* darker surface */
    border-color:#c5b3b3;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  }

html.dark .highlight-sport {
    color: #ffffff; /* Dark mode = white */
    font-weight:600;
  }
  html.dark .account-details .label{
    font-weight: 600;
    color: #FFF;
}
html.dark .account-details .value {
    color: #ffffff;
}
 html.dark .num-icon { 
    min-width: 40px;
    color: #72757c !important;
} 
html.dark .mail-icon{
    min-width: 40px;
    color: #72757c !important;
}
html.dark .address-icon{
    min-width: 40px;
    color: #72757c !important;
}

html.dark .fancy-heading {
    font-weight: 600;
    color: #ffffff;
    margin: 15px 0;
    position: relative;
    display: block;
    padding-bottom: 8px;
    transition: color 0.3s ease;
}
html.dark .fancy-heading::after {
    content: "";
    display: block;
    width: 15%;
    height: 3px;
    background: #ffffff;
    margin: 6px auto 0;
    border-radius: 2px;
}
html.dark .accordion-button {
    background-color: #2f2f2f; /* greyish background */
    color: #f1f1f1;           /* light text for contrast */
  }
  html.dark .region.region-side-bar {
    width: 320px;
    min-height: 80vh;
    background: #6c757d;
    color: #fff;
    padding: 25px 20px;
    border-radius: 0 18px 18px 0;
    box-shadow: 3px 0 12px rgba(0, 0, 0, 0.2);
    margin: 10px;
    position: relative;
    margin-left: 50px;
}
html.dark h5#block-ccscsb-theme-userdashboardmenu-menu {
    color:#fff;
}
html.dark h5#block-ccscsb-theme-dashboardmenu-menu {
    color: #fff;
}
html.dark nav#block-ccscsb-theme-linktodashboard .svg-inline--fa {
    color:#FFFF00;
}
html.dark nav#block-ccscsb-theme-linktodashboard .link-text {
    color:#FFFF00;
}
html.dark h5.card-title {
    color: #fff !important;
  }
  html.dark .service-slider .owl-theme .owl-nav button.owl-prev, .service-slider .owl-theme .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    line-height: 30px;
    font-size: 50px !important;
    border-radius: 100%;
    padding-bottom: 7px !important;
    border: none;
}
html.dark .dark-text{
    color:#000;
}
html.dark a.button.btn.btn-primary.btn-lg.fixed-btn {
    border: 1px solid #fff;
}
html.dark a.nav-link[href="/user"] {
    color:#FFFF00 !important;
}
html.dark a.nav-link[href^="/user/logout"] {
    color:#FFFF00 !important; 
}
/* Dark mode yellow for specific important links */
html.dark a.nav-link[href="/website-policy"],
html.dark a.nav-link[href="/disclamier"],
html.dark a.nav-link[href="/accessibility-statement"],
html.dark a.nav-link[href="/feedback"],
html.dark a.nav-link[href="/help"] {
    color:#FFFF00 !important; 
}
/* Quick Links */
html.dark a.nav-link[href="/archives"],
html.dark a.nav-link[href="/rules-and-regulations"],
html.dark a.nav-link[href="/wim"],
html.dark a.nav-link[href="/sitemap"],
html.dark a.nav-link[href="/contact-us"] {
    color:#FFFF00 !important;
}
html.dark .user-count-box {
    background: linear-gradient(180deg, #515258, #5a6478); /* greyish gradient */
    color: #fff;
    padding:12px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    font-size: 20px;
}
html.dark .section-heading_1 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin: 10px 0 20px;
    padding-bottom: 12px;
    position: relative;
    font-family: "Segoe UI", sans-serif;
}
/* Pop up */
html.dark .modal-body {
    max-height: 75vh;             /* ✅ modal ke andar vertical scroll limit */
    overflow-y: auto;             /* ✅ vertical scroll enable */
    padding: 20px;                /* ✅ overall spacing */
    background: #0b0b0b91;          /* optional soft background */
    border-radius: 10px;
  }
  
  /* Each field box */
  html.dark .modal-body > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 12px;          /* ✅ clean gap between boxes */
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.2s ease-in-out;
  }
  
  html.dark .modal-body > div:hover {
    background: #f2f6ff;          /* subtle hover effect */
  }
  
  /* Label styling */
  html.dark .modal-body > div strong {
    color: #040404;
    min-width: 200px;             /* ✅ label width alignment */
    text-align: left;
    font-weight: 600;
  }
  
  /* Value styling */
  html.dark .modal-body > div a,
  html.dark .modal-body > div span,
  html.dark .modal-body > div img {
    word-break: break-word;
    
  }
  
  /* Scrollbar styling (optional for clean look) */
  html.dark .modal-body::-webkit-scrollbar {
    width: 8px;
  }
  html.dark .modal-body::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    border-radius: 8px;
  }
  html.dark .modal-body::-webkit-scrollbar-thumb:hover {
    background: #888;
  }

  html.dark .modal-body a:hover {
    text-decoration: underline;
}

/* Image Styling */
html.dark .modal-body img.webform-image-file {
    max-width: 60px;
    border-radius: 6px;
    margin-top: 5px;
    border: 1px solid #ccc;
}

/* File link styling */
html.dark .modal-body .file a {
    display: inline-block;
    padding: 4px 10px;                     /* smaller button */
    background: #2646a8;
    color: #fff !important;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    transition: background 0.3s;
}

html.dark .modal-body .file a:hover {
    background: #1a2f6b;
}
html.dark .contact-card .contact-info {
    padding: 50px 20px;
    line-height: 1.6;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.3px;
}
html.dark .contact-info svg{
    margin-right: 8px;

}

html.dark .contact-card .social-icons {
    display: flex;
    align-items: center;
    gap: 12px; /* ðŸ‘‰ icons ke beech equal space */
}

html.dark .contact-card .social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #2647a9;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
}
html.dark .contact-card .social-icons svg {
    margin-right: 10px;
    color: #ffff;
}
html.dark .contact-card .social-icons.d-flex {
    float: left;
    margin-left: 50px;
}
html.dark .contact-card .contact-card .social-icons {
    display: flex !important;
    align-items: center;
    gap: 37px;
}
/* Image Styling */
html.dark .modal-body img.webform-image-file {
    max-width: 60px;
    border-radius: 6px;
    margin-top: 5px;
    border: 1px solid #ccc;
}
html.dark .login_full_outer a.btn {
    margin-top: 20px;
    display: block;
    text-align: center;
    color:#000 !important;
}
html.dark h5#block-ccscsb-theme-userdashboardmenuccscsb-menu {
    color:#fff;
}
html.dark li.nav-item > a[href="/dashboard"] {
    color: #ffff00;
}
/* File link styling */
html.dark .modal-body .file a {
    display: inline-block;
    padding: 4px 10px;                     /* smaller button */
    background: #2646a8;
    color: #fff !important;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    transition: background 0.3s;
}

html.dark .modal-body .file a:hover {
    background: #1a2f6b;
}
html.dark .getClose {
    position: absolute;    /* fixed inside modal */
    top: 12px;             /* distance from top */
    right: 12px;           /* distance from right */
    z-index: 1050;         /* above modal content */
}

html.dark .getClose a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #dc3545;   /* Bootstrap danger color */
    color: #fff;
    font-size: 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: background 0.3s;
}

html.dark .getClose a:hover {
    background: #b02a37;   /* darker on hover */
}
@media screen and (max-width:991px) {
    
    html.dark .navbar-collapse.collapse.show{
        top: -25px; 
        left: -30px;
        width: 100%;
        z-index: 999; 
        padding: 15px 20px;
        position: relative;
        background-color: #1f1f1f; /* dark background */
    }
    html.dark #block-ccscsb-theme-main-menu-2 a.nav-link {
        padding: 5px 6px !important;
        color: #ffd700; /* yellow links */
    }
    html.dark .navbar .navbar-nav{
        flex-direction: column;
        padding: 20px;
        gap: 10px;
    }
    html.dark .logo-area-h3 {
        position: sticky;
        top: -64px;
        z-index: 9999;
        background-color: #222; /* dark header */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    }
    html.dark .logo-text h1 {
        font-weight: 500;
        font-size: 12px;
        color: #ffffff; /* white text */
        margin: 0 0 2px;
    }
    html.dark .region.region-side-bar {
        width: 100%;        
        margin: 10px auto;  
        border-radius: 12px; 
        min-height: auto;   
        background-color: #1a1a1a; /* dark sidebar */
        color: #fff;
    }
    html.dark .logo-text h4 {
        font-weight: 600;
        font-size: 15px;
        color: #ffffff;
        margin-bottom: 2px;
    }
    html.dark .logo-text h6 {
        font-weight: 600;
        font-size: 15px;
        color: #ffffff;
        margin: 0;
        font-style: normal;
    }
    html.dark .SearchBTN svg{
        display: none;
    }
    
    html.dark a.arrow-push-out-right1{
        background: #2646a8;
        color: #fff;
        padding: 15px 20px;
        font-size: 16px;
        border-radius: 5px;
        position: relative;
        top: 15px;
        width: 100%;
        right: 80px;
    }
    
    html.dark .service-slider .owl-carousel {
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        z-index: 0 !important;
    }

    html.dark .tp-header-top.ome-3 .d-flex.align-items-center.justify-content-between{
        flex-direction: column;
        align-items: flex-start !important;
    }
    html.dark .tp-header-top {
        height: auto !important;
    }
    html.dark .tp-header-top.ome-3  .topbar-right  li a span {
        display: inline-block;
    }
    html.dark .topbar-right{
        padding-left: 0 !important;
    }
    html.dark .login-button li.nav-item{
        right: 20px !important;
    }
    html.dark .region.region-primary-menu {
        flex-direction: column;
        align-items: self-start;
        min-width: 1200px;
    }
    html.dark .navbar .block-search form{
        flex-direction: row;
    }
    html.dark .navbar .block-search form .form-actions{
        margin-top: 0;
    }
    html.dark img.about_image {
        height: auto;
    }
    html.dark .org-chart{
        width: 100%;
    }
    html.dark .org-node {
        width: 100%;
    }
    html.dark .org-node img {
        width: 142px;
        height: 100px;
        margin: 17px;
        border-radius: 10px;
    }
    html.dark .arrow-push-out-right1 {
        display: block;
        margin: 0 80px;
        text-align: center;
    }
      
    html.dark .service-slider .owl-theme .owl-nav button.owl-prev {
        background: #333;
        color: #fff !important;
        width: 30px !important;
        height: 30px !important;
        line-height: 25px;
        font-size: 24px !important;
        border-radius: 100%;
        padding-bottom: 30px !important;
        border: none;
    }
    html.dark .service-slider .owl-theme .owl-nav button.owl-next{
        background: #333;
        color: #fff !important;
        width: 30px !important;
        height: 30px !important;
        line-height: 25px;
        font-size: 24px !important;
        border-radius: 100%;
        padding-bottom: 30px !important;
        border: none;
    }
    html.dark .main_latest_news {
        position: relative;
        overflow: hidden;
        padding: 20px 32px;
        background: #222; /* dark news box */
        box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        text-align: center;
        transition: all 0.5s ease-out 0s;
        height: 100%;
        color: #fff !important;
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }
    html.dark ul.social-icons {
        list-style: none;
        float: left;
        margin-left: 0;
        padding-left: 0;
    }
    html.dark .footer__modifier .footer-align li:before{
        display: none;
    }
    html.dark .number, html.dark .office-mail, html.dark .address {
        width: 100%;
        align-items: center;
        margin-bottom: 10px;
        color: #fff;
    }
    html.dark .footer-widget {
        text-align: left;
        color: #fff;
    }
    html.dark .list-unstyled .nav.navbar-nav {
        text-align: left;
    }
    html.dark .footer__modifier ul.nav.navbar-nav {
        text-align: left;
    }
    html.dark .footer-widget .num-icon {
        float: left;
    }
    html.dark .footer-widget .email{
        float: left;
    }
    html.dark p.footer-paragraph {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        padding-top: 6px;
        color: #fff;
    }
    html.dark .login_inner {
        max-width: 90%;   
        padding: 20px;    
    }
    html.dark .login_full_outer {
        padding: 15px;    
    }
    html.dark .established{
    position: absolute;
    bottom: 0;
    left: 100px;
    background: #1a1a1a;
    color: #FFFF00;
    padding: 10px 20px;
    border-radius: 12px;
    width: 230px;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}
}
@media (max-width: 768px) {
    html.dark ul.quicktabs-tabs {
        flex-direction: column;  /* vertical layout */
        overflow-x: hidden;      /* no horizontal scroll */
        gap: 6px;                /* vertical spacing */
        padding: 5px;
    }

    html.dark ul.quicktabs-tabs li {
        flex: 1 0 auto !important;           /* full width of container */
        min-width: 0;             /* allow to shrink */
    }

    html.dark ul.quicktabs-tabs li a {
        display: block !important;
        width: 100%;
        font-size: 16px !important;
        padding: 10px 12px !important;
        white-space: normal !important;
    }
 html.dark .service-slider .owl-theme .owl-nav button.owl-prev, .service-slider .owl-theme .owl-nav button.owl-next {
        width: 50px;
        height: 50px;
        line-height: 26px;
        font-size: 50px !important;
        border-radius: 100%;
        padding-bottom: 7px !important;
        border: none;
        font-size: 24px !important;
    }
    html.dark .view-home-page-slider .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        max-width: 100% !important;
        height: 270px !important;
        filter: grayscale(100%) !important;
    }
    html.dark #cboxTitle,
    html.dark #cboxTitle:hover,
    html.dark #cboxTitle:active,
    html.dark #cboxTitle:focus {
        position: absolute;
        bottom: 45px !important;
        left: 50%;
        transform: translateX(-50%);
        box-sizing: border-box;
        padding: 8px 16px;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #ffd700; /* yellow */
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        text-align: center;
        width: 70%;
    }

    html.dark .ground-images-row img {
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
    }

    html.dark .org-node img {
        width: 142px;
        height: 100px;
        margin: 17px;
        border-radius: 10px;
    }

    html.dark .region.region-side-bar {
        width: 100%;
        min-height: auto;
        border-radius: 0;
        background-color: #1a1a1a;
        color: #fff;
    }

    html.dark .about-section {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    html.dark .about-section > * { 
        flex: 1 1 100%; 
    }

    html.dark .established {
        width: 210px;
        height: auto;
        background:#4f4f50d1;
        color: #fff;
        padding: 10px 20px;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        left: 170px;
    }
}
@media (max-width: 1200px) {
    html.dark #cboxTitle,
    html.dark #cboxTitle:hover,
    html.dark #cboxTitle:active,
    html.dark #cboxTitle:focus {
        color: #ffd700; /* yellow */
        background: #1f1f1f;
    }

    html.dark .ground-images-row img {
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
    }

    html.dark .region.region-side-bar {
        width: 100% !important;
        margin-left: 110px;
        background-color: #1a1a1a;
        color: #fff;
    }
}
@media (min-width: 1400px) and (max-width: 1600px) {
    html.dark .region.region-side-bar {
        width: 100% !important;
        margin-left: 110px;
        background-color: #1a1a1a;
        color: #fff;
    }

    html.dark .navbar-collapse.collapse.show {
        background-color: #1f1f1f;
    }

    html.dark #block-ccscsb-theme-main-menu-2 a.nav-link {
        color: #ffd700;
    }
}
html.dark .ground-wrapper {
    width: 100%;
    max-width: 620px;
    margin: 20px auto;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-height: 450px; /* <-- Add this */
}



/* Image */
html.dark .ground-image img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #eee;
}

/* Title */
html.dark .ground-title {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 20px;
    color: #222;
    padding-bottom: 0;
}

/* Body Text */
html.dark .ground-body {
    padding: 18px 20px;
    font-size: 14px;
    color: #444;
    line-height: 1.7;
}
html.dark .ground-body p {
    color: #000;
}

/* MAIN BUTTON STYLING */
html.dark .view-ground-booking-slider .owl-nav button.owl-prev,
html.dark .view-ground-booking-slider .owl-nav button.owl-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    background: #444 !important; /* SOLID BLUE */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #fff !important;
    font-size: 32px !important;
    z-index: 999 !important;
    border: none !important;
    opacity: 1 !important;         /* FIX FADE */
}

/* REMOVE ALL FADING / TRANSPARENCY / DISABLED EFFECT */
html.dark .view-ground-booking-slider .owl-nav button.owl-prev,
html.dark .view-ground-booking-slider .owl-nav button.owl-next,
html.dark .view-ground-booking-slider .owl-nav button.owl-prev:hover,
html.dark .view-ground-booking-slider .owl-nav button.owl-next:hover,
html.dark .view-ground-booking-slider .owl-nav button.owl-prev:focus,
html.dark .view-ground-booking-slider .owl-nav button.owl-next:focus,
html.dark .view-ground-booking-slider .owl-nav button.owl-prev.disabled,
html.dark .view-ground-booking-slider .owl-nav button.owl-next.disabled {
    opacity: 1 !important;
    background: #444 !important; /* ALWAYS PURE BLUE */
    border: none !important;
    box-shadow: none !important;
}

/* LEFT BUTTON POSITION */
html.dark .view-ground-booking-slider .owl-nav button.owl-prev {
    left: -30px !important;
}

/* RIGHT BUTTON POSITION */
html.dark .view-ground-booking-slider .owl-nav button.owl-next {
    right: -30px !important;
}

/* ARROW INSIDE */
html.dark .view-ground-booking-slider .owl-nav button span {
    font-size: 40px !important;
    color: #fff !important;
    line-height: 0 !important;
    padding-bottom: 5px;
    padding-right: 0;
}

/* REMOVE OUTLINE */
html.dark .view-ground-booking-slider .owl-nav button.owl-prev:focus,
html.dark .view-ground-booking-slider .owl-nav button.owl-next:focus {
    outline: none !important;
}




html.dark .view-ground-booking-slider  .owl-carousel .owl-item {
    padding: 8px !important;  
}

html.dark h2.title{
    text-align: center;
}

