/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
body {
    font-family: "Shurjo", Arial, sans-serif;
    color: #000;
    font-size: 16px;
}
.container-fluid {
    max-width: 90%;
    margin: 0 auto;
}
a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}
a:hover {
    color: #22b14c;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
img {
    width: 100%;
}
.mb-35 {
    margin-bottom: 35px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    transition: all 0.4s;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Menu Area
--------------------------------------------------------------*/

.main_menu_area {
    background-color: #2c9d30;
    padding: 0;
    border-top: 3px solid #fbdce2;
    border-bottom: 3px solid #ff0000;
}
.form-control {
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 20px;
    padding: 0 20px;
    max-width: 120px;
    height: 28px;
    margin-top: 2px;
}
.form-control:focus,
.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-toggler {
    border: 1px solid #fff;
}
.navbar-toggler-icon {
    width: 20px;
    height: 26px;
    background-image: none;
}
span.navbar-toggler-icon i {
    font-size: 30px;
    color: #fff;
    line-height: 27px;
    margin-left: -5px;
}
.offcanvas {
    flex-direction: row;
    background-color: #2c9d30;
}
.offcanvas-header .btn-close {
    position: absolute;
    top: 10px;
    right: 20px;
}
.offcanvas-header {
    background-color: #fff;
    padding: 5px 20px;
}
.offcanvas-header img {
    max-width: 110px;
    margin: 0 auto;
    transition: all 0.5s;
    animation: circle1 6s linear infinite;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
}
li.nav-item {
    transition: all 0.3s;
}
li.nav-item:hover {
    background-color: #727a00;
}
a.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 5px;
    border-right: 1px solid #fff;
}
ul li:last-child a.nav-link {
    border-right: none;
}
.social-icon a.nav-link {
    padding: 8px !important;
    border-right: 0;
    font-size: 17px;
}
.navbar-nav .navbar-nav .show > .nav-link,
a.nav-link:hover {
    color: #fff;
}

.navbar-toggler {
    line-height: 1;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.nav-link:focus {
    color: #fff;
}
.dropdown ul li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
}
.dropdown ul li:last-child {
    border-bottom: none;
}
.dropdown ul li a {
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 6px 10px 5px;
}
.dropdown ul li:first-child {
    position: relative;
}
.dropdown ul li:first-child::after {
    content: " ";
    position: absolute;
    left: 17px;
    top: -17px;
    width: 15px;
    height: 15px;
    background-color: #a29501;
    transform: rotate(45deg);
    transition: 0.6s;
}
li.nav-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 52%;
    background-color: rgba(255, 255, 255, 0.02);
    content: " ";
    z-index: -1;
}
@media only screen and (max-width: 991px) {
    li.nav-item:before {
        display: none;
    }
}

/* Dropdown Menu*/
@media only screen and (max-width: 991px) {
    li.nav-item.dropdown a > i {
        position: absolute;
        right: 30px;
    }
    .navbar .dropdown ul {
        width: 100%;
        background-color: #175518;
        position: absolute;
        left: 0;
        top: 58px;
        border: none;
        padding: 10px 0;
        box-shadow: 0 3px 9px -2px #000;
        transition: 0.5s;
        border-radius: 0;
    }
}
@media only screen and (min-width: 992px) {
    li.nav-item.dropdown {
        position: relative;
    }
    .navbar .dropdown ul {
        display: block;
        width: 100%;
        background-color: #a29501;
        position: absolute;
        left: 0;
        top: 0;
        padding: 10px 0;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0px 6px 5px -4px #a8a8a8;
        transition: 0.5s;
        border-radius: 0;
    }
    .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
        margin-top: 9px;
    }
    .navbar .dropdown ul li a:hover {
        background-color: #c3d00b;
    }
}

