/* =====================================
   HERO
===================================== */

.video-hero{

    position:relative;

    width:100%;

    height:720px;

    background:url("/new/img/video/video-hero-bg.jpg") center center no-repeat;

    background-size:cover;

}

.video-hero .hero-wrap{

    position:relative;
    z-index:2;

    width:100%;
    height:100%;

    display:flex;
    justify-content:center;
    align-items:center;

}

.video-hero .hero-text{

    position:relative;

    width:100%;
    max-width:1200px;

    margin:0 auto;

    text-align:center;

    color:#fff;

    z-index:10;

}

.video-hero .hero-small{

    display:block;

    color:#42A5FF;

    font-size:15px;

    font-weight:700;

    letter-spacing:4px;

    margin-bottom:22px;

}

.video-hero h1{

    font-size:76px;

    line-height:1.05;

    font-weight:700;

    margin-bottom:35px;

}

.video-hero p{

    max-width:1180px;

    margin:0 auto;

    font-size:22px;

    line-height:1.8;

}

/* =====================================
   WHY VIDEO TELEMATICS HERO
===================================== */

.video-intro-hero{

    position:relative;

    margin-top:120px;

    width:100%;

    height:620px;

    background:url("/new/img/video/why-video-bg.jpg") center center no-repeat;

    background-size:cover;

}

.video-intro-hero .hero-mask{

    position:absolute;
    inset:0;

    background:rgba(0,0,0,.35);

}

.video-intro-hero .innerV{

    position:relative;
    z-index:2;

    height:100%;

    display:flex;
    justify-content:center;
    align-items:center;

}

.video-intro-text{

    width:100%;
    max-width:1100px;

    text-align:center;

    color:#fff;

}

.video-intro-text h2{

    font-size:64px;

    font-weight:700;

    margin-bottom:35px;

}

.video-intro-text p{

    font-size:20px;

    line-height:1.9;

}


/* =====================================
   VIDEO TELEMATICS FEATURES
===================================== */

.video-feature{

    width:100%;
    margin-top:120px;
    padding:0;

    background:#fff;

}

.video-feature-wrap{

    display:grid;

    grid-template-columns:repeat(5,1fr);

    width:100%;

    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;

}

.video-feature .feature-box{

    min-height:420px;

    padding:70px 40px;

    text-align:center;

    border-right:1px solid #d9d9d9;

}

.video-feature .feature-box:first-child{

    border-left:1px solid #d9d9d9;

}

.video-feature .feature-box h3{

    font-size:22px;

    font-weight:700;

    color:#111;

    line-height:1.3;

    margin-bottom:35px;

}

.video-feature .feature-box p{

    font-size:16px;

    color:#777;

    line-height:2;

}

/* =====================================
   REPRESENTATIVE VIDEO TELEMATICS SOLUTIONS
===================================== */

.video-solution{

    margin-top:120px;

    background:#fff;

}

.video-solution h2{

    text-align:center;

    font-size:60px;

    font-weight:700;

    margin-bottom:80px;

}

.video-solution-wrap{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    border-top:1px solid #d8d8d8;

    border-bottom:1px solid #d8d8d8;

}


/* =====================================
   REPRESENTATIVE VIDEO TELEMATICS
===================================== */

.video-solution-intro{

    margin-top:120px;

    padding:120px 0;

    background:#fff;

    text-align:center;

}

.video-solution-intro h2{

    font-size:60px;

    font-weight:700;

    margin-bottom:40px;

}

.video-solution-intro h3{

    font-size:28px;

    font-weight:700;

    margin-bottom:35px;

}

.video-solution-intro p{

    width:1000px;
    max-width:90%;

    margin:0 auto 70px;

    font-size:20px;

    line-height:1.9;

    color:#888;

}

.video-solution-intro .btn-basic{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    width:260px;

    height:70px;
	
	border-radius:0;

    background:#00569d;

    color:#fff;

    font-size:22px;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

}

.video-solution-intro .btn-basic:hover{

    background:#003f75;

}

/* =====================================
   VIDEO TELEMATICS PRODUCTS
===================================== */

