* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --section-title: #0c2e44;
    --section-description: #4c6a7d;
    --box-shadow: rgb(0 0 0 / 25%);
    --icons-color: #0c2e44;
    --icons-background: #0c2e4430;

}

.h1{
  display: none;
}

.imgs{
border-radius:1rem;
}

.btn-primary {
    margin-top: 10px;
    text-decoration: none;
    /* padding: 10px 20px; */
    border-radius: 5px;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(28, 93, 153);
    background-color: rgb(28, 93, 153);
}

.btn-primary:hover {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(22, 57, 90);
    background-color: rgb(22, 57, 90);
}

.btn-outline-primary {
    margin-top: 10px;
    text-decoration: none;
    color: rgb(67, 113, 156);
    border: 1px solid rgb(67, 113, 156);
    /* padding: 10px 20px; */
    border-radius: 5px;
}

.btn-outline-primary:hover {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(28, 93, 153);
    background-color: rgb(28, 93, 153);
}

section {
    padding-block: 100px;
}

.section-title {
    /* font-size: 3.2rem; */
    font-weight: 700;
    color: var(--section-title);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
}

.section-description {
    font-size: 1.1rem;
    color: var(--section-description);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.header {
    z-index: 99999999;
}

/* navbar */
.navbar-header {
    padding-block: 15px;
    background: ghostwhite;
}

.navbar-brand img {
    height: 83px;
}

.navbar-brand {
    display: flex;
}

.navbar-brand h2:first-child {
    color: #f03131;
    margin-right: 5px;
}

.navbar-brand h2:last-child {
    color: #949292;
}

.navbar .nav-item .nav-link {
    color: white;
    font-size: 1.1rem;
}

.navbar .nav-item {
    position: relative;
}

.navbar .nav-item::before {
    content: "";
    width: 0px;
    height: 3px;
    background: rgba(0, 110, 255, 0.842);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
}

.navbar .nav-item:hover::before,
.navbar .nav-item.active::before {
    width: 100%;
}

.navbar .nav-item.nav-item-border::before {
    width: 100%;
}


.navlink-box {
    display: none;
    transition: all 5s;
    position: absolute;
    top: 0px;
    z-index: 99999999;
    height: auto;
    box-shadow: 0px 0px 10px 0px var(--box-shadow);
    border-radius: 10px;
    padding: 15px;
}

.navlink-box .navlink-box-items a {
    height: 38px;
    border-radius: 8px;
    border-left: 3px solid rgb(0, 60, 255);
    padding-left: 10px;
    color: black;
    background: rgb(238, 237, 237);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    text-decoration: none;
}

.navlink-box .navlink-box-items a:hover {
    color: white;
    background: #3498db;
}

.navlink-box .navlink-box-items p {
    margin-bottom: 0;
}

.navlink-box .navlink-box-items i {
    font-size: 0.8rem;
}

/* services-navlink-box */
/* .services.navlink-box {
    width: 50%;
    right: 10%;
} */

.services.navlink-box {
    width: 25%;        /* yahan kam / zyada karo */
    max-width: 900px;  /* optional – limit ke liye */
    right: 33%;
}

.services.navlink-box .services-navlink-box {
    height: 100% !important;
}

.services.navlink-box .services-navlink-box h5 {
    color: rgb(0, 132, 255);
}

.services.navlink-box .services-navlink-box-links {
    height: 85% !important;
    overflow: auto;
}

.services.navlink-box .services-navlink-box-links::-webkit-scrollbar {
    display: none;
}

/* .services.navlink-box .services-navlink-box-links div {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.services.navlink-box .services-navlink-box-links div {
    display: flex;
    align-items: center;
}

.services.navlink-box .services-navlink-box-links a {
    text-decoration: none;
    color: #0c2e44;
    margin-bottom: 10px;
    position: relative;
    font-size: 1.1rem;
    display: block;
    text-transform: capitalize;

}

.services.navlink-box .services-navlink-box-links i {
    width: 30px;
    height: 30px;
    transform: translateY(5px);
    visibility: hidden;
}

.services.navlink-box .services-navlink-box-links div:hover i {
    color: rgb(0, 140, 255);
    visibility: visible;
}

.services.navlink-box .services-navlink-box-links div:hover a {
    color: rgb(0, 140, 255);
}

.services.navlink-box .services-navlink-box-links a::after {
    content: "";
    width: 0px;
    height: 2px;
    background: rgb(0, 140, 255);
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
}

.services.navlink-box .services-navlink-box-links div:hover a::after {
    width: 100%;
}


.DigitalPayments.navlink-box {
    width: 18%;
    left: 46%;
    height: 100px;
}

.DigitalPayments.navlink-box .DigitalPayments-navlink-box-links div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.DigitalPayments.navlink-box .DigitalPayments-navlink-box-links a {
    text-decoration: none;
    color: #0c2e44;
    margin-bottom: 10px;
    position: relative;
    font-size: 1.1rem;
    display: block;
    text-transform: capitalize;

}

.DigitalPayments.navlink-box .DigitalPayments-navlink-box-links i {
    width: 30px;
    height: 30px;
    transform: translateY(5px);
    visibility: hidden;
}

.DigitalPayments.navlink-box .DigitalPayments-navlink-box-links div:hover i {
    color: rgb(0, 140, 255);
    visibility: visible;
}

.DigitalPayments.navlink-box .DigitalPayments-navlink-box-links div:hover a {
    color: rgb(0, 140, 255);
}

.DigitalPayments.navlink-box .DigitalPayments-navlink-box-links a::after {
    content: "";
    width: 0px;
    height: 2px;
    background: rgb(0, 140, 255);
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
}

.DigitalPayments.navlink-box .DigitalPayments-navlink-box-links div:hover a::after {
    width: 100%;
}


/* banner */
.hero-banner {
    padding-block: 0;
}
.carousel .carousel-indicators button[type="button"]{
    width:10px;
    height:10px;
    background-color:#113053;
    border-radius:50%;
    border:2px solid;
}

.carousel .carousel-item {
    height: 450px !important;
}

.carousel .carousel-item img {
    height: 100% !important;
}

.carousel .carousel-caption {
    position: absolute;
    top: 0;
    text-align: start;
    align-content: center;
}

.carousel .carousel-caption .carousel-caption-item img {
    width: 50px;
    height: 50px;
    background: white;
    padding: 10px;
    border-radius: 50%;
}

.carousel .carousel-caption .carousel-caption-item p {
    transform: translateX(-10px);
    border-radius: 0 1rem 1rem 0;
}

/* slider */
.slider-list {
    display: grid;
    grid-auto-flow: column;
    list-style: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
    padding: 10px;
    scroll-padding-inline: 9px !important;
}

.slider-list.cursor {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.slider-list.no-transition {
    scroll-behavior: auto;
}

.slider-list.cursor .slider-items {
    cursor: grab;
    user-select: none;
}

.slider-list::-webkit-scrollbar {
    display: none;
}



/*loan-slider */
.loan-slider .slider-list {
    gap: 20px;
    grid-auto-columns: calc((100% / 4) - 15px);

}

.loan-slider .slider-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    scroll-snap-align: start;
    /* border: 2px solid green; */
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.692);
    cursor: pointer;
}

