@import url(https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,500&display=swap);
.inter-500 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-600, .geely-aftersales__road_emergency a, .geely-aftersales__card .card-body .card-description-header, .geely-aftersales__card .sub-card .card-header .sub-card-title, .geely-aftersales a {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.geely-font, .geely-era__contact-title, .geely-era__title, .geely-era__subtitle, .geely-care__badge-value, .geely-aftersales__tabs .mobile-aftersales-select, .geely-aftersales__tabs .aftersales-tab-btn {
  font-family: "GEELY Bold 20230926", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.content-above {
  display: none;
}

@media (max-width: 1920px) {
  .additional-height {
    height: 176px !important;
  }
}

@media (max-width: 1440px) {
  .additional-height {
    height: 180px !important;
  }
}

@media (max-width: 1280px) {
  .additional-height {
    height: 181px !important;
  }
}

@media (max-width: 425px) {
  .additional-height {
    height: auto !important;
  }
}

@media (max-width: 1920px) {
  .additional-margin {
    margin: auto 0;
  }
}

@media (max-width: 1440px) {
  .additional-margin {
    margin: 16px 0;
  }
}

@media (max-width: 1280px) {
  .additional-margin {
    margin: 16px 0;
  }
}

#page > main {
  background: #fff;
  background-position-y: 165px;
}

@media (min-width: 768px) {
  #page > main {
    background-position-y: 460px;
  }
}

ul > li {
  font-size: 1rem;
}

.geely-aftersales {
  position: relative;
}

.geely-aftersales a {
  font-size: 18px;
}

@media screen and (max-width: 576px) {
  .geely-aftersales a {
    font-size: 14px;
  }
}

.geely-aftersales__header {
  margin-top: 120px;
}

.geely-aftersales__header .header-geely {
  padding: 1rem 12px;
}

.geely-aftersales__header h1 {
  font-size: 44px;
  line-height: 2.25rem;
  font-weight: 400;
  padding-bottom: 36px;
}

@media (max-width: 756px) {
  .geely-aftersales__header h1 {
    padding-bottom: 12px;
    font-size: 32px;
  }
}

.geely-aftersales__header p {
  font-size: 16px;
  padding-bottom: 30px;
}

@media (min-width: 376px) {
  .geely-aftersales__header p {
    font-size: 18px;
  }
}

.geely-aftersales__card {
  position: inherit;
  gap: 1rem;
}

@media (min-width: 768px) {
  .geely-aftersales__card {
    gap: 0rem;
  }
}

.geely-aftersales__card .card {
  background: transparent;
  border: 1px solid #999 !important;
  border-radius: 1rem;
  padding: 18px;
}

@media (min-width: 768px) {
  .geely-aftersales__card .card {
    padding: 30px;
  }
}

.geely-aftersales__card .sub-card {
  height: auto;
  padding: 18px !important;
  flex-direction: row !important;
}

@media (min-width: 768px) {
  .geely-aftersales__card .sub-card {
    padding: 24px !important;
    height: 164px;
  }
}

.geely-aftersales__card .sub-card .card-header .sub-card-title {
  font-size: 16px;
}

@media (min-width: 768px) {
  .geely-aftersales__card .sub-card .card-header .sub-card-title {
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 24px !important;
  }
}

.geely-aftersales__card .card-header {
  display: flex;
  flex-direction: column;
  background: transparent;
  align-items: start;
  gap: 24px;
  padding: 0px;
  border: none;
}

@media (min-width: 768px) {
  .geely-aftersales__card .card-header {
    flex-direction: row;
  }
}

.geely-aftersales__card .card-header h5 {
  font-size: 18px !important;
  letter-spacing: 3.6px;
}

@media (min-width: 768px) {
  .geely-aftersales__card .card-header h5 {
    letter-spacing: 4.4px;
    font-size: 22px !important;
  }
}

.geely-aftersales__card .card-body {
  padding: 0px;
}

@media (min-width: 768px) {
  .geely-aftersales__card .card-body {
    height: auto;
  }
}

.geely-aftersales__card .card-body .card-description-header {
  font-size: 16px !important;
}

@media (min-width: 768px) {
  .geely-aftersales__card .card-body .card-description-header {
    font-weight: 500 !important;
    font-size: 24px !important;
  }
}

@media (max-width: 1920px) {
  .geely-aftersales__card .card-body > div .card-description-wrapper {
    width: 35%;
    
    border-right: 1px solid #999;
    border-bottom: none;
    padding-bottom: 0;
  }

  [dir="rtl"] .geely-aftersales__card .card-body > div .card-description-wrapper {
    border-right: none;
    
    border-left: 1px solid #999;
  }
}

