/* ====================================== header-and-footer =========================================== */
.nav-item:has(i.rotate) {
    i {
        color: var(--bs-navbar-active-color);
        transform: rotate(320deg);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: inline-block;
    }
}

.social-media a {
    aspect-ratio: 1;
    background-color: var(--bs-primary);
}

.contact-info i {
    width: 35px;
    height: auto;
    aspect-ratio: 1;
    background-color: var(--bs-primary);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: none;
}

.contact-info > div {
    display: flex;
    align-items: baseline;
    word-break: break-word;
}
/* ====================================== Payment Solution Start =========================================== */
.bg-pale-blue {
    background-color: var(--pale-blue);
}
.ps-section-02 {
    .card {
        color: var(--primary-blue);
        padding: 1rem;
        transition:
            color 0.3s ease-in,
            background-color 0.3s ease-in;
        cursor: pointer;

        @media (min-width: 767px) {
            padding: 2.25rem;
        }

        &:hover {
            background-color: var(--primary-blue) !important;
            color: #fff;

            img {
                filter: brightness(0) invert(1);
            }
        }

        img {
            transition: filter ease-in 0.3s;
        }
    }
}
.ps-section-04 {
    background-image:
        url("../img/bg/ps_section_bg_01.png"),
        linear-gradient(var(--primary-blue));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.common-section {
    .card {
        border-style: dashed;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out;
        &:hover {
            background-color: var(--pale-blue);
        }
        ul {
            li {
                display: flex;
                align-items: center;
                gap: 18px;
                .icon-wrapper {
                    background-color: var(--primary-blue);
                    border-radius: 5px;
                    display: inline-flex;
                    padding: 0.375rem;
                    width: 40px;
                    height: 40px;
                    aspect-ratio: 1;
                    justify-content: center;
                    align-items: center;
                }
            }
        }
    }
}
.common-slider {
    .owl-nav {
        position: absolute;
        bottom: -30px;
        right: 45px;
        .owl-prev,
        .owl-next {
            border-radius: 3px !important;
            height: 30px !important;
        }
        .owl-prev{
            right: 15px;
        }
        @media (min-width: 992px) and (max-width: 1199.98px) {
            .owl-prev {
                left: -75px !important;
            }
        }
    }
}
.payment-slider {
    .owl-nav {
        position: absolute;
        bottom: -30px;
        right: 45px;
        .owl-prev,
        .owl-next {
            border-radius: 3px !important;
            height: 30px !important;
        }
        .owl-prev{
            right: 15px;
        }
        @media (min-width: 992px) and (max-width: 1199.98px) {
            .owl-prev {
                left: -75px !important;
            }
        }
    }
}
.ps-section-10 .card {
    background:linear-gradient(180deg, #F3F3F3 0%, #E9EAFF 100%);
    border: 0;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}
.ps-section-10 .card li{
    border-bottom: 1px solid rgba(175, 175, 175, 1);
    padding-bottom: 10px;
}
.ps-section-10 .right-card{
    background: linear-gradient(360deg, #052A54 0%, #106AD1 100%);
    color: white;
}
.ps-section-12{
    background: rgba(232, 240, 247, 1);
} 

.ps-section-12{
    .card {
        background: transparent;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out;
        &:hover {
            background-color: var(--primary-blue);

            h3 {
                color: #fff;
            }
        }
    }
}
.custom-grid .grid-item h3{
    color: rgba(5, 42, 84, 1);
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
}
.custom-grid .grid-item {
    border-right: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
}

.custom-grid .grid-item:nth-child(4n) {
    border-right: none;
}

.custom-grid .grid-item:nth-last-child(-n+4) {
    border-bottom: none;
}

@media (max-width: 1199px) {
    .custom-grid .grid-item:nth-child(4n) {
        border-right: 1px solid #a8a8a8;
    }

    .custom-grid .grid-item:nth-child(3n) {
        border-right: none;
    }

    .custom-grid .grid-item:nth-last-child(-n+4) {
        border-bottom: 1px solid #a8a8a8;
    }

    .custom-grid .grid-item:nth-last-child(-n+3) {
        border-bottom: none;
    }
}

@media (max-width: 991px) {
    .custom-grid .grid-item:nth-child(3n) {
        border-right: 1px solid #a8a8a8;
    }

    .custom-grid .grid-item:nth-child(2n) {
        border-right: none;
    }

    .custom-grid .grid-item:nth-last-child(-n+3) {
        border-bottom: 1px solid #a8a8a8;
    }

    .custom-grid .grid-item:nth-last-child(-n+2) {
        border-bottom: none;
    }
}
@media (max-width: 768px) {
    .custom-grid .grid-item{
        border-bottom: 1px solid #a8a8a8 !important;
    }
    .custom-grid .grid-item:nth-child(3n){
        border-right:none;
    }
    .custom-grid .grid-item:nth-child(2n){
        border-right: none;
    }
    .custom-grid .grid-item:nth-child(1n){
        border-right: none;
    }
}
/* ======================================= Payment Solution End ============================================ */
:root {
    --primary-blue: #003366;
    --secondary-blue: rgba(0, 70, 150, 1);
    --accent-yellow: #ffc107;
    --light-gray: #f8f9fa;
    --light-100: #f3f3f3;
    --pale-blue: #e8f0f7;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

body {
    padding-top: 80px;
}

.hero-section {
    background: linear-gradient(135deg, #003366 0%, #0047ab 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.hero-section h1 {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}

.hero-section .btn-apply {
    background-color: var(--accent-yellow);
    color: #000;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 25px;
    border: none;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.hero-section .btn-apply:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.4);
}

.hero-image {
    max-width: 100%;
    height: auto;
}

.stats-section {
    background: rgba(5, 42, 84, 1);
    margin-top: -50px;
    position: relative;
    z-index: 10;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 40px 20px;
    border-top: 0;
}

.stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
.ps-section-06{
    background-color: rgba(1, 67, 142, 1);
}
.ps-section-06 h2,
.ps-section-06 p{
    color: #ffffff !important;
}
.ps-section-9{
    background-color: rgba(1, 67, 142, 1);
}
.ps-section-9 h2,
.ps-section-9 p{
    color: #ffffff !important;
}

.stat-card .icon-box1 {
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
}

.stat-card h5 {
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    margin-top: 15px;
    font-weight: 600;
}
.common-slider .card{
    height: 242px !important;
}
.common-slider .card img{
    height: 100px !important;
}
.payment-slider .card{
    height: 267px !important;
}
.who-we-are-section {
    padding: 80px 0;
    background: white;
}

.who-we-are-section h2 {
    color: var(--secondary-blue);
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.who-we-are-section p {
    color: rgba(0, 0, 0, 1);
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 1.375rem;
}

.vision-mission-wrapper {
    margin-top: 70px;
}

.vm-box {
    position: relative;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 15px 34px -7px rgba(0, 0, 0, 0.33);
}

.vm-left {
    width: 49%;
    background: #e5e5e5;
    padding: 35px 10px 35px 30px;
    position: relative;
}

.vm-right {
    width: 51%;
    background: #ffffff;
    padding: 35px 35px 30px 10px;
    text-align: right;
}

.icon-box {
    background: #0a3d91;
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-box i {
    font-size: 28px;
    color: #fff;
}

.vm-left h3,
.vm-right h3 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 1);
}

.vm-left p,
.vm-right p {
    color: rgba(0, 0, 0, 1);
    line-height: 1.6;
    max-width: 535px;
    font-size: 1.05rem;
}

.vm-right .icon-box {
    margin-left: auto;
}

.how-it-works-section {
    background: linear-gradient(135deg, #003366 0%, #0047ab 100%);
    padding: 80px 0;
    position: relative;
}

.how-it-works-section h2 {
    color: white;
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.step-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.device-mockup {
    background: white;
    border-radius: 20px;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.device-screen {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.device-screen {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.device-screen iframe {
    object-fit: cover;
    position: absolute;
    height: 657px;
    width: 305px;
    border-radius:40px !important;
    left: 33px;
    top: 51px;
}
.testimonial-carousel iframe{
    width: 100%;
    height: 315px;
}
.step-number {
    font-size: 9rem;
    font-weight: 700;
    color: rgba(154, 202, 255, 1);
    line-height: 1;
}

.step-text {
    color: white;
    font-size: 1.2rem;
    margin-top: 10px;
}

.testimonials-section {
    padding: 100px 0;
    background: #f7f9fc;
    text-align: center;
}

.testimonials-section h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--secondary-blue);
    margin-bottom: 70px;
}

.testimonial-item {
    position: relative;
    padding-bottom: 50px;
}

.orbit-wrapper {
    position: relative;
    width: 450px;
    height: 450px;
    margin: auto;
}

.orbit-ring {
    position: absolute;
    width: 350px;
    height: 350px;
    border: 1px solid #2e6cf6;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.avatar-center {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.avatar-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.orbit-avatar {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.orbit-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar1 {
    top: 17%;
    left: 28%;
    width: 50px;
    height: 50px;
}

.avatar2 {
    top: 20%;
    right: -1%;
    width: 60px;
    height: 60px;
}

.avatar3 {
    bottom: 35%;
    left: 1%;
    width: 70px;
    height: 70px;
}

.avatar4 {
    bottom: 30%;
    right: -21%;
    width: 70px;
    height: 70px;
}

.testimonial-content {
    background: rgba(242, 242, 242, 1);
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0px 49px 80px 0px rgba(18, 35, 49, 0.04);
    margin-top: -113px;
    position: relative;
    z-index: 5;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-content::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgba(242, 242, 242, 1);
}

.testimonial-content p {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.8;
}

.testimonial-content h5 {
    margin-top: 15px;
    color: rgba(8, 40, 84, 1);
    font-weight: 500;
}

.owl-nav button {
    background: #f4b400 !important;
    color: white !important;
    padding: 8px 18px !important;
    margin: 10px;
    border-radius: 4px;
}

.floating-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.dot {
    position: absolute;
    border-radius: 50%;
}

.dot1 {
    background: rgba(255, 135, 1, 1);
    top: 10%;
    left: 15%;
    width: 17px;
    height: 17px;
}

.dot2 {
    background: #00bcd4;
    top: 5%;
    right: 20%;
    width: 10px;
    height: 10px;
}

.dot3 {
    background: #4caf50;
    bottom: 35%;
    left: 15%;
    width: 14px;
    height: 14px;
}

.dot4 {
    background: rgba(50, 167, 226, 1);
    bottom: 15%;
    right: 15%;
    width: 10px;
    height: 10px;
}

.dot5 {
    background: rgba(24, 152, 119, 1);
    bottom: 10%;
    left: 20%;
    width: 11px;
    height: 11px;
}

.dot6 {
    background: rgba(0, 208, 208, 1);
    bottom: 0%;
    left: 45%;
    width: 10px;
    height: 10px;
}

.cta-section {
    background: linear-gradient(135deg, #003366 0%, #0047ab 100%);
    padding: 80px 0;
    text-align: center;
}

.cta-section h2 {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.cta-section .btn-cta {
    background: white;
    color: var(--secondary-blue);
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 5px;
    border: none;
    transition: transform 0.3s ease;
}

.cta-section .btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

.owl-carousel .owl-nav button {
    position: absolute;
    transform: translateY(-50%);
    background: var(--accent-yellow) !important;
    color: #000 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
}

/* .owl-carousel .owl-nav button.owl-prev {
    left: -60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-nav button.owl-next {
    right: -60px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.testimonials-section .owl-nav button {
    bottom:-80px !important;
}

.testimonials-section .owl-nav button.owl-prev {
    right: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials-section .owl-nav button.owl-next {
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-dots {
    display: none;
    text-align: center;
    margin-top: 30px;
}

.owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #cecdcd;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active span {
    background: var(--secondary-blue);
}

/********* about us page start**********/
.section-title {
    color: #0b4ea2;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-company p,
.fintech-section p{
    text-align: justify;
}
.outer-image-wraper {
    position: relative;
    padding-right: 35px;
    padding-bottom: 35px;
}

.outer-image {
    position: absolute;
    background-color: #fff;
    width: 268px;
    height: 225px;
    border-radius: 27px;
    border: 2px solid rgba(255, 255, 255, 1);
    right: -30px;
    bottom: -40px;
}

.stand-box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.value-card {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
}

.value-card h6 {
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 32.8px;
    color: rgba(255, 255, 255, 1);
}

.stand-box-icon {
    background-color: #fff;
    width: 96px;
    height: 96px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 50%;
}

.value-card-icon {
    background-color: #fff;
    width: 95px;
    height: 95px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.stands-for {
    background: linear-gradient(135deg, #0b4ea2, #0a3c82);
}

.stand-box i {
    font-size: 30px;
    margin-bottom: 10px;
}

.stand-box p {
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.value-card {
    background: rgba(5, 42, 84, 1);
    color: white;
    padding: 25px;
    text-align: start;
    height: 100%;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.value-card i {
    font-size: 28px;
    margin-bottom: 10px;
}

.leader-card {
    background: white;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border: 0.5px solid rgba(217, 217, 217, 1);
}

.leader-card:hover h6,
.leader-card:hover p,
.leader-card:hover .leader-card-bottom {
    color: #fff;
    background: rgba(16, 106, 209, 1);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.leader-card img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.leader-card-bottom {
    position: relative;
    background: rgba(243, 242, 239, 1);
    border: 0.5px solid rgba(217, 217, 217, 1);
    padding: 10px;
    height: 130px;
}

.leader-card h6 {
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    color: rgba(5, 42, 84, 1);
    margin-top: 10px;
}

.leader-card p {
    font-weight: 500;
    font-size: 1rem;
    line-height: 21px;
    color: rgba(90, 90, 90, 1);
}

.linkedin-wraper {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    top: -15px;
    opacity: 1;
    border-radius: 15.5px;
    border: 2.5px solid rgba(217, 217, 217, 1);
    background: linear-gradient(135deg, #2489be 14.64%, #0575b3 85.36%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.advisor-card {
    max-width: 300px;
}

.manager-card {
    background: white;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}

.manager-card img {
    border-radius: 8px;
    margin-bottom: 8px;
}

/********* about us page end**********/

.jak-team-about p{
    text-align: justify;
}

.criteria-ui .txt-blue{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.criteria-ui p{
    width: 130px !important;
    text-align: center;
}
.jak-team-loan .siteinfo-card p{
    text-align: justify;
}

/********* contact us page start**********/
.contact-section {
    background-color: #f8f9fb;
    position: relative;
}

.contact-card {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    gap: 15px;
}

.contact-card .icon {
    width: 50px;
    height: 50px;
    background: #eaf2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(5, 42, 84, 1);
    font-size: 25px;
}

.contact-card h5 {
    margin-bottom: 3px;
    font-weight: 500;
    color: rgba(5, 42, 84, 1);
    font-size: 1.25rem;
}

.contact-card p {
    margin: 0;
    font-size: 1rem;
    color: rgba(90, 90, 90, 1);
}

.contact-form-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.contact-form-box h4 {
    color: rgba(5, 42, 84, 1);
    font-weight: 400;
    vertical-align: middle;
    font-weight: 500;
}

.contact-form-box .form-control {
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
}

.contact-form-box textarea {
    resize: none;
}
.textarea-wrapper {
    position: relative;
}

.char-count {
    position: absolute;
    bottom: 8px;
    right: 12px;
    font-size: 12px;
    color: #888;
}
.contact-form-box button {
    font-weight: 600;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(5, 42, 84, 1);
}
.contact-form-box button i {
    transform: rotate(-50deg);
}
/********* contact us page end**********/

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .step-container {
        flex-direction: column;
    }

    .stat-card {
        margin-bottom: 30px;
    }

    .owl-carousel .owl-nav {
        display: none;
    }

    .owl-dots {
        display: block;
    }

    .vm-box {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .vm-left {
        width: 100%;
        background: #ffffff;
        padding: 30px 30px;
    }

    .vm-right {
        width: 100%;
        background: #ffffff;
        padding: 30px 30px;
    }

    .avatar2 {
        right: -77%;
    }

    .avatar4 {
        right: -80%;
        z-index: 10;
    }

    .outer-image {
        width: 168px;
        height: 152px;
        right: 0px;
        bottom: 0px;
    }
    .device-screen iframe {
        left: 60px;
        top: 57px;
    }
}

@media (max-width: 575.98px) {
    .avatar-center {
        width: 100px;
        height: 100px;
        top: 50%;
        left: 40%;
    }

    .avatar1 {
        top: 20%;
        left: 55%;
        width: 50px;
        height: 50px;
    }

    .avatar2 {
        top: 20%;
        right: -20%;
        width: 60px;
        height: 60px;
    }

    .avatar3 {
        bottom: 35%;
        left: 1%;
        width: 70px;
        height: 70px;
    }

    .avatar4 {
        bottom: 30%;
        right: -70%;
        width: 70px;
        height: 70px;
    }

    .orbit-ring {
        width: 280px;
        height: 280px;
        top: 50%;
        left: 45%;
    }
    .device-screen{
        padding:0;
    }
    .device-screen iframe {
        left: 40px;
        top: 37px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .avatar-center {
        width: 120px;
        height: 120px;
        top: 50%;
        left: 50%;
    }

    .avatar1 {
        top: 20%;
        left: 70%;
        width: 50px;
        height: 50px;
    }

    .avatar2 {
        top: 20%;
        right: 75%;
        width: 60px;
        height: 60px;
    }

    .avatar3 {
        bottom: 35%;
        left: 1%;
        width: 70px;
        height: 70px;
    }

    .avatar4 {
        bottom: 30%;
        right: 10%;
        width: 70px;
        height: 70px;
    }

    .orbit-ring {
        width: 320px;
        height: 320px;
        top: 50%;
        left: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .avatar-center {
        width: 120px;
        height: 120px;
        top: 50%;
        left: 50%;
    }

    .avatar1 {
        top: 20%;
        left: 70%;
        width: 50px;
        height: 50px;
    }

    .avatar2 {
        top: 20%;
        right: 75%;
        width: 60px;
        height: 60px;
    }

    .avatar3 {
        bottom: 35%;
        left: 1%;
        width: 70px;
        height: 70px;
    }

    .avatar4 {
        bottom: 30%;
        right: 10%;
        width: 70px;
        height: 70px;
    }

    .orbit-ring {
        width: 320px;
        height: 320px;
        top: 50%;
        left: 50%;
    }
    .cta-title{
        width: 80% !important;
    }
    .cta-section .container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .device-screen iframe {
        top: 56px;
    }
    .vm-left::after {
        content: "";
        position: absolute;
        top: 0;
        right: -51px;
        width: 104px;
        height: 100%;
        background: #e5e5e5;
        transform: skewX(-13deg);
        z-index: 2;
    }
    .vm-left p,
    .vm-right p {
        max-width: 353px;
    }
    .cta-title{
        width: 70% !important;
    }
    .cta-section .container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .vm-left::after {
        content: "";
        position: absolute;
        top: 0;
        right: -51px;
        width: 104px;
        height: 100%;
        background: #e5e5e5;
        transform: skewX(-13deg);
        z-index: 2;
    }
    .vm-left p,
    .vm-right p {
        max-width: 400px;
    }
        .cta-title{
        width: 50% !important;
    }
    .cta-section .container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    /* why chose us */
    .gst-key-feature .padding-left{
        padding-left: 9%;
    }
    .gst-key-feature .owl-nav{
        padding-right: 10%;
    }
}

@media (min-width: 1400px) {
    .device-screen iframe{
        top: 55px;
    }
    .vm-left::after {
        content: "";
        position: absolute;
        top: 0;
        right: -51px;
        width: 104px;
        height: 100%;
        background: #e5e5e5;
        transform: skewX(-13deg);
        z-index: 2;
    }
    .cta-title{
        width: 50% !important;
    }
    .cta-section .container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    /* why chose us */
    .gst-key-feature .padding-left{
        padding-left: 4%;
    }
    .gst-key-feature .owl-nav{
        padding-right: 6%;
    }
    .gst-sahay .gst-key-feature .owl-carousel .owl-nav{
        display: block !important;
        text-align: end !important;
        padding-right:0%;
    }
    .why-ethics .gst-sahay .gst-key-feature .owl-carousel .owl-nav{
        display: block !important;
        text-align: end !important;
        padding-right:6% !important;
    }
    .jak-left-text{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .jak-left-text h3{
        width: 48%;
    }
}

@media (min-width: 1650px) {
    .gst-key-feature .padding-left{
        padding-left: 15%;
    }
    .gst-key-feature .owl-nav{
        padding-right: 20%;
    }
    .why-ethics .gst-sahay .gst-key-feature .owl-carousel .owl-nav{
        padding-right:20% !important;
    }
}


/* ==================================================== KHU CSS START ============================================================= */
:root{--bs-light-primary: #004696;--bs-text-blue: #106AD1;--bs-powder-blue: #EAF1FF;}
.header-18 {font-size: 18px;}
.top-banner-common {background: linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-light-primary) 100%);}
.top-banner-common .banner-content {background: url(../img/gst-sahay/top-banner-bg.png) no-repeat;background-position: center;background-size: cover;}
.top-banner-common .b-txt {font-size: 18px;}
.header-txt {color: var(--bs-text-blue);text-transform: uppercase;font-weight: 600;}
.common-blue-imgbg {background: var(--bs-light-primary) url(../img/gst-sahay/sec-bg.png)no-repeat;background-position: center;background-size: cover;}
.gst-sahay .gst-anchors .card {border: 4px solid var(--bs-white);border-radius: 0px;}
.gst-sahay .gst-anchors .card-txt {font-weight: 600;margin: 0;font-size: 18px;height: stretch;align-content: center;}
.gst-sahay .grid-block, .jak-invoice .grid-block {display: grid;grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));gap: 20px;}
.gst-sahay .bg-dim {background: #f5fafe;}
.gst-sahay .gst-benefits .card{border: 0;border-radius: 15px;box-shadow: 0px 7px 16px 0px #00000040;}
.gst-sahay .card-txt {color: var(--bs-primary);}
.gst-sahay .card-img{height: 80px;display: flex;}
.gst-sahay .gst-key-feature .owl-stage{display: flex;margin-inline:2px;}
.gst-sahay .gst-key-feature .owl-nav:not(.disabled) {display: flex;justify-content: center;margin-top: 0.65rem;}
.gst-sahay .gst-key-feature .owl-prev, .gst-sahay .gst-key-feature .owl-next{position: unset!important;transform: none!important;margin: 5px!important;}
.gst-sahay .gst-platform .key-features {background: var(--bs-powder-blue);}
.gst-sahay .gst-platform ul{color: var(--bs-primary);}
ul.custom-list {margin: 0;display: grid;gap: 0.65rem;list-style: none;padding-left: 5px;}
ul.custom-list li {display: flex;align-items: baseline;}
ul.custom-list li::before {content: "\f058";font-family: "Font Awesome 7 Free";padding-right: 0.75rem;	}
.gst-sahay .gst-summary .icon-bg {height: 60px;width: 60px;background: var(--bs-primary);color: var(--bs-white);font-size: 26px;border-radius: 50%;display: flex;align-items: center;justify-content: center;padding: 12px;justify-self: center;margin-bottom: 0.75rem;}
.txt-blue {color: var(--bs-primary);font-weight: 500;}
.gst-sahay .gst-summary .col-cus{width: 160px;position:relative;border: 1px solid #052a5429;border-radius: 15px;}
.btn-yellow, .btn-blue {padding: 5px 20px;border-radius: 23px;font-weight: 500;border: none!important;font-size: 16px;transition: all 0.3s;}
.btn-yellow {background: var(--bs-yellow)!important;color: var(--bs-primary)!important;}
.btn-blue {background: var(--bs-primary)!important;color: var(--bs-white)!important;}
.btn-yellow:hover, .btn-yellow:active, .btn-blue:hover, .btn-blue:active{background: var(--bs-powder-blue)!important;color: var(--bs-primary)!important;}
.jak-invoice .banner-icon-sec {background: var(--secondary-blue);}
.jak-invoice .jak-icon-bg {background: var(--bs-white);border-radius: 7px;padding: 8px;display: inline-flex;}
.jak-invoice .blue-card {background: var(--bs-primary);color: var(--bs-white);padding: 22px;border-radius: 20px 0px;box-shadow: 0px 0px 40px 0px #0000000D;height: 100%;}
.jak-invoice .blue-card .white-bg {background: var(--bs-white);padding: 12px;border-radius: 20px 0px;display: inline-flex;}
.jak-invoice .jak-benefits, .powder-blue-bg {background: var(--bs-powder-blue)}
.fair-price-shop .fps-key {background: var(--bs-powder-blue);}
.fair-price-shop .fps-key .icon-bg {background: var(--bs-light-primary);display: inline-flex;padding: 16px;border-radius: 50%;height: 100px;width: 100px;}
.fair-price-shop .key-bg {background: var(--bs-white);color: var(--bs-primary);border-radius: 14px;padding: 20px 30px;height: 100%;}
.jak-team-loan .jak-grid-block {display: grid;grid-template-columns: repeat(auto-fit, minmax(min(11rem, 100%), 1fr));gap: 20px;}
.criteria-ui {position: relative;display: grid;grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));gap: 20px;list-style: none;padding: 0;margin: 0;align-items: center;}
.criteria-ui li {background: var(--bs-white);box-shadow: -15px 1px 37px -16px #00000078;padding: 20px;border-radius: 50%;width: 200px;height: 200px;align-content: center;}
.criteria-ui .border-div {background: var(--bs-white);border: 3px solid var(--bs-powder-blue);border-radius: 50%;padding: 20px;justify-self: center;}
.jak-team-loan .siteinfo-card {background: var(--bs-white);border-radius: 0;box-shadow: 5px 4px 14px 13px #00000008;border: 0;height: 100%;}
.jak-team-loan .siteinfo-card p:last-child {margin-bottom: 0;}
.why-ethics .digital-exp .img-bg {background: url(../img/why-ethics/digital-experience-bg.png)no-repeat;background-position: center;background-size: cover;}
.why-ethics .diff-approach .card-light{background: linear-gradient(180deg, #F3F3F3 0%, #E9EAFF 100%);color: var(--bs-primary);border-radius: 15px;height: 100%;}
.why-ethics .diff-approach .card-blue{background: linear-gradient(360deg, #052A54 0%, #106AD1 100%);color: var(--bs-white);border-radius: 15px;height: 100%;}
.why-ethics .diff-approach li:not(:last-child) {border-bottom: 1px solid #ddd;padding-bottom: 0.65rem;}
.why-ethics .loan-management {background: #E8F0F7;}
.custom-icon-bg{background: var(--bs-white);height: 75px;width: 75px;display: flex;justify-content: center;align-items: center;padding: 10px;border-radius: 50%;flex: none;}
.career-main .career-htxt {font-size: 21px;color: var(--bs-primary);font-weight: 700;}
.career-main .career-ui {display: flex;flex-wrap: wrap;gap: 0.4rem;list-style: none;margin: 0;padding: 4px 0px;color: #5A5A5A;font-size: 15px;}
.blue-icon {color: var(--bs-primary);}
/* breakpoint css */
@media (min-width:768px){
	.top-banner-common .b-txt,.gst-sahay .gst-anchors .card-txt {font-size: 21px;}
	.font-18 {font-size: 18px;}
	.gst-sahay .gst-key-feature .owl-nav:not(.disabled) {justify-content: end;}
    .device-mockup {
        padding: 10px 70px;
    }
}
@media (min-width:992px){
	.criteria-ui::after{content: ""; border: 1px dashed; width: 100%; position: absolute; z-index: -1;}
}
@media (max-width:1199px){
	.criteria-ui li {width: 160px;height: 160px;}
}

/* ==================================================== KHU CSS END ============================================================= */

#submitBtn {
    background-color: rgba(255, 187, 0, 1);
    border: none !important;
    font-weight: 600;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 1);
}

/* submenu positioning */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    display: none;
}

/* arrow styling */
.submenu-arrow {
    font-size: 12px;
    margin-left: 10px;
}

/* rotate arrow when open */
.dropdown-submenu.open > a .submenu-arrow {
    transform: rotate(90deg);
}

/* smooth rotation */
.submenu-arrow {
    transition: transform 0.2s ease;
}

.logo-link {
    background-color: transparent !important;
    aspect-ratio: auto !important;
}

/* Desktop hover only */
@media (min-width: 992px) {

    /* show submenu on hover */
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

    /* optional: smooth */
    .dropdown-menu {
        display: none;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}