@media only screen and (max-width: 20000px){
    .slider{
        display: block !important;
    }
}
    
@media only screen and (max-width: 800px){
    #hardwareSoftwareSelect{
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 100% !important;
        text-align: center !important;
    }
    #hardwareSoftwareSelect p, h3{
        text-align: center !important;
    }
    #sofwareContent{
        text-align: right !important;
    }
    .hoverSelect div{
        margin-left: var(--borderMargin) !important;
        margin-right: var(--borderMargin) !important;
    }


}

@media only screen and (max-width: 650px){
    .slide{
        height: 3.5rem !important;
        margin: 2rem 1rem 2rem 1rem !important;
    }    
    .modal-content{
        padding-top: 0 !important;
    }
    .modal-dialog > div{
        width: 80% !important;
        height: 85%;
        grid-template-columns: 1fr !important;
        grid-template-rows: 15rem auto !important;
        height: 55rem !important;
    }
    .main-X{
        display: none !important;
        /* background-color: var(--light) !important; */
    }
    .mobile-img,.mobile-picture img{
        display: block !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .modal-main:not(.mobile-img),.modal-main:not(.mobile-picture img){
        display: none !important;
    }
    .modal-main{
        height: 100% !important;
        width: 100% !important;
    }
    .modal-close img:not(.mobile-img),.modal-close picture img:not(.mobile-picture img){
        display: none !important;
    }

    .floating-text-container
    {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto auto;
        gap: 2rem 1rem;
        width: 100% !important;
        height: auto !important;

    }
    .floating-text-container img,.floating-text-container picture img{
        display: none !important;
    }

    .floating-text{
        position: relative !important;
        height: 100%;
        width: auto !important;
        left: initial !important;
        top: initial !important;
        transform: initial !important;
        padding: 0 !important;
    }

}


@media only screen and (max-width: 550px){
    :root{
        --borderMargin:2rem;
    }
    html{
        font-size: 12px;
    }
    #heroPage h1{
        font-size: 5rem !important;
        line-height: 5rem !important;
    }
    #heroPage button{
        margin: auto;
        display: block;
        margin-top: 2rem;
    }
    #hero-video{
        display: none;
    }
    #mobile-heroImage{
        width: 80%;
        margin: auto;
        display: block !important;
    }

    #cellIcon{
        padding-left: 0% !important;
    }

    #data-panel-content h3{
        grid-column: 1 / span 2 !important;
        /* background-color: red; */
        
    }
    
    #fillerDiv{
        grid-row: 1 !important;
        grid-column: 3 !important;
    }
    #DPaccentImg{
        width: 10rem !important;
    }

    #solutionBuilder{
        text-align: center;
        flex-direction: column;
    }
    #solutionBuilder img,#solutionBuilder picture img{
        margin: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 1rem !important;
    }

    .video{
        width: 100% !important;
        height: auto !important;
        /* height: min-content !important; */
    }
    #company-info > img,#company-info > picture img{
        display: none;
    }
    .video-container{
        height: 35rem !important;
    }
    .video-overlay > div{
        height: 35rem !important;
    }
    #text-content{
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto auto;
        gap: 2rem 1rem;

    }
    #data-panel-content{
        height: auto !important;
        padding-bottom: 2rem !important;
        margin-left: var(--borderMargin);
        margin-right: var(--borderMargin);
    }
    .circle-data-element{
        position: relative !important;
        height: 100%;
        width: auto !important;
        
    }
    .bg-blur{
        display: none;
    }
    #center-icon{
        display: none;
    }




}
.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
  }
.rounder {
    height: 2rem;
    width: 2rem;
    position: absolute;
    right: 0;
    display: block;
    backdrop-filter: blur(2px);
}
.hidden {
    visibility: hidden;
    opacity: 0;
    backdrop-filter: blur(0px);
    transition: visibility 0s .07s, opacity .07s linear, backdrop-filter 0s .07s;
  }
.rnd-bottom{
    bottom: 0;
    transform: rotate(90deg);
}

.modal-dialog{
    top: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    z-index: 100;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    cursor: pointer;
}
.modal-arrow{
    margin-bottom: .5rem;
}
.mobile-img,.mobile-picture img{
    display: none;
}
.mobile-thumb{
    height: 2rem;
    width: 100%;
    background-color: red;
    position: absolute;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    bottom: 0;
    background-color: white;
    box-shadow: 0 -.5rem .25rem rgba(0, 0, 0, 0.25);
    z-index: 0;
}