@media (max-width: 1440px) {
  .geely-aftersales__card .card-body > div .card-description-wrapper {
    width: 50%;
    
    border-right: 1px solid #999;
    border-bottom: none;
    padding-bottom: 0;
  }

  [dir="rtl"] .geely-aftersales__card .card-body > div .card-description-wrapper {
    border-right: none;
    
    border-left: 1px solid #999;
  }
}

@media (max-width: 1280px) {
  .geely-aftersales__card .card-body > div .card-description-wrapper {
    width: 55%;
    
    border-right: 1px solid #999;
    border-bottom: none;
    padding-bottom: 0;
  }

  [dir="rtl"] .geely-aftersales__card .card-body > div .card-description-wrapper {
    border-right: none;
    
    border-left: 1px solid #999;
  }
}

@media (max-width: 425px) {
  .geely-aftersales__card .card-body > div .card-description-wrapper {
    border-bottom: 1px solid #999;
    
    border-right: none;
    padding-bottom: 1rem;
    width: 100%;
  }

  [dir="rtl"] .geely-aftersales__card .card-body > div .card-description-wrapper {
    border-right: none;
    
    border-left: none;
  }
}

.geely-aftersales__card .card-body > div p {
  font-weight: 400;
  font-size: 14px;
}

@media (min-width: 768px) {
  .geely-aftersales__card .card-body > div p {
    font-size: 1rem;
  }
}

.geely-aftersales__card .card-body > div b {
  font-weight: 500;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .geely-aftersales__card .card-body > div b {
    width: 100%;
    font-size: 1.125rem;
  }
}

.geely-aftersales__card .card-footer {
  background: transparent;
  border: none;
  padding: 2rem;
}

.geely-aftersales__tabs {
  margin-bottom: 60px !important;
}

.geely-aftersales__tabs .aftersales-toggle {
  display: flex;
  gap: 2px;
  background: transparent;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .12);
}

.geely-aftersales__tabs .aftersales-tab-btn {
  font-size: 20px;
  padding: 24px !important;
  border: none;
  letter-spacing: 2px;
  border-radius: 12px !important;
  width: 343px;
  background: transparent;
  color: #000;
  cursor: pointer;
  transition: all .3s ease;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .geely-aftersales__tabs .aftersales-tab-btn {
    font-size: 20px !important;
    padding: 12px 30px !important;
  }
}

.geely-aftersales__tabs .aftersales-tab-btn.active {
  background: #000;
  color: #fff;
}

.geely-aftersales__tabs .aftersales-tab-btn:hover:not(.active) {
  background: rgba(0, 0, 0, .05);
}

.geely-aftersales__tabs .aftersales-tab-btn input[type=radio] {
  display: none;
}

.geely-aftersales__tabs .mobile-aftersales-select {
  width: 100%;
  padding: 24px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 12px;
  letter-spacing: 4px;
  border: 1px solid #ccc;
  white-space: normal;
  line-height: 24px;
  background: #fff;
  color: #194bff;
          appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  
  background-position: right 16px center;
  cursor: pointer;
}

[dir="rtl"] .geely-aftersales__tabs .mobile-aftersales-select {
  
  background-position: left 16px center;
}

.geely-aftersales__tabs .custom-aftersales-dropdown {
  width: 100%;
}

@media (min-width: 768px) {
  .geely-aftersales__tabs .custom-aftersales-dropdown {
    width: 320px;
  }
}

.geely-aftersales__tabs .custom-aftersales-dropdown .dropdown-toggle {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 16px;
  background-color: #fff;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  
  background-position: right 16px center;
  
  padding-right: 40px;
}

[dir="rtl"] .geely-aftersales__tabs .custom-aftersales-dropdown .dropdown-toggle {
  
  background-position: left 16px center;
  padding-right: 0;
  
  padding-left: 40px;
}

.geely-aftersales__tabs .custom-aftersales-dropdown .dropdown-toggle::after {
  content: none;
}

.geely-aftersales__tabs .custom-aftersales-dropdown .dropdown-menu {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

.geely-aftersales__tabs .custom-aftersales-dropdown .dropdown-menu .dropdown-item {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #333;
  padding: 8px 16px;
  text-transform: uppercase;
}

.geely-aftersales__tabs .custom-aftersales-dropdown .dropdown-menu .dropdown-item:hover, .geely-aftersales__tabs .custom-aftersales-dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #f5f5f5;
  color: #000;
}

