body {
  color: white;
  font-family: Arial, sans-serif;
  background-color: #000;
}
.exchange-rate {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rate-divider {
  width: 80px;
  height: 18px;
  border-radius: 16.5px;
  position: relative;
  overflow: hidden;
}
.rate-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #81d6ff, #e782fc);
  transform: translateX(-100%);
  transition: transform 4s linear;
}
.rate-divider.loading::before {
  transform: translateX(0);
}
@media (min-width: 1024px) and (max-width: 1740px) {
  .custom-margin {
    margin-top: 5px;
  }
  .custom-p-margin {
    margin-bottom: 20px;
  }
  .custom-padding {
    padding-top: 20px !important;
  }
}

.section-2-image-back {
  background-image: url("../assets/Section 2 _ BG.jpg");
  height: 90vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 767px) {
  .section-2-image-back {
    background-image: url("../assets/mobileview-section.jpg");
    height: 100vh; /* Adjust height if necessary */
  }
}



.hero-content {
  text-align: center;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 80%;
  max-width: 800px;
}
.why-sec-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.unlock-ptext {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .custom-margin {
    margin-top: 5px;
  }
  .custom-p-margin {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .unlock-ptext {
    padding-bottom: 15px;
  }
  .why-sec-title {
    margin-top: 10px;
  }
  .section-2-image-back {
    padding-top: 60px;
  }
}
@media (max-width: 380px) {
  .unlock-ptext {
  }
  .section-2-image-back {
    padding-top: 60px !important;
  }
  .title-how {
    font-size: 1.8rem !important;
  }
  .container {
    padding: 0 5px !important;
  }
}
@media (max-width: 1024px) {
  .custom-margin-row {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 23px !important;
  }
}

@media (max-width: 767px) {
  .section-2-image-back {
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .section-2-image-back .container {
    margin-top: 4rem;
  }
}
.custom-margin-row {
  margin-top: -32px !important;
}
.carousel-controls {
  position: absolute;
  bottom: 0% !important;
  left: 10%;
  display: flex;
  gap: 15px;
}


@media  (max-width: 1024px) {
  .carousel-controls {
    position: absolute;
    bottom: -7% !important;
    left: 10%;
    display: flex;
    gap: 15px;
  }
}


.content-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: -75px;
}

.title--cust-card {
  font-size: 1.4rem;
  font-weight: bold;
}

.custom-text-spacing .content-texts .title--cust-card {
  margin-bottom: 10px !important;
}
.custom-text-spacing-2 .content-texts .title--cust-card {
  margin-bottom: 10px !important;
}

.custom-image-spacing .zoom-img,
.custom-image-spacing-2 .zoom-img {
  margin-top: -25px !important;
}

.zoom-img-container {
  overflow: hidden;
  border-radius: 70px;
}
.zoom-img {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
  display: block;
}
.zoom-img:hover {
  transform: scale(1.2);
}

.content-texts {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .section-2-image-back {
    padding-top: 6%;
  }
}

@media (max-width: 767px) {
  .custom-row-spacing,
  .custom-row-spacing-2 {
    display: flex;
    flex-direction: column;
  }
  .custom-image-spacing,
  .custom-image-spacing-2 {
    order: 1;
  }
  .custom-text-spacing,
  .custom-text-spacing-2,
  .custom-spacing {
    order: 2;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.section-with-gradient-image {
  color: white;
}
.why-sec-title {
  text-align: center;
  font-size: 2rem;
}

.paragraph-cust-card {
  margin-bottom: 1rem;
}
.paragraph-cust-card b {
  display: block;
  margin-bottom: 0.5rem;
}
.zoom-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 70px;
}
.section-with-gradient-image + .section-with-gradient-image {
  margin-top: 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-with-gradient-image {
    padding: 2rem 1rem;
  }
  .why-sec-title {
    margin-top: 3.5rem !important;
    margin-bottom: 1rem;
    font-size: 2rem !important;
  }
  .custom-row-spacing,
  .custom-row-spacing-2 {
    display: flex;
    flex-direction: column;
  }
  .zoom-img {
    margin-bottom: 2rem;
  }
  .content-texts {
    margin-top: 0;
  }
  .title--cust-card {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .custom-image-spacing,
  .custom-image-spacing-2,
  .custom-text-spacing,
  .custom-text-spacing-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .custom-row-spacing .zoom-img,
  .row:last-of-type .zoom-img {
    order: -1;
  }
  .custom-row-spacing-2 .zoom-img {
    order: 1;
  }
  .custom-row-spacing-2 .content-texts {
    order: -1;
    margin-bottom: 2rem;
  }
  .custom-spacing .content-texts .title--cust-card {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .custom-row-spacing,
  .custom-row-spacing-2 {
    display: flex;
    align-items: center;
  }
  .custom-image-spacing,
  .custom-image-spacing-2 {
    padding-right: 2rem;
  }
  .custom-text-spacing,
  .custom-text-spacing-2 {
    padding-left: 2rem;
  }
}

.reduced-img-size {
  max-width: 90%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.reduced-img-size:hover {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .reduced-img-size {
    max-width: 100%;
  }
  
  .hero-content {
    top: 30%;
  }
}



@media (min-width: 768px) and (max-width: 1024px) {
  .hero-content {
    top: 15% !important;
  }
}


.card-feature {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.feature-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.why-sec-title {
  font-size: 2.7rem;
  word-break: break-word;
  letter-spacing: -2px;
}
.text-white {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.feature-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.feature-row {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.feature-card {
  flex: 0 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}
.bottom-row .feature-card {
  flex: 0 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}
@media (max-width: 991px) {
  .feature-row {
    flex-wrap: wrap;
  }
  .feature-card,
  .bottom-row .feature-card {
    flex: 0 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .feature-card,
  .bottom-row .feature-card {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .why-sec-title {
    font-size: 1.4rem;
    padding-top: 15px;
  }
}



.card-how {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
}
.card-how-icon,
.card-how-title,
.card-how-desc {
  margin-bottom: 1rem;
}

.card-how {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 75px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.card-how-icon {
  margin-bottom: 1rem;
}
.card-how-icon img {
  width: 60px;
  height: 60px;
}
.card-how-title h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.card-how-desc p {
  font-size: 0.9rem;
  line-height: 1.3;
}
.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  background: transparent;
  padding: 0.5rem 2rem;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.card-how-title h3 {
  font-size: 22px;
}
@media (max-width: 1400px) {
  .card-how-title h3 {
    font-size: 18px !important;
  }
}
.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
  width: 30px;
  height: 30px;
  color: #bcb4fa;
}
.content-wrapper {
  margin-top: -100px !important;
}

/* Styles for large screens */
.carousel-image-container {
  height: 100%;
  overflow: hidden;
}
.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Styles for mobile/tablet */
.carousel-mobile-tablet .zoom-img-carousel {
  height: 100%;
  overflow: hidden;
}
.carousel-mobile-tablet .zoom-img-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Additional styles to fix mobile image positioning */
@media (max-width: 767px) {
  /* Styles for large screens */
  .carousel-image-container {
    height: 100%;
    overflow: hidden;
  }
  .carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Styles for mobile/tablet */
  .carousel-mobile-tablet .zoom-img-carousel {
    height: 100%;
    overflow: hidden;
  }
  .carousel-mobile-tablet .zoom-img-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carousel-mobile-tablet .zoom-img-carousel {
    max-height: 100%; /* Fixed height */
    overflow: hidden;
    margin-top: 20px;
  }
  .carousel-mobile-tablet .zoom-img-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.carousel-large-screens {
  color: white;
}
.carousel-large-screens .carousel-item {
  height: 600px;
}
.carousel-large-screens .row {
  height: 100%;
}
.carousel-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media(min-width: 1024px) and (max-width: 1280px){
    .carousel-content{
        padding: 0 20px;
    }
}

.content-wrapper {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.carousel-title {
  font-size: 1.5rem;
  margin-bottom: -0.1rem;
}
.carousel-subtitle {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.carousel-divider {
  width: 100%;
  margin: 1.5rem auto;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.carousel-description {
  font-size: 1rem;
  line-height: 1.6;
}
.carousel-image-container {
  height: 100%;
  overflow: hidden;
}
.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel-controls {
  position: absolute;
  bottom: 0%;
  left: 0%;
  display: flex;
  gap: 15px;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background-color 0.3s ease;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
}
.carousel-mobile-tablet {
  display: none;
  color: white;
  padding: 20px;
}
.carousel-mobile-tablet .carousel-item {
  padding-bottom: 30px;
}
.title-carousel h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.title-carousel p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.title-carousel hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 50%;
  margin: 0;
}
.desc-carousel p {
  font-size: 1rem;
  line-height: 1.5;
}
.zoom-img-carousel {
  max-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.zoom-img-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bottom-carousel-control-arrow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
}
.bottom-carousel-control-arrow .carousel-control-prev,
.bottom-carousel-control-arrow .carousel-control-next {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background-color 0.3s ease;
}
.bottom-carousel-control-arrow .carousel-control-prev:hover,
.bottom-carousel-control-arrow .carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.bottom-carousel-control-arrow .carousel-control-prev-icon,
.bottom-carousel-control-arrow .carousel-control-next-icon {
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  .carousel-large-screens {
    display: none;
  }
  .carousel-mobile-tablet {
    display: block;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .carousel-large-screens {
    display: block;
  }
  .carousel-mobile-tablet {
    display: none;
    padding: 0;
  }
}
.carousel-description {
  color: #b0b0b0;
}

@media (max-width: 991px) {
  .carousel-mobile-tablet .zoom-img-carousel {
    overflow: hidden;
    margin-top: 20px;
  }
  .carousel-mobile-tablet .zoom-img-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/* ============= */
.custom-container {
  width: 75%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  box-sizing: border-box;
}
/* Responsive adjustments */
@media (max-width: 1200px) {
  .custom-container {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .custom-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}


/*======================== Calling Fonts ========================*/
@font-face {
  font-family: "BeVietnamReg";
  src: url("../fonts/Fonts/BeVietnamPro-Regular.ttf") format("truetype");
  /*font-weight: normal;*/
}
@font-face {
  font-family: "BeVietnam";
  src: url("../fonts/Fonts/BeVietnamPro-Black.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "BeVietnamSemei";
  src: url("../fonts/Fonts/BeVietnamPro-SemiBold.ttf") format("truetype");
  font-weight: bold;
}

/*======================== Calling Fonts ========================*/


.feature_desc_style{

font-family: "BeVietnamReg";
font-style: normal;
font-weight: 100;
font-size: 15px;
line-height: 29px;
text-align: center;
letter-spacing: -0.02em;
color: #B0B0B0;
}