/* .modal-dialog:focus{
    visibility: hidden;
    opacity: 0;
    backdrop-filter: blur(0px);
    transition: visibility 0s .07s, opacity .07s linear, backdrop-filter 0s .07s;
} */



.modal-dialog > div{
    position: fixed;
    inset: 0px;
    width: 50rem;
    height: 40rem;
    max-width: 50rem;
    /* max-height: 60vh; */
    margin: auto;
    background-color: white;
    border-radius: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    cursor: auto;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, .25);
}
.modal-arrow{
    width: 3rem !important;
}
.modal-image{
    height: 100%;
    width: 100%;
    position: relative;
}
.modal-main{
    object-fit: cover;
    width: 30rem;
    height: 40rem;
    border-radius: 2rem;
    object-position: 85% 40%;

}

.modal-content > .hero-header{
    font-size: 3rem !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.modal-content{
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    z-index: 1;
}
.modal-content h4:not(.geosecure-logo h4) {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.modal-content h2{
    text-align: center;
}
.button-ref-text{
    font-size: 2rem !important;
}
.geosecure-logo{
    text-align: center;
}
.geosecure-logo > img,.geosecure-logo > picture img{
    margin: auto;
}
.modal-close{
    position: absolute;
    right: 2rem;
    top: 1.5rem;
    padding: .3rem;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    background-color: transparent;

}
.modal-close img,.modal-close picture img{
    width: 2.5rem;
}
.geosecure-logo img,.geosecure-logo picture img{
    width: 4.5rem;
    display: block;
}
.modal-dialog hr{
    width: 1rem;
    height: .065rem;
    margin-bottom: .5rem;
    color: var(--dark);
    background-color: var(--dark);
}


.fleet-connect-hero{
    height: 30rem;
    position: relative;
    overflow: hidden;

}
.fleet-connect-hero > *:not(.triangle-container){
    margin-left: var(--borderMargin);
    margin-right: var(--borderMargin);
}
.fleet-connect-hero button{
    margin-top: 2rem !important;
}
.hero-header-main{
    font-size: 3rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    transform: translateY(0.45rem);
}
.hero-header-enlarge{
    display: flex;
    flex-direction: row;

}
.hero-header-enlarge h2{
    font-size: 8rem;
    margin: 0 !important;
    width: fit-content;
    /* display: flex;
    flex-direction: column;
    width: 100%; */
}
.hero-header-enlarge img,.hero-header-enlarge picture img{
    margin-top: auto;
    margin-bottom: auto;
}
.title-icon{
    height: 5.75rem;
    padding-left: .1rem;
}
.bg-fleet-connect{
    transform: translateX(calc(-1 * var(--borderMargin)));
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-left: var(--borderMargin);
    margin-right: var(--borderMargin);
}

.triangle-container {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: min(10vw, 7rem);
  overflow: hidden;
  transform: translateY(1px);
}

.triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--light);
  /* one-line clip‐path, so the browser knows the shape immediately */
  clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
}
.koulen-regular.hero-header-dynamic {
  /* assume two lines of 3rem each + 1rem line-gap: */
  min-height: calc(2 * 3rem + 1rem);
  overflow: hidden;
}
.hero-header-main {
  font-size: 3rem;
  /* assuming max 2 lines @ 3rem with 1rem line-gap */
  /* min-height: calc(2 * 3rem + 1rem); */
  /* overflow: hidden; */
}

#heroPage{
    display: flex;
    margin-right: 0;
    padding-right: var(--borderMargin);
    margin-top: 2rem;
    padding-bottom: 5rem;
    position: relative;
    /* height:34rem; */

    background-color: var(--light);
    z-index: 1;

    grid-template-columns: 1fr 2fr;
}

.title-text{
    margin-top: 0;
    font-size: 5rem;
    line-height: 6rem;
}
/* #heroImage{
    /* margin-left: 30rem; */

/* #heroImage{
    width: 35rem;
    height: min-content;
    margin: auto;
    /* object-fit: scale-down; */

