/* Created By : Vishal on 18-06-2025 */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');

@import url('theme-variables.css');

* {
    padding: 0rem;
    margin: 0rem;
    box-sizing: border-box;
}

body {
    font-size: 1.2rem;
    margin: 0rem;
    padding: 0rem;
    color: var(--body-color);
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden;
    background-color: var(--body-bg);
    /* transition: all 0.3s ease-in-out; */
}

a,
a:focus {
    /* -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; */
    color: var(--link);
    text-decoration: none;
    cursor: pointer;
}

    a:hover,
    a:focus:hover {
        color: var(--link-hover);
        text-decoration: none;
    }

/*ul,
ol {
    list-style-type: inherit;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0rem;
    padding: 0rem;
    color: var(--color);
}

h1 {
    font-size: 2.6rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.6rem;
}

h5 {
    font-size: 1.4rem;
}

h6 {
    font-size: 1.2rem;
}

p {
    line-height: 1.6em;
    font-weight: 300;
}

.hindi-font {
    font-family: "Baloo 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.text-theme {
    color: #0368B6 !important;
}

.text-secondary {
    color: var(--grey-400) !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600;
}

.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d-flex-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.d-inline-flex-start {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.d-inline-flex-center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.d-flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.d-flex-stretch {
    display: flex;
    align-items: stretch;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
}

.add_monochrome {
    filter: grayscale(100%);
}

.highlight__link {
    outline: 2px solid #639af9 !important;
    outline-offset: 2px !important;
    border-radius: 1px;
}

.custom-border-end {
    border-right: 1px solid var(--border);
}

.custom-border-end-yellow {
    border-right: 1px solid #FFCB08;
}

.custom-border-bottom {
    border-bottom: 1px solid var(--border);
}

.border-bottom-dashed {
    border-bottom: 2px solid transparent;
    border-image: repeating-linear-gradient(to right, var(--border) 0 4px, transparent 5px 8px);
    border-image-slice: 1;
}

.custom-border-end-sm {
    border-right: 1px solid var(--border);
}

.custom-border-end-lg {
    border-right: 1px solid var(--border);
}

.content-border-end::after {
    content: "";
    width: 2px;
    height: 30px;
    display: flex;
    background-color: var(--border);
}

.custom-border-start {
    border-left: 1px solid var(--border);
}

.content-border-start::before {
    content: "";
    width: 2px;
    height: 30px;
    display: flex;
    background-color: var(--border);
}

.text-justify {
    text-align: justify;
}

.rounded-18 {
    border-radius: 18px !important;
}

.rounded-25 {
    border-radius: 25px !important;
}

.rounded-50 {
    border-radius: 50px !important;
}

.mob__show {
    display: none;
}

.section-title h3 {
    font-size: 2.3rem;
    margin-bottom: .5rem;
}

label,
.form-label {
    margin-bottom: .5rem;
}

input,
textarea,
select,
.form-control,
.form-select {
    background-color: var(--input-bg);
    font-size: 1.2rem !important;
    color: var(--form-text);
    padding: 0.5rem 1.15rem;
    border: 1px solid var(--border);
}

.form-select {
    background-image: var(--form-select-bg);
}

    .form-control:focus,
    .form-select:focus {
        border-color: #e6c136;
        outline: 0;
        box-shadow: 0 0 0 .25rem #c59e0a63;
    }

.card {
    background: var(--card-bg) !important;
    box-shadow: var(--card-box-shadow) !important;
}

.card-header,
.card-footer {
    background: var(--card-bg) !important;
}

body.no-scroll {
    overflow: hidden;
}

.scrollLockWrapper {
    width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
}

.link-hover-underline:hover {
    text-decoration: underline;
}

.section-title-modify {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .section-title-modify h3 {
        font-size: 2.3rem;
        margin-bottom: .5rem;
    }

.btn {
    cursor: pointer;
    /* font-size: 1.2rem; */
    font-size: unset;
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
    /* transition: all 0.25s ease-in-out; */
    margin-right: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    line-height: 1.5;
}

    .btn.btn-default {
        background-color: #fff;
        border-color: rgba(0, 0, 0, 0.07) !important;
        color: #444444;
    }

        .btn.btn-default:focus {
            box-shadow: 0 0 0 .25rem rgb(238 127 0 / 36%);
        }

    .btn.btn-primary,
    .btn.btn-primary:focus {
        background-color: #0368B6;
        border-color: #0368B6 !important;
        color: #fff;
    }

        .btn.btn-primary:hover,
        .btn.btn-primary:focus:hover {
            background-color: #143556;
            border-color: #285e8e;
        }

    .btn.btn-primary-500,
    .btn.btn-primary-500:focus {
        background-color: #216A9B;
        border-color: #216A9B !important;
        color: #fff;
    }

        .btn.btn-primary-500:hover,
        .btn.btn-primary-500:focus:hover {
            background-color: #285685;
            border-color: #285685 !important;
        }

    .btn.btn-primary-light,
    .btn.btn-primary-light:focus {
        background-color: #DEEBF7;
        border-color: #DEEBF7 !important;
        color: #0368B6;
    }

        .btn.btn-primary-light:hover,
        .btn.btn-primary-light:focus:hover {
            background-color: #b1d3f3;
            border-color: #b1d3f3 !important;
        }

    .btn.btn-info,
    .btn.btn-info:focus {
        background-color: #0ab1fc;
        border-color: #03a9f4 !important;
        color: #fff;
    }

        .btn.btn-info:hover,
        .btn.btn-info:focus:hover {
            background-color: #06a3d2;
            border-color: #269abc;
        }

    .btn.btn-success,
    .btn.btn-success:focus {
        background-color: #2d942d;
        border-color: #2d942d !important;
        color: #fff;
    }

        .btn.btn-success:hover,
        .btn.btn-success:focus:hover {
            background-color: #227922;
            border-color: #227922;
        }

    .btn.btn-success-light,
    .btn.btn-success-light:focus {
        background-color: #f2fff2;
        border-color: #f2fff2 !important;
        color: #2d942d;
    }

        .btn.btn-success-light:hover,
        .btn.btn-success-light:focus:hover {
            background-color: #d2ffd2;
            border-color: #d2ffd2 !important;
        }

    .btn.btn-mint,
    .btn.btn-mint:focus {
        background-color: #29b2a6;
        border-color: #26a69a !important;
        color: #fff;
    }

        .btn.btn-mint:hover,
        .btn.btn-mint:focus:hover {
            background-color: #1da79a;
            border-color: #29b2a6;
        }

    .btn.btn-warning {
        background-color: var(--btn-theme-yellow) !important;
        border-color: var(--btn-theme-yellow-border) !important;
        color: var(--btn-theme-yellow-text) !important;
    }

        .btn.btn-warning:focus {
            box-shadow: 0 0 0 .25rem rgb(255 203 8 / 47%);
        }

            .btn.btn-warning:hover,
            .btn.btn-warning:focus:hover {
                background-color: var(--btn-theme-hover-yellow) !important;
                border-color: var(--btn-theme-hover-yellow-border) !important;
                color: var(--btn-theme-hover-yellow-text) !important;
            }

    .btn.btn-orange {
        background-color: #EE7F00;
        border-color: #EE7F00 !important;
        color: #fff;
    }

        .btn.btn-orange:focus {
            box-shadow: 0 0 0 .25rem rgb(238 127 0 / 36%);
        }

            .btn.btn-orange:hover,
            .btn.btn-orange:focus:hover {
                background-color: #c66b03;
                border-color: #c66b03 !important;
                color: #fff;
            }

    .btn.btn-danger,
    .btn.btn-danger:focus {
        background-color: #d55c5c;
        border-color: #d55c5c !important;
        color: #fff;
    }

        .btn.btn-danger:hover,
        .btn.btn-danger:focus:hover {
            background-color: #9b3e3e;
            border-color: #9b3e3e;
        }

    .btn.btn-pink,
    .btn.btn-pink:focus {
        background-color: #f1709c;
        border-color: #f06292 !important;
        color: #fff;
    }

        .btn.btn-pink:hover,
        .btn.btn-pink:focus:hover {
            background-color: #f14b84;
            border-color: #f1709c;
        }

    .btn.btn-purple,
    .btn.btn-purple:focus {
        background-color: #b052c0;
        border-color: #ab47bc !important;
        color: #fff;
    }

        .btn.btn-purple:hover,
        .btn.btn-purple:focus:hover {
            background-color: #a638b9;
            border-color: #b052c0;
        }

    .btn.btn-dark,
    .btn.btn-dark:focus {
        background-color: #414c57;
        border-color: #3a444e !important;
        color: #fff;
    }

        .btn.btn-dark:hover,
        .btn.btn-dark:focus:hover {
            background-color: #323e4a;
            border-color: #414c57;
        }

    .btn.btn-outline-primary,
    .btn.btn-outline-primary:focus {
        background-color: #fff;
        border-color: #0368B6 !important;
        color: #0368B6;
    }

        .btn.btn-outline-primary:hover,
        .btn.btn-outline-primary:focus:hover {
            background-color: #0368B6;
            border-color: #0368B6;
            color: #fff;
        }

    .btn.btn-outline-success,
    .btn.btn-outline-success:focus {
        background-color: #fff;
        border-color: #2d942d !important;
        color: #2d942d !important;
    }

        .btn.btn-outline-success:hover,
        .btn.btn-outline-success:focus:hover {
            background-color: #2d942d !important;
            border-color: #2d942d !important;
            color: #fff;
        }

    .btn.btn-outline-white,
    .btn.btn-outline-white:focus {
        background-color: transparent;
        border-color: #fff !important;
        color: #fff !important;
    }

        .btn.btn-outline-white:hover,
        .btn.btn-outline-white:focus:hover {
            background-color: #fff !important;
            border-color: #fff !important;
            color: transparent;
        }

    .btn.btn-outline-dark,
    .btn.btn-outline-dark:focus {
        background-color: transparent;
        border-color: var(--color) !important;
        color: var(--color) !important;
    }

        .btn.btn-outline-dark:focus {
            box-shadow: 0 0 0 .25rem #00000040;
        }

            .btn.btn-outline-dark:hover,
            .btn.btn-outline-dark:focus:hover {
                background-color: var(--color) !important;
                border-color: var(--color) !important;
                color: var(--white) !important;
            }




