@font-face {
  font-family: 'font_toyota';
  src: url(..//fonts/ToyotaType-Light.woff2) format('woff2'),
       url(..//fonts/ToyotaType-Light.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'font_toyota_bold';
  src: url(..//fonts/ToyotaType-Bold.woff2) format('woff2'),
       url(..//fonts/ToyotaType-Bold.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'font_toyota_semi_bold';
  src: url(..//fonts/ToyotaType-Semibold.woff2) format('woff2'),
       url(..//fonts/ToyotaType-Semibold.woff) format('woff');
  font-display: swap;
}
* {
  margin: 0px;
  box-sizing: border-box;
}

:root {
  --dark-color: #101010;
  --red-color: #eb0a1e;
  --light-color: #fff;
  --toyota-light: 'font_toyota';
  --toyota-bold: 'font_toyota_bold';
  --toyota-semi-bold: 'font_toyota_semi_bold';
}


.wp-block {
  max-width: 100%;
}

.alignwide {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}


.single-page {
  padding-bottom:40px;
  padding-top: 160px;
}

.single-page.no-banner-image {
  padding-top: 55px;
}

.single-page.no-banner-image .web-container {
  display: none;
}

@media (max-width:767px) {
  .single-page{padding-top: 60px;padding-bottom: 0;}
  .single-page.no-banner-image { padding-top: 0; }
  .newsletter-form .form-row .form-group{margin-bottom: 10px;}


  .bootom_footer_link {
    flex-wrap: wrap;
    gap: 0px !important;
  }

}

.single-page p {
  font-size: 14px;
  margin: 40px 0px
}


.single-page img{width:100%;}
.page-wrapper {
  padding-bottom: 40px;
  padding-top: 40px;
}

.page-wrapper p,.page-wrapper ul,.page-wrapper ol {
  max-width: 800px;
  padding-bottom: 10px;
  padding-top: 30px;
}

@media (max-width:767px) {
  .page-wrapper p,.page-wrapper ul,.page-wrapper ol{padding-top: 10px;}
  .side-bar-tab .filter-tabs{display: flex;overflow: auto;;}
}


/* WordPress admin bar adjustment */
.admin-bar .custom__header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .custom__header {
      top: 46px;
  }
}


.pdp-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}


#menu-top-links-menu {
  border-bottom: none;
  padding: 0px;
} 

.h1,
h1 {
  font-size: clamp(36px, calc(36px + 1.6vw), 61px);
  font-family: var(--toyota-bold);
  line-height: clamp(42px, calc(45px + 1.6vw), 74px);
}



.h2,
h2 {
  font-size: calc(27px + 1.3vw);
  font-family: var(--toyota-bold);

}

.h3,
h3 {
  font-size: 22px;
  font-family: var(--toyota-semi-bold);
}

.h4,
h4 {
  font-size: 20px;
}
.h5,
h5 {
  font-size: 20px;
  font-family: var(--toyota-semi-bold);
}

img {
  display: inline-block;
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}



@media(min-width:1900px) {

  .h1,
  h1 {
    font-size: clamp(36px, calc(36px + 1.6vw), 68px);
    line-height: 78px;
  }
}


.web-container {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  padding-left: 40px;
  padding-right: 40px;
}


@media(max-width:768px) {
  .web-container {
    padding-left: 20px;
    padding-right: 20px
  }
}

body {
  font-family: var(--toyota-light);
  overflow-x: hidden;
}

#mytab {
  background-color: #f5f5f5;
  padding: 40px 0px;
}

.galler_pdp {
  background-color: var(--dark-color);
  color: var(--light-color);
  padding: 50px;
}

/* AOS helper — re-enable with AOS (see footer.php). Without AOS this offset looks wrong.
[data-aos=fade-up] {
  transform: translate3d(0, 80px, 0);
}
*/


.toyota-new-slider {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #101010;
}

.toyota-new-slider .slick-dots {
  bottom: -50px;
}

.toyota-new-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.toyota-new-slider .slick-dots li.slick-active {
  background-color: #eb0a1e;
}

.toyota-new-slider .slick-dots li button:before {
  display: none;
}

.toyota-new-slider img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  transition: 0.5s;
  transform: translateY(50px);
}




.custom_btn-slider {
  text-align: right;
  padding-right: 10%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: end;
}

.inner_slider_box {
  position: relative;
}

.inner_slider_box img {
  height: 100% !important;
  max-height: 650px !important;
}

.slider_item_card:hover img {
  transform: translateY(0px);
}

.slider_item_card:hover .card-footer-item {
  transform: translateY(0%);
}

.card-footer-item {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 20px;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, .631);
  color: #fff;
  text-align: center;
  transition: 0.5s;
  transform: translateY(100%);
}

@media(max-width:1025px){
  .card-footer-item {
    transform: translateY(0%);
  }
}

.card-footer-item  h3{text-transform: uppercase; margin-bottom: 15px;}

#prevBtn,
#nextBtn {
  border: solid 0.5px silver;
  padding: 10px;
  background-color: transparent;
  transition: background-color 0.3s;
  cursor: pointer;
}
#prevBtn{color:#fff;}
#nextBtn {
  background-color: #f5f5f5;
}

/* .active-btn-slider {
  background-color: #d3d3d3 !important;
  border-color: #999;
} */