#mobile-heroImage{
    display: none;
}
#shutdown{
    background-color: var(--dark);
    position:absolute;
    left: 0;
    width: 100%;
    height: auto;
    filter: drop-shadow(0px 4px 4px #00000057);
    z-index: 2 ;
}
#SDborder{
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: var(--borderMargin);
    margin-right: var(--borderMargin);
    display: flex;
}
#SDborder p{
    margin-top: 0rem;
}


#gBtn{
    border-color: var(--light);
}

#cellIcon{
    /* border: var(--light);
    fill: var(--light); */
    padding-left: 20%;
    width: 10rem;
}

#hardwareSoftwareSelect {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
    z-index: 2;
    
    /* height: max-content; */
}
.hoverSelect > div > h2{
    padding-top: 2rem;
}

.hoverSelect{
    transition: 0.15s;
    border-radius: 1rem;

}
.hoverSelect > div{
    margin: 1rem;
    margin-top: 0;
}

.hoverSelect > div{
    display: flex;
    flex-direction: column;
    /* justify-content: baseline; */
    height: 100%;
}

.hoverSelect button{
    margin-bottom: 4rem !important;
}

.hoverSelect:hover{
    background-color: #f7f9ff;
    filter: drop-shadow(0px 0px 6px #00000025);
    border-radius: 1rem;
    z-index: 0;
}

#HSborder{
    width:100%;
    position:absolute;
    left:0;

}

/* #HSborder div{
    display: flex;
    flex-direction: column;
} */

#hardwareContent{
    margin: 0rem 1rem 0rem 1rem;
    /* transform: translateX(var(--borderMargin)); */
    display: flex;
    flex-direction: column;
    text-align: center;
} 

.HSimg,.HSpicture img{
    /* width: 25rem; */
    height: 13.5rem;
    width: auto;
    max-width: 100%;
    margin:auto;
    display: block;
    margin-bottom: 1rem;
    object-fit:scale-down;
    
}

#sofwareContent{
    margin: 0rem 1rem 0rem 1rem;
    /* display: flex;
    flex-direction: column; */
    text-align: center;
}
#camera-solution-content{
    margin: 0rem 1rem 0rem 1rem;
    /* display: flex;
    flex-direction: column; */
    text-align: center;
}

#HSbutton{
    display: block;
    margin: auto;
}

#solutionBuilder{
    z-index: 1;
    position: relative;
    background: var(--light);
    display: flex;
    margin-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
}
#solutionBuilder > div{
    width: 100%;
}
#solutionBuilder img,#solutionBuilder picture img{
    height: min-content;
    width:22.5rem;
    margin-left: 4rem;
    /* display: none; */
}

#data-panel{
    /* position: absolute; */
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: inset 0px 0px 6px #00000025;
    z-index: -1;
}
#DPaccentImg{
    position: absolute;
    right: 0%;
    transform: translatey(-6rem);
    /* transform: translatex(2rem); */
    width: 15rem;
    z-index: 0;
}
/* #data-panel-content{
    margin-left: var(--borderMargin);
    margin-right: var(--borderMargin);

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 1.5rem;
    padding-bottom: 2rem;
    padding-top: 1rem;
    /* grid-template-areas: "div  .   ."; */
#data-panel-content h2{
    margin-bottom: 1rem;
    grid-column: 1;
    padding-top: 1rem;
}

#data-panel-content h3{
    width: fit-content;
}

#data-panel-content p{
    margin: auto;
}

.data-panel-header{
    display: flex;
    align-items: center;
    justify-content: center;

}
.data-panel-header img,.data-panel-header picture img{
    width: 2.5rem;
    margin-left: .5rem;
    /* height: auto; */
}

#fillerDiv{
    grid-column: 2 / span 3;
}

.slide{
    height: 5.5rem;
    margin: 3rem;
    width: fit-content;
}
.slider:hover .slideTrack{
    animation-play-state: paused;
}

@keyframes slide{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
.video-container{
    width: 100%;
    height: 40rem !important;
    
}
#bg-video{
    width: 100%;
    height: 40rem;
    object-fit: cover;
    filter: brightness(50%);
    position: absolute;

}
.video-overlay{
    /* position: absolute; */
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 40rem;
    text-align: center;
}
.video-overlay > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40rem !important;
    margin-left: var(--borderMargin);
    margin-right: var(--borderMargin);
}