.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select > .dropdown-toggle {
    box-shadow: none;
    border: 1px solid #D5D5D5;
    background: #fff;
}

    .bootstrap-select > .dropdown-toggle.show {
        border-color: #c59e0a !important;
        outline: 0 !important;
        box-shadow: 0 0 0 .25rem #c59e0a63 !important;
        /* background: #f2f2f2; */
    }

    .bootstrap-select > .dropdown-toggle:after {
        content: "\F282";
        font-family: 'bootstrap-icons' !important;
        ;
        color: var(--color);
        margin-left: unset;
        vertical-align: unset;
        border: 0;
    }

.bootstrap-select .dropdown-menu li a span.text {
    font-weight: 500;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-weight: 500;
    color: var(--color);
}

.bootstrap-select.hindi-font > .dropdown-toggle {
    font-size: 1.5rem;
}

.bootstrap-select .dropdown-menu {
    z-index: 8;
    background-color: var(--input-bg);
}

    .bootstrap-select .dropdown-menu li a {
        color: var(--color) !important;
    }

        .bootstrap-select .dropdown-menu li a:focus:not(.active),
        .bootstrap-select .dropdown-menu li a:hover:not(.active) {
            color: var(--heading-link-hover) !important;
            background-color: transparent;
        }

        .bootstrap-select .dropdown-menu li a.active {
            background-color: #d8ae16 !important;
        }

    .bootstrap-select .dropdown-menu .bs-searchbox .form-control {
        line-height: 1.5;
    }

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 12px !important;
    margin-bottom: .5rem;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    border-color: #c59e0a !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem #c59e0a63 !important;
}


