body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    /* background: #e9ecef;*/
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a {
    color: #214aab;
    text-decoration: none;
}

a:hover {
    color: #e6573f;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #214aab;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 14px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #214aab;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/* navbar */
.search-container {
    max-width: 500px;
    margin-top: 20px;
}

.saerch-box {
    padding-left: 35px;
    width: 400px;
}

.form-control-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

.top-bar {
    background-color: #e9ecef;
    font-size: 0.8rem;
}

.top-bar .container {
    height: 34px;
}

.middle-bar {
    background-color: #fff;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.middle-bar h1 {
    font-size: 1.5rem;
    font-weight: bold;
}

.gov-emblem {
    height: 60px;
    margin-right: 15px;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 10px;
    background: #214aab;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 5px;
}

.skip-link:focus {
    top: 0;
    outline: none;
    z-index: 1000;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-actions .dropdown-menu {
    min-width: 100px;
}

.header-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #214aab;
}

.header-actions a:hover {
    color: #04498d !important;
    font-weight: 500;
}

.header-actions a span {
    display: flex;
    align-items: center;
}

.card-hover:hover {
    transform: translateY(-1px);
    transition: 0.3s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.bg-dark {
    background-color: rgba(95, 95, 95, 0.5) !important;
    max-width: 800px;
    margin: 0 auto;
}

.custom-border {
    border-right: 2px solid #858585ff;
    height: 15px;
    align-self: center;
    display: flex;
    justify-content: center;
    padding-right: 10px;
    padding-left: 1px;
}

.login-button {
    display: inline-block;
    padding: 0px 15px;
    color: #214aab;
    border: 1px solid #214aab;
    background-color: white;
    text-decoration: none;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    transition: background-color 0.3s, color 0.3s;
}

.login-button:hover {
    background-color: #214aab;
    color: white;
}

.header-actions button {
    font-size: 15px;
}

.header-actions .btn {
    padding: 3px 7px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.header-actions .btn:hover {
    background-color: white;
    color: white;
}

.gov-dropdown .btn {
    border: 2px solid #214aab;
    background-color: #ffffff;
    color: #214aab;
    font-weight: 500;
    border-radius: 0.25rem;
    padding: 0rem .4rem;
    transition: all 0.3s ease;
}

.gov-dropdown .btn:hover {
    background-color: #214aab;
    color: #fff;
}

.gov-dropdown .dropdown-menu {
    min-width: 100%;
    border: 2px solid #214aab;
    border-radius: 0.25rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.gov-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem 1rem;
    font-weight: 500;
    transition: all 0.2s;
}

.gov-dropdown .dropdown-item:hover {
    background-color: #e7f1ff;
    color: #214aab;
}

.gov-dropdown .dropdown-item.active {
    background-color: #214aab;
    color: #fff !important;
}

.gov-dropdown .dropdown-item i {
    margin-left: 8px;
}
.lang-check{
  display:none;
  float:right;
}

/* Show only for active */
.dropdown-item.active .lang-check{
  display:inline-block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#main-content {
    margin-top: -1px !important;
}

.carousel-caption {
    bottom: 20%;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8) !important;
}

.carousel-home .carousel-item img {
    height: auto;
    width: 100%;
    background-color: #f1f1f1;
    max-height: 600px;
    padding: 0;
}

.carousel-indicators {
    bottom: 20px;
    background: rgba(255, 255, 255, 0.15);
    padding: 7px 12px;
    border-radius: 30px;
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
    max-width: fit-content;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d1cfcf;
    border: none;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.carousel-indicators .active {
    background-color: #214aab;
    opacity: 1;
    transform: scale(1.2);
    width: 25px !important;
    height: 10px !important;
    border-radius: 5px;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .carousel-caption {
        font-size: 0.9rem;
        bottom: 10%;
        padding: 1rem;
    }

    .carousel-item img {
        height: 250px !important;
        width: 100%;
        background-color: #f8f9fa;
    }

    .carousel-caption h3 {
        font-size: 13px;
    }

    .carousel-caption p {
        font-size: 10px;
    }

    .skip-hide,
    .logo-right,
    .govt-top {
        display: none !important;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.section-wrapper {
    padding: 12px 0;
    background-color: #f0f7ff;
    border-bottom: 1px solid #d7e3f8;
}

.whats-new-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #214aab;
    font-weight: bold;
}

.carousel-content {
    text-align: center;
}

.carousel-content h5 {
    margin: 10px 0 5px;
    font-size: 16px;
}

.carousel-content .btn {
    margin-top: 10px;
}

.view-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-more-btn a {
    padding: 6px 12px;
    background-color: #bed7f1;
    color: #214aab;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 14px;
    font-weight: 400;

}

.view-more-btn a:hover {
    background-color: #214aab;
    color: #fff !important;
}

.section-wrapper .carousel-control-prev,
.section-wrapper .carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #214aab;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    color: #ffffff !important;
    margin-top: 3px;
}

.section-wrapper .carousel-control-prev-icon,
.section-wrapper .carousel-control-next-icon {
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    color: #214aab !important;
}

.section-wrapper .carousel-control-prev:hover,
.section-wrapper .carousel-control-next:hover {
    background-color: #214aab;
    color: #fff;
}

/* End section */

/*start breadcrumbs section */
.page-title {
    background: url("assets/image/footer2.avif") no-repeat center center/cover;
    color: #fff;
    padding: 25px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -1px;
}

.page-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    z-index: 0;
}

.page-title h1.title {
    font-size: 2rem;
    margin-bottom: 5px;
    color: #214aab;
}

.page-title .container {
    position: relative;
    z-index: 1;
}

.breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: start;
    color: #214aab;
}

.breadcrumbs li::after {
    content: ">";
    margin: 0 8px;
    color: #214aab;
}

.breadcrumbs li:last-child::after {
    content: "";
    margin: 0;
}

.breadcrumbs li a {
    color: #214aab;
    text-decoration: underline;
}

.breadcrumbs .current {
    color: #214aab;
    font-weight: bold;
    text-decoration: none;
}

@media (max-width: 576px) {
    .page-title h1 {
        font-size: 2rem;
    }
}

/*start breadcrumbs section */

/*--------------------------------------------------------------
# home about section
--------------------------------------------------------------*/
/* Base card styling for Govt look */
.home-section .card {
    border: 1px solid #d7e3f8 !important;
    border-radius: 6px !important;
    transition: all 0.35s ease;
    background: #ffffff;
}

/* Hover effect — subtle, clean & govt-friendly */
.home-section .card-hover:hover {
    /* transform: translateY(-2px) !important; */
    box-shadow: 0 2px 5px rgba(0, 60, 136, 0.1) !important;
    border-color: #94b7ff !important;
}

/* Icon styling */
.home-section .card i {
    transition: 0.3s ease !important;
}

.home-section .card-hover:hover i {
    transform: scale(1.12) !important;
}

/* Title refinement */
.home-section .card-title {
    color: #214aab;
    letter-spacing: .3px;
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.brand-slide {
    background: #e8e2e2;
    padding:30px 0px !important;
    box-shadow: 1px 1px 30px #949494;
}
.brand-slide img {
    border-radius: 7px;
    box-shadow: 6px 10px 10px -3px rgba(0, 0, 0, 0.1);
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
    display: none;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #214aab;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #214aab;
}

.clients .swiper-slide img {
    transition: 0.3s;
}

.clients .swiper-slide img:hover {
    filter: none;
    opacity: 1;
}

.clients .section-title h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
    text-align: justify;
}

.clients .section-title p {
    text-align: justify;
}

.clients .section-title ul {
    margin-top: 20px;
    text-align: justify;
    list-style: none;
}

.clients .section-title {
    box-shadow: -10px -5px 40px 0 rgb(0 0 0 / 10%);
    padding: 20px;
}

/* End Our Clients */

/* start Footer */
#footer {
    background: #404040;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .copyright {
    text-align: center;
    padding-top: 1px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .credits a {
    color: #ffbf00;
    font-weight: bold;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 10px;
    gap: 0;
    /* border ka kaam gap se hoga */
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    border-radius: 6px;
    overflow: hidden;
}

footer ul li {
    flex: 1 1 auto;
    text-align: center;
    min-width: 80px;
    /* responsive ke liye */
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

footer ul li:last-child {
    border-right: none;
}

footer ul li a {
    display: block;
    padding: 3px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

footer ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffd700;
    /* hover color */
}

/* End Footer */

/* start sidebar menu */
/* .sidebar {
    background-color: #f8f9fa;
    padding: 20px;
    min-height: 100vh;
    border-right: 1px solid #dddddd !important;
    margin-bottom: 25px;
}

.sidebar a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 5px;
}

.sidebar a:hover,
.sidebar a.active {
    background-color: #0066a1;
    color: #fff;
}

.content-area {
    padding: 20px;
}

@media (max-width: 768px) {
    .sidebar {
        min-height: auto;
    }
    .content-area {
        padding: 2px;
    }
}
.sidebar a {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
}

.sidebar a:hover,
.sidebar a.active {
    background-color: #0066a1;
    color: white;
}

.sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar ul ul {
    margin-top: 5px;
}

.sidebar ul ul a {
    font-size: 0.95rem;
}
.submenu {
    display: none;
    transition: all 0.3s ease;
}

.sidebar i {
    font-size: 14px;
}

.menu-toggle.open + .submenu {
    display: block;
} */
/* End sidebar menu */

section {
    padding: 0 0 20px 0;
}

.govt-card h2 {
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 8px;
    gap: 8px;
    background-color: #214aab;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 4px;
    font-style: normal;
    line-height: normal;
}


/* .govt-section {
    margin: 1.8rem 0;
    padding-left: 10px;
    border-left: 3px solid #0d6efd20;
} */

.govt-section h4 {
    font-size: 15px;
    font-weight: 600;
    background: #dbe7ff;
    color: #214aab;
    padding: 6px 12px;
    border-radius: 4px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}


.govt-section p,
.govt-section ul {
    color: #222;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.25px;
}


.govt-card {
    border: 1px solid #eee;
    background: #fff;
    padding: 1.5rem;
    border-radius: 5px;
    margin: 1px 0;
}

.govt-section ul {
    list-style: none;
    /* removes default bullets */
    padding-left: 0;
    /* optional: align items properly */
}

.govt-section ul li {
    text-decoration: none;
    position: relative;
    /* needed for custom icon */
    padding-left: 18px;
    /* space for the arrow */
}

.govt-section ul li::before {
    content: "";
    border-color: transparent #214aab;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    top: 0.5em;
    /* better vertical alignment */
}


/* 📱 Mobile (max 575px) */
@media (max-width: 575.98px) {
    .govt-card {
        padding: 1rem;
        border-radius: 4px;
    }
}

/* 💻 Tablet (576px – 991px) */
@media (min-width: 576px) and (max-width: 991.98px) {
    .govt-card {
        padding: 1.5rem;
    }
}

.serv-section h3 {
    font-size: 1.25rem;
    color: #214aab;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.cont-card {
    padding: 2rem 2rem 0 2rem;
}

.cont-card h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #214aab;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 8px;
    margin-bottom: 1rem;
}

/* start about us page css */
.content-section {
    padding: 20px 0;
}

.content-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #214aab;
}