.video-product{

    margin-top:120px;

    background:#fff;

}

.video-product-wrap{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    border-top:1px solid #ddd;

    border-bottom:1px solid #ddd;

}

.video-product .solution-box{

    padding:60px 40px;

    text-align:center;

    border-right:1px solid #ddd;

}

.video-product .solution-box:first-child{

    border-left:1px solid #ddd;

}

.video-product .solution-box figure{

    height:280px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:35px;

}

.video-product .solution-box img{

    max-width:100%;

    max-height:100%;

}

.video-product .solution-box h3{

    font-size:34px;

    margin-bottom:18px;

    font-weight:700;

}

.video-product .solution-box strong{

    display:block;

    font-size:18px;

    margin-bottom:22px;

}

.video-product .solution-box p{

    color:#777;

    line-height:1.9;

    margin-bottom:35px;

}

/* =====================================
   WHAT VIDEO TELEMATICS CONNECTS
===================================== */

.video-connect{

    margin-top:120px;

    background:#fff;

}

.video-connect-hero{

    position:relative;

    height:620px;

    background:url("/new/img/video/connect-bg.jpg") center center no-repeat;

    background-size:cover;

}

.video-connect-hero .innerV{

    position:relative;

    z-index:2;

    height:100%;

    display:flex;

    justify-content:center;

    align-items:center;

}

.video-connect-title{

    width:100%;

    max-width:1000px;

    text-align:center;

    color:#fff;

}

.video-connect-title h2{

    font-size:64px;

    line-height:1.1;

    margin-bottom:35px;

}

.video-connect-title p{

    width:900px;

    max-width:100%;

    margin:0 auto;

    font-size:22px;

    line-height:1.8;

}

/* =====================================
   VIDEO TELEMATICS CONNECTS
===================================== */

.video-connect-wrap{

    display:grid;

    grid-template-columns:repeat(6,1fr);

    border-top:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;

}

.connect-box{

    min-height:410px;

    padding:70px 35px;

    text-align:center;

    border-right:1px solid #d8d8d8;

}

.connect-box:first-child{

    border-left:1px solid #d8d8d8;

}

.connect-box h3{

    font-size:24px;

    font-weight:700;

    color:#111;

    line-height:1.3;

    margin-bottom:40px;

}

.connect-box p{

    font-size:16px;

    color:#888;

    line-height:2;

}

/* =====================================
   PLATFORM ARCHITECTURE
===================================== */

.video-platform{

    margin-top:120px;

    width:100%;

    background:#fff;

}

.video-platform-hero{

    position:relative;

    width:100%;

    height:620px;

    background:url("/new/img/video/platform-architecture.jpg") center center no-repeat;

    background-size:cover;

}

.video-platform-hero .hero-mask{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.25);

}

.video-platform-hero .innerV{

    position:relative;

    z-index:2;

    height:100%;

    display:flex;

    justify-content:center;

    align-items:center;

}

.video-platform-title{

    width:100%;

    max-width:1200px;

    margin:0 auto;

    text-align:center;

    color:#fff;

}

.video-platform-title h2{

    font-size:76px;

    font-weight:700;

    line-height:1.1;

    margin-bottom:35px;

}

.video-platform-title p{

    width:1100px;

    max-width:95%;

    margin:0 auto;

    font-size:22px;

    line-height:1.8;

}

/* =====================================
   INTEGRATED VIDEO TELEMATICS PLATFORM
===================================== */

.video-technology{

    margin-top:120px;

    width:100%;

    background:#fff;

}

.technology-row{

    display:grid;

    grid-template-columns:1fr 1fr;

    min-height:520px;

}

.technology-row.reverse .technology-image{

    order:2;

}

.technology-row.reverse .technology-content{

    order:1;

}

.technology-image{

    overflow:hidden;

}

.technology-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

.technology-content{

    display:flex;

    align-items:center;

    background:#fff;

}

.technology-inner{

    width:100%;

    margin:0 auto;

    padding:50px;

}

.technology-inner h3{

    font-size:46px;

    font-weight:700;

    line-height:1.2;

    color:#00569d;

    margin-bottom:35px;

}