.sticky-scroll a.navbar-brand img {
    max-width: 38px;
    top: 8px;
    transition: all 0.5s;
}
/* sticky navber */
.sticky {
    position: sticky;
    /*top: -200px; */
    z-index: 100;
    transition: all 0.5s;
}
.sticky-scroll {
    top: 0;
    z-index: 100;
    position: sticky;
    transition: all 0.5s;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-bg {
    background-color: #f2fdff;
}
.section-title {
    text-align: center;
    padding: 30px 0;
    position: relative;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #354144;
    position: relative;
    z-index: 2;
}
.section-title span {
    position: absolute;
    top: 30px;
    color: #f3f5f5;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
}
.section-title p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
@media (max-width: 575px) {
    .section-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .section-title span {
        font-size: 38px;
    }
}

/*--------------------------------------------------------------
# search contant area
--------------------------------------------------------------*/
.search-contant-area {
    padding: 5px 0;
    background-color: #2f3392;
}
.company-logo a img {
    max-width: 110px;
    transition: all 0.5s;
    animation: circle1 6s linear infinite;
}

/* For circle animation*/
@keyframes circle1 {
    0% {
        transform: rotate(0deg) translate(-8px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translate(-8px) rotate(-360deg);
    }
}
.company-logo img.update-banner {
    max-width: 500px;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .company-logo img.update-banner {
        max-width: 70%;
    }
}
.search-container {
    position: relative;
}
.search-container input {
    border: 1px solid #2c9d30;
    padding: 10px 40px 10px 20px;
    border-radius: 35px;
    width: 100%;
    background-color: #fbfbfd;
    margin-top: 10px;
}
.search-container input:focus-visible {
    outline: none;
}
.search-container > i {
    position: absolute;
    right: 5%;
    top: 26px;
}
.carrent-date {
    position: absolute;
    left: 0;
    bottom: -49px;
}
.carrent-date p {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: #ddd;
}
.carrent-date p span {
    margin-right: 10px;
}

/*--------------------------------------------------------------
# Update News Area
--------------------------------------------------------------*/
.update-news-area {
    background: linear-gradient(to bottom, #f3f3f3 0%, #eeeeee 100%);
    padding: 15px 0;
    box-shadow: 0 7px 7px -4px rgba(0, 0, 0, 0.2);
}
.news-title {
    display: grid;
    grid-template-columns: 1fr 11fr;
    height: 24px;
}
.news-title .news-lable {
    padding-right: 10px;
}
.news-link ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.news-link ul li::after {
    position: absolute;
    left: -15px;
    top: 7px;
    height: 8px;
    width: 8px;
    background: #2c9d30;
    content: " ";
    border-radius: 10px;
    border: 1px solid #ee4023;
}
.news-link ul li a {
    color: #000;
}
.news-link marquee ul li a:hover {
    color: #2c9d30;
}
.news-link {
    position: relative;
    animation: noteAnimate 10s infinite;
    animation-timing-function: ease-in-out;
}
.news-link marquee {
    max-width: 98%;
}

/*--------------------------------------------------------------
# Footer Logo Area
--------------------------------------------------------------*/
.footer-logo-area {
    background-color: #8a9400;
    padding: 10px 0;
}
.footer-logo img {
    max-width: 250px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
    background: #2f3392;
    border-bottom: 30px solid #8a9400;
    padding: 60px 0 30px 0;
}
.footer-area .footer-links {
    margin-bottom: 30px;
}
.footer-area .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-area .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.footer-area .footer-links ul li:first-child {
    padding-top: 0;
}
.footer-area .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
.footer-area .footer-links ul a:hover {
    color: #23a8f2;
}
.footer-area .footer-txt p {
    color: #fff;
    margin-bottom: 13px;
}

/*--------------------------------------------------------------
# Main Filter Area
--------------------------------------------------------------*/
.main-filter-area {
    background-image: url(../img/bodybg.jpeg);
    background-position: top;
    background-repeat: repeat;
}
.filter-details {
    max-width: 770px;
    margin: 0 auto;
    padding: 20px 20px 30px 20px;
}

.filter-details .tabs {
    background-color: #fff;
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: space-between;
    border: 1px solid #e5e7eb;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.1);

    .tab {
        padding: 12px 5px;
        border-radius: 16px;
        cursor: pointer;
        font-weight: 300;
        color: #2d3192;
        font-size: 20px;
        transition: 0.3s;
        width: 238px;
        text-align: center;
    }
    .tab.active,
    .tab.active a {
        background: #2d3192;
        color: #fff;
    }
}

.filter-details {
    .tab-content {
        background-color: #fff;
        border: 1px solid #e5e7eb;
        padding: 29px 24px;
        border-radius: 10px;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.9s ease, transform 0.4s ease;
        display: none;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .tab-content.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }
}
.tab-content .form-group {
    margin-bottom: 20px;

    label {
        display: block;
        margin-bottom: 6px;
        font-weight: bold;
        font-size: 18px;
        span {
            color: #ff0033;
        }
    }

    input {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 10px;
        border-radius: 8px;
        border: 1px solid #e5e7eb;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.7);
        font-weight: 600;
        background-color: rgba(45, 49, 146, 0.04);
    }

    input:focus {
        outline: none;
        box-shadow: none;
    }
}

.tab-content .buttons {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;

    .btn {
        background-color: transparent;
        color: #2d3192;
        border: 1px solid #2d3192 !important;
        padding: 10px 24px;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        cursor: pointer;
        font-weight: 300;
        transition: all 0.3s;
    }

    .btn.submit,
    .btn.reset:hover {
        background-color: #2d3192;
        color: white;
    }

    .btn.submit:hover {
        background-color: #2d3192;
        opacity: 0.9;
    }
}

/* Custom Dropdown Styles */
.tab-content .form-group .custom-dropdown {
    position: relative;
    user-select: none;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    background: white;

    .dropdown-selected {
        padding: 10px;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.7);
        position: relative;
        background-color: rgba(45, 49, 146, 0.04);
    }
    .dropdown-list {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        border: 1px solid #ccc;
        border-radius: 8px;
        display: none;
        z-index: 10;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-top: 3px;
        max-height: 250px;
        overflow-y: auto;
        padding: 4px;
    }

    .dropdown-item {
        padding: 5px 10px;
        cursor: pointer;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.7);
        border-radius: 6px;
    }
    .dropdown-item:hover,
    .dropdown-item.active {
        background-color: rgba(45, 49, 146, 0.04);
    }
}
.custom-dropdown > span {
    position: absolute;
    right: 0;
    font-size: 25px;
    line-height: 30px;
    top: 8px;
    color: rgba(0, 0, 0, 0.7);
}

.sub-tab-details {
    .sub-tabs {
        display: flex;
        margin-bottom: 20px;
        gap: 20px;

        .sub-tab {
            border-radius: 12px;
            padding: 8px;
            width: 70px;
            text-align: center;
            cursor: pointer;
            transition-property: background-color, color;
            transition-duration: 0.3s;
            color: #2d3192;
        }

        .sub-tab.active {
            background-color: #2d3192;
            color: #fff;
        }
    }
    .sub-tab-content.active {
        display: block;
    }

    .sub-tab-content {
        display: none;
    }
}

/*--------------------------------------------------------------
# Responsive CSS
--------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .container {
        width: 95%;
    }
    .filter-details {
        padding: 30px 10px;
        .tabs .tab {
            padding: 10px 12px;
            border-radius: 16px;
            width: auto;
        }
    }
    .footer-content {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        place-items: center;
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .banner-area {
        padding: 10px 0;
    }
    .banner-area .banner-content {
        grid-gap: 15px;

        .left-logo-media {
            max-width: 90px;
        }

        .left-logo-media img {
            max-width: 90px;
        }
    }

    .filter-details .tabs {
        gap: 5px;
        padding: 5px;
        border-radius: 8px;
        .tab {
            padding: 5px 5px;
            font-size: 14px;
            border-radius: 8px;
        }
    }
    .tab-content .buttons .btn {
        padding: 8px 10px;
        border-radius: 8px;
        font-size: 14px;
    }
    .tab-content .form-group label {
        font-size: 17px;
    }
}

/* Form CSS */
.banner-content-2 {
    display: block;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -29px;
}
.banner-content-2 img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.application-heading.new-center-heading {
    background-color: #934790;
    margin-left: -24px;
    margin-right: -24px;
}
.application-heading.new-center-heading h5 {
    background-color: #6a0066;
}
.application-top-title {
    text-align: center;
    margin: 20px 0;
}
.application-heading {
    position: relative;
    background-color: #008254;
    display: flex;
    align-items: center;
    justify-content: center;
}
.application-heading .download-btn {
    font-size: 16px;
    padding: 3px 10px;
    cursor: pointer;
    position: absolute;
    left: 19px;
    top: 5px;
    transition: all 0.3s;
    background-color: transparent;
    border: none;
    color: #fff;
}
.application-heading .download-btn:hover {
    color: #ddd;
}
.application-heading h5 {
    background-color: #02a554;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 5px 40px;
}
.application-heading h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    right: 19px;
    top: 7px;
}
.application-top-title h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}