/* Preloader */
.preloader {
    position: fixed;
    inset: 0;
    background: var(--white);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

    /* Preloader content */
    .preloader .preloader-inner {
        text-align: center;
    }

    .preloader .preloader-logo {
        width: 100px;
        margin-bottom: 20px;
    }

    .preloader .preloader-text {
        font-size: 1.5rem;
        font-weight: 500;
        color: var(--color);
        margin-bottom: 0;
    }

    .preloader .dot {
        margin-left: 2px;
        opacity: 0;
        transform: scale(0.7);
        display: inline-block;
    }


/* header area - starts */

header.header-main-wrapper {
    background-color: var(--body-bg);
    /* position: sticky; */
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1030;
    /* higher than other elements */
    transition: top 0.3s ease-in-out;
    box-shadow: 0px 2px 9px #00000014;
}

header .small-border {
    border-left: 1px solid var(--border);
    margin-left: 1rem;
    padding-left: 1rem;
}

header .logo-area {
    padding: 15px 15px 15px 0;
    color: var(--color);
}

    header .logo-area img {
        width: 55px;
    }

    header .logo-area h1 {
        font-size: 1.3rem;
        font-weight: 600;
    }

    header .logo-area span {
        font-size: 1rem;
    }

header .header-utilities,
header .header-main-nav {
    border-bottom: 1px solid var(--border);
}

    header .header-utilities .navbar .navbar-nav .nav-item a,
    header .header-main-nav .navbar .navbar-nav .nav-item a {
        color: var(--color);
    }

    header .header-main-nav .dropdown-toggle::after {
        content: "";
        display: inline-block;
        margin-left: 0.35em;
        width: 0.4em;
        height: 0.4em;
        border: solid var(--color);
        border-width: 0 0.12em 0.12em 0;
        transform: rotate(45deg);
        transition: all 0.3s ease;
    }

    header .header-main-nav .dropdown-toggle:hover:after {
        content: "";
        display: inline-block;
        margin-left: 0.35em;
        width: 0.4em;
        height: 0.4em;
        border: solid var(--heading-link-hover);
        border-width: 0 0.12em 0.12em 0;
        transform: rotate(45deg);
    }

    header .header-main-nav .dropdown-toggle.active:after {
        content: "";
        display: inline-block;
        margin-left: 0.35em;
        width: 0.4em;
        height: 0.4em;
        border: solid var(--heading-link-hover);
        border-width: 0 0.12em 0.12em 0;
        transform: rotate(225deg);
        vertical-align: middle;
    }

    header .header-utilities .navbar .navbar-nav .nav-item a:hover,
    header .header-main-nav .navbar .navbar-nav .nav-item a:hover,
    header .header-main-nav .navbar .navbar-nav .nav-item a.active {
        color: var(--heading-link-hover);
    }

    header .header-main-nav .navbar .navbar-nav .nav-item .nav-link {
        transition: all 0.3s ease-in-out;
    }

    header .header-main-nav .navbar .navbar-nav .nav-item .dropdown-menu,
    header .header-utilities .navbar .navbar-nav .nav-item .dropdown-menu {
        z-index: 9;
    }

    header .header-main-nav .navbar .navbar-nav .nav-item .default .btn,
    header .header-main-nav .navbar .btn {
        background-color: var(--btn-theme-yellow) !important;
        border-color: var(--btn-theme-yellow-border) !important;
        color: var(--btn-theme-yellow-text) !important;
    }

        header .header-main-nav .navbar .navbar-nav .nav-item .default .btn:focus,
        header .header-main-nav .navbar .btn:focus {
            box-shadow: 0 0 0 .25rem rgb(255 203 8 / 47%);
        }

            header .header-main-nav .navbar .navbar-nav .nav-item .default .btn:hover,
            header .header-main-nav .navbar .btn:focus:hover {
                background-color: var(--btn-theme-hover-yellow) !important;
                border-color: var(--btn-theme-hover-yellow-border) !important;
                color: var(--btn-theme-hover-yellow-text) !important;
            }

    header .header-main-nav .navbar .navbar-nav .nav-item .default .dropdown-menu[data-bs-popper],
    header .header-main-nav .navbar .default .dropdown-menu[data-bs-popper] {
        background-color: var(--custom-dropdown-bg);
        top: 3.8rem;
    }

    header .header-utilities .navbar .default .dropdown-menu[data-bs-popper] {
        top: 2.2rem;
    }

    header .header-main-nav .navbar .navbar-nav .nav-item .default .dropdown-menu,
    header .header-main-nav .navbar .default .dropdown-menu,
    header .header-utilities .navbar .default .dropdown-menu {
        display: none;
        border-radius: 10px;
        font-size: unset;
    }

    header .header-main-nav .navbar .navbar-nav .nav-item .default .dropdown-toggle:after,
    header .header-main-nav .navbar .default .dropdown-toggle:after {
        content: "";
        display: inline-block;
        margin-left: 0.35em;
        width: 0.4em;
        height: 0.4em;
        border: solid var(--btn-theme-yellow-text);
        border-width: 0 0.12em 0.12em 0;
        transform: rotate(45deg);
        transition: all 0.3s ease;
    }

    header .header-utilities .navbar .default .dropdown-toggle:after {
        content: none;
    }

    header .header-main-nav .navbar .navbar-nav .nav-item .default .dropdown-menu .dropdown-item,
    header .header-main-nav .navbar .default .dropdown-menu .dropdown-item,
    header .header-utilities .navbar .default .dropdown-menu .dropdown-item {
        display: inline-flex;
        gap: 8px;
        margin-bottom: 5px;
        color: var(--color);
    }

        header .header-main-nav .navbar .navbar-nav .nav-item .default .dropdown-menu .dropdown-item:focus,
        header .header-main-nav .navbar .default .dropdown-menu .dropdown-item:focus,
        header .header-utilities .navbar .default .dropdown-menu .dropdown-item:focus,
        header .header-main-nav .navbar .navbar-nav .nav-item .default .dropdown-menu .dropdown-item:hover,
        header .header-main-nav .navbar .default .dropdown-menu .dropdown-item:hover,
        header .header-utilities .navbar .default .dropdown-menu .dropdown-item:hover {
            background-color: transparent;
            color: var(--heading-link-hover);
        }

        header .header-main-nav .navbar .navbar-nav .nav-item .default .dropdown-menu .dropdown-item i,
        header .header-main-nav .navbar .default .dropdown-menu .dropdown-item i,
        header .header-utilities .navbar .default .dropdown-menu .dropdown-item i {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 22px;
            height: 22px;
            color: var(--theme-yellow-dark);
            margin-top: 5px;
        }

    header .header-main-nav .navbar .navbar-nav .nav-item .dropdown-toggle.show:after,
    header .header-main-nav .navbar .default .dropdown-toggle.show:after {
        content: "";
        display: inline-block;
        margin-left: 0.35em;
        width: 0.4em;
        height: 0.4em;
        border: solid #303030;
        border-width: 0 0.12em 0.12em 0;
        transform: rotate(225deg);
        vertical-align: middle;
    }

header .navbar-toggler {
    color: var(--color-dark);
}

header .navbar-toggler-icon {
    background-image: var(--nav-toggler) !important;
}

header .offcanvas {
    background-color: var(--body-bg);
}

header .btn-close {
    background: transparent var(--btn-close-bg) center / 1em auto no-repeat;
}

/* for toggle theme */
header .header-utilities .toggle-group {
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

    header .header-utilities .toggle-group input[type="radio"] {
        display: none;
    }

header .header-utilities .toggle-option {
    cursor: pointer;
    padding: 0px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: background 0.3s, color 0.3s;
}

    header .header-utilities .toggle-option.sun::before {
        content: "\e913";
        font-family: 'jimms-icon' !important;
    }

    header .header-utilities .toggle-option.moon::before {
        content: "\e90d";
        font-family: 'jimms-icon' !important;
    }

header .header-utilities .toggle-option {
    background: white;
    color: black;
}

header .header-utilities #light:checked + label.sun,
header .header-utilities #dark:checked + label.moon {
    background: #333;
    color: white;
}

header .header-utilities .search-container {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--body-bg);
    display: flex;
    align-items: center;
    padding: 0;
    gap: 10px;
    z-index: 100;
    width: 0;
    opacity: 0;
    overflow: hidden;
}

    header .header-utilities .search-container input {
        flex: 1;
        padding: 5px 12px;
        font-size: 1rem;
        border: 1px solid var(--border);
        min-width: 200px;
        background: var(--input-bg);
        box-shadow: none !important;
    }

        header .header-utilities .search-container input:focus {
            border: 1px solid #FFCB08;
        }

    header .header-utilities .search-container .close-btn {
        background: none;
        border: none;
        font-size: 1.2rem;
        cursor: pointer;
        white-space: nowrap;
    }