#prevBtn,
#nextBtn {
  border: solid 0.5px silver;
  padding: 10px;
  background-color: transparent;
  color: #ffffff;
}

#prevBtn:hover, #nextBtn:hover{color: #000 !important;background-color: var(--red-color) !important;}


.toyota-new-slider .slick-slide {
  margin: 0 10px;
  /* Adjust left/right margin */
}

/* .toyota-new-slider .slick-list {
  margin: 0 -10px;

} */

@media(min-width:1940px){
  .inner_slider_box img{max-height:850px!important;}
}

@media(max-width:760px){
  .toyota-new-slider{padding-top: 40px; padding-bottom: 60px;}
}


/* about us */
.about-us {
  padding-bottom:40px;
  padding-top: 160px;
}

.about-us h1 {
  margin-bottom: 40px;
}

.about-para {
  padding-bottom: 40px;
  padding-top: 40px;
}

.about-row {
  display: flex;
  gap: 50px;
}
.message-director .about-col-left img{margin-top: 10px;}
.message-director h2 {
  line-height: 48px;
  margin-bottom: 30px;
  font-size: calc(30px + 0.5vw);
}

.about-col-left,
.about-col-right {
  width: 50%;
}

.message-director p {
  margin-bottom: 20px;
}

.message-director h6 {
  font-size: 16px;
  font-family:var(--toyota-bold);
  margin-bottom: 10px;
}

.our-vision p {
  font-size: 26px;
  font-style: italic;
  margin-top: 0px;
  max-width: 840px;
}

.our-mission {
  margin-top: 60px;
}
.list_style_type > li{list-style: number!important;}
.list_style_type{padding-left: 2.5rem;}

.message-director ul li h6 {
  margin-bottom: 0px;
}

.our-five-principal{margin-top: 60px;padding-bottom: 60px;}
.page_banner img {
  width: 100%;
}
@media(max-width:768px){
  .about-us {
      padding-bottom:40px;
      padding-top: 40px;
  }
  .about-row{flex-direction: column;}
  .about-col-left,
  .about-col-right {
      width: 100%;
  }
  .message-director ul{padding: 15px;}
}
@media(max-width:650px) {
  .about-row {
      flex-direction: column;
      gap:30px;
  }

  .about-col-left,
  .about-col-right {
      width: 100%;
  }
  .message-director h2{font-size: 28px; line-height: 36px;}
}

.clickable-button {
  cursor: pointer;
}


.dropdownTwo-text ul li b {
  font-family:var(--toyota-semi-bold);
}

.custom__container {
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
}

.custom__header {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  overflow: visible;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

header {
  border-bottom: 3px solid var(--red-color);
}

.custom__header .top-links {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.custom__header .top-links a {
  text-decoration: none;
  color: #101010;
  position: relative;
  cursor: pointer;
}

.custom__header .top-links a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 0.5px;
  background-color: #7d7d7d;
  transition: all 0.5s;
}

.custom__header .top-links a:hover::before {
  width: 100%;
}

.custom__header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 24px;
  color: #eb0a1e;
}

.custom__header .menu {
  display: flex;
  gap: 30px;
  font-size: 16px;
  padding: 15px 0;
}

.custom__header .menu a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}

.custom__header .menu a i::before {
  transition: all 0.2s;
  font-size: 13px;
  font-weight: 1000 !important;
}

.custom__header .menu>li>a:hover {
  color: #eb0a1e;
}

.arrow-rotate::before {
  transform: rotate(180deg);
}

/* DROPDOWN STYLES */
.custom__header .custom-dropdown {
  background-color: #f5f5f5;
  left: 0;
  max-height: calc(100vh - 100px);
  max-height: calc(var(--vh, 1vh) * 100 - 100px);
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: opacity .25s, -webkit-transform .4s;
  transition: opacity .25s, -webkit-transform .4s;
  transition: opacity .25s, transform .4s;
  transition: opacity .25s, transform .4s, -webkit-transform .4s;
  width: 100%;
  top: 103%;
}

.custom__header .custom-dropdown.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

/* TAB SYSTEM FOR MODELS DROPDOWN */
.custom__header .custom-tabs-header-grid {
  padding: 20px 40px;
  max-width: 1280px;
  margin: 0px auto;

}

.custom__header .custom-tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
  border-bottom: 1px solid #101010;
}

.custom__header .custom-tab {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  color: #666;
  transition: color 0.3s;
  position: relative;
  text-transform: uppercase;
}

.custom__header .custom-tab.active {
  color: #000;
  font-family: 'font_toyota_semi_bold';
}

.custom__header .tab-underline {
  position: absolute;
  bottom: -2px;
  height: 4px;
  background-color: #eb0a1e;
  transition: all 0.3s ease;
  width: 0;
}
.custom__header .custom-tab.active[data-filter="all-web"]~.tab-underline {
  left: 0 !important;
}
.custom__header .tab-content {
  display: none;
}

.custom__header .tab-content.active {
  display: block;
}

.custom__header .tab_grid_area {
  margin-bottom: 20px;
}

.custom__header .tab_grid {
  display: flex;
  flex-wrap: wrap;
}

.custom__header .col-20 {
  width: 25%;
  padding: 15px;
}

.custom__header .tab_grid_card {
  /* background: white; */
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s;
  text-align: left;
}

.custom__header .tab_grid_card img {
  min-height: 100px;
  max-height: 100px;
  object-fit: contain;
}

