html {
  scroll-behavior: smooth;
}


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

body {
    font-family: "Montserrat", sans-serif;
}

ul li {
    padding: 0;
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* Navbar */
.container {
    max-width: 1200px;
    margin: 0 auto;

}

.header_classs {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
}

header.navbar {
    position: relative;
    z-index: 9;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #c22126;
    font-size: 18px;
}

.logo img {
    max-width: 180px;
}

.nav-links {
    display: flex;
    gap: 40px;
}

.nav-links a {
    text-decoration: none;
    color: #27396D;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #c22126;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

/* Hero Section */
.backgroudd-class {
    background: url('https://download.kaabilfinance.com/web-site-img-v3/image+63.jpg') center/cover no-repeat;
    padding: 30px 0 5px;
    position: relative;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    color: #fff;
    padding: 90px 0 0;
    z-index: 5;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    max-width: 64%;
    margin: 0 0px 100px 0px;
    z-index: 2;
}

.hero-content h3 {
    font-size: 32px;
    font-weight: 200;
}

.hero-content h1 {
    font-size: 42px;
    margin: 10px 0;
    font-weight: 700;
}

.hero-content p {
    font-size: 22px;
    margin-bottom: 35px;
    color: #fff;
    max-width: 80%;
    margin-top: 20px;
}

.buttons {
    display: flex;
    gap: 15px;
}

.btn {
    padding: 13px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-red {
    background: #EB2328;
    color: #fff;
}

.btn-red:hover {
    background: #a3181b;
}

.btn-outline {
    border: 2px solid #fff;
    background-color: #fff;
    color: #27396D;
}

.btn-outline:hover {
    background: #fff;
    color: #c22126;
}

/* Stats */
.stats {
    border-radius: 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0.51);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 10px;
    text-align: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.stat-item h2 {
    color: #c22126;
    font-size: 37px;
}

.stat-item p {
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
}

.image_in img {
    width: 100%;
}

.image_in {
    position: relative;
    z-index: 9;
    margin-top: 30px;
}

.image_out img {
    width: 100%;
}

.image_out {
    position: relative;
    z-index: 9;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 65px;
        right: 20px;
        background: #fff;
        width: 200px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        padding: 15px 0;
    }

    .nav-links.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }

}

@media (max-width: 480px) {

    .btn {
        width: fit-content;
    }

}




.heading_classs_css {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0 30px;
    gap: 10px;
}

.heading_classs_css h2 {
    font-size: 38px;
}

.partnar_logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 40px;
}

.partnar_logos img {
    max-width: 150px;
    filter: grayscale(30);
    opacity: 0.3;
}



.about-us {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 4%;
    background: #fff;
}

.About_us_image img {
    width: 100%;
}

.About_us_image {
    width: 55%;
}

.about-right {
    flex: 1 1 50%;
}

.about-right .sub-heading {
    color: #0a58ca;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #EEEEEE;
    padding: 12px;
    border-radius: 4px;
}

.about-right h2 {
    font-size: 48px;
    color: #27396D;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
}

.container_two {
    max-width: 1700px;
    margin: auto;
}

.about-right p {
    color: #636571;
    line-height: 1.7;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
}

.btn-group {
    display: flex;
    gap: 25px;
    margin-top: 35px;
}

.btn-blue {
    background: #27396D;
    color: #fff;
}

