@import url(mainstyle.css);
* {
    scroll-behavior: smooth;
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

 ::-webkit-scrollbar {
    width: 10px;
}

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb {
    background: #fb16e9;
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #ff58f1;
}

.btn-close {
    background-image: unset;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--prime-text) !important;
    text-decoration: none;
}

[data-finquans-theme="dark"] [data-logo="dark"],
[data-finquans-theme="light"] [data-logo="light"] {
    display: block;
}

[data-finquans-theme="dark"] [data-logo="light"],
[data-finquans-theme="light"] [data-logo="dark"] {
    display: none;
}


/* ============================================ header css =================================================== */

header.fix {
    background-color: var(--head-bg);
}

header.fix .nav-link {
    color: var(--nav-text);
}

@media (max-width:1199px) {
    .nav-link {
        color: var(--nav-text) !important;
    }
}

header.fix img[data-item="light"] {
    display: none;
}

header img[data-item="dark"] {
    display: none;
}

header.fix img[data-item="dark"] {
    display: block;
}

.nav-link {
    color: var(--nav-text);
    padding: 0px !important;
    font-weight: 500;
    font-size: 14.5px;
    text-transform: capitalize;
    border-bottom: 2px solid transparent;
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
    color: var(--prime-text) !important;
    border-bottom: 2px solid var(--prime-border);
}

@media (max-width: 1199px) {
    .nav-link {
        width: 25%;
    }
}

::placeholder {
    color: var(--input-text) !important;
}

.head-content {
    width: 700px;
    margin: auto;
    max-width: 100%;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px !important;
}

.head-content2 {
    width: 800px;
    max-width: 100%;
    text-align: start;
    text-transform: capitalize;
    margin: 50px auto !important;
}

.theme-btn {
    min-width: 37px;
    min-height: 37px;
}

.icons-bg {
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--icon-text);
    background-color: var(--prime-bg);
}

.icons-bg2 {
    min-width: 30px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: var(--icon-text);
    background-color: var(--prime-alt-bg);
}


/* ======================================= Banner Section ========================================= */

.banner-content {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url('../../assets/images/banner.jpeg') no-repeat;
    background-size: cover;
    background-position: center top;
}

.banner-content>.container {
    min-height: 870px;
    display: flex;
    align-items: center;
}

.banner-main {
    max-width: 700px;
    width: 100%;
    margin-top: -200px;
}

.icon-rotate {
    position: absolute;
    right: -70px;
    transform: rotate(-90deg);
    top: calc(50% - 82.5px);
}

.icon-rotates {
    display: none;
}

@media(max-width: 575px) {
    .icon-rotate {
        position: relative;
        transform: none;
        right: unset;
        top: unset;
        margin-bottom: 20px;
    }
}

@media(max-width: 992px) {
    .banner-content>.container {
        min-height: 850px;
    }
}


/* ======================================= About Section ========================================= */

.abt-img {
    min-height: 500px;
    position: relative;
}

.abt-img img {
    width: 100%;
    max-width: 500px;
    min-height: 300px;
    object-fit: cover;
    object-position: center;
}

.abt-cont {
    background-color: var(--card-bg);
    max-width: 450px;
    margin: auto;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    padding: 30px;
    border-left: 2px solid var(--prime-border);
}


/* ======================================= Service Section ========================================= */

.service-card {
    background-color: var(--card-bg);
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 30px;
}

.service-card::before {
    position: absolute;
    content: "";
    height: 65%;
    width: 90%;
    background-color: var(--icon-bg);
    left: 0;
    right: 0;
    margin: auto;
    top: -110px;
    z-index: -1;
    border-radius: 50%;
    transition: 0.5s;
}

.service-card h3 {
    color: var(--head-text);
}

.service-card p {
    color: var(--para-text);
}

.service-card:hover {
    background-color: var(--prime-bg);
}

.service-card:hover h3,
.service-card:hover p {
    color: var(--white-text) !important;
}

.service-card:hover::before {
    background-color: #ff66f2 !important;
}

.contact-info ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media(max-width: 575px) {
    .contact-info ul {
        display: grid;
        grid-template-columns: unset;
    }
}


/* FAQ  */

.accordion-button:not(.collapsed) {
    color: var(--prime-text) !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: unset !important;
    border: none !important;
    border-bottom: 1px solid var(--light-border) !important;
    border-radius: 0px !important;
    margin-bottom: 25px;
}

.accordion-button::after {
    background-image: unset !important;
}

.accordion-button::after {
    display: none;
}

.faq-icon {
    margin-left: auto;
    font-size: 18px;
    transition: transform 0.3s ease-in;
}

.accordion-button:not(.collapsed) .faq-icon {
    transform: rotate(180deg);
}


/* =================================================== */

.border-btm {
    border-bottom: 2px solid var(--light-border);
    width: 60%;
    padding: 20px 0px;
}

div.error {
    color: red;
    text-transform: capitalize !important;
}

#backtotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    width: 50px !important;
    min-width: unset;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
}

.cust_alert {
    z-index: 99999;
}

.wa-float {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
    border-radius: 50%;
    padding: 10px;
    transition: transform 0.2s ease-in-out;
}

.wa-float:hover {
    transform: scale(1.1);
}

.wa-float img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.wa-popup {
    position: fixed;
    bottom: 75px;
    left: 10px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 8px 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 220px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-family: sans-serif;
}

.wa-popup-text {
    font-size: 14px;
    color: #222;
    z-index: 99999;
}

.wa-popup-close {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    font-weight: bold;
}

.whatsapp-ripple {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #1877F2;
    animation: ripple 2s infinite;
    z-index: -1;
    opacity: 0.5;
    z-index: -9999;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@media (max-width:900px) {
    .wa-float {
        bottom: 20px;
    }
    .wa-popup {
        bottom: 87px;
    }
}