@media(min-width:1900px) {
  .custom__header .tab_grid_card img {
      min-height: 115px;
      max-height: 115px;
      object-fit: contain;
  }
}



.custom__header .tab_grid_card:hover {
  transform: translateY(-5px);
}
.custom__header .tab_grid_card .h3,
.custom__header .tab_grid_card h3 {
  padding: 15px;
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  min-height: 87px;
}

.custom__header .btn_grid_tab {
  text-align: center;
  margin: 20px 0;
}

.custom__header .btn_grid_tab a {
  display: inline-block;
  border: solid 1px #000;
  color: #000;
  padding: 12px 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}

.custom__header .btn_grid_tab a:hover {
  background-color: #eb0a1e;
  color: white;
  border-color: #eb0a1e;
}

/* SERVICE DROPDOWN */
.custom__header .dropdownTwo {
  display: flex;
  min-height: 300px;
}

.custom__header .dropdownTwo-text {
  width: 62%;
  display: flex;
  justify-content: space-evenly;
  padding: 2rem;
}

.custom__header .dropdownTwo-text ul li {
  font-size: 16px;
  padding: 10px;
}

.custom__header .dropdownTwo-text ul li:first-child {
  font-family:var(--toyota-bold);
  margin-bottom: 0px;
  margin-top: 50px;
}

.custom__header .dropdownTwo-text ul li a {
  color: #101010;
  position: relative;
  text-decoration: none;
}

.custom__header .dropdownTwo-text ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 0.5px;
  background-color: #000;
  transition: all 0.5s;
}

.custom__header .dropdownTwo-text ul li a:hover::before {
  width: 100%;
}

.custom__header .dropdownTwo-img {
  width: 38%;
}

.custom__header .dropdownTwo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom__header .service-footer {
  border-top: 1px solid #ccc;
  padding: 1rem;
  background: #f5f5f5;
}

.custom__header .service-footer ul {
  display: flex;
  justify-content: center;
}

.custom__header .service-footer ul li {
  padding-right: 100px;
}

.custom__header .service-footer ul li:last-child {
  padding-right: 0;
}

.custom__header .service-footer ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.custom__header .service-footer ul li a svg,
.custom__header .service-footer ul li a .service-footer-icon {
  margin-right: 10px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

/* DISCOVER DROPDOWN */
.custom__header .dropdown-four {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.custom__header .contDiv-dpd {
  position: relative;
  width: 25%;
  padding: 0 5px 10px;
}

.custom__header .dropdown-four-img {
  height: 17rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;

}

.custom__header .dropdown-four-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.custom__header .dropdown-four-img:hover img {
  transform: scale(1.06);
}

.custom__header .dropdown-four-img::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: 1;
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
}

.custom__header .dropdown-four-text {
  position: absolute;
  bottom: 8%;
  left: 5%;
  z-index: 9;
}

.custom__header .dropdown-four-text h6 {
  color: #fff;
  font-size: 15px;
  font-family:var(--toyota-semi-bold);
}

/* Demo content */
.demo-content {
  padding: 40px 0;
  text-align: center;
}

.demo-content h2 {
  color: #eb0a1e;
  margin-bottom: 20px;
}


.custom__header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.5s ease-out;
}

.dropdown-bottom-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: solid 1px silver;
  margin-top: 10px;
}


@keyframes slideDown {
  from {
      transform: translateY(-100%);
  }

  to {
      transform: translateY(0);
  }
}

.headerMobile {
  display: none;
}




@media(max-width:1100px) {
  .custom__header .tab_grid_card img {
      min-height: auto;
      max-height: max-content;
  }
}