.about-right {
    background: url(../images/more.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* Responsive */
@media (max-width: 992px) {
    .about-us {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-right {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .about-us {
        padding: 40px 5%;
    }

    .about-right h2 {
        font-size: 22px;
    }

    .btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}



.icon_imae {
    width: 100%;
}

.OurProduct_top_spacing {
    background: rgba(245, 245, 245, 1);
    padding: 60px;
    border-radius: 16px;
}

.OurProduct_top_spacing .heading_classs_css {
    margin: 0 0 80px 0;
}

.Power_Your_Growth p {
    font-size: 18px;
    color: rgba(40, 40, 40, 1);
    line-height: 29px;
}

.Power_Your_Growth h3 {
    font-size: 36px;
    color: rgba(40, 40, 40, 1);
}

.Power_Your_Growth {
    display: flex;
    align-items: center;
}

.Power_Your_Growth img {
    width: 50%;
}

.OurProduct_clas {
    background: url("https://download.kaabilfinance.com/web-site-img-v3/background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 170px;
    padding: 0 0 30px 0;
    height: 850px;
}

.high_value ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -100px 0 0;
    gap: 70px;
}

.high_value ul li {
    text-align: center;
    color: #fff;
}

.high_value ul li div {
    background: rgba(255, 239, 239, 0.3);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 20px auto;
}

.high_value ul li h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 31px;
}

.OurProduct_div {
    position: relative;
    top: -180px;
}


.why-choos_us {
    background-color: rgba(250, 250, 250, 1);
    padding: 1px 30px 50px;
    margin-top: 100px;
}

p.why_choos_us_peragraf {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    color: #000;
}

.why-choos_us-list {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    margin: 60px 0;
}

.why-choos_us-list li h3 {
    margin: 14px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.why-choos_us-list li p {
    font-size: 17px;
    line-height: 24px;
    color: rgba(153, 153, 153, 1);
}


.how-to-work_list ul li {
    text-align: center;
    gap: 16px;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.how-to-work_list ul li h3 {
    font-size: 30px;
}

.how-to-work_list ul li h4 {
    font-size: 20px;
}

.how-to-work_list ul li p {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}

.how-to-work_list ul li img {
    border-radius: 15px;
}

.how-to-work_list ul {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

section.after_class_hourse {
    position: relative;
    display: block;
    padding: 11px 0 70px 0;
}

.after_class_hourse::after {
    content: "";
    display: block;
    background: url("https://download.kaabilfinance.com/web-site-img-v3/backgroun-hourse.png");
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
}







.leadership-section {
    background: url("https://download.kaabilfinance.com/web-site-img-v3/div_before.png") no-repeat;
    background-size: cover;
    background-position: center;
    color: #333;
    text-align: center;
    padding: 60px 20px 140px;
    position: relative;
}

section.leadership-section .heading_classs_css {
    margin: 0;
}

.leadership-section p.Leadership_content {
    font-size: 20px;
    color: #000;
    max-width: 640px;
    margin: 30px auto 50px;
    line-height: 1.6;
}

.team-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
}

.team-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    max-width: 370px;
    text-align: center;
    position: relative;
    width: 100%;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.team-card img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.team-info {
    padding: 20px;
    background: #fff;
    position: absolute;
    bottom: -30px;
    width: 80%;
    left: 37px;
    border-top: 7px solid rgba(3, 104, 255, 1);
}

.team-info h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
}

.team-info p {
    font-size: 18px;
    color: #000;
}

.team-container::after {
    content: "";
    background: url("https://download.kaabilfinance.com/web-site-img-v3/image--ss.png");
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    right: -40px;
    bottom: -60px;
}

.team-container::before {
    content: "";
    background: url("https://download.kaabilfinance.com/web-site-img-v3/image-sss.png");
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    left: -40px;
    top: -40px;
}


@media (max-width: 992px) {
    .team-container {
        gap: 50px;
    }

    .team-card {
        max-width: 280px;
    }

}

@media (max-width: 768px) {
    .leadership-section h2 {
        font-size: 24px;
    }

    .team-container {
        flex-direction: column;
        align-items: center;
    }

    .team-card {
        width: 100%;
        max-width: 360px;
    }
}




.testimonial-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0%;
    background: url("https://download.kaabilfinance.com/web-site-img-v3/background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    flex-wrap: wrap;
}

.testimonial-contet_div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9%;
}

.testimonial-left {
    flex: 1;
    min-width: 520px;
    margin-right: 40px;
}

.testimonial-left span {
    display: inline-block;
    color: #fff;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid rgb(255 255 255 / 40%);
}

.testimonial-left h2 {
    font-size: 52px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.testimonial-left p {
    font-size: 16px;
    line-height: 1.6;
    color: #dcdcdc;
    margin-bottom: 30px;
}

.testimonial-left a {
    display: inline-block;
    background: #fff;
    color: #0d1b3f;
    padding: 13px 25px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.testimonial-left a:hover {
    background: #ff4c4c;
    color: #fff;
}

.testimonial-right {
    flex: 1.2;
    min-width: 620px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.testimonial-card {
    display: flex;
    align-items: stretch;
    background: #fff;
    color: #000;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-content {
    padding: 20px 25px;
    flex: 1;
    position: relative;
}

.testimonial-content::before {
    content: "❝";
    position: absolute;
    top: -30px;
    left: -60px;
    font-size: 140px;
    color: #ff4c4c;
    opacity: 0.8;
}

.testimonial-content p {
    margin-top: 30px;
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    font-style: italic;
}

.testimonial-author {
    margin-top: 15px;
}

.testimonial-author h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #0d1b3f;
}

.testimonial-author span {
    font-size: 16px;
    margin-top: 10px;
    color: #666;
    display: block;
}

.testimonial-image {
    width: 180px;
    height: auto;
    object-fit: cover;
}

@media (max-width: 900px) {
    .testimonial-section {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-left {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .testimonial-card {
        flex-direction: column-reverse;
        align-items: center;
    }

    .testimonial-image {
        width: 100%;
        height: 220px;
    }

    .testimonial-content {
        text-align: left;
    }
}




.hiring-section {
    background: linear-gradient(90deg, #EB1D23 0%, #F13C42 100%);
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    color: #fff;
    max-width: 1160px;
    margin: 80px auto;
    position: relative;
    overflow: hidden;
}

.hiring-section::after {
    content: '';
    position: absolute;
    top: -280px;
    right: -120px;
    width: 660px;
    height: 410px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    rotate: 200deg;
}

.hiring-content {
    position: relative;
    z-index: 1;
}

.hiring-content h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hiring-content p {
    font-size: 18px;
    max-width: 710px;
    margin: 0 auto 25px auto;
    line-height: 1.6;
}

.hiring-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hiring-form input {
    padding: 16px 15px;
    border: none;
    border-radius: 5px;
    width: 400px;
    outline: none;
    font-size: 17px;
}

.hiring-form button {
    background-color: rgba(29, 47, 99, 1);
    color: #fff;
    border: none;
    padding: 15px 45px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
}

.hiring-form button:hover {
    background-color: #0e1a57;
}

/* Responsive */
@media (max-width: 600px) {
    .hiring-content h2 {
        font-size: 20px;
    }

    .hiring-form input {
        width: 100%;
    }

    .hiring-form {
        flex-direction: column;
        gap: 12px;
    }
}






.footer {
    background: url("https://download.kaabilfinance.com/web-site-img-v3/div_before.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
    color: #333;
    border-top: 1px solid #e0e0e0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer-left {
    flex: 1;
    min-width: 280px;
}

.footer-logo {
    width: 250px;
    margin-bottom: 15px;
}

.footer-address {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-social a {
    color: #EB1D23;
    font-size: 18px;
    margin-right: 15px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #14226A;
}

.footer-right {
    display: flex;
    flex: 2;
    justify-content: flex-end;
    min-width: 300px;
}

.footer-links {
    display: flex;
    gap: 60px;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 15px;
}

.footer-links ul li a {
    text-decoration: none;
    color: rgba(39, 57, 109, 1);
    font-size: 20px;
    transition: 0.3s;
    font-weight: 500;
}

.footer-links ul li a:hover {
    color: #EB1D23;
}

.footer-bottom {
    text-align: center;
    margin: 30px 0;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}



@media screen and (max-width: 767px) {
    .footer-container {
        flex-direction: column;
    }

    .footer-right {
        justify-content: center;
        margin-top: 25px;
    }

    .footer-links {
        gap: 30px;
    }

    .footer-links ul li a {
        font-size: 13px;
    }

    .hero-content {
        margin: 0px 14px 50px 15px;
        max-width: 100%;
    }

    .hero-content h3 {
        font-size: 21px;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .hero-content p {
        max-width: 100%;
        font-size: 16px;
    }

    .stats {
        flex-wrap: wrap;
        gap: 10px;
    }

    .stat-item h2 {
        font-size: 18px;
    }

    .stat-item p {
        font-size: 14px;
    }

    .heading_classs_css {
        flex-direction: column;
        margin: 40px 0 20px;
    }

    .heading_classs_css h2 {
        font-size: 25px;
    }

    .partnar_logos {
        flex-wrap: wrap;
    }

    .About_us_image {
        width: 100%;
    }

    .Power_Your_Growth {
        flex-direction: column;
        align-items: flex-start;
    }

    .OurProduct_top_spacing {
        padding: 60px 20px;
    }

    .Power_Your_Growth h3 {
        font-size: 21px;
    }

    .OurProduct_div {
        top: 0;
    }

    .Power_Your_Growth {
        flex-direction: column;
        align-items: flex-start;
    }

    section.OurProduct_clas {
        height: 100%;
        margin-top: 40px;
        padding: 80px 10px;
    }

    .high_value ul {
        flex-wrap: wrap;
        margin: 51px 0;
        gap: 20px;
    }

    .high_value ul li {
        width: 45%;
    }

    .OurProduct_top_spacing .heading_classs_css {
        margin: 0 0 50px 0;
    }

    .Power_Your_Growth img {
        width: 100%;
        margin-top: 30px;
    }

    .high_value ul li {
        width: 45%;
    }

    ul.why-choos_us-list {
        flex-wrap: wrap;
        gap: 10px;
    }

    ul.why-choos_us-list li {
        width: 46%;
    }

    .why-choos_us-list li h3 {
        font-size: 16px;
        margin: 5px 0;
    }

    .why-choos_us-list li p {
        font-size: 14px;
    }

    .how-to-work_list ul {
        flex-direction: column;
    }

    .team-card img {
        height: 380px;
    }

    .how-to-work_list ul {
        flex-direction: column;
    }

    .testimonial-contet_div {
        flex-direction: column;
        padding: 16px;
    }

    .testimonial-left {
        min-width: 100%;
    }

    .testimonial-left h2 {
        font-size: 24px;
    }

    .testimonial-left p {
        font-size: 14px;
    }

    .testimonial-right {
        min-width: 100%;
    }

    .testimonial-content::before {
        top: -60px;
        left: 0px;
    }

    .hiring-section {
        padding: 50px 10px;
        max-width: 100%;
        margin: 80px 10px;
    }

    p.footer-address br {
        display: none;
    }

    .footer-bottom {
        margin: 23px 0;
        font-size: 12px;
    }

    .team-container::after {
        right: -10px;
        bottom: -60px;
    }

    .team-container::before {
        left: -12px;
        top: -40px;
    }
}





/* our product page  */


.bg-our-product {
    background: url("https://download.kaabilfinance.com/web-site-img-v3/product-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    margin-bottom: 13vw;
}

.bg-our-product section.hero img {
    width: 100%;
}


.bg-our-product section.hero {
    flex-direction: row;
    justify-content: center;
}

.image-hero-sec {
    width: 53%;
}

.bg-our-product section.hero .hero-content {
    max-width: 100%;
    width: 40%;
}

.heading_classs_peragraf {
    font-size: 17px;
    color: #000;
    line-height: 1.6;
    text-align: center;
    margin: auto;
}

.Secured_Business {
    display: flex;
    align-items: center;
    gap: 80px;
    margin: 80px 0;
}

.Secured_Business h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 11px;
    display: block;
}

.Secured_Business p {
    font-size: 16px;
    margin-bottom: 27px;
    line-height: 23px;
}

.Secured_Business ul li {
    list-style: disc;
    font-size: 16px;
    margin-left: 27px;
    line-height: 22px;
    margin-bottom: 3px;
}

.Secured_Business img {
    width: 100%;
}

.Secured_Business_img {
    width: 50%;
}

.Secured_Business_contant {
    width: 50%;
}










.loan-features {
    background: url("https://download.kaabilfinance.com/web-site-img-v3/background-bg.png");
    padding: 60px 20px;
}

.loan-features_div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    gap: 50px;
}

.image-section img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.content-section {
    max-width: 560px;
}

.image-section h2 {
    font-size: 46px;
    font-weight: 700;
    color: #111;
    margin-bottom: 30px;
}

.content-section h2 span {
    color: #001a72;
}

.feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.icon {
    min-width: 90px;
    height: 90px;
    background: #001a72;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.icon img {
    width: 42px;
    height: 42px;
    filter: brightness(0) invert(1);
}

.text h3 {
    font-size: 20px;
    font-weight: 700;
    color: rgba(39, 56, 108, 1);
    margin: 0 0 5px 0;
}

.text p {
    font-size: 15px;
    color: #000;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 15px;
    }

    .image-section img {
        max-width: 100%;
    }

    .feature {
        flex-direction: column;
        align-items: center;
    }

    .icon {
        margin-bottom: 10px;
    }
}

.how-to-work_list.ourProd {
    margin-top: 40px;
}

section.after_class_hourse.how_chchh {
    padding: 11px 0 0px 0;
}

section.digital_repayment {
    margin-bottom: 70px;
}

.digital_repayment .how-to-work_list ul li {
    text-align: left;
    align-items: flex-start;
    max-width: 380px;

}






.about_us_hero {
    background: url("https://download.kaabilfinance.com/web-site-img-v3/about-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    margin-bottom: 10vw;
}

.about_us_hero section.hero img {
    width: 100%;
}


.about_us_hero section.hero {
    flex-direction: row;
    justify-content: center;
}


.about_us_hero section.hero .hero-content {
    max-width: 100%;
    width: 40%;
}















































.section_heading {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 0 50px 0;
    z-index: 2;
}

.section_heading .peacock-img {
    display: block;
    position: absolute;
    z-index: 0;
    right: 0;
    top: -70px;
}

.section_heading .peacock-img img {
    max-height: 416px;
    max-width: 291px;
}

.section_heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #263768;
    display: block;
    position: relative;
    padding: 0 26px;
    line-height: 1.3;
    max-width: 60%;
    word-break: break-all;
    margin: 0 auto;
    width: fit-content;
}

/* Left Arrow */
.section_heading h2::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 250px;
    height: 46px;
    background: url("https://download.kaabilfinance.com/web-site-img-v3/heading.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.section_heading p {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
}

/* Right Arrow */
.section_heading h2::after {
    content: "";
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(100%, -50%);
    width: 250px;
    height: 46px;
    background: url("https://download.kaabilfinance.com/web-site-img-v3/heading2.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.section_heading h2 span.text-red {
    display: block;
}

.section_headingtext h2 {
    font-size: 44px;
    font-weight: 600;
    color: #263768;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.section_headingtext h2 span {
    color: #e41f26;
}

.section_headingtext p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    font-family: "Poppins", sans-serif;
}

.newsection_heafing h6 {
    font-size: 18px;
    font-weight: 500;
    color: #001833;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.newsection_heafing h2 {
    font-size: 36px;
    font-weight: 700;
    color: #001833;
    margin-bottom: 10px;
}

.newsection_heafing p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
}

/* Text Colors */
.text-blue {
    color: #263768;
}

.text-red {
    color: #e41f26;
}

.mt_115 {
    margin-top: 100px;
}

.gap_y25 {
    gap: 35px 0;
}

.mt_47 {
    margin-top: 47px;
}

.mt_4 {
    margin-top: 40px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_25 {
    margin-top: 25px;
}

/* :root{
    --color-blackblue: #27396D;
    --color-white: #fff;
    --color-redprimary: #EB2328;
    --color-blackheading: #0F172A;
    --color-blue: #3267FF;
    --color-gray: #636571;
    --color-black: #000;
} */
.text-center {
    text-align: center;
}

.containers {
    max-width: 1350px;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.fom_button button,
.fom_button a {
    background-color: #EB2328;
    padding: 15px 48px;
    border-radius: 5px;
    border: 1px solid #EB2328;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all .5s;
}

.fom_button button:hover,
.fom_button a:hover {
    background-color: #fff;
    color: #EB2328;
}

.button_get a,
.button_get button {
    background-color: #26386B;
    color: #fff;
    border: 1px solid #26386B;
    padding: 8px 13px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    transition: all .5s;
}

.button_get a:hover,
.button_get button:hover {
    background-color: #fff;
    color: #26386B;
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--gutter-half) * -1);
    margin-right: calc(var(--gutter-half) * -1);
    box-sizing: border-box;
    width: 100%;
}

.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.row.align-start {
    align-items: flex-start;
}

.row.align-center {
    align-items: center;
}

.row.align-end {
    align-items: flex-end;
}

.row.justify-start {
    justify-content: flex-start;
}

.row.justify-center {
    justify-content: center;
}

.row.justify-end {
    justify-content: flex-end;
}

.row.justify-between {
    justify-content: space-between;
}

.row.justify-around {
    justify-content: space-around;
}

.row.justify-evenly {
    justify-content: space-evenly;
}


:root {
    --gutter: 16px;
    --gutter-half: calc(var(--gutter) / 2);
}

[class*="col-"],
.col {
    padding-left: var(--gutter-half);
    padding-right: var(--gutter-half);
    box-sizing: border-box;
    min-height: 1px;
}

.col {
    flex: 1 0 0%;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
}

.col-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
}

.col-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
}

.col-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
}

.col-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
}

.col-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
}

.col-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
}

.col-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
}

.col-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
}

