

.geoSense_banner{
    position: relative;
    background: url(../images/geoSense-banner.svg);
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    /* min-height: 756px; */
    display: grid;
    align-items: center;
}
.bottom_blur_effect{
    position: relative;
}
.bottom_blur_effect::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 110%;
    height: 25%;
    background: linear-gradient(180deg, #2550aabd 0%, #000716 100%);
    z-index: -1;
    filter: blur(40px);
}
.geoSense_banner .geoSense_banner_count{
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: space-between;
}
.geoSense_banner .geoSense_banner_count .title{
    font-family: var(--font-rubik);
    font-size: var(--heading-4);
    font-weight: var(--font-weight-500);
    color: var(--text-white);
    margin-bottom: 5px;
}
.geoSense_banner .geoSense_banner_count .desc{
    font-family: var(--font-rubik);
    font-size: var(--heading-4-2);
    font-weight: var(--font-weight-400);
    color: var(--text-white);
    margin-bottom: 0;
}
.geoSense_banner .geoSense_banner_count li{
    padding-inline: 20px;
}
.geoSense_banner .geoSense_banner_count li:not(:last-child){
    border-right: 1px solid #2F95FF;
}


/* Adsmart START */
.headingv2  .banner_title {
    display: flex;
    align-items: center;
    line-height: 1.0;
    gap: 10px;
    padding-top: 60px;
}

.headingv2 .banner_title span {
    font-size: var(--heading-1-1);
    font-weight: var(--font-weight-400);
}
.banner_title .large_title {
    font-size: 140px;
    font-weight: var(--font-weight-600);
    color: #DD7692;
}

.avg_eng_title {
    font-size: var(--heading-1);
    font-weight: var(--font-weight-500);
    color: #fff;
}

.avg_desc {
    font-size: var(--heading-4);
    color: #fff;
    font-weight: var(--font-weight-400);
}

.banner_pseudo_icon {
    position: absolute;
    content: '';
    width: 138px;
    height: 94px;
    object-fit: cover;
    background-repeat: no-repeat;
}

.banner_icon_01 {
    background-image: url(https://www.logi5.com/wp-content/uploads/2024/11/banner-icon-01.png);
    right: 13%;
    top: 5%;
}

.banner_icon_02 {
    background-image: url(https://www.logi5.com/wp-content/uploads/2024/11/banner-icon-02.png);
    width: 185px;
    height: 136px;
    bottom: 0;
    right: -60px;
}

.geoSense_banner::before,
.geoSense_banner::after {
    position: absolute;
    width: 50%;
    height: auto;
    bottom: 14%;
    font-family: var(--font-rubik);
    color: transparent;
    font-size: 13rem;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #C46983;
    text-align: center;
    z-index: -1;
    text-align: start;
    display: grid;
    align-items: center;
    right: 65px;
    left: auto;
    line-height: 0;
    text-transform: uppercase;
    font-weight: var(--font-weight-600);
    opacity: 0.2;
}
.geoSense_banner.text_end::before,
.geoSense_banner.text_end::after{
    text-align: end;
}
.geoSense_banner::before {
    content: attr(col-name-before);
    bottom: 43%;
}

.geoSense_banner::after {
    content: attr(col-name-after);
    filter: blur(0);
    background: transparent;
}
/* Adsmart END */

.home .geoSense_banner .banner_img_wrap{
    display: none;
}

/* Mobile Media START  */
@media only screen and (max-width:767px){
    .geoSense_banner .geoSense_banner_count{
        flex-direction: column;
    }
    .geoSense_banner .geoSense_banner_count li{
        padding-block: 18px;
    }
    .geoSense_banner .geoSense_banner_count li:not(:last-child){
        border: none;
    }
}

@media only screen and (min-width:1024px){
    .home .geoSense_banner{
        min-height: 756px;
    }
    .product_banner_container{
        min-height: 550px;
        display: grid;
        align-items: flex-end;
    }
}