@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;
}

.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: linear-gradient(180deg, #e5e5e5 0%, rgba(229, 229, 229, 0) 100%);
}

[dir="rtl"] #page > main {
  
  background: linear-gradient(-180deg, #e5e5e5 0%, rgba(229, 229, 229, 0) 100%);
}

[dir] #page > main {
  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 .header-geely {
  padding: 1rem 12px;
}

.geely-aftersales__header h1 {
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: 400;
}

@media (min-width: 376px) {
  .geely-aftersales__header h1 {
    font-size: 2.875rem;
    line-height: 3.875rem;
  }
}

@media (min-width: 1440px) {
  .geely-aftersales__header h1 {
    font-size: 4rem;
  }
}

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

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

@media (min-width: 768px) {
  .geely-aftersales__header p.caption {
    max-width: 950px;
  }
}

.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__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--backdrop {
  height: 100%;
}

.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-static.oss-ap-southeast-5.aliyuncs.com/dealership/background-modal.png);
  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;
}