.geely-aftersales__benefit-grid {
  display: flex;
  gap: 0;
}

@media (min-width: 768px) {
  .geely-aftersales__benefit-grid {
    flex-direction: column;
    gap: 12px;
    transform: none !important;
  }

  .geely-aftersales__benefit-grid .swiper-slide {
    width: 100% !important;
    height: auto !important;
    
    margin-right: 0 !important;
  }

  [dir="rtl"] .geely-aftersales__benefit-grid .swiper-slide {
    margin-right: 0 !important;
    
    margin-left: 0 !important;
  }
}

.geely-aftersales__benefit-grid-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

@media (min-width: 768px) {
  .geely-aftersales__benefit-grid-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .geely-aftersales__benefit-grid-inner {
    grid-template-columns: repeat(4, 1fr);
  }
}

.geely-aftersales__benefit-card {
  border-radius: 12px;
  padding: 20px;
  background: #f6f5f5;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: auto;
}

@media (min-width: 768px) {
  .geely-aftersales__benefit-card {
    padding: 24px;
    
    margin-right: 0 !important;
    width: auto !important;
  }

  [dir="rtl"] .geely-aftersales__benefit-card {
    margin-right: 0 !important;
    
    margin-left: 0 !important;
  }
}

.geely-aftersales__benefit-card .benefit-card__title {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .geely-aftersales__benefit-card .benefit-card__title {
    font-size: 24px;
  }
}

.geely-aftersales__benefit-card .benefit-card__description {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .geely-aftersales__benefit-card .benefit-card__description {
    font-size: 16px;
  }
}

.geely-aftersales .aftersales-benefit__nav .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

.geely-aftersales .aftersales-benefit__nav .swiper-pagination-bullet-active {
  background: #666;
}

.geely-aftersales__footnote p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin: 0;
}

@media (min-width: 768px) {
  .geely-aftersales__footnote p {
    font-size: 12px;
  }
}

.geely-aftersales__benefit-banner {
  border-radius: 16px;
  overflow: hidden;
}

.geely-aftersales__benefit-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}

.geely-aftersales__road_emergency {
  position: inherit;
  flex-direction: column;
  padding: 4rem 12px;
}

@media (min-width: 376px) {
  .geely-aftersales__road_emergency {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .geely-aftersales__road_emergency {
    flex-direction: row;
    padding: 4rem 0rem;
  }
}

.geely-aftersales__road_emergency h3 {
  font-size: 2.25rem;
  line-height: 46px;
}

@media (min-width: 768px) {
  .geely-aftersales__road_emergency h3 {
    
    padding-right: 10rem;
    line-height: 140%;
  }

  [dir="rtl"] .geely-aftersales__road_emergency h3 {
    padding-right: 0;
    
    padding-left: 10rem;
  }
}

.geely-aftersales__road_emergency .emergency-contact {
  height: 150px;
}

@media (min-width: 768px) {
  .geely-aftersales__road_emergency .emergency-contact {
    height: auto;
  }
}

.geely-aftersales__road_emergency p {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .geely-aftersales__road_emergency p {
    font-size: 1.125rem;
    width: 42%;
  }
}

.geely-aftersales__road_emergency a {
  font-size: 18px;
}

@media screen and (max-width: 576px) {
  .geely-aftersales__road_emergency a {
    font-size: 16px;
  }
}

.geely-aftersales__road_emergency a svg {
  display: none;
}

.geely-aftersales__road_emergency > div {
  width: 100%;
}

@media (min-width: 768px) {
  .geely-aftersales__road_emergency > div {
    width: 50%;
  }
}

.geely-aftersales__banner {
  position: relative;
}

.geely-aftersales__dealership {
  position: relative;
}

.geely-aftersales__dealership .dealership--card {
  position: relative;
  padding: 0 12px;
  z-index: 0;
  color: white;
}

.geely-aftersales__dealership .block-area {
  height: 500px;
}

@media (min-width: 768px) {
  .geely-aftersales__dealership .block-area {
    height: auto;
  }
}

.geely-aftersales__dealership h4 {
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .geely-aftersales__dealership h4 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 3px;
  }
}

@media (min-width: 992px) {
  .geely-aftersales__dealership h4 {
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 3px;
  }
}

#webformModal .modal-dialog {
  max-width: 872px !important;
}

#webformModal .modal-dialog .modal-content {
          border-radius: 24px;
  background: url(https://geelyprod-static2.oss-ap-southeast-5.aliyuncs.com/dealership/background-modal.webp);
  background-size: auto;
  background-position: center -5px;
  background-repeat: no-repeat;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
  width: 100% !important;
  border: 10px solid #fff;
          border-radius: 24px;
  padding: 30px 1rem;
}

