/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/* Temp fix for:
 * Issue #3233533: Core .placeholder class conflicts with new Bootstrap .placeholder class
 * https://www.drupal.org/project/drupal/issues/3233533
 *
 * Issue #3246827: Fix em.placeholder style from Bootstrap 5 base styling with the Drupal core placeholder
 * https://www.drupal.org/i/3246827
 */

em.placeholder {
  cursor: unset !important;
  vertical-align: unset !important;
  opacity: unset !important;
  background-color: unset !important;
}

.form-required::after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url(../../images/required.svg);
  background-repeat: no-repeat;
  background-size: calc(calc(1.5em + .75rem + calc(var(--bs-border-width) * 2)) * .1666666667) calc(calc(1.5em + .75rem + calc(var(--bs-border-width) * 2)) * .1666666667);
  width: calc(calc(1.5em + .75rem + calc(var(--bs-border-width) * 2)) * .1666666667);
  height: calc(calc(1.5em + .75rem + calc(var(--bs-border-width) * 2)) * .1666666667);
  margin: 0 .3em;
}

.ajax-progress {
  background-color: transparent !important;
  border: 0 !important;
}

.ajax-progress-throbber .throbber {
  background-color: transparent !important;
  border: 0 !important;
}

.ajax-progress-throbber .message {
  background-color: transparent !important;
  border: 0 !important;
}

.ajax-progress-fullscreen {
  background-color: transparent !important;
}

.hidden-anonymous,
.visible-admin,
.visible-logged-in {
  display: none !important;
}

body.user-logged-in .visible-admin,
body.user-logged-in .visible-logged-in,
body.user-logged-in .hidden-anonymous {
  display: inline-block !important;
}

body.user-logged-in .btn .visible-admin,
body.user-logged-in .btn .visible-logged-in,
body.user-logged-in .btn .hidden-anonymous {
  display: inline-block !important;
}

body {
  font-family: "Geely-Bold", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GEELY Bold 20230926";
  text-transform: uppercase;
}

h1 {
  font-size: 64px;
  font-weight: 400;
  line-height: 48px;
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  margin-bottom: 12px;
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 48px;
    line-height: 48px;
  }
}

h4 {
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 12px;
}

@media screen and (max-width: 576px) {
  h4 {
    font-size: 22px;
    line-height: 26.4px;
    letter-spacing: 12px;
  }
}

h5 {
  font-weight: 400;
  line-height: 31px;
  font-size: 26px;
}

@media screen and (max-width: 576px) {
  h5 {
    line-height: 28px;
    font-size: 24px;
  }
}

h6 {
  letter-spacing: 5px;
  font-size: 24px;
  line-height: 24px;
}

@media screen and (max-width: 576px) {
  h6 {
    font-size: 18px;
    line-height: 21.6px;
  }
}

p {
  font-family: "Inter-Regular";
  font-size: 14px;
}

a {
  text-underline-offset: .25em;
}

label {
  font-family: "Inter-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.webform-submission-form .webform-element-description {
  font-family: "Inter-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.btn {
  padding: 12px 24px !important;
}

.bg-dark {
  background-color: #000 !important;
}

.btn-dark {
  background-color: #000 !important;
}

.btn-dark:hover {
  border-color: #194bff !important;
  background-color: #194bff !important;
}

.bg-stretched {
  background-size: 100% 100% !important;
}

#geely-at-glance-accordion .accordion-item:last-child {
  border-bottom: 1px solid #000 !important;
}

@media (min-width: 576px) {
  #geely-at-glance-accordion img {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  #geely-at-glance-accordion img {
    width: 100% !important;
    border-radius: 12px !important;
    margin-bottom: 1.5rem !important;
  }
}

#our-vision-impressed-card {
  
  margin-left: 0px !important;
}

[dir="rtl"] #our-vision-impressed-card {
  margin-left: 0 !important;
  
  margin-right: 0px !important;
}

#globalization-impressed-card {
  
  margin-right: 0px !important;
}

[dir="rtl"] #globalization-impressed-card {
  margin-right: 0 !important;
  
  margin-left: 0px !important;
}

@media (max-width: 575.98px) {
  #our-vision-impressed-card,
  #innovation-impressed-card,
  #new-energy-impressed-card,
  #globalization-impressed-card {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

