/* CSS for charging page */
h2:not(.sectag-heading),
.question-text,
.heading-4 {
  font-family: HyundaiSansHeadOffice-Medium, sans-serif !important;
  font-weight: unset !important;

  &.question-text {
    font-weight: 500 !important;
  }

  &.heading-4 {
    font-family: HyundaiSansHeadOffice-Regular, sans-serif !important;
    font-weight: 400 !important;
  }
}

h2,
p {
  color: #333333 !important;
}

.bg-h-primary {
  background: #054958;

  & h2,
  p {
    color: white !important;
  }

}

button,
a {
  outline: none !important;
}

.text-h-secondary {
  color: #333333 !important;
}

.h-heading {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.line-height-normal {
  line-height: normal;
}

/* RTV2 Container Styles */
.rtv2-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rtv2-main-container {
  width: 100%;

  max-width: 90rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.rtv2-top-padding {
  padding-top: 2rem;
}

.rtv2-bottom-padding {
  padding-bottom: 2rem;
}

/* TS Container Styles */
.ts-container {
  position: relative;
  max-width: 120rem;
  margin: auto;
}

.ts-inner-container {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ts-inner-container-top-padding {
  padding-top: 1rem;
}

.ts-inner-container-bottom-padding {
  padding-bottom: 1rem;
}

/* TS Background Image Container Styles */
.ts-bg-image-container {
  height: calc(100vh - 64px);
  width: 100%;
  background-color: #bababa;

  display: flex;
  flex-direction: column;
  cursor: default;
  position: relative;
}

.ts-bg-image-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
  z-index: 1;
}

.ts-bg-image-container>* {
  position: relative;
  z-index: 2;
}

.ts-bg-image-container-2 {
  height: calc(500px);
  width: 100%;
  background-color: #bababa;
  background-size: 200%;
  background-position: 50% 00%;
  display: flex;
  flex-direction: column;
  cursor: default;
  position: relative;
}

.ts-bg-image-container-2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
  z-index: 1;
}

.ts-bg-image-container-2>* {
  position: relative;
  z-index: 2;
}

.ts-bg-image-container.design-1 {
  background-size: 230%;
  background-position: 50% 55%;
}

.ts-bg-image-container.design-2 {
  background-size: 320%;
  background-position: 00% 45%;
}

.ts-bg-image-container.design-3 {
  background-size: 200%;
  background-position: 50% 45%;
}

.ts-bg-max-height {
  max-height: 44.875rem;
}

.ts-bg-min-height {
  min-height: 30rem;
}

/* Hero Section Styles */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-container {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
}

.hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-video,
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-video {
  display: none;
}

.hero-image {
  display: block;
}

.hero-content {
  position: absolute;
  z-index: 10;
  color: white;
  text-align: center;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.hero-subtitle {
  font-family: HyundaiSansHeadOffice-Regular, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.125rem;
  margin: 0;
}

/* Play/Pause Button */
.play-pause-btn {
  position: absolute;
  outline: none;
  bottom: 1rem;
  left: 1rem;
  z-index: 20;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #45454500;
  transition: all 0.3s ease;
}

.play-pause-btn svg {
  width: 15px;
  height: 15px;
  color: white;
  transition: all 0.3s ease;
}

.play-pause-btn .hidden {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* TS Text Styles */
.ts-text-header {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding-bottom: .25rem;
  max-width: calc(100% - 15px);
}

.ts-text-sub-header {
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.25rem;
  padding-bottom: .25rem;
  max-width: calc(100% - 15px);
}

.ts-text-disclaimer-text {
  font-weight: 700;
  font-size: .75rem;
  line-height: 1rem;
  padding-bottom: .75rem;
  max-width: calc(100% - 15px);
}

/* ========== Section Tag Styles ========== */

.sectag-tag-top-padding {
  padding-top: 2rem;
}

.sectag-tag-bottom-padding {
  padding-bottom: 2rem;
}

.sectag-tag-no-indent {
  padding-top: 1.875rem;
  padding-bottom: 1rem;
}

.sectag-heading {
  padding-bottom: .5rem;
  font-weight: 700;
  font-size: 1rem;
  color: #666;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sectag-heading-no-indent {
  padding-bottom: .5rem;
  font-weight: 700;
  font-size: 1rem;
  color: #666;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sectag-heading-txt {
  position: relative;
  padding-bottom: .5rem;
  color: #666666;
}

.sectag-heading-txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: .130rem;
  width: 1.5rem;
  background-color: #333;
}

.sectag-title .sectag-heading {
  color: #333;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
}

.sectag-indent .sectag-heading {
  padding-left: 1rem;
  padding-right: 1rem;
}

.sectag-heading-txt.text-white:after {
  background-color: #fff;
}

.button-transparent-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.50rem 1.5rem;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  z-index: 1;

  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: -1;
  }

  &:hover {
    text-decoration: none;
    color: #052e57;

    &::before {
      transform: translateX(0);
    }

    & span svg {
      fill: #052e57;
    }
  }
}