/* for custom dropdown for outside auto close - starts */
header .custom-dropdown {
    position: relative;
    display: inline-block;
}

    header .custom-dropdown .custom-dropdown-toggle {
        font-size: 20px;
    }

header .custom-dropdown-menu {
    position: absolute;
    top: 2.5rem;
    right: 0;
    background-color: var(--custom-dropdown-bg);
    padding: 1rem;
    box-shadow: 0 0px 8px 2px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    min-width: 25rem;
    border-radius: 8px;
}

    header .custom-dropdown-menu p {
        margin: 0;
        padding: 8px 12px;
        cursor: pointer;
    }

        header .custom-dropdown-menu p:hover {
            background-color: #f0f0f0;
        }

    header .custom-dropdown-menu .access-heading {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        /* padding: 1rem; */
        /* font-weight: 500; */
    }

        header .custom-dropdown-menu .access-heading .title {
            flex: 1;
            font-size: 1.3rem;
            line-height: 30px;
            margin: 0;
            color: var(--color);
            /* width: 50%; */
        }

        header .custom-dropdown-menu .access-heading a {
            border-radius: 50%;
            display: flex;
            align-items: center;
            padding: .5rem 0;
            justify-content: center;
            cursor: pointer;
            height: 40px;
            width: 40px;
            margin: 0 5px;
        }

            header .custom-dropdown-menu .access-heading a:hover {
                background-color: var(--bg-grey-300);
            }

    header .custom-dropdown-menu .accessibility_mode {
        padding: 0rem 0 1rem;
        max-height: 30rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

        header .custom-dropdown-menu .accessibility_mode .accessibility__item {
            border-bottom: 0 !important;
            padding: 0 !important;
            list-style: none;
        }

            header .custom-dropdown-menu .accessibility_mode .accessibility__item .accessibility__btn {
                align-items: center;
                background-color: var(--accessibility-btn-bg) !important;
                border-radius: 6px;
                display: flex;
                flex-wrap: wrap;
                font-size: .875rem;
                font-weight: 500;
                border: 1px solid var(--accessibility-btn-border) !important;
                height: 100%;
                line-height: .875rem;
                padding: .875rem;
                width: 100%;
                outline: none;
                color: var(--color) !important;
            }

                header .custom-dropdown-menu .accessibility_mode .accessibility__item .accessibility__btn:hover {
                    border: 1px solid #d1a505 !important;
                }

                header .custom-dropdown-menu .accessibility_mode .accessibility__item .accessibility__btn.active {
                    border: 1px solid #d1a505 !important;
                    background-color: #d1a505 !important;
                }

            /* header .custom-dropdown-menu .accessibility_mode .accessibility__item .accessibility__btn:focus,
header .custom-dropdown-menu .accessibility_mode .accessibility__item .accessibility__btn.active {
    background-color: var(--btn-theme-yellow) !important;
    border-color: var(--btn-theme-yellow-border) !important;
    color: var(--btn-theme-yellow-text) !important;
} */

            header .custom-dropdown-menu .accessibility_mode .accessibility__item i {
                /* font-size: 1.4rem; */
                padding-right: .5rem;
            }

                header .custom-dropdown-menu .accessibility_mode .accessibility__item i.monochrome {
                    font-size: 1.4rem;
                }

                header .custom-dropdown-menu .accessibility_mode .accessibility__item i.moon {
                    font-size: 1.1rem;
                    padding-right: .8rem;
                }

                header .custom-dropdown-menu .accessibility_mode .accessibility__item i.h-link {
                    font-size: 1.2rem;
                    padding-right: .65rem;
                }

                header .custom-dropdown-menu .accessibility_mode .accessibility__item i.screenreader {
                    font-size: 1.5rem;
                }

    header .custom-dropdown-menu .font__accessibility {
        margin: 0 0 1rem;
    }

        header .custom-dropdown-menu .font__accessibility .font__arrows {
            align-items: center;
            background-color: var(--accessibility-btn-bg);
            border: 1px solid var(--accessibility-btn-border);
            color: var(--color);
            border-radius: 6px;
            display: flex;
            flex-wrap: wrap;
            font-weight: 500;
            height: 100%;
            line-height: 1rem;
            width: 100%;
            outline: none;
        }

            header .custom-dropdown-menu .font__accessibility .font__arrows .font__label {
                padding: 0 1rem;
                font-size: .875rem;
            }

            header .custom-dropdown-menu .font__accessibility .font__arrows .font__bar {
                background-color: #ddc7b7;
                display: block;
                height: 6px;
                flex: 1;
                position: relative;
                width: 100%;
                /* overflow: hidden; */
            }

        header .custom-dropdown-menu .font__accessibility .font__bar:after,
        header .custom-dropdown-menu .font__accessibility .font__bar:before {
            background-color: #b78d6e;
            content: "";
            display: block;
            pointer-events: none;
            position: absolute;
        }

        header .custom-dropdown-menu .font__accessibility .font__bar:before {
            height: 100%;
            left: 0;
            top: 0;
        }

        header .custom-dropdown-menu .font__accessibility .font__bar:after {
            border: 5px solid var(--ass-progress-dot-color);
            border-radius: 50%;
            height: 5px;
            left: 50%;
            top: 50%;
            transform: translateY(-50%);
            width: 5px;
        }

        header .custom-dropdown-menu .font__accessibility .font__arrows .font__bar:before {
            width: 50%;
        }

        header .custom-dropdown-menu .font__accessibility .font__arrows .font__bar:after {
            left: 50%;
        }

        header .custom-dropdown-menu .font__accessibility .font__bar.font_progress_75:after {
            left: 75%;
        }

        header .custom-dropdown-menu .font__accessibility .font__arrows .font__bar.font_progress_75:before {
            width: 75%;
        }

        header .custom-dropdown-menu .font__accessibility .font__arrows .font__bar.font_progress_75:after {
            left: 75%;
        }

        header .custom-dropdown-menu .font__accessibility .font__bar.font_progress_100:after {
            left: 95%;
        }

        header .custom-dropdown-menu .font__accessibility .font__arrows .font__bar.font_progress_100:before {
            width: 95%;
        }

        header .custom-dropdown-menu .font__accessibility .font__arrows .font__bar.font_progress_100:after {
            left: 95%;
        }

        header .custom-dropdown-menu .font__accessibility .font__bar.font_progress_25:after {
            left: 25%;
        }

        header .custom-dropdown-menu .font__accessibility .font__arrows .font__bar.font_progress_25:before {
            width: 25%;
        }

        header .custom-dropdown-menu .font__accessibility .font__arrows .font__bar.font_progress_25:after {
            left: 25%;
        }

        header .custom-dropdown-menu .font__accessibility .font__bar.font_progress_0:after {
            left: 0%;
        }

        header .custom-dropdown-menu .font__accessibility .font__arrows .font__bar.font_progress_0:before {
            width: 0%;
        }

        header .custom-dropdown-menu .font__accessibility .font__arrows .font__bar.font_progress_0:after {
            left: 0%;
        }

        header .custom-dropdown-menu .font__accessibility .font__size {
            padding: 12px;
            font-size: .875rem;
        }

        header .custom-dropdown-menu .font__accessibility .font__inc {
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
        }

        header .custom-dropdown-menu .font__accessibility .font__inc,
        header .custom-dropdown-menu .font__accessibility .font__dec {
            border: 1px solid transparent;
            outline: none;
            background-color: var(--accessibility-btn-bg);
            color: var(--color);
            padding: 12px;
            border-left: 1px solid var(--accessibility-border-start);
        }

            header .custom-dropdown-menu .font__accessibility .font__inc:hover,
            header .custom-dropdown-menu .font__accessibility .font__dec:hover {
                border: 1px solid #d1a505;
            }
/* for custom dropdown for outside auto close - ends */



/* mega menu dropdown - Starts */
.mega-menu .section-title h3 {
    color: var(--color);
    font-size: 2rem;
    padding-bottom: .8rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid var(--border);
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: var(--megamenu-bg);
    padding: 1.5rem 1rem;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
    visibility: hidden;
    border-top: 1px solid var(--border);
}

    .mega-menu.show-menu {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        visibility: visible;
    }

    .mega-menu .dropdown-multicol {
        column-count: 3;
        column-gap: 1rem;

        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: repeat(4, 1fr);
    }

        .mega-menu .dropdown-multicol li {
            margin-bottom: 1rem;
        }

.mega-menu-overlay {
    position: fixed;
    top: 8.5rem;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

    .mega-menu-overlay.show-overlay {
        opacity: 1;
        visibility: visible;
    }

.mega-menu .card {
    box-shadow: 0px 3px 10px #00000023;
    border: 0;
    border-radius: 10px;
    min-height: 19rem;
}

    .mega-menu .card .card-body {
        padding: 1.8rem 1.8rem 1.2rem;
    }

.mega-menu .nav-item {
    margin-bottom: .5rem;
}

    .mega-menu .nav-item .nav-link {
        color: var(--color);
        padding: 1rem 1rem;
        border-radius: 10px;
        position: relative;
    }

        .mega-menu .nav-item .nav-link:after {
            content: "\F285";
            font-family: "bootstrap-icons" !important;
            position: absolute;
            right: 1rem;
            top: 50%;
            transform: translateY(-50%);
        }

        .mega-menu .nav-item .nav-link:hover {
            /* background-color: #f9f8f2; */
            color: var(--heading-link-hover);
        }

        .mega-menu .nav-item .nav-link.active {
            background-color: #f9f5e5;
            color: var(--heading-link-hover);
        }

/* mega menu dropdown - Ends */


.dropdown.default .dropdown-item.active,
.dropdown.default .dropdown-item:active {
    background-color: #f8f5e7;
    color: var(--theme-yellow-dark);
}

/* header area - ends */

/* Main Content - Starts */
.main-content {
    min-height: 500px;
    margin-top: 133px;
}

/* Main Content - Ends */

/* table - starts */
.table,
table {
    --bs-table-color: var(--color);
}

    .table thead tr th,
    table thead tr th {
        background-color: var(--table-thead-bg) !important;
        font-weight: 500;
        border-bottom: 1px solid var(--border);
    }

    .table tbody tr td,
    table tbody tr td {
        background-color: var(--table-tbody-bg) !important;
        border-bottom: 1px solid var(--border);
        color: var(--solid-grey);
    }

    .table > :not(caption) > * > * {
        padding: .55rem .8rem !important;
    }

    .table thead tr:first-child th:first-child,
    table thead tr:first-child th:first-child {
        border-top-left-radius: 15px;
    }

    .table thead tr:first-child th:last-child,
    table thead tr:first-child th:last-child {
        border-top-right-radius: 15px;
    }

:root {
    --primary: #6165dd;
    --greyLight: #6165dd e1;
    --greyLight-2: #cbe0dd;
    --greyDark: #2d4848;
}

.pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    border-radius: 0.6rem;
    margin-bottom: 0;
    padding-left: 0 !important;
}

    .pagination li::before {
        content: none !important;
    }

    .pagination .bootstrap-select > .dropdown-toggle {
        box-shadow: none;
        border: 0;
        background: var(--input-bg);
        box-shadow: var(--pagination-active-shadow);
        padding: 2px 10px;
        border-radius: .3rem;
    }

.pagination__numbers, .pagination__btn, .pagination__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.8rem .3rem;
    cursor: pointer;
}