/*---------mobile-header--------*/
@media(max-width:769px) {
  html.mobile-menu-open,
  body.mobile-menu-open {
      overflow: hidden;
      height: 100%;
      touch-action: none;
  }

  .custom__header {
      display: none;
  }

  .headerMobile {
      display: block;
      border-bottom: solid 3px var(--red-color);
  }

  .mobile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 15px;
      padding: 5px 10px;

  }

  .mobile-header__logo img {
      width: 60px;
  }

  .mobile-header__menu-icon i {
      font-size: 35px;
  }

  .mobile-menu-overlay {
      position: fixed;
      width: 0;
      top: 0;
      right: 0;
      display: flex;
      justify-content: end;
      transition: all 0.4s;
      overflow: hidden;
      z-index: 1000;
  }

  .mobile-menu-overlay--open {
      width: 100%;
  }

  .mobile-menu {
      background: #fff;
      width: 100%;
      max-width: 80%;
      border-right: 1px solid #ddd;
      height: 100vh;
  }

  .mobile-menu__top-bar {
      display: flex;
      justify-content: end;
      padding: 13px 15px;
      border-bottom: 4px solid var(--red-color);
      min-height: 66px;
  }

  .mobile-menu__lang-btn {
      background: none;
      border: none;
      font-weight: bold;
      font-size: 14px;
      cursor: pointer;
  }

  .mobile-menu__item {
      padding: 15px;
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
  }
  .mobile-menu__item a{
      color: var(--dark-color);
  }

  .mobile-menu__submenu {
      background: #fff;
      width: 100%;
      position: absolute;
      top: 0;
      right: -4%;
      height: 100vh;
      transition: all 0.5s;
      transform: translateX(100%);
  }

  .mobile-menu__submenu--show {
      width: 84%;
      transform: translateX(0);
  }

  .mobile-menu__submenu-text .h4 {
      margin: 0 0 12px;
      padding-top: 24px;
      font-family: var(--toyota-bold);
      font-size: 14px;
      line-height: 1.3;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #101010;
  }

  .mobile-menu__submenu-text .h4:first-child {
      padding-top: 0;
  }

  .mobile-menu__submenu-text > a {
      display: block;
      text-decoration: none;
      color: #222;
      padding: 0 !important;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 1.45;
  }

  .mobile-menu__submenu-text > a:last-child {
      padding-bottom: 0;
  }

  .mobile-menu__submenu a {
      display: block;
      text-decoration: none;
      color: #222;
      padding: 15px 0;
  }

  .mobile-menu__submenu a.tab_card_link {
      padding: 0;
  }

  .mobile-menu__submenu a.tab_card_link img{flex: 0 0 127px;;}
  .mobile-menu__submenu a.tab_card_link .pro_title{flex:0 0 calc(100% - 140px);margin-left: auto;padding-right: 10px;}
  
  .mobile-menu__submenu-text {
      padding: 15px;
  }

  .mobile-menu__back-btn {
      display: flex;
      align-items: center;
      padding: 19px 17px;
      cursor: pointer;
      background: #fff;
      position: relative;
      font-size: 18px;
  }

  .mobile-menu__back-btn::before {
      position: absolute;
      content: '';
      bottom: 0;
      right: -5%;
      width: 105%;
      height: 3px;
      background-color: #eb0a1e;
  }

  .mobile-menu__back-btn i {
      padding-right: 15px;
  }

  .mobile-menu__dropdown-four__item {
      position: relative;
      width: 50%;
      padding: 0 2px 5px;
  }

  .mobile-menu__dropdown-four {
      display: flex;
      flex-wrap: wrap;
  }

  .mobile-menu__dropdown-four__img {
      height: 10rem;
      cursor: pointer;
      overflow: hidden;
      position: relative;
  }

  .mobile-menu__dropdown-four__img img {
      width: 100%;
      height: 100%;
      transition: all 0.3s;
      z-index: 0;
  }

  .mobile-menu__dropdown-four__img:hover img {
      transform: scale(1.06);
  }

  .mobile-menu__dropdown-four__img::before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      opacity: 0.75;
      z-index: 1;
      background: linear-gradient(0deg, #000, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
  }

  .mobile-menu__dropdown-four__text {
      position: absolute;
      bottom: 8%;
      left: 5%;
      z-index: 9;
  }
  .mobile-menu__dropdown-four__text .h6,
  .mobile-menu__dropdown-four__text h6 {
      color: #fff;
      font-size: 15px;
  }

  @media (min-width: 993px) {
      .headerMobile {
          display: none;
      }
  }
}

body.desktop-dropdown-open {
  overflow: hidden;
}



/*--------mobile-menu-tab-------*/

.tabs-wrapper {
  max-width: 100%;
  margin: auto;
  padding: 0rem;
}

.tabs-wrapper>.tabs-wrapper {
  display: flex;
  overflow-x: auto;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  overflow-y: scroll;
}

.tab-button {
  padding: 10px 16px;
  cursor: pointer;
  white-space: nowrap;
  color: #333;
  font-weight: 500;
  border-bottom: 4px solid transparent;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.tab-button.active-mobile {
  color: var(--red-color);
  border-color: var(--red-color);
  font-family:var(--toyota-semi-bold);
}

.tab-panel {
  display: none;
}

.tab-panel.active-mobile {
  display: block;
}

.tab-grid,
.tab-grid-mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.col-half {
  width: 100%;

}

.tab-card {
  display: flex;
  gap: 10px;
}

.tab-card img {
  object-fit: cover;
  margin-bottom: 10px;
  max-width: 124px;
  height: auto;
}
.tab-card .h3,
.tab-card h3 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

.compare-button-wrapper {
  text-align: center;
  margin-top: 1rem;
}

.compare-button-wrapper a {
  display: inline-block;
  background-color: #eee;
  color: #000;
  padding: 30px 24px;
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
}

@media(max-width:380px) {
  .tab-card .h3,
  .tab-card h3 {
      font-size: 16px;
      margin: 0;
      text-transform: uppercase;
  }
}


@media (max-width:767px) {
  .gt_switcher .gt_selected{z-index: 0 !important;}
}





.footer_area {
  background-color: #000;
  color: #fff;
  padding: 30px 00px;
  border-top: 4px solid #ae131e;
}

.footer_row {
  display: flex;
}

.footer_row .footer_coulmn1 {
  width: 70%;
}

.footer_row .footer_coulmn2 {
  width: 30%;
}
@media (max-width:992px) {
  .footer_row .footer_coulmn2{width: 35%;}
}

.footer_area ul {
  list-style: none;
  padding: 0px;
  margin-right: 50px;
}

.footer_area a {
  color: var(--light-color);
}

.footer_area ul li {
  margin: 10px 0px;
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}
@media (max-width:767px) {
  .footer_area ul{margin-right: 0;}
  .bootom_footer_link{justify-content: space-between;}
}

.footer_inner_row {
  display: flex;
  gap:40px;
}
.footer_inner_row .widget-title,
.footer_inner_row h5 {
  font-size: 22px;
  font-family:var(--toyota-bold);
  margin-bottom: 20px;
}

.social_icon {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.social_icon a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.social_icon a .link_circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  border: solid 1px #fff;
  border-radius: 100%;
  margin-left: 10px;
  text-align: center;
  line-height: 30px;
}
.unline_animation {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: inherit;
}

.unline_animation::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height:1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.unline_animation:hover::after {
  width:0%;
}




.footer_area ul li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
  transition: color 0.3s ease;
}