.technology-inner p{

    font-size:18px;

    color:#777;

    line-height:2;

}

/* =====================================
   Mobile
===================================== */

@media (max-width:768px){

.video-technology{

    margin-top:80px;

}

.technology-row{

    grid-template-columns:1fr;

    min-height:auto;

}

.technology-row.reverse .technology-image,
.technology-row.reverse .technology-content{

    order:unset;

}

.technology-image{

    height:280px;

}

.technology-content{

    padding:50px 30px;

}

.technology-inner{

    max-width:100%;

    padding:0;

}

.technology-inner h3{

    font-size:34px;

    margin-bottom:24px;

}

.technology-inner p{

    font-size:16px;

    line-height:1.8;

}

}



/* =====================================
   REAL-WORLD DRIVING SCENARIO
===================================== */

.video-real{

    margin-top:120px;

    width:100%;

    background:#fff;

}

.video-real-hero{

    position:relative;

    width:100%;

    height:620px;

    background:url("/new/img/video/real-bg.jpg") center center no-repeat;

    background-size:cover;

}

.video-real-hero .hero-mask{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.38);

}

.video-real-hero .innerV{

    position:relative;

    z-index:2;

    height:100%;

    display:flex;

    justify-content:center;

    align-items:center;

}

.video-real-title{

    width:100%;

    max-width:1200px;

    margin:0 auto;

    text-align:center;

    color:#fff;

}

.video-real-title h2{

    font-size:76px;

    font-weight:700;

    line-height:1.1;

    margin-bottom:35px;

}

.video-real-title p{

    max-width:1000px;

    margin:0 auto;

    font-size:22px;

    line-height:1.8;

}

/* =====================================
   Mobile
===================================== */

@media (max-width:768px){

.video-real{

    margin-top:80px;

}

.video-real-hero{

    height:340px;

}

.video-real-title{

    width:90%;

}

.video-real-title h2{

    font-size:42px;

    margin-bottom:20px;

}

.video-real-title p{

    font-size:16px;

    line-height:1.7;

}

}

/* =====================================
   Taxi and Ride Operations
===================================== */

.video-taxi{

    margin-top:120px;

    width:100%;

    background:#fff;

}

.video-taxi-hero{

    position:relative;

    width:100%;

    height:620px;

    background:url("/new/img/video/taxi-bg.jpg") center center no-repeat;

    background-size:cover;

}

.video-taxi-hero .hero-mask{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.38);

}

.video-taxi-hero .innerV{

    position:relative;

    z-index:2;

    height:100%;

    display:flex;

    justify-content:center;

    align-items:center;

}

.video-taxi-title{

    width:100%;

    max-width:1200px;

    margin:0 auto;

    text-align:center;

    color:#fff;

}

.video-taxi-title h2{

    font-size:76px;

    font-weight:700;

    line-height:1.1;

    margin-bottom:35px;

}

.video-taxi-title p{

    max-width:1000px;

    margin:0 auto;

    font-size:22px;

    line-height:1.8;

}

@media (max-width:768px){

.video-taxi{

    margin-top:80px;

}

.video-taxi-hero{

    height:340px;

}

.video-taxi-title{

    width:90%;

}

.video-taxi-title h2{

    font-size:42px;

    margin-bottom:20px;

}

.video-taxi-title p{

    font-size:16px;

    line-height:1.7;

}

}

/* =====================================
   Commercial Fleet Operations
===================================== */

.video-commercial{

    margin-top:120px;

    width:100%;

    background:#fff;

}

.video-commercial-hero{

    position:relative;

    width:100%;

    height:620px;

    background:url("/new/img/video/commercial-bg.jpg") center center no-repeat;

    background-size:cover;

}

.video-commercial-hero .hero-mask{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.38);

}

.video-commercial-hero .innerV{

    position:relative;

    z-index:2;

    height:100%;

    display:flex;

    justify-content:center;

    align-items:center;

}

.video-commercial-title{

    width:100%;

    max-width:1200px;

    margin:0 auto;

    text-align:center;

    color:#fff;

}

