@import url(globle.css);

.header,
.hrone {
    left: 0;
    top: 0;
}

.ourreviews:after,
.process:before {
    content: "";
    content: "";
    content: "";
    content: "";
}

.hrtwo,
.promise {
    bottom: 0;
    right: 0;
}

.owl-dots,
.qrcode {
    margin-top: var(--fs48);
}

.aphand,
.fstitm,
.servArea h4,
.whyitm h4,
.whyitm p {
    text-align: center;
}

.process-text p,
.rnews a h4 {
    -webkit-line-clamp: 3;
}

.header {
    padding: var(--fs16) 0;
    position: unset;
    width: 100%;
    z-index: 999;
    background: #fff;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}



.h_nItem .img img,
.header.active {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
}

.header.active {
    background: #ecf2f7;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: 0.7s ease-in-out;
}

.promise,
.whyitm:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

.innerHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h_rgt,
.navigation ul {
    align-items: center;
    display: flex;
}

.h_rgt {
    justify-content: flex-end;
    gap: var(--fs12);
}

.navigation ul {
    gap: var(--fs40);
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    padding: 10px 30px;
}

.navigation ul li a {
    font-size: var(--fs16);
    font-weight: 500;
    color: var(--black);
}

.navigation ul li.active a {
    color: var(--primary);
}

.f_linker li a:hover,
.h_ntext a:hover,
.hrtxt h1 span,
.navigation ul li a:hover,
.phem a:last-child:hover,
.rnews a:hover h4,
.wyitm a:hover {
    color: var(--primary);
}

.hamburger {
    width: 46px;
    height: 46px;
    display: none;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border-radius: 33px;
    background: linear-gradient(120deg, #3c286b 15%, #f06 100%);
}

.hamburger svg {
    width: 20px;
    height: auto;
}

.hamburger:focus,
.hamburger:hover {
    color: var(--white);
    background: linear-gradient(120deg, #f06 15%, #3c286b 100%);
}

.abtimg,
.footer>div,
.heroSlide,
.hrimg,
.reviewslides {
    position: relative;
}

.arrowhigh,
.hrone,
.hrtwo,
.process:before,
.promise {
    position: absolute;
}

.abtus {
    background: #f9f9f9;
}

.mbitm:nth-child(2n),
.promise {
    background: var(--white);
}

.float-animation {
    animation: 2s ease-in-out infinite floatUpDown;
    will-change: transform;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

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

.abttxt ul {
    display: flex;
    flex-direction: column;
    gap: var(--fs12);
    margin: var(--fs24) 0 var(--fs30);
}

.abttxt ul li,
.promise ul li {
    position: relative;
    align-items: center;
    color: var(--text);
}

.abttxt ul li {
    display: flex;
    justify-content: flex-start;
    gap: var(--fs10);
}

.abttxt ul li:before,
.hrtxt ul li:before,
.promise ul li:before {
    background-image: url(../../assets/img/check-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    width: var(--fs20);
    height: var(--fs20);
}

.abttxt button {
    margin-top: var(--fs36);
}

.hero-slider .dots {
    display: none;
}

.abttxt .promise,
.head span {
    display: none;
}

.promise {
    width: fit-content;
    border-radius: var(--fs24);
    padding: var(--fs24) var(--fs60) var(--fs24) var(--fs24);
}

.promise h5 {
    font-size: var(--fs20);
    color: var(--black);
    font-weight: 600;
    margin-bottom: var(--fs24);
}

.hrtxt ul,
.promise ul {
    display: flex;
    flex-direction: column;
    gap: var(--fs12);
}

.promise ul li {
    display: flex;
    justify-content: flex-start;
    gap: var(--fs12);
    font-size: var(--fs14);
}

.newhero {
    background: #ecf2f7;
}

.arrowhigh {
    left: -45px;
    bottom: 45px;
}

.hrtxt h1 {
    font-size: 74px;
    font-weight: 700;
    line-height: 82px;
    letter-spacing: 0;
    margin-bottom: 0;
}

.hrtxt>p,
.mbitm h4 {
    font-size: var(--fs18);
}

.hrtxt>p {
    margin: var(--fs24) 0;
    line-height: var(--fs28);
    padding-right: 120px;
}

.hrtxt ul li {
    font-size: var(--fs16);
    line-height: normal;
    color: var(--text);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--fs10);
}

.hrtxt .btngrp {
    margin-top: 40px;
}

.float-left-right {
    animation: 3s ease-in-out infinite floatLeftRight;
}

@keyframes floatLeftRight {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
    }
}

.mbitm {
    background: rgba(255, 0, 102, 0.07);
    border: 1px solid rgba(255, 0, 102, 0.15);
    border-radius: var(--fs16);
    padding: var(--fs16) var(--fs24);
}

.mbitm h4 {
    margin-bottom: 6px;
}

.mbitm p {
    margin-bottom: 0;
    font-size: 15px;
}

.process {
    background: #f2f3f7;
    position: relative;
}

.process:before {
    left: 0;
    top: 0;
    background-image: url(../../assets/img/corner1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    width: 16%;
    height: 50%;
}

.flow-item .number {
    border-bottom: 1px solid var(--border2);
    display: flex;
    align-items: end;
    padding-bottom: var(--fs40);
    margin-bottom: var(--fs40);
}

.flow-item .number span {
    font-size: 130px;
    font-weight: 800;
    font-family: var(--inter);
    color: transparent;
    position: relative;
    line-height: 110px;
    text-shadow: 1px 1px 0 transparent, -1px 1px 0 transparent,
        1px -1px 0 transparent, -1px -1px 0 transparent, 0 1px 0 transparent,
        0 -1px 0 transparent, 1px 0 0 transparent, -1px 0 0 transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.flow-item .number label,
.process-text h4 {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.flow-item .number label {
    transform: rotate(-90deg);
    position: relative;
    top: -16px;
    left: calc(var(--fs14) - 4px);
    font-size: calc(var(--fs16) - 1px);
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--colorBlack);
    transition: 0.4s ease-in-out;
}

.process-text h4 {
    font-size: var(--fs24);
    font-weight: 700;
    line-height: normal;
    transition: 0.4s ease-in-out;
}

.process-text p,
.review-item>p {
    display: -webkit-box;
    font-weight: 400;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.flow-item:hover .number label,
.flow-item:hover .number span,
.flow-item:hover .process-text h4 {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.flow-item:hover .number span {
    -webkit-text-stroke: 1px var(--secondary);
    text-shadow: 1px 1px 0 var(--secondary), -1px 1px 0 var(--secondary),
        1px -1px 0 var(--secondary), -1px -1px 0 var(--secondary),
        0 1px 0 var(--secondary), 0 -1px 0 var(--secondary),
        1px 0 0 var(--secondary), -1px 0 0 var(--secondary);
    transition: 0.4s ease-in-out;
}

.flow-item:hover .number label,
.flow-item:hover .process-text h4 {
    color: var(--secondary);
    transition: 0.4s ease-in-out;
}

.flow-item:hover .number,
.whyitm {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.flow-item:hover .number {
    border-color: var(--secondary);
    transition: 0.4s ease-in-out;
}

.ourreviews {
    background: var(--lightGrey2);
    background: #f2f3f7;
    position: relative;
}

.ourreviews .container {
    position: relative;
    z-index: 9;
}

.ourreviews:after,
.revitm:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.review-item>p {
    -webkit-line-clamp: 6;
    font-size: var(--fs18);
}

.clientinfo>div h5,
.whyitm h4 {
    font-size: var(--fs20);
    font-weight: 600;
}

.clientinfo>img {
    width: calc(var(--fs20) * 3) !important;
    height: calc(var(--fs20) * 3);
    border-radius: var(--fs50);
}

.clientinfo>div h5 {
    color: var(--colorBlack);
    margin-bottom: 5px;
}

.clientinfo>div label {
    font-size: var(--fs14);
    color: var(--textColor);
    font-weight: 500;
    letter-spacing: 0.3px;
}

.reviews .owl-dots {
    display: flex;
    gap: 7px;
    margin-top: var(--fs50);
}

.reviews .owl-dots button {
    width: var(--fs14);
    height: var(--fs14);
    background: #ccc !important;
    display: block;
    border-radius: var(--fs20);
}

.servArea h4:after,
.servArea h4:before {
    width: 40%;
    height: 1px;
    top: 15px;
}

.reviews .owl-dots button.active {
    background: var(--primary) !important;
}

.whyitm {
    border: 1px solid #d9d9d9;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 24px;
    transition: 0.4s ease-in-out;
}

.socialmedia ul li a,
.whyitm:hover {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.whyitm img {
    display: block;
    margin: 0 auto;
}

.whyitm h4 {
    margin: var(--fs30) 0 var(--fs14);
}

.whyitm p {
    margin-bottom: 0;
    font-size: var(--fs14);
    line-height: var(--fs22);
}

.whyitm:hover {
    border-color: var(--primary);
    margin-top: -10px;
    transition: 0.4s ease-in-out;
}

.f_linker li.active a {
    color: var(--primary);
}

.f_linker li a,
.servArea h4:after,
.servArea h4:before {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.ourreviews:after {
    right: 0;
    bottom: 0;
    background-image: url(../../assets/img/corner2.png);
    background-position: right bottom;
    width: 20%;
    height: 50%;
}

.revitm {
    background: var(--white);
    padding: var(--fs30) var(--fs40);
    border-radius: var(--fs24);
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.owl-dots,
.socialmedia ul {
    align-items: center;
    gap: var(--fs10);
}

.revitm:before {
    left: 28px;
    top: 22px;
    content: "";
    background-image: url(../../assets/img/quote.svg);
    background-position: left top;
    width: 146px;
    height: 104px;
    opacity: 0.6;
}

.footer:before,
.policytxt ul li:before,
.servArea h4:before {
    content: "";
    position: absolute;
    left: 0;
}

.footer,
.footer:before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.revitm p {
    font-size: var(--fs18);
    color: var(--black);
    font-weight: 500;
    line-height: var(--fs32);
    margin-bottom: 0;
}

.clntdet img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50px;
}

.clntdet h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.copyright p,
.f_brand p,
.head h4,
.policytxt .container>div p:last-child {
    margin-bottom: 0;
}

.clntdet label {
    display: block;
    color: var(--text);
}

.strrtng {
    color: #fec32f;
}

.owl-dots {
    display: flex;
    justify-content: flex-start;
}

.owl-dots button {
    width: var(--fs14);
    height: var(--fs14);
    background: #ccc !important;
    display: block;
    border-radius: var(--fs16);
}

.owl-dots button.active {
    background: var(--secondary) !important;
}

.footer {
    background-image: url(../../assets/img/footerbg.png);
    position: relative;
}

.footer:before {
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/img/overlaybg.svg);
}

.f_brand a img {
    height: auto;
}

.f_brand p {
    color: rgba(255, 255, 255, 0.8);
}

.head h4,
.phem a,
.socialmedia ul li a {
    color: var(--white);
}

.head {
    margin-bottom: var(--fs30);
}

.head h4 {
    font-size: var(--fs24);
    font-weight: 600;
    letter-spacing: 0.3px;
}

.f_linker {
    margin-right: 60px;
}

.f_linker li a {
    display: block;
    font-size: 15px;
    color: #fff;
    padding: var(--fs10) 0;
}

.head.accd.active {
    border-bottom: 0;
}

.socialmedia ul {
    display: flex;
    justify-content: flex-start;
}

.socialmedia ul li a {
    width: 45px;
    height: 45px;
    transition: 0.4s ease-in-out;
    border-radius: var(--fs50);
    background: #493280;
    border: 0 solid #1d1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialmedia ul li a:hover {
    background: var(--primary);
    color: var(--white);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.phem {
    display: flex;
    flex-direction: column;
    gap: var(--fs16);
}

.phem a {
    font-size: var(--fs22);
    font-weight: 400;
    display: block;
    letter-spacing: 0.5px;
}

.h_ntext label,
.locList li a,
.phem p,
.servArea h4 {
    letter-spacing: 0.3px;
}

.phem a:hover,
.swiper-button-next,
.swiper-button-prev {
    color: var(--primary) !important;
}

.copyright p,
.phem a:first-child:hover,
.phem a:last-child,
.phem p {
    color: var(--white);
}

.phem a:first-child {
    color: var(--white);
    font-weight: 600;
    text-decoration: underline;
    line-height: normal;
    font-size: var(--fs22);
}

.phem p {
    font-size: var(--fs16);
    line-height: var(--fs24);
    margin-top: var(--fs16);
}

.copyright p,
.locList li a,
.policylink a {
    font-size: var(--fs14);
}

.f_btm {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.policylink {
    display: flex;
    align-items: center;
    gap: var(--fs24);
}

.policylink a {
    color: #fff;
}

.icon,
.servArea h4 {
    font-size: var(--fs24);
}

.policylink a:hover {
    opacity: 1;
    color: var(--primary);
}

.servArea h4 {
    margin-bottom: var(--fs24);
    position: relative;
    color: var(--white);
    font-weight: 600;
    z-index: 99;
}

.servArea h4:after {
    content: "";
    position: absolute;
    right: 0;
}

.locList {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    gap: var(--fs10);
}

.locList li a {
    background: #fff;
    color: var(--secondary);
    padding: var(--fs12) var(--fs14);
    border-radius: 6px;
    display: block;
    font-weight: 500;
    transition: 0.5s ease-in-out;
}

.locList li.active a {
    transition: 0.5s ease-in-out;
    background: var(--primary);
    color: var(--white);
}

.locList li a:hover {
    transition: 0.5s ease-in-out;
    background: var(--primary);
    color: var(--white);
}

.customAccordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--fs20);
}

.accordion-item {
    border: 1px solid #d9d9d9 !important;
    border-radius: var(--fs14) !important;
    overflow: hidden;
    background: rgba(203, 55, 55, 0.03);
    transition: 0.3s;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
}

.accordion-header h4 {
    margin: 0;
    font-size: var(--fs18);
    font-weight: 500;
    color: var(--black);
}

.icon {
    width: var(--fs34);
    height: var(--fs34);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
}

.accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.45s;
}

.accordion-body {
    padding: 0 var(--fs24) var(--fs24);
}

.accordion-body p {
    margin: 0;
    color: var(--text);
}

.accordion-item.active .icon {
    transform: rotate(180deg);
}

.aphand {
    width: 100%;
}

.dwnbtn a,
.dwnbtn img,
.qrcode {
    width: fit-content;
}

.dwnbtn img {
    height: var(--fs56);
}

.dwnbtn a {
    display: inline-block;
}

.dwnbtn p {
    font-size: calc(var(--fs16) + 1px);
    font-weight: 500;
    color: var(--black);
    max-width: 80%;
}

.qrcode {
    background: #e4e4e7;
    padding: 10px;
    border-radius: var(--fs16);
    outline: 7px solid var(--white);
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.2);
}

.qrcode img {
    width: 170px;
    height: auto;
}

.policytxt img {
    margin: 20px 0;
    border-radius: var(--fs24);
}

.gitfrm input,
.policytxt table {
    border: 1px solid var(--border2);
}

.policytxt .container>div h4:first-child,
.policytxt img:first-child {
    margin-top: 0;
}

.policytxt h4 {
    margin-top: var(--fs24);
    margin-bottom: var(--fs16);
    font-size: var(--fs24);
}

.policytxt h5 {
    font-size: var(--fs18);
}

.policytxt ol,
.policytxt ul {
    margin: var(--fs24) 0;
    display: flex;
    flex-direction: column;
    color: var(--text);
}

.policytxt ol li,
.policytxt ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 14px;
}

.policytxt ol li strong,
.policytxt ul li strong {
    color: var(--black);
    font-weight: 600;
}

.policytxt p strong,
.policytxt table tr th,
.ttlCount span {
    color: var(--black);
    font-weight: 500;
}

.policytxt ul li:before {
    background-image: url(../../assets/img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: var(--fs16);
    height: var(--fs16);
    top: 5px;
}

.policytxt ul ul {
    padding-left: 20px;
}

.policytxt ul ul li {
    list-style: outside;
    padding: 0;
}

.policytxt table tr td,
.policytxt table tr th {
    padding: var(--fs12) var(--fs24) var(--fs12) var(--fs16);
    border-bottom: 1px solid var(--border2);
    vertical-align: middle;
    font-size: var(--fs16);
}

.allarea ul.arealist li:before,
.policytxt ul ul li:before {
    content: none;
}

.policytxt table {
    margin: var(--fs24) 0;
}

.frm label,
.gitfrm .form-group label {
    margin-bottom: calc(var(--fs10) - 5px);
}

.policytxt table tr th {
    border-right: 1px solid var(--border2);
}

.policytxt table tr td {
    color: var(--text);
}

.frm {
    border-radius: var(--fs24);
    border: 1px solid var(--border2);
    padding: var(--fs48);
    background: var(--white);
}

.frm label {
    font-size: var(--fs14);
    font-weight: 500;
    color: var(--black);
    display: block;
}

.frm input,
.frm textarea {
    font-size: calc(var(--fs16) - 1px);
    color: var(--black);
    font-weight: 500;
}

.frm label sup {
    color: var(--primary);
    font-size: var(--fs16);
    position: relative;
    top: -2px;
}

.frm input {
    line-height: var(--fs48);
    padding: 0 var(--fs16);
    border-radius: var(--fs10);
    border: 1px solid var(--border2);
    width: 100%;
    background: var(--white);
    font-weight: 500;
}

.frm input:active:focus,
.frm input:focus,
.gitfrm input:active:focus,
.gitfrm input:focus,
.gitfrm select:active:focus,
.gitfrm select:focus,
.gitfrm textarea:active:focus,
.gitfrm textarea:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--primary);
    background: var(--white);
}


.frm select {
    height: 50px;
    padding: 0 var(--fs16);
    border-radius: var(--fs10);
    border: 1px solid var(--border2);
    width: 100%;
    background: var(--white);
    font-weight: 500;
}

.frm select:active:focus,
.frm select:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--primary);
    background: var(--white);
}


.frm textarea {
    height: 80px;
    padding: var(--fs12);
    line-height: normal;
    border-radius: var(--fs10);
    border: 1px solid var(--border2);
}

.pagination ul li,
.pagination ul li a {
    width: var(--fs50);
    border-radius: var(--fs50);
    color: var(--blue);
    font-size: var(--fs18);
    height: var(--fs50);
}

.h_nItem {
    height: 100%;
}

.h_nItem .img {
    overflow: hidden;
    border-radius: var(--fs24) var(--fs24) 0 0;
}

.h_nItem .img img {
    transform: scale(1);
    transition: 0.7s ease-in-out;
}

.h_nItem:hover .img img {
    transform: scale(1.1);
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

.h_ntext {
    padding: var(--fs24);
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: var(--border2);
    border-radius: 0 0 var(--fs24) var(--fs24);
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gitfrm input[type="file"],
.pagination {
    padding-left: 0;
}

.h_ntext label {
    font-size: var(--fs14);
    color: var(--text);
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.h_ntext h4,
.h_ntext p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.h_ntext h4 {
    font-size: var(--fs20);
    margin: var(--fs16) 0 var(--fs10);
    -webkit-line-clamp: 1;
}

.gitfrm .form-group label,
.srtinfo span {
    color: var(--text);
    font-size: var(--fs14);
}

.h_ntext p {
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}

.h_ntext a,
.srtinfo {
    display: flex;
    align-items: center;
}

.h_ntext a {
    margin-top: var(--fs24);
    justify-content: flex-start;
    gap: var(--fs10);
    font-weight: 600;
}

.srtinfo {
    justify-content: flex-start;
    gap: var(--fs24);
}

.pagination ul li,
.srtinfo span {
    align-items: center;
    display: flex;
}

.srtinfo span {
    font-weight: 500;
    justify-content: flex-start;
    gap: var(--fs10);
}

.gitfrm input,
.gitfrm select {
    width: 100%;
    padding: 0 var(--fs16);
    font-size: 16px;
    font-weight: 500;
}

.srtinfo span svg path {
    fill: var(--primary);
}

.ttlCount {
    font-size: var(--fs18);
    font-weight: 400;
    color: var(--text);
}

.pagination {
    display: flex;
    list-style: none;
}

.pagination ul li {
    justify-content: center;
    font-weight: 600;
}

.allarea .arealist li.active a,
.pagination ul li a:hover,
.pagination ul li.active,
.rcard ul li:hover {
    background: var(--primary);
    color: var(--white);
}

.gitfrm input,
.gitfrm select,
.gitfrm textarea,
.mediaconn ul li a:hover,
.wyitm:nth-child(2n) a:hover {
    color: var(--black);
}

.pagination ul li a {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.gitfrm {
    border-radius: var(--fs24);
    padding: var(--fs40);
    border: 1px solid var(--border2);
}

.gitfrm .form-group label {
    display: block;
}

.gitfrm .form-group label sup {
    color: var(--primary);
    font-size: var(--fs16);
    top: 0;
    position: relative;
}

.gitfrm input {
    line-height: var(--fs50);
    border-radius: var(--fs10);
}

.gitfrm select {
    border: 1px solid var(--border2);
    height: var(--fs50);
    border-radius: var(--fs10);
}

.gitfrm textarea {
    height: 75px;
    padding: var(--fs10);
    border-radius: var(--fs10);
    resize: none;
    font-size: 14px;
    font-weight: 500;
}

.wyitm a,
.wyitm label,
.wyitm p {
    color: var(--white);
}

.fmchk {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--fs16);
}

.otrwytgit,
.wyitm {
    display: flex;
    gap: var(--fs24);
}

.fmchk input[type="checkbox"] {
    padding: 0;
    width: var(--fs20);
    height: var(--fs20);
}

.fmchk label {
    font-size: var(--fs14);
    width: 95%;
}

.fmchk label a {
    color: #3c286b;
    font-weight: 600;
}

.fmchk label a:hover {
    color: var(--primary);
    text-decoration: underline;
}

.otrwytgit {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.mediaconn,
.wyitm {
    align-items: center;
}

.wyitm {
    justify-content: space-between;
    background: #3c286b;
    padding: var(--fs26) var(--fs30);
    border-radius: var(--fs24);
}

.wyitm:nth-child(2n) {
    background: var(--primary);
}

.wyitm img {
    width: 45px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(104%);
}

.wyitm label {
    display: block;
    font-size: var(--fs16);
    margin-bottom: var(--fs10);
}

.wyitm a {
    font-size: var(--fs20);
    font-weight: 500;
    line-height: var(--fs28);
}

.wyitm p {
    font-size: var(--fs18);
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
}

.wyitm>div {
    width: 80%;
}

.mediaconn {
    display: flex;
    justify-content: center;
    gap: var(--fs48);
}

.mediaconn h2 {
    margin-bottom: 0;
    font-size: 24px;
    white-space: nowrap;
}

.mediaconn h2 span {
    color: var(--primary);
    font-weight: 700;
}

.line {
    width: 50%;
    height: 1px;
    background: var(--black);
}

.mediaconn ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--fs16);
}

.mediaconn ul li a {
    font-size: var(--fs24);
    color: var(--primary);
}

.map iframe {
    display: block;
    margin: 0;
    width: 100%;
    height: 600px;
}

.arhead,
.fstitm,
.fstitm span,
.fstrw {
    display: flex;
}

.fstrw {
    align-items: flex-start;
    gap: var(--fs20);
    margin-top: var(--fs40);
}

.fstitm {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: var(--fs10);
    width: 32%;
    background: #f9f9f9;
    border: 1px solid var(--border2);
    border-radius: var(--fs16);
    padding: var(--fs16) var(--fs20);
}

.arhead,
.arhead.active {
    border-bottom: 1px solid var(--border1);
}

.fstitm span {
    align-items: center;
    justify-content: center;
    color: var(--primary);
}

.fstitm span img {
    filter: brightness(0) saturate(100%) invert(25%) sepia(96%) saturate(7256%) hue-rotate(330deg) brightness(103%) contrast(108%);
    height: var(--fs40);
}

.fstitm label {
    font-size: var(--fs14);
    display: block;
    margin: 0;
    color: var(--black);
    font-weight: 500;
}

.abtmretxt {
    background: #f7f7f7;
}

.abtmretxt p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.ourmssion .fstitm span {
    margin-bottom: var(--fs16);
}

.ourmssion .fstitm span img {
    height: var(--fs50);
}

.ourmssion .fstitm {
    gap: 0;
    padding: var(--fs24) var(--fs20);
}

.ourmssion .fstitm h5 {
    margin-bottom: 10px;
    font-size: 17px;
}

.ourmssion .fstitm p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.ourmssion .img img {
    border-radius: 24px;
}

.allarea {
    background: #f2f3f7;
    border-radius: var(--fs24);
}

.arhead {
    align-items: center;
    justify-content: space-between;
    padding: var(--fs24) var(--fs24);
}

.arhead h4 {
    margin-bottom: 0;
    line-height: normal;
}

.arhead span {
    cursor: pointer;
    display: none;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.allarea .arealist li a,
.arhead span.active {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.arhead span.active {
    transform: rotate(180deg);
    transition: 0.5s ease-in-out;
}

.allarea ul.arealist {
    padding: var(--fs16);
    margin: 0;
    list-style: none;
    gap: var(--fs10);
}

.allarea ul.arealist li {
    padding-left: 0;
    margin-bottom: 10px;
}

.allarea .arealist li a {
    display: block;
    padding: var(--fs16) var(--fs20);
    color: var(--secondary);
    font-weight: 500;
    background: var(--white);
    border-radius: var(--fs10);
    transition: 0.5s ease-in-out;
}

.allarea .arealist li a:hover {
    background: var(--primary);
    color: var(--white);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#outer-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.swiper-slide {
    background-size: cover;
    background-position: 50%;
    display: flex;
    flex-direction: column;
    object-fit: cover;
    min-height: 800px;
    max-width: 100%;
    height: 800px;
    justify-content: center;
}

.policytxt .accordion-header h4 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.r_sidebar {
    display: flex;
    flex-direction: column;
    gap: var(--fs24);
}

.rcard {
    background: #f7f7f7;
    padding: var(--fs24);
    border: 1px solid var(--border2);
    border-radius: var(--fs24);
}

.rcard h4 {
    margin-bottom: var(--fs24);
    font-size: var(--fs20);
}

.rcard ul {
    display: flex;
    flex-direction: column;
    gap: var(--fs10);
}

.rcard ul li {
    padding: var(--fs12) var(--fs16);
    background: var(--white);
    border-radius: var(--fs10);
    line-height: normal;
}

.rnews {
    border-bottom: 1px solid var(--border1);
    padding-bottom: var(--fs20);
    margin-bottom: var(--fs20);
}

.rnews:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.rnews a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.rnews a .img {
    width: 100px;
    height: auto;
    border-radius: var(--fs10);
    overflow: hidden;
}

.rnews a h4 {
    margin-bottom: 0;
    font-size: var(--fs16);
    font-weight: 600;
    width: calc(100% - 120px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



/* Modal */

.modal-content {
    border-radius: var(--fs24);
    padding: 0px;
}

.mdlpop .heading h2 {
    font-size: var(--fs36);
    line-height: normal;
}

.mdlpop .heading p {
    margin-top: var(--fs10);
}

.mdlpop .img {
    padding-top: 40px;
}

.mdlpop .img img {
    width: 80%;
    margin: 0 auto;
}

.mdlpop .form-group label {
    color: var(--black);
    font-size: calc(var(--fs16) - 1px);
    display: block;
    margin-bottom: 3px;
}

.mdlpop .form-group input {
    line-height: var(--fs50);
    border-radius: var(--fs10);
    width: 100%;
    padding: 0 var(--fs16);
    font-size: 16px;
    font-weight: 500;
}

.mdlpop .form-group input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: none;
}

.fmside {
    width: 100%;
    height: 100%;
    padding: 50px 60px 50px 0px;
}

.modal-backdrop.show {
    opacity: 0.7;
}

button.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

button.btn-close:focus {
    outline: none;
    box-shadow: none;
}

.mdlpop .form-check label {
    color: var(--text);
}

.mdlpop .form-check label a {
    color: var(--secondary);
    font-weight: 500;
}

.mdlpop .form-check label a:hover {
    color: var(--primary);
    text-decoration: underline;
}




/* =====================================
   Apply Now Stepper
===================================== */

.loan-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-height: 100%;
    overflow-y: scroll;
    overflow: hidden;
}

.form-step {
    height: 100%;
}

.loan-card {
    width: 100%;
    height: 100%;
}

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

.loan-header {
    padding: 30px 35px;
    color: #fff;
    background: linear-gradient(135deg,
            #b02f69,
            #4b168f);
}

.loan-header h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.loan-header p {
    font-size: 14px;
    opacity: 0.9;
}

/* =====================================
   PROGRESS
===================================== */

.progress-wrapper {
    padding: 28px 35px 15px;
    background: #fff;
}

.progress {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.progress::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 30px;
    right: 30px;
    height: 3px;
    background: #e5e5e5;
    z-index: 0;
}

.progress-line {
    position: absolute;
    top: 18px;
    left: 30px;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg,
            var(--primary),
            var(--purple-light));
    z-index: 1;
    transition: width 0.3s ease;
}

.step-item {
    position: relative;
    z-index: 2;
    flex: 1;
    text-align: center;
}

.step-circle {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eeeeee;
    color: #777;
    font-size: 13px;
    font-weight: 700;
    transition: 0.3s;
}

.step-item.active .step-circle,
.step-item.completed .step-circle {
    color: #fff;
    background: linear-gradient(135deg,
            var(--primary),
            var(--purple-light));
}

.step-label {
    display: block;
    margin-top: 8px;
    font-size: 11px;
    color: #777;
}

.step-item.active .step-label {
    color: var(--purple);
    font-weight: 700;
}

/* =====================================
   FORM CONTENT
===================================== */

.form-content {
    height: 100%;
}

.form-step {
    display: none;
    animation: fadeIn 0.3s ease;
}

.form-step.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* =====================================
   STEP HEADING
===================================== */

.step-heading {
    text-align: center;
    margin-bottom: 12px;
    padding-right: 0;
}

.step-heading .icons {
    margin-bottom: var(--fs10);
}

.step-heading .icons img {
    height: 50px;
    width: 50px;
}

.step-heading h2 {
    font-size: var(--fs18);
    margin-bottom: 4px;
    color: var(--black);
    font-weight: 700;
    font-family: var(--mont);
}

.step-heading h2 span {
    color: var(--primary);
}

.step-heading p {
    margin-bottom: 0px;
    font-size: var(--fs14);
    line-height: normal;
}


/* =====================================
   FORM GRID
===================================== */

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.form-group {}

.form-group.full {
    grid-column: 1 / -1;
}

label {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.required {
    color: var(--primary);
}

/* =====================================
   MOBILE VERIFICATION STEP
===================================== */

.verification-wrapper {
    max-width: 100%;
    margin: 0 auto;

}

.verification-wrapper .form-group {}

.cptcref {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.captcha-box {
    width: calc(100% - 30px);
    height: 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999;
    background: #e7e7e7;
    border-radius: 5px;
}

.captcha-box::before,
.captcha-box::after {
    content: "";
    position: absolute;
    width: 140%;
    height: 1px;
    background: #8d9aaa;
}

.captcha-box::before {
    transform: rotate(20deg);
}

.captcha-box::after {
    transform: rotate(-20deg);
}

.captcha-line-1,
.captcha-line-2,
.captcha-line-3 {
    position: absolute;
    width: 120%;
    height: 1px;
    background: #a2adbc;
}

.captcha-line-1 {
    transform: rotate(0deg);
}

.captcha-line-2 {
    transform: rotate(32deg);
}

.captcha-line-3 {
    transform: rotate(-32deg);
}



#captchaText {
    position: relative;
    z-index: 3;
    color: #092b69;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    transform: rotate(-1deg);
}

.captcha-refresh {
    margin-top: 0;
    border: 0;
    background: transparent;
    color: var(--purple-light);
    font-size: 16px;
    cursor: pointer;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.frm label.terms-wrapper {
    font-size: var(--fs14);
    font-weight: 400;
    color: var(--text);
    display: flex;
    align-items: flex-start;
    gap: 10px;
}



.terms-wrapper input[type="checkbox"] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-top: 5px;
    cursor: pointer;
    box-shadow: none;
}


.terms-text {
    font-size: var(--fs14);
    font-weight: 400;
    color: var(--text);
}

.terms-text a {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 500;
}

.terms-text a:hover {
    text-decoration: underline;
    color: var(--primary);
}

/* =====================================
   UPLOAD
===================================== */

.upload-box {
    width: 100%;
    min-height: auto;
    padding: 6px 10px;
    border: 1px dashed var(--border2);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
    margin-bottom: 0px;
}

.upload-box:hover {
    border-color: var(--primary);
    background: #faf8ff;
}

.upload-box input {
    display: none;
}

.upload-icon {
    font-size: 15px;
    margin-bottom: 2px;
}

.upload-icon svg path {
    fill: var(--primary);
}

.upload-icon i {
    color: var(--primary);
}


.upload-box strong {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    line-height: normal;
    display: block;
}

.upload-box span {
    margin-top: 1px;
    color: var(--text);
    font-size: 10px;
    text-align: center;
    display: block;
}

.file-preview {
    display: none;
    margin-top: 8px;
    padding: 8px 10px;
    border-radius: 7px;
    background: #f5f5f5;
    color: #555;
    font-size: 12px;
}

.file-preview.show {
    display: block;
}

/* =====================================
   REFERENCE CARD
===================================== */

.reference-card {
    padding: 10px;
    margin-bottom: 0px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.reference-title {
    margin-bottom: 15px;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
}

/* =====================================
   LOAN OFFER
===================================== */

.offer-card {
    padding: 20px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg,
            var(--secondary),
            var(--primary));
}

.offer-card h2 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
}

.loan-slider {
    margin-bottom: 10px;
}

.loan-slider label {
    color: #fff;
}

.loan-slider input {
    height: auto;
    padding: 0;
    accent-color: #fff;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.offer-item span {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    opacity: 1;
    line-height: normal;
    color: var(--white);
}

.offer-item strong {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: normal;
}

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

.button-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 20px;
}

/* =====================================
   SUCCESS SCREEN
===================================== */

.success-screen {
    padding: 0px 0px 30px;
    text-align: center;
    margin-right: 10px;
}

.success-icon {
    width: 85px;
    height: 85px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg,
            var(--primary),
            var(--purple));
    font-size: 40px;
}

.success-screen h2 {
    margin-bottom: 10px;
    font-size: 26px;
}

.success-screen p {
    color: #777;
    font-size: 16px;
    line-height: 1.7;
}

.application-id {
    display: inline-block;
    margin: 0px 0 10px;
    padding: 10px;
    border: 1px dashed var(--primary);
    border-radius: 8px;
    background: #fff4f7;
    color: var(--primary);
    font-weight: 500;
}

#applicationId {
    font-weight: 600;
}

.lender-box {
    margin-top: 16px;
    padding: 14px 10px;
    border-radius: 12px;
    background: #f8f8f8;
    border: 1px solid var(--border2);
}

.lender-box strong {
    font-size: 12px;
}

.lender-name {
    margin-top: 5px;
    color: var(--primary);
    font-weight: 700;
}

.lender-box small {
    color: #777;
}


.applnw {
    background: #e5e5e5;
    height: auto;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .applnw {
        /* height: calc(100vh - 87px);
        min-height: 0;
        overflow: hidden;*/
    }
}

.newfm .heading .subtitle {
    border-color: var(--border2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.newfm .heading h2 {
    font-size: 32px;
    line-height: normal;
}

.fetrs {
    display: flex;
    flex-wrap: wrap;
    gap: var(--fs10);
    margin-top: var(--fs24);
}

.fetrs li {
    display: flex;
    justify-content: flex-start;
    gap: var(--fs10);
    width: calc(50% - 10px);
}

.fetrs li:before {
    background-image: url(../../assets/img/check-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    width: var(--fs20);
    height: var(--fs20);
    position: relative;
    top: 2px;
}

/* ==========================================================
       STICKY LEFT COLUMN FIX
       ========================================================== */

/* Bootstrap's .row is a flex container with align-items:stretch
       by default, which forces both columns to equal height and
       kills the "scroll room" sticky needs. Override it here. */

.applynow .row.g-5 {
    align-items: flex-start;
}

/* Make the left column stick on scroll */

.applynow .row>div:first-child {
    position: sticky;
    top: 125px;
    /* distance from top of viewport while sticking */
    align-self: flex-start;
    /* needed inside a flex row */
}

/* Safety net: make sure no ancestor of .newfm clips/scrolls internally.
       If .applynow, .container or body/html ever get overflow:hidden/auto/scroll
       added elsewhere in your CSS, sticky will silently stop working. */

.applynow,
.applynow .container {
    overflow: visible;
}

/* Optional: on small/medium screens sticky usually looks odd because
       columns stack vertically — disable it below desktop breakpoints. */

@media (max-width: 1199px) {
    .applynow .row>div:first-child {
        position: static;
    }
}

@media (max-width: 991px) {
    .applynow .row>div:first-child {
        position: static;
    }
}

@media (max-width: 767px) {
    .applynow .row>div:first-child {
        position: static;
    }
}

@media (max-width: 575px) {
    .applynow .row>div:first-child {
        position: static;
    }
}



.applnw .container {}

.applnw .container .row {
    height: 100%;
}

.applnw .frm {
    padding: 20px;
    height: 100%;
    width: 345px;
    min-height: 541px;
}

.applnw .frm form {
    height: 100%;
}

.applnw .frm input {
    line-height: var(--fs28);
    font-size: var(--fs14);
    font-weight: 400;
    border-radius: 5px;
    padding: 0px 10px;
}

.applnw .frm select {
    height: var(--fs30);
    font-size: var(--fs14);
    font-weight: 400;
    border-radius: 5px;
    padding: 0px 10px;
}

.applnw .frm label {
    font-weight: 500;
    margin-bottom: 1px;
    font-size: 12px;
}

#companyAddress {
    height: 50px;
    resize: none;
    padding: 8px;
    font-size: 13px;
    border: 1px solid var(--border2);
}

#companyAddress:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--primary);
}

.stepper {
    display: flex;
    flex-direction: column;
    margin: 30px 0px;
    padding-left: 8px;
}

.stepper.stts {
    background: var(--grey2);
    padding: 24px;
    border-radius: var(--fs16);
}

.stepper .step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    min-height: 70px;
}

.stepper .step:last-child {
    min-height: auto;
}

.stepper .dot-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 16px;
    margin-top: 4px;
}

.stepper .dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e0e0e6;
    z-index: 2;
    flex-shrink: 0;
}

.stepper .step.active .dot {
    background: var(--primary);
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.15);
}

.stepper .line {
    width: 3px;
    flex: 1;
    background: #e0e0e6;
    margin-top: 4px;
    min-height: 40px;
}

.stepper .step:last-child .line {
    display: none;
}

/* Line fills purple when the PREVIOUS step is completed/active */
.stepper .step.line-filled .line {
    background: var(--primary);
}

.stepper .content {
    padding-bottom: 10px;
}

.stepper .label {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    margin-bottom: 6px;
}

.stepper .step.active .label {
    color: #1a1a1a;
    font-weight: 600;
}

.stepper .badge {
    background: var(--primary);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 20px;
    display: inline-block;
}


.frmprt {
    display: flex;
    justify-content: flex-end;
}




/* Pay Now CSS */

.pynw {
    background: #f2f3f7;
    height: auto;
}

.actions {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.panel {
    display: none;
}

.panel.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 1;
        transform: translateY(0px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.panel p.sub {
    font-size: 13px;
    color: #888;
    margin-bottom: 24px;
}



.dues table tr:nth-child(2n) {
    background: #f9f8fc;
}

.dues table tr:hover {}

.dues table tr th {
    padding: 8.5px 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    border-bottom: 0px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    vertical-align: middle;
}

.dues table tr td {
    padding: 8.5px 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--text);
    border-bottom: 0px solid var(--border2);
    vertical-align: middle;
    text-align: end;
    width: 240px;
}

#wizardForm .panel {
    background: var(--white);
    border-radius: var(--fs24);
    padding: var(--fs20);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    min-height: 670px;
}

#wizardForm .panel>h4 {
    margin: 0px 0px 20px 0px;
    font-size: 22px;
    text-transform: capitalize;
}