.footer_area ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fff;
  transition: width 0.3s ease;
}

.footer_area ul li a:hover {
  color: #fff;
}

.footer_area ul li a:hover::after {
  width: 100%;
}

.bootom_footer_link {
  display: flex;
  align-items: center;
  gap: 30px;
}

.bootom_footer_link ul {
  display: flex;
  gap: 30px;
  ;
}

.bootom_footer_link ul li a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.bootom_footer_link ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.bootom_footer_link ul li a:hover::after {
  width: 0%;
}

.icon_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}



@media(max-width:650px) {
  .footer_row {
    flex-direction: column;
  }

  .social_icon {
    flex-direction: column;
  }

  .icon_list {
    display: flex;
    gap: 1px;
    flex-wrap: wrap;
  }

  .social_icon a span {
    margin-left: 0px;
  }

  .footer_row .footer_coulmn1 {
    width: 100%
  }
  
  .footer_inner_row .widget-title,
  .footer_inner_row h5 {
    font-size: 20px;
  }
}


@media(max-width:420px){
  .footer_inner_row {
  display: flex;
  gap:20px;
  flex-direction: column;
  margin-bottom: 20px;
}
.social_icon a .link_circle{margin-left: 0px;}
}



#hero-banner {
  background-color: var();
}

.banner_inner {
  position: relative;
  overflow: hidden;

}

.banner_inner picture {
  height: 100%;
  overflow: hidden;
  height: 100vh;
}

.banner_inner img {
  min-height: 100vh;
  max-height: 920px !important;
  width: 100%;
  object-fit: cover;
}

.banner_inner .banner-caption {
  align-content: flex-start;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  left: 50%;
  max-width: 1280px;
  position: absolute;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;

}

.grid_caption h2,
.grid_caption p,
.grid_caption a {
  will-change: transform, opacity;
  transform-origin: center center;
  display: block;
}


.banner_inner .banner-caption .caption_inner {
  max-width: 720px;
  padding-right: 20px;
  border-top: solid 2px var(--light-color);
  border-right: solid 2px var(--light-color);
  padding-top: calc(30px);

  text-transform: uppercase;
}

.banner_inner .banner-caption .caption_inner h1 {
  color: var(--light-color);
}

.banner_inner .banner-caption .caption_inner p {
  font-size: 20px;
  color: var(--light-color);
  margin: 32px 0px;
  text-transform: initial;
  max-width: 540px;
  padding-right: 20px;
}

.banner_inner .banner-caption .caption_inner a {
  display: block;
  color: var(--light-color);
  background-color: var(--red-color);
  font-weight: 600;
  font-size: 14px;
  padding: 13px 10px;
  max-width: 232px;
  text-align: center;
}

.banner_inner .banner-caption .caption_inner a:hover {
  opacity: 0.8;
  transition: 0.3s;
}


@media (max-width: 1280px) {
  .banner_inner .banner-caption .caption_inner h1 {
    font-size: calc(22px + 2vw);
    line-height: calc(20px + 2.5vw);
  }
}


@media(max-width:1440px) {
  .banner_inner .banner-caption .caption_inner {
    max-width: 650px;
  }
}

@media (max-width:1024px) {
  .banner_inner {
    background-color: #070606;
  }

  .banner_inner img {
    max-height: 100vh !important;
    width: 100%;
  }
}

@media (max-width: 769px) {
  .banner_inner .banner-caption .caption_inner h1 {
    font-size: 30px;
    line-height: 42px;
  }

  .banner_inner .banner-caption .caption_inner p {
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0px;
    padding-right: 0px;
  }

  .banner_inner .banner-caption {
    bottom: 150px;
  }
}

@media (max-width: 431px) {
  .banner_inner {
    min-height: calc(100vh - 200px);
  }

  .banner_inner img {
    min-height: auto;
    object-fit: cover;
    height: calc(100vh - 200px);
  }

  .banner_inner .banner-caption {
    padding-left: 20px;
    padding-right: 20px;
    transform: translate3d(-50%, 0, 0);
  }

  .banner_inner .banner-caption .caption_inner {
    padding-bottom: 00px;
    padding-top: 20px;
  }

  .banner_inner .banner-caption {
    bottom: 100px;
  }

  .banner_inner .banner-caption .caption_inner a {
    padding: 10px 10px;
  }

}


@media(max-width:389px) {
  .banner_inner .banner-caption .caption_inner p {
    font-size: 14px;
  }

  .banner_inner .banner-caption .caption_inner h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .banner_inner img {
    max-height: 450px !important;
  }

}





.inner_section {
  position: relative;
}
.grid_inner_area {
  width: 100%;
  display: flex;
  justify-content: end;
}

.grid_column {
  max-width: 50%;
  background-color:var(--light-color);
  overflow: hidden;
}
.grid_column_2 {
  width: 50%;
  overflow: hidden;
}