.loan-slider .slider-items img {
    width: 60px;
    height: 60px;
}

.loan-slider .slider-items h5 {
    margin-top: 10px;
    color: #185985;
    text-align: center;
}


/* about */
.about-section {
        /* background: #0c2e4414; */
}

.about-section .about-img {
    position: relative;
}

.about-section .about-img .about-img1 {
    width: 100%;
    border-radius: 1rem;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.288); */
}

.about-section .about-img .about-img2 {
    width: 200px;
    height: 150px;
    position: absolute;
    bottom: -15px;
    right: 0;
}

.about-section .about-content q {
    quotes: "\f10d" "\f10e";
}

.about-section .about-content q::after,
.about-section .about-content q::before {
    font-family: fontawesome;
    font-size:2rem;
    color:rgb(255, 174, 0);
}

.about-section .counter-table {
    position: relative;
    margin-top: 10px;
    /* border: 1px solid rgb(0, 119, 255); */
    overflow: hidden;
    border-radius: 10px;
    min-height: 200px;
    align-content: center;
    background-color: rgb(0, 77, 128);
    margin-top: 50px;
}

.about-section .counter-table .counter-table-item {
    text-align: center;
}
.about-section .counter-table .counter-table-item .main-icon{
    width:50px;
    height:50px;
    border-radius:50%;
    text-align: center;
    align-content: center;
    font-size:50px;
    color:white;
    margin-right:10px;
}