.video{
    width: 40rem;
    height: 22.5rem;
    display: block;
    /* margin: auto; */
}

.optionLayout{
    width: 40rem;
    margin-bottom: 2rem;
}
.optionLayout p{
    margin: 0;
}

.optionLayout > h2{
    margin-top: 1rem;
}
.noOption{
    background-color: var(--dark);
    text-align: center;
    display: none;
}
.noOption h4{
    padding: .15rem !important;
}

.optionGrid{
    padding-top: 1rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: auto auto;
    filter: drop-shadow(.225rem .225rem .3rem rgba(0, 0, 0, 0.15));
}

.optionPanel{
    background-color: white;
    /* width: 20rem; */
    display: flex;
    font-size:  1.2rem;
    vertical-align: center;
    cursor: pointer;
}

/* .optionPanel{
    background-color:#0B2149
} */
.optionPanel img,.optionPanel picture img{
    padding-left: 1rem;
    display: block;
    height: auto;
    width: 25%;
    margin-top: auto;
    margin-bottom: auto;
}

.optionPanel p{
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;

    margin-bottom: 1rem;
    margin-top: 1rem;

}

.optionPanel-active{
    outline: .25rem solid var(--dark);
    /* filter: blur(.1rem); */
    filter: drop-shadow(0 0 .5rem rgba(107, 107, 107, 0.1));
}

#infoSubmissionStep > div{
    padding-bottom: 1rem;
}
#companyInput{
    width: 100%;
    height: 2rem;
    border: none;
}

#companyInput:focus{
    outline: none;
}

#optionFooter{
    padding-top: 2rem;
    
    display: flex;
    justify-content: space-between;
    margin-bottom:auto
}

.solution-builder{
    margin-left: 4rem;
    text-align: center;
}

.stats{
    display: flex;
    justify-content: space-between;
}
.stats h3{
    font-size: 4rem !important;
    margin: 0;
}

.increment::after{
    content: "+";
}

#data-panel-content{
    height: 46rem;
    padding: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    /* box-shadow: inset 0px 0px 6px #00000025; */
    /* padding-top: 2rem; */
}
.circle-data-element{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 15rem;
    /* background-color: #F7EFEE; */
    /* padding: 2rem;
    border-radius: 2rem; */
    z-index: 3;
}

.svg-line{
    position: absolute;
    /* top: 0px; */
    left: 0px;
    z-index: 1;
}
#center-icon{
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    z-index: 3;
    /* margin: auto; */
}
#center-icon img,#center-icon picture img{
    width: 10rem;
}

.quote-elem{
    padding: 4rem 0 4rem 0;
    text-align: center;
}
.quote-elem img,.quote-elem picture img{
    width: 6rem;
}

.slider{
    display: none;
}
.carousel-container {
    width: 70vw;
    max-width: 80rem;
    margin: auto;
    padding-bottom: 3rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
    /* height: 100vh; */
}


/* Carousel Navigation */
.carousel-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10; /* Make sure arrows are on top */
    /* height: 50px; */
    left: 0;
}

.nav-arrow {
    font-size: 30px;
    color: #1e2a44;
    cursor: pointer;
    user-select: none;
    padding: 0 15px;
    position: relative;
    z-index: 10;
}

.nav-arrow.right {
    position: absolute;
    right: 0rem; /* Ensure it sticks to the far right */
}

.nav-arrow.left {
    position: absolute;
    left: 0; /* Ensure it sticks to the far left */
}

/* Dots navigation */
.dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    margin-left: auto;
    /* margin: auto; */
    display: block;
    /* display: flex; */
    justify-content: center;
}