@media (min-width: 768px) {
  #webformModal .modal-dialog .modal-content {
    padding: 30px;
  }
}

#webformModal .table-responsive {
  height: 440px;
}

#webformModal .table > :not(caption) > * > * {
  background: transparent;
}

.iims-button {
  padding: 12px 24px;
  color: #fff;
  border: none;
  margin: 0 20px;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1600px) {
  .iims-button {
    
    margin-left: 8px;
  }

  [dir="rtl"] .iims-button {
    margin-left: 0;
    
    margin-right: 8px;
  }
}

.iims-button-close {
  padding: 10px 40px;
  color: #fff;
  border: none;
  margin: 0 20px;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 1440px) {
  .iims-button-close {
    padding: 10px 42px;
    
    margin-left: 8px;
  }

  [dir="rtl"] .iims-button-close {
    margin-left: 0;
    
    margin-right: 8px;
  }
}

.tnc {
  font-size: 32px !important;
  letter-spacing: 3px;
}

.title-content {
  margin-bottom: 0;
}

.spc-btn {
  width: 100%;
}

.modal {
  --bs-modal-width: 900px !important;
  
  text-align: left;
}

[dir="rtl"] .modal {
  
  text-align: right;
}

.modal-header {
  border-bottom: none;
}

.modal-body {
  overflow-y: scroll;
  max-height: 440px;
}

@media (min-width: 768px) {
  .modal-body {
    overflow-y: hidden;
    max-height: 440px;
  }
}

.modal-content {
  background-image: url("https://geelyauto.id/sites/default/files/2025-02/51cccdf55c25e610196c3d9ea923adc0.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px;
  border: 16px solid white;
  border-radius: 24px !important;
}

@media (max-width: 1440px) {
  .modal-content {
    background-position: unset;
  }
}

.btn-close {
  font-size: 24px;
}

.modal-footer {
  text-align: center;
  display: unset;
  border-top: none;
  padding-top: 42px;
}

.geely-care {
  padding: 2rem 0;
}

.geely-care__header {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .geely-care__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
  }
}

.geely-care__header-left {
  flex: 1;
  max-width: 600px;
}

.geely-care__header-right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px) {
  .geely-care__header-right {
    flex-direction: row;
    gap: 60px;
    flex-shrink: 0;
  }
}

.geely-care__logo {
  display: flex;
  align-items: center;
  gap: .35rem;
  margin-bottom: 1rem;
}

.geely-care__logo-text {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
}

@media (min-width: 768px) {
  .geely-care__logo-text {
    font-size: 2.5rem;
  }
}

.geely-care__logo-brand {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #000;
  line-height: 1;
}

@media (min-width: 768px) {
  .geely-care__logo-brand {
    font-size: 2.5rem;
  }
}

.geely-care__logo-icon {
  width: 28px;
  height: 28px;
  
  margin-left: 2px;
  flex-shrink: 0;
}

[dir="rtl"] .geely-care__logo-icon {
  margin-left: 0;
  
  margin-right: 2px;
}

@media (min-width: 768px) {
  .geely-care__logo-icon {
    width: 32px;
    height: 32px;
  }
}

.geely-care__description {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

@media (min-width: 768px) {
  .geely-care__description {
    font-size: 18px;
  }
}

.geely-care__badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.geely-care__badge-value {
  font-size: 30px;
  font-weight: 800;
  color: #000;
  line-height: 1.2;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  .geely-care__badge-value {
    letter-spacing: 3.2px;
    font-size: 32px;
  }
}

.geely-care__badge-label {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (min-width: 768px) {
  .geely-care__badge-label {
    font-size: 24px;
  }
}

.geely-care__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .geely-care__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.geely-care__card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.geely-care__card-image {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.geely-care__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
  transition: transform .4s ease;
}

.geely-care__card-content {
  padding: 24px 0px 12px 0px;
}

.geely-care__card-icon {
  padding-bottom: 12px;
  display: flex;
  gap: 18px;
}

.geely-care__card-icon svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .geely-care__card-icon svg {
    width: 24px;
    height: 24px;
  }
}

.geely-care__card-title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 .5rem;
}

@media (min-width: 768px) {
  .geely-care__card-title {
    font-size: 20px;
  }
}

.geely-care__card-desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  margin: 0;
}

@media (min-width: 768px) {
  .geely-care__card-desc {
    font-size: 14px;
  }
}

.geely-care__nav {
  display: flex;
  justify-content: end;
  gap: 24px;
  padding: 1.5rem 0 0;
}