.about-section .counter-table .counter-table-item h2 {
    color: white;
}

.about-section .counter-table .counter-table-item p {
    margin-block: 0;
    color: darkturquoise;
    font-weight: 700;
    font-family: system-ui;
    letter-spacing: 1px;
}

.about-section .counter-table .counter-table-item h2 i {
    transform: rotate(45deg);
}

.about-section .counter-table .design-1,
.about-section .counter-table .design-2 {
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: rgb(0, 119, 255);
}

.about-section .counter-table .design-1 {
    top: 0px;
    left: 0px;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

.about-section .counter-table .design-2 {
    bottom: 0px;
    right: 0px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}



/* all-loans */
.all-loans .all-loans-items {
    /* border:1px solid; */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px var(--box-shadow);
}

.all-loans .all-loans-items .loan-img {
    height: 200px;
    overflow: hidden;
}

.all-loans .all-loans-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.all-loans .all-loans-items:hover .loan-img img {
    transform: scale(1.1);
}

.all-loans .all-loans-content {
    padding: 20px;
}



/* car-loan */
.car-loan .car-loan-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px var(--box-shadow);
}

/* services */
.Services-section {
    background: #009bff14;
}

.Services-section .containt-box {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: white;
    transition: all 0.1s;
}

.Services-section .containt-box i {
    width: 50px;
    height: 50px;
    text-align: center;
    align-content: center;
    border-radius: 50%;
    color: var(--icons-color);
    background: var(--icons-background);
    font-size: 1.5rem;
}

.Services-section .containt-box h4 {
    margin: 20px 0px 10px 0px;
}

.containt-box:hover {
    background: #0c2e44d4;
}

.containt-box:hover i {
    color: white;
    background: rgba(255, 255, 255, 0.356);
}

.containt-box:hover h4,
.containt-box:hover small {
    color: white;
}


/* contect-section */
.contect-section {
    height: 450px;
    background: linear-gradient(rgba(0, 0, 0, 0.479), rgba(0, 0, 0, 0.479)), url("/image/contectsectionbanner.jpg");
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* counter-table */
.counter-table .counter-table-box {
    /* border-radius: 10px; */
    padding: 12px;
    text-align: center;
    color: rgb(0, 0, 0);
    background: rgba(0, 140, 255, 0.062);
}

.counter-table .counter-table-box p {
    margin-bottom: 0;
}

.counter-table .counter-table-box p:first-child {
    font-size: 2rem;
    font-weight: bold;
}

.counter-table .counter-table-box:first-child {
    border-left: 2px solid;
    border-radius: 10px;
}

/* calculateEMI */
.calculateEMI .calculateEMI-box {
    margin-bottom: 30px;
}

.calculateEMI .calculateEMI-box input[type="number"] {
    width: 150px;
    border: 2px solid rgb(238, 238, 238);
    background: linear-gradient(45deg, #0c2e4417, rgb(0 89 255 / 9%));
    border-radius: 8px;
    padding: 10px;
    text-align: center;
}

.calculateEMI .calculateEMI-box input[type="number"]:focus {
    border: 2px solid rgba(26, 6, 46, 0.082);
    outline: none;
}

.calculateEMI .calculateEMI-box input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.calculateEMI .calculateEMI-box input[type=range] {
    -webkit-appearance: none;
}

.calculateEMI .calculateEMI-box input[type=range]::-webkit-slider-runnable-track {
    height: 6px;
    background: black;
    border-radius: 5px;
}

.calculateEMI .calculateEMI-box input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: #fff;
    border: 2px solid rgb(0, 102, 255);
    border-radius: 50%;
    margin-top: -6px;
    cursor: pointer;
}

.calculateEMI .calculateEMI-second-column .box {
    transition: all 0.5s;
}

.calculateEMI .calculateEMI-second-column .box:hover {
    transform: translateY(-7px);
}

.calculateEMI .emi-box {
    padding: 25px;
    background: #0c2e441c;
}

.calculateEMI .emi-box p {
    display: flex;
    justify-content: space-between;
}

.calculateEMI .emi-box p i {
    width: 20px;
    height: 20px;
    text-align: center;
    align-content: center;
    font-size: 0.8rem;
    border: 1px solid rgb(1, 131, 253);
    color: rgb(1, 131, 253);
    border-radius: 50%;
}

.calculateEMI .emi-box h2 small {
    font-size: 1.1rem;
}

.calculateEMI .chart-amount {
    padding: 25px;
    color: white;
    background: #0b5b8f;
}

.calculateEMI .chart-amount .chart-amount-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.calculateEMI .chart-amount .chart-box {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: conic-gradient(#ffffff 0deg 250deg,
            #000000 250deg 360deg);
    text-align: center;
    align-content: center;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    box-shadow: 0px 0px 10px 0px black;
}

.calculateEMI .chart-amount .small-box {
    width: 20px;
    height: 20px;
}

/* brands slider */
.bank-partner-slider {
    background: #009bff14;
}

.bank-partner-slider .slider-list {
    gap: 20px;
    grid-auto-columns: calc((100% / 5) - 15px);

}

.bank-partner-slider .slider-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    scroll-snap-align: start;
    border-radius:10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.137);
    cursor: pointer;
    overflow: hidden;
    background: white;
}