.pagination__dots {
    width: 2.6rem;
    height: 2.6rem;
    color: var(--greyLight);
    cursor: initial;
}

.pagination__numbers {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0.3rem;
}

    .pagination__numbers:hover {
        color: var(--primary);
    }

    .pagination__numbers.active {
        color: var(--color);
        background: var(--input-bg);
        /* background: var(--primary); */
        box-shadow: var(--pagination-active-shadow);
        /* border: 1px solid var(--primary); */
    }

.pagination__btn {
    color: var(--greyLight);
    pointer-events: none;
}

    .pagination__btn.active {
        color: var(--greyDark);
        pointer-events: initial;
    }

        .pagination__btn.active:hover {
            color: var(--primary);
        }

/* table - ends */

.modal-content {
    background-color: var(--modal-bg) !important;
}

.modal-header {
    border-bottom: 1px solid var(--border);
}

/* for scroll to top */

.back-to-top {
    position: fixed;
    bottom: -120px;
    right: 38px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ceb141;
    color: #333333;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .back-to-top:focus {
        color: #333333;
    }

    .back-to-top.show {
        bottom: 120px;
        right: 38px;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

        .back-to-top.show:hover {
            color: #fff;
            bottom: 110px;
            opacity: 1;
        }

    .back-to-top .arrow {
        background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
        position: absolute;
        width: 12px;
        height: 12px;
        background-size: contain;
        transform: rotate(-90deg);
        top: 30%;
        left: 40%;
    }

        .back-to-top .arrow:nth-child(2) {
            top: 42%;
        }

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: rotate(-90deg) translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: rotate(-90deg) translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: rotate(-90deg) translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: rotate(-90deg) translateX(0px) scale(1);
    }
}