.table-responsive {
    border-radius: 16px;
    border: 1px solid #ebebeb;
}

.shrtinfo p {
    margin-bottom: 0px;
    font-size: calc(var(--fs14) + 2px);
    font-weight: 500;
    color: var(--black);
    line-height: normal;
}

.shrtinfo p strong {
    font-weight: 400;
    color: var(--text);
    font-size: 14px;
    display: block;
    margin-bottom: 0px;
}

.mnthlyrep {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #ebebeb;
}

.emischdl {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: var(--fs16);
}

.mnthitem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--fs24);
    background: #F8F6FD;
    border-radius: var(--fs10);
    padding: var(--fs16) var(--fs16);
    border: 1px solid #efefef;
    border-left: 6px solid #efefef;
}

.mnthitem span {
    font-size: var(--fs24);
    font-weight: 600;
    color: var(--black);
    display: block;
    padding: 0px 10px;
}

.sinfo {
    width: 100%;
}

.sinfo h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary);
    margin-bottom: 0;
}

.sinfo>div.headin {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.alldet {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: var(--fs16);
}

.sinfo p {
    margin-bottom: 0px;
    font-size: calc(var(--fs14) + 0px);
    font-weight: 500;
    color: var(--black);
    line-height: normal;
    width: 30%;

}

.sinfo p strong {
    font-weight: 400;
    color: var(--text);
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
}


.emistts {
    padding: 3px 9px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
}

.emistts.overdue {
    background: #FEF2DE;
    color: var(--primary);
}

.paydue.mnthitem {
    border-left: 6px solid #FEF2DE;
}


.payupi {
    padding: 10px 10px;
    font-size: var(--fs14);
    text-transform: capitalize;
    background: linear-gradient(90deg, rgba(120, 42, 240, 1) 0%, rgba(229, 18, 127, 1) 100%);
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    width: 180px;
    text-align: center;
}

.payupi:hover {
    background: var(--secondary);
    color: var(--white);
}

.payupi:last-child {
    background: var(--white);
    color: var(--black);
    border: 1px solid var(--border2);
}

.payupi:last-child:hover {
    background: var(--secondary);
    color: var(--white);
}

.ttbts .payupi {
    width: 170px;
}

.ttlamt {
    margin-bottom: 0px;
    font-size: calc(var(--fs14) + 2px);
    font-weight: 500;
    color: var(--black);
    line-height: normal;
}

.ttlamt strong {
    font-weight: 400;
    color: var(--text);
    font-size: 14px;
    display: block;
    margin-bottom: 0px;
}

#entrupiid input {
    line-height: var(--fs40);
    padding: 0px 14px;
    background: var(--white);
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    width: 100%;
}