.bank-partner-slider .slider-items img {
    width: 100%;
    height: 100px;
    /* object-fit: contain; */
}


/* reviews-slider */
.customer-review-slider .slider-list {
    gap: 20px;
    grid-auto-columns: calc((100% / 3) - 12px);

}

.customer-review-slider .slider-items {
    padding: 20px;
    scroll-snap-align: center;
    border-radius: 1rem;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.452);
    cursor: pointer;
    overflow: hidden;
}

.customer-review-slider .slider-items q {
    font-style: italic;
}

.customer-review-slider .slider-items q::before {
    content: "\e81b" "\e81b";
}

.customer-review-slider .slider-items q::after {
    content: "\e81c" "\e81c";

}

.customer-review-slider .slider-items q::before,
.customer-review-slider .slider-items q::after {
    font-family: "fontawesome";
    color: rgb(255, 208, 0);
    font-size: 1.3rem;
}

.customer-review-slider .slider-items img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
    object-fit: cover;
}

/* f&q section */
.fq-section{
background: #009bff14;
}
.fq-section .fq-items {
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 18%);
    border: 2px solid rgb(16 111 156);
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 20px;
}

.fq-section .fq-items div {
    padding: 20px;
}

.fq-section .fq-items .fq-header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    color: rgb(28, 69, 107);

}

.fq-section .fq-items .fq-content {
    color: white;
    background: rgb(0, 0, 0);
    display: none;
}

.fq-minus {
    display: none;
}

.fq-items.active .fq-content {
    display: block;
}

.fq-items.active .fq-plus {
    display: none;
    margin-left: 10px;
}

.fq-items.active .fq-minus {
    display: block !important;
    margin-left: 10px;
}


.footer-section {
    /* background: #0d1b2a; */
    background: linear-gradient(rgba(0, 0, 0, 0.836), rgba(0, 0, 0, 0.836)), url("/image/footerimg.jpg");
    background-size: 100% 100%;
}

.footer-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #00d4ff;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    position: relative;
    margin-bottom: 8px;
    transition: all 0.5s;
}

.footer-links li::after {
    content: "";
    width: 0px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00d4ff;
    transition: width 0.5s ease;
}

.footer-links li:hover::after {
    width: 100%;
}

.footer-links a {
    color: #d9e4ec;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links li:hover a {
    color: #00d4ff;
}

.footer-links li:hover {
    transform: translateX(5px);
}

.footer-links-second ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.footer-links-second ul li a {
    color: white;
    text-decoration: none;
}

.footer-links-second ul li:first-child,
.footer-links-second ul li:nth-child(2),
.footer-links-second ul li:nth-child(3),
.footer-links-second ul li:nth-child(4),
.footer-links-second ul li:nth-child(5) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid rgb(134, 133, 133);
}

.social-icons a {
    border-radius: 50%;
    padding: 10px 11px;
    color: #d9e4ec;
    background: rgba(0, 162, 255, 0.322);
    margin-right: 12px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: rgb(0, 162, 255);
}