.back-to-top:hover .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

    .back-to-top:hover .arrow:nth-child(2) {
        animation-name: bounceAlpha;
        animation-duration: 1.4s;
        animation-delay: 0.2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

/* for scroll to top - ends */

/* for floating chatbot icon - starts */
.floating-icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    /* background-color: #ffc107; */
    /* color: #000; */
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    transition: all 0.3s ease-in-out;
}

#email {
    word-break: break-word;
}

.floating-icon img {
    width: 100%;
    height: 100%;
}

.floating-icon:hover {
    scale: 1.1;
}

/* for floating chatbot icon - ends */


/* footer - starts */
footer {
    background: var(--footer-bg);
    color: var(--footer-color);
}

    footer .footer-link {
        color: var(--footer-link);
    }

        footer .footer-link:hover {
            color: var(--footer-link-hover);
        }

    footer .contact-us-section h5,
    footer .other-links-section h5,
    footer .join-us-section h5,
    footer .footer-links h5 {
        font-size: 1.6rem;
        color: #fff;
    }

    footer .contact-us-section i {
        color: #fff;
        width: 20px;
        margin-top: .5rem;
    }

        footer .contact-us-section i.mail {
            font-size: 1.2rem;
            margin-top: .7rem;
        }

    footer .other-links-section a,
    footer .footer-links a {
        color: var(--footer-color);
        font-weight: 300;
    }

        footer .other-links-section a:hover,
        footer .other-links-section a:focus,
        footer .footer-links a:hover,
        footer .footer-links a:focus {
            color: #fff;
        }

        footer .other-links-section a i,
        footer .footer-links a i {
            color: #fff;
            font-size: .8rem;
        }

    footer .join-us-section {
        margin-top: 1rem;
    }

        footer .join-us-section a {
            background-color: var(--footer-icon-bg);
            color: #fff;
            width: 50px;
            height: 50px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            footer .join-us-section a:hover,
            footer .join-us-section a:focus {
                -webkit-box-shadow: var(--footer-icon-bg-hover);
                -moz-box-shadow: var(--footer-icon-bg-hover);
                -ms-box-shadow: var(--footer-icon-bg-hover);
                -o-box-shadow: var(--footer-icon-bg-hover);
                box-shadow: var(--footer-icon-bg-hover);
                color: #fff;
            }

/* footer - ends */


/* media queries - starts */
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1367px;
}

