﻿/**
*****************************************
@File: Dynamic. | Responsive HTML5 Template.
stylesheet created by : jubayer.hasan1991@gmail.com



* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below>>>>>
******************************************
|index page styles|

* Global Style.
* Header Styles.
* Menu Styles.
* Search and cart option Styles.
* Banner Styles.
* Welcome Section Styles.
* What Makes us Special Styles.
* Request Quote Styles.
* What Makes us Special Styles.
* Our Service Styles.
* Why choose us Styles.
* Testimonial Styles.
* Our Team Styles.
* FAQ Styles.
* Request Call Back Styles.
* Google map Styles.
* Footer Styles.



|Single Pages Styles|



* Page Breadcrumb Styles.
* Side Bar styles.
* About Us Page Styles.
* Company History Styles.
* Our Team Grid Styles.
* Team List Styles.
* Team Single Page Styles.
* Career Page Styles.
* Career Single Page Styles.
* Client feedback Styles.
* Our partners Styles.
* Contact US page Styles.
* Blog Default Styles.
* Blog Grid Styles.
* Sidebar Style One Styles.
* Blog List View Styles.
* Blog Single Post Styles.
* Project Grid Styles.
* Project Grid Filter Styles.
* Masonary Project Gallery Styles.
* Project Gallery With Filter Styles.
* Project Grid With Sidebar Styles.
* Project Single Styles.
* Shop Page Styles.
* Shop With Side Bar Styles.
* Shop Single Styles.
* Sidebar Style One Styles.
* check Out page Styles.
* cart Table Styles.
* Cart page Styles.
* Account Page Styles.
* Service Inner Page Styles.

*****************************************
**/




/**
* Importing necessary  Styles.
**/


@import url('../fonts/montserrat/montserrat-bold/styles-1.css');
@import url('../fonts/montserrat/montserrat-regular/styles-1.css');
@import url('../fonts/montserrat/montserrat-semibold/styles-1.css');
@import url('../fonts/montserrat/montserrat-light/styles-1.css');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/bootstrap-1.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min-1.css');
/*-----flaticon ----------*/
@import url('../fonts/icon/font/flaticon-1.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel-1.css');
@import url('../vendor/owl-carousel/owl.theme-1.css');
/*----jquery ui css-------*/
@import url('../vendor/jquery-ui/jquery-ui-1.css');
/*-------- responsive menu -----------*/
@import url('../vendor/responsivemenu/files/css/menuzord-1.css');
@import url('../vendor/responsivemenu/files/css/menuzord-animations-1.css');
/*----revolution-slider---*/
@import url('../vendor/revolution/settings-1.css');
@import url('../vendor/revolution/layers-1.css');
@import url('../vendor/revolution/navigation-1.css');
/*-------fancy box --------*/
@import url('../vendor/fancy-box/jquery.fancybox-1.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate-1.css');



/*==================== Global Style =================*/

:root {

    --primary: #045050;
    --secondary: #067373;
    --accent: #F8B739;

    --light: #F8FAFC;
    --light-green: #F3F9F6;
    --light-blue: #F5FAFD;

    --white: #ffffff;
    --text: #2C3E50;

    --border: #E7EEF3;

}

@font-face {
    font-family: 'font-awesome';
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont-2.ttf');
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont-3.eot'),
        /* IE9 Compat Modes */
        url('../fonts/font-awesome/fonts/fontawesome-webfont-2.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/font-awesome/fonts/fontawesome-webfont-2.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('../fonts/font-awesome/fonts/fontawesome-webfont-2.svg') format('svg');
    /* Legacy iOS */
}


body {
    font-family: 'Montserrat-Regular';
    color: #272727;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat-Bold'
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #9e9e9e;
    outline: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    background: transparent;
}

input,
textarea {
    display: block;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.clear_fix {
    clear: both;
}

.clear_fix:after {
    display: table;
    content: '';
    clear: both;
}

.tran3s {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tran7s {
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.theme_title {
    position: relative;
    padding-bottom: 26px;
    margin-top: -6px;
}

.theme_title:before {
    content: '';
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.theme_title_center {
    text-align: center;
}

.theme_title_center>span {
    display: block;
    width: 70px;
    height: 2px;
    margin: 23px auto 0 auto;
}

.img_holder {
    position: relative;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.main_page {
    overflow-x: hidden;
}


/*======================= Main Banner ======================*/
#banner {
    margin-top: -65px;
}

#rev_slider {
    overflow: hidden;
}

#banner h1 {
    line-height: 60px;
    padding-bottom: 19px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    color: white !important;
    margin-bottom: 20px !important;
}

#banner p {
    font-family: 'Montserrat-Light';
    font-size: 24px;
    line-height: 36px;
    color: #ffffff !important;
    background: gray;
    opacity: 0.8;
    margin-top: 10px;


}

.slider-caption {
    border-radius: 5px;
    padding: 15px !important;
    box-shadow: -7px 20px 18px 0px rgba(0, 0, 0, 0.1);
}

.tp-caption a {
    margin-top: 70px !important;
}

#banner .contact_us,
#banner .our_service {
    width: 155px;
    line-height: 55px;
    color: #fff;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
}

.tp-bannertimer {
    display: none !important;
}

.hephaistos.tparrows {
    background: transparent !important;
    height: 57px;
}

.hephaistos.tparrows:before {
    font-size: 57px;
    line-height: 57px;
    font-family: "Flaticon";
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.hephaistos.tparrows .arrow-holder {
    width: 105px;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hephaistos.tparrows.tp-leftarrow .arrow-holder {
    transform: translate3d(-30px, 0, 0);
    left: calc(100% + 20px);
}

.hephaistos.tparrows.tp-rightarrow .arrow-holder {
    transform: translate3d(30px, 0, 0);
    right: calc(100% + 6px);
}

.hephaistos.tparrows .arrow-holder:after {
    display: block;
    width: 105px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat-SemiBold';
    font-size: 14px;
    top: 11px;
    position: absolute;
}


.hephaistos.tparrows:hover .arrow-holder,
.hephaistos.tparrows:focus .arrow-holder {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.hephaistos.tparrows .arrow-holder:before {
    font-family: 'font-awesome';
    position: absolute;
    top: 17px;
    position: absolute;
}

.hephaistos.tparrows.tp-leftarrow .arrow-holder:before {
    content: '';
    right: calc(100% - 1px)
}

.hephaistos.tparrows.tp-rightarrow .arrow-holder:before {
    content: '';
    right: -5px;
}

body.bg {
    background: url(../images/home/pattern-1.png) repeat;
}

.ml1.dept-name span {
    font-size: 48px;

}

.post-light-group.wow-outer,
.isotope-item,
.team-card-it,
.slick-slide img,
.wk-desk-3,
.term-condition-left,
.term-condition-right,
.imgBox.sect-dept,
.home-video-grid {
    background: #fff;
    box-shadow: 0 0 15px #b7b7b785;
    margin: 30px 0;
    transition: all ease-in-out .3s;
}

.advertise-button {
    text-align: left !important;
    padding-left: 0px !important;
}

.advertise-button.text-center {
    text-align: left !important;
}

.team-card {
    margin-top: 0px !important;
}

.wk-desk-3 {
    width: 23% !important;
}

.image-cropper.it-card-img {
    margin-top: 15px;
}

.social-media-links {
    margin-bottom: 20px;
}

.imgBox img {
    height: auto !important;

}

.h-message {
    text-transform: uppercase;

}

.rd-menu.rd-navbar-dropdown li {
    border-bottom: 1px solid #82CEA9;
    padding: 7px 5px;
    width: 100%;
}

.rd-menu.rd-navbar-dropdown.rd-navbar-open-right {
    padding: 20px 10px !important;
    margin-top: 17px !important;
    width: 200% !important;
}

.unit.align-items-center {
    float: right;
    margin-top: 8%;
    margin-left: 0%;
}

.unit-body ul {
    text-align: right;
    margin-bottom: 10px;
}

.row.head-phone-no {
    margin-top: 10px !important;
}

.head-social-links {
    text-align: right;
}

.head-social-links img {
    background: #05361C;

    border-radius: 17px;
    margin: auto px !important;

}

.head-log-block {
    margin: 10px 0px !important;
}

.head-log-block a {
    float: left;
}

.unit-body {
    font-size: 18px;
    float: left;
    margin-top: 4%;
    margin-left: 2%;
}

.card-text {
    color: #333 !important;
}

.faq-search-wrap {
    padding: 7px 0 60px !important;
}

.position {
    font-size: 20px !important;
}

.h-message small {
    font-size: 16px;
    color: black;
}

.initiatives-item:hover .hover-image {
    opacity: 1.5 !important;

}

/* new design styles */
/*======================================================
Leadership Section - Premium 2026 Government UI
======================================================*/

.leadership-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #F3F9F6 100%);
    overflow: hidden;
}

/* ---------- Decorative Background Shapes ---------- */

.lead-bg-decors {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.lead-bg-decors::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(4, 80, 80, .06) 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: .5;
}

.lead-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(32px);
    opacity: .5;
    animation: leadFloat 10s ease-in-out infinite;
}

.lead-blob-1 {
    width: 360px;
    height: 360px;
    top: -120px;
    right: -100px;
    background: radial-gradient(circle, rgba(4, 80, 80, .18), transparent 70%);
}

.lead-blob-2 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: -100px;
    background: radial-gradient(circle, rgba(248, 183, 57, .14), transparent 70%);
    animation-delay: 2s;
}

.lead-blob-3 {
    width: 200px;
    height: 200px;
    top: 40%;
    left: 6%;
    background: radial-gradient(circle, rgba(6, 115, 115, .16), transparent 70%);
    animation-delay: 4s;
}

.lead-gear {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(4, 80, 80, .10);
    border: 2px solid rgba(4, 80, 80, .08);
    border-radius: 24px;
    animation: leadFloat 8s ease-in-out infinite;
}

.lead-gear-1 {
    width: 72px;
    height: 72px;
    top: 16%;
    right: 3%;
    font-size: 32px;
    transform: rotate(12deg);
}

.lead-gear-2 {
    width: 54px;
    height: 54px;
    bottom: 14%;
    left: 3%;
    font-size: 24px;
    transform: rotate(-14deg);
    animation-delay: 2.5s;
    color: rgba(248, 183, 57, .38);
    border-color: rgba(248, 183, 57, .25);
}

@keyframes leadFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(8deg); }
}

/* ---------- Section Heading ---------- */

.lead-heading-wrap {
    position: relative;
    z-index: 2;
}

.lead-label {
    display: inline-flex;
    align-items: center;
    padding: 9px 22px;
    border-radius: 50px;
    background: linear-gradient(135deg, #045050, #067373);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(4, 80, 80, .28);
    margin-bottom: 22px;
}

.lead-label i {
    color: #F8B739;
}

.lead-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #045050;
    line-height: 1.15;
    letter-spacing: .5px;
    margin: 0 0 18px;
    text-shadow: 0 2px 12px rgba(4, 80, 80, .08);
}

