* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* HEADER BOX */
.gov-header {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

/* TOP ROW (Logo + Search + Icons) */
.top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
}


.left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gov-logo {
    width: 100px;
}

.gov-text h4 {
    font-size: 20px;
    color: #333;
}

.gov-text h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}



.right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-menu {
    border-top: 1px solid #ebeaea;
    box-shadow: 0 4px 8px 0 rgba(35, 35, 47, .08);
    border-bottom: 2px solid #f26329;
}

.icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.icons i,
.icons span {
    font-size: 22px;
    cursor: pointer;
}

/* Mobile menu button */
.mobile-menu-btn {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

/* NAV MENU */
nav ul {
    list-style: none;
    display: flex;
    gap: 50px;
    padding: 12px 25px;
    margin-bottom: 0;
    justify-content: center;
}

nav ul li a {
    text-decoration: none;
    position: relative;
    color: #150202;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
}

nav ul li a.active {
    border-bottom: 3px solid #f26329;
}



/* RESPONSIVE */
@media(max-width: 900px) {
    .top-row {
        display: flex;
        justify-content: space-evenly;
        padding: 10px 0px;
        flex-wrap: wrap;
    }

    

    nav ul {
        flex-direction: column;
        gap: 20px;
    }

    .nav-menu {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .nav-menu.open {
        display: block;
        background: white;
        border-top: 1px solid #ddd;
    }
}










/* Main Slider */
.creative-fullpage--slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Smooth Zoom Animation */
.slider-inner img {
    height: 100% !important;
}


/* Nav Buttons */
.swiper-button-next,
.swiper-button-prev {
    height: 70px !important;
    width: 70px !important;
    border-radius: 50%;
    backdrop-filter: blur(12px);
    background: rgb(0 0 0 / 14%);
    transition: 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.35);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 32px !important;
    color: #fff;
}

/* Progress Bar */
.swiper-pagination {
    bottom: 25px !important;
    width: 100% !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
}

.swiper-pagination-progressbar-fill {
    background: #ffffff !important;
    height: 4px !important;
    border-radius: 10px;
}

/* Mobile */
@media (max-width: 768px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .content-box {
        left: 20px;
        top: 55%;
        width: 90%;
    }

    .content-box h2 {
        font-size: 36px;
    }

    .content-box p {
        font-size: 16px;
    }
    
}












.notif-bar {
    height: 50px;
    background: #1b1b22;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.label {
    background: #f26329;
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-right: 15px;
}

.marquee-box {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-text {
    font-size: 16px;
    font-weight: 500;
}


.padding-section {
    padding-top: 50px;
}
.padding-section-bottom {
    padding-bottom: 50px;
}

.heading-about {
    font-size: 22px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.heading-about h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #f26329;
}

.box-team {
    background: #f4f5f7;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border: 2px solid #f26329;
    border-radius: 2%;
    box-shadow: 0px 2px 9px 0px rgba(153, 153, 153, 1);
    padding: 10px;
    margin-top: 10px;
}

.latest-heading {
    border-bottom: 3px solid #f26329;
}

.latest-heading h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.video-heading {
    border-bottom: 3px solid #f26329;
}

.video-heading h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.image-heading {
    border-bottom: 3px solid #f26329;
}

.image-heading h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.ul-design {
    float: left;
    padding: 10px 10px;
    border: 1px solid #f26329;
    margin-top: 20px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
}






.video-slider {
    width: 100%;
    height: 100%;
}



/* Video Style */
.swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Nav Buttons */
.video-slider .swiper-button-next,
.video-slider .swiper-button-prev {
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%;
    backdrop-filter: blur(12px);
    background: rgb(0 0 0 / 14%);
    transition: 0.3s ease;
}


.video-slider .swiper-button-next:after,
.video-slider .swiper-button-prev:after {
    font-size: 12px !important;
    color: #fff;
}




/* photo Style */
.swiper-slide img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

/* Nav Buttons */
.image-slider .swiper-button-next,
.image-slider .swiper-button-prev {
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%;
    backdrop-filter: blur(12px);
    background: rgb(0 0 0 / 14%);
    transition: 0.3s ease;
}


.image-slider .swiper-button-next:after,
.image-slider .swiper-button-prev:after {
    font-size: 12px !important;
    color: #fff;
}



.vertical-marquee-box {
    height: 265px;
    overflow: hidden;
    position: relative;
}

.vertical-marquee-track {
    display: flex;
    flex-direction: column;
    animation: scrollUp 12s linear infinite;
}

.vertical-marquee-box:hover .vertical-marquee-track {
    animation-play-state: paused;
}

.vertical-marquee-box ul {
    margin: 0;
    list-style: disclosure-closed;
}

.vertical-marquee-box li {
    padding: 10px 0;
}

.vertical-marquee-box a {
    text-decoration: none;
    font-size: 16px;
    color: #1b1b22;
    display: block;
}

/* Infinite upward scrolling */
@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}







.calendar-card {
    width: 100%;
    border-radius: 0;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.08);
    overflow: hidden;
    margin-top: 0;
    height: 100%;
    background: #fff;
}

