body {
    font-family: 'Mona Sans', system-ui, sans-serif;
}

.manrope {
    font-family: 'Manrope', system-ui, sans-serif;
}

.container {
    max-width: 1280px;
    padding: 0 80px;
    margin: 0 auto;
}

button {
    cursor: pointer;
}

.modal-ol {
    list-style: decimal !important;
}

.inner-nav a {
    margin: 0;
}

.swiper-inner .swiper-horizontal>.swiper-pagination-bullets {
    bottom: -40px !important;
}

.click-each::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: black;
}



/* #test-tab .active{
color: #57A2FF !important;
} */

.adv-ul li::after {
    content: "";
    position: absolute;
    left: -30px;
    top: 3px;
    background-image: url(../images/blue-ticck.svg);
    width: 20px;
    height: 20px;
}

.home-service-container {
    padding-right: 0 !important;
}

/* #password {
    font-size: 22px !important;
} */

.swiper-inner .home-serviceslider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 10px;
    border-radius: 1000px;
    background: #57A2FF !important;
    border: none !important;
}

.swiper-inner .home-serviceslider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #2E2E30 !important;
    background: transparent !important;
    opacity: 1 !important;
}

.teamGridSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 10px;
    border-radius: 1000px;
    background: #57A2FF !important;
    border: none !important;
}

.teamGridSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #2E2E30 !important;
    background: transparent !important;
    opacity: 1 !important;
}

[type=checkbox]:checked {
    background-color: rgb(164 27 27) !important;
    accent-color: red !important;
}

.profile-tab .active img {
    filter: invert(57%) sepia(19%) saturate(3478%) hue-rotate(191deg) brightness(102%) contrast(101%);


}

.profile-tab .active a {
    color: #57A2FF;

}



@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 16px;
    }

    .our-teamm::after {
        right: -11px;
    }

    .our-servicesection::after {
        top: 12%;
    }

    .home-aboutsection::after {
        top: 0;
    }

    .testimonial-section::after {
        content: "";
        position: absolute;
        width: 171px !important;
        height: 71px !important;
        background: #57A2FF;
        left: 0;
        top: 68px !important;
        z-index: -1;
        filter: blur(100px) !important;
    }
}

/* footer marquee */
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.animate-marquee {
    display: inline-block;
    min-width: 100%;
    animation: marquee 40s linear infinite;
}

.home-serviceslider {
    width: 100%;
    height: 100%;
    overflow: unset !important;
}

.home-serviceslider .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-serviceslider .swiper-slide img {
    display: block;
}


.home-partnerslider {
    width: 100%;
    height: 100%;
}

.home-partnerslider .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 114px;
}

.home-partnerslider .swiper-slide img {
    display: block;

}

.terms-ul li {
    position: relative;
    margin-left: 40px;
}

.terms-ul li::after {
    content: "";
    position: absolute;
    left: -40px;
    width: 4px;
    top: 10px;
    height: 4px;
    background: #363737;
    border-radius: 50%;
}

/* hide default icon */
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

input[type="date"]::-webkit-datetime-edit {
    color: #2E2E30;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.avatar {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    object-fit: cover;
}

.avatar.center {
    /* transform: scale(1.2); */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    z-index: 10;
    width: 74px;
    height: 74px;
}

.avatar:hover {
    opacity: 0.8;
}

.avatar-scroll-container {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-card {
    background: #447FC8;
}

.home-aboutsection::after {
    content: "";
    position: absolute;
    width: 133px;
    height: 133px;
    background: #57A2FF;
    right: 0;
    top: 20%;
    z-index: -1;
    filter: blur(83.2px);
}

/* .testimonial-section::after {
    content: "";
    position: absolute;
    width: 233px;
    height: 233px;
    background: #57A2FF;
    right: 0;
    top: 33%;
    z-index: -1;
    filter: blur(110px);
} */

.testimonial-section::before {
    content: "";
    position: absolute;
    width: 233px;
    height: 233px;
    background: #57A2FF;
    left: 0;
    top: 33%;
    z-index: -1;
    filter: blur(110px);
}

.our-teamm::after {
    content: "";
    position: absolute;
    width: 133px;
    height: 133px;
    background: #57A2FF;
    right: -184px;
    top: 77px;
    z-index: -1;
    filter: blur(110px);
}

.lets-connect::after {
    content: "";
    position: absolute;
    width: 233px;
    height: 233px;
    background: #57A2FF;
    left: 0;
    top: 0%;
    z-index: 0;
    filter: blur(110px);
}

.our-servicesection::after {
    content: "";
    position: absolute;
    width: 233px;
    height: 233px;
    background: #57A2FF;
    left: 0;
    top: 23%;
    z-index: -1;
    filter: blur(110px);
}


/* For Webkit browsers (Chrome, Edge, Safari) */
.custom-scrollbar::-webkit-scrollbar {
    height: 4px;
    /* <-- scrollbar thickness */
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #E5F3FF;
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #57A2FF;
    border-radius: 10px;
}

/* Hover effect */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #3d8be6;
}

