* {
  object-fit: cover;
  margin: 0;
  padding: 0;
}
a {
  color: white !important;
  text-decoration: none !important;
}
p {
  margin-bottom: 0 !important;
}

h1 {
  margin-bottom: 0;
}
h2 {
  margin-bottom: 0;
}
h3 {
  margin-bottom: 0;
}
h4 {
  margin-bottom: 0;
}
h5 {
  margin-bottom: 0;
}
h6 {
  margin-bottom: 0;
}

@font-face {
  font-family: "Orpheus";
  src: url("fonts/Orpheus.woff2") format("woff2"),
    url("fonts/Orpheus.woff") format("woff"),
    url("fonts/Orpheus.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/fonts/SF-Pro-Display-Regular.woff2") format("woff2"),
    url("/fonts/SF-Pro-Display-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* HOME PAGE START HERE  */
.header-logo {
  width: 170px;
}
.start-div {
  background-color: white;
  color: black;
  font-family: "Lora", serif;
  font-size: 17px;
  text-align: center;
  padding: 10px;
  letter-spacing: 1px;
}
.start-div:hover {
  transition: all 0.5s ease-in-out;
  background-color: black;
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.bg-1 {
  position: relative;
  background-image: url(./img/bg-3.jpg);
  background-repeat: no-repeat;
  height: 710px;
  background-size: cover;
  background-position: center;
  transition: background-image 2s ease-in-out;
}

/* Progress Indicator */
.progress-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.line {
  width: 30px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease-in-out;
}

.line.active {
  background: white;
  width: 50px;
}

.nav-links {
  display: flex;
  gap: 20px;
}

.nav-links a {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  padding: 8px 0;
}
.nav-links a::after {
  content: "";
  position: absolute;

  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height:4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: white;
  transition: width 0.5s ease-in-out;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-links a.active::after {
  width: 100%;
}

.hover-navs {
  height: fit-content;
  padding-bottom: 10px;
  cursor: pointer;
  background-color: black;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: sticky;
  top: 0;
  z-index: 10000;
}

.hamburger {
  display: none;
  font-size: 25px;
  cursor: pointer;
  color: white !important;
}
/* Offcanvas Menu */
.offcanvas-menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background: white;
  box-shadow: 2px 0 10px rgba(255, 255, 255, 0.1);
  padding-top: 60px;
  transition: all 0.5s ease-in-out;
  z-index: 10000;
}

.offcanvas-menu a {
  display: block;
  padding: 15px 20px;
  color: black !important;
  text-decoration: none;
  transition: 0.3s;
}

.offcanvas-menu a:hover {
  background: white;
  transition: all 0.5s ease-in-out;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
  color: black;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .hamburger {
    display: block;
  }
}

.banner-text-1 {
  color: white;
  font-family: "Playfair Display", serif;

  /* font-weight: 700; */
  font-size: 60px;
  padding-top: 140px;
  line-height: 70px;
  text-shadow: 1px 1px 10px black;
}

.banner-text-2 {
  color: white;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 30px;
}
.brushed {
  color: #efcc8e;
  font-family: "Orpheus", serif;
  font-size: 40px;
  font-style: italic;
}

.banner-bt {
  width: 140px;
  height: 40px;
  background-color: #efcc8e;
  color: black;
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 17px;
  border: none;
  text-align: center;
  border-radius: 20px;
}
.banner-bt:hover {
  background-color: black;
  color: #efcc8e;
  border: 1px solid #efcc8e;
  transition: all 0.5s ease-in-out;
}

/* SECOND SESSION START HERE */
.gray-bg {
  background-color: #1e1e1e;
  height: fit-content;
  padding-bottom: 35px;
}
.gray-bg-img {
  width: 130px;
}
.excel-tetx {
  color: #5f5f5f;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 0;
}
.pilot-text {
  color: #d2d2d2;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.second-session-head {
  color: white;
  text-align: center;
  font-size: 45px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.cards-parent-box {
  width: 330px;
  height: fit-content;
  padding-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.cards-img {
  width: 100%;
}

.cards-parent-box:hover .cards-img {
  display: none;
}

.cards-parent-box:hover .cards-img-2 {
  display: block;
  cursor: pointer;
  opacity: 1;
  transform: scale(1);
  cursor: pointer;
}
.cards-img-2 {
  display: none;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}
.cards-img-2 {
  width: 100%;
}

.small-stars {
  color: #f4cd5f;
}
.user-reviews {
  font-size: 14px;
  font-weight: 400;
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
  color: white;
}
.for-setting {
  position: absolute;
  bottom: 195px;
  left: 15px;
}

.cards-parent-box:hover {
  background-color: white;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.cards-parent-box:hover .cards-texts {
  color: black;
}
.cards-parent-box:hover .cards-texts-2 {
  color: black;
}

.cards-parent-box:hover .cards-texts-3 {
  color: black;
}

.cards-texts {
  color: #efcc8e;
  font-size: 13px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

.cards-texts-2 {
  color: #efcc8e;
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.cards-texts-3 {
  color: white;
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.cards-buttons {
  background-color: black;
  color: white;
  text-align: center;
  font-size: 15px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  border-radius: 30px;
  width: 100%;
  height: 55px;
  letter-spacing: 1px;
  border: 3px solid transparent;
  background-image: linear-gradient(black, black),
    linear-gradient(45deg, red, #f4cd5f, #5f5f5f, green, blue, indigo, violet);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.cards-buttons:hover {
  transition: all 0.5s ease-in-out;
  color: black;
  background-image: linear-gradient(white, white);
  border: 3px solid black;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

/* THIRD SESSION START HERE  */
.third-bg {
  background-image: url(img/banner-2-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
  margin-top: 80px;
  padding-top: 155px;
}
.third-bg-bt {
  background-color: #efcc8e;
  color: black;
  width: 70px;
  height: 30px;
  border: none;
  border-radius: 20px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}
.third-bg-bt:hover {
  background-color: black;
  color: white;
  transition: all 0.5s ease-in-out;
  border: 1px solid #efcc8e;
}
.third-bg-head {
  color: white;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 40px;
}
.third-bg-para {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: white;
  width: 40%;
}
.third-bg-link {
  font-family: "Lora", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: white;
  text-decoration: underline;
  text-shadow: 1px 1px 10px black;
  letter-spacing: 1px;
}

/* FOURTH SESSION START HERE  */
.explore-card-parent {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.explore-img {
  width: 700px;
  transition: transform 0.5s ease-in-out;
}

.explore-card-parent:hover .explore-img {
  transform: scale(1.2);
}

.explore-text,
.explore-text-2 {
  position: relative;
  z-index: 2;
}

.explore-text {
  font-size: 32px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: white;
  width: 100%;
  position: absolute;
  bottom: 80px;
  text-align: center;
}
.explore-text-2 {
  font-size: 15px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: white;
  width: 100%;
  position: absolute;
  bottom: 60px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.explore-borders {
  border-bottom: 1px solid gray;
  margin-top: 80px;
}
.review-box {
  width: 170px;
  height: fit-content;
  /* border: 1px solid red; */
}
.review-img {
  width: 70px;
  height: 70px;
  display: flex;
  margin: 0 auto;
}
.review-text {
  color: white;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

/* FIFTH SESSION START HERE  */

.next-bg {
  background-color: #1e1e1e;
  height: fit-content;
  padding-bottom: 35px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.category-parent {
  width: 700px;
  height: fit-content;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.category-img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease-in-out;
}

.category-parent:hover .category-img {
  transform: scale(1.1);
}

.category-text {
  color: white;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
}
.category-text-2 {
  color: white;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}

.category-button {
  background-color: black;
  color: white;
  font-size: 15px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  border-radius: 30px;
  width: 210px;
  height: 52px;
  letter-spacing: 1px;
  border: 3px solid transparent;
  background-image: linear-gradient(black, black),
    linear-gradient(45deg, red, #f4cd5f, #5f5f5f, green, blue, indigo, violet);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.category-button:hover {
  transition: all 0.5s ease-in-out;
  color: black;
  background-image: linear-gradient(white, white);
  border: 3px solid black;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

/* SIXTH SESSION START HERE  */
.last-bg {
  background-color: #1e1e1e;
  height: fit-content;
  padding-bottom: 70px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.good-read-bg {
  background-color: #171717;
  height: fit-content;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
}

.good-read-text {
  color: white;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 26px;
  width: 95%;
}
.read-more-bts {
  background-color: white;
  color: black;
  width: 130px;
  height: 40px;
  border-radius: 10px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: 3px solid black;
}
.read-more-bts:hover {
  background-color: black;
  color: white;
  border: 3px solid white;
  transition: all 0.5s ease-in-out;
}

.for-pads {
  padding-top: 120px;
  padding-left: 60px;
}

.nav-tabs-box {
  height: fit-content;
  width: 100%;
  border-radius: 20px;
  padding-bottom: 15px;
  background-color: white;
  border: 3px solid black;
}
.trend-mirros {
  color: black;
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-size: 37px;
}
.nav-tabs-bts {
  width: 100%;
  height: 67px;
  border-radius: 10px;
  background-color: white;
  text-align: start;
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: black;
}
/* Custom styles */
.custom-tabs-box {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}

.custom-tabs {
  list-style: none;
  padding: 0;
}

.custom-tabs button {
  display: block;
  width: 100%;
  padding: 10px;
  height: 67px;
  margin: 5px 0;
  background: white;
  color: black;
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-size: 22px;
  border: none;
  border-radius: 5px;
  text-align: left;
  transition: background 0.5s ease-in-out;
}

.custom-tabs button.active {
  background-color: black;
  color: white;
}

.custom-tab-content {
  display: none;
  background: transparent;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.mirror-img {
  width: 100%;
  height: 640px;
  display: flex;
  margin: 0 auto;
  border-radius: 15px;
}

.custom-tab-content.active {
  display: block;
}

.frames-heading {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  color: white;
}
.frames-para-2 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: white;
}
.discover-bts {
  background-color: black;
  color: white;
  font-size: 15px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  border-radius: 30px;
  width: 210px;
  height: 52px;
  letter-spacing: 1px;
  border: 3px solid transparent;
  background-image: linear-gradient(black, black),
    linear-gradient(45deg, red, #f4cd5f, #5f5f5f, green, blue, indigo, violet);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.discover-bts:hover {
  color: black;
  background-image: linear-gradient(white, white);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: all 0.5s ease-in-out;
  border: 3px solid black;
}

/* FOOTER SESSION START HERE  */
.footer-bg {
  background-color: #373b3e;
  height: fit-content;
}
.footer-headers {
  color: white;
  font-size: 27px;
  letter-spacing: 1px;
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
}

.footer-anchors {
  color: white !important;
  font-size: 14px !important;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: fit-content;
  position: relative;
  padding: 8px 0;
}
.footer-anchors::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height:4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: white;
  transition: width 0.5s ease-in-out;
  top:20px;
}

.footer-anchors:hover::after {
  width: 100%;
}

.social-box {
  width: 45px;
  padding: 13px;
  border: 1px solid white;
  border-radius: 100%;
}

.footer-end-div {
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  height: 45px;
}

.contact-text {
  color: white;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-wrap: nowrap;
}

/* ABOUT US PAGE START HERE  */
.about-us-bg {
  background-color: #1e1e1e;
  height: fit-content;
  padding-bottom: 60px;
}

.about-us-banner {
  background-image: url(./img/about-us-bg.webp);
  background-position: center;
  background-size: cover;
  height: 500px;
}

.about-text {
  color: white;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 15px;
  padding-top: 100px;
  letter-spacing: 1px;
  font-weight: bold;
}

.about-heading {
  color: white;
  text-align: center;
  font-size: 32px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.count-number {
  color: white;
  font-size: 65px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

.count-against {
  color: white;
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.border-line {
  height: 65px;
  width: 0px;
  border: 1px solid white;
  border-radius: 15px;
}

.about-second-bg {
  background-color: #1e1e1e;
  height: fit-content;
}
.about-mirror {
  width: 101%;
}

.info-text {
  color: white;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
}

.info-name {
  color: white;
  font-size: 50px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 45px;
}
.info-text-2 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: gray;
}
.blue-bg {
  background-color: #17215b;
  height: 400px;
  margin-top: 100px;
  padding-top: 100px;
}
.choose-you {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

.choose-head {
  color: white;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 30px;
  width: 60%;
}
.choose-para {
  color: white;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 80%;
}

.banner-about-bg {
  background-image: url(img/banner-about.webp);
  height: 600px;
  background-position: center;
  background-size: cover;
  margin-top: 100px;
  position: relative;
  padding-top: 170px;
}

.banner-about-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* 40% dark overlay */
}

.container {
  position: relative;
  z-index: 1; /* Ensure text stays above overlay */
  color: white;
}

.banner-text {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-align: center;
}
.banner-text-2-alter {
  color: white;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
}
.banner-text-3 {
  color: white;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}

.about-us-bt {
  width: 150px;
  height: 50px;
  background-color: lightgray;
  color: black;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  border-radius: 30px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  letter-spacing: 1px;
  cursor: pointer;
  animation: blinkEffect 1s infinite alternate ease-in-out;
}

/* Blinking Animation */
@keyframes blinkEffect {
  0% {
    background-color: lightgray;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  50% {
    background-color: #d3d3d3;
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  100% {
    background-color: lightgray;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}

.expandable-hidden {
  height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in-out, opacity 0.8s ease-in-out;
}
.expandable-visible {
  height: auto;
}

.expandable-button {
  width: 150px;
  height: 40px;
  border: none;
  background: white;
  color: black;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

/* CONTACT US PAGE START HERE  */
.contactus-bg {
  background-image: url(./img/contactus-bg.webp);
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.contactus-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* 40% dark overlay */
  z-index: -1;
}

.contact-head {
  color: white;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 80px;
  text-align: center;
  padding-top: 130px;
}
.contact-para {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  text-align: center;
}
.contact-color-bg {
  background-color: black;
  height: fit-content;
  padding-bottom: 55px;
}
.contact-parent-box {
  border-radius: 20px;
  border: 1px solid #fff;
  background: #333333;
  padding: 50px 14px;
  width: 645px;
  height: fit-content !important;
  margin: 0 auto;
  height: 600px;
}

.contact-parent-text {
  color: white;
  text-align: center;
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.input-text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: white;
}
.input-field-1 {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  outline: none;
  background-color: #191919;
  border: none;
  color: white;
  caret-color: white;
}
.message-box {
  width: 100%;
  height: 197px;
  background-color: #191919;
  outline: none;
  border-radius: 10px;
  border: none;
  color: white;
  caret-color: white;
}

.contact-bt {
  background-color: white;
  color: black;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  width: 100%;
  height: 44px;
  border-radius: 25px;
  border: none;
}

.eclispe-arrow {
  position: absolute;
  right: 18px;
  top: 27px;
}

.iti__selected-dial-code {
  color: white;
  font-size: 15px !important;
}
.iti__arrow {
  color: white !important;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

/* FAQS PAGE START HERE  */
.frequent-head {
  color: #efcc8e;
  font-size: 45px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}

.faq-bg {
  background-color: black;
  height: fit-content;
  padding-bottom: 15px;
}
.accordion {
  width: 100%;
  background: black;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.accordion-item {
  border-bottom: 1px solid #ddd;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  font-size: 17px;
  cursor: pointer;
  background: black;
  color: white;
  font-family: "Montserrat", sans-serif;
  border: none;
}
.accordion-content {
  padding: 15px;
  display: none;
  background: white;
  font-size: 16px;
  color: black;
}
.accordion-header .arrow {
  transition: transform 0.5s ease-in-out;
  width: 12px;
  height: 12px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(0deg);
}
.accordion-header.active .arrow {
  transform: rotate(90deg);
}

/* PRIVACY POLICY PAGE START HERE  */
.terms-bg {
  background-color: black;
  height: fit-content;
}
.privacy-container {
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: white;
}
.privacy-text {
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.privacy-title {
  color: #efcc8e;
}
.privacy-highlight {
  font-weight: bold;
  color: #007bff;
}

/* TERMS PAGE START HERE  */
.privacy-bg {
  background-color: black;
  height: fit-content;
}
.terms-container {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.terms-header {
  text-align: center;
}
.terms-text {
  margin: 20px 0;
  color: white;
  font-family: "Montserrat", sans-serif;
}
.terms-list {
  margin: 20px 0;
  color: white;
  font-family: "Montserrat", sans-serif;
}
.terms-btn-container {
  text-align: center;
  color: white;
}
.terms-btn {
  width: 150px;
  height: 45px;
  border: none;
  background: black;
  color: white;
  cursor: pointer;
  border-radius: 30px;
  font-size: 16px;
  border: 1px solid white;
  font-family: "Montserrat", sans-serif;
  margin-top: 15px;
}
.terms-btn:hover {
  background-color: white;
  color: black;
  transition: all 0.5s ease-in-out;
  border: 1px solid black;
}

.terms-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
}
.terms-modal-content {
  background: white;
  color: black;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

/* MODAL SESSION START HERE */
.modal-content {
  background-color: white !important;
}
.modal.fade.show {
  backdrop-filter: blur(10px);
}
.modal-image {
  width: 200px;
}

.modal-text-1 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: black;
  text-align: center;
}

.modal-text-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: black;
}

.modal-text-3 {
  color: black;
  font-size: 25px;
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
}
.list-texts {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.modal-bt {
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  background-color: white;
  color: black;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  border-radius: 20px;
}
.modal-bt:hover {
  background-color: black;
  color: white;
  transition: all 0.5s ease-in-out;
  border: 3px solid white;
}

/* DETAILS PAGES START HERE  */
.detail-bg {
  background-color: #1e1e1e;
  height: fit-content;
}
.detail-corner {
  color: white;
  font-size: 13px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

.detail-text-1 {
  color: white;
  font-size: 45px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-align: center;
}

.detail-text-second {
  color: white;
  font-size: 32px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

.detail-text-paragraphs {
  color: gray;
  font-size: 15px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