.content-section p {
    line-height: 1.8;
}

.feature-list li {
    margin-bottom: 8px;
}

/* start about us page css */

/* .submenu li.active > a {
    font-weight: bold;
    color: #ffffffff;
    background: #214aab;
}

.submenu.show {
    display: block !important;
}

li.active > a {
    font-weight: bold;
    color: #ffffffff;
    background: #214aab;
} */
@media (max-width: 991px) {
    .middle-bar {
        display: none !important;
    }

    .navbar {
        background-color: #fff;
        height: 60px;
    }
}

/*--------------------------------------------------------------
# captcha
--------------------------------------------------------------*/
.captcha-img img {
    width: 150px;
    height: 36px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}

.captcha-container {
    display: flex;
    align-items: center;
}

.back-1 {
    background: #f0f7ff;
    padding: 5px;
}

.back-2 {
    background: #e8f9f1;
    padding: 5px;
}

.back-3 {
    background: #fbe7e9;
    padding: 5px;
}

.back-4 {
    background: #fdf8e8;
    padding: 5px;
}

.home-section .card {
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.12),
        0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.25s ease;
}

.home-section .card:hover {
    box-shadow:
        0 5px 10px rgba(0, 0, 0, 0.15),
        0 3px 6px rgba(0, 0, 0, 0.12);
    border: 1px solid #729cfd !important;
}