
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: auto;
  scroll-padding-top: 90px;
}
body{
	font-family: "Poppins", sans-serif;
	color: #000;
	background: #ffffff;
  /* iOS Safari fix: prevent horizontal overflow */
  overflow-x: hidden;
}

/* iOS Safari: prevent any element from causing horizontal scroll */
*, *::before, *::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}

a{
	text-decoration: none;
}


/*Typography*/

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}

h1{
	font-size: 40px;
	font-weight: 600;
}

h2{
	font-size: 32px;
	font-weight: 600;
}

h3{
	font-size: 28px;
	font-weight: 600;
}

h4{
	font-size: 24px;
	font-weight: 600;
}

h5{
	font-size: 20px;
	font-weight: 600;
}

h6{
	font-size: 18px;
	font-weight: 600;
}

p{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}




.text_content_box ol, ul {
    padding-left: 2rem !important;
}
/*btn*/
.btn_fill{
	background: #0C69C7;
    color: #fff;
    border-color: #0C69C7;
    border-radius: 8px;
    font-weight: 600;
}
.btn_fill:hover{
	background: #fff;
	transition: 0.5s;
	color: #0C69C7;
}

.btn_fill_lg{
    font-size: 20px;
    padding: 15px 24px;
    border-radius: 8px;
}
.btn_fill_md{
    font-size: 18px;
    padding: 12px 16px;
    border-radius: 8px;
}
.btn_fill_sm{
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 8px;
}



.btn_outline{
	background: transparent;
    border: 1px solid #0C69C7;
    color: #0C69C7;
    border-radius: 8px;
    font-weight: 600;
}
.btn_outline:hover{
	background: #0C69C7;
	color: #fff;
	transition: 0.5s;
}
.btn_outline_lg{
	font-size: 20px;
    padding: 15px 24px;
    border-radius: 8px;
}
.btn_outline_md{
	font-size: 18px;
    padding: 12px 16px;
    border-radius: 8px;
}
.btn_outline_sm{
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 8px;
}

.btn_info{
	background: #fff;
    color: #0C69C7;
    border-color: #0C69C7;
    border-radius: 8px;
    font-weight: 600;
}
.btn_info:hover{
	background: #0C69C7;
	transition: 0.5s;
	color: #fff;
}


.btn_center{
	display: block;
	margin: auto;
}

.section_gap{
	padding: 100px 0;
}
.section_height{
  height: 100px;
}


.Showcase_sec {
  background: url(../img/showcase_bg.jpg);
  padding-bottom: 110px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 110px;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}


.navbar-sticky {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 999;
      padding: 50px 60px;
      transition: padding 0.3s ease;
    }
    .navbar-sticky .navbar {
      border-radius: 16px;
      transition: border-radius 0.3s ease;
    }
    .navbar-sticky.scrolled {
      padding: 0;
    }
    .navbar-sticky.scrolled .header_sec {
      border-radius: 0;
    }



.header_sec {
  background: #fff;
  border-radius: 20px;
  padding: 0px 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.header_sec.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-radius: 0px;
  padding: 0px 30px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-animation: fadeInHeader 0.5s ease forwards;
  animation: fadeInHeader 0.5s ease forwards;
}

@-webkit-keyframes fadeInHeader {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeInHeader {
  from { opacity: 0; }
  to { opacity: 1; }
}

.header_sec .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.header_sec .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #0C69C7;
}

.header_sec .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #0C69C7;
}

.header_sec nav .navbar-nav {
  gap: 30px;
  align-items: center;
}

.header_btn {
  background: #0C69C7;
  color: #fff !important;
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid #0C69C7;
}

.header_btn:hover {
  background: #fff;
  color: #0C69C7 !important;
}


/* FIX: was 770px fixed — now fluid with max-width */
.Showcase_sec .showcase_content{
    width: 100%;
    max-width: 770px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    gap: 10px;
    margin-top: 110px;
    padding: 0 15px;
}