.geely-care__nav-btn {
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.geely-care__nav-btn svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .d-md-grid {
    display: grid !important;
  }
}

.geely-era {
  padding: 120px 0 0 0;
}

.geely-era__header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .geely-era__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
  }
}

.geely-era__header-left {
  flex: 1;
}

.geely-era__header-right {
  flex: 1;
  align-self: end;
}

.geely-era__subtitle {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 11px;
  text-transform: uppercase;
  color: #000;
}

@media (min-width: 768px) {
  .geely-era__subtitle {
    letter-spacing: 12px;
    font-size: 24px;
  }
}

.geely-era__title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.1;
  color: #000;
  margin: 0 0 1.25rem;
}

@media (min-width: 768px) {
  .geely-era__title {
    font-size: 64px;
  }
}

.geely-era__description {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
  max-width: 420px;
}

@media (min-width: 768px) {
  .geely-era__description {
    font-size: 1rem;
  }
}

.geely-era__services-title {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

@media (min-width: 768px) {
  .geely-era__services-title {
    font-size: 24px;
  }
}

.geely-era__services-list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.5rem;
}

.geely-era__service-item {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: .375rem;
}

@media (min-width: 768px) {
  .geely-era__service-item {
    font-size: 18px;
  }
}

.geely-era__service-item svg {
  flex-shrink: 0;
}

.geely-era__contacts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .geely-era__contacts {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.geely-era__contact-card {
  border: 1px solid #999;
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  background-color: transparent;
}

.geely-era__contact-card a svg {
  display: none;
}

.geely-era__contact-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
  line-height: 21.6px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

@media (min-width: 768px) {
  .geely-era__contact-title {
    font-size: 20px;
    letter-spacing: 4px;
  }
}

.geely-era__contact-info {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #000;
  margin: 0;
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
}

.geely-era__contact-info a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.geely-era__contact-info span {
  font-weight: 400;
  color: #555;
}

.geely-era__contact-info svg {
  flex-shrink: 0;
}

.geely-era__contact-btn {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 16px !important;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  padding: .5rem 1.25rem;
  text-decoration: none;
  text-align: center;
  width: fit-content;
  transition: background-color .2s ease, color .2s ease;
}

.geely-era__contact-btn:hover {
  background-color: #333;
  color: #fff;
}

.geely-era__image {
  position: relative;
  z-index: 1;
  margin-top: -2rem;
}

@media (min-width: 768px) {
  .geely-era__image {
    margin-top: -12rem;
  }
}

.geely-era__image::after {
  content: "";
  position: absolute;
  top: 0;
  
  left: 0;
  width: 100%;
  height: 40%;
  
  background: linear-gradient(180deg, #fff 70%, rgba(229, 229, 229, 0) 100%);
  z-index: 2;
  pointer-events: none;
}

[dir="rtl"] .geely-era__image::after {
  left: auto;
  
  right: 0;
  
  background: linear-gradient(-180deg, #fff 70%, rgba(229, 229, 229, 0) 100%);
}

.geely-era__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.geely-aftersales__road_emergency--backdrop {
  background-color: #e6e0db;
}

.geely-aftersales__banner {
  height: 475px;
  background-image: url("/themes/custom/geely/components/organisms/warranty/images/aftersales-product.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .geely-aftersales__banner {
    height: 215px;
    background-image: url("/themes/custom/geely/components/organisms/warranty/images/aftersales-product-mobile.png");
  }
}

@media (min-width: 1440px) {
  .geely-aftersales__banner {
    height: 450px;
  }
}

@media (min-width: 1680px) {
  .geely-aftersales__banner {
    height: 600px;
  }
}

.gradient-black {
  width: 100%;
  height: 100%;
  
  background: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
}

[dir="rtl"] .gradient-black {
  
  background: linear-gradient(to left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 768px) {
  .gradient-black {
    background: none;
  }
}

.geely-aftersales__dealership--backdrop {
  height: 80vh;
  background-image: url("https://geelyprod-static2.oss-ap-southeast-5.aliyuncs.com/dealership/dealership-banner-desktop.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}

@media (max-width: 1441px) {
  .geely-aftersales__dealership--backdrop {
    height: 65vh;
    background-position: center;
  }
}

@media (max-width: 768px) {
  .geely-aftersales__dealership--backdrop {
    background-image: url("https://geelyprod-static2.oss-ap-southeast-5.aliyuncs.com/dealership/dealership-banner-mobile.webp");
    background-position: center;
    height: 70vh;
  }
}