.col-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
}

.col-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 calc(100% / 12 * 3);
        max-width: calc(100% / 12 * 3);
    }

    .col-md-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-9 {
        flex: 0 0 calc(100% / 12 * 9);
        max-width: calc(100% / 12 * 9);
    }

    .col-md-10 {
        flex: 0 0 calc(100% / 12 * 10);
        max-width: calc(100% / 12 * 10);
    }

    .col-md-11 {
        flex: 0 0 calc(100% / 12 * 11);
        max-width: calc(100% / 12 * 11);
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 calc(100% / 12 * 7);
        max-width: calc(100% / 12 * 7);
    }

    .col-lg-5 {
        flex: 0 0 calc(100% / 12 * 5);
        max-width: calc(100% / 12 * 5);
    }

    .col-lg-11 {
        flex: 0 0 calc(100% / 12 * 11);
        max-width: calc(100% / 12 * 11);
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: flex-end !important;
}

@media (min-width: 576px) {
    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }
}

@media (min-width: 768px) {
    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }
}

@media (min-width: 992px) {
    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }
}

@media (min-width: 1200px) {
    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

@media (min-width: 576px) {
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
}

@media (min-width: 768px) {
    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
}

@media (min-width: 992px) {
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
}

@media (min-width: 1200px) {
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
}


/* =================================================================================
                        common css
================================================================================= */


.about_section .image {
    display: flex;
    justify-content: end;
    position: relative;
}

.about_section .image .img_main {
    min-height: 379px;
    max-width: 378px;
    max-height: 379px;
    object-fit: cover;
    border-radius: 20px;
    border-width: 10px 10px 0px 0px;
    border-style: solid;
    border-color: #EB2328;
    width: 100%;
}

.about_section .image .img_maintwo {
    min-height: 265px;
    max-width: 265px;
    max-height: 265px;
    object-fit: cover;
    border-radius: 20px;
    border-width: 10px 10px 0px 0px;
    border-style: solid;
    border-color: #26386B;
    position: absolute;
    bottom: -50px;
    left: 36px;
}

.up-down {
    animation: up-down 3s ease-in-out infinite;
}

@keyframes up-down {
    0% {
        transform: translateY(0);
    }

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

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

.ourvisionmission {
    padding: 120px 0;
}

.ourvisionmission .image {
    position: relative;
}

.ourvisionmission .image .overvisiontwo {
    position: absolute;
    bottom: -72px;
    left: -110px;
    /* transform: translateX(55%); */
    max-width: 230px;
}

.ourvisionmission .number {
    display: flex;
    align-items: center;
    gap: 10px 22px;
    margin-top: 25px;
}

.ourvisionmission .number h3 {
    font-size: 100px;
    font-weight: 500;
    color: #EB2328;
    margin-bottom: 0;
    font-family: "Outfit", sans-serif;
    position: relative;
    display: block;
}

.ourvisionmission .number h3::after {
    content: "";
    position: absolute;
    right: -11px;
    top: 50%;
    bottom: 0;
    width: 2px;
    height: 70%;
    background-color: #DDDDDD;
    transform: translate(-50%, -50%);
}

.ourvisionmission .number p {
    font-size: 16px;
    font-weight: 700;
    color: #26386C;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.ourvisionmission .card_flex {
    display: flex;
    gap: 20px 30px;
    margin-top: 47px;
    margin-left: -100px;
    position: relative;
    z-index: 1;
    align-items: start;
}

.ourvisionmission .card_flex .cards {
    background-color: #EB2328;
    padding: 23px 26px 43px 26px;
    border-radius: 0;
    transition: all .5s;
}

.ourvisionmission .card_flex .cards:hover {
    transform: translateY(-5px);
}

.ourvisionmission .card_flex .cards.active {
    background-color: #27386C;
    padding: 23px 26px 23px 26px;
    border-radius: 0;
}

.ourvisionmission .card_flex .cards .image img {
    max-width: 78px;
    max-height: 61px;
    margin-bottom: 17px;
}

.ourvisionmission .card_flex .cards h4 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.ourvisionmission .card_flex .cards.margib_bottom p {
    margin-bottom: 50px;
}

.ourvisionmission .card_flex .cards p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
}

.ourdebt {
    padding: 0px 0px 100px 0;
}

.ourdebt .logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 0px 0;
}