.grid_column_2 img {
  width: 100%;
  /* transform: scale(1.2); */
  transition: 0.5s;
}

.web-container_2 {
  max-width: 1280px;
  margin: 0px auto;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.grid_column_container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  /* z-index: -1; */
}

.flex_direction {
  justify-content: start;
}
.flex_direction2 {
  justify-content: end;
}

.grid_caption {
  width: 50%;
  background-color:var(--light-color);
  padding: 40px;
}

.grid_caption h2 {
  font-size: 54px;
  text-transform: uppercase;
  line-height: 62px;

}

.grid_caption p {
  margin: calc(18px + 0.5vw) 0px;
  
}

.grid_caption .btn_grid a {
  padding: 10px 20px 12px;
  display: block;
  text-decoration: none;
  color: var(--dark-color);
  border: solid 1px #1a1a1a;
  max-width: 180px;
  text-align: center;
  font-family:var(--toyota-semi-bold);
  position: relative;
  z-index: 4;
  font-size: 14px;
  text-transform: uppercase;

}

.grid_caption .btn_grid a {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.grid_caption .btn_grid a:hover {
  background-color: var(--dark-color);
  color: var(--light-color);
}


/*----------------media_query------------*/
@media (max-width: 1500px) {
  .grid_caption h2 {
    font-size: calc(24px + 1.4vw);
    line-height: calc(34px + 1.4vw);

  }
}


@media (max-width: 768px) {
  .grid_caption {
    padding: 20px 30px;
  }
  .grid_caption h2 {
    font-size: calc(22px + 1.4vw);
    line-height: calc(30px + 1.4vw);
  }
}

@media (max-width: 1200px) {
  .grid_column_container {
    position: static;
  }
  .grid_column_2,
  .grid_column {
    width: 100%;
  }
  .web-container_2 {
    display: inherit;
  }

  .grid_caption {
    width: 100%;
  }
   .grid_caption {
    padding: 20px 20px;
  }

}


 /* Legal & Privacy  */
.page-template-default { display: block; }
.page-template-default .single-page h1{font-size: 1.5rem;text-transform: uppercase;;}

.light-text{font-weight: 300;font-family: var(--toyota-light);}
.content-heading{text-transform: uppercase;font-size:1.625rem;;}
.page-template-default .sub-heading{font-size:1.25rem;font-weight: 700;font-family: var(--toyota-semi-bold);margin-top: 2.25rem;margin-bottom: 1rem;text-transform: uppercase;}
.page-template-default .page-wrapper p{padding: 0;margin-bottom: 1rem;}
.simple-text-content .site-main article ul,.page-template-default .site-main article ul{padding-left: 0;margin-bottom: 20px;}
.simple-text-content .site-main article ul li,.page-template-default .site-main article ul li{list-style: none;
    padding-left: 16px;
    position: relative;margin-bottom: 8px;}
.simple-text-content .site-main article  ul li::before,.page-template-default .site-main article  ul li::before{background: #eb0a1e;
    border-radius: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 5px;}

/* Auto Timor Leste – hero banner
   ------------------------------------------------------------------ */
.auto-timor-leste-page {
  background-color: #000;
  color: #fff;
}

.atl-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atl-hero__overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}

.atl-hero__content {
  position: relative;
  padding: 0 40px 80px;
  color: #fff;
}

.atl-hero__kicker {
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #e7081b;
  font-family: var(--toyota-semi-bold);
  margin-bottom: 16px;
}

.atl-hero__title {
  font-family: var(--toyota-bold);
  font-size: 98px;
  line-height: 1;
  margin: 0 0 18px;
}

.atl-hero__title-highlight {
  color: #eb0a1e;
}

.atl-hero__tagline {
  max-width: 520px;
  font-size: 20px;
  line-height: 1.75rem;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 768px) {

  .atl-hero__content {
    padding: 0 32px 80px;
  }

  .atl-hero__title {
    font-size: 34px;
  }

  .atl-hero__tagline {
    font-size: 18px;
    line-height: normal;
  }
}

.atl-intro-banner {
  background-color: #eb0a1e;
  color: #fff;
  padding: 128px 0;
  text-align: center;
}

.atl-intro-banner__inner {
  max-width: 720px;
  margin: 0 auto;
}

.atl-intro-banner__kicker {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: var(--toyota-semi-bold);
}

.atl-intro-banner__title {
  font-family: var(--toyota-bold);
  font-size: 56px;
  line-height: 1.16;
  margin: 0 0 20px;
}

.atl-intro-banner__text {
  font-size: 16px;
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .atl-intro-banner {
    padding: 72px 0 80px;
  }

  .atl-intro-banner__title {
    font-size: 32px;
  }

  .atl-intro-banner__text {
    font-size: 14px;
  }
}

/* Vision / Mission section */
.atl-vision-mission {
  background-color: #fff;
  color: #111;
  padding: 128px 0;
}

.atl-vision-mission__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
}

.atl-vision-mission__column {
  max-width: 520px;
}

.atl-section-bar {
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #eb0a1e;
  margin-bottom: 16px;
}

.atl-section-kicker {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #eb0a1e;
  font-family: var(--toyota-semi-bold);
  margin-bottom: 10px;
}

.atl-section-heading {
  font-family: var(--toyota-bold);
  font-size: 32px;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .atl-vision-mission__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}