.video-commercial-title h2{

    font-size:76px;

    font-weight:700;

    line-height:1.1;

    margin-bottom:35px;

}

.video-commercial-title p{

    max-width:1000px;

    margin:0 auto;

    font-size:22px;

    line-height:1.8;

}

/* =====================================
   Mobile
===================================== */

@media (max-width:768px){

.video-commercial{

    margin-top:80px;

}

.video-commercial-hero{

    height:340px;

}

.video-commercial-title{

    width:90%;

}

.video-commercial-title h2{

    font-size:42px;

    margin-bottom:20px;

}

.video-commercial-title p{

    font-size:16px;

    line-height:1.7;

}

}

/* =====================================
   Connected Safety Monitoring
===================================== */

.video-connected{

    margin-top:120px;

    width:100%;

    background:#fff;

}

.video-connected-hero{

    position:relative;

    width:100%;

    height:620px;

    background:url("/new/img/video/connected-bg.jpg") center center no-repeat;

    background-size:cover;

}

.video-connected-hero .hero-mask{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.38);

}

.video-connected-hero .innerV{

    position:relative;

    z-index:2;

    height:100%;

    display:flex;

    justify-content:center;

    align-items:center;

}

.video-connected-title{

    width:100%;

    max-width:1200px;

    margin:0 auto;

    text-align:center;

    color:#fff;

}

.video-connected-title h2{

    font-size:76px;

    font-weight:700;

    line-height:1.1;

    margin-bottom:35px;

}

.video-connected-title p{

    max-width:1000px;

    margin:0 auto;

    font-size:22px;

    line-height:1.8;

}

/* =====================================
   Mobile
===================================== */

@media (max-width:768px){

.video-connected{

    margin-top:80px;

}

.video-connected-hero{

    height:340px;

}

.video-connected-title{

    width:90%;

}

.video-connected-title h2{

    font-size:42px;

    margin-bottom:20px;

}

.video-connected-title p{

    font-size:16px;

    line-height:1.7;

}

}

/* =====================================
   Direct Platform Integration
===================================== */

.video-direct{

    margin-top:120px;

    width:100%;

    background:#fff;

}

.video-direct-hero{

    position:relative;

    width:100%;

    height:620px;

    background:url("/new/img/video/direct-bg.jpg") center center no-repeat;

    background-size:cover;

}

.video-direct-hero .hero-mask{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.38);

}

.video-direct-hero .innerV{

    position:relative;

    z-index:2;

    height:100%;

    display:flex;

    justify-content:center;

    align-items:center;

}

.video-direct-title{

    width:100%;

    max-width:1200px;

    margin:0 auto;

    text-align:center;

    color:#fff;

}

.video-direct-title h2{

    font-size:76px;

    font-weight:700;

    line-height:1.1;

    margin-bottom:35px;

}

.video-direct-title p{

    max-width:1000px;

    margin:0 auto;

    font-size:22px;

    line-height:1.8;

}

/* =====================================
   Mobile
===================================== */

@media (max-width:768px){

.video-direct{

    margin-top:80px;

}

.video-direct-hero{

    height:340px;

}

.video-direct-title{

    width:90%;

}

.video-direct-title h2{

    font-size:42px;

    margin-bottom:20px;

}

.video-direct-title p{

    font-size:16px;

    line-height:1.7;

}

}
















/* =====================================
   Responsive Line Break
===================================== */

.pc-only{
    display:inline;
}

.m-only{
    display:none;
}

@media (max-width:768px){

.pc-only{
    display:none;
}

.m-only{
    display:inline;
}

}



@media (max-width:768px){

.video-hero{

    height:420px;

}

.video-hero .hero-text{

    width:90%;

    margin-top:0;

}

.video-hero .hero-small{

    font-size:13px;

    letter-spacing:2px;

}

.video-hero h1{

    font-size:clamp(38px,11vw,64px);

    line-height:1.05;

    margin-bottom:18px;

}

.video-hero p{

    font-size:16px;

    line-height:1.7;

}

}