.ourdebt .logo-track {
    display: flex;
    width: calc(281px * 12);
    animation: scroll 25s linear infinite;
}

.ourdebt .logo-track .slide {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.ourdebt .logo-track .slide:hover {
    opacity: 1;
}

.ourdebt .logo-track .slide img {
    width: 150px;
    height: auto;
    object-fit: scale-down;
    filter: grayscale(100%);
    transition: filter 0.3s;
    cursor: pointer;
}

.ourdebt .logo-track .slide:hover img {
    filter: grayscale(0%);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 6));
    }
}

.whyyoushould .card_why .image {
    width: 74px;
    height: 74px;
    border-radius: 4px;
    background-color: #F1F7E8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.whyyoushould .card_why.cardtwowhy .image {
    background-color: #FFEEED;
}

.whyyoushould .card_why.cardthreewhy .image {
    background-color: #E7F2FF;
}

.whyyoushould .card_why.cardfourwhy .image {
    background-color: #EFF2F5;
}

.whyyoushould .card_why .image img {
    max-width: 58px;
    max-width: 46px;
}

.whyyoushould .card_why h4 {
    font-size: 22px;
    font-weight: 600;
    color: #001833;
    margin-bottom: 5px;
}

.whyyoushould .card_why p {
    font-size: 16px;
    font-weight: 400;
    color: #001833;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
}