.cal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid #eef2ff
}

.month-year {
    display: flex;
    flex-direction: column
}

.month {
    font-size: 18px;
    font-weight: 600
}

.year {
    font-size: 13px;
    color: #6b7280
}

.nav {
    display: flex;
    gap: 8px
}

.btns {
    background: transparent;
    border: 0;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600
}

.btns:focus {
    outline: 2px solid rgba(37, 99, 235, 0.18)
}

.weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background: #111827;
    color: #fff;
    padding: 8px;
    text-align: center
}

.weekdays div {
    font-size: 12px;
    font-weight: 700
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    padding: 12px;
    background: linear-gradient(180deg, transparent, #ffffff00)
}

.day {
    min-height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 8px;
    font-weight: 600;
    color: #111827
}

.muted {
    color: #9ca3af;
    font-weight: 500
}

.today {
    background: #fde68a;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}

.small {
    font-size: 11px;
    color: #6b7280;
    font-weight: 500
}

/* responsive */
@media (max-width:380px) {
    .calendar-card {
        width: 92vw
    }
}











.custom-form {
    max-width: 100%;
    padding: 25px;
    border-radius: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    margin-top: 0;
    height: 100%;
    background: #fff;
}

.custom-form .form-control {
    width: 100%;
    padding: 17px 14px;
    border: 1px solid #d2d6dc;
    border-radius: 0;
    font-size: 15px;
    transition: all 0.25s ease;
}

.custom-form .form-control:focus {
    border-color: #f26329;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    outline: none;
}

.btn-submit {
    background: #f26329;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s ease;
}

.btn-submit:hover {
    background: #1e4fc7;
}




/* Nav Buttons */
.brand-slider .swiper-button-next,
.brand-slider .swiper-button-prev {
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%;
    backdrop-filter: blur(12px);
    background: rgb(0 0 0 / 14%);
    transition: 0.3s ease;
}


.brand-slider .swiper-button-next:after,
.brand-slider .swiper-button-prev:after {
    font-size: 12px !important;
    color: #fff;
}







.gov-footer {
    background: #ffffff;
    border-top: 3px solid #f26329; /* Govt Blue Border */
    padding: 60px 20px 20px;
    font-family: 'Inter', sans-serif;
}

.gov-footer-container {
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

/* Column layout */
.gov-col h4 {
    font-size: 19px;
    margin-bottom: 18px;
    color: #f26329;
    font-weight: 700;
}

.gov-col p {
    color: #374151;
    line-height: 1.7;
    text-align: justify;
}

/* Links */
.gov-col ul li {
    list-style: disclosure-closed;
    margin-bottom: 10px;
}

.gov-col ul li a {
    color: #374151;
    font-size: 15px;
    text-decoration: none;
    transition: 0.2s;
}

.gov-col ul li a:hover {
    color: #f26329;
    margin-left: 3px;
}

/* Contact list */
.contact-list li {
    margin-bottom: 10px;
    color: #374151;
    font-size: 15px;
}
.contact-list strong {
    color: #111827;
}

/* Social Icons */
.gov-social a {
    font-size: 18px;
    margin-right: 10px;
    color: #475569;
    transition: 0.25s;
}
.gov-social a:hover {
    color: #f26329;
}

.gov-form{
    max-width: 100%;
    padding: 15px;
    border-radius: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
/* Form */
.gov-form input,
.gov-form textarea {
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 12px;
    border-radius: 0;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    font-size: 15px;
}
.gov-form textarea {
    resize: none;
}

.gov-form button {
    width: 100%;
    padding: 12px;
    background: #f26329;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: 0.25s;
}

.gov-form button:hover {
    background: #f26329;
}

/* Bottom Bar */
.gov-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 900px) {
    .gov-footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .gov-footer-container {
        grid-template-columns: 1fr;
    }
    
}









/* ============================
   UPPER MENUBAR
============================ */
.upper-menubar {
    padding: 0px;
    display: flex;
    align-items: flex-end;
    gap: 0px;
    flex-wrap: wrap;
    font-family: 'Poppins', sans-serif;
    justify-content: space-between;
    flex-direction: column;
}

/* LEFT ICON MENUS */
.upper-menus a {
    color: #000;
    margin-right: 12px;
    font-size: 20px;
    transition: 0.3s ease;
}

.upper-menus a:hover {
    color: #f26329;
    transform: translateY(-2px);
}

/* CONTACT AREA */
.call-us {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

.call-us span{
    color: #000;
}

.call-us a {
    color: #f26329;
    font-weight: 600;
    text-decoration: none;
    margin-left: 5px;
    font-size: 17px;
}

.call-us a:hover {
    color: #000;
}


/* RESPONSIVE */
@media (max-width: 768px) {
    .upper-menubar {
        display: none;
    }
    #menu-c{
        display: none !important;
    }

    .call-us {
        width: 100%;
        justify-content: center;
        margin-top: 4px;
    }
    
}



















:root{
  --primary:#f26329;
  --accent:#00a3ff;
  --bg:#f4f7fb;
  --card:#ffffff;
  --muted:#5f6b7a;
  --text:#1b2128;
  --glass: rgba(255,255,255,0.6);
  --border:#e2e8f0;
  --shadow: 0 12px 30px rgba(16,24,40,0.08);
}

/* layout */
.wrap{margin:30px auto;padding:0 20px}
.layout{display:grid;grid-template-columns:320px 1fr;gap:26px}

/* SIDEBAR */
.sidebar{background:var(--primary);padding:18px;border-radius:14px;border:1px solid var(--border);box-shadow:var(--shadow);height:fit-content;position:sticky;top:24px}
.toc h3{font-size:16px;color:var(--card);margin-bottom:10px}
.toc a{display:block;padding:10px;border-radius:8px;color:var(--card);text-decoration:none;margin-bottom:6px}

/* CONTENT */
.content-column{ }
.hero-card{    background: linear-gradient(135deg, rgb(211 168 87 / 30%), rgba(0, 163, 255, 0.07));padding:22px;border-radius:14px;margin-bottom:22px;border:1px solid var(--border)}
.hero-card h2{margin:0 0 6px 0;color:var(--primary)}
.hero-card p{margin:0;color:var(--muted)}

.section{background:var(--card);padding:22px;border-radius:14px;box-shadow: 0 8px 24px rgb(242 99 41 / 18%);margin-bottom:20px}
.section h3{font-size:20px;color:var(--primary);margin-bottom:10px}
.section p, .section li{font-size:15.5px;line-height:1.8;color:var(--text)}
ol,ul{padding-left:20px}

.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:12px}
.card{background:linear-gradient(180deg,#fff,#fbfdff);padding:14px;border-radius:12px;border:1px solid var(--border)}
.card h4{margin:0 0 8px 0;color:var(--primary)}

.contact{display:flex;flex-wrap:wrap;gap:12px}
.contact .info{flex:1;min-width:220px}

.note{background:#fff8ec;border-left:6px solid #ffb020;padding:12px;border-radius:10px;margin-top:8px;color:#6a4b00}


/* responsive */
@media(max-width:980px){.layout{grid-template-columns:1fr}.sidebar{position:relative;top:auto}}











.pdf-wrap {
    width: 100%;
    height: 60vh;
    border: 1px solid #ddd;
}

.controls {
    margin: 10px 0;
}





.usefull-links{
    margin-bottom: 0;
    height: 260px;
    overflow: auto;
}
.usefull-links li{
    list-style-type: disclosure-closed;
}

.usefull-links li a{
        text-decoration: none;
        color: #000;
}

    






.paper-section {
    border: 3px solid #f26329;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
}

/* Normal Table */
.custom-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.custom-table th {
    background: #f26329;
    color: #fff;
    padding: 12px;
    font-weight: 600;
    text-align: left;
    border: 1px solid #f26329;
}

.custom-table td {
    padding: 5px 20px;
    border: 1px solid #ccc;
    font-size: 15px;
}

.custom-table tr:nth-child(even) {
    background: #fafafa;
}

.download-col {
    text-align: center;
}

.download-btn {
    width: 34px;
    height: 34px;
    background: #f26329;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border: 1px solid #f26329;
    text-decoration: none;
    transition: 0.2s;
}

/* HOVER */
.download-btn:hover {
    background: #d9551f;
}


/* ------------------------------------------------- */
/* RESPONSIVE TABLE                                  */
/* ------------------------------------------------- */

@media (max-width: 768px) {

    /* Hide table header */
    .custom-table thead {
        display: none;
    }

    /* Convert rows to block */
    .custom-table tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 10px;
        background: #fff;
    }

    /* Make each cell full width */
    .custom-table td {
        display: flex;
        justify-content: space-between;
        padding: 10px 8px;
        border: none;
        border-bottom: 1px solid #eee;
    }

    /* Last row border remove */
    .custom-table td:last-child {
        border-bottom: none;
    }

    /* Add label from attribute */
    .custom-table td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #333;
    }

    /* center icon */
    .download-col {
        justify-content: space-between !important;
    }
    
  
}