.range-dec-bottom {
  margin-top: -136px;
}

/* ============ RESPONSIVE BREAKPOINTS ============ */

/* Mobile: 0px - 767px */
@media (max-width: 767px) {
  .hero-container {
    height: 60vh;
    min-height: 400px;
  }

  .hero-content {
    top: 8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .play-pause-btn {
    bottom: 1.5rem;
    left: 1.5rem;
    width: 40px;
    height: 40px;
    display: none;
  }

  .play-pause-btn svg {
    width: 16px;
    height: 16px;
  }

  .carousel-indicators {
    display: none;
  }
}

/* Tablet & Small Desktop: 640px+ */
@media (min-width: 640px) {
  .rtv2-main-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .ts-inner-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ts-bg-max-height {
    max-height: 57.25rem;
  }

  .ts-bg-min-height {
    min-height: 43.875rem;
  }

  .ts-inner-container-top-padding {
    padding-top: 2rem;
  }

  .ts-inner-container-bottom-padding {
    padding-bottom: 2rem;
  }

  .play-pause-btn {
    display: none;
  }

  .ts-text-header {
    font-size: 1.25rem;
    line-height: 1.625rem
  }

  .ts-bg-image-container-2 {
    height: calc(100vh - 40px);
    background-size: 130%;
    background-position: 50% 50%;

  }

  .ts-bg-image-container.design-2 {
    background-size: 100%;
    background-position: 50% 45%;
  }

  .ts-bg-image-container.design-3 {
    background-size: 100%;
    background-position: 00% 45%;
  }

  .ts-bg-image-container.design-1 {
    background-size: 200%;
    background-position: 50% 58%;

  }

  .sectag-tag-no-indent {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem
  }

  .sectag-heading {
    padding-left: 3rem;
    padding-right: 3rem
  }

  .sectag-heading-no-indent {
    padding-left: 3rem;
    padding-right: 3rem
  }

  .sectag-indent .sectag-heading {
    padding-left: 3rem;
    padding-right: 3rem
  }
}

/* Tablet: 768px - 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-container {
    height: 85vh;
    min-height: 450px;
  }

  .hero-content {
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.125rem;
  }

  .play-pause-btn {
    display: block;
  }

}

/* Desktop: 1024px+ */
@media (min-width: 1024px) {
  .rtv2-main-container {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .rtv2-top-padding {
    padding-top: 3rem;
  }

  .rtv2-bottom-padding {
    padding-bottom: 3rem;
  }

  .ts-inner-container {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }

  .ts-bg-max-height {
    max-height: 42.75rem;
  }

  .ts-bg-min-height {
    min-height: 26.75rem;
  }

  .ts-inner-container-top-padding {
    padding-top: 2.625rem;
  }

  .ts-inner-container-bottom-padding {
    padding-bottom: 2.625rem;
  }

  .h-heading {
    font-size: 3rem;
    line-height: 3rem;
  }

  .hero-video {
    display: block;
    transform: scale(1.35);
  }

  .hero-image {
    display: none;
  }

  .hero-container {
    height: 60vh;
    min-height: 550px;

  }

  .hero-content {
    bottom: 3rem;
    left: 8%;
    text-align: left;
    max-width: 600px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .play-pause-btn {
    display: block;
  }

  .ts-text-header {
    font-size: 1.5rem;
    line-height: 1.875rem;
    padding-bottom: .5rem
  }

  .ts-text-sub-header {
    font-size: 1rem;
    line-height: 1.375rem;
    padding-bottom: .5rem
  }

  .ts-text-disclaimer-text {
    padding-bottom: 1rem
  }

  .sectag-tag-top-padding {
    padding-top: 3rem
  }

  .sectag-tag-bottom-padding {
    padding-bottom: 3rem
  }

  .sectag-heading {
    padding-left: 4.5rem;
    padding-right: 4.5rem
  }

  .sectag-heading-no-indent {
    padding-left: 4.5rem;
    padding-right: 4.5rem
  }

  .sectag-indent .sectag-heading {
    padding-left: 4.5rem;
    padding-right: 4.5rem
  }

  .ts-bg-image-container-2 {
    background-size: 150%;
  }
}

/* Large Desktop: 1440px+ */
@media (min-width: 1440px) {
  .ts-bg-image-container-2 {
    background-size: 180%;

  }

  .rtv2-main-container {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .rtv2-top-padding {
    padding-top: 4.5rem;
  }

  .rtv2-bottom-padding {
    padding-bottom: 4.5rem;
  }

  .ts-inner-container {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .ts-bg-max-height {
    max-height: 58.5rem;
  }

  .ts-bg-min-height {
    min-height: 36rem;
  }

  .ts-inner-container-bottom-padding {
    padding-bottom: 4.5rem;
  }

  .ts-inner-container-top-padding {
    padding-top: 4.5rem;
  }

  .hero-content {
    left: 10%;
  }

  .hero-title {
    font-size: 54px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .ts-text-header {
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .sectag-tag-top-padding {
    padding-top: 4.5rem
  }

  .sectag-tag-bottom-padding {
    padding-bottom: 4.5rem
  }

  .sectag-heading {
    padding-left: 7.5rem;
    padding-right: 7.5rem
  }

  .sectag-heading-no-indent {
    padding-left: 7.5rem;
    padding-right: 7.5rem
  }

  .sectag-indent .sectag-heading {
    padding-left: 7.5rem;
    padding-right: 7.5rem
  }

  .range-dec-bottom {
    margin-top: -100px;
  }

}

/* ========== Range Carousel Styles ========== */

.range-carousel-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}

.range-carousel-container {
  display: flex;
  gap: 24px;
  padding: 20px 0 100px 0;
  transition: transform 0.4s ease;
}

.range-card {
  flex: 0 0 calc((100% - 48px) / 3);
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.range-card.active {
  opacity: 1;
  transform: scale(1.05);
}

.range-card-inner {
  background: #f3f3f3;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.range-card-image {
  height: 220px;
  overflow: hidden;
}

.range-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.range-card-content {
  padding: 1.25rem 1.5rem;
  flex: 1;
}

.range-card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333333;
}

.range-card-text {
  padding-bottom: 2.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #333333;
}

/* Navigation Arrows */
.range-nav-btn {
  position: absolute;
  bottom: 120px;
  background: transparent;
  border: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
}

.range-nav-btn svg {
  width: 16px;
  height: 28px;
  fill: #0b3c6e;
  transition: fill 0.2s ease;
}

.range-nav-btn:hover svg {
  fill: #052e57;
}

.range-nav-btn:hover {
  color: #052e57;
}

.range-nav-prev {
  left: -8px;
}

.range-nav-next {
  right: -8px;
}

/* Carousel Indicators */
.carousel-indicators-custom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 1.5rem 0;
  z-index: 15;
}

.indicator-btn {
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  opacity: 0.6;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  transition: opacity 0.3s ease;
}

.indicator-btn:hover,
.indicator-btn.active {
  opacity: 1;

  & .indicator-label {
    color: #002c5e;
  }
}


.indicator-btn img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.indicator-btn.active img,
.indicator-btn:hover img {
  filter: none;
}

.indicator-label {

  font-weight: bold;
  text-align: center;
  max-width: 80px;
}

/* Dot Indicators */
.carousel-indicators-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.dot-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dot-indicator.active {
  background: #002c5f;
}

/* Carousel Responsive */
@media (max-width: 1199px) {
  .range-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }

  .carousel-indicators-custom {
    gap: 1.5rem;
  }

  .indicator-btn img {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 991px) {
  .range-carousel-wrapper {
    padding-bottom: 80px;
  }

  .range-card-image {
    height: 200px;
  }

  .range-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .range-carousel-wrapper {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .range-carousel-container {
    gap: 0;
    padding: 10px 0;
  }

  .range-card {
    flex: 0 0 100%;
    transform: none !important;
  }

  .range-card-content {
    padding: 1rem;
  }


  .range-card-text {
    font-size: 16px;
    padding-bottom: 2rem;
  }

  .range-nav-btn {
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    bottom: 0;
  }

  .range-nav-prev {
    left: 5px;
  }

  .range-nav-next {
    right: 5px;
  }

  .carousel-indicators-dots {
    bottom: 15px;
  }
}

/* ========== Tab Container Styles ========== */

.tab-container {
  overflow: visible;

  & p {
    color: white !important;
  }
}

.tab-images {
  height: 50vh;
  min-height: 300px;
}

.tab-images img {
  height: 100%;
  object-fit: cover;
}

/* Tab Container Responsive */
@media (min-width: 576px) {
  .tab-images {
    height: 55vh;
    min-height: 350px;
  }
}

@media (min-width: 768px) {
  .tab-images {
    height: 60vh;
    min-height: 400px;
  }
}

@media (min-width: 992px) {
  .tab-container {
    height: 70vh;
    min-height: 550px;
    max-height: 750px;
    overflow: hidden;
  }

  .tab-images {
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .tab-container {
    height: 75vh;
    min-height: 600px;
    max-height: 850px;
  }
}

@media (min-width: 1440px) {
  .tab-container {
    height: 80vh;
    min-height: 650px;
    max-height: 900px;
  }
}

.tab-list-desktop {
  display: none;
}

/* Tab Progress Bar */
.tab-pane {
  position: relative;
}

.tab-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #ffffff;
  transition: width 0.1s linear;
  z-index: 10;
}

.tab-pane.active .tab-progress-bar {
  animation: progressAnimation 10s linear forwards;
}

@keyframes progressAnimation {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.tab-list-mobile {
  display: block;
  background-color: #000000ae;
  gap: 15px;
  color: white;
}

.tab-list-mobile img {
  width: 50px;
  /* filter: invert(1); */
}

.tab-list-mobile .disc-pop img {
  width: unset;
  filter: invert(0);
}

.tab-list-mobile .tab-pane h6 {
  display: none;
}

.tab-list-mobile .tab-pane.active {
  flex: 1;
  background-color: #054958;
}

.tab-list-mobile .tab-pane.active h6 {
  display: block;
}

.tab-list-mobile .tabs-text {
  font-size: 14px;
  background-color: #054958;
}

/* Desktop: 992px+ */
@media (min-width: 992px) {
  .tab-list-desktop {
    display: block;
  }

  .tab-list-mobile {
    display: none;
  }

  .tab-content-overlay {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    color: white;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 3%;
    padding-top: 1.5%;
  }

  .tab-content-overlay .headline-inner {
    margin-left: 10.5%;
    margin-bottom: 2rem;
  }

  .tab-content-overlay .headline-eyebrow {
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2.375rem;
  }

  .tab-content-overlay .headline-eyebrow:after {
    content: '';
    width: 1.5rem;
    height: .125rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: currentColor;
  }

  .tab-content-overlay .headline {
    font-size: 2.5rem;
    line-height: 2.625rem;
    font-weight: bold;
  }

  .tab-content-overlay img {
    /* filter: invert(1); */
  }

  .tab-content-overlay .disc-pop img {
    filter: invert(0);
  }

  .tab-content-overlay h5 {
    font-size: 16px;
    padding-top: 10px;
  }

  .tab-content-overlay p {
    font-size: 14px;
  }

  .tab-content-overlay .tab-pane {
    border-bottom: 2px solid white;
  }

  .tab-content-overlay .tab-pane:last-child {
    border-bottom: none;
  }

  .tab-content-overlay .tab-pane p {
    display: none;
  }

  .tab-content-overlay .tab-pane-img img {
    width: 32px;
  }

  .tab-content-overlay .tab-pane-img {
    margin-left: 6%;
  }

  .tab-content-overlay .tab-pane.active {
    background-color: #054958;
    border-bottom: none;
    position: relative;
  }

  .tab-content-overlay .tab-pane.active p {
    display: block;
    font-size: 16px;
  }

  .tab-content-overlay .tab-pane.active:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #054958;
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
  }

  .tab-content-overlay .tab-pane:has(+ .tab-pane.active) {
    border: none;
  }
}

/* Large Desktop: 1500px+ */
@media (min-width: 1500px) {
  .tab-content-overlay {
    position: absolute;
    width: 40% !important;
    height: 100%;
    top: 0;
    left: 0;
    color: white;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 4%;
  }

  .tab-content-overlay .tab-pane-img {
    margin-left: 8% !important;
  }
}

/* Extra Large Desktop: 1700px+ */
@media (min-width: 1700px) {
  .tab-content-overlay {
    padding-left: 10% !important;
  }
}

/* ========== FAQ Section Styles ========== */

.f-questions {
  background-color: #f3f3f3;
  padding: 15px;
}

.f-questions-header {
  max-width: 1200px;
  margin: 0 auto;
  color: #333 !important;
}

.f-questions-faq {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: .125rem solid #666;
}

.f-questions-title {
  font-size: 30px;
  font-weight: bold;
  padding-left: 40px;
}

.f-questions-container {
  max-width: 1000px;
  margin: 0 auto;
}

.question {
  display: flex;
  cursor: pointer;
  border-bottom: .0625rem solid #bababa;
  padding: 1.875rem 0;
  margin: 0;
  transition: color 0.3s ease;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}

.question:first-of-type {
  border-top: .0625rem solid #bababa;
}

.question-text {
  flex: 1;
  margin-left: 15px;
}

.answer {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  display: none;
  line-height: 1.6;
}

.question .arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #002c5e;
  border-radius: 50px;
  transition: transform 0.3s ease;
}

.question.active .arrow {
  transform: rotate(180deg);
}

.question .arrow svg {
  margin: 10px 9px;
  display: block;
  width: 10px;
  height: 10px;
  fill: currentColor;
}

/* FAQ Responsive */
@media (min-width: 768px) {
  .question {
    font-size: 1.5rem;
  }
}

/* ========== Go to Top Button Styles ========== */

.go-to-top-container {
  display: flex;
  justify-content: flex-start;
  padding: 0px 20px 10px 20px;
  background: #ffffff;
}

.go-to-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
  background: #f3f3f3;
  padding: 10px 15px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.go-to-top:hover {
  text-decoration: none;
  color: #002c5e;
  border-color: #002c5e;
}

.go-to-top-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.go-to-top-arrow svg {
  width: 14px;
  height: 10px;
  fill: currentColor;
}

.go-to-top-text {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}