/* ========================================= */
/* TABLET RESPONSIVE */
/* ========================================= */
@media (min-width: 768px) and (max-width: 1024px) {

    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero {
        height: 1150px;
    }

    .shape {
        height: 585px;
    }

    .shape2 {
        height: 625px;
    }

    .triangle-img {
        width: 150px;
        top: 620px;
        left: 5px;
    }

    .logo {
        width: 300px;
    }

    .hero-text {
        /* top: 60%; */
        top: 890px;
        left: 40px;
    }

    .hero-text h1 {
        /* font-size: 60px; */
        font-size: 52px;
    }

    .hero-text h2 {
        font-size: 28px;
    }

    .hero-text p {
        font-size: 18px;
    }

    /* FEATURES 2 PER ROW */
    .feature-boxes {
        flex-wrap: wrap;
        gap: 30px;
    }

    .feature {
        flex: 1 1 45%;
    }

    /* STACK FLEX SECTIONS */
    .tc-wrapper,
    .about-content-wrapper {
        flex-direction: column;
    }

    .tc-image,
    .tc-content {
        width: 100%;
    }

    /* .loan-box-wrapper,
    .bundle-box {
        flex-direction: column;
    } */

    .loan-column,
    .bundle-column {
        flex-wrap: nowrap;
    }

    .about-image {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto 40px;
    }
    .about-bg {
    width: 100%;
    height: 552px;
    background: url(images/clittt.jpg) center / cover no-repeat;
}

    .about-text {
    padding-top: 70px;
}

    .about-image img {
        width: 400px;
    }

    .last{
        height: 1200px;
    }

    .logoo {
        width: 450px;
        top: 250px;
    }

    .buttom-img {
        width: 300px;
    }

    .shape3{
        height: 630px;
    }

    .buttom-text h2{
        font-size: 40px;
    }
.buttom-text p{
    font-size:18px;
}
    .buttom-img{
        top:435px;
        width: 355px;
    }
}

/* ========================================= */
/* MOBILE RESPONSIVE */
/* ========================================= */
@media (max-width: 767px) {

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* HERO */
    .hero {
        height: 672px;
        padding-bottom: 100px;
    }

    .logo {
        width: 160px;
        left: 10px;
        top: 20px;
    }

    .triangle-img {
        width: 125px;
        top: 56%;
        left: 20px;
    }

    .hero-text {
        position: relative;
        top: 410px;
        left: auto;
        margin-top: 80px;
        padding: 0 20px;
    }


    .hero-text h1 {
        font-size: 33px;
    }

    .hero-text h2 {
        font-size: 16px;
    }

    .hero-text p {
        font-size: 12px;
    }

    .shape2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 375px;

    }

    .shape {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 350px;

    }

    .capability-section {
        background: #ffffff;
        padding: 30px 0;
    }

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .section-title {
        font-size: 30px;
        font-weight: 700;
        color: #222;
    }

    .section-title span {
        color: #8BC34A;
    }

    .divider {
        height: 2px;
        background: #090909;
        margin: 15px 0 30px;
    }

    .description {
        font-size: 12px;
        line-height: 1.7;
        color: #444;
        margin-bottom: 12px;
    }


    /* FEATURES STACK */
    .feature-boxes {
        flex-direction: column;
        gap: 10px;
    }

    .feature {
        width: 100%;
    }

    .feature {
        flex: 1;
        background: #ffffff;

        border-radius: 14px;
        padding: 30px 20px;
        text-align: center;
        font-size: 12px;
        color: #444;
    }

    feature:nth-child(odd) {
        border: 5px double #8DC63F;
    }

    /* PURPLE BORDER */
    .feature:nth-child(even) {
        border: 5px double #2E2A6F;
    }


    .image-block img {
        margin-top: 20px;
        width: 100%;
        margin-bottom: 10px;
    }

    /* TABLE */
    .pricing-table {
        font-size: 12px;
    }

    .service-coverage {
        background: #ffffff;
        padding: 0px 0;
    }

    .loan-services {
        background: #fff;
        padding: 10px 0;
    }

    .dual-service {
        background: #ffffff;
        /* padding: 100px 0; */
    }

    .bottom-bars {
        width: 100%;
        /* full viewport width */
        height: 25px;
        display: flex;
        /* side-by-side colors */
        margin-top: 40px;
        margin-bottom: 40px;
        background-color: #8DC63F;
        overflow: hidden;
        /* for rounded corners if needed */
    }

    .service-coverage .container p {
        font-size: 12px;
        color: #444;
    }


    .blue-part {
        width: 40%;
        background-color: #282460;
    }

    /* FLEX SECTIONS STACK */

    .tc-wrapper {
        flex-direction: column;
    }

    .loan-box-wrapper,
    .bundle-box {
        /* flex-direction: column; */
        flex-wrap: nowrap;
    }

    .tc-image,
    .tc-content,
    .loan-column,
    .bundle-column {
        width: 100%;
    }

    .loan-column,
    .bundle-column {
        padding: 15px 10px;
    }

    .tc-image img {
        width: 100%;
        height: auto;
    }

    .tc-content {
        padding: 30px 20px;
    }

    /* ABOUT */
    .about-content-wrapper {
        flex-direction: column;
    }

    .about-bg {
        height: 250px;
    }

    .about-image {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto 30px;
        border: 0px;
    }

    .about-image img {
        width: 100%;
    }

    .about-text {
        padding-top: 40px;
    }

    .about-role {
        font-size: 18px;
    }

    .about-bottom-text {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .flow-image {
        width: 100%;
        margin: 10px 0;
        display: block;
    }

    /* LAST SECTION */
    .last {
        height: 672px;
        padding-bottom: 0px;
    }

    .logoo {
        width: 190px;
        /* top: 40%; */
        top: 115px;
    }

    .buttom-text h2{
        font-size: 22px;
    }

    .buttom-text p{
        font-size: 14px;
    }

    .icon-circle {
  width: 25px;
  height: 25px;
    }

    .buttom-img {
        width: 200px;
        /* top: 60%; */
        top: 150px;
    }

    .buttom-text {
        position: relative;
        top: 360px;
        left: 10px;
        margin-top: 40px;
    }

    .corner-triangle {
        width: 150px;
        height: 150px;
    }

    .shape3 {
        height: 250px;
    }

    
.contact-info .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 13px;
}

}