/* Animated underline */

.lead-underline {
    display: block;
    width: 120px;
    height: 5px;
    margin: 0 auto 26px;
    border-radius: 6px;
    background: linear-gradient(90deg, #045050, #F8B739, #067373);
    background-size: 200% 100%;
    animation: leadUnderline 3.5s ease-in-out infinite;
    box-shadow: 0 4px 14px rgba(248, 183, 57, .35);
}

@keyframes leadUnderline {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.lead-subtitle {
    max-width: 720px;
    margin: 0 auto;
    color: #567A6B;
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: .2px;
}

/* ---------- Secretary Card ---------- */

.secretary-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 20px 55px rgba(2, 40, 34, .10);
    border: 1px solid rgba(4, 80, 80, .10);
    transition: box-shadow .4s ease, transform .4s ease;
    z-index: 2;
}

.secretary-card:hover {
    box-shadow: 0 30px 70px rgba(2, 40, 34, .16);
    transform: translateY(-4px);
}

.secretary-media {
    position: relative;
    height: 540px;
    min-height: 420px;
    margin: 26px;
    border-radius: 32px;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow:
        0 30px 70px rgba(2, 40, 34, .18),
        0 8px 24px rgba(2, 40, 34, .08),
        inset 0 0 0 1px rgba(4, 80, 80, .05);
    z-index: 1;
}

/* Decorative background elements behind the frame */

.secretary-media::before {
    content: '';
    position: absolute;
    inset: -18px;
    z-index: -1;
    border-radius: 38px;
    background: #C8965D;
    opacity: .9;
    filter: blur(6px);
}

/* Gold glow corner */

.secretary-media::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(248, 183, 57, .35), transparent 70%);
    pointer-events: none;
    transition: transform .5s ease;
}

/* Gradient frame accent (green + gold) */

.secretary-media .secretary-frame {
    display: none;
}

.secretary-image {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center;
    border-radius: 26px;
    transition: transform .5s ease, box-shadow .5s ease;
}

.secretary-card:hover .secretary-image {
    transform: scale(1.04);
}

.secretary-body {
    position: relative;
}

.message-label {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #045050, #067373);
    color: #fff;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    box-shadow: 0 8px 22px rgba(4, 80, 80, .25);
}

.message-label i {
    color: #F8B739;
}

.secretary-card h4 {
    font-weight: 800;
    color: #045050;
    font-size: 22px;
    margin-bottom: 6px;
}

.secretary-role {
    color: #198754;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
}

.message-text {
    color: #567A6B;
    line-height: 1.9;
    font-size: 16px;
}

/* ---------- Leadership Cards ---------- */

.leader-card {
    position: relative;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(4, 80, 80, .10);
    border-radius: 24px;
    text-align: center;
    padding: 40px 24px 34px;
    box-shadow: 0 14px 40px rgba(2, 40, 34, .08);
    transition: transform .4s cubic-bezier(.2, .8, .2, 1), box-shadow .4s ease, border-color .4s ease;
    overflow: hidden;
    z-index: 2;
}

.leader-card::before {
    content: '';
    position: absolute;
    top: -70px;
    right: -70px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(4, 80, 80, .08), transparent 70%);
    pointer-events: none;
    transition: transform .5s ease;
}

.leader-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(2, 40, 34, .16);
    border-color: rgba(4, 80, 80, .22);
}

.leader-card:hover::before {
    transform: scale(1.5);
}

.leader-photo {
    position: relative;
    width: 170px;
    height: 170px;
    margin: 0 auto 22px;
}

.leader-photo::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px dashed rgba(4, 80, 80, .25);
    animation: leadSpin 18s linear infinite;
}

@keyframes leadSpin {
    to { transform: rotate(360deg); }
}

.leader-img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid #fff;
    box-shadow: 0 12px 30px rgba(2, 40, 34, .18);
    transition: transform .5s ease;
}

.leader-card:hover .leader-img {
    transform: scale(1.06);
}

.leader-body h4 {
    color: #045050;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.35;
}

.leader-role {
    display: inline-flex;
    align-items: center;
    color: #198754;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .2px;
}

.btn-success {
    background: #045050;
    border-color: #045050;
}

.btn-success:hover {
    background: #198754;
    border-color: #198754;
}

/* ---------- Responsive ---------- */

@media(max-width:1199px) {
    .secretary-media,
    .secretary-image { min-height: 420px; height: 500px; }
}

@media(max-width:991px) {
    .leadership-section { padding: 80px 0; }
    .secretary-media,
    .secretary-image { min-height: 380px; height: 420px; }
    .leader-card { padding: 34px 20px 30px; }
}

@media(max-width:767px) {
    .leadership-section { padding: 70px 0; }
    .secretary-media,
    .secretary-image { min-height: 320px; height: 360px; margin: 20px; }
    .lead-subtitle { font-size: 16px; }
    .leader-photo,
    .leader-img { width: 150px; height: 150px; }
    .lead-blob-1 { width: 260px; height: 260px; }
    .lead-blob-2 { width: 220px; height: 220px; }
    .lead-gear-1 { width: 58px; height: 58px; font-size: 26px; }
    .lead-gear-2 { display: none; }
}

@media(max-width:575px) {
    .leadership-section { padding: 60px 0; }
    .secretary-media,
    .secretary-image { min-height: 280px; height: 320px; margin: 16px; border-radius: 26px; }
    .leader-card h4 { font-size: 20px; }
    .leader-photo,
    .leader-img { width: 140px; height: 140px; }
}

/*video gallery*/
/*==========================================
Video Gallery
==========================================*/

.video-gallery-section {

    background: #f8fafc;
    padding: 90px 0;

}

/* Heading */

.section-badge {

    display: inline-block;
    background: #e8f6ef;
    color: #198754;
    padding: 8px 22px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;

}

.section-title {

    font-size:24px;
    font-weight: 700;
    color: #045050;
    margin-bottom:10px;

}

.section-subtitle {

    color: #6c757d;
    font-size: 17px;
    line-height: 1.8;
    max-width: 650px;
    margin: auto;

}

/* Card */

.video-card {

    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .35s;
    height: 100%;

}

.video-card:hover {

    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .15);

}

.video-frame {

    overflow: hidden;

}

.video-frame iframe {

    border: 0;
    width: 100%;
    height: 100%;

}

.video-content {

    padding: 20px;

}

.video-content h5 {

    color: #045050;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;

}

/* Responsive */

@media(max-width:991px) {

    .section-title {

        font-size:24px;

    }

}

@media(max-width:767px) {

    .video-gallery-section {

        padding: 70px 0;

    }

    .section-title {

        font-size:24px;

    }

    .video-content {

        padding: 18px;

    }

}

/*events gallery*/
/*==================================
Events Section - Premium 2026 Government Showcase
==================================*/

.events-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #F3F9F6 0%, #ffffff 100%);
}

/* ---------- Decorative Background Shapes ---------- */

.event-bg-decors {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.event-bg-decors::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(4, 80, 80, .05) 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: .5;
}

.event-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(32px);
    opacity: .5;
    animation: eventFloat 10s ease-in-out infinite;
}

.event-blob-1 {
    width: 360px;
    height: 360px;
    top: -120px;
    left: -100px;
    background: radial-gradient(circle, rgba(4, 80, 80, .18), transparent 70%);
}

.event-blob-2 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: -100px;
    background: radial-gradient(circle, rgba(248, 183, 57, .14), transparent 70%);
    animation-delay: 2s;
}

.event-blob-3 {
    width: 200px;
    height: 200px;
    top: 42%;
    right: 6%;
    background: radial-gradient(circle, rgba(52, 158, 71, .12), transparent 70%);
    animation-delay: 4s;
}

.event-gear {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(4, 80, 80, .10);
    border: 2px solid rgba(4, 80, 80, .08);
    border-radius: 24px;
    animation: eventFloat 8s ease-in-out infinite;
}

.event-gear-1 {
    width: 72px;
    height: 72px;
    top: 16%;
    right: 3%;
    font-size: 32px;
    transform: rotate(12deg);
}

.event-gear-2 {
    width: 54px;
    height: 54px;
    bottom: 14%;
    left: 3%;
    font-size: 24px;
    transform: rotate(-14deg);
    animation-delay: 2.5s;
    color: rgba(248, 183, 57, .38);
    border-color: rgba(248, 183, 57, .25);
}

@keyframes eventFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(6deg); }
}

/* ---------- Hero Header ---------- */

.events-header {
    position: relative;
    padding: 110px 0 40px;
    z-index: 2;
}

.events-header .container {
    position: relative;
    z-index: 2;
}

/* ---------- Section Heading ---------- */

.event-heading-wrap {
    position: relative;
    z-index: 2;
}

.event-label {
    display: inline-flex;
    align-items: center;
    padding: 9px 22px;
    border-radius: 50px;
    background: linear-gradient(135deg, #045050, #067373);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(4, 80, 80, .28);
    margin-bottom: 22px;
}

.event-label i {
    color: #F8B739;
}

.event-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #045050;
    line-height: 1.15;
    letter-spacing: .5px;
    margin: 0 0 18px;
    text-shadow: 0 2px 12px rgba(4, 80, 80, .08);
}

/* Animated underline */

.event-underline {
    display: block;
    width: 120px;
    height: 5px;
    margin: 0 auto 26px;
    border-radius: 6px;
    background: linear-gradient(90deg, #045050, #F8B739, #067373);
    background-size: 200% 100%;
    animation: eventUnderline 3.5s ease-in-out infinite;
    box-shadow: 0 4px 14px rgba(248, 183, 57, .35);
}

@keyframes eventUnderline {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.event-subtitle {
    max-width: 720px;
    margin: 0 auto;
    color: #567A6B;
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: .2px;
}

/* ---------- Event Cards ---------- */

.event-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(4, 80, 80, .10);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(2, 40, 34, .08);
    transition: transform .4s cubic-bezier(.2, .8, .2, 1), box-shadow .4s ease, border-color .4s ease;
    z-index: 2;
    height: 100%;
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(2, 40, 34, .16);
    border-color: rgba(52, 158, 71, .35);
}

/* Decorative glow */

.event-card-glow {
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(52, 158, 71, .10), transparent 70%);
    top: -60px;
    right: -60px;
    pointer-events: none;
    transition: transform .5s ease;
    z-index: 0;
}

.event-card:hover .event-card-glow {
    transform: scale(1.6);
    background: radial-gradient(circle, rgba(52, 158, 71, .16), transparent 70%);
}

/* ---------- Event Image ---------- */

.event-image {
    position: relative;
    height: 300px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .6s ease;
}

.event-card:hover .event-image img {
    transform: scale(1.08);
}

/* ---------- Event Content ---------- */

.event-content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 24px 24px 26px;
    z-index: 1;
}