@media screen and (max-width: 1440px) {

    .main-content {
        margin-top: 118px;
    }

    body {
        font-size: 1.1rem;
    }

    input,
    textarea,
    select,
    .form-control, .form-select {
        font-size: 1.1rem !important;
        padding: 0.5rem 1.15rem;
    }

    header .logo-area {
        padding: 10px 15px 10px 0;
    }

        header .logo-area h1 {
            font-size: 1.1rem;
        }

        header .logo-area span {
            font-size: .9rem;
        }

        header .logo-area img {
            width: 50px;
        }

    header .header-utilities .search-container {
        top: -4px;
    }

    /* header .header-main-nav .navbar .navbar-nav .nav-item .dropdown-menu[data-bs-popper] {
        top: 3rem;
    } */

    header .header-main-nav .navbar .navbar-nav .nav-item .default .dropdown-menu[data-bs-popper],
    header .header-main-nav .navbar .default .dropdown-menu[data-bs-popper] {
        top: 3.2rem;
    }

    footer .other-links-section a i,
    footer .footer-links a i {
        color: #B89E0E;
        font-size: .7rem;
    }
}

@media screen and (max-width: 1366px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1151px;
    }
    .navbar-nav .nav-item.me-2 .nav-link {
        margin-right: 0.3rem !important;
    }
    header .header-main-nav .navbar .navbar-nav .nav-item .nav-link {
        padding: 0.5rem 0;
    }
}