@media (max-width: 768px) {
  .atl-vision-mission {
    padding: 96px 0;
  }
}

/* Divider between Vision/Mission and Who We Are */
.atl-divider {
  background-color: #fff;
}

.atl-divider__line {
  border-top: 1px solid #e5e5e5;
  margin: 0 32px;
}

/* Who we are */
.atl-who {
  background-color: #fff;
  color: #111;
  padding: 128px 0 128px;
}

.atl-who__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 80px;
  align-items: flex-start;
}

.atl-who__title {
  font-family: var(--toyota-bold);
  font-size: 48px;
  line-height: 1.1;
}

.atl-who__content {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.atl-who__content p {
  font-family: var(--toyota-light);
  margin-bottom: 18px;
}

@media (max-width: 900px) {
  .atl-who__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .atl-who {
    padding: 96px 0 96px;
  }
}

/* History section */
.atl-history {
  background-color: #101010;
  color: #fff;
  padding: 128px 0;
}

.atl-history__header {
  max-width: 1280px;
  margin: 0 auto 56px;
}

.atl-history__title {
  font-family: var(--toyota-bold);
  font-size: 60px;
  line-height: 1.2;
  margin-top: 8px;
  max-width: 400px;
}

p.atl-history-item__years{
  font-size: 24px !important;
  line-height: 1.2;
  font-family: var(--toyota-bold);
  color: #eb0a1e;
  margin-bottom: 6px;
}

.atl-history__list {
  max-width: 1280px;
  margin: 0 auto;
}

.atl-history-item {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.6fr);
  gap: 40px;
  padding: 56px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.atl-history-item:last-child {
  padding-bottom: 0px;
}

.atl-history-item__years {
  color: #eb0a1e;
  font-family: var(--toyota-bold);
  margin-bottom: 6px;
}

.atl-history-item__heading {
  font-family: var(--toyota-bold);
  font-size: 20px;
  margin-bottom: 14px;
}

.atl-history-item__content p {
  font-size: 15px;
  line-height: 1.8;
  color: #d4d4d4;
}

.atl-history-item__content p:last-child {
  margin-bottom: 0;
}

.atl-history-item__media {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
  overflow: hidden;
}

.atl-history-slider {
  width: 100%;
  max-width: 520px;
  min-width: 0;
  position: relative;
  background-color: #101010;
  /* Room for dots (positioned bottom: -50px) so they aren't clipped */
  padding-bottom: 56px;
}

.atl-history-slider .slick-list {
  overflow: hidden;
}

.atl-history-slider.slick-initialized .slick-slide {
  background-color: #101010;
}

.atl-history-slider .atl-history-arrow {
  position: absolute;
  top: 37%;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atl-history-slider .atl-history-arrow::before {
  display: none;
}

.atl-history-slider .atl-history-arrow svg {
  display: block;
  flex-shrink: 0;
  stroke: currentColor;
}

.atl-history-slider .atl-history-arrow--prev {
  left: 0;
}

.atl-history-slider .atl-history-arrow--next {
  right: 0;
}

.atl-history-slider .atl-history-arrow:hover,
.atl-history-slider .atl-history-arrow:focus {
  background: #e7081b;
  color: #fff !important;
}

.atl-history-slider .atl-history-arrow:hover svg,
.atl-history-slider .atl-history-arrow:focus svg {
  stroke: #fff;
}

.atl-history-slider .slick-disabled.atl-history-arrow {
  opacity: 1;
}

.atl-history-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.atl-history-slide__caption {
  margin: 12px 0 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}

.atl-history-item__media {
  position: relative;
}

.atl-history-slider-counter {
  position: absolute;
  top: 16px;
  right: 24px;
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--toyota-semi-bold);
}

.atl-history-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0px;
  display: flex;
  gap: 6px;
  list-style: none;
}

.atl-history-slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: 16px;
}

.atl-history-slider .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 3px;
}

.atl-history-slider .slick-dots li button:before {
  content: '';
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.atl-history-slider .slick-dots li.slick-active {
  width: 32px;
}

.atl-history-slider .slick-dots li.slick-active button:before {
  background: #eb0a1e;
}

@media (max-width: 900px) {
  .atl-history {
    padding: 50px 0;
  }
  .atl-history-item {
    grid-template-columns: 1fr;
  }

  .atl-history-item__media {
    justify-content: flex-start;
    max-width: 100%;
    /* Space for dots (positioned bottom: -50px) so they aren't clipped */
    padding-bottom: 0;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }

  .atl-history-slider{
    padding-bottom: 45px;
  }

  /* Only clip the list so dots (positioned below) stay visible */
  .atl-history-slider .slick-list {
    overflow: hidden;
  }

  .atl-history-slider .slick-slide {
    max-width: 100%;
  }

  .atl-history-slide img {
    max-width: 100%;
  }
}

/* Achievements section */
.atl-achievements {
  background-color: #fff;
  color: #101010;
  padding: 128px 0;
}

.atl-achievements__header {
  max-width: 1280px;
  margin: 0 auto 64px;
}

.atl-achievements__header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.atl-achievements__header-text {
  flex: 1;
  min-width: 0;
}

.atl-achievements__kicker {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #e7081b;
  margin-bottom: 8px;
  font-family: var(--toyota-semi-bold);
}

.atl-achievements__title {
  font-family: var(--toyota-bold);
  font-size: 60px;
  line-height: 1.2;
  color: #101010;
  max-width: 450px;
}

.atl-achievements__number {
  font-family: var(--toyota-bold);
  font-size: 120px;
  line-height: 1;
  color: #e0e0e0;
  flex-shrink: 0;
}

.atl-achievements__list {
  max-width: 1280px;
  margin: 0 auto;
}

.atl-achievements-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  align-items: center;
  padding: 64px 0;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.atl-achievements-item:last-child {
  padding-bottom: 0px;
}

.atl-achievements-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  transform: translateX(-0.5px);
}

