
/* == MOBILE MEDIA == */
@media only screen and (max-width:701px){
 .sm_flex_col{
        flex-direction: column;
}
.embrace_identities .sm_flex_col{
        flex-direction: column !important;
}
/* === Root START ====== */
:root{
    /* Font Size  */
    --section-title-text-size:45px;
    --testimonial-content-size:25px;
    --testimonial-name-desig-size:18px;
}
/* ===== Global START ====== */
.grid_lg_3_sm_1{
    grid-template-columns: repeat(1,1fr);
}
/* ====== Components START =======  */
/*2 columen Grid */
.grid_col_2{
    grid-template-columns: repeat(1,1fr);
}

.embrace_identities .arrow-right::after,
.embrace_identities .arrow-left::after{
    display: none;
}
.embrace_identities_grid .row{
    row-gap: 15px;
}
.embrace_identities_grid .sm_flex_rev{
    flex-direction: column-reverse;
}
.embrace_identities_grid{
    row-gap: 65px;
}

.drive_growth .drive_growth_card{
    padding-inline: 20px;
    min-height: auto;
}

.sensory_storytelling .icons_wrapper{
    grid-template-columns: repeat(2,1fr);
}
.sensory_storytelling .icons_wrapper .item .icon img{
    max-width: 45px;
    max-height: 45px;
}

.home .geoSense_banner{
    min-height: 756px;
}
.home .geoSense_banner{
    background-image: url('https://www.logi5.com/wp-content/uploads/2024/11/Sportlight-4.png') !important;
}
.home .geoSense_banner .banner_img_wrap{
    display: block;
}
.engage_customers.accordion_image_wrapper .img_wrap img{
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

/* Spectra Page START */
.spectra_advantage{
    background: linear-gradient(170deg, #330642 0%, #06071a 100% );
    min-height: 2047px;
}
.spectra_advantage::before{
    width: 100%;
    height: 15%;
    /* opacity: 0.2; */
    background-position: bottom;
    display: block;
}
.spectra_driving_carousel .carousel_container{
    padding-left: 10px;
}
/* Spectra Page END */


/* Front Page START  */
.logi5_impact .row .col_item:not(:last-child){
    border: none;
}
.engage_customers .sm_col_reverse{
    flex-direction: column-reverse;
}
/* Front Page END */

.engage_customers.accordion_image_wrapper .img_wrap.sm_block{
    display: block;
}

.spectra_five_pillars::after{
    line-height: normal;
    bottom: 0;
}
.spectra_driving_carousel .owl-nav button.owl-prev{
    left: 0;
}
.geoSense_banner .banner_icon_01{
    display: none;
}
.one_locations .col_middle_circle{
    display: none;
}
.one_locations .card{
    padding-inline: 20px;
}
.adsmart_spectra .card{
    padding-inline: 20px;
}
.sm_w-50{
    width: 50%;
}
.precision_frequency{
    background-image: url('https://www.logi5.com/wp-content/uploads/2024/11/Precision-Frequency-Measurement-and-Control-2.png') !important;
    min-height: 1629px;
    /* background-position: bottom !important; */
    /* background-size: auto !important; */
}
.precision_frequency::after{
    z-index: 0;
}
.life_at_logi5 .wrap{
    padding-inline:15px ;
}
.even .col_item:first-child{
    display: none;
}

}