/* services-page */
.fd-section {
    background: ghostwhite;

}

.fd-section .fd-box {
    padding: 25px;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px 0px var(--box-shadow);
    background: white;
    transition: all 0.3s;
}

.fd-section .fd-box:hover {
    transform: scale(1.05);
}

.fd-section .fd-box .fds-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* color: var(--icons-color); */
    background: rgb(255, 255, 255);
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.fd-section .fd-box .fds-icon img {
    width: 30px;
    height: 30px;
    transition: all 0.3s;
}

.fd-section .fd-box:hover .fds-icon img {
    transform: rotate(360deg);
}

.fd-section .fd-box .tenure-badge {
    display: inline-block;
    color: #002759;
    background: rgba(0, 102, 255, 0.212);
    border-radius: 0.2rem;
    padding: 2px 10px;
    margin-bottom: 15px;
    font-size: 0.8rem;
}

.fd-section .fd-box p {
    color: rgb(124, 124, 124);
    font-size: 0.95rem;
}

.fd-section .fd-box .interest-rate {
    color: #001059;
    font-weight: bold;
    font-size: 2rem;
}

.fd-section .fd-box .interest-label {
    color: rgb(124, 124, 124);
    margin-bottom: 20px;
}

.insurances .insurances-box {
    padding: 20px;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px 0px var(--box-shadow);
    border-left: 5px solid #0c2e44;
    background: linear-gradient(-45deg, rgba(0, 140, 255, 0.712), white);
}

.insurances .insurances-box img {
    width: 60px;
    height: 60px;
    background: var(--icons-background);
    padding: 10px;
    border-radius: 50%;
    /* border-left:5px solid red; */
}

.insurances .insurances-box div div {
    height: 50px;
    border: 1px solid gainsboro;
    margin-inline: 15px;
}

.insurances .insurances-box div h4 {
    color: #0f4475;
}

.insurances .insurances-box p {
    color: #4f4f50;
}

/*tp-page */
.tp-content .tp-header-text span {
    color: #001059;
    background: rgba(0, 60, 255, 0.349);
    border-radius: 1.5rem;
    padding: 5px 15px;
    font-size: 1rem;
    font-weight: 700;
}

/* login-page */
.login-page {
    height: 100vh;
    background-color: rgb(0, 153, 255);
    align-content: center;
}

.login-box {
    width: 70%;
    background-color: white;
    margin-inline: auto;
    border-radius: 1rem;
    overflow: hidden;
}

.login-box .login-img {
    padding: 50px;
}

.login-box .login-img img {
    width: 100%;
}

.login-form .img img {
    width: 200px;
    display: block;
    margin-inline: auto;
    margin-bottom: 20px;
}

.login-form {
    padding: 30px;
    background: aliceblue;
}

.login-form form .login-form-item {
    margin-block: 10px;
}

.login-form form .login-form-item input {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid rgb(133, 132, 132);
}

.login-form form .login-form-item input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}




/* contact-page */
.contact-section .contact-box1 img {
    width: 300px;
}

.contact-box2 {
    margin-top: 2rem;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0px 0px 10px 0px var(--box-shadow);
}

.contact-box3 .contact-items {
    display: flex;
}

.contact-box3 .contact-items {
    display: flex;
    box-shadow: 0px 0px 10px 0px var(--box-shadow);
    padding: 20px;
    border-radius: 1rem;
}

.contact-box3 .contact-items i {
    width: 60px;
    height: 50px;
    text-align: center;
    align-content: center;
    color: var(--icons-color);
    background: var(--icons-background);
    border-radius: 50%;
    margin-right: 10px;
    font-size: 1.2rem;
}

.contact-box4 {
    border-radius: 1rem;
    box-shadow: 0px 0px 10px 0px var(--box-shadow);
    overflow: hidden;
}

/* car-loan-page */
.car-loan-banner {
    background: #0c2e4414;
    /* height: 370px; */
}

.car-loan-banner .car-loan-img {
    overflow: hidden;
}

.car-loan-banner .car-loan-img img {
    width: 750px;
    border-radius: 1rem;
}

.carloan-banner-bottom {
    height: 300px;
}

.car-brands {
    display: grid;
    gap: 16px;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 6) - 12px);
    overflow: auto;
}

