 @font-face {
    font-family: 'UniNeue-B';
    src: url('../fonts/UniNeue-Bold.eot');
    src: url('../fonts/UniNeue-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/UniNeue-Bold.woff2') format('woff2'),
         url('../fonts/UniNeue-Bold.woff') format('woff'),
         url('../fonts/UniNeue-Bold.ttf')  format('truetype'),
         url('../fonts/UniNeue-Bold.svg#UniNeue-B') format('svg');
         font-style: normal;
    font-display: swap;
} 

@font-face {
    font-family: 'UniNeue-Book';
    src: url('../fonts/UniNeue-Book.eot');
    src: url('../fonts/UniNeue-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/UniNeue-Book.woff2') format('woff2'),
         url('../fonts/UniNeue-Book.woff') format('woff'),
         url('../fonts/UniNeue-Book.ttf')  format('truetype'),
         url('../fonts/UniNeue-Book.svg#UniNeue-Book') format('svg');
         font-style: normal;
    font-display: swap;
}
 

@font-face {
  font-family: "UniNeue-R";
  src: url("../fonts/UniNeue-Regular.eot");
  src: url("../fonts/UniNeue-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/UniNeue-Regular.woff2") format("woff2"), url("../fonts/UniNeue-Regular.woff") format("woff"), url("../fonts/UniNeue-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'UniNeue-H';
    src: url('../fonts/UniNeue-Heavy.eot');
    src: url('../fonts/UniNeue-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UniNeue-Heavy.woff2') format('woff2'),
        url('../fonts/UniNeue-Heavy.woff') format('woff'),
        url('../fonts/UniNeue-Heavy.ttf') format('truetype'),
        url('../fonts/UniNeue-Heavy.svg#UniNeue-H') format('svg'); 
    font-style: normal;
    font-display: swap;
}


:root { /** @font family declaration */
  --tata-f-R: 'UniNeue-R';
  --tata-f-Book: 'UniNeue-Book';
  --tata-f-B: 'UniNeue-B';
  --tata-f-H: 'UniNeue-H';


  --shadow-s:0px 4px 16px rgba(0,  0,  0,  .08);
  --shadow-m:0px 4px 16px rgba(0,  0,  0,  .16);
  --shadow-l:0px 4px 16px rgba(0,  0,  0,  .24); 


  /** @color declaration */
  --tata-white: #ffffff;  
  --tata-blue: #307FE2;
  --tata-dark-blue:#08085C;
  --tata-grey: #8D8B8C;  
  --tata-black: #000000;
  
     

  /** @font size declaration */
  --tata-fz-body: 14px;
  --tata-fz-p: 16px;
  --tata-fz-h1: 50px;
  --tata-fz-h2: 45px;
  --tata-fz-h3: 28px;
  --tata-fz-h4: 24px;
  --tata-fz-h5: 16px;
  --tata-fz-h6: 14px;
}

* { margin: 0;  padding: 0; box-sizing: border-box;} 

a{text-decoration:  none;  -webkit-transition: all 0.3s ease-out 0s;  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;  -o-transition: all 0.3s ease-out 0s;  transition: all 0.3s ease-out 0s; }

h1, h2, h3, h4 {  font-family: var(--tata-f-H); }

p{ font-size: 14px; font-family: var(--tata-f-Book); }

body{ font-size: 14px; background: var(--tata-white); margin: 0; padding: 0;  color: var(--tata-black);  font-family: var(--tata-f-Book); }
.txtup{ text-transform: uppercase; }
.txt-white{ color: var(--tata-white) !important }
.img img{ width: 100%; display: block; }
.clearFix{ clear: both; }
.container-warp{ width: 100%;  padding: 0 0px; }
.container-warp-inner{ margin: 0 40px;  z-index: 100  }
.header .d-flex{ display: flex; justify-content: space-between; width: 100% }

#header.stick{ position: fixed; top: 0; left: 0; width: 100%; z-index: 555; background:  rgba(000, 000, 000, 0.8);   backdrop-filter: blur(10px); }
.header{ background: #000; padding: 15px 0; }
.logo-colm{ width: 320px;  margin: 0; display: flex; align-items: center; justify-content: space-between; } 
.logo-colm span.logo{ width: 170px; }
.logo-colm span.logo-txt{ text-transform: uppercase; padding: 0 0 0 20px; color: var(--tata-white); font-family: var(--tata-f-H); font-size: 14px; }
.contact-header{ margin: 0;}
.form-r{ border-radius: 40px; overflow: hidden; }

.tata-logo{ margin: auto 0 }
.tata-logo ul{ margin: 0; padding: 0 }
.tata-logo ul li{ margin: 0 0px; padding: 0; display:inline-block; } 
.tata-logo ul li img{ height: 20px; } 

.banner-section{ position:  relative; background: #000 url(../img/hm-banner.jpg) top center fixed; background-size:  cover;}
.overlay-black{ opacity: 0.8; background: #000; width: 100%; height: 100%;   position:  absolute; top: 0; left: 0 }


/* BANNER*/
 .our-philosophy { background: #000 url(../img/philosophy-banner.jpg) top center; background-repeat: no-repeat; background-size: cover;  height: calc(100dvh);  display: flex;  justify-content: center;  align-items: center; }
.mobility{ background: #000 url(../img/mobility-banner.jpg) top center; background-repeat: no-repeat; background-size: cover;  height: calc(100dvh);  display: flex;  justify-content: center;  align-items: center; }
 
.outer-container{ position: relative; overflow: hidden; } 
.top-container { background: #000 url(../img/banner.jpg) top center; background-repeat: no-repeat; background-size: cover;  height: calc(100dvh);  display: flex;  justify-content: center;  align-items: center; }
.autoexpotxt{ width: 100%; padding: 0px 0; margin: -25% auto 0;    text-align: center; position: relative; z-index: 55 } 
.autoexpotxt h1 {  font-size: 60px; color: var(--tata-blue);}
 

.t-box{ width: 100%; position: absolute; z-index: 50; top: 0; padding: 90px 0 0 0;  height:100%;  }
.t-syb{ width: 70px; border: 1px solid #fff }
.t-syb img{ width: 100%; display: block; margin: -1px 0; }
.t-box:before{ content: ""; width: 100%; height: 100%; position:  absolute; top: 135px; left: 41px; border: 1px solid #fff; z-index: 55; }


#buttonTop.btnstick{ position: fixed; top: 57px; right: 0; z-index: 66; width: 100%    }
.btnTop{   margin: 0 0 0 0; position: absolute;  top: 57px; z-index: 55; left: 0; width: 100%; background:rgba(127, 127, 127, 0.6);  }
 

.director-area{ position: relative; padding-top: 46px; padding-bottom: 46px;  margin-top: 0px; overflow: hidden;  }
.director-area-inner{    overflow: hidden;  }
.director-area .t-box{ padding-top: 0; height: 98%; }
.director-area .t-syb{ border: 0px solid var(--tata-blue); position: relative; z-index: 10; background: #fff; margin-top: 202px; } 
.director-area .t-box:before{ content: ""; width: 100%; height: 93%; margin-top: -45px; position:  absolute; top: 292px; left: 41px; border: 1px solid #323232;  z-index: 0; background: #323232}

.director-row{ padding: 60px 6% 20px; display: flex; justify-content: space-between; position: relative; z-index: 55 }
.director-colm-left{ width: 46%; position: relative; }

.director-colm-right{ width: 46%; display: flex; }
.director-colm-right p{ font-size: var(--tata-fz-p);  } 
.director-colm-right h2{ font-size:  45px; font-family: var(--tata-f-B);  line-height: 1; color: #fff }
.director-txt{ margin: auto 0% 9% 0; width: 450px; }
.director-name{ margin-top: 50px; }
.director-name h4{ font-size: 20px; font-family: var(--tata-f-Book); color: #fff}
.director-name p{ font-family: var(--tata-f-R); color: #fff  }




.read-area{ position: relative; padding-top: 46px; padding-bottom: 0px;  margin-top: 60px; overflow: hidden;  }
.read-area-inner{   overflow: hidden; padding: 120px 1%; position:  relative; z-index: 100  }
.read-area .t-box{ padding-top: 0; height: 98%; }
.read-area .t-syb{ border: 1px solid var(--tata-dark-blue); } 
.read-area .t-box:before{ content: ""; width: 100%; height: 98%; margin-top: -40px; position:  absolute; top: 85px; left: 41px; border: 1px solid var(--tata-dark-blue);  z-index: 55; }
.read-more{ display: flex; justify-content: center; font-size: 24px; font-family: var(--tata-f-B) }
.read-more span{ margin: auto 0;  color: var(--tata-blue); }
.read-more a{ padding: 8px 20px; margin: auto 10px; background: var(--tata-blue); color: #fff }
.read-more a:hover{ background: var(--tata-dark-blue); }
.future-area{ position: relative; padding-top: 46px; padding-bottom: 46px;  margin-top: 60px; overflow: hidden;  }
.future-area-inner{   overflow: hidden; padding: 60px 8%; position:  relative; z-index: 55  }
.future-area .t-box{ padding-top: 0; height: 98%; }
.future-area .t-syb{ border: 1px solid var(--tata-dark-blue); } 
.future-area .t-box:before{ content: ""; width: 100%; height: 93%; margin-top: -40px; position:  absolute; top: 85px; left: 41px; border: 1px solid var(--tata-dark-blue);  z-index: 55; }

.future-row{  display: flex; justify-content: space-between; }
.future-colm-left{ width: 48% }
.future-colm-left h2{ font-size: var(--tata-fz-h2);  line-height: 1 }
.future-colm-right{ width: 48% }
.future-colm-right p{ font-size: var(--tata-fz-p);  }  
.video-box{ position: relative; margin-top: 40px; padding: 190px 0; background: url(../img/video-img.jpg) 30% 0% no-repeat; background-size: cover;  }
.video-b-txt{ padding: 20px 0; }
.video-b-txt p{ font-size: 24px; font-family: var(--tata-f-B);  color: var(--tata-blue)  }

.tata-area{ position: relative; padding-top: 46px; padding-bottom: 46px;  margin-top: 80px; overflow: hidden;  }
.tata-area-inner{  background: #fff ;  overflow: hidden; }
.tata-area .t-box{ padding-top: 0; height: 98%; }
.tata-area .t-syb{ border: 1px solid var(--tata-blue); } 
.tata-area .t-box:before{ content: ""; width: 100%; height: 93%; margin-top: -40px; position:  absolute; top: 85px; left: 41px; border: 1px solid var(--tata-blue);  z-index: 55; }


.tata-row{ padding: 60px 2% 30px;  }
.title-colm-center{ text-align: center;  margin: 0 0 40px 0}
.tata-container .title-colm-center h2{ font-size: var(--tata-fz-h2); color: var(--tata-blue);  line-height: 1; margin:10px 0 30px 0; }
.title-colm-center p{ text-align: center;  }
.tata-container { padding: 0px 6%; overflow: hidden; position: relative; z-index: 60;   }  

.hand-icon{ width: 80px; margin:10px auto 30px; }



.vision-area{ padding-top: 80px; padding-bottom: 20px }
.vision-area-inner{ padding: 50px 16% }
 

.vision-vision-cards{display: flex; flex-wrap: wrap; gap: 50px 4%}
.vision-card{ background: #BFD7F6;  width: 48%; position: relative; overflow: hidden;  }
.vision-card::after{ content: ""; width: 36px; background:#fff; position: absolute; height: 100%; top: 0; left: 0 }
.vision-card img{width: 100%; display: block; position: relative; z-index: 5}
.vision-card-title{font-size:  24px; margin: 0px 0 30px 0;   font-family: var(--tata-f-H); color: var(--tata-black); line-height: 1; }
.vission-box{ position: relative; }
.vission-t-icon{ width: 60px; display: inline-block; background: #fff; position: absolute; top: -40px; z-index: 5}
.vission-txt-box{ padding: 50px 50px; margin: 0 0 0 37px; }
.vission-txt-box p{ font-size:  16px; }
.vision-area-title{ text-align: center; }
.vision-area-title h2{ font-size:  24px; color: #000; font-family: var(--tata-f-Book); text-transform: uppercase; margin-bottom: 30px  }
.vision-area-title h3{ font-size:  24px; color: var(--tata-blue); font-family: var(--tata-f-B); text-transform: uppercase; }




.vision-card-button{ font-family: var(--tata-f-R);  display: block; margin: 10px 0;padding: 8px 16px; text-align: center; font-size: 16px; color: #08085C; border: 1px solid #08085C; text-decoration: none;cursor: pointer}
.vision-card-button:hover{background: #08085C; color: #fff; }

.enq-now-btn { position: relative; z-index: 80; text-align: center; padding-top: 30px }
.enq-now-btn a{ font-family: var(--tata-f-R);  display: inline-block; margin: 10px 0; padding: 8px 40px; text-align: center; font-size: 16px;  border: 1px solid #08085C; background: #08085C; color: #fff; text-decoration: none;cursor: pointer}
.enq-now-btn a:hover{background: #fff; color: #08085C; border: 1px solid #08085C; }


.close-footer-slide-button.active{cursor: pointer; opacity: 1;position:fixed;z-index:22;bottom:200px;right:21px;width:auto;transition:all .5s;transform:rotate(0)}
 .close-footer-slide-button{ cursor: pointer; padding: 10px 20px;  display: block;  color: #fff;   background: #0a0a5f; text-decoration: none; opacity: 0}

.tata-form-wrapper{ position: relative; margin: 40px 0; }
.footer-enquire-now-form-popup{position: fixed;bottom: 0; width: 100%;  z-index: 22222;  height: 0;  overflow: auto;
     transition: all 0.5s;  box-shadow: 0 0 7px 0 #b5b3b3;  background-color: #F5F5F5; } 
.footer-enquire-now-form-popup.show{ height: 200px;  }   


 .tata-submission-form{width: 93%;}
 .tata-submission-form .form-item-row{ display: inline-block;  width: 16%;  margin: auto;  vertical-align: top; }
 .tata-submission-form .captcha{ display: inline-block; width: 17%; margin: -14px 0 0 0;}
 .captcha .g-recaptcha{  transform: scale(0.6); } 
  
 .form-item-row.js-form-type-checkbox{ width: 100%; } 
 .form-control-field{ border-radius: 0; padding:14px 5%;  width: 100%; background-color: #fff!important; border: 1px solid #ced4da!important; font-size: 1rem;} 
 

label{font-size: 12px;line-height: 14px; }
.form-actions{ position: absolute; right: 0; margin: auto; display: flex; width: auto; top: 0;}
.form-actions .form-submit-btn{ cursor: pointer; font-size: 1rem; background-color: #0A0A5F; padding: 14px 15px; border-radius: 0; color: #fff; margin: auto; border: 0 }
      
.js-form-type-checkbox{ position: relative; margin: 0; }
.js-form-type-checkbox .form-checkbox{ position: absolute; left: 0; top: 0; margin: auto; }
label{ padding-left: 24px;  display: block;  font-size: 12px; line-height: 14px; }
 
 


 footer{ background: var(--tata-blue); margin-top: 0px; }
.footerrow{ display: flex; justify-content:  space-between; }
.footer-first{}
.footerlogo{ width: 260px; margin-top: 60px }
.get-touch{ width: 340px; margin-top: 60px}
.get-touch ul{ margin:0; padding: 0; display: flex; }
.get-touch ul li{ margin:0; padding: 0 8px; list-style: none; width: 55px;  }
.get-touch ul li img{ width: 100% }
.get-touch ul li a:hover{ opacity: 0.6 }
.get-touch span{ font-size: 20px; font-family: var(--tata-f-R); color: var(--tata-white); display: block; padding:0 5px 5px;  }



.footer-second{ padding: 30px 0; }
.footerlinks{ width: 340px; margin-top: 60px; order: 2 }
.copyright{ width: 390px; margin-top: 60px; font-family: var(--tata-f-R);}
.copyright p{  font-family: var(--tata-f-R); font-size: 14px; text-transform: uppercase; color: #fff}
 
.footerlinks ul{ margin:0; padding: 0 3px; display: flex; }
.footerlinks ul li{ margin:0; padding: 0 8px; list-style: none; width: 100%; color: #fff  } 
.footerlinks ul li a{ color: #fff; font-size: 14px; font-family: var(--tata-f-R);}
.footerlinks ul li a:hover{ opacity: 0.6;   }


#buttonup { display: inline-block; background:  rgba(8, 8, 92, 0.5); border-radius: 40px;  width: 40px;  height: 40px;  text-align: center;   position: fixed;  bottom: 50px;  right: 10px;  transition: background-color .3s,   opacity .5s, visibility .5s;  opacity: 0;  visibility: hidden; z-index: 1000; line-height: 40px;}
#buttonup img {  transform: rotate(-90deg); }
#buttonup:hover {cursor: pointer; background-color: #08085C;}
#buttonup:active {background-color: #08085C;}
#buttonup.show { opacity: 1; visibility: visible;}
 


 
/* Guideline  */
.guideline-area{ position: relative; padding-top: 46px; padding-bottom: 46px;  margin-top: 0px; overflow: hidden;  }
.guideline-area-inner{  margin-top:120px; position: relative;    }
.guideline-area .t-box{ padding-top: 0; height: 99%; }
.guideline-area .t-syb{ border: 1px solid var(--tata-dark-blue); position: relative; z-index: 50; background: #fff; margin-top: 0; } 
.guideline-area .t-box:before{ content: ""; width: 100%; height: 99%; margin-top: 44px; position:  absolute; top: 0; left: 41px; border: 1px solid var(--tata-dark-blue);  z-index: 0;  }

.guideline-row{ padding: 0px 1% 20px 6%; display: flex; justify-content: space-between; position: relative; z-index: 55 }
.guideline-colm-left{ width: 46%; order: 2; margin-top: -50px } 
.guideline-colm-right{ width: 46%; display: flex; padding-top: 60px }
.guideline-colm-right p{ font-size: var(--tata-fz-p);  } 
.guideline-colm-right h2{ font-size:  24px; font-family: var(--tata-f-B);  line-height: 1; color: var(--tata-blue); margin: 30px 0; }
.guideline-txt{ margin: auto 0;   }
.guideline-name{ margin-top: 50px; }
.guideline-name h4{ font-size: 20px; font-family: var(--tata-f-Book); color: #fff}
.guideline-name p{ font-family: var(--tata-f-R); color: #fff  }

.guideline-logo {}

.blue-btn{ margin-top: 30px; }
.blue-btn a{  display: inline-block; background: var(--tata-blue); padding: 8px 35px; color: #fff; font-size: 16px; font-family: var(--tata-f-B);   }
.blue-btn a:hover{ background: var(--tata-dark-blue); }



.press-area{ position: relative; padding-top: 46px; padding-bottom: 0px;  margin-top: 60px; overflow: hidden;  }
.press-area-inner{   overflow: hidden;   padding:80px 1% 80px 6%;  position:  relative; z-index: 55  }
.press-area .t-box{ padding-top: 0; height: 98%; }
.press-area .t-syb{ border: 1px solid var(--tata-blue); } 
.press-area .t-box:before{ content: ""; width: 100%; height: 99%; margin-top: -40px; position:  absolute; top: 85px; left: 41px; border: 1px solid var(--tata-blue);  z-index: 55; }

.press-title h2{ font-size:  24px; font-family: var(--tata-f-B);  line-height: 1; color: var(--tata-blue); margin:0 0 30px 0; }
.press-card{ display: flex; }
.press-img{ width: 120px; margin: 0 20px 0 0 }
.press-txt{ font-family: var(--tata-f-Book); font-size: 18px;  }
.press-txt h4{ font-size: 18px; font-family: var(--tata-f-B); padding: 15px 0  }



/* Mobility  */
.mobility-blue-area{ position: relative; padding-top: 0px; padding-bottom: 46px;  margin-top: 0px; overflow: hidden;  }
.mobility-blue-area-inner{  margin-top:80px; position: relative;    }
.mobility-blue-area .t-box{ padding-top: 0; height: 99%; }
.mobility-blue-area .t-syb{ border: 1px solid var(--tata-blue); position: relative; z-index: 50; background: #fff; margin-top: 0; } 
.mobility-blue-area .t-box:before{ content: ""; width: 100%; height: 99%; margin-top: 44px; position:  absolute; top: 0; left: 41px; border: 1px solid var(--tata-blue); background: var(--tata-blue);  z-index: 0;  }

.mobility-blue-row{ padding: 0px 1% 20px 6%; display: flex; justify-content: space-between; position: relative; z-index: 55 }
.mobility-blue-colm-left{ width: 46%; order: 2; margin-top: -50px } 
.mobility-blue-colm-right{ width: 46%; display: flex; padding-top: 60px }
.mobility-blue-colm-right p{ font-size: var(--tata-fz-p); color: var(--tata-white); line-height: 2;  } 
.mobility-blue-colm-right h2{ font-size:  24px; font-family: var(--tata-f-B);  line-height: 1; color: var(--tata-white); margin: 0 0 30px 0; }
.mobility-blue-txt{ margin: auto 0;   }
 


.dark-blue-area{ position: relative; padding-top: 0px; padding-bottom: 0;  margin-top: 0px; overflow: hidden;  }
.dark-blue-area-inner{  margin-top:80px; position: relative;    }
.dark-blue-area .t-box{ padding-top: 0; height: 100%; }
.dark-blue-area .t-syb{ border: 0px solid var(--tata-dark-blue); position: absolute; z-index: 55; top:0; left: 0; background: #fff; margin-top: 0; } 
.dark-blue-area .t-box:before{ content: ""; width: 100%; height: calc(100% - (20px + 26px)); margin-top: 44px; position:  absolute; top: 0; left: 41px; border: 1px solid var(--tata-blue);   z-index: 0;  }

.dark-blue-row{ padding: 44px 1% 0px 1px; display: flex; justify-content: space-between; position: relative; z-index: 51;  }
.dark-blue-colm-left{ width: 50%;   margin-top: 0px } 
.dark-blue-colm-right{ width: 44%; display: flex; padding-top: 0 }
.dark-blue-colm-right p{ font-size: var(--tata-fz-p); color: var(--tata-black); line-height: 2;  } 
.dark-blue-colm-right h2{ font-size:  24px; font-family: var(--tata-f-B);  line-height: 1; color: var(--tata-blue); margin:0 0 30px 0; }
.dark-blue-txt{ margin: auto 0; padding: 15% 0   }

.dark-blue-colm-left.customer{ background: #000 url(../img/mobility/customers.jpg) top center; background-repeat: no-repeat; background-size: cover;  display: flex;  justify-content: center;  align-items: center;    }
.dark-blue-colm-left.alternate-fuels{ background: #000 url(../img/mobility/alternate-fuels.jpg) top center; background-repeat: no-repeat; background-size: cover;  display: flex;  justify-content: center;  align-items: center;    } 
.dark-blue-colm-left.extra-mile{ background: #000 url(../img/mobility/extra-mile.jpg) top center; background-repeat: no-repeat; background-size: cover;  display: flex;  justify-content: center;  align-items: center;    }
.dark-blue-colm-left.optimised{ background: #000 url(../img/mobility/optimised.jpg) top center; background-repeat: no-repeat; background-size: cover;  display: flex;  justify-content: center;  align-items: center;    }



.horizontal-ba  { padding: 20% 0; }
.ba-card { width:700px; margin-left: auto; margin-right: auto;  padding: 5px;  margin-top: 0px; }
.ba-card img { width: 100%;  height: auto;} 
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  content: " ";  display: block;    position: absolute;   z-index: 30;}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;  height: 100%;  left: 50%;  margin-left: -1.5px;} 
.twentytwenty-left-arrow{ width: 60px;  height: 60px;  border: 0px inset transparent;  position: absolute; bottom:0%;}
 
 .twentytwenty-container { -webkit-box-sizing: content-box;  -moz-box-sizing: content-box;  box-sizing: content-box;  z-index: 0;
   position: relative;  -webkit-user-select: none;  -moz-user-select: none; }
.twentytwenty-container img { width: 100%;  position: absolute;  top: 20%;  display: block;}
.twentytwenty-container * { -webkit-box-sizing: content-box;  -moz-box-sizing: content-box;  box-sizing: content-box;} 
.twentytwenty-before {  z-index: 20;}
.twentytwenty-after { z-index: 10;}

.twentytwenty-handle { height: 100%;  width: 50px;   position: absolute;  left: 50%;  top: 0%;  margin-left: -22px;  margin-top: -22px;
  border: 0px solid white;   z-index: 40;  cursor: pointer;}
.twentytwenty-horizontal .twentytwenty-handle:before {  top:5%; height: 80%;   background: url(../img/drag-line.png) center; background-size: contain; background-repeat: no-repeat;}
.twentytwenty-horizontal .twentytwenty-handle:after { top: 50%;  margin-top: 22px;} 
.twentytwenty-left-arrow { border-right: 0px solid white;  left: 0%;  margin-left: 0; bottom: 0;}



.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}


@keyframes fadeIn{
  0% { opacity:0; }
  100% {opacity:1;  }
}

@-moz-keyframes fadeIn {
  0% {opacity:0; }
  100% {opacity:1; }
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1; }
}

@-o-keyframes fadeIn {
  0% { opacity:0; }
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}


.zoom-in-zoom-out {  
  animation: zoom-in-zoom-out 5s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9, 0.9);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}

.d-lg-none {
    display: none 
  }


@media (max-width: 1280px){  
.future-area-inner{  min-height: 700px;  }
.director-colm-right h2{ font-size:  35px;   }
.director-txt{ margin: auto 0% 5% 0; width: 100%; }
.vission-txt-box p{ font-size:  16px; }
}

@media (max-width: 991px){  
:root {   /** @font size declaration */
  --tata-fz-body: 14px;
  --tata-fz-p: 16px;
  --tata-fz-h1: 50px;
  --tata-fz-h2: 30px;
  --tata-fz-h3: 28px;
  --tata-fz-h4: 24px;
  --tata-fz-h5: 16px;
  --tata-fz-h6: 14px;
}
.ba-card { width:100%; padding: 0  }
.vision-area-inner { padding: 30px 5%;}

.director-colm-right h2{ font-size:  25px;   }
.director-txt{ margin: auto 0%  0px 0; width: 100%; }
.director-name{ margin-top: 20px; }

.future-area-inner{  min-height: 540px;  }
.autoexpotxt{ padding: 0px 0; margin: -25% auto 0; }  
.autoexpotxt h1 {  font-size: 50px;  }


.title-colm-center h2{ font-size:35px;  line-height: 1; }
.future-colm-left h2{ font-size:35px;  }
.title-colm-center { padding: 0 7% }  
.vision-card-title{font-size: 18px;}

.d-lg-none {
    display: block; 
  }




}


@media (max-width: 800px){  

.mobility-blue-row{ padding: 0px 1% 20px 6%; display: block;   }
.mobility-blue-colm-left{ width: 100%; order: 2; margin-top: 0px } 
.mobility-blue-colm-right{ width: 100%; display: flex; padding-top: 30px }

.dark-blue-row{ padding: 44px 1% 0px 1px; display: block; }
.dark-blue-colm-left{ width: 100%; min-height: 300px; margin-top: 0px } 
.dark-blue-colm-right{ width: 100%; display: flex; padding-top: 0 }
.dark-blue-txt{ margin: auto 0; padding: 30px 0 30px 40px  }
}


@media (max-width: 768px){  
.read-more{ font-size: 18px }

.guideline-row{ padding: 0px 1% 20px 8%; display: block;  }
.guideline-colm-right{ width: 100%; display: block; padding-top:30px }
.guideline-colm-left{ width: 100%; order: 1; margin-top: -50px }

.press-area-inner{ padding:50px 1% 50px 8%; }

.vision-area-inner { padding: 30px 0%;}
.vission-txt-box { padding: 30px 30px;  margin: 0 0 0 30px;}
.vission-t-icon { width: 40px;    top: -26px;}
.vision-card::after{width: 24px;}
  .director-row {  padding: 60px 12% 20px;  display: block;  }
  .director-txt{ margin-top: 30px; }
.director-colm-left { width: 100%;}
.director-colm-right { width: 100%;}
.director-name{ margin-top: 30px; }
  .tata-form-wrapper{ margin: 30px 0; }
 .tata-submission-form{width: 100%;}
 .tata-submission-form .form-item-row{ display: block;  width: 100%;  margin: 10px auto;  vertical-align: top; }
 .tata-submission-form .captcha{ display:block; width: 100%; margin: 0px 0 0 0;}
 .captcha .g-recaptcha{ margin-top: 0; transform: scale(0.8); width: 0; } 
  
 .form-item-row.js-form-type-checkbox{ width: 100%; } 
 .form-control-field{ padding:10px 15px; } 
 

label{font-size: 12px; line-height: 14px; }
.form-actions{ position: relative; margin: 0; display: inherit; width: auto; top: 0;}
.form-actions .form-submit-btn{ cursor: pointer; font-size: 1rem; background-color: #0A0A5F; padding: 14px 15px; border-radius: 0; color: #fff; margin: auto; border: 0 }

.close-footer-slide-button{ cursor: pointer; padding:5px 20px;}
 .close-footer-slide-button.active { right: 5px; bottom: 83%; height: 30px;}
.footer-enquire-now-form-popup.show{  height: 83%;  overflow-y: auto;} 
 


.footerlogo{ width: 240px; margin-top: 60px }
.get-touch{ width: 280px; margin-top: 60px}

.footerlinks{ width: 280px; margin: 20px auto 0; order: 1 }
.copyright{ width: 100%; margin-top: 20px; font-family: var(--tata-f-R); text-align: center;}
 .footerrow.footer-second{ display: block; }
.footerlinks ul{ padding: 0 }
.footerlinks ul li{ padding: 0 }

  .tata-card-title { font-size: 20px;  }
.tata-card-text { font-size: 14px; } 
.tata-container { grid-template-columns: repeat(2, 1fr); position: relative;}

.future-row{ padding: 60px 10%; display: block;   }
.future-colm-left{ width: 100% }
.future-colm-right{ width: 100%; padding-top: 30px}


.autoexpotxt{ width:400px; margin: -30% auto 0;  }  
.autoexpotxt h1 {  font-size: 45px;  }


.tabs button{ width: 120px;   font-size: 20px; padding: 10px 10px; }
 .vision-card { width: 47%;}
 
}




@media (max-width: 600px){  
.twentytwenty-horizontal .twentytwenty-handle:before {  top:10%; height:65%;  }


  .read-more a{ padding: 8px 10px; margin: auto 5px;}
  .mobility-blue-row{ padding: 0px 1% 20px 10%; display: block;   }
  .dark-blue-txt{ padding:30px 0 40px 20px; }
.mobility-blue-area .t-box::before{margin-top: 25px; left: 23px;}
.dark-blue-row{ padding: 25px 1% 0px 8px }
.director-area .t-box::before{  top: 272px; left: 23px; }
.dark-blue-area .t-box::before{  margin-top: 25px; left: 23px; }
  footer{ padding-bottom: 0px; padding-top: 40px; }
  .footerrow{ display: block; }
.footerlogo{ width: 240px; margin: 0 auto;  }
.get-touch{ width: 280px; margin: 30px auto 0; text-align: center;}

.title-colm-center h2{ font-size:30px;}

.container-warp-inner{ margin: 0 15px }

  .future-area-inner{  min-height: 390px;  }
 .future-row{ padding: 40px 4%;   }
.future-colm-left h2{ font-size: 30px;  line-height: 1 } 
.future-colm-right p{ font-size: 14px;  }

.t-syb{ width: 40px;   } 
.t-box:before{ top: 114px; left: 23px;   }
.guideline-area .t-box::before{  margin-top: 24px;  left: 23px; }
.press-area .t-box::before{ top: 65px; left: 23px; }
.future-area .t-box:before{  top: 65px; left: 23px;  }
.tata-area .t-box:before{ top: 65px; left: 23px; height: 92%;  }
.tata-row{ padding: 60px 4% }
.read-area .t-box:before{  top: 65px; left: 23px;  }
.bharat-logo{ width: 150px; margin: 0 auto }
.autoexpotxt{ width:400px; margin: -40% auto 0;  }  
.autoexpotxt h1 {  font-size: 40px; line-height: 1  }

 

.footerbtn{ display: block; } 
.vision-card-title{ min-height: inherit; }
.vision-vision-cards { flex-direction: column;align-items: center; }
  .vision-card { width: 100%;}

.read-more{ font-size: 18px; }

}

@media (max-width: 480px){  
.twentytwenty-left-arrow{ width:40px;  height: 40px; }  
.twentytwenty-horizontal .twentytwenty-handle:before {  top:10%; height:65%;  }
.horizontal-ba{ padding: 20% 0 }
.twentytwenty-container img{ top:10%; }

.press-card{ display: block; }
.press-img{ width: 150px; margin: 0 20px 0 0 }

.read-more{ margin-top: 20px; display: block; }
.read-more{ font-size: 16px;  }
.read-more a{ text-align: center; padding:8px 8px; margin: 5px auto; width: 80%; display: block; }
.read-area-inner{ padding: 60px 5%; }
.tata-container { grid-template-columns: 1fr;}

.bharat-logo{ width: 120px; margin: 0 auto }
.autoexpotxt{ width:300px;  margin: -30% auto 0;  } 
.autoexpotxt h1 {  font-size: 32px; line-height: 1  }
.logo-txt{ display: none; }
.logo-colm{ width: auto; }

.future-colm-left h2{ font-size: 25px; }
.title-colm-center h2{ font-size: 25px; }
.future-area-inner { min-height: 460px;  }
.tata-container .title-colm-center h2{ font-size: 25px; }
.vision-area-title h2, .vision-area-title h3{ font-size: 20px }
}


.form-setion-new{}
.form-setion-new h4{ font-weight: 600;  font-size: 20px;  text-align: center;  background: #000;  padding: 15px 0 0px 0px;
  margin: 0;  color: #dbaa38;    }
.form-setion-new p{ text-align: center; color: #fff }
.form-setion-new .form-control{background-color: #fff; border:0px solid #aaa ; border-radius:  8px ; width:96%; padding: 10px 2% ; font-size: 16px; position: relative;  font-family: "Roboto", sans-serif;}
.form-setion-new select.form-control{ border:0px solid #aaa ; border-radius:  8px ; width:100%; padding: 10px 2% ; font-size: 16px; background-color: #fff;  font-family: "Roboto", sans-serif;}
.form-setion-new .btn{border-radius:  30px; border: 0; cursor: pointer; padding: 11px 0;  width: 100%; background: rgba(254, 204, 61, 1); color: #000; font-weight:600; font-size: 16px;}
.form-group { margin-bottom: 10px; position:  relative;  font-family: "Roboto", sans-serif;}
.form-setion-new .btn:hover{ background: #d0ac52; }


label.error{font-size: 11px;   position: absolute;  top: 33px;  right: 0px;  z-index: 99;  line-height: 20px;background-color: #e34f4f;  color: #fff;  font-weight: 400;  padding: 0 6px;}
     

.textbox {
    box-sizing: border-box;
    display: inline-block;
    perspective: 500px;
    position: relative;
    text-align: left; z-index: 5; width: 100%;
}

/*.textbox input {
    background-color: #fff;
    border: none;
    box-shadow: 0 8px 8px -10px rgba(0, 0, 0, .4);
    box-sizing: border-box;
    font-size: 1rem;
    outline: none;
    padding: 10px 14px;
}*/

.textbox input::placeholder {
    color: #ccc;
}

.textbox .autoComplete {
    left: 0;
    position: absolute;
    top: calc(100% + 5px);
    width: 100%; z-index: 500;
}

.textbox .autoComplete .item {
    animation: showItem .3s ease forwards;
    background-color: #fff;
    box-shadow: 0 8px 8px -10px rgba(0, 0, 0, .4);
    box-sizing: border-box;
    color: #7C8487;
    cursor: pointer;
    display: block;
    font-size: .8rem;
    opacity: 0;
    outline: none;
    padding: 10px;
    text-decoration: none;
    transform-origin: top;
    /* transform: rotateX(-90deg); */
    transform: translateX(10px);
}

.textbox .autoComplete .item:hover,
.textbox .autoComplete .item:focus {
    background-color: #fafafa;
    color: #D1822B;
}

@keyframes showItem {
    0% {
        opacity: 0;
        /* transform: rotateX(-90deg); */
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        /* transform: rotateX(0); */
        transform: translateX(0);
    }
}
       
/* New */
/* Drag */
.drag_container{display:grid;place-content:center;position:relative;--position:50%;max-width: 600px;margin: 20px auto 150px}
.drag_image-container{max-width:100%;max-height:100%;}
.drag_slider-image{width:100%;height:100%;object-fit:cover;object-position:left;}
.drag_image-before{position:absolute;inset:0;width:var(--position);filter:grayscale(100%)}
.drag_slider{position:absolute;inset:0;cursor:pointer;opacity:0;width:100%;height:140%}
.drag_slider:focus-visible~.slider-button{outline:5px solid black;outline-offset:3px}
.drag_slider-button{position:absolute;display:grid;place-items:center;top:0%;left:var(--position);bottom: 0;height: 100%;pointer-events: none;width:5px;}
.drag_slider-button span{position: absolute;bottom: -73px;font-size: 10px;}
.drag_slider-button::before,.drag_slider-button::after{position: absolute;content: '';display: block;}
.drag_slider-button::before {height: 100%;background: url(../sites/tmcv/themes/custom/cvsbs51/better-always/img/drag-line.png) center;background-size: contain;background-repeat: no-repeat;inset: 0;margin: auto;}
.drag_slider-button::after{width: 52px;height: 43px;background: url(../sites/tmcv/themes/custom/cvsbs51/better-always/img/hand-icon.svg);left: -25px;right: 0;bottom: -60px;background-repeat: no-repeat;background-size: contain;}
/* Drag */
.main-menu nav{display:block !important;}
.main-menu nav ul{padding-left:0;margin-bottom:0;}
.main-menu nav ul li{font-size:14px;}
.promo-video{position:relative;}
.promo-video::after{position: absolute;content: '';background: url(/assets/trucks/files/video-icon.png?VersionId=3LJ05nsMVu28IG8obUb3Nsedz__PLJ.E);background-repeat: no-repeat;background-size: cover;width: 50px;height: 50px;top: 0px;right: 0px;z-index:999;pointer-events:none;}
.field--label-above, .footer-menu-commercial-vehicle, .footer-brands{display:none;}
.navigation ul{padding:0;margin:0;}
.enquire-footer-slide-button{z-index:100;}
header, .region-breadcrumb,
#block-footerone , #block-footerquicklinksgetintouch, #block-commercialvehicles, 
#block-services , #block-spares, #block-aggregates, #block-copyright {display:none !important;}
.footer-mobile-sticky-menu-parent-block{display:none}
.views-element-container{display:none}
.container {width:100%}
.container .container {width: var(--container);}
 main {margin-top: 0}
#block-cvsbs5-content, #block-trucksb5-content{padding: 0}
.option{color:#000;}
:root { /** @font family declaration */
  --tata-f-R: 'UniNeue-R';
  --tata-f-Book: 'UniNeue-Book';
  --tata-f-B: 'UniNeue-B';
  --tata-f-H: 'UniNeue-H';
  --shadow-s:0px 4px 16px rgba(0,  0,  0,  .08);
  --shadow-m:0px 4px 16px rgba(0,  0,  0,  .16);
  --shadow-l:0px 4px 16px rgba(0,  0,  0,  .24); 
  /** @color declaration */
  --tata-white: #ffffff;  
  --tata-blue: #307FE2;
  --tata-dark-blue:#08085C;
  --tata-grey: #8D8B8C;  
  --tata-black: #000000;
  
     
  /** @font size declaration */
  --tata-fz-body: 14px;
  --tata-fz-p: 16px;
  --tata-fz-h1: 50px;
  --tata-fz-h2: 45px;
  --tata-fz-h3: 28px;
  --tata-fz-h4: 24px;
  --tata-fz-h5: 16px;
  --tata-fz-h6: 14px;
}
* { margin: 0;  padding: 0; box-sizing: border-box;} 
a{text-decoration:  none;  -webkit-transition: all 0.3s ease-out 0s;  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;  -o-transition: all 0.3s ease-out 0s;  transition: all 0.3s ease-out 0s; }
p{ font-size: 14px;}
body{ font-size: 14px; background: var(--tata-white); margin: 0; padding: 0;  color: var(--tata-black);}
.txtup{ text-transform: uppercase; }
.txt-white{ color: var(--tata-white) !important }
.img img{ width: 100%; display: block; }
.clearFix{ clear: both; }
.container-warp{ width: 100%;  padding: 0 0px; }
.container-warp-inner{ margin: 0 40px;  z-index: 100  }
.header .d-flex{ display: flex; justify-content: space-between; width: 100% }
#header.stick{ position: fixed; top: 0; left: 0; width: 100%; z-index: 555; background:  rgba(000, 000, 000, 0.8);   backdrop-filter: blur(10px); }
.header{ background: #000; padding: 15px 0; }
.logo-colm{ width: 320px;  margin: 0; display: flex; align-items: center; justify-content: space-between; } 
.logo-colm span.logo{ width: 170px; }
.logo-colm span.logo-txt{ text-transform: uppercase; padding: 0 0 0 20px; color: var(--tata-white);font-size: 14px; }
.contact-header{ margin: 0;}
.form-r{ border-radius: 40px; overflow: hidden; }
.tata-logo{ margin: auto 0 }
.tata-logo ul{ margin: 0; padding: 0 }
.tata-logo ul li{ margin: 0 0px; padding: 0; display:inline-block; } 
.tata-logo ul li img{ height: 20px; } 
.banner-section{ position:  relative; background: #000 url(../sites/tmcv/themes/custom/cvsbs51/better-always/img/hm-banner.jpg) top center fixed; background-size:  cover;}
.overlay-black{ opacity: 0.8; background: #000; width: 100%; height: 100%;   position:  absolute; top: 0; left: 0 }
/* BANNER*/
 .our-philosophy { background: #000 url(../sites/tmcv/themes/custom/cvsbs51/better-always/img/philosophy-banner.jpg) top center; background-repeat: no-repeat; background-size: cover;  height: calc(90dvh);  display: flex;  justify-content: center;  align-items: center; }
.mobility{ background: #000 url(../sites/tmcv/themes/custom/cvsbs51/better-always/img/mobility-banner.jpg) top center; background-repeat: no-repeat; background-size: cover;  height: calc(100dvh);  display: flex;  justify-content: center;  align-items: center; }
 
.outer-container{ position: relative; overflow: hidden; } 
/*.top-container { background: #000 url(../sites/tmcv/themes/custom/cvsbs51/better-always/img/banner.jpg) center; background-repeat: no-repeat; background-size: cover;  height: calc(85dvh);  display: flex;  justify-content: center;  align-items: center; } */
.top-container { background: #000 url(../assets/cv/files/2025-01/banner.jpg) center; background-repeat: no-repeat; background-size: cover;  height: calc(85dvh);  display: flex;  justify-content: center;  align-items: center; }
.autoexpotxt{ width: 100%; padding: 0px 0; margin: -15% auto 0;    text-align: center; position: relative; z-index: 55 } 
.autoexpotxt h1 {  font-size: 40px; color: #fff;}
 
.t-box{ width: 100%; position: absolute; z-index: 50; top: 0; padding: 90px 0 0 0;  height:100%;  }
.t-syb{ width: 70px; border: 1px solid #fff }
.t-syb img{ width: 100%; display: block; margin: -1px 0; }
.t-box:before{ content: ""; width: 100%; height: 100%; position:  absolute; top: 135px; left: 41px; border: 1px solid #fff; z-index: 55; }
#buttonTop.btnstick{ position: fixed; top: 57px; right: 0; z-index: 66; width: 100%    }
.btnTop{   margin: 0 0 0 0; position: absolute;  top: 57px; z-index: 55; left: 0; width: 100%; background:rgba(127, 127, 127, 0.6);  }
 
.director-area{ position: relative; padding-top: 46px; padding-bottom: 46px;  margin-top: 0px; overflow: hidden;  }
.director-area-inner{    overflow: hidden;  }
.director-area .t-box{ padding-top: 0; height: 98%; }
.director-area .t-syb{ border: 0px solid var(--tata-blue); position: relative; z-index: 10; background: #fff; margin-top: 202px; } 
.director-area .t-box:before{ content: ""; width: 100%; height: 93%; margin-top: -45px; position:  absolute; top: 292px; left: 41px; border: 1px solid #307fe2;  z-index: 0; background: #307fe2}
.director-row{ padding: 60px 6% 20px; display: flex; justify-content: space-between; position: relative; z-index: 55 }
.director-colm-left{ width: 46%; position: relative; }
.director-colm-right{ width: 46%; display: flex; }
.director-colm-right p{ font-size: var(--tata-fz-p);  } 
.director-colm-right h2{ font-size:  40px !important; line-height: 1; color: #fff }
.director-txt{ margin: auto 0% 9% 0; width: 450px; }
.director-name{ margin-top: 50px; }
.director-name h4{ font-size: 20px;color: #fff}
.director-name p{color: #fff  }
.read-area{ position: relative; padding-top: 46px; padding-bottom: 0px;  margin-top: 60px; overflow: hidden;  }
.read-area-inner{   overflow: hidden; padding: 120px 1%; position:  relative; z-index: 100  }
.read-area .t-box{ padding-top: 0; height: 98%; }
.read-area .t-syb{ border: 1px solid var(--tata-dark-blue); } 
.read-area .t-box:before{ content: ""; width: 100%; height: 98%; margin-top: -40px; position:  absolute; top: 85px; left: 41px; border: 1px solid var(--tata-dark-blue);  z-index: 55; }
.read-more{ display: flex; justify-content: center; font-size: 24px; }
.read-more span{ margin: auto 0;  color: var(--tata-blue); }
.read-more a{ padding: 8px 20px; margin: auto 10px; background: var(--tata-blue); color: #fff }
.read-more a:hover{ background: var(--tata-dark-blue); }
.future-area{ position: relative; padding-top: 46px; padding-bottom: 46px;  margin-top: 60px; overflow: hidden;  }
.future-area-inner{   overflow: hidden; padding: 60px 8%; position:  relative; z-index: 55  }
.future-area .t-box{ padding-top: 0; height: 98%; }
.future-area .t-syb{ border: 1px solid var(--tata-dark-blue); } 
.future-area .t-box:before{ content: ""; width: 100%; height: 93%; margin-top: -40px; position:  absolute; top: 85px; left: 41px; border: 1px solid var(--tata-dark-blue);  z-index: 55; }
.future-row{  display: flex; justify-content: space-between; }
.future-colm-left{ width: 48% }
.future-colm-left h2{ font-size: var(--tata-fz-h2);  line-height: 1 }
.future-colm-right{ width: 48% }
.future-colm-right p{ font-size: var(--tata-fz-p);  }  
.video-box{ position: relative; margin-top: 40px; padding: 190px 0; background: url(../assets/cv/files/2025-01/videothumbnail.jpg) 30% 0% no-repeat; background-size: cover;  }
.video-b-txt{ padding: 20px 0; }
.video-b-txt p{ font-size: 24px; color: var(--tata-blue)  }
.tata-area{ position: relative; padding-top: 46px; padding-bottom: 46px;  margin-top: 80px; overflow: hidden;  }
.tata-area-inner{  background: #fff ;  overflow: hidden; }
.tata-area .t-box{ padding-top: 0; height: 98%; }
.tata-area .t-syb{ border: 1px solid var(--tata-blue); } 
.tata-area .t-box:before{ content: ""; width: 100%; height: 93%; margin-top: -40px; position:  absolute; top: 85px; left: 41px; border: 1px solid var(--tata-blue);  z-index: 55; }
.tata-row{ padding: 60px 2% 30px;  }
.title-colm-center{ text-align: center;  margin: 0 0 40px 0}
.tata-container .title-colm-center h2{ font-size: var(--tata-fz-h2); color: var(--tata-blue);  line-height: 1; margin:10px 0 30px 0; }
.title-colm-center p{ text-align: center;  }
.future-colm-left h2{color:#307fe2;}
.txtwd{width:700px;margin:auto;}
.tata-container { padding: 0px 6%; overflow: hidden; position: relative; z-index: 60;   }  
.hand-icon{ width: 80px; margin:10px auto 30px; }
.vision-area{ padding-top: 80px; padding-bottom: 20px }
.vision-area-inner{ padding: 50px 16% }
 
.vision-vision-cards{display: flex; flex-wrap: wrap; gap: 50px 4%}
.vision-card{ background: #BFD7F6;  width: 48%; position: relative; overflow: hidden;  }
.vision-card::after{ content: ""; width: 36px; background:#fff; position: absolute; height: 100%; top: 0; left: 0 }
.vision-card img{width: 100%; display: block; position: relative; z-index: 5}
.vision-card-title{font-size:  24px; margin: 0px 0 30px 0; color: var(--tata-black); line-height: 1; }
.vission-box{ position: relative; }
.vission-t-icon{ width: 60px; display: inline-block; background: #fff; position: absolute; top: -40px; z-index: 5}
.vission-txt-box{ padding: 50px 50px; margin: 0 0 0 37px; }
.vission-txt-box p{ font-size:  16px; }
.vision-area-title{ text-align: center; }
.vision-area-title h2{ font-size:  24px; color: #000; text-transform: uppercase; margin-bottom: 30px  }
.vision-area-title h3{ font-size:  24px; color: var(--tata-blue);text-transform: uppercase; }
.vision-card-button{ display: block; margin: 10px 0;padding: 8px 16px; text-align: center; font-size: 16px; color: #08085C; border: 1px solid #08085C; text-decoration: none;cursor: pointer}
.vision-card-button:hover{background: #08085C; color: #fff; }
.enq-now-btn { position: relative; z-index: 80; text-align: center; padding-top: 30px }
.enq-now-btn a{display: inline-block; margin: 10px 0; padding: 8px 40px; text-align: center; font-size: 16px;  border: 1px solid #08085C; background: #08085C; color: #fff; text-decoration: none;cursor: pointer}
.enq-now-btn a:hover{background: #fff; color: #08085C; border: 1px solid #08085C; }
.close-footer-slide-button.active{cursor: pointer; opacity: 1;position:fixed;z-index:22;bottom:200px;right:21px;width:auto;transition:all .5s;transform:rotate(0)}
 .close-footer-slide-button{ cursor: pointer; padding: 10px 20px;  display: block;  color: #fff;   background: #0a0a5f; text-decoration: none; opacity: 0}
.tata-form-wrapper{ position: relative; margin: 40px 0; }
.footer-enquire-now-form-popup{position: fixed;bottom: 0; width: 100%;  z-index: 22222;  height: 0;  overflow: auto;
     transition: all 0.5s;  box-shadow: 0 0 7px 0 #b5b3b3;  background-color: #F5F5F5; } 
.footer-enquire-now-form-popup.show{ height: 200px;  }   
 .tata-submission-form{width: 93%;}
 .tata-submission-form .form-item-row{ display: inline-block;  width: 16%;  margin: auto;  vertical-align: top; }
 .tata-submission-form .captcha{ display: inline-block; width: 17%; margin: -14px 0 0 0;}
 .captcha .g-recaptcha{  transform: scale(0.6); } 
  
 .form-item-row.js-form-type-checkbox{ width: 100%; } 
 .form-control-field{ border-radius: 0; padding:14px 5%;  width: 100%; background-color: #fff!important; border: 1px solid #ced4da!important; font-size: 1rem;} 
 
label{font-size: 12px;line-height: 14px; }
.form-actions{ position: absolute; right: 0; margin: auto; display: flex; width: auto; top: 0;}
.form-actions .form-submit-btn{ cursor: pointer; font-size: 1rem; background-color: #0A0A5F; padding: 14px 15px; border-radius: 0; color: #fff; margin: auto; border: 0 }
      
.js-form-type-checkbox{ position: relative; margin: 0; }
.js-form-type-checkbox .form-checkbox{ position: absolute; left: 0; top: 0; margin: auto; }
label{ padding-left: 24px;  display: block;  font-size: 12px; line-height: 14px; }
 
 
 footer{ background: var(--tata-blue); margin-top: 0px; }
.footerrow{ display: flex; justify-content:  space-between; }
.footer-first{}
.footerlogo{ width: 260px; margin-top: 60px }
.get-touch{ width: 340px; margin-top: 60px}
.get-touch ul{ margin:0; padding: 0; display: flex; }
.get-touch ul li{ margin:0; padding: 0 8px; list-style: none; width: 55px;  }
.get-touch ul li img{ width: 100% }
.get-touch ul li a:hover{ opacity: 0.6 }
.get-touch span{ font-size: 20px;color: var(--tata-white); display: block; padding:0 5px 5px;  }
.footer-second{ padding: 30px 0; }
.footerlinks{ width: 340px; margin-top: 60px; order: 2 }
.copyright{ width: 390px; margin-top: 60px;}
.copyright p{font-size: 14px; text-transform: uppercase; color: #fff}
 
.footerlinks ul{ margin:0; padding: 0 3px; display: flex; }
.footerlinks ul li{ margin:0; padding: 0 8px; list-style: none; width: 100%; color: #fff  } 
.footerlinks ul li a{ color: #fff; font-size: 14px;}
.footerlinks ul li a:hover{ opacity: 0.6;   }
#buttonup { display: inline-block; background:  rgba(8, 8, 92, 0.5); border-radius: 40px;  width: 40px;  height: 40px;  text-align: center;   position: fixed;  bottom: 50px;  right: 10px;  transition: background-color .3s,   opacity .5s, visibility .5s;  opacity: 0;  visibility: hidden; z-index: 1000; line-height: 40px;}
#buttonup img {  transform: rotate(-90deg); }
#buttonup:hover {cursor: pointer; background-color: #08085C;}
#buttonup:active {background-color: #08085C;}
#buttonup.show { opacity: 1; visibility: visible;}
 
 
/* Guideline  */
.guideline-area{ position: relative; padding-top: 46px; padding-bottom: 46px;  margin-top: 0px; overflow: hidden;  }
.guideline-area-inner{  margin-top:120px; position: relative;    }
.guideline-area .t-box{ padding-top: 0; height: 99%; }
.guideline-area .t-syb{ border: 1px solid var(--tata-dark-blue); position: relative; z-index: 50; background: #fff; margin-top: 0; } 
.guideline-area .t-box:before{ content: ""; width: 100%; height: 99%; margin-top: 44px; position:  absolute; top: 0; left: 41px; border: 1px solid var(--tata-dark-blue);  z-index: 0;  }
.guideline-row{ padding: 0px 1% 20px 6%; display: flex; justify-content: space-between; position: relative; z-index: 55 }
.guideline-colm-left{ width: 46%; order: 2; margin-top: -50px } 
.guideline-colm-right{ width: 46%; display: flex; padding-top: 60px }
.guideline-colm-right p{ font-size: var(--tata-fz-p);  } 
.guideline-colm-right h2{ font-size:  24px;line-height: 1; color: var(--tata-blue); margin: 30px 0; }
.guideline-txt{ margin: auto 0;   }
.guideline-name{ margin-top: 50px; }
.guideline-name h4{ font-size: 20px;color: #fff}
.guideline-name p{ color: #fff  }
.guideline-logo {}
.blue-btn{ margin-top: 30px; }
.blue-btn a{  display: inline-block; background: var(--tata-blue); padding: 8px 35px; color: #fff; font-size: 16px;}
.blue-btn a:hover{ background: var(--tata-dark-blue); }
.press-area{ position: relative; padding-top: 46px; padding-bottom: 0px;  margin-top: 60px; overflow: hidden;  }
.press-area-inner{   overflow: hidden;   padding:80px 1% 80px 6%;  position:  relative; z-index: 55  }
.press-area .t-box{ padding-top: 0; height: 98%; }
.press-area .t-syb{ border: 1px solid var(--tata-blue); } 
.press-area .t-box:before{ content: ""; width: 100%; height: 99%; margin-top: -40px; position:  absolute; top: 85px; left: 41px; border: 1px solid var(--tata-blue);  z-index: 55; }
.press-title h2{ font-size:  24px;line-height: 1; color: var(--tata-blue); margin:0 0 30px 0; }
.press-card{ display: flex; }
.press-img{ width: 120px; margin: 0 20px 0 0 }
.press-txt{font-size: 18px;  }
.press-txt h4{ font-size: 18px;padding: 15px 0  }
/* Mobility  */
.mobility-blue-area{ position: relative; padding-top: 0px; padding-bottom: 46px;  margin-top: 0px; overflow: hidden;  }
.mobility-blue-area-inner{  margin-top:80px; position: relative;    }
.mobility-blue-area .t-box{ padding-top: 0; height: 99%; }
.mobility-blue-area .t-syb{ border: 1px solid var(--tata-blue); position: relative; z-index: 50; background: #fff; margin-top: 0; } 
.mobility-blue-area .t-box:before{ content: ""; width: 100%; height: 99%; margin-top: 44px; position:  absolute; top: 0; left: 41px; border: 1px solid var(--tata-blue); background: var(--tata-blue);  z-index: 0;  }
.mobility-blue-row{ padding: 0px 1% 20px 6%; display: flex; justify-content: space-between; position: relative; z-index: 55 }
.mobility-blue-colm-left{ width: 46%; order: 2; margin-top: -50px } 
.mobility-blue-colm-right{ width: 46%; display: flex; padding-top: 60px }
.mobility-blue-colm-right p{ font-size: var(--tata-fz-p); color: var(--tata-white); line-height: 2;  } 
.mobility-blue-colm-right h2{ font-size:  24px;line-height: 1; color: var(--tata-white); margin: 0 0 30px 0; }
.mobility-blue-txt{ margin: auto 0;   }
 
.dark-blue-area{ position: relative; padding-top: 0px; padding-bottom: 0;  margin-top: 0px; overflow: hidden;  }
.dark-blue-area-inner{  margin-top:80px; position: relative;    }
.dark-blue-area .t-box{ padding-top: 0; height: 100%; }
.dark-blue-area .t-syb{ border: 0px solid var(--tata-dark-blue); position: absolute; z-index: 55; top:0; left: 0; background: #fff; margin-top: 0; } 
.dark-blue-area .t-box:before{ content: ""; width: 100%; height: calc(100% - (20px + 26px)); margin-top: 44px; position:  absolute; top: 0; left: 41px; border: 1px solid var(--tata-blue);   z-index: 0;  }
.dark-blue-row{ padding: 44px 1% 0px 1px; display: flex; justify-content: space-between; position: relative; z-index: 51;  }
.dark-blue-colm-left{ width: 50%;   margin-top: 0px } 
.dark-blue-colm-right{ width: 44%; display: flex; padding-top: 0 }
.dark-blue-colm-right p{ font-size: var(--tata-fz-p); color: var(--tata-black); line-height: 2;  } 
.dark-blue-colm-right h2{ font-size:  24px;line-height: 1; color: var(--tata-blue); margin:0 0 30px 0; }
.dark-blue-txt{ margin: auto 0; padding: 15% 0   }
.dark-blue-colm-left.customer{ background: #000 url(../sites/tmcv/themes/custom/cvsbs51/better-always/img/mobility/customers.jpg) top center; background-repeat: no-repeat; background-size: cover;  display: flex;  justify-content: center;  align-items: center;    }
.dark-blue-colm-left.alternate-fuels{ background: #000 url(../sites/tmcv/themes/custom/cvsbs51/better-always/img/mobility/alternate-fuels.jpg) top center; background-repeat: no-repeat; background-size: cover;  display: flex;  justify-content: center;  align-items: center;    } 
.dark-blue-colm-left.extra-mile{ background: #000 url(../sites/tmcv/themes/custom/cvsbs51/better-always/img/mobility/extra-mile.jpg) top center; background-repeat: no-repeat; background-size: cover;  display: flex;  justify-content: center;  align-items: center;    }
.dark-blue-colm-left.optimised{ background: #000 url(../sites/tmcv/themes/custom/cvsbs51/better-always/img/mobility/optimised.jpg) top center; background-repeat: no-repeat; background-size: cover;  display: flex;  justify-content: center;  align-items: center;    }
.horizontal-ba  { padding: 20% 0; }
.ba-card { width:700px; margin-left: auto; margin-right: auto;  padding: 5px;  margin-top: 0px; }
.ba-card img { width: 100%;  height: auto;} 
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  content: " ";  display: block;    position: absolute;   z-index: 30;}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;  height: 100%;  left: 50%;  margin-left: -1.5px;} 
.twentytwenty-left-arrow{ width: 60px;  height: 60px;  border: 0px inset transparent;  position: absolute; bottom:0%;}
 
 .twentytwenty-container { -webkit-box-sizing: content-box;  -moz-box-sizing: content-box;  box-sizing: content-box;  z-index: 0;
   position: relative;  -webkit-user-select: none;  -moz-user-select: none; }
.twentytwenty-container img { width: 100%;  position: absolute;  top: 20%;  display: block;}
.twentytwenty-container * { -webkit-box-sizing: content-box;  -moz-box-sizing: content-box;  box-sizing: content-box;} 
.twentytwenty-before {  z-index: 20;}
.twentytwenty-after { z-index: 10;}
.twentytwenty-handle { height: 100%;  width: 50px;   position: absolute;  left: 50%;  top: 0%;  margin-left: -22px;  margin-top: -22px;
  border: 0px solid white;   z-index: 40;  cursor: pointer;}
.twentytwenty-horizontal .twentytwenty-handle:before {  top:5%; height: 80%;   background: url(../sites/tmcv/themes/custom/cvsbs51/better-always/img/drag-line.png) center; background-size: contain; background-repeat: no-repeat;}
.twentytwenty-horizontal .twentytwenty-handle:after { top: 50%;  margin-top: 22px;} 
.twentytwenty-left-arrow { border-right: 0px solid white;  left: 0%;  margin-left: 0; bottom: 0;}
.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}
@keyframes fadeIn{
  0% { opacity:0; }
  100% {opacity:1;  }
}
@-moz-keyframes fadeIn {
  0% {opacity:0; }
  100% {opacity:1; }
}
@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1; }
}
@-o-keyframes fadeIn {
  0% { opacity:0; }
  100% {opacity:1;}
}
@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
.zoom-in-zoom-out {  
  animation: zoom-in-zoom-out 5s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9, 0.9);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}
.d-lg-none {
    display: none 
  }
@media (max-width: 1280px){  
.future-area-inner{  min-height: 700px;  }
.director-colm-right h2{ font-size:  35px;   }
.director-txt{ margin: auto 0% 5% 0; width: 100%; }
.vission-txt-box p{ font-size:  16px; }
}
@media (max-width: 991px){  
:root {   /** @font size declaration */
  --tata-fz-body: 14px;
  --tata-fz-p: 16px;
  --tata-fz-h1: 50px;
  --tata-fz-h2: 30px;
  --tata-fz-h3: 28px;
  --tata-fz-h4: 24px;
  --tata-fz-h5: 16px;
  --tata-fz-h6: 14px;
}
.ba-card { width:100%; padding: 0  }
.vision-area-inner { padding: 30px 5%;}
.director-colm-right h2{ font-size:  25px;   }
.director-txt{ margin: auto 0%  0px 0; width: 100%; }
.director-name{ margin-top: 20px; }
.future-area-inner{  min-height: 540px;  }
.autoexpotxt{ padding: 0px 0; margin: -25% auto 0; }  
.autoexpotxt h1 {  font-size: 50px;  }
.title-colm-center h2{ font-size:35px;  line-height: 1; }
.future-colm-left h2{ font-size:35px;  }
.title-colm-center { padding: 0 7% }  
.vision-card-title{font-size: 18px;}
}
@media (max-width: 800px){  
.mobility-blue-row{ padding: 0px 1% 20px 6%; display: block;   }
.mobility-blue-colm-left{ width: 100%; order: 2; margin-top: 0px } 
.mobility-blue-colm-right{ width: 100%; display: flex; padding-top: 30px }
.dark-blue-row{ padding: 44px 1% 0px 1px; display: block; }
.dark-blue-colm-left{ width: 100%; min-height: 300px; margin-top: 0px } 
.dark-blue-colm-right{ width: 100%; display: flex; padding-top: 0 }
.dark-blue-txt{ margin: auto 0; padding: 30px 0 30px 40px  }
}
@media (max-width: 768px){
.top-container{background:url(../assets/cv/files/2025-01/better-always-mobile.jpg) center;background-repeat: no-repeat;
    background-size: cover;}
.read-area-inner{text-align:center;}
.read-more span{display:block;}
.get-touch ul{justify-content:center;}
.footerrow{text-align:center;}
.txtwd{width:100%;}
.read-more{ font-size: 18px }
.guideline-row{ padding: 0px 1% 20px 8%; display: block;  }
.guideline-colm-right{ width: 100%; display: block; padding-top:30px }
.guideline-colm-left{ width: 100%; order: 1; margin-top: -50px }
.press-area-inner{ padding:50px 1% 50px 8%; }
.vision-area-inner { padding: 30px 0%;}
.vission-txt-box { padding: 30px 30px;  margin: 0 0 0 30px;}
.vission-t-icon { width: 40px;    top: -26px;}
.vision-card::after{width: 24px;}
  .director-row {  padding: 60px 12% 20px;  display: block;  }
  .director-txt{ margin-top: 30px; }
.director-colm-left { width: 100%;}
.director-colm-right { width: 100%;}
.director-name{ margin-top: 30px; }
  .tata-form-wrapper{ margin: 30px 0; }
 .tata-submission-form{width: 100%;}
 .tata-submission-form .form-item-row{ display: block;  width: 100%;  margin: 10px auto;  vertical-align: top; }
 .tata-submission-form .captcha{ display:block; width: 100%; margin: 0px 0 0 0;}
 .captcha .g-recaptcha{ margin-top: 0; transform: scale(0.8); width: 0; } 
  
 .form-item-row.js-form-type-checkbox{ width: 100%; } 
 .form-control-field{ padding:10px 15px; } 
 
label{font-size: 12px; line-height: 14px; }
.form-actions{ position: relative; margin: 0; display: inherit; width: auto; top: 0;}
.form-actions .form-submit-btn{ cursor: pointer; font-size: 1rem; background-color: #0A0A5F; padding: 14px 15px; border-radius: 0; color: #fff; margin: auto; border: 0 }
.close-footer-slide-button{ cursor: pointer; padding:5px 20px;}
 .close-footer-slide-button.active { right: 5px; bottom: 83%; height: 30px;}
.footer-enquire-now-form-popup.show{  height: 83%;  overflow-y: auto;} 
 
.footerlogo{ width: 240px; margin-top: 60px }
.get-touch{ width: 280px; margin-top: 60px}
.footerlinks{ width: 280px; margin: 20px auto 0; order: 1 }
.copyright{ width: 100%; margin-top: 20px;text-align: center;}
 .footerrow.footer-second{ display: block; }
.footerlinks ul{ padding: 0 }
.footerlinks ul li{ padding: 0 }
  .tata-card-title { font-size: 20px;  }
.tata-card-text { font-size: 14px; } 
.tata-container { grid-template-columns: repeat(2, 1fr); position: relative;}
.future-row{ padding: 60px 10%; display: block;   }
.future-colm-left{ width: 100% }
.future-colm-right{ width: 100%; padding-top: 30px}
.autoexpotxt{ width:400px; margin: -30% auto 0;  }  
.autoexpotxt h1 {  font-size: 45px;  }
.tabs button{ width: 120px;   font-size: 20px; padding: 10px 10px; }
 .vision-card { width: 47%;}
 
}
@media (max-width: 600px){  
.twentytwenty-horizontal .twentytwenty-handle:before {  top:10%; height:65%;  }
  .read-more a{ padding: 8px 10px; margin: auto 5px;}
  .mobility-blue-row{ padding: 0px 1% 20px 10%; display: block;   }
  .dark-blue-txt{ padding:30px 0 40px 20px; }
.mobility-blue-area .t-box::before{margin-top: 25px; left: 23px;}
.dark-blue-row{ padding: 25px 1% 0px 8px }
.director-area .t-box::before{  top: 272px; left: 23px; }
.dark-blue-area .t-box::before{  margin-top: 25px; left: 23px; }
  footer{ padding-bottom: 0px; padding-top: 40px; }
  .footerrow{ display: block; }
.footerlogo{ width: 240px; margin: 0 auto;  }
.get-touch{ width: 280px; margin: 30px auto 0; text-align: center;}
.title-colm-center h2{ font-size:30px;}
.container-warp-inner{ margin: 0 15px }
  .future-area-inner{  min-height: 390px;  }
 .future-row{ padding: 40px 4%;   }
.future-colm-left h2{ font-size: 30px;  line-height: 1 } 
.future-colm-right p{ font-size: 14px;  }
.t-syb{ width: 40px;   } 
.t-box:before{ top: 114px; left: 23px;   }
.guideline-area .t-box::before{  margin-top: 24px;  left: 23px; }
.press-area .t-box::before{ top: 65px; left: 23px; }
.future-area .t-box:before{  top: 65px; left: 23px;  }
.tata-area .t-box:before{ top: 65px; left: 23px; height: 92%;  }
.tata-row{ padding: 60px 4% }
.read-area .t-box:before{  top: 65px; left: 23px;  }
.bharat-logo{ width: 150px; margin: 0 auto }
.autoexpotxt{ width:400px; margin: -40% auto 0;  }  
.autoexpotxt h1 {  font-size: 40px; line-height: 1  }
 
.footerbtn{ display: block; } 
.vision-card-title{ min-height: inherit; }
.vision-vision-cards { flex-direction: column;align-items: center; }
  .vision-card { width: 100%;}
.read-more{ font-size: 18px; }
}
@media (max-width: 480px){  
.twentytwenty-left-arrow{ width:40px;  height: 40px; }  
.twentytwenty-horizontal .twentytwenty-handle:before {  top:10%; height:65%;  }
.horizontal-ba{ padding: 20% 0 }
.twentytwenty-container img{ top:10%; }
.press-card{ display: block; }
.press-img{ width: 150px; margin: 0 20px 0 0 }
.read-more{ margin-top: 20px; display: block; }
.read-more{ font-size: 16px;  }
.read-more a{ text-align: center; padding:8px 8px; margin: 5px auto; width: 80%; display: block; }
.read-area-inner{ padding: 60px 5%; }
.tata-container { grid-template-columns: 1fr;}
.bharat-logo{ width: 120px; margin: 0 auto }
.autoexpotxt{ width:300px;  margin: -30% auto 0;  } 
.autoexpotxt h1 {  font-size: 32px; line-height: 1  }
.logo-txt{ display: none; }
.logo-colm{ width: auto; }
.future-colm-left h2{ font-size: 25px; }
.title-colm-center h2{ font-size: 25px; }
.future-area-inner { min-height: 460px;  }
.tata-container .title-colm-center h2{ font-size: 25px; }
.vision-area-title h2, .vision-area-title h3{ font-size: 20px }
}
.form-setion-new{}
.form-setion-new h4{ font-weight: 600;  font-size: 20px;  text-align: center;  background: #000;  padding: 15px 0 0px 0px;
  margin: 0;  color: #dbaa38;    }
.form-setion-new p{ text-align: center; color: #fff }
.form-setion-new .form-control{background-color: #fff; border:0px solid #aaa ; border-radius:  8px ; width:96%; padding: 10px 2% ; font-size: 16px; position: relative;  font-family: "Roboto", sans-serif;}
.form-setion-new select.form-control{ border:0px solid #aaa ; border-radius:  8px ; width:100%; padding: 10px 2% ; font-size: 16px; background-color: #fff;  font-family: "Roboto", sans-serif;}
.form-setion-new .btn{border-radius:  30px; border: 0; cursor: pointer; padding: 11px 0;  width: 100%; background: rgba(254, 204, 61, 1); color: #000; font-weight:600; font-size: 16px;}
.form-group { margin-bottom: 10px; position:  relative;  font-family: "Roboto", sans-serif;}
.form-setion-new .btn:hover{ background: #d0ac52; }
label.error{font-size: 11px;   position: absolute;  top: 33px;  right: 0px;  z-index: 99;  line-height: 20px;background-color: #e34f4f;  color: #fff;  font-weight: 400;  padding: 0 6px;}
     
.textbox {
    box-sizing: border-box;
    display: inline-block;
    perspective: 500px;
    position: relative;
    text-align: left; z-index: 5; width: 100%;
}
/*.textbox input {
    background-color: #fff;
    border: none;
    box-shadow: 0 8px 8px -10px rgba(0, 0, 0, .4);
    box-sizing: border-box;
    font-size: 1rem;
    outline: none;
    padding: 10px 14px;
}*/
.textbox input::placeholder {
    color: #ccc;
}
.textbox .autoComplete {
    left: 0;
    position: absolute;
    top: calc(100% + 5px);
    width: 100%; z-index: 500;
}
.textbox .autoComplete .item {
    animation: showItem .3s ease forwards;
    background-color: #fff;
    box-shadow: 0 8px 8px -10px rgba(0, 0, 0, .4);
    box-sizing: border-box;
    color: #7C8487;
    cursor: pointer;
    display: block;
    font-size: .8rem;
    opacity: 0;
    outline: none;
    padding: 10px;
    text-decoration: none;
    transform-origin: top;
    /* transform: rotateX(-90deg); */
    transform: translateX(10px);
}
.textbox .autoComplete .item:hover,
.textbox .autoComplete .item:focus {
    background-color: #fafafa;
    color: #D1822B;
}
@keyframes showItem {
    0% {
        opacity: 0;
        /* transform: rotateX(-90deg); */
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        /* transform: rotateX(0); */
        transform: translateX(0);
    }
}

/* New */
.mean-container a.meanmenu-reveal {
  display: none;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 25px;
}
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  margin-top: 50px;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container a.meanmenu-reveal {
  display: none !important;
}
.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #000;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--tata-dark-blue);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #000;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #000;
  color: #ebebeb;
  border-color: #ebebeb;
}
.mean-container .mean-nav ul li  i {
  display: none;
}
.mean-container .mean-nav ul li  a.mean-expand i {
  display: inline-block;
}
.mean-container .mean-nav  ul  li:first-child  a {
  border-top: 0;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-common-white);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--tp-heading-primary);
}
  
.main-menu ul li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li:not(:first-child) {
  margin-left: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-menu ul li:not(:first-child) {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li:not(:first-child) {
    margin-left: 10px;
  }
}
.main-menu ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  padding: 8px 0; /*text-transform: capitalize;*/
}
.main-menu ul li.has-dropdown  a {
  position: relative;
}
.main-menu ul li.has-dropdown a::after {
  content: "\f107";
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 14px;
 color: var(--tata-dark-blue);
 font-family:"FontAwesome";
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
}
.main-menu ul li:hover a {
  color: var(--tata-dark-blue);
}
.main-menu ul li:hover a::after {
  color: var(--tata-dark-blue);
}
.main-menu ul li:hover .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu ul li .submenu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 220px;
  background: #ffffff;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
}
.main-menu ul li .submenu.smallW {
  width: 150px;
}
.main-menu ul li .submenu.medinumW {
  width: 260px;
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.main-menu ul li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu ul li .submenu li.has-dropdown  a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  vertical-align: middle;
}
.main-menu ul li .submenu li a {
  padding: 8px 25px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  color: #0e1133;
  width: 100%;
  line-height: 1.2 
}
.main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background: #d0ac52;
  z-index: -1;
}
.main-menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li .submenu li:hover .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu ul li .submenu li:hover  a {
  color: #ffffff;
}
.main-menu ul li .submenu li:hover  a::after {
  color: #ffffff;
}
.main-menu ul li .submenu li:hover  a::before {
  left: 0;
  right: auto;
  width: 100%;
}
.main-menu ul li .submenu li:hover .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
/* sidebar css start */
.sidebar-toggle-btn .line {
  width: 30px;
  height: 3px;
  background-color: #2b4eff;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-toggle-btn-white .line {
  background: #ffffff;
}
.sidebar-toggle-btn:hover {
  cursor: pointer; 
}
.sidebar-toggle-btn:hover i{
  cursor: pointer; color: var(--tata-dark-blue);
}
.sidebar-toggle-btn:hover .line {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg); 
    
}
.sidebar-toggle-btn:hover .line:nth-child(1) {
  width: 10px;
}
.sidebar-toggle-btn:hover .line:nth-child(2) {
  width: 20px;
}
.sidebar__area {
  position: fixed;
  right: -340px;
  top: 0;
  width: 320px;
  height: 100%;
  background: #ffffff none repeat scroll 0 0;
  overflow-y: scroll;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}
.sidebar__area.sidebar-opened {
  left: 0px;
}
.sidebar__wrapper {
  position: relative;
  padding: 30px;
}
.sidebar__close {
  position: absolute;
  top: 25px;
  right: 80px;
}
.sidebar__close-btn {
  transition: all 450ms cubic-bezier(0.4, 0.25, 0.3, 1.3);
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0e1133;
  border: 1px solid #2a3a57;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  z-index: 99;
}
.sidebar__close-btn:focus {
  border: 1px solid #0e1133;
}
.sidebar__close-btn span {
  transition: all 400ms cubic-bezier(0.4, 0.25, 0.3, 1.3) 100ms;
  position: absolute;
  top: 54%;
  left: 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  vertical-align: middle;
}
.sidebar__close-btn span:first-of-type {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sidebar__close-btn span:last-of-type {
  text-transform: uppercase;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
}
 
/*----------------------------------------*/ /* 00. Sidebar CSS START /*----------------------------------------*/
.sidebar__area {
  position: fixed;
  left: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background: #FFF none repeat scroll 0 0;
  overflow-y: scroll;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}
@media (max-width: 575px) {
  .sidebar__area {
    width: 260px;
  }
}
 
  
.sidebar__wrapper {
  position: relative;
  padding: 25px;
  background: #FFF;
}
@media (max-width: 575px) {
  .sidebar__wrapper {
    padding: 20px;
  }
}
.sidebar__close {
  position: absolute;
  top: 35px;
  left: 45px;
}
.sidebar__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 45px;
  width: 45px; 
  background: #000;
  color: #fff;
  border-radius: 50%;
}
.sidebar__close-btn:hover {
  background: var(--tata-dark-blue); color: #fff;
}
.side-menu-icon{ padding: 5px 0;  }    
.side-menu-icon i {
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  position: relative;
  top: 0px;
}
.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.body-overlay:hover {
  cursor: pointer;
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
.wrapper{ 
  position: relative;  overflow: hidden;
 
}
  
.wrapper .search-icon{
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  width: 50px; margin: 0 0 0 auto; right: 2%;
  text-align: center; position: absolute; top:0;
  padding: 7px 0;
}
.wrapper .menu-icon{
  display: none;
}
.wrapper #show-search:checked ~ .search-icon i::before{
  content: "\f00d";
}
.wrapper .search-box{
  position: absolute;
  height: 100%;
  max-width: calc(100% - 0px);
  width: 100%;
  opacity: 0; 
  pointer-events: none;
  transition: all 0.3s ease;
  left: 0; top: 0;
}
.wrapper #show-search:checked ~ .search-box{
  opacity: 1;
  pointer-events: auto;
}
.search-box input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  background: var(--tata-dark-blue);
  padding: 0 5% 0 3%;
}
.search-box input::placeholder{
  color: #f2f2f2;
}
.search-box .go-icon{
  position: absolute;
  right: 8%;
  top: 0;
  /*transform: translateY(50%);*/
  line-height: 1;
  width: 60px;
   background: var(--tata-dark-blue);
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 5px 0;
}
.wrapper input[type="checkbox"]{
  display: none;
}
 
 .container-drag-logo {
      position: relative;
      width: 580px;
      cursor: url(https://cv-uat.tatamotors.com/assets/cv/files/2025-01/hand.png?VersionId=mdlIne3fL6azqhdr5nKmIPYNnW9MPBwa), auto;
      overflow: hidden; margin: 0 auto; padding: 80px 0;
      
    }
    .image-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
    }
    .image-wrapper img.newnew {
      position: absolute;
      width: 100%; 
      object-fit: cover;
      -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
    }
        .image-wrapper img.new {
      position: relative;
      width: 100%; 
      object-fit: cover;
      -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
    }
    .image-wrapper .new {
      clip-path: inset(0 50% 0 0); /* Initially reveals 50% */
      transition: clip-path 0.0s ease;
    }
    .slider {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%; /* Initially at the center */
      width: 3px;  
      z-index: 2; background: url(../sites/tmcv/themes/custom/cvsbs51/better-always/img/drag-line.png) no-repeat center center; background-size: contain;
    }
   
    .slider:hover {   }
#video-popup-container {
  display:none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
   
}
 
#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -30px;
  z-index: 998;
  width: 40px;
  height: 40px; 
  text-align: center;
  font-size: 20px;
  background-color: var(--tata-blue);
  line-height: 40px;
  color: #fff;
opacity:1;
}
#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 10px solid  var(--tata-blue);
  border-radius: 0px;
  background-color: #fff;
}
#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}
#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
#video-popup-close:hover {
  color: #000;
}
.video-main {
  position: absolute; top: 50%; left: 50%; margin: -30px 0 0 -30px;
  display: inline-block;
}
.video { 
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: var(--tata-blue);
  z-index: 999; position:relative; cursor: pointer;
}
a.video:hover{ background:var(--tata-dark-blue); }
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.fa-play:before {
  content: "\f04b";
}
.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: 10;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@media (max-width: 768px){
.main-menu ul li{margin-right:0;}
 .container-drag-logo { width: 100% ;   padding:7% 0; } 
#video-popup-container {
 
  z-index: 996;
  width: 90%;
  left: 10%;
  margin-left: -5%;
  top: 20%;
   
}
 }
@media (max-width: 600px){  
.hand-icon{ width: 50px }
 .container-drag-logo { padding:12% 0; }
 
.wrapper .search-icon{ 
  line-height: 1;
  width: 30px;  right: 1%;}
.search-box .go-icon{ right: 10%; }
.search-box input {padding: 0 12% 0 3%;}
}
@media (max-width: 480px){  
 .container-drag-logo {  padding:16% 0;  }
 }