#entrupiid input:focus,
#entrupiid input:active:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--primary);
}

.successpge {
    padding-bottom: 20px;
}

.highlt {
    background: #E8F6E9;
    padding: 24px;
    border-radius: 16px;
    border-left: 6px solid var(--primary);
}

.highlt h4 {
    font-size: var(--fs18);
    font-weight: 600;
    color: green;
    text-align: center;
    margin-bottom: 5px;
}

.highlt p {
    margin-bottom: 0px;
    font-size: 16px;
    color: var(--text);
    text-align: center;
}

.chking {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--fs10);
    color: var(--text);
}

.chking span {
    width: 10px;
    height: 10px;
    background: var(--primary);
    border-radius: 20px;
}

.tmerem {
    font-weight: 500;
}

.tmerem span {
    background: #FAECF2;
    color: var(--primary);
    padding: 7px 12px;
    font-size: 14px;
    border-radius: 40px;
}

.successpge button.btn {
    padding: 0px 24px;
    line-height: var(--fs44);
    margin: 30px auto 0;
}

.applnw .btn-primary {
    font-size: 14px;
    line-height: 28px;
    padding-left: 20px;
}

.applnw .btn-primary svg {
    width: var(--fs28);
    height: var(--fs28);
}

.applnw .btn-secondary {
    font-size: 14px;
    line-height: 28px;
    padding: 0px 16px;
}