.comejoinus {
    padding: 100px 0px;
    background: #F9F9F9;
}

.comejoinus .list_tab ul {
    display: grid;
    gap: 17px 20px;
}

.comejoinus .tab-content {
    display: none;
}

.comejoinus .tab-content.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
    display: grid;
    gap: 20px 0;
}

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

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

.comejoinus .list_tab ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #001833;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    transition: all .5s;
}

.comejoinus .list_tab ul li a.active:hover {
    color: #D2232A;
}

.comejoinus .list_tab ul li a.active {
    color: #D2232A;
}

.comejoinus .card_comejoin {
    background-color: #fff;
    padding: 20px 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 3px;
}

.comejoinus .card_comejoin .card_rwo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    align-items: center;
}

.comejoinus .card_comejoin .card_rwo .w_33 {
    min-width: 37%;
    max-width: 37%;
    width: 37%;
}

.comejoinus .card_comejoin .card_rwo .w_25 {
    min-width: 25%;
    max-width: 25%;
    width: 25%;
}

.comejoinus .card_comejoin .card_rwo h4 {
    font-size: 24px;
    font-weight: 500;
    color: #001833;
    margin-bottom: 0;
}

.comejoinus .card_comejoin .card_rwo p {
    font-size: 16px;
    font-weight: 500;
    color: #D4D4D4;
    margin-bottom: 3px;
}