.Showcase_sec .showcase_content h1{
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.Showcase_sec .showcase_content h1 span{
  color: #3A8DDE;
}
.Showcase_sec .showcase_content h2{
  color: #fff;
  text-align: center;
}
.Showcase_sec .showcase_content p{
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.Showcase_sec .showcase_content .btns_sec{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

/* Image Wrapper */
.btns_sec .img-box{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

/* Image */
.btns_sec .img-box img{
  display: block;
  transition: 0.3s ease;
}

/* Overlay */
.btns_sec .img-box .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 18px;
  font-weight: 600;

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

  opacity: 0;
  transition: 0.3s ease;
}

/* Hover Effects */
.btns_sec .img-box:hover img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.btns_sec .img-box:hover .overlay{
  opacity: 1;
}


.phone_Slider_sec {
  padding: 60px 0;
}
.phone_Slider_sec .scroll-wrapper {
  display: -webkit-flex;
  display: flex;
  gap: 40px;
  overflow: hidden;
  padding: 40px 20px;
}
.phone_Slider_sec .track {
  display: -webkit-flex;
  display: flex;
  gap: 40px;
}
.phone_Slider_sec .phone {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 220px;
  transition: 0.4s;
  opacity: 0.5;
}
.phone_Slider_sec .phone img {
  width: 100%;
  height: 420px;
  border-radius: 20px;
}
.phone_Slider_sec .phone.active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.phone_Slider_sec .phone:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.phone_Slider_sec .phone.active:not(:hover) {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.phone_Slider_sec .track:has(.phone:hover) .phone.active:not(:hover) {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.5;
}


.otion_stat_main_box{
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.otion_stats {
  background: #F8F8F8;
  padding: 60px 20px;
}

.otion_stat_box {
  -webkit-flex: 1;
  flex: 1;
  padding: 10px;
}

.otion_stat_box h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0f3c66;
  margin-bottom: 8px;
}

.otion_stat_box p {
  font-size: 14px;
  color: #666;
}



.otion-exp-top {
  text-align: center;
  margin-bottom: 60px;
}

.otion-exp-top h2 {
  margin-bottom: 10px;
}

.otion-exp-top p {
  max-width: 866px;
  margin: auto;
  color: #363646;
}


.otion-exp-row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 40px;
}


.otion-exp-left-main_sec{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50%;
}

/* FIX: was 590px fixed — now fluid */
.otion-exp-left {
  width: 100%;
  max-width: 590px;
  padding: 0 20px;
}

.otion-exp-left h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.otion-exp-left p {
  font-size: 13px;
  color: #666;
  margin-bottom: 30px;
}


.otion-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.otion-feature {
  text-align: center;
}

.otion-line {
  height: 2px;
  background: #2d6cdf;
  position: relative;
  margin-bottom: 20px;
}

.otion-icon {
    width: 45px;
    height: 45px;
    background: #2d6cdf;
    border-radius: 50%;
    position: absolute;
    top: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
}
.otion-feature h4 {
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 40px;
}

.otion-feature p {
  font-size: 12px;
  color: #777;
}

.otion-exp-right{
  width: 635px !important;
}

.otion-exp-right img,
.otion-exp-right {
  width: 100%;
  max-width: 100%;
  height: auto;
}


img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.otion-work {
  background: #F4F4F3;
}

/* FIX: was 866px fixed */
.otion_work_heading{
    width: 100%;
    max-width: 866px;
    display: -webkit-flex;
    display: flex;
    margin: auto;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.otion-work-container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

/* Timeline */
.otion-timeline {
  position: relative;
}

/* Background line */
.otion-line-bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ddd;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Animated fill line */
.otion-line-fill {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 0;
  background: #2d6cdf;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: height 0.2s ease-out;
}

/* Step */
.otion-step {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 100px 0;
  position: relative;
}

.otion-step:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* Dot */
.otion-dot {
  width: 18px;
  height: 18px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0.3s;
}

/* Active dot */
.otion-step.active .otion-dot {
  background: #2d6cdf;
}

.otion-step-number {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 5px 5px 20px 5px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-style: italic;
  color: #2d6cdf;
  margin-bottom: 30px;
}

/* Text */
.otion-step-box {
  width: 40%;
  text-align: left;
}

/* FIX: was max-width:530px fixed — on iOS this caused SVG to not shrink */
.otion-step img{
  width: 45%;
  max-width: 530px;
  height: auto;
  display: block;
}


.otion-why{
  background: url(../img/why_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

/* FIX: was 468px fixed */
.otion-why-heading{
  width: 100%;
  max-width: 468px;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: auto;
  gap: 10px;
  margin-bottom: 60px;
}

.otion-why-item-box{
  gap: 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.otion-why-item {
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.otion-why-item-heading{
  width: 80%;
}
.otion-why-item-heading h5 , .otion-why-item-heading p{
  color: #fff;
}

.otion-number {
  width: 55px;
  height: 55px;
  min-width: 55px;
  background: #fff;
  color: #2d6cdf;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-style: italic;
  font-weight: 600;
  border-radius: 5px 5px 20px 5px;
}


.sustainable_mobility_sec_right_cards{
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.sustainable_mobility_sec_right_cards .card{
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: .3s;
  padding: 20px;
  border-radius: 10px;
  border: unset;
  width: 100%;
}
.sustainable_mobility_sec_right_cards .card:hover{
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sustainable_mobility_sec_right_cards .card .icon{
    width: 65px;
    height: 65px;
    background: #2d6cdf;
    border-radius: 50%;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px;
}
.Sustainable_mobility_sec_right_heading{
  margin-bottom: 50px;
}
.Sustainable_mobility_sec_right_heading h2{
  margin-bottom: 5px;
}

.otion-faq {
    padding-bottom: 100px;
}
/* FIX: was 530px fixed */
.otion-faq-heading{
  width: 100%;
  max-width: 530px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: auto;
  gap: 5px;
  text-align: center;
  margin-bottom: 60px;
}

/* FIX: was 750px fixed */
.faq-items{
  width: 100%;
  max-width: 750px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: auto;
}
.faq-item{
  background:#e9e9e9;
  border-radius:8px;
  margin-bottom:15px;
  padding:18px 20px;
  cursor:pointer;
  transition:.2s;
}


.faq-item.active{
  background:#ffffff;
  border:1px solid #dcdcdc;
}


.faq-question{
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -webkit-align-items:center;
  align-items:center;
  font-size:14px;
}


.faq-icon{
  font-size:18px;
  color:#555;
}


.faq-answer{
  margin-top:10px;
  font-size:13px;
  color:#555;
  display:none;
}


.faq-item.active .faq-answer{
  display:block;
}


.faq-item:hover{
  background:#e3e3e3;
}

.faq-item.active:hover{
  background:#fff;
}

.cta_sec{
  background: url(../img/cta_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 450px;
  box-shadow: inset 0 160px 0px 0 #fff;
}

/* FIX: was 495px fixed */
.cta_sec .cta_sec_heading{
  width: 100%;
  max-width: 495px;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 160px;
}
.cta_sec .cta_sec_heading h2{
  margin-bottom: 15px;
}
.cta_sec_btns {
  display: -webkit-flex;
  display: flex;
  gap: 30px;
}

/* Wrapper */
.cta_sec_btns .img-box{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

/* Image */
.cta_sec_btns .img-box img{
  display: block;
  transition: 0.3s ease;
}

/* Overlay */
.cta_sec_btns .img-box .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 18px;
  font-weight: 600;

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

  opacity: 0;
  transition: 0.3s ease;
}

/* Hover */
.cta_sec_btns .img-box:hover img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.cta_sec_btns .img-box:hover .overlay{
  opacity: 1;
}



.contact_sec_heading h2{
  margin-bottom: 60px;
  text-align: center;
}
.contact-map{
  -webkit-flex:1;
  flex:1;
  background:#ddd;
  border-radius:10px;
  overflow:hidden;
}

.contact-map iframe{
  width:100%;
  height:100%;
  border:0;
  min-height:340px;
}


.contact-form{
  -webkit-flex:1;
  flex:1;
}

.contact-form input,
.contact-form textarea{
  width:100%;
  padding:12px;
  margin-bottom:15px;
  border:1px solid #ddd;
  border-radius:6px;
  font-family:'Poppins',sans-serif;
}

.contact-form button{
  width:100%;
  padding:12px;
  background:#0C69C7;
  color:#fff;
  border:none;
  border-radius:6px;
  cursor:pointer;
  font-weight:500;
}

.otion-footer{
  background:#000;
  color:#fff;
  padding:60px 20px 30px;
}

.footer-container{
  max-width:1200px;
  margin:auto;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  gap:40px;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

/* LEFT */
.footer-left{
  max-width:400px;
}
.footer_logo_div{
  width: 110px;
}
.footer-logo{
  background:#fff;
  display:inline-block;
  padding:10px 15px;
  border-radius:8px;
  margin-bottom:15px;
}

.footer-logo img{
  height:30px;
}

/* TEXT */
.footer-text{
  font-size:13px;
  color:#aaa;
  line-height:1.6;
  margin-bottom:20px;
}

/* SOCIAL */
.footer-social{
  display:-webkit-flex;
  display:flex;
  gap:10px;
}

.footer-social a{
  width:35px;
  height:35px;
  background:#222;
  display:-webkit-flex;
  display:flex;
  -webkit-align-items:center;
  align-items:center;
  -webkit-justify-content:center;
  justify-content:center;
  border-radius:50%;
  font-size:14px;
  color:#fff;
  text-decoration:none;
}

/* RIGHT */
.footer-right{
  display:-webkit-flex;
  display:flex;
  gap:80px;
}

/* COLUMN */
.footer-col h4{
  font-size:14px;
  margin-bottom:15px;
}

.footer-col ul{
  list-style:none;
  padding:0 !important;
  margin:0;
}

.footer-col ul li{
  font-size:13px;
  color:#aaa;
  margin-bottom:10px;
  cursor:pointer;
}

/* DIVIDER */
.footer-divider{
  margin:30px 0 15px;
  height:1px;
  background:#222;
}

/* BOTTOM */
.footer-bottom{
  text-align:center;
  font-size:12px;
  color:#888;
}


.policy_logo_div{
  width: 128px;
  display: block;
  margin: auto;
}

.img_policy_logo {
    max-width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    margin: auto;
    margin-bottom: 30px;
}
.policies_Showcase_sec{
  background: url(../img/showcase_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.policies_Showcase_sec .showcase_content h1{
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.policies_main_box{
    width: 100%;
    margin: -30px auto 40px;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.policies_main_box h3 {
    border-left: 5px solid #0C69C7;
    padding-left: 10px;
    margin-bottom: 20px;
}
.policies_main_box h6{
  margin-bottom: 20px;
}
.policies_main_box p{
  margin-bottom: 10px;
  color: #555;
}
.text_content_box{
  padding: 30px 0;
}
.text_content_box ul li{
  margin: 10px 0;
  color: #555;
  list-style: disc !important;
}
.lower_alpha li{
  list-style: lower-alpha !important;
}
.text_content_box ol li{
  list-style: upper-alpha;
  color: #555;
}

.policy_tabs {
  max-width: 1100px;
  margin: auto;
}

/* ===== Tabs Menu ===== */
.tabs_menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 25px;
  border-bottom: 2px solid #eee;
}

/* ===== Tab Buttons ===== */
.tab_btn {
  background: transparent;
  border: none;
  padding: 12px 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  font-size: 15px;
  color: #333;
}

.tab_btn:hover {
  color: #0C69C7;
}

/* Underline animation */
.tab_btn::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 3px;
  background: #0C69C7;
  transition: 0.3s;
}

.tab_btn.active {
  color: #0C69C7;
}

.tab_btn.active::after {
  width: 100%;
}

/* Hide */
.tab_item {
  display: none;
  -webkit-animation: fadeIn 0.4s ease;
  animation: fadeIn 0.4s ease;
}

/* Show */
.tab_item.active {
  display: block;
}

/* Animation */
@-webkit-keyframes fadeIn {
  from {opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px);}
  to {opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}
}
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}

/* ===== Headings ===== */
.tab_item h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

/* ===== Paragraph ===== */
.tab_item p {
  line-height: 1.6;
  color: #555;
}
/* Sticky Tabs Header */
.tabs_menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}


/* ===== Responsive ===== */
@media(max-width: 600px){

  .tabs_content {
    padding: 20px;
  }

  .tab_btn {
    font-size: 14px;
    padding: 10px;
  }
}



.contact-section {
      background: #ffffff;
    }

    .contact-subtitle {
      max-width: 600px;
      margin: 10px auto 0;
      color: #64748b;
    }

    .contact-card {
      background: #ffffff;
      padding: 40px 20px;
      border-radius: 20px;
      transition: 0.3s ease;
      border: 1px solid #e2e8f0;
      box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    }

    .contact-card:hover {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
      box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    }

    .icon-box {
      width: 70px;
      height: 70px;
      margin: 0 auto 20px;
      border-radius: 50%;
      background: #0C69C7;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      font-size: 28px;
      color: #fff;
    }

    .contact-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
      color: #000;
    }
    .contact-card p{
      color: #000;
    }

    .contact-info a {
      font-size: 1.1rem;
      font-weight: 500;
      color: #1e293b;
      text-decoration: none;
    }

    .contact-info a:hover {
      color: #3b82f6;
    }


/* ==============================================
   RESPONSIVE — tablets & phones (max 992px)
   ============================================== */
@media (max-width: 992px) {
  .navbar-sticky{
    padding: 50px 20px;
  }
  .navbar .navbar-collapse ul{
    padding-left: 0 !important;
  }
  .section_gap{
    padding: 60px 0;
  }

  .Showcase_sec .showcase_content{
    width: 100%;
  }
  .Showcase_sec .showcase_content .btns_sec , .cta_sec_btns {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .otion-step img {
    width: 100%;
    max-width: 100%;
  }
  .otion_work_heading{
    width: 100%;
  }
  .otion-why-heading{
    width: 100%;
  }
  .otion-faq-heading{
    width: 100%;
  }
  .faq-items{
    width: 100%;
  }
  .cta_sec{
    box-shadow: unset;
    padding: 50px 0;
  }
  .cta_sec .cta_sec_heading{
    width: 100%;
    margin-top: 0;
  }
  .cta_sec .row{
    gap: 50px;
  }  
  .otion_stat_main_box{
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .otion-exp-row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .otion-exp-right {
    margin-top: 40px;
  }
  .otion-step {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    text-align: center;
    gap: 40px;
  }

  .otion-step-box {
    width: 100%;
  }

  .otion-dot,
  .otion-line-bg,
  .otion-line-fill {
    left: 20px;
  }
  .footer-container{
    -webkit-flex-direction:column;
    flex-direction:column;
  }

  .footer-right{
    gap:40px;
  }
  .otion-line-bg , .otion-line-fill , .otion-dot{
    display: none;
  }
  .contact_sec .row{
    gap: 30px;
  }
  .otion-why-item-box{
    gap: 20px;
  }
  .otion-why .row{
    gap: 30px;
  }
  .otion-exp-left-main_sec{
    width: 100%;
    padding: 0 20px;
  }
  .otion-exp-top{
    padding: 0 20px;
  }
  .otion-why .row .col-lg-4{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .otion-exp-right{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
  }
}

/* ==============================================
   EXTRA SMALL — phones only (max 480px)
   ============================================== */
@media (max-width: 480px) {
  img[src$=".svg"],
  .otion-exp-right img,
  .otion-step img,
  .cta_sec img,
  .Sustainable_mobility_sec img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .Showcase_sec .showcase_content h1 {
    font-size: 32px;
  }

  .Showcase_sec .showcase_content h2 {
    font-size: 20px;
  }

  .otion-exp-left-main_sec {
    width: 100%;
  }

  .otion-exp-left {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }

  .sustainable_mobility_sec_right_cards {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .cta_sec_btns {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .footer-right {
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .otion-faq-heading,
  .faq-items {
    padding: 0 5px;
  }

  .otion-why-item-box {
    gap: 10px;
  }

  .navbar-sticky {
    padding: 15px 10px;
  }
}