.applnw .btn-secondary svg {}

.midhead {
    margin-top: 10px;
}

.midhead h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

.pynwimg {
    border-radius: var(--fs24);
    overflow: hidden;
}

/* Hero Final Design */

.hero1 .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cen_cnt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100%;

}

.cen_cnt:before {
    /*background-image: url(../../assets/img/girl.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: -94px;
    bottom: 0;
    /*content: "";*/
    width: 100%;
    height: 90%;
    margin: 0 auto;
    */
}

.leftText {
    width: 37%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.leftText>h1 {
    font-size: var(--fs58);
    font-weight: 700;
    letter-spacing: -1px;
    color: #200157;
    margin-bottom: 0px;
    font-family: var(--mont);
}

.leftText>h1>span {
    color: var(--primary);
    font-weight: 800;
}

.leftText>span.tagline {
    font-size: var(--fs42);
    font-weight: 700;
    color: #200157;
    display: block;
    text-align: center;
    margin-top: -10px;
    font-family: var(--mont);

}

.animated-underline {
    position: relative;
    display: inline-block;
}

.animated-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 4px;
    background: var(--primary);
    border-radius: 10px;

    transform: scaleX(0);
    transform-origin: left;
    animation: underlineLoop 2s ease-in-out infinite;
}

@keyframes underlineLoop {

    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    45% {
        transform: scaleX(1);
        transform-origin: left;
    }

    55% {
        transform: scaleX(1);
        transform-origin: right;
    }

    100% {
        transform: scaleX(0);
        transform-origin: right;
    }

}