.contactus .form_card {
    background: #26386C;
    padding: 48px 114px 151px 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.contactus .form_card::after {
    content: "";
    position: absolute;
    width: 138px;
    height: 138px;
    border-radius: 50%;
    background-color: #13214B80;
    right: 107px;
    bottom: 66px;
    z-index: 1;
}

.contactus .form_card::before {
    content: "";
    position: absolute;
    width: 269px;
    height: 269px;
    border-radius: 50%;
    background-color: #13214B;
    right: -52px;
    bottom: -91px;
    z-index: 2;
}

.contactus .form_card ul {
    display: grid;
    gap: 47px 0;
}

.contactus .form_card ul li {
    display: flex;
    align-items: center;
    gap: 0px 25px;
}

.contactus .form_card ul li span img {
    max-width: 23px;
    max-height: 23px;
}

.contactus .form_card ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    position: relative;
    z-index: 4;
}

.contactus .from_cards .form_inputs {
    display: grid;
    gap: 0px 0;
    width: 100%;
}

.contactus .from_cards .form_inputs label {
    font-size: 12px;
    font-weight: 500;
    color: #8D8D8D;
    font-family: "Poppins", sans-serif;
}

.contactus .from_cards .form_inputs input {
    padding: 4px 10px 6px 0;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #8D8D8D;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.contactus .from_cards .form_inputs input:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #000;
}

.contactus .from_cards .form_inputs textarea {
    padding: 10px 3px 0px 0;
    /* min-height: 30px; */
    border: 0;
    border-bottom: 1px solid #8D8D8D;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100% !important;
}

.contactus .from_cards .form_inputs textarea:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #000;
}