@media screen and (max-width: 1280px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1207px;
    }
}

@media screen and (max-width: 1150px) {
}

@media screen and (max-width: 1024px) {

    header .header-main-nav .navbar .navbar-nav .nav-item .nav-link {
        padding: 0.1rem;
    }

    .main-content {
        margin-top: 113px;
    }

    body {
        font-size: 1rem;
    }

    header .logo-area h1 {
        font-size: 1rem;
    }

    header .logo-area img {
        width: 45px;
    }

    header .header-utilities .search-container {
        top: -5px;
    }

    .back-to-top.show {
        bottom: 100px;
    }
}


@media screen and (max-width: 991px) {

    .main-content {
        margin-top: 115px;
    }

    .mob__hide {
        display: none !important;
    }

    .mob__show {
        display: block;
    }

    header .custom-dropdown-menu {
        right: unset;
        left: 0;
        min-width: 22rem;
    }

        header .custom-dropdown-menu .access-heading .title {
            font-size: 1rem;
        }

        header .custom-dropdown-menu .accessibility_mode .accessibility__item .accessibility__btn {
            padding: .5rem;
        }

    header .small-border {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }

    header .header-utilities .navbar .navbar-nav .nav-item {
        padding: .3rem 0;
    }

    header .header-utilities .search-container {
        top: 6.2rem;
        left: 50%;
        position: absolute;
    }

    header .header-main-nav .navbar .navbar-nav .nav-item .default .dropdown-menu[data-bs-popper],
    header .header-main-nav .navbar .default .dropdown-menu[data-bs-popper] {
        top: 3rem;
    }

    .custom-border-end-sm {
        border-right: 0;
    }

    .custom-border-bottom-sm {
        border-bottom: 0;
    }

    .custom-border-end-lg {
        border-right: 0;
    }

    .mega-menu-overlay {
        display: none;
    }

    .mega-menu {
        top: 0;
        height: 0;
        padding: 0;
        position: relative;
        border: 0;
        border-radius: 10px;
    }

        .mega-menu.show-menu {
            top: 0;
            height: 100%;
            padding: 1rem;
        }

        .mega-menu .container {
            padding: 0 !important;
        }

        .mega-menu .dropdown-multicol {
            column-count: 1;
            column-gap: 1rem;

            grid-template-columns: repeat(1, 1fr);
        }

        .mega-menu .section-title {
            display: none;
        }

            .mega-menu .section-title h3 {
                font-size: 1.4rem;
            }
}


@media screen and (max-width: 576px) {

    .main-content {
        margin-top: 110px;
    }

    .section-title h3 {
        font-size: 2rem;
    }

    .custom-border-end {
        border-right: 0;
    }

    header .navbar-brand {
        margin-right: 0;
    }

    header .logo-area h1 {
        font-size: .9rem;
    }

    header .logo-area span {
        font-size: .85rem;
    }

    header .logo-area img {
        width: 40px;
    }

    header .logo-area .logo-border-bottom {
        border-bottom: 1px solid var(--border);
    }

    .table > :not(caption) > * > * {
        white-space: nowrap;
    }

    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

        .back-to-top.show:hover {
            bottom: 70px;
        }

        .back-to-top.show {
            bottom: 80px;
            right: 25px;
        }

        .back-to-top .arrow {
            top: 18%;
            left: 36%;
        }

            .back-to-top .arrow:nth-child(2) {
                top: 38%;
            }

    .floating-icon {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
}

/* media queries - ends */