/* Meta */

.event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.event-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #E7F6EF, #F3F9F6);
    color: #198754;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
    border: 1px solid rgba(25, 135, 84, .12);
}

.event-meta-item i {
    font-size: 11px;
    color: #045050;
}

/* Title */

.event-content h5 {
    color: #045050;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 19px;
    letter-spacing: .2px;
}

/* Description */

.event-content p {
    color: #567A6B;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
    flex: 1 1 auto;
}

/* ---------- Event Button ---------- */

.event-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 50px;
    background: linear-gradient(135deg, #C8965D, #F8B739);
    color: #05361C;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .3px;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(248, 183, 57, .30);
    transition: all .35s ease;
    align-self: flex-start;
}

.event-btn i {
    transition: transform .35s ease;
}

.event-btn:hover {
    color: #fff;
    background: linear-gradient(135deg, #045050, #067373);
    box-shadow: 0 12px 28px rgba(4, 80, 80, .30);
    transform: translateY(-3px);
    text-decoration: none;
}

.event-btn:hover i {
    transform: translateX(5px);
}

/* ---------- Focus States (Accessibility) ---------- */

.event-btn:focus-visible,
.event-card .event-image img:focus-visible {
    outline: 3px solid #F8B739;
    outline-offset: 2px;
}

/* ---------- Responsive ---------- */

@media(max-width:1199px) {
    .event-image { height: 280px; }
}

@media(max-width:991px) {
    .events-header { padding: 80px 0 30px; }
    .event-image { height: 240px; }
}

@media(max-width:767px) {
    .events-header { padding: 70px 0 20px; }
    .event-subtitle { font-size: 16px; }
    .event-blob-1 { width: 250px; height: 250px; }
    .event-blob-2 { width: 220px; height: 220px; }
    .event-gear-1 { width: 58px; height: 58px; font-size: 26px; }
    .event-gear-2 { display: none; }
    .event-image { height: 220px; }
}

@media(max-width:575px) {
    .events-header { padding: 60px 0 10px; }
    .event-title { letter-spacing: .2px; }
    .event-content { padding: 20px 18px 22px; }
    .event-image { height: 220px; }
}

/*team section*/
/*=========================================
Team Section - Premium 2026 Leadership Showcase
=========================================*/

.team-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #F3F9F6 100%);
    overflow: hidden;
}

/* ---------- Decorative Background Shapes ---------- */

.team-bg-decors {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.team-bg-decors::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(4, 80, 80, .05) 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: .5;
}

.team-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(32px);
    opacity: .5;
    animation: teamFloat 10s ease-in-out infinite;
}

.team-blob-1 {
    width: 360px;
    height: 360px;
    top: -120px;
    left: -100px;
    background: radial-gradient(circle, rgba(4, 80, 80, .18), transparent 70%);
}

.team-blob-2 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: -100px;
    background: radial-gradient(circle, rgba(248, 183, 57, .14), transparent 70%);
    animation-delay: 2s;
}

.team-blob-3 {
    width: 200px;
    height: 200px;
    top: 42%;
    right: 6%;
    background: radial-gradient(circle, rgba(52, 158, 71, .12), transparent 70%);
    animation-delay: 4s;
}

.team-gear {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(4, 80, 80, .10);
    border: 2px solid rgba(4, 80, 80, .08);
    border-radius: 24px;
    animation: teamFloat 8s ease-in-out infinite;
}

.team-gear-1 {
    width: 72px;
    height: 72px;
    top: 16%;
    right: 3%;
    font-size: 32px;
    transform: rotate(12deg);
}

.team-gear-2 {
    width: 54px;
    height: 54px;
    bottom: 14%;
    left: 3%;
    font-size: 24px;
    transform: rotate(-14deg);
    animation-delay: 2.5s;
    color: rgba(248, 183, 57, .38);
    border-color: rgba(248, 183, 57, .25);
}

@keyframes teamFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(6deg); }
}

/* ---------- Section Heading ---------- */

.team-heading-wrap {
    position: relative;
    z-index: 2;
}

.team-label {
    display: inline-flex;
    align-items: center;
    padding: 9px 22px;
    border-radius: 50px;
    background: linear-gradient(135deg, #045050, #067373);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(4, 80, 80, .28);
    margin-bottom: 22px;
}

.team-label i {
    color: #F8B739;
}

.team-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #045050;
    line-height: 1.15;
    letter-spacing: .5px;
    margin: 0 0 18px;
    text-shadow: 0 2px 12px rgba(4, 80, 80, .08);
}

/* Animated underline */

.team-underline {
    display: block;
    width: 120px;
    height: 5px;
    margin: 0 auto 26px;
    border-radius: 6px;
    background: linear-gradient(90deg, #044A42, #349E47, #F8B739);
    background-size: 200% 100%;
    animation: teamUnderline 3.5s ease-in-out infinite;
    box-shadow: 0 4px 14px rgba(52, 158, 71, .35);
}

@keyframes teamUnderline {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.team-subtitle {
    max-width: 720px;
    margin: 0 auto;
    color: #567A6B;
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: .2px;
}

/* ---------- Team Card ---------- */

.team-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(4, 80, 80, .10);
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 14px 40px rgba(2, 40, 34, .08);
    transition: transform .4s cubic-bezier(.2, .8, .2, 1), box-shadow .4s ease, border-color .4s ease;
    z-index: 2;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(2, 40, 34, .16);
    border-color: rgba(52, 158, 71, .35);
}

/* Decorative glow */

.team-card-glow {
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(52, 158, 71, .10), transparent 70%);
    top: -60px;
    right: -60px;
    pointer-events: none;
    transition: transform .5s ease;
    z-index: 0;
}

.team-card:hover .team-card-glow {
    transform: scale(1.6);
    background: radial-gradient(circle, rgba(52, 158, 71, .16), transparent 70%);
}

/* ---------- Photo (Circular, matching leader-card) ---------- */

.team-photo {
    position: relative;
    width: 170px;
    height: 170px;
    margin: 34px auto 22px;
    flex-shrink: 0;
    z-index: 1;
}

.team-photo::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px dashed rgba(4, 80, 80, .25);
    animation: teamOrbitSpin 18s linear infinite;
}

@keyframes teamOrbitSpin {
    to { transform: rotate(360deg); }
}

.team-img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    display: block;
    border: 6px solid #fff;
    box-shadow: 0 12px 30px rgba(2, 40, 34, .18);
    transition: transform .5s ease, box-shadow .5s ease;
}

.team-card:hover .team-img {
    transform: scale(1.06);
    box-shadow: 0 16px 36px rgba(52, 158, 71, .30);
}

/* ---------- Content (Equal Spacing) ---------- */

.team-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto;
    padding: 26px 24px 30px;
    z-index: 1;
}

.team-category {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #E7F6EF, #F3F9F6);
    color: #198754;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
    margin-bottom: 14px;
    border: 1px solid rgba(25, 135, 84, .12);
}

.team-name {
    font-size: 22px;
    color: #045050;
    font-weight: 800;
    margin-bottom: 8px;
    margin-top: 0;
    line-height: 1.35;
    letter-spacing: .2px;
}

.team-role {
    display: inline-flex;
    align-items: center;
    color: #349E47;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .3px;
    margin-bottom: 14px;
}

.team-divider {
    display: block;
    width: 60px;
    height: 3px;
    margin: 0 auto 18px;
    border-radius: 3px;
    background: linear-gradient(90deg, #045050, #349E47);
}

/* ---------- Social ---------- */

.team-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
}

.team-social a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f3f6f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #045050;
    transition: all .3s ease;
    box-shadow: 0 4px 12px rgba(2, 40, 34, .06);
}

