.highlights li .about-item span,
.theme-btn {
    background: linear-gradient(45deg, rgb(32 9 138) 0, rgb(108 2 114) 100%)
}

.header li a,
.theme-btn {
    text-transform: uppercase
}

.header .menu-icon,
.j-tags {
    display: inline-block;
    position: relative
}

:root {
    --theme-color-main: rgba(59, 47, 169, 1);
    --theme-color-sec: rgba(134, 0, 75, 1);
    --theme-color-light: #f8f4f8
}

*,
body {
    outline: 0
}

h1,
h2,
h3,
h4 {
    text-decoration: none !important;
    font-weight: 600
}

a {
    color: var(--theme-color-main);
    text-decoration: none
}

a:hover {
    color: var(--theme-color-sec) !important
}

.footer a,
.theme-btn {
    color: #fff
}

.theme-btn {
    font-weight: 700;
    padding: 10px 20px;
    transition: .3s ease-out
}

.theme-btn:hover {
    color: #fff !important;
    background: linear-gradient(-45deg, rgb(32 9 138) 0, rgb(108 2 114) 100%)
}

.text-theme {
    color: var(--theme-color-main)
}

.bg-light {
    background: var(--theme-color-light) !important
}

.header .menu-icon .navicon,
.theme-bg {
    background: var(--theme-color-main)
}

.theme-bg-sec {
    background: var(--theme-color-sec)
}

.text-sec {
    color: var(--theme-color-sec)
}

.btn {
    white-space: nowrap
}

.fw-bold {
    font-weight: 600
}

.main-banner {
    background: linear-gradient(90deg, rgb(34 17 113) 30%, #440646 100%)
}

.img-area {
    background: url(../images/main-banner.webp) center left/contain no-repeat
}

@media (max-width:992px) {
    .img-area {
        background: 0 0
    }
}

.gradient-bg {
    background: linear-gradient(90deg, rgb(34 17 114) 0, rgb(68 6 71) 100%)
}

.highlights li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c3b8d6;
    padding: 10px 0;
    margin-bottom: 20px
}

.highlights li .about-item span {
    margin-right: 10px;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 8px 10px;
    font-size: 22px;
    font-weight: 600
}

.header .menu-btn:hover,
.header li a.active,
.header li:hover a {
    color: var(--theme-color-main) !important
}

.bg-companies,
.header li a.active {
    border: 1px solid var(--theme-color-main)
}

.bg-companies {
    background: #fff;
    padding: 15px 20px;
    text-align: center
}

.border {
    border: 1px solid #49175f !important
}

.text-decoration-underline {
    border-bottom: 2px solid var(--theme-color-main)
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important
}

.footer a:hover {
    color: #c7cbff !important
}

.footer li {
    list-style-type: none;
    font-size: 16px;
    letter-spacing: 1px
}

.form-control,
.form-select {
    height: 55px
}

.bg-dark {
    background-color: #09182c !important
}

.header a.logo,
.header li a {
    text-decoration: none;
    color: #000 !important;
    display: block
}

.header li a.active {
    border-radius: 6px
}

.header {
    position: fixed;
    z-index: 1000;
    background: #fff;
    width: 100%
}

.header ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.header li a {
    padding: 6px 20px;
    font-weight: 500
}

.header a.logo {
    float: left;
    font-size: 2em;
    padding: 10px 20px
}

.header a:hover.logo {
    color: #000
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out
}

.header .menu-icon {
    cursor: pointer;
    float: right;
    padding: 28px 20px;
    user-select: none
}

.header .menu-icon .navicon {
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px
}

.header .menu-icon .navicon:after,
.header .menu-icon .navicon:before {
    background: var(--theme-color-main);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: .2s ease-out;
    width: 100%
}

.header .menu-icon .navicon:before {
    top: 5px
}

.header .menu-icon .navicon:after {
    top: -5px
}

.header .menu-btn {
    display: none
}

.header .menu-btn:checked~.menu {
    max-height: 260px;
    padding-bottom: 20px
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: 0 0
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg)
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg)
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0
}