.glide__bullets{
    position: absolute;
    bottom: -2rem;
    transform: translateY(50%);
    width: 100%;
    /* margin: auto; */
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.glide__bullet{
    background-color: #b3b3b3;
    height: 1rem;
    width: 1rem;
    border: 0;
    border-radius: 100%;
    margin-left: .5rem;
    margin-right: .5rem;
}
.glide__bullet--active{
    background-color: var(--dark);
}   


.glide__arrows{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    /* width: 100%; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* z-index: -1; */
    
}
.glide__arrow{
    background-color: transparent;
    border: 0;
    z-index: 4;
    cursor: pointer;
    width: 3.5rem;
    min-height: 2.75rem;
}
.glide__arrow > img,.glide__arrow > picture img{
    width: 2rem;
}
.glide__arrow--right{
    
    position: absolute;
    /* right: calc(-100vw + var(--borderMargin)*2); */
    right: 0;
    transform: translateX(100%);
    padding-left: 1rem;
    /* transform: translateX(calc(60vw + var(--borderMargin)/2)); */
    
}

.glide__arrow--left{
    padding-right: 1rem;
    transform: translateX(-100%);
}

.glide__track{
    border-radius: 1rem;
    background-color: #f7f9ff;
    text-align: center;
}
.glide__slide{
    margin: auto;
}
.glide__slide >div{
    padding: 2rem 4rem 2rem 4rem;
}
.logo-header{
    height: 7rem;
    padding-top: 2rem;
}



.item-0 { top: 13%; left: 55%; }
.item-1 { top: 14.4%; left: 89%; }
.item-2 { top: 26.4%; left: 73%; }
.item-3 { top: 43%; left: 90.2%; }
.item-4 { top: 63%; left: 90.2%; }
.item-5 { top: 87.6%; left: 91%; }
.item-6 { top: 77.6%; left: 69.5%; }
.item-7 { top: 91%; left: 50%; }
.item-8 { top: 81.6%; left: 28.5%; }
.item-9 { top: 75.6%; left: 7%; }
.item-10 { top: 61%; left: 18.8%; }
.item-11 { top: 42%; left: 13.8%; }
.item-12 { top: 21.4%; left: 9%; }
.item-13 { top: 17.4%; left: 32.5%; }

#data-display {
  position: relative;
  background-color: #f7f9ff;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  box-shadow: inset 0px 0px 6px #00000025;  
}

.floating-text-container {
  position: relative;
  max-width: min(calc(100vw - var(--borderMargin)*2), 75rem);
  height: 65rem;
  margin: auto;
}

.floating-text-container img, .floating-text-container picture img {
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50rem;
}

.floating-text {
  position: absolute;
  padding: 5px 10px;
  transform: translate(-50%, -50%);
  width: 15rem;
  text-align: center;
}
#hardwareSoftwareSelect {
    text-align: center;
}

/* Redesign page header style (full width + white content) */
#header {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0.95rem 1.4rem !important;
    background-image: url("/assets/pages/new-home/header-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 !important;
    max-width: 100% !important;
    margin: 0;
    padding-left: 50px !important;
    padding-right: 50px !important;
    box-sizing: border-box;
        border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
div#logoHeader p {
    margin-bottom: 0;
}
#header p,
#header a,
#header .textLink,
#header .koulen-regular,
#header .hind-vadodara {
    color: #ffffff !important;
}
#header .dropdown-content a {
    color: #091c3c !important;
}

#headerBtn .buttonStyle {
    border: 2px solid #ffffff !important;
    background: transparent !important;
}

#headerBtn .buttonStyle p {
    color: #ffffff !important;
}

.new-home-welcome-section {
    background: #fff;
    padding: 5.2rem 1.5rem 4rem;
    position: relative;
    overflow: hidden;
}