.team-social a:hover {
    background: linear-gradient(135deg, #045050, #067373);
    color: #F8B739;
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(4, 80, 80, .28);
}

/* ---------- Team Button ---------- */

.team-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 38px;
    border-radius: 50px;
    background: linear-gradient(135deg, #C8965D, #F8B739);
    color: #05361C;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .3px;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(248, 183, 57, .30);
    transition: all .35s ease;
}

.team-btn i {
    transition: transform .35s ease;
}

.team-btn:hover {
    color: #fff;
    background: linear-gradient(135deg, #045050, #067373);
    box-shadow: 0 16px 34px rgba(4, 80, 80, .32);
    transform: translateY(-3px);
    text-decoration: none;
}

.team-btn:hover i {
    transform: translateX(6px);
}

/* ---------- Responsive ---------- */

@media(max-width:1199px) {
    .team-photo,
    .team-img { width: 160px; height: 160px; }
}

@media(max-width:991px) {
    .team-section { padding: 80px 0; }
    .team-card { margin-bottom: 0; }
    .team-photo,
    .team-img { width: 160px; height: 160px; }
}

@media(max-width:767px) {
    .team-section { padding: 70px 0; }
    .team-subtitle { font-size: 16px; }
    .team-blob-1 { width: 240px; height: 240px; }
    .team-blob-2 { width: 220px; height: 220px; }
    .team-gear-1 { width: 58px; height: 58px; font-size: 26px; }
    .team-gear-2 { display: none; }
    .team-photo,
    .team-img { width: 150px; height: 150px; }
}

@media(max-width:575px) {
    .team-section { padding: 60px 0; }
    .team-photo,
    .team-img { width: 150px; height: 150px; }
    .team-name { font-size: 20px; }
    .team-content { padding: 22px 20px 26px; }
}

.faq-section {
    background: #f8fafc;
    padding: 90px 0;
}

.section-badge {
    display: inline-block;
    background: #e7f6ef;
    color: #198754;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
}

.section-title {
    color: #045050;
    font-weight: 700;
    font-size:24px;
    margin: 10px 0 10px;
}

.section-subtitle {
    color: #6c757d;
    max-width: 650px;
    margin: auto;
}

.faq-sidebar {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.category-item {
    cursor: pointer;
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    transition: .3s;
    font-weight: 500;
}

.category-item:hover {
    background: #045050;
    color: #fff;
}

.category-item.active {
    background: #198754;
    color: #fff;
}

.faq-wrapper {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

#categoryTitle {
    color: #045050;
    font-weight: 700;
    margin-bottom: 25px;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.accordion-button {
    background: #f7f7f7;
    color: #045050;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background: #045050;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    line-height: 1.8;
    color: #555;
}

@media(max-width:991px) {

    .faq-sidebar {
        margin-bottom: 30px;
    }

    .section-title {
        font-size:24px;
    }

}

/*==========================
Advertisement Section - Premium 2026 Government UI
==========================*/

.advertisement-section {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #F3F9F6 100%);
    padding: 100px 0;
    overflow: hidden;
}

/* ---------- Decorative Background Shapes ---------- */

.advert-bg-decors {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.advert-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(34px);
    opacity: .5;
    animation: advertFloat 10s ease-in-out infinite;
}

.advert-blob-1 {
    width: 360px;
    height: 360px;
    top: -120px;
    left: -110px;
    background: radial-gradient(circle, rgba(4, 80, 80, .18), transparent 70%);
}

.advert-blob-2 {
    width: 320px;
    height: 320px;
    bottom: -120px;
    right: -110px;
    background: radial-gradient(circle, rgba(248, 183, 57, .14), transparent 70%);
    animation-delay: 2.5s;
}

.advert-blob-3 {
    width: 190px;
    height: 190px;
    top: 38%;
    right: 6%;
    background: radial-gradient(circle, rgba(6, 115, 115, .16), transparent 70%);
    animation-delay: 4s;
}

.advert-gear {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(4, 80, 80, .10);
    border: 2px solid rgba(4, 80, 80, .08);
    border-radius: 24px;
    animation: advertFloat 8s ease-in-out infinite;
}

.advert-gear-1 {
    width: 74px;
    height: 74px;
    top: 18%;
    left: 3%;
    font-size: 34px;
    transform: rotate(-12deg);
}

.advert-gear-2 {
    width: 56px;
    height: 56px;
    bottom: 16%;
    right: 3%;
    font-size: 26px;
    transform: rotate(12deg);
    animation-delay: 2s;
    color: rgba(248, 183, 57, .38);
    border-color: rgba(248, 183, 57, .25);
}

@keyframes advertFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(8deg); }
}

/* ---------- Section Heading ---------- */

.advert-heading-wrap {
    position: relative;
    z-index: 2;
}

.advert-label {
    display: inline-flex;
    align-items: center;
    padding: 9px 22px;
    border-radius: 50px;
    background: linear-gradient(135deg, #045050, #067373);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(4, 80, 80, .28);
    margin-bottom: 22px;
}

.advert-label i {
    color: #F8B739;
}

.advert-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #045050;
    line-height: 1.15;
    letter-spacing: .5px;
    margin: 0 0 18px;
    text-shadow: 0 2px 12px rgba(4, 80, 80, .08);
}

/* Animated underline */

.advert-underline {
    display: block;
    width: 120px;
    height: 5px;
    margin: 0 auto 26px;
    border-radius: 6px;
    background: linear-gradient(90deg, #045050, #F8B739, #067373);
    background-size: 200% 100%;
    animation: advertUnderline 3.5s ease-in-out infinite;
    box-shadow: 0 4px 14px rgba(248, 183, 57, .35);
}

@keyframes advertUnderline {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.advert-subtitle {
    max-width: 720px;
    margin: 0 auto;
    color: #567A6B;
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: .2px;
}

/* ---------- Card ---------- */

.advert-card {
    position: relative;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(4, 80, 80, .10);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(2, 40, 34, .08);
    transition: transform .4s cubic-bezier(.2, .8, .2, 1), box-shadow .4s ease, border-color .4s ease;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.advert-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(2, 40, 34, .16);
    border-color: rgba(4, 80, 80, .22);
}

/* ---------- Header ---------- */

.advert-header {
    background: linear-gradient(135deg, #045050, #067373);
    color: #fff;
    text-align: center;
    padding: 30px 24px;
    position: relative;
    overflow: hidden;
}

.advert-header::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    pointer-events: none;
    transition: transform .5s ease;
}

.advert-card:hover .advert-header::after {
    transform: scale(1.5);
}

.advert-header-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .10);
}

.advert-header-icon i {
    font-size: 30px;
    color: #F8B739;
}

.advert-header h4 {
    margin: 0 0 10px;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: .3px;
}

.advert-header-chip {
    display: inline-block;
    padding: 5px 16px;
    border-radius: 50px;
    background: rgba(248, 183, 57, .18);
    border: 1px solid rgba(248, 183, 57, .35);
    color: #F8B739;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}

/* ---------- Body ---------- */

.advert-body {
    padding: 24px 26px;
    flex: 1;
}

.advert-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(4, 80, 80, .08);
    transition: transform .3s ease;
}

.advert-item:hover {
    transform: translateX(5px);
}

.advert-item:last-child {
    border-bottom: none;
}

.advert-date {
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, #045050, #067373);
    color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(4, 80, 80, .22);
}

.advert-date span {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.advert-date small {
    font-size: 12px;
    margin-top: 3px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #F8B739;
}

.advert-content {
    flex: 1;
    display: flex;
    align-items: center;
}

.advert-content a {
    color: #2C3E50;
    text-decoration: none;
    font-weight: 600;
    transition: color .3s ease;
    line-height: 1.6;
    font-size: 15px;
}

.advert-content a:hover {
    color: #198754;
}

/* ---------- Footer ---------- */

.advert-footer {
    padding: 20px 24px;
    text-align: center;
    border-top: 1px solid rgba(4, 80, 80, .08);
    background: rgba(248, 250, 252, .6);
}

.advert-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 50px;
    background: linear-gradient(135deg, #C8965D, #F8B739);
    color: #05361C;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .3px;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(248, 183, 57, .30);
    transition: all .35s ease;
}

.advert-btn i {
    transition: transform .35s ease;
}

.advert-btn:hover {
    color: #fff;
    background: linear-gradient(135deg, #045050, #067373);
    box-shadow: 0 12px 28px rgba(4, 80, 80, .30);
    transform: translateY(-3px);
    text-decoration: none;
}

.advert-btn:hover i {
    transform: translateX(5px);
}

/* ---------- Responsive ---------- */

@media (max-width:991px) {
    .advertisement-section { padding: 80px 0; }
    .advert-card { margin-bottom: 0; }
}

@media (max-width:768px) {
    .advertisement-section { padding: 70px 0; }
    .advert-subtitle { font-size: 16px; }
    .advert-blob-1 { width: 260px; height: 260px; }
    .advert-blob-2 { width: 220px; height: 220px; }
    .advert-gear-1 { width: 58px; height: 58px; font-size: 26px; }
    .advert-gear-2 { display: none; }
}

@media (max-width:575px) {
    .advertisement-section { padding: 60px 0; }
    .advert-header { padding: 26px 20px; }
    .advert-body { padding: 20px; }
    .advert-footer { padding: 16px 20px; }
}

/*======================================================
About Section - Premium 2026 Government UI
======================================================*/

.about-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, #F8FAFC 0%, #F3F9F6 100%);
    overflow: hidden;
}

/* ---------- Decorative Background Shapes ---------- */

.about-bg-decors {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.about-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(30px);
    opacity: .55;
    animation: aboutFloat 9s ease-in-out infinite;
}

.about-blob-1 {
    width: 340px;
    height: 340px;
    top: -110px;
    right: -80px;
    background: radial-gradient(circle, rgba(4, 80, 80, .20), transparent 70%);
}

.about-blob-2 {
    width: 300px;
    height: 300px;
    bottom: -90px;
    left: -90px;
    background: radial-gradient(circle, rgba(248, 183, 57, .18), transparent 70%);
    animation-delay: 1.5s;
}

.about-blob-3 {
    width: 180px;
    height: 180px;
    top: 42%;
    left: 5%;
    background: radial-gradient(circle, rgba(6, 115, 115, .14), transparent 70%);
    animation-delay: 3s;
}

.about-gear {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(4, 80, 80, .10);
    border: 2px solid rgba(4, 80, 80, .08);
    border-radius: 24px;
    animation: aboutFloat 8s ease-in-out infinite;
}

.about-gear-1 {
    width: 74px;
    height: 74px;
    top: 18%;
    left: 2%;
    font-size: 34px;
    transform: rotate(-12deg);
}

.about-gear-2 {
    width: 56px;
    height: 56px;
    bottom: 16%;
    right: 4%;
    font-size: 26px;
    transform: rotate(14deg);
    animation-delay: 2s;
    color: rgba(248, 183, 57, .35);
    border-color: rgba(248, 183, 57, .25);
}

@keyframes aboutFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(6deg); }
}

/* ---------- Section Heading ---------- */

.about-heading-wrap {
    position: relative;
    z-index: 2;
}

.about-label {
    display: inline-flex;
    align-items: center;
    padding: 9px 22px;
    border-radius: 50px;
    background: linear-gradient(135deg, #045050, #067373);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(4, 80, 80, .28);
    margin-bottom: 22px;
}

.about-label i {
    color: #F8B739;
}

.about-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #045050;
    line-height: 1.15;
    letter-spacing: .5px;
    margin: 0 0 18px;
    text-shadow: 0 2px 12px rgba(4, 80, 80, .08);
}

.text-gradient {
    background: linear-gradient(135deg, #045050 0%, #067373 45%, #F8B739 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    position: relative;
}

/* Animated underline */

.about-underline {
    display: block;
    width: 120px;
    height: 5px;
    margin: 0 auto 26px;
    border-radius: 6px;
    background: linear-gradient(90deg, #045050, #F8B739, #067373);
    background-size: 200% 100%;
    animation: aboutUnderline 3.5s ease-in-out infinite;
    box-shadow: 0 4px 14px rgba(248, 183, 57, .35);
}

@keyframes aboutUnderline {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.about-subtitle {
    max-width: 720px;
    margin: 0 auto;
    color: #567A6B;
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: .2px;
}

/* ---------- About Cards ---------- */

.about-card {
    position: relative;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(4, 80, 80, .10);
    border-radius: 22px;
    padding: 40px 28px 34px;
    height: 100%;
    text-align: center;
    box-shadow: 0 12px 40px rgba(2, 40, 34, .08);
    transition: transform .4s cubic-bezier(.2, .8, .2, 1), box-shadow .4s ease, border-color .4s ease;
    overflow: hidden;
}

.about-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 26px 60px rgba(2, 40, 34, .16);
    border-color: rgba(4, 80, 80, .22);
}

/* Decorative glow dot */

.about-card-glow {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(4, 80, 80, .08), transparent 70%);
    top: -50px;
    right: -50px;
    pointer-events: none;
    transition: transform .5s ease;
}

.about-card:hover .about-card-glow {
    transform: scale(1.6);
}

/* Icon */

.about-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #045050, #349E47);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    box-shadow:
        0 14px 30px rgba(4, 80, 80, .30),
        inset 0 1px 0 rgba(255, 255, 255, .18);
    transition: transform .5s cubic-bezier(.2, .8, .2, 1), background .4s ease, box-shadow .4s ease;
}

.about-icon i {
    transition: color .4s ease;
    text-shadow: 0 2px 8px rgba(2, 40, 34, .25);
}

/* Alternating backgrounds (auto via nth-child) */

.isotope-item:nth-child(even) .about-icon {
    background: linear-gradient(135deg, #C8965D, #F8B739);
    box-shadow:
        0 14px 30px rgba(248, 183, 57, .32),
        inset 0 1px 0 rgba(255, 255, 255, .22);
}

/* Hover reversal */

.about-card:hover .about-icon {
    transform: rotateY(180deg) scale(1.08);
}

.isotope-item:nth-child(odd) .about-card:hover .about-icon {
    background: linear-gradient(135deg, #C8965D, #F8B739);
    box-shadow:
        0 18px 38px rgba(248, 183, 57, .42),
        inset 0 1px 0 rgba(255, 255, 255, .22);
}

.isotope-item:nth-child(even) .about-card:hover .about-icon {
    background: linear-gradient(135deg, #045050, #349E47);
    box-shadow:
        0 18px 38px rgba(4, 80, 80, .42),
        inset 0 1px 0 rgba(255, 255, 255, .18);
}

/* Title */

.about-card h4 {
    color: #045050;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.35;
    letter-spacing: .2px;
}

/* Description */

.about-card p {
    color: #567A6B;
    line-height: 1.85;
    min-height: 90px;
    font-size: 15px;
}

/* Link */

.read-more {
    display: inline-flex;
    align-items: center;
    color: #C8965D;
    font-weight: 700;
    text-decoration: none;
    margin-top: 8px;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(200, 150, 93, .10);
    border: 1px solid rgba(200, 150, 93, .25);
    transition: all .35s ease;
}

.read-more span {
    font-size: 14px;
    letter-spacing: .3px;
}

.read-more i {
    transition: transform .35s ease;
    font-size: 13px;
}

.read-more:hover {
    color: #fff;
    background: linear-gradient(135deg, #045050, #067373);
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(4, 80, 80, .28);
    transform: translateY(-2px);
}

.read-more:hover i {
    transform: translateX(5px);
}

/* ---------- Responsive ---------- */

@media(max-width:991px) {
    .about-section { padding: 80px 0; }
    .about-card { padding: 34px 24px 30px; }
}

@media(max-width:767px) {
    .about-section { padding: 70px 0; }
    .about-subtitle { font-size: 16px; }
    .about-card { padding: 32px 22px 28px; }
    .about-blob-1 { width: 240px; height: 240px; }
    .about-blob-2 { width: 220px; height: 220px; }
    .about-gear-1 { width: 60px; height: 60px; font-size: 28px; }
    .about-gear-2 { display: none; }
}

@media(max-width:575px) {
    .about-section { padding: 60px 0; }
    .about-title { letter-spacing: .2px; }
    .about-icon { width: 82px; height: 82px; font-size: 32px; }
    .about-card h4 { font-size: 20px; }
}


/*slider*/
/*=================================================
Hero Slider - Premium Government Design
=================================================*/

.hero-section {

    position: relative;

    overflow: hidden;

}

.heroSwiper {

    width: 100%;

    height: 700px;

}

.swiper-slide {

    position: relative;

}

.slider-image {

    width: 100%;

    height: 700px;

    object-fit: cover;

    filter: saturate(1.05) contrast(1.02);

}

/* Glassmorphism content panel - bottom left */
.hero-section .slider-content,
.heroSwiper .slider-content,
.swiper-slide .slider-content {

    position: absolute !important;

    left: 5% !important;

    right: auto !important;

    top: auto !important;

    bottom: 8% !important;

    width: 40% !important;

    max-width: 560px !important;

    margin: 0 !important;

    text-align: left !important;

    z-index: 10;

    color: #fff;

    padding: 38px 42px;

    

   

    /*
border: 1px solid rgba(255, 255, 255, 0.22);
border-radius: 24px;
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
background: rgba(255, 255, 255, 0.12);
*/
    
   

    text-shadow: 0 24px 60px rgba(0, 40, 25, 0.28);

    animation: fadeUpIn .9s ease both;

}

/* Entrance animation */
@keyframes fadeUpIn {

    from {

        opacity: 0;

        transform: translateY(40px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}

/* Badge */
.hero-badge {

    display: inline-flex;

    align-items: center;

    background: linear-gradient(135deg, #C8965D, #F8B739);

    color: #05361C;

    padding: 9px 22px;

    border-radius: 50px;

    font-size: 13px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1.5px;

    margin-bottom: 22px;

    box-shadow: 0 8px 22px rgba(200, 150, 93, .35);

    animation: fadeUpIn .9s ease .1s both;

}

.hero-badge i {

    font-size: 14px;

}

/* Title */
.hero-section .hero-title,
.heroSwiper .hero-title,
.swiper-slide .hero-title {

    font-size:38px !important;

    line-height: 1.18;

    font-weight: 800;

    margin-bottom: 18px;

    color: #fff;

    letter-spacing: .5px;

    text-shadow: 0 4px 16px rgba(0, 40, 25, .45);

    animation: fadeUpIn .9s ease .2s both;

}

/* Subtitle */
.hero-section .hero-text,
.heroSwiper .hero-text,
.swiper-slide .hero-text {
    text-shadow: 0 24px 60px rgba(0, 40, 25, 0.28) !important;

    font-size: 17px;

    line-height: 1.85;

    margin-bottom: 32px;

    color: #f4faf7;

    font-weight: 400;

    text-shadow: 0 2px 10px rgba(0, 40, 25, .4);

    animation: fadeUpIn .9s ease .3s both;

}

/* Button */
.hero-section .hero-btn,
.heroSwiper .hero-btn,
.swiper-slide .hero-btn {

    display: inline-flex;

    align-items: center;

    padding: 14px 34px;

    border-radius: 50px;

    font-weight: 700;

    font-size: 15px;

    letter-spacing: .4px;

    background: linear-gradient(135deg, #045050, #067373) !important;

    border: none;

    color: #fff;

    box-shadow: 0 12px 30px rgba(4, 80, 80, .35);

    transition: all .35s ease;

    animation: fadeUpIn .9s ease .4s both;

}

.hero-section .hero-btn:hover,
.heroSwiper .hero-btn:hover,
.swiper-slide .hero-btn:hover {

    transform: translateY(-4px);

    box-shadow: 0 18px 40px rgba(4, 80, 80, .45);

    background: linear-gradient(135deg, #198754, #045050) !important;

    color: #fff;

}

.hero-section .hero-btn i,
.heroSwiper .hero-btn i,
.swiper-slide .hero-btn i {

    transition: transform .35s ease;

}

.hero-section .hero-btn:hover i,
.heroSwiper .hero-btn:hover i,
.swiper-slide .hero-btn:hover i {

    transform: translateX(5px);

}

/*=====================
Navigation
=====================*/

.swiper-button-next,
.swiper-button-prev {

    width: 55px;

    height: 55px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .20);

    backdrop-filter: blur(8px);

    transition: .3s;

    color: #fff;

    box-shadow: 0 8px 20px rgba(0, 40, 25, .2);

}

.swiper-button-next {

    right: 30px;

}

.swiper-button-prev {

    left: 30px;

}

.swiper-button-next:hover,
.swiper-button-prev:hover {

    background: linear-gradient(135deg, #045050, #198754);

}

.swiper-button-next::before,
.swiper-button-prev::before {

    display: none !important;

}

.swiper-button-next::after,
.swiper-button-prev::after {

    font-size: 20px;

    font-weight: 700;

}

/*=====================
Pagination
=====================*/

.swiper-pagination-bullet {

    width: 12px;

    height: 12px;

    opacity: .5;

    background: #fff;

    box-shadow: 0 2px 6px rgba(0, 40, 25, .3);

}

.swiper-pagination-bullet-active {

    opacity: 1;

    background: #F8B739;

    width: 26px;

    border-radius: 8px;

    transition: width .3s ease;

}

/*=====================
Responsive
=====================*/

/* Tablet: content ~60% width */
@media(max-width:991px) {

    .heroSwiper,
    .slider-image {

        height: 600px;

    }

.hero-section .slider-content {

        width: 60% !important;

        left: 5% !important;

        right: auto !important;

        bottom: 6% !important;

        padding: 32px 34px;

    }

    .hero-section .hero-title {

        font-size: 34px !important;

    }

    .hero-section .hero-text {

        font-size: 16px;

    }

}

/* Mobile: content ~100% width, centered */
@media(max-width:768px) {

    .heroSwiper,
    .slider-image {

        height: 520px;

    }

.hero-section .slider-content {

        width: 90% !important;

        left: 5% !important;

        right: 5% !important;

        bottom: 5% !important;

        margin: 0 auto;

        padding: 26px 24px;

        border-radius: 18px;

    }

    .hero-section .hero-title {

        font-size: 26px !important;

    }

    .hero-section .hero-text {

        font-size: 15px;

        margin-bottom: 24px;

    }

.hero-section .hero-btn {

        padding: 12px 26px;

        font-size: 14px;

    }

    .swiper-button-next,
    .swiper-button-prev {

        display: none;

    }

}

@media(max-width:480px) {

    .heroSwiper,
    .slider-image {

        height: 480px;

    }

.hero-section .slider-content {

        width: 92% !important;

        left: 4% !important;

        right: 4% !important;

        padding: 22px 18px;

    }

    .hero-section .hero-badge {

        font-size: 11px;

        padding: 7px 16px;

        letter-spacing: 1px;

    }

    .hero-section .hero-title {

        font-size: 22px !important;

    }

    .hero-section .hero-text {

        font-size: 14px;

    }

}

/*aleternative background*/
.hero-section {
    background: #ffffff;
}

.advertisement-section {
    background: linear-gradient(180deg, #ffffff 0%, #F3F9F6 100%);
}

.about-section {
    background: linear-gradient(180deg, #F8FAFC 0%, #F3F9F6 100%);
}

.leadership-section {
    background: #ffffff;
}

.video-gallery-section {
    background: #F5FAFD;
}

.events-section {
    background: #F3F9F6;
}

.team-section {
    background: #ffffff;
}

.faq-section {
    background: #F8FAFC;
}

.bf-section {
    background: #ffffff;
}

/*modern card design*/

/*======================================================
Business Functions Section
======================================================*/

.bf-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #ffffff 0%, #F3F9F6 100%);
}

/* Section Heading - reuses existing .section-badge, .section-title, .section-subtitle */

/* Card */

.bf-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 40px 25px 30px;
    height: 100%;
    text-decoration: none;
    border: 1px solid rgba(4, 80, 80, .12);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
    transition: all .35s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.bf-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .14);
    border-color: rgba(4, 80, 80, .25);
    text-decoration: none;
}

/* Icon Container - Premium 2026 */

.bf-icon-wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #045050, #349E47); /* default green */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: background .4s ease, box-shadow .4s ease, transform .4s ease;
    flex-shrink: 0;
    box-shadow:
        0 14px 30px rgba(4, 80, 80, .30),
        inset 0 1px 0 rgba(255, 255, 255, .18);
}

.bf-icon-wrap i {
    font-size: 40px;
    color: #fff;
    transition: transform .4s ease;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(2, 40, 34, .25);
}

/* Alternating backgrounds (Green -> Gold -> Teal, auto via nth-child) */

.bf-grid > .col:nth-child(3n+2) .bf-icon-wrap {
    background: linear-gradient(135deg, #C8965D, #F8B739);
    box-shadow:
        0 14px 30px rgba(248, 183, 57, .32),
        inset 0 1px 0 rgba(255, 255, 255, .22);
}

.bf-grid > .col:nth-child(3n) .bf-icon-wrap {
    background: linear-gradient(135deg, #03658C, #0FA3B1);
    box-shadow:
        0 14px 30px rgba(15, 163, 177, .32),
        inset 0 1px 0 rgba(255, 255, 255, .20);
}

/* Card hover - enlarge icon (no rotation/distortion) */

.bf-card:hover .bf-icon-wrap {
    transform: scale(1.08);
}

.bf-card:hover .bf-icon-wrap i {
    transform: scale(1.05);
}

/* Hover rotation: Green -> Gold */

.bf-grid > .col:nth-child(3n+1) .bf-card:hover .bf-icon-wrap {
    background: linear-gradient(135deg, #C8965D, #F8B739);
    box-shadow:
        0 18px 38px rgba(248, 183, 57, .42),
        inset 0 1px 0 rgba(255, 255, 255, .22);
}

/* Hover rotation: Gold -> Teal */

.bf-grid > .col:nth-child(3n+2) .bf-card:hover .bf-icon-wrap {
    background: linear-gradient(135deg, #03658C, #0FA3B1);
    box-shadow:
        0 18px 38px rgba(15, 163, 177, .42),
        inset 0 1px 0 rgba(255, 255, 255, .20);
}

/* Hover rotation: Teal -> Green */

.bf-grid > .col:nth-child(3n) .bf-card:hover .bf-icon-wrap {
    background: linear-gradient(135deg, #045050, #349E47);
    box-shadow:
        0 18px 38px rgba(4, 80, 80, .42),
        inset 0 1px 0 rgba(255, 255, 255, .18);
}

/* Title */

.bf-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary, #045050);
    margin-bottom: 18px;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    transition: color .35s ease;
    font-family: 'Montserrat-Bold', sans-serif;
}

.bf-card:hover .bf-title {
    color: #198754;
}

/* Button */

.bf-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 26px;
    border-radius: 8px;
    background: #C8965D;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    transition: all .35s ease;
    letter-spacing: .3px;
    margin-top: auto;
    text-transform: uppercase;
}

.bf-btn i {
    font-size: 13px;
    transition: transform .35s ease;
}

.bf-card:hover .bf-btn {
    background: #198754;
    color: #fff;
    box-shadow: 0 4px 15px rgba(25, 135, 84, .35);
}

.bf-card:hover .bf-btn i {
    transform: translateX(4px);
}

/* Decorative circle */

.bf-card::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: rgba(4, 80, 80, .03);
    border-radius: 50%;
    right: -50px;
    top: -50px;
    pointer-events: none;
    transition: all .35s ease;
}

.bf-card:hover::before {
    transform: scale(1.3);
    background: rgba(4, 80, 80, .06);
}

/* Responsive */

@media(max-width:1199px) {
    .bf-title {
        font-size: 18px;
    }

    .bf-icon-wrap {
        width: 90px;
        height: 90px;
    }

    .bf-icon-wrap i {
        font-size: 34px;
    }
}

@media(max-width:991px) {
    .bf-section {
        padding: 70px 0;
    }

    .bf-icon-wrap {
        width: 82px;
        height: 82px;
    }

    .bf-icon-wrap i {
        font-size: 30px;
    }

    .bf-card {
        padding: 35px 20px 25px;
    }
}

@media(max-width:767px) {
    .bf-section {
        padding: 60px 0;
    }

    .bf-icon-wrap {
        width: 76px;
        height: 76px;
    }

    .bf-icon-wrap i {
        font-size: 28px;
    }

    .bf-title {
        font-size: 17px;
    }

    .bf-card {
        padding: 30px 18px 22px;
    }
}

@media(max-width:575px) {
    .bf-section {
        padding: 50px 0;
    }

    .bf-icon-wrap {
        width: 70px;
        height: 70px;
    }

    .bf-icon-wrap i {
        font-size: 26px;
    }

    .bf-card {
        padding: 28px 15px 20px;
    }
}

/*======================================================
Business Functions Grid – 5 Equal Columns (CSS Grid)
======================================================*/

/*
  Pure CSS Grid layout – does NOT use Bootstrap row/col classes.
  The .bf-grid wrapper is the grid container.
  Each .bf-card is a direct grid child that fills its cell.
  Gap uses 1rem to match Bootstrap's g-3 spacing.
*/

.bf-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bf-grid>.col {
    width: 100%;
    min-width: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.bf-card {
    width: 100%;
}

/* ≥1200px – 5 equal columns */
@media (min-width: 1200px) {
    .bf-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* ≥992px – 4 equal columns */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .bf-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ≥768px – 3 equal columns */
@media (min-width: 768px) and (max-width: 991.98px) {
    .bf-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ≥576px – 2 equal columns */
@media (min-width: 576px) and (max-width: 767.98px) {
    .bf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* <576px – 1 column */
@media (max-width: 575.98px) {
    .bf-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*latest updates section - Premium 2026 Government UI*/

:root {

    --gold: #c8965d;

    --dark: #3b4257;

    --white: #fff;

    --text: #25314c;

}



.faq-orders {

    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(180deg, #F3F9F6 0%, #ffffff 100%);

}

/* ---------- Decorative Background Shapes ---------- */

.gbcode-bg-decors {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.gbcode-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(34px);
    opacity: .5;
    animation: gbcodeFloat 11s ease-in-out infinite;
}

.gbcode-blob-1 {
    width: 360px;
    height: 360px;
    top: -120px;
    right: -110px;
    background: radial-gradient(circle, rgba(4, 80, 80, .18), transparent 70%);
}

.gbcode-blob-2 {
    width: 320px;
    height: 320px;
    bottom: -120px;
    left: -110px;
    background: radial-gradient(circle, rgba(248, 183, 57, .16), transparent 70%);
    animation-delay: 2.5s;
}

.gbcode-blob-3 {
    width: 190px;
    height: 190px;
    top: 40%;
    right: 5%;
    background: radial-gradient(circle, rgba(6, 115, 115, .14), transparent 70%);
    animation-delay: 4s;
}

.gbcode-gear {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(4, 80, 80, .10);
    border: 2px solid rgba(4, 80, 80, .08);
    border-radius: 24px;
    animation: gbcodeFloat 8s ease-in-out infinite;
}

.gbcode-gear-1 {
    width: 74px;
    height: 74px;
    top: 18%;
    left: 3%;
    font-size: 34px;
    transform: rotate(-12deg);
}

.gbcode-gear-2 {
    width: 56px;
    height: 56px;
    bottom: 16%;
    right: 3%;
    font-size: 26px;
    transform: rotate(12deg);
    animation-delay: 2s;
    color: rgba(248, 183, 57, .38);
    border-color: rgba(248, 183, 57, .25);
}

@keyframes gbcodeFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(8deg); }
}

/* ---------- Section Heading ---------- */

.gbcode-heading-wrap {
    position: relative;
    z-index: 2;
}

.gbcode-label {
    display: inline-flex;
    align-items: center;
    padding: 9px 22px;
    border-radius: 50px;
    background: linear-gradient(135deg, #045050, #067373);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(4, 80, 80, .28);
    margin-bottom: 22px;
}

.gbcode-label i {
    color: #F8B739;
}

.gbcode-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #045050;
    line-height: 1.15;
    letter-spacing: .5px;
    margin: 0 0 18px;
    text-shadow: 0 2px 12px rgba(4, 80, 80, .08);
}

/* Animated underline */

.gbcode-underline {
    display: block;
    width: 120px;
    height: 5px;
    margin: 0 auto 26px;
    border-radius: 6px;
    background: linear-gradient(90deg, #045050, #F8B739, #067373);
    background-size: 200% 100%;
    animation: gbcodeUnderline 3.5s ease-in-out infinite;
    box-shadow: 0 4px 14px rgba(248, 183, 57, .35);
}

@keyframes gbcodeUnderline {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.gbcode-subtitle {
    max-width: 720px;
    margin: 0 auto 14px;
    color: #567A6B;
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: .2px;
}

/* ---------- Panels ---------- */

.gbcode-panel {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    padding: 34px 30px;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: transform .4s cubic-bezier(.2, .8, .2, 1), box-shadow .4s ease;
}

.gbcode-panel:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 55px rgba(2, 40, 34, .18);
}

.gbcode-side-left {
    background: linear-gradient(135deg, #F8B739, #C8965D);
    box-shadow: 0 18px 45px rgba(200, 150, 93, .28);
}

.gbcode-side-right {
    background: linear-gradient(135deg, #045050, #067373);
    box-shadow: 0 18px 45px rgba(4, 80, 80, .28);
}

.gbcode-panel::before {
    content: '';
    position: absolute;
    top: -70px;
    right: -70px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    pointer-events: none;
    transition: transform .5s ease;
}

.gbcode-panel:hover::before {
    transform: scale(1.5);
}

.content {
    width: 100%;
    position: relative;
    z-index: 1;
}

/* Panel head */

.gbcode-panel-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.gbcode-panel-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #045050;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 8px 20px rgba(2, 40, 34, .12);
}

.gbcode-side-right .gbcode-panel-icon {
    color: #F8B739;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
}

.section-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-left: 0;
}

.latest-updates-title {
    position: relative;
    padding-bottom: 14px;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0;
}

.latest-updates-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    border-radius: 4px;
    background: #F8B739;
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gbcode-side-left .latest-updates-title {
    color: #3b4257;
}

.gbcode-side-left .latest-updates-title::after {
    background: #3b4257;
}

.gbcode-side-right .latest-updates-title {
    color: #ffffff;
}

.gbcode-side-right .latest-updates-title::after {
    background: #F8B739;
}

.latest-updates-title:hover::after {
    width: 110px;
}

/* ---------- Order Items ---------- */

.faq-list-2 {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.order-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 10px 26px rgba(2, 40, 34, .10);
    transition: transform .35s ease, box-shadow .35s ease;
}

.gbcode-side-right .order-item {
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
}

.order-item:hover {
    transform: translateX(6px);
    box-shadow: 0 16px 34px rgba(2, 40, 34, .16);
}

.order-item .icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #045050;
    background: rgba(4, 80, 80, .08);
    border-radius: 14px;
}

.gbcode-side-right .order-item .icon {
    color: #F8B739;
    background: rgba(248, 183, 57, .14);
}

.order-item-body {
    flex: 1;
    min-width: 0;
}

.order-item h5 {
    color: #25314c;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.gbcode-side-right .order-item h5 {
    color: #ffffff;
}

.order-item h5 a {
    transition: color .3s ease;
}

.order-item:hover h5 a {
    color: #198754;
}

.gbcode-side-right .order-item:hover h5 a {
    color: #F8B739;
}

/* ---------- Custom Button ---------- */

.custom-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
    text-decoration: none;
    overflow: hidden;
    transition: .35s;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(2, 40, 34, .18);
}

.custom-btn span {
    background: #3b4257;
    padding: 16px 34px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.custom-btn i {
    background: #31384d;
    padding: 16px 24px;
    font-size: 20px;
    color: #F8B739;
    transition: .3s;
}

.gold span {
    background: #C8965D;
}

.gold i {
    background: #b88852;
    color: #fff;
}

.custom-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(2, 40, 34, .24);
}

.custom-btn:hover i {
    padding-left: 32px;
    padding-right: 16px;
    background: #045050;
    color: #F8B739;
}

/* ---------- Responsive ---------- */

@media(max-width:991px) {
    .faq-orders { padding: 70px 0; }
    .gbcode-panel { padding: 28px 24px; }
}

@media(max-width:767px) {
    .faq-orders { padding: 60px 0; }
    .gbcode-subtitle { font-size: 16px; }
    .gbcode-blob-1 { width: 250px; height: 250px; }
    .gbcode-blob-2 { width: 220px; height: 220px; }
    .gbcode-gear-1 { width: 58px; height: 58px; font-size: 26px; }
    .gbcode-gear-2 { display: none; }
    .custom-btn { width: 100%; }
    .custom-btn span { flex: 1; text-align: center; }
}

@media(max-width:575px) {
    .faq-orders { padding: 50px 0; }
    .gbcode-panel { padding: 24px 18px; border-radius: 20px; }
    .order-item { padding: 14px; }
    .order-item h5 { font-size: 16px; }
}
.btn.btn-success {
  background: #C8965D;
  border: 1px solid;
}
.read-more {
  color: #C8965D !important;
}
.video-gallery-section.py-5 {
  display: none;
}
/************************************************************
*
* GB CODE PAGE
* Premium Government UI
* Part 1
*
* Includes:
* ✔ Root Variables
* ✔ Global Styles
* ✔ Hero Section
* ✔ Hero Buttons
* ✔ Section Heading
* ✔ Search Card
*
************************************************************/


/*=========================================================
= ROOT VARIABLES
=========================================================*/

:root{

    --primary:#045050;
    --secondary:#067373;
    --accent:#349E47;
    --gold:#F8B739;

    --bg:#F8FAFC;
    --white:#ffffff;

    --text:#243746;
    --muted:#6c757d;

    --border:#e8edf3;

    --radius:18px;

    --shadow:0 15px 45px rgba(0,0,0,.08);
    --shadow-hover:0 25px 60px rgba(0,0,0,.15);

    --transition:.35s ease;

}


/*=========================================================
= GLOBAL
=========================================================*/

body{

    background:var(--bg);
    color:var(--text);

}

a,
button,
.btn{

    transition:var(--transition);

}

img{

    max-width:100%;

    height:auto;

}


/*=========================================================
= HERO SECTION
=========================================================*/

.gbcode-hero{

    position:relative;

    overflow:hidden;

    padding:90px 0;

    background:
    linear-gradient(
        135deg,
        var(--primary) 0%,
        var(--secondary) 45%,
        var(--accent) 100%
    );

}


/*=========================================================
= HERO BACKGROUND
=========================================================*/

.hero-pattern{

    position:absolute;

    inset:0;

    opacity:.05;

    background-image:
    radial-gradient(circle,#fff 1px,transparent 1px);

    background-size:22px 22px;

}

.hero-circle{

    position:absolute;

    border-radius:50%;

    background:rgba(255,255,255,.12);

    animation:floatY 8s ease-in-out infinite;

}

.hero-circle-1{

    width:320px;

    height:320px;

    top:-90px;

    right:-120px;

}

.hero-circle-2{

    width:220px;

    height:220px;

    left:-80px;

    bottom:-70px;

}


/*=========================================================
= HERO GLASS CARD
=========================================================*/

.hero-glass{

    position:relative;

    z-index:5;

    padding:45px;

    color:#fff;

    border-radius:24px;

    background:rgba(255,255,255,.12);

    border:1px solid rgba(255,255,255,.18);

    backdrop-filter:blur(18px);

    box-shadow:var(--shadow);

}


/*=========================================================
= HERO LOGO
=========================================================*/

.hero-logo{

    width:90px;

    height:90px;

    border-radius:50%;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

}

.hero-logo img{

    max-width:70%;

}

.hero-logo i{

    color:var(--primary);

    font-size:42px;

}


/*=========================================================
= HERO CONTENT
=========================================================*/

.hero-tag{

    display:inline-block;

    margin-bottom:10px;

    padding:6px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.18);

    color:#fff;

    font-size:13px;

    letter-spacing:.5px;

    text-transform:uppercase;

}

.hero-title{

    color:#fff;

    font-size:48px;

    font-weight:800;

    margin-bottom:15px;

}

.hero-subtitle{

    max-width:700px;

    font-size:17px;

    line-height:1.8;

    opacity:.95;

}


/*=========================================================
= HERO BUTTON
=========================================================*/

.hero-buttons{

    margin-top:30px;

}

.btn-gov{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    padding:14px 34px;

    border-radius:50px;

    background:#fff;

    color:var(--primary);

    font-weight:700;

    box-shadow:var(--shadow);

}

.btn-gov:hover{

    color:#fff;

    background:var(--gold);

    transform:translateY(-4px);

}


/*=========================================================
= HERO RIGHT ICON
=========================================================*/

.hero-icon-box{

    height:300px;

    border-radius:30px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(20px);

    box-shadow:var(--shadow);

}

.hero-icon-box i{

    color:#fff;

    font-size:130px;

}


/*=========================================================
= SECTION HEADING
=========================================================*/

.section-heading{

    text-align:center;

}

.section-badge{

    display:inline-block;

    margin-bottom:18px;

    padding:8px 20px;

    border-radius:50px;

    background:var(--gold);

    color:#222;

    font-size:13px;

    font-weight:700;

    letter-spacing:.5px;

}

.section-heading h2{

    color:var(--primary);

    font-size:42px;

    font-weight:800;

}

.section-heading p{

    max-width:760px;

    margin:18px auto 0;

    color:var(--muted);

    font-size:16px;

    line-height:1.8;

}


/*=========================================================
= SEARCH CARD
=========================================================*/

.search-card{

    padding:30px;

    background:#fff;

    border-radius:24px;

    border:1px solid var(--border);

    box-shadow:var(--shadow);

    transition:var(--transition);

}

.search-card:hover{

    transform:translateY(-3px);

    box-shadow:var(--shadow-hover);

}


/*=========================================================
= SEARCH BOX
=========================================================*/

.search-box{

    position:relative;

}

.search-box i{

    position:absolute;

    top:50%;

    left:20px;

    transform:translateY(-50%);

    color:var(--primary);

    font-size:18px;

    z-index:2;

}

.search-box .form-control{

    height:60px;

    padding-left:58px;

    border-radius:50px;

    border:2px solid #e7edf2;

    font-size:15px;

    box-shadow:none;

    transition:var(--transition);

}

.search-box .form-control:focus{

    border-color:var(--primary);

    box-shadow:0 0 0 .2rem rgba(4,80,80,.12);

}


/*=========================================================
= SEARCH BUTTONS
=========================================================*/

.btn-search{

    width:100%;

    height:60px;

    border:none;

    border-radius:50px;

    color:#fff;

    font-weight:700;

    background:
    linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

}

.btn-search:hover{

    color:#fff;

    transform:translateY(-3px);

    box-shadow:0 12px 28px rgba(4,80,80,.25);

}

.btn-reset{

    width:60px;

    height:60px;

    display:flex;

    align-items:center;

    justify-content:center;

    border:none;

    border-radius:50%;

    color:#fff;

    background:
    linear-gradient(
        135deg,
        #90979d,
        #6c757d
    );

}

.btn-reset:hover{

    color:#fff;

    transform:rotate(180deg);

}
/*=========================================================
= COMMON ANIMATION
=========================================================*/

@keyframes floatY{

    0%{

        transform:translateY(0);

    }
    50%{

        transform:translateY(-18px);

    }

    100%{

        transform:translateY(0);

    }

}
/************************************************************
*
* GB CODE PAGE
* Premium Government UI
* Part 2
*
* Includes:
* ✔ Category Wrapper
* ✔ Category Header
* ✔ Bootstrap 5 Category Tabs
* ✔ Active/Hover Effects
* ✔ Category Pagination
*
************************************************************/


/*=========================================================
= CATEGORY WRAPPER
=========================================================*/

.category-wrapper{

    position:relative;

    padding:30px;

    background:#fff;

    border:1px solid var(--border);

    border-radius:24px;

    box-shadow:var(--shadow);

    margin-bottom:35px;

}


/*=========================================================
= STICKY CATEGORY WRAPPER
=========================================================*/

.category-wrapper.sticky-top{

    z-index:100;

}


/*=========================================================
= CATEGORY HEADER
=========================================================*/

.category-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    flex-wrap:wrap;

    margin-bottom:25px;

}

.category-header h4{

    margin:0 0 6px;

    color:var(--primary);

    font-size:24px;

    font-weight:700;

}

.category-header span{

    color:var(--muted);

    font-size:14px;

}

.category-count{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:120px;

    padding:10px 22px;

    border-radius:40px;

    background:

    linear-gradient(

        135deg,

        var(--primary),

        var(--secondary)

    );

    color:#fff;

    font-weight:700;

}


/*=========================================================
= BOOTSTRAP NAV PILLS
=========================================================*/

.category-pills{

    display:flex;

    flex-wrap:nowrap;

    gap:14px;

    margin-bottom:0;

}

.category-pills .nav-item{

    flex:1;

}


/*=========================================================
= TAB BUTTON
=========================================================*/

.category-pills .nav-link{

    position:relative;

    width:100%;

    min-height:72px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    padding:18px;

    border-radius:18px;

    border:2px solid transparent;

    background:#f8fafc;

    color:var(--primary);

    font-weight:700;

    overflow:hidden;

    transition:var(--transition);

}


/*=========================================================
= TAB ICON
=========================================================*/

.category-pills .nav-link i{

    font-size:18px;

}


/*=========================================================
= TAB HOVER
=========================================================*/

.category-pills .nav-link:hover{

    transform:translateY(-4px);

    border-color:var(--primary);

    color:var(--primary);

    background:#fff;

    box-shadow:0 12px 30px rgba(4,80,80,.10);

}


/*=========================================================
= ACTIVE TAB
=========================================================*/

.category-pills .nav-link.active{

    color:#fff;

    border-color:transparent;

    background:

    linear-gradient(

        135deg,

        var(--primary),

        var(--secondary)

    );

    box-shadow:

    0 14px 34px rgba(4,80,80,.28);

}


/*=========================================================
= ACTIVE TAB ICON
=========================================================*/

.category-pills .nav-link.active i{

    color:#fff;

}


/*=========================================================
= TAB TRANSITION
=========================================================*/

.category-pills .nav-link::after{

    content:"";

    position:absolute;

    left:0;

    bottom:0;

    width:100%;

    height:4px;

    background:var(--gold);

    transform:scaleX(0);

    transition:.35s;

}

.category-pills .nav-link.active::after{

    transform:scaleX(1);

}


/*=========================================================
= CATEGORY PAGINATION
=========================================================*/

.category-pagination{

    margin-top:30px;

}

.category-pagination .pagination{

    justify-content:center;

    gap:8px;

    margin:0;

}


/*=========================================================
= PAGE LINKS
=========================================================*/

.category-pagination .page-link{

    width:44px;

    height:44px;

    display:flex;

    align-items:center;

    justify-content:center;

    border:none;

    border-radius:12px;

    background:#fff;

    color:var(--primary);

    font-weight:600;

    box-shadow:

    0 6px 16px rgba(0,0,0,.08);

    transition:var(--transition);

}

.category-pagination .page-link:hover{

    color:#fff;

    background:

    linear-gradient(

        135deg,

        var(--primary),

        var(--secondary)

    );

    transform:translateY(-2px);

}


/*=========================================================
= ACTIVE PAGE
=========================================================*/

.category-pagination .active .page-link{

    color:#fff;

    border:none;

    background:

    linear-gradient(

        135deg,

        var(--primary),

        var(--secondary)

    );

}


/*=========================================================
= RESPONSIVE
=========================================================*/

@media (max-width:991px){

.category-header{

    justify-content:center;

    text-align:center;

}

.category-count{

    width:100%;

}

}


@media (max-width:768px){

.category-wrapper{

    padding:20px;

}

.category-pills{

    flex-direction:column;

    gap:12px;

}

.category-pills .nav-item{

    width:100%;

}

.category-pills .nav-link{

    width:100%;

    min-height:60px;

    font-size:14px;

}

.category-pagination{

    margin-top:20px;

}

}
/************************************************************
*
* GB CODE PAGE
* Premium Government UI
* Part 3
*
* Includes:
* ✔ Download Card
* ✔ Download Card Header
* ✔ Download Table
* ✔ File Information
* ✔ Category Badge
* ✔ Download Button
* ✔ Empty State
*
************************************************************/


/*=========================================================
= DOWNLOAD CARD
=========================================================*/

.download-card{

    background:#fff;

    border:1px solid var(--border);

    border-radius:24px;

    overflow:hidden;

    box-shadow:var(--shadow);

}


/*=========================================================
= DOWNLOAD CARD HEADER
=========================================================*/

.download-card-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:20px;

    padding:28px 30px;

    background:linear-gradient(
        135deg,
        #f9fbfd,
        #eef7f7
    );

    border-bottom:1px solid var(--border);

}

.download-card-header h4{

    margin:0 0 6px;

    color:var(--primary);

    font-weight:700;

}

.download-card-header small{

    color:var(--muted);

}

.download-card-header .badge{

    padding:10px 18px;

    border-radius:50px;

    background:linear-gradient(
        135deg,
        var(--accent),
        var(--primary)
    );

    color:#fff;

    font-size:13px;

    font-weight:600;

}


/*=========================================================
= TABLE
=========================================================*/

.table-responsive{

    overflow-x:auto;

}

.download-table{

    width:100%;

    margin:0;

    background:#fff;

}

.download-table thead{

    position:sticky;

    top:0;

    z-index:5;

}

.download-table thead th{

    padding:18px 20px;

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    color:#fff;

    border:none;

    font-size:15px;

    font-weight:700;

    white-space:nowrap;

    vertical-align:middle;

}

.download-table tbody td{

    padding:18px 20px;

    vertical-align:middle;

    border-color:#edf2f7;

    transition:var(--transition);

}

.download-table tbody tr{

    transition:var(--transition);

}

.download-table tbody tr:nth-child(even){

    background:#fbfcfd;

}

.download-table tbody tr:hover{

    background:#eef8f5;

}

.download-table tbody tr:hover td{

    color:#000;

}


/*=========================================================
= SERIAL NUMBER
=========================================================*/

.serial-number{

    width:42px;

    height:42px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    color:#fff;

    font-weight:700;

    flex-shrink:0;

}


/*=========================================================
= FILE INFORMATION
=========================================================*/

.file-info{

    display:flex;

    align-items:center;

    gap:16px;

}

.file-icon{

    width:60px;

    height:60px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(
        135deg,
        #dc3545,
        #ff6b6b
    );

    color:#fff;

    font-size:28px;

    flex-shrink:0;

}

.file-details{

    min-width:0;

}

.file-details h6{

    margin:0 0 6px;

    color:var(--primary);

    font-weight:700;

    line-height:1.5;

}

.file-details small{

    display:block;

    color:var(--muted);

    line-height:1.7;

}


/*=========================================================
= CATEGORY BADGE
=========================================================*/

.category-badge{

    display:inline-flex;

    align-items:center;

    gap:6px;

    padding:8px 16px;

    border-radius:50px;

    background:rgba(52,158,71,.10);

    color:var(--accent);

    font-size:13px;

    font-weight:700;

}


/*=========================================================
= DOWNLOAD BUTTON
=========================================================*/

.btn-download{

    position:relative;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    min-width:150px;

    padding:10px 22px;

    border:none;

    border-radius:50px;

    background:linear-gradient(
        135deg,
        var(--accent),
        var(--primary)
    );

    color:#fff;

    font-weight:600;

    overflow:hidden;

    transition:var(--transition);

}

.btn-download:hover{

    color:#fff;

    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(52,158,71,.30);

}

.btn-download::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:100%;

    height:100%;

    background:rgba(255,255,255,.25);

    transform:skewX(-30deg);

    transition:.55s;

}

.btn-download:hover::before{

    left:120%;

}

.btn-download i{

    position:relative;

    z-index:2;

}

.btn-download span{

    position:relative;

    z-index:2;

}


/*=========================================================
= EMPTY STATE
=========================================================*/

.empty-state{

    padding:70px 20px;

    text-align:center;

}

.empty-icon{

    width:120px;

    height:120px;

    margin:0 auto 25px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    color:#fff;

    font-size:58px;

    animation:floatY 4s infinite;

}

.empty-state h3{

    margin-bottom:15px;

    color:var(--primary);

    font-weight:700;

}

.empty-state p{

    max-width:520px;

    margin:auto;

    color:var(--muted);

    line-height:1.8;

}


/*=========================================================
= RESPONSIVE
=========================================================*/

@media (max-width:991px){

.download-card-header{

    justify-content:center;

    text-align:center;

}

.file-info{

    align-items:flex-start;

}

}


@media (max-width:767px){

.download-table{

    min-width:760px;

}

.download-table thead th,

.download-table tbody td{

    padding:14px;

}

.file-info{

    gap:12px;

}

.file-icon{

    width:48px;

    height:48px;

    font-size:22px;

}

.btn-download{

    width:100%;

}

}
/*=========================================================
=                 RESPONSIVE DESIGN
=========================================================*/

@media (max-width:1200px){

    .hero-title{
        font-size:42px;
    }

    .hero-icon-box{
        height:260px;
    }

}

@media (max-width:991px){

    .gbcode-hero{
        padding:70px 0;
    }

    .hero-glass{
        padding:35px;
    }

    .hero-title{
        font-size:34px;
    }

    .hero-icon-box{
        display:none;
    }

    .section-heading h2{
        font-size:34px;
    }

    .search-card{
        padding:25px;
    }

    .category-wrapper{
        padding:25px;
    }

    .download-card-header{
        text-align:center;
        justify-content:center;
    }

    .download-footer{
        text-align:center;
    }

    .record-count{
        margin-bottom:15px;
    }

}

@media (max-width:767px){

    .gbcode-hero{
        padding:60px 0;
    }

    .hero-glass{
        padding:25px;
    }

    .hero-logo{
        width:70px;
        height:70px;
    }

    .hero-title{
        font-size:28px;
    }

    .hero-subtitle{
        font-size:15px;
    }

    .section-heading h2{
        font-size:30px;
    }

    .search-card{
        padding:20px;
    }

    .category-wrapper{
        padding:20px;
    }

    .category-header{
        flex-direction:column;
        text-align:center;
    }

    .category-count{
        width:100%;
        text-align:center;
    }

    .category-pills{
        flex-direction:column;
        gap:12px;
    }

    .category-pills .nav-item{
        width:100%;
    }

    .category-pills .nav-link{
        width:100%;
        min-height:60px;
        font-size:14px;
    }

    .download-card-header{
        padding:20px;
    }

    .download-table{
        min-width:720px;
    }

    .download-table thead th,
    .download-table tbody td{
        padding:14px;
    }

    .file-info{
        gap:12px;
    }

    .file-icon{
        width:48px;
        height:48px;
        font-size:22px;
    }

    .btn-download{
        width:100%;
    }

}

@media (max-width:576px){

    .hero-title{
        font-size:24px;
    }

    .hero-tag{
        font-size:11px;
    }

    .section-heading h2{
        font-size:26px;
    }

    .btn-search{
        width:100%;
    }

    .btn-reset{
        width:55px;
        height:55px;
    }

    .download-card{
        border-radius:18px;
    }

    .download-footer{
        padding:20px;
    }

}

/*=========================================================
=                 ANIMATIONS
=========================================================*/

@keyframes floatY{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-15px);
    }

    100%{
        transform:translateY(0);
    }

}

@keyframes downloadSpin{

    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }

}

.download-spin{
    animation:downloadSpin .6s linear;
}

/*=========================================================
=                 CUSTOM SCROLLBAR
=========================================================*/

.table-responsive::-webkit-scrollbar{
    height:8px;
}

.table-responsive::-webkit-scrollbar-track{
    background:#edf2f7;
}

.table-responsive::-webkit-scrollbar-thumb{
    background:var(--primary);
    border-radius:30px;
}

/*=========================================================
=                 AOS
=========================================================*/

[data-aos]{
    transition-duration:.8s;
}

/*=========================================================
=                 UTILITIES
=========================================================*/

.hover-lift{
    transition:var(--transition);
}

.hover-lift:hover{
    transform:translateY(-5px);
    box-shadow:var(--shadow-hover);
}

.rounded-xl{
    border-radius:24px;
}

.shadow-soft{
    box-shadow:var(--shadow);
}

.glass-effect{
    backdrop-filter:blur(20px);
    background:rgba(255,255,255,.15);
}

/*=========================================================
=                 STICKY CATEGORY
=========================================================*/

.category-wrapper.sticky-top{
    z-index:100;
}

/*=========================================================
=                 TABLE LOADING
=========================================================*/

.loading-overlay{

    position:absolute;
    inset:0;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(255,255,255,.75);

    z-index:50;
}

.loading-overlay .spinner-border{
    width:3rem;
    height:3rem;
    color:var(--primary);
}

/*=========================================================
=                 SMOOTH SCROLL
=========================================================*/

html{
    scroll-behavior:smooth;
}