@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-yellow: #FFD700;
  --light-yellow: #FFF8E1;
  --dark-grey: #333333;
  --white: #FFFFFF;
  --light-blue: #E3F2FD;
  --text-dark: #1a1a1a;
}

body {
  font-family: "Urbanist", sans-serif;
  color: var(--General-Colors-Paragraph, #4D525F);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 28.5px */
}

body {
  overflow-x: hidden;
}

a.btn-default {
  margin-top: 10px;
  border-radius: 100px;
  background: var(--Yellow, #FFC61A);
  box-shadow: 0 4px 4px 0 rgba(255, 198, 26, 0.2);
  display: flex;
  width: 240px;
  height: 48px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Full-Black, #000);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
@media (max-width: 767px) {
  a.btn-default {
    width: 200px;
    height: 40px;
    font-size: 16px;
    line-height: 130%; /* 27px */
  }
}
a.btn-default:hover {
  background-color: #FFD700;
  color: #000;
}

.hero-section {
  min-height: 100vh; /* full viewport height */
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background: radial-gradient(70.93% 71.23% at 79.46% 57.62%, rgba(255, 198, 26, 0.2) 20.07%, rgba(210, 163, 21, 0.16) 34.11%, rgba(0, 0, 0, 0) 100%);
  padding-top: 80px;
}
@media (max-width: 767px) {
  .hero-section {
    padding-top: 30px;
  }
}
.hero-section .left-area .logo img {
  width: 152px;
  height: auto;
}
.hero-section .left-area .hero-content {
  margin-top: 53px;
}
@media (max-width: 767px) {
  .hero-section .left-area .hero-content {
    margin-top: 30px;
  }
}
.hero-section .left-area .hero-content h1 {
  color: var(--General-Colors-Dark, #01081B);
  font-size: 59px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
  position: relative;
}
.hero-section .left-area .hero-content h1::after {
  content: "";
  width: 490px;
  height: 12px;
  background-image: url(../images/shape-1.svg);
  position: absolute;
  top: 63px;
  right: -50px;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero-section .left-area .hero-content h1::after {
    width: 200px;
    right: 40px;
  }
}
.hero-section .left-area .hero-content p {
  color: var(--General-Colors-Paragraph, #4D525F);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 28.5px */
  padding-right: 100px;
}
.hero-section .left-area .hero-content .reviews-download {
  margin-top: 63px;
  gap: 2rem;
}
@media (max-width: 767px) {
  .hero-section .left-area .hero-content .reviews-download {
    margin-top: 30px;
    gap: 1rem;
  }
}
.hero-section .left-area .hero-content .reviews-download .rating {
  gap: 10px;
}
.hero-section .left-area .hero-content .reviews-download .rating span {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  padding-top: 3px;
}
.hero-section .left-area .hero-content .reviews-download .rating .star-icon {
  padding-top: 0px;
}
.hero-section .left-area .hero-content .reviews-download .rating .star-icon img {
  width: 18.686px;
  height: 18.686px;
}
.hero-section .left-area .hero-content .reviews-download .downloads {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.hero-section .left-area .hero-content .reviews-download .downloads small {
  color: var(--Nutral-Text, #79817E);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.hero-section .left-area .hero-content .partner-area {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .hero-section .left-area .hero-content .partner-area {
    margin-top: 20px;
  }
}
.hero-section .left-area .hero-content .partner-area h4.part-tilte {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 28.5px */
}
.hero-section .left-area .hero-content .partner-area .logo-area {
  gap: 10px;
}
.hero-section .left-area .hero-content .partner-area .logo-area img {
  width: auto;
  height: 41px;
}
.hero-section .right-area img {
  position: relative;
  top: 30px;
  right: 130px;
}
@media (max-width: 1790px) {
  .hero-section .right-area img {
    position: unset;
  }
}
@media (max-width: 767px) {
  .hero-section .right-area img {
    position: unset;
  }
}

.scroll-container {
  position: relative;
  height: 400vh;
}
.scroll-container .scroll-section {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-container .scroll-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scroll-container .left-image {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.6s ease;
  position: relative;
  left: -40px;
}
@media (max-width: 1199px) {
  .scroll-container .left-image {
    background-size: contain;
    position: unset;
    background-position: center bottom;
    height: 31vh;
  }
}
.scroll-container .right-content {
  position: relative;
}
.scroll-container .right-content .item {
  background: #fff7cc;
  border-radius: 16px;
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.5s ease;
}
.scroll-container .right-content .item.active {
  background: #FFC61A;
  opacity: 1;
  transform: scale(1);
}
.scroll-container .scroll-indicator {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 11px;
  height: 98.1%;
  background: #A8A8A8;
  border-radius: 20px;
}
.scroll-container .scroll-progress {
  position: absolute;
  left: 0;
  width: 100%;
  height: 33.33%;
  background: #000;
  border-radius: 20px;
  transition: top 0.6s ease;
}

.smarter-empowers-migrants-area {
  background: radial-gradient(120% 80% at 30% 50%, rgba(255, 198, 26, 0.8) 0%, rgba(255, 198, 26, 0.4) 35%, rgba(255, 198, 26, 0.15) 65%, rgba(255, 255, 255, 0) 100%);
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .smarter-empowers-migrants-area {
    padding: 10px 0px;
  }
}
.smarter-empowers-migrants-area .left-area {
  display: flex;
  align-items: center;
}
.smarter-empowers-migrants-area .left-area img {
  position: relative;
  left: -100px;
}
@media (max-width: 767px) {
  .smarter-empowers-migrants-area .left-area img {
    position: unset;
  }
}
.smarter-empowers-migrants-area .right-area {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .smarter-empowers-migrants-area .right-area {
    padding-left: 15px;
  }
}
.smarter-empowers-migrants-area .right-area .right-area-content h1 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
}
.smarter-empowers-migrants-area .right-area .right-area-content .scroll-control-area {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.smarter-empowers-migrants-area .right-area .right-area-content .scroll-control-area .content {
  padding-left: 30px;
}
.smarter-empowers-migrants-area .right-area .right-area-content .scroll-control-area .scroll-cont {
  width: 11px;
  height: 590px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #A8A8A8;
  position: relative;
}
.smarter-empowers-migrants-area .right-area .right-area-content .scroll-control-area .scroll-cont::after {
  content: "";
  width: 11px;
  height: 164px;
  flex-shrink: 0;
  border-radius: 20px;
  background: var(--Full-Black, #000);
  position: absolute;
  top: 0px;
  left: 0px;
}
.smarter-empowers-migrants-area .right-area .right-area-content .scroll-control-area .content .list-card {
  border-radius: 20px;
  border: 1px solid var(--Full-Black, #000);
  padding: 24px 20px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .smarter-empowers-migrants-area .right-area .right-area-content .scroll-control-area .content .list-card {
    padding: 7px 10px;
    border-radius: 10px;
    padding-bottom: 0px;
  }
}
.smarter-empowers-migrants-area .right-area .right-area-content .scroll-control-area .content .list-card h4 {
  color: var(--Main-Dark, #011821);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
}
@media (max-width: 767px) {
  .smarter-empowers-migrants-area .right-area .right-area-content .scroll-control-area .content .list-card h4 {
    font-size: 18px;
    line-height: 110%; /* 33px */
  }
}
.smarter-empowers-migrants-area .right-area .right-area-content .scroll-control-area .content .list-card p {
  color: #6B6969;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media (max-width: 767px) {
  .smarter-empowers-migrants-area .right-area .right-area-content .scroll-control-area .content .list-card p {
    font-size: 14px;
    line-height: 110%; /* 27px */
  }
}
.smarter-empowers-migrants-area .right-area .right-area-content .scroll-control-area .content .list-card.active {
  border-radius: 20px;
  background: var(--Yellow, #FFC61A);
  border: 1px solid var(--Full-Black, #FFC61A);
}
.smarter-empowers-migrants-area .right-area .right-area-content .scroll-control-area .content .list-card:hover {
  border-radius: 20px;
  background: var(--Yellow, #FFC61A);
  border: 1px solid var(--Full-Black, #FFC61A);
}

.build-noor-credit-area {
  border-radius: 100px 100px 0 0;
  background-color: #fff;
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .build-noor-credit-area {
    padding: 10px 0px;
    border-radius: 0;
  }
}
.build-noor-credit-area .overlay-bg {
  border-radius: 100px 100px 0 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 198, 26, 0.5019607843) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .build-noor-credit-area .overlay-bg {
    border-radius: 0;
  }
}
.build-noor-credit-area::before {
  content: "";
  position: absolute;
  background-image: url(../images/radius-shape-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 0px;
  left: 0px;
  width: 97px;
  height: 95.5px;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .build-noor-credit-area::before {
    display: none;
  }
}
.build-noor-credit-area h1 {
  color: #000;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 64.8px */
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .build-noor-credit-area h1 {
    margin-bottom: 8px;
  }
}
.build-noor-credit-area p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  margin-bottom: 59px;
}
@media (max-width: 767px) {
  .build-noor-credit-area p {
    margin-bottom: 12px;
  }
}
.build-noor-credit-area .right-area {
  display: flex;
  align-items: center;
}

.protect-family-area {
  border-radius: 100px 100px 0 0;
  background-color: #fff;
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .protect-family-area {
    padding: 10px 0px;
    border-radius: 0;
  }
}
.protect-family-area .overlay-bg {
  border-radius: 100px 100px 0 0;
  background: linear-gradient(90deg, rgba(255, 198, 26, 0.5019607843) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .protect-family-area .overlay-bg {
    border-radius: 0;
  }
}
.protect-family-area h1 {
  color: #000;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 64.8px */
  margin-bottom: 16px;
}
.protect-family-area p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  margin-bottom: 32px;
}
.protect-family-area .left-area {
  display: flex;
  align-items: center;
}
.fair-shariah-transfers-area {
  border-radius: 100px 100px 0 0;
  background-color: #fff;
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .fair-shariah-transfers-area {
    padding: 10px 0px;
    border-radius: 0;
  }
}
.fair-shariah-transfers-area .overlay-bg {
  border-radius: 100px 100px 0 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 198, 26, 0.5019607843) 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .fair-shariah-transfers-area .overlay-bg {
    border-radius: 0;
  }
}
.fair-shariah-transfers-area h1 {
  color: #000;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 64.8px */
  margin-bottom: 16px;
}
.fair-shariah-transfers-area p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  margin-bottom: 32px;
}
.fair-shariah-transfers-area .right-area {
  display: flex;
  align-items: center;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .fair-shariah-transfers-area .right-area {
    padding-left: 0px;
  }
}

.book-now-area {
  border-radius: 100px 100px 0 0;
  background-color: #fff;
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .book-now-area {
    padding: 10px 0px;
    border-radius: 0;
  }
}
.book-now-area .overlay-bg {
  border-radius: 100px 100px 0 0;
  background: linear-gradient(90deg, rgba(255, 198, 26, 0.5019607843) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .book-now-area .overlay-bg {
    border-radius: 0;
  }
}
.book-now-area h1 {
  color: #000;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 64.8px */
  margin-bottom: 16px;
}
.book-now-area p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .book-now-area p {
    margin-bottom: 10px;
  }
}
.book-now-area .left-area {
  display: flex;
  align-items: center;
}
.client-says-area {
  background: #1A1A1A;
  -webkit-backdrop-filter: blur(125px);
          backdrop-filter: blur(125px);
  padding: 100px 0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .client-says-area {
    padding: 50px 0px;
  }
}
.client-says-area .top-content-area {
  gap: 5rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .client-says-area .top-content-area {
    flex-direction: column;
    gap: 1rem;
  }
}
.client-says-area .top-content-area .content h1 {
  color: #FFF;
  font-size: 84px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.client-says-area .top-content-area .content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 130.769% */
  margin-bottom: 0px;
}
.client-says-area .top-content-area .slide-btn-area {
  display: flex;
  align-items: center;
  gap: 1rem;
  top: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .client-says-area .top-content-area .slide-btn-area {
    top: 20px;
    right: 15px;
    justify-content: flex-end;
    width: 100%;
  }
}
.client-says-area .top-content-area .slide-btn-area button {
  border: 0px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
}
.client-says-area .top-content-area .slide-btn-area button:hover {
  background-color: #FFC61A;
}
.client-says-area .testimonial-sliders {
  margin-top: 40px;
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}
.client-says-area .testimonial-sliders .slider {
  margin: 0px 15px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  width: 360px;
  padding: 40px 30px;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .client-says-area .testimonial-sliders .slider {
    width: 320px;
    margin: 0px 5px;
  }
}
.client-says-area .testimonial-sliders .slider p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 212.5% */
  margin-bottom: 0px;
}
.client-says-area .testimonial-sliders .slider .star-icon {
  gap: 0.5rem;
}
.client-says-area .testimonial-sliders .slider .star-icon img {
  width: 24px;
  height: 24px;
}
.client-says-area .testimonial-sliders .slider .client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.client-says-area .testimonial-sliders .slider .client-info img {
  border-radius: 100%;
}
.client-says-area .testimonial-sliders .slider .client-info h5 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 4px;
}
.client-says-area .testimonial-sliders .slider .client-info p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}

.faq-section-area {
  border-radius: 0px 0px 80px 80px;
  background: #FFF;
  position: relative;
  top: 82px;
  z-index: 9999;
}
@media (max-width: 767px) {
  .faq-section-area {
    border-radius: 0px;
  }
}
.faq-section-area .faq-full-sec {
  padding: 5px 40px 140px 40px;
}
@media (max-width: 767px) {
  .faq-section-area .faq-full-sec {
    padding: 0px 15px 50px 15px;
  }
}
.faq-section-area h3 {
  color: var(--Full-Black, #000);
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .faq-section-area h3 {
    font-size: 35px;
  }
}
.faq-section-area h4 {
  color: var(--Yellow, #FFC61A);
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .faq-section-area h4 {
    font-size: 35px;
    margin-bottom: 18px;
  }
}
.faq-section-area .faq-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq-section-area .faq-section .item {
  border: 1px solid var(--Full-Black, #000);
  border-radius: 15px;
  cursor: pointer;
  width: 49%;
  margin-bottom: 24px;
}
.faq-section-area .faq-section .item:hover {
  background-color: #faf8f8;
}
@media (max-width: 767px) {
  .faq-section-area .faq-section .item {
    width: 100%;
  }
}
.faq-section-area .faq-section .item h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex;
  height: 72px;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .faq-section-area .faq-section .item h2 {
    padding: 10px;
    height: 45px;
  }
}
.faq-section-area .faq-section .item h2 button {
  color: var(--Nutral-Text, #79817E);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: transparent;
  border: 0px;
}
@media (max-width: 767px) {
  .faq-section-area .faq-section .item h2 button {
    font-size: 14px;
  }
}
.faq-section-area .faq-section .item .body-content {
  padding: 0px 24px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 1s ease-in-out;
}
.faq-section-area .faq-section .item .body-content p {
  color: var(--Nutral-Text, #79817E);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.faq-section-area .faq-section .item .body-content.show {
  max-height: 500px; /* adjust based on your content height */
  opacity: 1;
}
.faq-section-area .faq-section .item.active {
  background-color: #faf8f8;
}
.faq-section-area .faq-section .item.active h2 img {
  transform: rotate(90deg);
}

footer.footer-section {
  background-image: url(../images/footer-banner.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 150px;
}
@media (max-width: 767px) {
  footer.footer-section {
    padding-top: 100px;
    padding-bottom: 10px;
  }
}
footer.footer-section::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: -1;
}
@media (max-width: 767px) {
  footer.footer-section::after {
    background-color: #c6d1c9;
  }
}
footer.footer-section h1 {
  color: #000;
  text-align: center;
  font-size: 84px;
  font-style: normal;
  font-weight: 700;
  line-height: 83px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  footer.footer-section h1 {
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer.footer-section .bottom-area {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  footer.footer-section .bottom-area .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer.footer-section .bottom-area .left img {
  width: 195px;
  height: auto;
}
@media (max-width: 767px) {
  footer.footer-section .bottom-area .left img {
    width: 155px;
  }
}
footer.footer-section .bottom-area .left p {
  color: var(--Full-Black, #000);
  font-size: 17.204px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.807px; /* 150% */
  margin-top: 32px;
}
footer.footer-section .bottom-area .left ul.ft-menu {
  display: flex;
  align-items: center;
  list-style-type: none;
}
footer.footer-section .bottom-area .left ul.ft-menu li {
  list-style-type: none;
}
footer.footer-section .bottom-area .left ul.ft-menu li a {
  color: var(--Full-Black, #000);
  font-size: 17.204px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.807px; /* 150% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding: 0px 10px;
  border-right: 1px solid #000;
}
footer.footer-section .bottom-area .left ul.ft-menu li a:hover {
  text-decoration: none;
}
footer.footer-section .bottom-area .left ul.ft-menu li:first-child a {
  padding-left: 0px;
}
footer.footer-section .bottom-area .left ul.ft-menu li:last-child a {
  border-right: none;
}
footer.footer-section .bottom-area .middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  footer.footer-section .bottom-area .middle {
    margin: 20px 0px;
  }
}
footer.footer-section .bottom-area .middle img {
  width: 470px;
  height: auto;
  flex-shrink: 0;
}
footer.footer-section .bottom-area .right h5 {
  color: var(--Full-Black, #000);
  font-size: 19.204px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.807px; /* 150% */
  text-align: center;
}
footer.footer-section .bottom-area .right .social-connect {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  footer.footer-section .bottom-area .right .social-connect {
    padding-bottom: 15px;
  }
}
footer.footer-section .bottom-area .right .social-connect::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 194px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 767px) {
  footer.footer-section .bottom-area .right .social-connect::after {
    top: 42px;
  }
}
footer.footer-section .bottom-area .right .social-connect a {
  text-decoration: none;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer-section .bottom-area .right .social-connect a:hover path {
  fill: #FFC61A;
}
footer.footer-section .bottom-area .right h5.help-title {
  color: var(--Nutral-Text, #79817E);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  footer.footer-section .bottom-area .right h5.help-title {
    margin-top: 10px;
  }
}
footer.footer-section .bottom-area .right .need-help-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
}
footer.footer-section .bottom-area .right .need-help-area:hover {
  text-decoration: underline;
}
footer.footer-section .bottom-area .right .need-help-area span {
  color: #000;
  font-size: 19.2px;
  font-style: normal;
  font-weight: 500;
  line-height: 13.828px; /* 72.022% */
  letter-spacing: 0.346px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 16px !important;
  }
}

@media (max-width: 1790px) {
  img {
    max-width: 100% !important;
  }
}

/* container controlling scroll area */
.sticky-container {
  position: relative;
  height: 400vh; /* 4×viewport height to trigger scroll */
}
.sticky-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

.sticky-stack {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 3rem;
  font-weight: bold;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media (max-width: 767px) {
  .sticky-stack {
    height: 100vh;
    align-items: flex-start;
  }
}

.section-1 {
  z-index: 1;
}

.section-2 {
  z-index: 2;
}

.section-3 {
  z-index: 3;
}

.section-4 {
  z-index: 4;
}

/* After all sticky sections end */
.normal-content {
  height: 100vh;
  background: #222;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

/* Released state — allow normal scroll away */
.released {
  position: relative !important;
  top: auto !important;
}

/* ===== QR Fixed Style ===== */
#qr-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
}

#qr-fixed img {
  width: 120px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Hidden state when near footer */
#qr-fixed.hide {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}/*# sourceMappingURL=styles.css.map */