@media (min-width:992px) {
    .header li {
        float: left
    }

    .header li a {
        padding: 6px 30px
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none
    }

    .header .menu-icon {
        display: none
    }
}

.j-tags {
    color: #000;
    font-size: 18px;
    padding: 5px 10px 5px 15px;
    margin-bottom: 10px;
    font-style: italic
}

.j-tags::before {
    content: ' Â» ';
    position: absolute;
    left: 0;
    right: 0;
    color: #4d38b2;
    font-size: 20px;
    top: 2px
}

.j-tags:hover {
    color: #4d38b2 !important
}

.description-lp {
    all: initial !important;
    font-family: var(--bs-font-sans-serif) !important
}

.description-lp li,
.description-lp p,
.description-lp ul {
    padding: revert !important;
    margin: revert !important;
    font-size: 18px;
    list-style: revert !important
}

.autocomplete-items {
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 0;
    position: absolute;
    z-index: 99;
    max-height: 130px !important;
    padding: 10px;
    overflow-y: scroll;
    width: 93%;
    cursor: pointer;
    color: #000;
    text-align: left
}

.page-search .autocomplete-items {
    margin-top: 0;
    width: 95% !important
}

@media (min-width:577px) and (max-width:992px) {
    .page-search .autocomplete-items {
        width: 97% !important
    }
}

@media (max-width:576px) {

    .autocomplete-items,
    .page-search .autocomplete-items {
        width: 93% !important
    }
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4
}

.autocomplete-items div:hover {
    background-color: #e9e9e9
}

label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px
}

label.error.fail-alert {
    border: 2px solid red;
    border-radius: 4px;
    line-height: 1;
    padding: 2px 0 6px 6px;
    background: #ffe6eb
}

input.valid.success-alert {
    border: 2px solid #4caf50;
    color: green
}

input.error,
textarea.error {
    border: 1px solid red !important;
    font-weight: 300;
    color: red
}

.alert {
    border: 1px solid #0a3622;
    border-radius: 6px;
    background: #d1e7dd
}

.alert-success {
    color: #0a3622
}

< !------------ FAQs Styles ---------------->.faq-wrap {
    padding: 2rem 0;
    max-width: 680px;
}

.faq-label {
    font-size: 18px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-text-tertiary);
    margin-bottom: 6px;
}

.faq-title {
    font-size: 26px;
    font-weight: 400;
    color: var(--color-text-primary);
    margin: 0;
}

.faq-item {
    background: #f4eefb;
    padding: 0 20px;
    margin: 5px;
    border-radius: 10px;
}

.faq-item:last-child {
    border-bottom: 0.5px solid var(--color-border-tertiary);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 1.1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    text-align: left;
}

.faq-q-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-num {
    font-size: 16px;
    min-width: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.faq-link {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text-primary);
    text-decoration: none;
    transition: color 0.15s;
}

.faq-link:hover {
    color: #178CF2;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.faq-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative;
    border-radius: 50%;
    border: 0.5px solid var(--theme-color-main);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    background: var(--theme-color-main);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.2s;
}

.faq-icon::before {
    width: 10px;
    height: 1.5px;
}

.faq-icon::after {
    width: 1.5px;
    height: 10px;
}

.faq-item.open .faq-icon {
    background: var(--theme-color-light);
    border-color: transparent;
    border-radius: 50%;
    border: 0.5px solid var(--theme-color-main);
}

.faq-item.open .faq-icon::before,
.faq-item.open .faq-icon::after {
    background: var(--theme-color-main);
}

.faq-item.open .faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease, padding 0.25s ease;
}

.faq-answer-inner {
    padding: 0 0 1.2rem 32px;
    font-size: 14px;
    line-height: 1.75;
    color: var(--color-text-secondary);
}

.faq-answer-inner a {
    color: #178CF2;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.faq-item.open .faq-answer {
    max-height: 300px;
    background: #ffffff;
    padding-top: 10px;
}