.about_us {
    padding: 60px 0;
}
.about_img {
    width: 450px;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}
.what_matters_box {
    padding: 28px;
    border-radius: 20px;
    box-shadow: 0 0 26px 0 #efefefc4;
    /* margin-top: 24px; */
    height: 173px;
}
.what_matter_img {
    width: 58px;
    margin-bottom: 20px;
}
.wm-box-1{
    background: #fff;
}
.wm-box-2{
    background: #dff3ff;
}
.wm-box-3{
    background: #e8e8e8;
}
.wm-box-4{
    background: #ffefe1;
}
.what_matter_title {
    font-size: 18px;
    font-weight: 600;
}
.why_choose {
    padding: 80px 0;
    background: #f9fbff
}
.whychoose-content h3 {
    color: var(--color2);
    font-size: 21px;
    font-weight: 600;
    margin: 13px 0px;
}
.reserve-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 59px;
}
.whychoose-feature {
    padding: 0 20px;
    width: 31.2%;
}
.feature-number {
    width: 51px;
    height: 51px;
}
.reserve-feature h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.industries_content {
    padding-right: 50px;
}
.cta{
    margin-bottom: 40px;
}
.cta .container{
    background-image: url('/frontend/images/lgrithm-cta.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 80px;
    /* width: 90%; */
    /* margin: auto; */
    border-radius: 30px;
    overflow: hidden;
}
.cta .row{
    align-items: center;
}
.cta_btn_box {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
}
.call_btn i{
    margin-right: 10px;
}
.call_btn {
    font-size: 22px;
    color: var(--color2);
    font-weight: 500;
}
.theme_btn {
    background: black;
    padding: 19px 25px 19px 61px;
    border-radius: 30px;
    color: white;
    display: flex;
    width: fit-content;
    align-items: center;
    position: relative;
    transition: 0.3s ease;
}
.theme_btn span{
    color: white;
    margin-bottom: 0;
}
.btn_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--color3);
    border-radius: 50%;
    margin-left: 11px;
    position: absolute;
    left: 0;
    transition: 0.5s ease;
}
.theme_btn:hover{
    padding: 19px 61px 19px 25px;
}
.theme_btn:hover .btn_icon {
    right: 0;
    left: 77%;
    transition: 0.5s;
    margin: 0;
    transform: rotate(360deg);
}
/* ======= CTA end ====== */


/* -------------- Mobile Responsive Start ------------- */
@media (max-width:767px){
    .industries_content {
    padding-right: 20px;
}
    .section_title,.section_title.light{
        font-size: 28px;
    }
    .cta .container{
        padding: 40px 20px;
        width: 90%;
    }
    .cta .container .section_title.light{
        text-align: center;
    }
    .cta_btn_box{
        flex-wrap: wrap;
        gap: 10px;
    }
    .cta_btn_box .theme_btn{
        margin: auto;
    }
    .cta-bottom-row{
        text-align: center !important;
    }
   .call_btn{
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
   }
   .reserve-content{
        padding: 0 12px;
   }
   .whychoose-feature{
        width: 100%;
   }
   .reserve-content .section_title{
        text-align: left !important;
   }
   .why_choose{
        padding: 40px 0;
   }
   .whychoose-feature{
        padding: 0;
   }
   .about_us{
    padding-bottom: 40px;
   }
   .about_us .col-rev{
        flex-direction: column-reverse;
   }
   .about_img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
        margin-bottom: 30px;
    }
    .what_matters_box {
        margin-bottom: 20px;
   }
}
/* -------------- Mobile Responsive End ------------- */

/* -------------- Tablet Responsive Start ------------- */
@media (min-width:768px) and (max-width:1024px){
    .about_img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }
    .reserve-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-top: 59px;
    }
    .cta .container{
        padding: 50px;
    }
    .cta .cta-bottom-row{
        justify-content: left !important;
        margin-top: 30px;
    }
    .what_matters_box {
    margin-bottom: 20px;
   }
   .whychoose-feature {
        padding: 0 20px;
        width: 47.8%;
    }
}
/* -------------- Tablet Responsive End ------------- */

/* -------------- Other Devices ------------ */
@media (min-width:1025px) and (max-width:1400px){
    .reserve-features {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 59px;
    }
    .cta .container{
        padding: 50px;
    }
    .cta .cta-bottom-row{
        justify-content: left !important;
        margin-top: 30px;
    }
    .what_matters_box {
    margin-bottom: 20px;
   }
   .whychoose-feature {
        padding: 0 20px;
        width: 30.8%;
    }
}
/* @media (max-width:1280px){
    .reserve-features{
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;;
    }
} */
/* -------------- Other Devices ------------ */