.atl-achievements-item--image_left .atl-achievements-item__text {
  order: 2;
}

.atl-achievements-item--image_left .atl-achievements-item__media {
  order: 1;
}

.atl-achievements-item__year-wrap {
  position: relative;
  margin-bottom: 20px;
}

.atl-achievements-item__year-bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--toyota-bold);
  font-size: 96px;
  line-height: 1;
  color: rgba(235, 10, 30, 0.12);
  pointer-events: none;
}

.atl-achievements-item__year {
  position: relative;
  font-family: var(--toyota-bold);
  font-size: 32px;
  line-height: 1.2;
  color: #eb0a1e;
  top: 27px;
}

.atl-achievements-item__content {
  font-size: 16px;
  line-height: 1.75;
  color: #101010;
  padding-top: 20px;
}

.atl-achievements-item__content p {
  margin-bottom: 0;
}

.atl-achievements-item__content p + p {
  margin-top: 1em;
}

.atl-achievements-item__media {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

/* Achievements gallery: Slick main + thumb sync */
.atl-achievements-gallery {
  width: 100%;
}

.atl-achievements-gallery__main-wrap {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
}

.atl-achievements-gallery__main {
  width: 100%;
}

.atl-achievements-gallery__counter {
  position: absolute;
  top: 16px;
  right: 24px;
  z-index: 5;
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--toyota-semi-bold);
}

.atl-achievements-gallery__main .slick-list,
.atl-achievements-gallery__main .slick-track {
  overflow: hidden;
}

.atl-achievements-gallery__slide {
  outline: none;
}

.atl-achievements-gallery__main-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.atl-achievements-gallery__caption {
  margin: 0;
  padding: 12px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #6b6b6b;
  background: #fff;
}

.atl-achievements-gallery__thumbs {
  margin: 0 -4px;
}

.atl-achievements-gallery__thumbs .slick-list {
  margin: 0 4px;
}

.atl-achievements-gallery__thumbs .slick-slide {
  margin: 0 4px;
  outline: none;
  box-sizing: border-box;
}

.atl-achievements-gallery__thumbs .slick-slide.slick-current {
  border: 2px solid #eb0a1e;
}

.atl-achievements-gallery__thumb-slide {
  cursor: pointer;
}

.atl-achievements-gallery__thumb-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 16 / 9;
}

@media (max-width: 900px) {
  .atl-achievements {
    padding: 50px 0;
  }

  .atl-achievements__header {
    margin-bottom: 40px;
  }

  .atl-achievements__header-inner {
    flex-direction: column;
  }

  .atl-achievements__number {
   display: none;
  }

  .atl-achievements__title {
    font-size: 28px;
  }

  .atl-achievements-item {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 48px 0;
  }

  .atl-achievements-item::before {
    display: none;
  }

  .atl-achievements-item--image_left .atl-achievements-item__text,
  .atl-achievements-item--image_left .atl-achievements-item__media {
    order: unset;
  }

  .atl-achievements-item__year-bg {
    font-size: 72px;
  }

  .atl-achievements-item__year {
    font-size: 24px;
    top: 18px;
  }

  .atl-intro-banner{
    padding: 96px 0;
  }
}

/* Genuine Part – FAQ section (theme style) */
.gp-faq {
  padding: 64px 0 80px;
  background: #fff;
}

.gp-faq__title {
  font-family: var(--toyota-bold);
  font-size: 28px;
  color: #101010;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--red-color);
  display: inline-block;
}

.gp-faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gp-faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.gp-faq__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  padding: 20px 0;
  background: none;
  border: none;
  font-family: var(--toyota-semi-bold);
  font-size: 16px;
  color: #101010;
  cursor: pointer;
}

.gp-faq__toggle:hover {
  color: var(--red-color);
}

.gp-faq__toggle .icon-arrow {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.gp-faq__toggle .icon-arrow i {
  font-size: 14px;
}

.rotate-icon-arrow {
  transform: rotate(180deg);
}

.gp-faq__answer.dropdown-list-info {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.gp-faq__answer.dropdown-list-info.show {
  max-height: 800px;
}

.gp-faq__answer-inner {
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.gp-faq__answer-inner p {
  margin: 0 0 12px;
}

.gp-faq__answer-inner p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .gp-faq {
    padding: 48px 0 60px;
  }

  .gp-faq__title {
    font-size: 22px;
  }

  .gp-faq__toggle {
    font-size: 15px;
    padding: 16px 0;
  }
}

/* Bug fix */
.type-page .entry-content h2 {
  margin-left: -2px;
}


.dropdown-list-info ul li:before,.para-discription ul li:before,.service-wranty .web-container>div ul li:before {

  border-radius: 100%;
}

.service-wranty .web-container>div ul {
  padding-left: 30px !important;
}