@media (max-width:768px){

.video-intro-hero{

    margin-top:80px;

    height:320px;

}

.video-intro-text{

    width:90%;

}

.video-intro-text h2{

    font-size:40px;

    margin-bottom:20px;

}

.video-intro-text p{

    font-size:16px;

    line-height:1.7;

}

@media (max-width:768px){

.video-feature-wrap{

    grid-template-columns:1fr;

}

.video-feature{

    margin-top:80px;
	
.video-feature .feature-box{

    min-height:auto;

    padding:50px 30px;

    border-left:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;

}

.video-feature .feature-box h3{

    font-size:24px;

    margin-bottom:24px;

}

.video-feature .feature-box p{

    font-size:16px;

    line-height:1.8;

}

}

@media (max-width:768px){

.video-solution{

    margin-top:80px;

}

.video-solution h2{

    font-size:38px;

    margin-bottom:50px;

}

.video-solution-wrap{

    grid-template-columns:1fr;

}

}

@media(max-width:768px){

.video-solution-intro{

    margin-top:80px;

    padding:80px 24px;

}

.video-solution-intro h2{

    font-size:38px;

}

.video-solution-intro h3{

    font-size:24px;

}

.video-solution-intro p{

    font-size:16px;

    margin-bottom:45px;

}

.video-solution-intro .btn-basic{

    width:220px;

    height:58px;

    font-size:18px;

}

}

@media(max-width:768px){

.video-product{

    margin-top:80px;

}

.video-product-wrap{

    grid-template-columns:1fr;

}

.video-product .solution-box{

    padding:50px 30px;

    border-left:1px solid #ddd;

    border-right:1px solid #ddd;

    border-bottom:1px solid #ddd;

}

.video-product .solution-box figure{

    height:220px;

}

.video-product .solution-box h3{

    font-size:28px;

}

}

@media (max-width:768px){

.video-connect{

    margin-top:80px;

}

.video-connect-hero{

    height:320px;

}

.video-connect-title{

    width:90%;

}

.video-connect-title h2{

    font-size:40px;

    margin-bottom:20px;

}

.video-connect-title p{

    font-size:16px;

    line-height:1.7;

}

}

@media (max-width:768px){

.video-platform{

    margin-top:80px;

}

.video-platform-hero{

    height:340px;

}

.video-platform-title{

    width:90%;

}

.video-platform-title h2{

    font-size:42px;

    margin-bottom:20px;

}

.video-platform-title p{

    font-size:16px;

    line-height:1.7;

}

}

/* =====================================================
   MOBILE OPTIMIZATION PATCH (2026)
===================================================== */
@media (max-width:768px){

section[class^="video-"]{overflow:hidden;}

.video-hero,
.video-intro-hero,
.video-connect-hero,
.video-platform-hero,
.video-real-hero,
.video-taxi-hero,
.video-commercial-hero,
.video-connected-hero,
.video-direct-hero{
    height:340px;
}

.video-hero h1,
.video-platform-title h2,
.video-real-title h2,
.video-taxi-title h2,
.video-commercial-title h2,
.video-connected-title h2,
.video-direct-title h2{
    font-size:42px;
    line-height:1.15;
}

.video-intro-text h2,
.video-connect-title h2,
.video-solution h2,
.video-solution-intro h2{
    font-size:38px;
}

.video-hero p,
.video-intro-text p,
.video-connect-title p,
.video-platform-title p,
.video-real-title p,
.video-taxi-title p,
.video-commercial-title p,
.video-connected-title p,
.video-direct-title p,
.technology-inner p,
.video-feature .feature-box p,
.connect-box p{
    font-size:16px;
    line-height:1.8;
}

.video-feature-wrap,
.video-product-wrap,
.video-solution-wrap,
.video-connect-wrap,
.technology-row{
    display:grid;
    grid-template-columns:1fr;
}

.video-feature .feature-box,
.video-product .solution-box,
.connect-box{
    min-height:auto;
    padding:48px 24px;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.technology-image{height:260px;}
.technology-inner{padding:0 24px;}
.video-solution-intro{padding:80px 24px;}
.video-solution-intro .btn-basic{
    width:220px;
    height:58px;
    font-size:18px;
}

img{max-width:100%;height:auto;}
}