.canget {
    font-size: 18px;
    color: var(--black);
    font-weight: 700;
    font-family: var(--mont);
    position: relative;
    margin: 16px 0px;
    line-height: normal;
}

.canget:before {
    content: "";
    width: 45px;
    height: 2px;
    position: absolute;
    left: -60px;
    top: 13px;
    background: var(--primary);
}

.canget:after {
    content: "";
    width: 45px;
    height: 2px;
    position: absolute;
    right: -60px;
    top: 13px;
    background: var(--primary);
}

ul.badging {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 24px 0px;
}

ul.badging li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #F2E3FD;
    border-radius: 30px;
    padding: 5px 12px 5px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

ul.badging li svg {
    width: 18px;
    height: auto;
}

ul.badging li svg path {
    fill: #200157;
}

.interest-badge {
    width: 375px;
    margin: 0 auto;
}

.interest-main {
    position: relative;
    z-index: 9;
    padding: 16px 20px 9px 30px;

    border-radius: 16px;
    /* transform: skewX(-14deg); */
    color: #fff;
    text-align: center;
}

.interest-main:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(110deg, #25005c 0%, #4a008f 55%, #8b009f 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transform: skewX(-14deg);
    border-radius: 18px;
}

.interest-main:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, #ff0099, #c900ff);
    height: 100%;
    width: 100%;
    left: -10px;
    top: 0;
    transform: skewX(-14deg);
    border-radius: 18px;
}

