.m2-img {
    max-width: 14%;
}
.custom-site-logo {
    width: 140px;
    margin-bottom: 30px;
    margin-top: -33px;
}


.social-links-custom {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.social-links-custom li {
    display: inline-block;
}

.social-link-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    text-decoration: none;
    color: white;
    transition: background-color 0.3s, transform 0.3s;
}

.social-link-custom.facebook {
    background-color: #1877F2;
    padding-top: 1px;
    padding-left: 2px;
}

.social-link-custom.facebook:hover {
    background-color: #006cf7;
}

.social-link-custom.instagram {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.social-link-custom.instagram:hover {
    background: linear-gradient(45deg, #e95950, #bc2a8d, #8e44ad);
}

.social-link-custom.linkedin {
    background-color: #0077b5;
}

.social-link-custom.linkedin:hover {
    background-color: #005582;
}

.social-link-custom:hover {
    transform: scale(1.1); /* Slight zoom effect on hover */
}
.custom-btn-bg:hover{
    background: white;
    color: #4a7bf0;
}
.padding-19{
    padding: 19px;
}
.padding-19-0{
    padding: 19px 0px;
}
.heading-special{
    color: #B6B8CA;
    font-size: 16px;
    line-height: 28px;
}
.heading-special ul li strong{
    /*border-bottom: 1px solid #4a7bf0;*/
    color: white !important;
}
.reviewer_initial{
    width: 100%;
    font-size: 60px;
    color: black;
    text-align: center;
}
.site_header_2 .stricked-menu .site_logo .site_link img:nth-child(1){
    display: block;
}
.review_title2{
    margin-bottom: 10px;
}
.fiver-logo{
    max-width: 96px !important;
}
.pt-120{
    padding-top: 120px;
}
px-60{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.portfolio_carousel .carousel_arrows_nav {
    position: absolute;
    top: 4%;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    width: 100%;
}

.portfolio_carousel .carousel_arrows_nav button.r1cc-swiper-button-prev {
    position: absolute;
    left: 0rem;
}

.portfolio_carousel .carousel_arrows_nav button.r1cc-swiper-button-next {
    position: absolute;
    right: 0rem;
}

.review_onecol_carousel .carousel_arrows_nav{
    right: 0;
}
.portfolio-txt{
    text-align: justify;
}
.cast-text-sm {
    display: block;                  /* Default display type for larger screens */
    overflow: visible;               /* Allow the text to overflow normally */
    text-overflow: clip;
}


@media screen and (max-width: 991px) {
    .site_header_2 .mobile_menu_btn {
        color: white;
        border: 1px solid #4a7bf0;
    }
    .fa-xmark{
        color: white !important;
    }


}


@media only screen and (max-width: 600px) {
    .about_funfact_info{
        width: 100%;
    }
    .about_image_2{
        margin-left: 0px !important;
    }
    .about_funfact_info .about_funfact_counter .funfact_title {
        font-size: 15px !important;
    }
    .about_funfact_info .about_funfact_counter .counter_value {
        font-size: 32px !important;
    }
    .engine_image{
        width: 100% !important;
    }
    .site_footer .footer_main_content > .row {
         margin: 0px;
    }
    .engine_image .image_wrap_4 {
        margin: -8px 0 -1px -7px;
    }
    .image_wrap_3{
        max-width: 92% !important;
    }
    .image_wrap_2{
        max-width: 94% !important;
    }
    .image_wrap_1{
        max-width: 30% !important;
        margin-top: 2rem;
    }
    .sm-d-none{
        display: none !important;
    }
    .review_block_2 .review_commtent {
        overflow: scroll;
    }
    .review_onecol_wrapper{
        padding: 30px 30px;
    }
    .padding-case-img{
        padding: 0px !important;
    }

    .cast-text-sm{
        display: -webkit-box;          /* Enable flex box for small screens */
        -webkit-line-clamp: 4;         /* Limit to 2 lines */
        -webkit-box-orient: vertical;  /* Arrange text vertically */
        overflow: hidden;              /* Hide the extra content */
        text-overflow: ellipsis;
    }


    .mobile-display-none {
        display: none !important;
    }
    .pt-175 {
        padding-top: 70px !important;
    }
    .pb-80 {
        padding-bottom: 50px;
    }
    .pt-120 {
        padding-top: 55px !important;
    }
    .section_space {
        padding-top: 80px !important;
        padding-bottom: 50px !important;
    }
    .process_technology_review_section {
        padding: 94px 0 80px; !important;
    }
    .layout_icon_left{
        width: 100% !important;
        align-items: center !important;
        text-align: center !important;
    }
    .contact_section:has(.decoration_item) {
        padding-top: 80px !important;
    }
    .instant_contact_form .form_title {
        font-size: 18px;
        line-height: 28px;
    }
    }

@media only screen and (max-width: 430px) {
    .image_wrap_1{
        padding-top: 0.7rem;
    }
}
@media only screen and (max-width: 399px) {
    .image_wrap_1{
        margin-top: .2rem;
    }
}
@media only screen and (max-width: 360px) {
    .image_wrap_1{
        margin-top: 0rem;
    }
}