.application-top-title h4 {
    font-size: 22px;
}
.application-body p span {
    display: block;
    font-style: italic;
}
.new-center-apply .application-body p {
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
}
.new-center-apply .application-body h6 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.new-center-apply .Application-signature {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 35px;
}
.main-content-area {
    margin-top: 20px;
}
.information-wrapper {
    padding: 20px 0;
}
.information-wrapper .form-group {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.information-wrapper .form-group .single-input {
    display: flex;
    justify-content: start;
    width: 100%;
    gap: 10px;
}
.information-wrapper .form-group .single-input label {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    white-space: nowrap;
    margin-bottom: 0;
}
.information-wrapper .form-group .single-input input {
    border-radius: 0;
    padding: 0 10px !important;
    color: #000;
}
.information-wrapper .form-group .single-input input[type="text"],
.information-wrapper .form-group .single-input input[type="email"],
.information-wrapper .form-group .single-input input[type="tel"],
.information-wrapper .form-group .single-input input[type="number"] {
    flex: 1 1 0;
    width: 100%;
    border: none;
    font-size: 15px;
    border-top: 1px dashed #333;
    background-color: transparent;
}

.information-wrapper .form-group .single-input input:focus {
    outline: none;
}

h3.address-heading {
    margin-bottom: 20px;
}

.section-row.fill-by-office {
    background-color: #e4e0c3;
    margin: 20px 0 25px -50px;
}
.section-row.fill-by-office h2 {
    font-size: 20px;
    color: #fff;
    background-color: #bf8931;
    display: inline-block;
    padding: 5px 10px 5px 50px;
}
.token-wrapper {
    display: flex;
    gap: 5px;
}
.token-left-banner img {
    height: 100%;
}
.token-right-content {
    margin-bottom: -5px;
}
.right-content-inputs {
    padding: 20px 50px 0 5px;
}
.form-group.signature {
    gap: 50px;
}
.form-group.signature .single-input {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 5px;
}

.form-group.signature .single-input input {
    border-top: none;
    border-bottom: 1px dashed;
    text-align: center;
}

.form-group.signature .single-input label {
    text-align: center;
    font-size: 15px;
    text-align: center;
}
.Application-signature.new-center-auth {
    display: flex;
    justify-content: space-between;
    margin-top: 40px !important;
}
.footer-btn .submit-btn {
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}
.footer-btn.footer-btn-2 {
    text-align: center;
    margin-top: 30px;
}
.footer-btn.footer-btn-2 .submit-btn {
    border: 1px solid #934790;
    background-color: #934790;
}
.footer-btn.footer-btn-2 .submit-btn:hover {
    border: 1px solid #6a0066;
    background-color: #6a0066;
}
.color-border {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background-color: #934790;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
@media (max-width: 768px) {
    .application-heading h5 {
        font-size: 16px;
        padding: 5px 20px;
    }
    .application-heading .download-btn {
        left: 0;
        top: 0;
    }
    .application-heading h6 {
        font-size: 16px;
        right: 5px;
    }
    .application-top-title h2 {
        font-size: 24px;
    }
    .application-top-title h4 {
        font-size: 20px;
    }
    .information-wrapper.mt-3 {
        margin-top: 0 !important;
    }
}
@media (max-width: 575px) {
    .application-heading .download-btn {
        font-size: 12px;
        padding: 3px 5px;
        left: 0 !important;
        top: -1px !important;
    }
    .application-heading h5 {
        font-size: 12px;
        padding: 3px 5px;
    }
    .application-heading h6 {
        font-size: 12px;
        right: 3px;
        top: 3px;
    }
    .filter-details {
        padding: 30px 0;
    }
    .information-wrapper .form-group {
        flex-direction: column;
    }
    .single-input.new-reg-center-code {
        width: 100% !important;
    }
    .Application-signature.new-center-auth {
        flex-direction: column;
        gap: 14px;
    }
    .information-wrapper .form-group {
        margin-bottom: 20px;
    }
}