.interest-top {
    font-size: 58px;
    font-weight: 700;
    line-height: 48px;
    font-family: var(--mont);
    position: relative;
    z-index: 1;
}


.rate {
    background: linear-gradient(180deg, #ff0066, #FF72AA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.interest-bottom {
    margin-top: 0;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--mont);
    letter-spacing: 0.3px;
    position: relative;
    z-index: 1;
}

.hiw {
    background-image: url(../../assets/img/hiwbg.png);
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding: var(--fs20);
    margin-top: 24px;
    border-radius: 20px;
}

.allhiwitem {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.allhiwitem:before {
    border-bottom: 2px dashed #BFA0E9;
    position: absolute;
    top: 41px;
    left: 0;
    width: 340px;
    content: "";
    margin: 0 auto;
    right: 0;
}

.hiwitem {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 12px;
    flex-direction: column;
    position: relative;
}

.hiw h3 {
    font-size: var(--fs20);
    color: #200157;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: var(--mont);
    line-height: normal;
}

.hiwitem>span {
    background: #DAC4FE;
    background: radial-gradient(circle, rgba(218, 196, 254, 1) 0%, rgba(239, 228, 252, 1) 100%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 100px;
    font-size: 20px;
    outline: 7px solid #fff;
    margin: 11px auto 9px;
}

.hiwitem>h4 {
    font-size: var(--fs14);
    font-weight: 600;
    line-height: normal;
    color: var(--black);
    text-align: center;
    margin-bottom: 0px;

}



.poc {
    width: auto;
}

.poc img {
    position: absolute;
    top: auto;
    left: 0;
    right: -112px;
    width: 46%;
    height: auto;
    margin: 0 auto;
    bottom: 0px;
    object-fit: contain;
}




.rightText {
    width: 19%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 35px;
    height: 100%;
    padding-top: 0;
    position: relative;
    z-index: 9;
}

.rightText:before {
    position: absolute;
    left: 0;
    width: 90px;
    height: 100%;
    top: 0;
    content: "";
    /*background-image:url(../../assets/img/dashline.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
}


.rightText>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--fs16);
    background: #fff;
    border-radius: 61px;
    padding: 10px 30px 10px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
}

.rightText>div:nth-child(2),
.rightText>div:nth-child(3) {
    margin-left: 20px;
}

.rightText>div>span.icon {
    width: var(--fs52);
    height: var(--fs52);
    border-radius: 100px;
    background: #DAC4FE;
    background: radial-gradient(circle, rgba(218, 196, 254, 1) 0%, rgba(253, 251, 255, 1) 100%);
    font-size: var(--fs30);
}

.rightText div div h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 0px;
}

.rightText div div p {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: normal;
}

.hero1 button.btn.btn-primary {
    padding: 0px 48px;
    line-height: 50px;
    background: #FF0066;
    background: linear-gradient(180deg, rgba(255, 0, 102, 1) 0%, rgba(176, 0, 70, 1) 100%);
}


/* End Hero Final Design */






/* Hero Slider */

.hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: calc(100vh - 87px);
    min-height: 533px;

}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: transform 0.6s ease;
}

.slide.active {
    position: relative;
    transform: translateX(0%);
}

.slide img {
    display: block;
    height: auto;
}

.hero1 {
    width: 100%;
    height: 100%;
    background-image: url(../../assets/img/blankbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero2 {
    background-image: url(../../assets/img/blankbg3.png);
}

/* Arrows */
.arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    border: 2px solid #d91f29;
    color: #d91f29;
    transition: background 0.2s ease;
}

.arrow:hover {
    background: #d91f29;
    color: #fff;
}

.arrow.prev {
    left: 20px;
}

.arrow.next {
    right: 20px;
}

/* Dots */
.dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 5;
}

.dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #d91f29;
    width: 24px;
    border-radius: 5px;
}