.car-brands::-webkit-scrollbar {
    display: none;
}

.car-brands img {
    width: 200px;
    height: 80px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.301);
    border-radius: 1rem;
}

.insurance-section {
    background: #0c2e4414;
}

.insurance-section img {
    width: 100%;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.514);
    border-radius: 10px 10px 150px 10px;
}

.eligible-content-box {
    border: 1px solid #0a449c7e;
    background: #0a449c33;
}

.eligible-section .Salaried,
.eligible-section .Self-Employed {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    color: #87d9ff;
    background: linear-gradient(rgb(31, 146, 253), rgb(14, 39, 94));
    text-align: center;
    align-content: center;
    border-radius: 50px;
    border: 1px solid rgb(255, 255, 255);
    margin-right: 10px;

}

.eligible-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.eligible-section .box {
    width: 400px;
    height: 400px;
    position: relative;
}

.eligible-section .box1 {
    width: 100%;
    height: 100%;
}

.eligible-section .box1 .box1-1,
.eligible-section .box1 .box1-2 {
    width: 50%;
    height: 50%;
    background: #0c2e44;
}

.eligible-section .box1 .box1-2 {
    margin-left: auto;
}

.eligible-section .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eligible-section .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 20px;
}


.documents-required {
    background: #0c2e4414;
}