.help-code::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 2px;
    background: #948F8F;
}

.slide-1 {
    margin-right: -4px;
    z-index: 2;
}

.slide-2 {
    margin-right: -4px;
    z-index: 1;
}

.slide-3 {
    z-index: 0;
    margin-right: -4px;
}

.slide-4 {
    margin-right: -4px;
}

.slide-6 {
    margin-left: -4px;
}

.slide-7 {
    margin-left: -4px;
    z-index: 1;
}

.slide-8 {
    margin-left: -4px;
    z-index: 2;
}

.slide-9 {
    margin-left: -4px;
    z-index: 3;
}

.account-menu {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 10;
    transform: translateY(-50%) scale(0.95);
    width: 280px;
    background: #fff;
    padding: 20px 0;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    display: none;
    /* Hidden by default */
}

/* Show menu on mobile only when toggled */
@media (max-width: 1023px) {
    .account-menu {
        display: block;
    }
}

/* Hide on desktop */
@media (min-width: 1024px) {
    .account-menu {
        display: none !important;
    }
}

.account-menu.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
}

.iti {
    width: 100% !important;
}

/* Loader CSS */
.loader-wrapper {
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

.home-serviceslider .swiper-slide {
    height: auto;
}

.home-serviceslider .swiper-slide>div {
    height: 100%;
}

.loader {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #57A2FF #57A2FF transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    border-radius: 50%;
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #FF3D00 #FF3D00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

.loader::before {
    width: 32px;
    height: 32px;
    border-color: #57A2FF #57A2FF transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.header-wrapper {
    box-shadow: none !important;
}

.header-scrolled {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    box-shadow: none !important;
}

/* =========================================
   Custom Inline Styles Extracted
   ========================================= */

/* Inline Error Styles */
.inline-error {
    font-size: 11px;
    color: #ef4444;
    /* Tailwind red-500 */
    margin-top: 4px;
    line-height: 1.2;
}

.input-error {
    border-color: #ef4444 !important;
}

/* Auth Alert Animation */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.slide-down-animation {
    animation: slideDown 0.3s ease-out;
}

/* CMS Content Styles */
.cms-content ul {
    list-style-type: disc !important;
    padding-left: 2rem !important;
    margin-bottom: 1rem !important;
    display: block !important;
}

.cms-content ol {
    list-style-type: decimal !important;
    padding-left: 2rem !important;
    margin-bottom: 1rem !important;
    display: block !important;
}

.cms-content p {
    margin-bottom: 1.5rem !important;
    line-height: 1.8 !important;
}

.cms-content p:last-child {
    margin-bottom: 0 !important;
}

.cms-content li {
    margin-bottom: 0.75rem !important;
    display: list-item !important;
    line-height: 1.6 !important;
}

/* Headings within CMS content */
.cms-content h1,
.cms-content h2,
.cms-content h3,
.cms-content h4,
.cms-content h5,
.cms-content h6 {
    font-weight: 700 !important;
    margin-top: 2.5rem !important;
    margin-bottom: 1.25rem !important;
    color: #121212 !important;
    line-height: 1.2 !important;
}

.cms-content h1 {
    font-size: 2rem !important;
}

.cms-content h2 {
    font-size: 1.75rem !important;
}

.cms-content h3 {
    font-size: 1.5rem !important;
}

.cms-content h4 {
    font-size: 1.25rem !important;
}