.new-home-welcome-inner {
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.new-home-welcome-inner h2 {
    margin: 0 0 1rem;
    font-family: "Koulen", "Arial", sans-serif;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #0b2149;
    font-weight: 500;
}

.new-home-welcome-inner p {
    margin: 0 auto;
    max-width: 1020px;
    font-family: "Hind Vadodara", "Arial", sans-serif;
    font-size: 1.1rem;
    line-height: 1.42;
    color: #1f3153;
}

.new-home-welcome-inner p strong {
    font-weight: 700;
    color: #0b2149;
}

.new-home-welcome-benefits {
    margin: 2.4rem auto 0;
    padding: 0;
    list-style: none;
    max-width: 960px;
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.new-home-welcome-benefits li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-family: "Hind Vadodara", "Arial", sans-serif;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0b2149;
}

.new-home-welcome-benefits li img, .new-home-welcome-benefits li picture img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

@media (max-width: 900px) {
    .new-home-welcome-inner p {
        font-size: 1rem;
    }

    .new-home-welcome-benefits li {
        font-size: 1rem;
    }
}

.home-redesign-benefits-copy {
    background: #fff;
    position: relative;
    overflow: visible;
}


.home-redesign-benefits-copy .What-are-benefits-parent {
    padding: 80px 0 52px;
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.home-redesign-benefits-copy .container {
    max-width: 100%;
}

.home-redesign-benefits-copy .top-heading-parent {
    padding-bottom: 50px;
}

.home-redesign-benefits-copy .top-heading-parent h2 {
    color: #0B2149;
    font-family: "Koulen", "Arial", sans-serif;
    font-size: 3rem;
    line-height: 1.1;
    margin: 0 0 20px;
    font-weight: 500;
    text-align: center;
}

.home-redesign-benefits-copy .top-heading-parent p {
    color: #0B2149;
    font-family: "Hind Vadodara", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.home-redesign-benefits-copy .What-are-benefits-col ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -15px !important;
    padding: 0;
    list-style: none;
    position: relative;
}

.home-redesign-benefits-copy .What-are-benefits-col li {
    flex: 1;
    padding: 0 15px;
}

.home-redesign-benefits-copy .What-are-benefits-col li img, .home-redesign-benefits-copy .What-are-benefits-col li picture img {
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
    max-width: 110px;
    display: flex;
    justify-content: center;
    transition: all 0.5s;
    cursor: pointer;
}


.home-redesign-benefits-copy .What-are-benefits-col li h5 {
    font-size: 17px;
    line-height: 22px;
    color: #0B2149;
    padding-top: 10px;
    text-align: center;
    font-family: "Hind Vadodara", sans-serif;
    margin-top: 0;
    width: 100%;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
}

.home-redesign-benefits-copy .What-are-benefits-col {
    padding-bottom: 9rem;
}

/* Position detail panel relative to full icon row (ul), not each column — full width like Optimize */
.home-redesign-benefits-copy .What-are-benefits-col ul li .hide-cnt-bene {
    position: absolute;
    transition: all 0.5s;
    background: #fff;
    margin-top: 0;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    margin-top: 20px;
    border-radius: 8px;
    padding: 0.85rem 1rem;
    text-align:center;
    box-sizing: border-box;
}

.home-redesign-benefits-copy .What-are-benefits-col ul li .hide-cnt-bene p {
    color: #0B2149;
    font-family: "Hind Vadodara", sans-serif;
    font-style: normal;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.55;
    margin: 0;
}

.home-redesign-benefits-copy .What-are-benefits-col ul li:hover .hide-cnt-bene {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.home-redesign-benefits-copy .What-are-benefits-col ul li:hover > img, .home-redesign-benefits-copy .What-are-benefits-col ul li:hover > picture img {
    transform: scale(1.15);
}

/* Fleet CTA: intro + email + Get a Demo + secondary link */
.home-redesign-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.home-redesign-fleet-cta {
    background: #fff;
    padding: 2.5rem 1.5rem 4rem;
}

.home-redesign-fleet-cta-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.home-redesign-fleet-cta-intro {
    margin: 0 auto 1.75rem;
    color: #0b2149;
    font-family: "Hind Vadodara", "Arial", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    max-width: 56rem;
}

.home-redesign-fleet-cta-form {
    margin: 0 0 1.25rem;
}

.home-redesign-fleet-cta-email-row {
    display: flex;
    align-items: stretch;
    max-width: 440px;
    margin: 0 auto;
    border: 2px solid #0b2149;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.home-redesign-fleet-cta-email-row input[type="email"] {
    flex: 1;
    min-width: 0;
    border: none;
    padding: 0.9rem 1.15rem;
    font-family: "Hind Vadodara", "Arial", sans-serif;
    font-size: 1rem;
    color: #0b2149;
    background: transparent;
    outline: none;
}

.home-redesign-fleet-cta-email-row input[type="email"]::placeholder {
    color: #8a93a6;
}

.home-redesign-fleet-cta-submit {
    flex-shrink: 0;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: rgb(11, 33, 73);
    color: rgb(255, 255, 255);
    font-family: "Hind Vadodara", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 1.35rem 0.5rem 1.25rem;
    cursor: pointer;
    transition: opacity 0.2s;
    position: absolute;
    right: 0;
    border-radius: 50px;
    top: 5px;
    right: 6px;
    z-index: 9;
}

.home-redesign-fleet-cta-submit:hover {
    opacity: 0.92;
}

.home-redesign-fleet-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 0.85rem 1.5rem;
    border: 2px solid #0b2149;
    border-radius: 999px;
    background: #fff;
    color: #0b2149;
    font-family: "Hind Vadodara", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.35;
    box-sizing: border-box;
    transition: background 0.2s, color 0.2s;
}

.home-redesign-fleet-cta-secondary:hover {
    background: #0b2149;
    color: #fff;
}

@media (max-width: 540px) {
    .home-redesign-fleet-cta-email-row {
        flex-direction: column;
        border-radius: 0.85rem;
    }

    .home-redesign-fleet-cta-submit {
        width: 100%;
        border-radius: 0 0 0.65rem 0.65rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .home-redesign-fleet-cta-email-row input[type="email"] {
        width: 100%;
        border-radius: 0.65rem 0.65rem 0 0;
    }
}

/* Video hero (home-redesign only) — full-bleed background + left content */
.home-redesign-video-hero {
    position: relative;
    /* min-height: min(88vh, 780px); */
    width: 100%;
    max-width: 88%;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    color: rgb(255, 255, 255);
    margin: 0 auto;
    box-sizing: border-box;
}

.home-redesign-video-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.home-redesign-video-hero-vid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.home-redesign-video-hero-inner {
    position: relative;
    z-index: 2;
    max-width:810px;
    padding: 20px;
}

.home-redesign-video-hero-title {
    margin: 0 0 1rem;
    font-family: "Koulen", "Arial", sans-serif;
    font-weight: 400;
    font-size: clamp(1.6rem, 3.2vw, 3.5rem);
    line-height: 1.12;
    letter-spacing: 0.02em;
    color: #fff;
    text-transform: uppercase;
}

.home-redesign-video-hero-lead {
    margin: 0 0 1.5rem;
    font-family: "Hind Vadodara", "Arial", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.95);
    max-width: 36rem;
}

.home-redesign-video-hero-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 2.25rem;
    margin-bottom: 1rem;
    border: 2px solid #fff;
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font-family: "Hind Vadodara", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.home-redesign-video-hero-contact:hover {
    background: #fff;
    color: #0b2149;
}

.home-redesign-video-hero-form {
    margin: 0 0 1.5rem;
    max-width: 28rem;
}

.home-redesign-video-hero-email-row {
    display: flex;
    align-items: stretch;
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 999px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.15);
    position: relative;
}

.home-redesign-video-hero-email-row input[type="email"] {
    flex: 1;
    min-width: 0;
    border: none;
    padding: 0.75rem 1.1rem;
    font-family: "Hind Vadodara", "Arial", sans-serif;
    font-size: 1rem;
    color: #fff;
    background: transparent;
    outline: none;
}

.home-redesign-video-hero-email-row input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.home-redesign-video-hero-demo {
    flex-shrink: 0;
    border: none;
    background: #fff;
    color: #0b2149;
    font-family: "Hind Vadodara", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    transition: opacity 0.2s;
    padding: 0.5rem 1.35rem 0.5rem 1.25rem;
    cursor: pointer;
    transition: opacity 0.2s;
    position: absolute;
    right: 0;
    border-radius: 50px;
    top: 5px;
    right: 6px;
    z-index: 9;
}

.home-redesign-video-hero-demo:hover {
    opacity: 0.9;
}
.home-redesign-video-hero-brand {
    margin-top: 2.25rem;
}

.home-redesign-video-hero-brand img, .home-redesign-video-hero-brand picture img {
    display: block;
    max-width: min(280px, 85vw);
    height: auto;
}

@media (max-width: 600px) {
    .home-redesign-video-hero {
        min-height: min(92vh, 640px);
        border-radius: 0 0 14px 14px;
    }

    .home-redesign-video-hero-email-row {
        flex-direction: column;
        border-radius: 0.85rem;
    }

    .home-redesign-video-hero-email-row input[type="email"] {
        border-radius: 0.75rem 0.75rem 0 0;
    }

    .home-redesign-video-hero-demo {
        width: 100%;
        border-radius: 0 0 0.75rem 0.75rem;
        padding: 0.9rem 1rem;
    }
}