.millions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.mtext {
    width: 35%;
}

.mtext label.subttl {
    font-size: var(--fs16);
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--black);
    position: relative;
    padding-left: 35px;
    margin-bottom: var(--fs10);
}

.mtext label.subttl:before {
    position: absolute;
    left: 0;
    top: 11px;
    width: 24px;
    height: 2px;
    background: var(--black);
    content: "";
}

.mtext h2 {
    font-weight: 800;
    font-size: var(--fs48);
    color: #200157;
}

.mtext h2 span {
    display: block;
    font-size: 94px;
    line-height: 90px;
    background: linear-gradient(120deg, #ff0066, #6a11cb);
    background-clip: text;
    color: transparent;
    margin-top: 10px;
}

.thku {
    font-family: "Caveat", cursive;
    position: relative;
    font-weight: 700;
    color: var(--primary);
    /* font-style: italic; */
    font-size: var(--fs28);
    position: relative;
    margin-top: var(--fs16);
}

.thku:after {
    position: absolute;
    left: 125px;
    width: 265px;
    height: 2px;
    background: linear-gradient(120deg, #EA3B8F, #6C2BD9);
    content: "";
    top: 22px;
}

.mtext p {
    color: #2F2F2F;
    font-size: 18px;
    line-height: 28px;
    margin: 24px 0px;
}

.hero2 .hiw {
    background-image: url(../../assets/img/hiwbg.png);
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding: 24px 40px 24px 20px;
    margin-top: 24px;
    border-radius: 20px;
}

.hero2 .hiw .allhiwitem {
    justify-content: space-between;
}

.watermark {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    transform: rotate(-90deg);
    font-size: 280px;
    font-weight: 800;
    color: #6C2BD9;
    opacity: 0.08;
}

.mImg {
    width: 35%;
}


/* End Hero Slider */




/* Login CSS */


.lgnpge {
    background: #f2f3f7;
}

.lgnpge .card {
    width: 100%;
    max-width: 400px;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(31, 15, 82, 0.08);
    margin-left: 16px;
    margin-right: 16px;
}

.card h1 {
    font-size: 24px;
    color: var(--ink);
    margin-bottom: 6px;
}

.card p.sub {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 30px;
}

.field {
    margin-bottom: 12px;
}

.field label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 4px;
}

.field input {
    width: 100%;
    padding: 0px 14px;
    line-height: 50px;
    border: 1px solid var(--border2);
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
    background: var(--white);
}

.field input:focus {
    border-color: var(--primary);
}

.row-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.remember {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--ink);
    cursor: pointer;
    user-select: none;
}