.documents-required .required-datails {
    background-color: white;
    padding: 20px;
    border-radius: 1rem;
    border: 1px solid rgb(255, 255, 255);
    /* background-color: #5fb0fc91; */
    background: linear-gradient(#5fb0fc91, white);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.473);
    transition: all 0.3s;
}

.documents-required .required-datails:hover {
    transform: translateY(-10px);
}

.documents-required .required-datails i {
    width: 70px;
    height: 70px;
    font-size: 1.5rem;
    color: #87d9ff;
    background: linear-gradient(rgb(31, 146, 253), rgb(14, 39, 94));
    text-align: center;
    align-content: center;
    border-radius: 50px;
    transform: translateY(-50px);
    margin-bottom: -100px;
    border: 1px solid rgb(255, 255, 255);
}

/* inquiry-section */
.inquiryform .open-modal-btn {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    border: none;
    padding: 15px 35px;
    font-size: 18px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.inquiryform .open-modal-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.inquiryform .modal-header {
    background: linear-gradient(135deg, #2c3e50 0%, #4a6491 100%);
    color: white;
}

.inquiryform .modal-header .btn-close {
    filter: invert(1);
    opacity: 0.8;
}

.inquiryform .modal-header .btn-close:hover {
    opacity: 1;
}

.inquiryform .modal-content {
    border-radius: 20px;
    overflow: hidden;
    border: none;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.inquiryform .form-container {
    padding: 30px;
}

.inquiryform .form-container h3 {
    color: #2c3e50;
    border-bottom: 3px solid #3498db;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.inquiryform .form-control,
.form-select {
    border-radius: 10px;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s;
}

.inquiryform .form-control:focus,
.form-select:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25);
}

.inquiryform .submit-btn {
    background: linear-gradient(to right, #2980b9, #2c3e50);
    color: white;
    border: none;
    padding: 15px;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    margin-top: 15px;
    transition: all 0.3s;
}

.inquiryform .submit-btn:hover {
    background: linear-gradient(to right, #1c5a7a, #1a2530);
    transform: scale(1.02);
}

.inquiryform .image-container {
    padding: 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inquiryform .image-container h4 {
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: bold;
    border-bottom: 2px solid #2ecc71;
    padding-bottom: 10px;
}

.inquiryform .featured-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 5px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.inquiryform .gallery-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    margin: 5px;
    cursor: pointer;
    transition: all 0.3s;
    border: 3px solid transparent;
}

.inquiryform .gallery-img:hover {
    transform: scale(1.05);
    border-color: #3498db;
}

.inquiryform .info-box {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #f39c12;
}

.inquiryform .info-box i {
    color: #3498db;
    font-size: 20px;
    margin-right: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .inquiryform .image-container {
        border-top: 1px solid #dee2e6;
        border-left: none;
    }
}

.inquiryform .required-field::after {
    content: " *";
    color: red;
}

.inquiryform .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}



/* civil-section */
.civil-section {
    background: linear-gradient(90deg, #0c2e4465, white);
}


/* insuran-page */
.insurance-banner {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}


.insurance-packeg .insurance-packeg-box {
    text-align: center;
    padding: 20px;
    padding-bottom: 30px;
    background: linear-gradient(#5fb0fc91, white);
    border-radius: 1rem;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.37);
}

.insurance-packeg .insurance-packeg-box .icon {
    width: 70px;
    height: 70px;
    font-size: 1.5rem;
    color: #87d9ff;
    background: linear-gradient(rgb(31, 146, 253), rgb(14, 39, 94));
    text-align: center;
    align-content: center;
    border-radius: 50px;
    border: 1px solid rgb(255, 255, 255);
    transform: translateY(-50px);
    margin-bottom: -50px;
}

.insurance-packeg .insurance-packeg-box small {
    display: block;
    margin-block: 20px;
}

.insurance-packeg .insurance-packeg-box a {
    margin-top: 10px;
    text-decoration: none;
    color: rgb(67, 113, 156);
    border: 1px solid rgb(67, 113, 156);
    padding: 10px 20px;
    border-radius: 10px;
}

.insurance-packeg .insurance-packeg-box a:hover {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(28, 93, 153);
    background-color: rgb(28, 93, 153);
}

/* insurance-datails */
.insurance-datails {
    background: #0c2e4414;
}

.insurance-datails ul {
    list-style: none;
    padding-left: 0;
}

.insurance-datails ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.insurance-datails ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-image: url("/image/checkicon.png");
    background-size: contain;
}

.team-section .team-section-item{
    text-align: center;
}
.team-section .team-section-item .team-section-items img{
    width:100px;
    height:100px;
    border-radius:50%;
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.322);
    object-fit: cover;
}




@media screen and (max-width:1210px) {
    .loan-slider .slider-list {
        gap: 20px;
        grid-auto-columns: calc((100% / 3) - 12px);

    }

    .bank-partner-slider .slider-list {
        gap: 20px;
        grid-auto-columns: calc((100% / 4) - 15px);

    }

    .car-brands {
        gap: 16px;
        grid-auto-columns: calc((100% / 5) - 12px);
    }


}

@media screen and (max-width:992px) {
    .loan-slider .slider-items div a {
        width: 100%;
        margin-top: 10px;
    }

    .bank-partner-slider .slider-list {
        gap: 20px;
        grid-auto-columns: calc((100% / 3) - 12px);

    }

    .car-brands {
        /* gap:16px; */
        grid-auto-columns: calc((100% / 4) - 12px);
    }

}

@media screen and (max-width:767px) {
    .loan-slider .slider-list {
        gap: 20px;
        grid-auto-columns: calc((100% / 2) - 12px);

    }

    .bank-partner-slider .slider-list {
        gap: 20px;
        grid-auto-columns: calc((100% / 2) - 12px);

    }

    .customer-review-slider .slider-list {
        gap: 20px;
        grid-auto-columns: calc((100% / 2) - 12px);

    }

    .footer-links-second ul {
        list-style: none;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contact-section .contact-box1 {
        flex-wrap: wrap;
        gap: 16px;
    }

    .carloan-banner-bottom {
        height: 500px;
    }

    .car-brands {
        /* gap: 16px; */
        grid-auto-columns: calc((100% / 3) - 12px);
    }
}

@media screen and (max-width:600px) {
    .navbar-header div {
        flex-wrap: wrap;
        gap: 16px;
    }

}

@media screen and (max-width:540px) {
    .contect-section div {
        display: grid;
    }

    .contect-section div button {
        width: 100%;
        margin-top: 10px;
    }

    .customer-review-slider .slider-list {
        gap: 20px;
        grid-auto-columns: 100%;

    }

    .car-brands {
        /* gap: 0px; */
        grid-auto-columns: calc((100% / 2) - 12px);
    }
}

@media screen and (max-width:400px) {
    .calculateEMI .calculateEMI-box div {
        flex-wrap: wrap;
        gap: 16px;
    }

    .calculateEMI .chart-amount .chart-amount-item {
        display: grid;
    }

    .car-brands {
        /* gap: 5px; */
        grid-auto-columns: 100%;
    }


}

.insuranceimage{
    border-radius:1rem;
}