.contactus .from_cards .formhaeding h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.contactus .from_cards .radio-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: center;
}

.contactus .from_cards .radio-card {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.contactus .from_cards .radio-card input[type="radio"] {
    display: none;
}

.contactus .from_cards .radio-card .checkmark {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #E0E0E0;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    margin-right: 10px;
    background: #E0E0E0;
}

.contactus .from_cards .radio-card input[type="radio"]:checked+.checkmark {
    background-color: #000;
    border-color: #000;
}

.contactus .from_cards .radio-card input[type="radio"]:checked+.checkmark::after {
    content: "✔";
    position: absolute;
    color: #fff;
    font-size: 8px;
    left: 2px;
    top: -1px;
}

.contactus .from_cards .radio-card p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.askusanything {
    padding: 0 0 50px 0;
}

section.whyyoushould {
    padding: 0 0 50px 0;
}
section.whytermscontent {
    padding: 0 0 0px 0;
}
section.about_section {
    padding-bottom: 50px;
}

.askusanything .askus_card {
    transition: all .5s;
}

.askusanything .askus_card:hover {
    transform: translateY(-10px);
}

.askusanything .askus_card .image {
    width: 35px;
    height: 35px;
    background-color: #26386B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.askusanything .askus_card .image img {
    max-width: 18px;
    max-height: 18px;
}

.askusanything .askus_card h4 {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 7px;
}

.askusanything .askus_card p {
    font-size: 14px;
    font-weight: 400;
    color: #53686A;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
}

.askusanything .getintuch {
    display: flex;
    gap: 10px 0px;
    justify-content: space-between;
    background-color: #EFEDE0;
    padding: 23px 23px;
    border-radius: 12px;
    align-items: center;
}

.askusanything .getintuch .w_80 {
    min-width: 80%;
    max-width: 80%;
    width: 80%;
}

.askusanything .getintuch .w_80 h4 {
    font-size: 14px;
    font-weight: 600;
    color: #53686A;
    margin-bottom: 5px;
}

.askusanything .getintuch .w_80 p {
    font-size: 13px;
    font-weight: 400;
    color: #53686A;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
}












/* Responsive */
@media (max-width: 991px) {
    .about_section .image .img_maintwo {
        display: none;
    }

    .flex-row-reverse {
        flex-direction: unset;
    }

    .ourvisionmission {
        padding: 10px 0;
    }

    .section_headingtext h2 {
        margin-bottom: 14px;
    }

    .ourvisionmission .number h3 {
        font-size: 60px;
    }

    .mt_47 {
        margin-top: 10px;
    }

    .ourvisionmission .card_flex {
        gap: 10px 26px;
        margin-top: 30px;
        margin-left: 0;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .section_heading h2 {
        font-size: 30px;
        padding: 0 13px;
    }

    .section_heading h2::before,
    .section_heading h2::after {
        width: 158px;
        top: 63%;
    }

    .section_heading .peacock-img img {
        max-height: 200px;
        max-width: 194px;
    }

    .slide img {
        width: 100px;
    }

    /* .containers {
	width: 98%;
} */
    .section_headingtext h2 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 14px;
    }

    .ourvisionmission {
        padding: 0px 0;
    }

    .comejoinus .card_comejoin .card_rwo h4 {
        font-size: 18px;
    }

    .comejoinus .card_comejoin {
        padding: 16px 15px;
    }

    .mt_115 {
        margin-top: 0;
    }

    .ourvisionmission .card_flex .cards {
        padding: 20px 10px 20px 10px;
    }

    .ourvisionmission .card_flex .cards.active {
        padding: 20px 10px 20px 10px;
    }

    .ourvisionmission .card_flex .cards.margib_bottom p {
        margin-bottom: 20px;
    }

    .comejoinus .list_tab ul {
        display: flex;
        gap: 17px 20px;
        flex-wrap: wrap;
    }

    .askusanything .getintuch {
        display: flex;
        gap: 20px 0px;
        flex-wrap: wrap;
        padding: 15px 15px;
    }

    .askusanything .getintuch .w_80 {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .backgroudd-class.about_us_hero {
        height: auto !important;
    }

    .about_us_hero section.hero {
        flex-direction: column !important;
        padding: 30px 0 !important;
    }

    .about_us_hero section.hero .hero-content {
        width: 100% !important;
        margin: 0 !important;
    }

    .image-hero-sec {
        width: 100%;
        padding: 32px;
    }

    .about_us_hero section.hero .hero-content br {
        display: none;
    }

    .backgroudd-class.bg-our-product {
        height: auto !important;
    }

    .bg-our-product section.hero {
        flex-direction: column !important;
        padding: 30px 0 !important;
    }

    .bg-our-product section.hero .hero-content {
        width: 100% !important;
        margin: 0 !important;
    }

    .image-hero-sec {
        width: 100%;
        padding: 32px;
    }

    .bg-our-product section.hero .hero-content br {
        display: none;
    }

    .Secured_Business {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
    }

    .Secured_Business_contant {
        width: 100%;
        text-align: left;
    }

    .Secured_Business h3 {
        font-size: 16px;
    }

    .Secured_Business p {
        font-size: 13px;
    }

    .Secured_Business ul li {
        font-size: 13px;
    }

    .Secured_Business_img {
        width: 100%;
    }

    .loan-features_div {
        flex-direction: column;
    }

    .image-section h2 {
        font-size: 32px;
    }

}

@media (max-width: 480px) {
    .section_heading h2 {
        font-size: 28px;
        padding: 0 10px;
        word-break: unset;
        width: unset;
    }

    .ourdebt {
        padding: 40px 0px 40px 0;
    }

    .section_heading h2 {
        max-width: 100%;
    }

    .section_heading h2::before,
    .section_heading h2::after {
        display: none;
    }

    .section_heading .peacock-img img {
        max-height: 120px;
        max-width: 120px;
    }

    .section_heading .peacock-img {
        top: -30px;
    }

    .section_heading p {
        margin-top: 16px;
        font-size: 16px;
    }

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

    .section_heading {
        margin: 25px 0;
    }

    .section_headingtext p {
        font-size: 16px;
    }

    .mt_115 {
        margin-top: 0px;
    }

    .ourvisionmission .image .overvisiontwo {
        position: absolute;
        bottom: -23px;
        left: -17px;
        /* transform: translateX(55%); */
        max-width: 116px;
    }

    .whyyoushould {
        padding: 0px 0 50px 0;
    }

    :root {
        --gutter: unset;
        --gutter-half: unset;
    }

    .whyyoushould .card_why .image {
        margin-bottom: 20px;
    }

    .newsection_heafing h2 {
        font-size: 28px;
    }

    .comejoinus {
        padding: 50px 0px;
    }

    .comejoinus .card_comejoin .card_rwo .w_33 {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .comejoinus .card_comejoin .card_rwo .w_25 {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .comejoinus .card_comejoin .card_rwo {
        gap: 15px 0;
    }

    .comejoinus .tab-content.active {
        gap: 10px 0;
    }

    .mt_50 {
        margin-top: 30px;
    }

    .contactus .form_card {
        padding: 25px 25px 103px 15px;
    }

    .contactus .form_card ul {
        gap: 30px 0;
    }

    .contactus {
        padding: 20px 0;
    }

}






:root {
    --red: #e50914;
    --red-dark: #b00610;
    --shadow: 0 3px 10px rgba(229, 9, 20, 0.25);
    --radius: 6px;
}


/* Section wrapper */
.video-section {
    padding: 60px 20px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* Container that holds thumbnail */
.video-container {
    position: relative;
    display: inline-block;
    width: 720px;
    /* same visual width as reference */
    height: 400px;
    /* proportional height */
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
    background: #f3f3f3;
}

.video-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* red vertical borders like in reference (subtle) */
.page-frame-left,
.page-frame-right {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(#f8dcd8, #f9e9e8);
    left: 0;
    pointer-events: none;
}

.page-frame-right {
    left: auto;
    right: 0;
    transform: scaleX(-1);
}

/* Play button */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease;
    z-index: 2;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.06);
}

/* triangle play icon */
.play-button .triangle {
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 4px;
}

/* Guide button */
.btn-guide {
    display: inline-block;
    margin-top: 26px;
    background: var(--red);
    color: #fff;
    padding: 12px 40px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: var(--shadow);
    transition: background .18s ease, transform .12s ease;
}

.btn-guide:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
    color: #fff;
}

/* Modal overlay */
.video-modal {
    display: none;
    /* show via JS */
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.video-modal.open {
    display: flex;
}

/* Player wrapper (responsive) */
.player-wrap {
    width: 90%;
    max-width: 1100px;
    aspect-ratio: 16/9;
    /* maintain 16:9 */
    background: #111;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.player-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Close icon */
.close-modal {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
    background: transparent;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    border: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    transition: background .12s ease;
}

.close-modal:hover {
    background: rgba(255, 255, 255, 0.06);
}

/* accessibility hidden text for screenreaders with visible focus */
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Responsive adjustments */
@media (max-width:900px) {
    .video-container {
        width: 88%;
        height: auto;
        padding-top: 56.25%;
        /* 16:9 using padding trick */
    }

    .video-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .play-button {
        width: 68px;
        height: 68px;
    }
}

@media (max-width:480px) {
    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button .triangle {
        border-left: 16px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .btn-guide {
        padding: 10px 20px;
    }
}



   .message-box {
        margin-top: 15px;
        padding: 12px 20px;
        border-radius: 8px;
        text-align: center;
        font-weight: 500;
        transition: all 0.3s ease;
        border: 1px solid transparent;
    }
    
    .message-success {
        background-color: #d4edda;
        color: #155724;
        border-color: #c3e6cb;
    }
    
    .message-error {
        background-color: #f8d7da;
        color: #721c24;
        border-color: #f5c6cb;
    }
    
    .loading {
        position: relative;
        color: transparent;
    }
    
    .loading::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        border-top-color: transparent;
        animation: spin 1s ease-in-out infinite;
    }
    
    @keyframes spin {
        to { transform: rotate(360deg); }
    }