.remember input[type="checkbox"] {
    width: 17px;
    height: 17px;
    accent-color: var(--primary);
    cursor: pointer;
}

.forgot {
    font-size: 13px;
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
}

.forgot:hover {
    text-decoration: underline;
}

.btn-login {
    width: 100%;
    padding: 14px;
    background: linear-gradient(120deg, #3c286b 15%, #f06 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-login:hover {}

.signup-line {
    text-align: center;
    font-size: 13px;
    color: var(--muted);
    margin-top: 22px;
    margin-bottom: 0px;
}

.signup-line a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.signup-line a:hover {
    text-decoration: underline;
}




/* Locations CSS */

.page-body {
    padding: 48px 0 64px;
    background: var(--bg);
}

.layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 44px;
    align-items: start;
}

.box {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--fs24);
}

.box-lg {
    padding: 32px;
}

.block-title {
    font-size: 1.32rem;
    font-weight: 600;
    color: var(--navy-deep);
    margin-bottom: 6px;
}

.item-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
}

.item-grid-2 .item-row:nth-child(n+3) {
    border-top: 1px solid var(--line);
}

.item-row {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid var(--line);
}

.item-row:first-child {
    border-top: none;
    padding-top: 0;
}

.item-marker {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--emerald-tint);
    color: var(--emerald-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.item-body h4 {
    font-size: 0.97rem;
    font-weight: 600;
    margin-bottom: 3px;
}

.item-body p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--muted);
}

.box-lg+.box-lg {
    margin-top: 24px;
}

.cta-dark {
    background: linear-gradient(155deg, var(--navy-deep), var(--navy));
    color: #fff;
    border-radius: var(--fs24);
    margin-top: 24px;
}

.cta-dark.inline {
    padding: 34px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.cta-dark.inline h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
    color: var(--white);
}

.cta-dark p {
    color: #C4D1E2;
}

.cta-dark.inline p {
    font-size: 0.9rem;
    margin: 0;
    max-width: 46ch;
    line-height: normal;
}

.cta-dark a.btn {
    color: var(--secondary);
    border-color: var(--white);
    background: var(--white);
}

.cta-dark a.btn:hover {
    background: transparent;
    color: var(--white);
}


.side-sticky {
    position: sticky;
    top: 86px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.side-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 22px;
}

.apply-card {
    background: linear-gradient(155deg, var(--navy-deep), var(--navy));
    color: #fff;
    border: none;
}

.side-card h5 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 14px;
    color: var(--navy-deep);
}

.apply-card p {
    color: #C4D1E2;
    font-size: 0.86rem;
    margin: 8px 0 16px;
}

.apply-card .play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: #fff;
    color: var(--navy-deep);
    font-weight: 700;
    padding: 11px;
    border-radius: 8px;
    font-size: 0.88rem;
}


.toc a {
    display: block;
    padding: 7px 0;
    font-size: 0.88rem;
    color: var(--muted);
    border-bottom: 1px solid var(--line);
}


.search-wrap {
    position: relative;
    margin-bottom: 14px;
}

.search-wrap i {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    font-size: 0.85rem;
}

.search-wrap input {
    width: 100%;
    padding: 9px 12px 9px 32px;
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: 0.86rem;
    background: var(--bg);
}

.state-list {
    max-height: 290px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-right: 4px;
}

.state-row {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 8px;
    border-radius: 7px;
    font-size: 0.87rem;
}

.state-row i {
    font-size: 0.8rem;
    color: var(--muted);
    width: 14px;
}

.state-row.active i {
    color: var(--emerald-deep);
}

#noStateMatch {
    display: none;
    font-size: 0.85rem;
    color: var(--muted);
    padding: 8px 0;
}

.state-count {
    font-size: 0.78rem;
    color: var(--muted);
    margin-top: 10px;
}


.main-content {
    flex: 1;
    min-width: 0;
    /* Ensures dynamic HTML content doesn't break container boundary */
}

.cms-dynamic-content {
    color: #444;
    font-size: 15px;
    line-height: 1.7;
}

.cms-dynamic-content h2,
.cms-dynamic-content h3,
.cms-dynamic-content h4 {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #111;
}

.cms-dynamic-content ul {
    margin-left: 20px;
    margin-bottom: 20px;
    list-style-type: disc;
}

.cms-dynamic-content li {
    margin-bottom: 8px;
}

.cms-dynamic-content p {
    margin-bottom: 15px;
}

/* End Location CSS */