* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Montserrat;
}
@font-face {
  font-family: "Modeling-Regular"; /* Custom Font Name */
  src: url("../fonts/modeling.otf") format("opentype"); /* OTF file */
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Montserrat;
  background-color: #000;
  color: #fff;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.desc_hero_section {
  display: none;
  margin-top: 40px;
  width: 90%;
  font-size: 1.25rem;
  margin-inline: auto;
}

.hero-image {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header {
  position: relative;
  background-color: black;
  color: white;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.logo {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  flex-grow: 1;
  margin-left: 60px;
  font-family: "Modeling-Regular";
}
.hamburger {
  display: flex;
  flex-direction: column;
  width: 30px;
  cursor: pointer;
  margin-right: 40px; /* Default right margin */
  margin-top: 10px; /* Default top margin */
}
.hamburger span {
  height: 3px;
  background-color: white;
  margin-bottom: 5px;
  transition: 0.3s;
}
.hamburger span:last-child {
  margin-bottom: 0;
}
.header-border {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: white;
  opacity: 0.3;
}
.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: black;
  display: none;
  flex-direction: column;
  padding: 20px;
}
.nav-dropdown.show {
  display: flex;
}
.cart-icon,
.header-border {
  display: none;
}

.nav-dropdown a {
  color: white;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-dropdown a:last-child {
  border-bottom: none;
}

@media (max-width: 380px) {
  .hamburger {
    display: flex !important; /* Ensure it remains visible */
    z-index: 1002;
    width: 25px; /* Reduce size */
    margin: 0px;
  }

  .hamburger span {
    height: 2px; /* Make lines thinner */
    margin-bottom: 4px; /* Reduce spacing */
  }

  .logo {
    font-size: 24px; /* Reduce font size */
    margin-left: 20px; /* Adjust spacing */
  }

  .header {
    padding: 10px 15px; /* Reduce padding */
  }
}

.product-price {
  font-family: Montserrat;
  font-weight: bold;
  color: white;
  font-size: 1.75rem;
}
.product-discount {
  font-family: Montserrat;
  font-weight: bold;
  color: white;
  font-size: 1.75rem;
}
.product-note {
  font-family: Montserrat;
  font-size: 0.8rem;
  color: white;
  opacity: 0.8;
}
.product-details {
  background-color: black;
  padding: 15px;
}

.menu-icon {
  font-size: 24px;
  cursor: pointer;
}

.hero-home {
  position: relative;
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: start;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.product-info {
  /* position: relative; */
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
}

.custom-hero-position {
  top: 65%;
  left: 0;
  translate: 20%;
  font-weight: 300;
  color: #666;

  b {
    font-weight: 700;
  }
  /* margin-top: 1000px; */
}
/* ✅ Right Side */
.custom-hero-position-right {
  top: 65%;
  right: 0; /* Move to right */
  width: 70%;
  max-width: 900px;
  transform: translateX(-10%); /* Move slightly left */
  font-weight: 300;
  color: #666;
  text-align: right;
}
.custom-hero-position-right .text-siero {
  font-size: 49.61px !important;
  font-weight: 400;
  font-family: Montserrat;
  color: #333333;
}
.custom-hero-position-right b {
  font-weight: 700;
}

.orolash-pricing-container {
  display: none;
}

@media screen and (max-width: 787px) {
  .orolash-pricing-container {
    text-align: left;
    display: block;
    font-family: Montserrat;
    max-width: 100%;
    padding: 15px;
  }

  .orolash-price-card {
    text-align: left;
    border: 1px solid #000;
    margin-bottom: 10px;
    padding: 12px 15px;
    background-color: #ffffff;
    border-radius: 2px;
    position: relative;
    &:first-child {
      background-color: #ffe8a7;
    }
  }

  .orolash-product-name {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    position: relative;
  }

  .orolash-price-history {
    margin-left: auto;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: end;
  }

  .orolash-upper-section {
    display: flex;
    align-items: end;
    gap: 0.5rem;
    padding-left: 15px;
  }

  .orolash-upper-section p {
    color: #444;
    margin-bottom: 0;
  }

  .orolash-discount-label {
    padding: 5px 15px;
    font-size: 14px;
    color: #000;
    background-color: #ddd;
    margin-left: 5px;
  }

  .orolash-price-section {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }

  .orolash-original-price {
    color: #ff0000;
    text-decoration: line-through;
    font-size: 14px;
  }

  .orolash-current-price {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
}

.small-ass-p {
  font-size: 12px !important;
}

.stats {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  color: #fff;
  padding-top: 0px;
  margin-left: 200px;
}
.custom-font-style {
  font-size: 1.32rem !important;
  text-align: justify;
}
.percentage {
  font-size: 38px;
  color: #e3c572;
  margin-bottom: 10px;
}

.stats p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.price {
  font-size: 24px;
  color: #e3c572;
  margin: 15px 0;
}

.product-title {
  font-size: 64px;
  font-weight: 300;
  letter-spacing: 4px;
  margin: 30px 0 15px;
}

.features {
  list-style: none;
  margin: 20px 0;
}

.features li {
  margin: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.features li::before {
  content: "•";
  color: #e3c572;
}

.product-image {
  position: relative;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-image img {
  max-height: 100%;
  object-fit: contain;
}

.spotlight {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 187, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  pointer-events: none;
}

@media (max-width: 768px) {
  .desc_hero_section {
    display: block;
  }
  .product-info {
    display: none;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-title {
    font-size: 36px;
  }

  .product-image {
    height: 300px;
    order: -1;
  }

  .stats {
    padding-top: 0;
  }

  .cart-icon,
  .header-border {
    display: block;
  }
}

.review-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  background: black;
  padding: 20px;
}

.stars {
  font-size: 18px;
  color: #e3c572;
}

.review-text {
  font-size: 17px;
  text-align: center;
  font-style: italic;
  margin-bottom: 10px;
}

.reviewer {
  font-weight: 600;
  color: #888;
  font-size: 16px;
}

@media (max-width: 768px) {
  .hide-small {
    display: none !important;
  }

  .review-section {
    display: none;
  }

  .background-text {
    font-size: 100px;
  }

  .product-title {
    font-size: 36px;
  }

  .product-image {
    height: 300px;
  }
}

.highlighter-text {
  background-color: #fafafa;
  position: relative !important;
  top: 0;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
  font-size: 14px;
}

.highlighter-text h3 {
  font-size: 20\4px;
}

.highlighter-text p {
  font-size: 14px;
}

.highlighter-image {
  display: none;
  max-width: 600px;
  width: auto;
  margin: 0 auto;
}

.mobile-container {
  display: none;
}

@media (width < 768px) {
  .mobile-container {
    display: block;
  }
  .oro-flex-box {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .highlighter-text {
    background-color: transparent;
    position: absolute !important;
    top: 0%;
    left: 2.35%;
    max-width: 400px;
  }

  .highlighter-image {
    display: block;
    height: auto;
    min-width: 500px;
    max-height: 1800px;
    transform: translateX(40px);
  }
}

.orolash-container {
  background-color: #000;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 2rem 1rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

.orolash-header {
  text-align: center;
  margin-bottom: 2rem;
}

.orolash-brand-name {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  /* color: rgba(255, 215, 0, 0.8); */
  margin-block: 0.5rem;
}

.orolash-main-title {
  font-size: 4.75rem;
  font-weight: 300;
}

.orolash-product-showcase {
  position: relative;
  max-width: 700px;
  /* margin-bottom: 8rem; */
}

.orolash-product-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 215, 0, 0.2);
  filter: blur(50px);
}

.orolash-product-img {
  position: relative;
  z-index: 1;
  max-width: 700px;
  height: auto;
  translate: 0 0%;
}

.orolash-advantages-grid {
  translate: 0 -80%;
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 8rem; /* Gap only between rows */
  column-gap: 8rem; /* Keep column spacing */
  width: 100%;
  max-width: 1200px;
}

/* Remove gap after the last two items */
.orolash-advantage-item:nth-child(3),
.orolash-advantage-item:nth-child(4) {
  margin-top: 0;
  margin-bottom: 0;
  row-gap: 0;
}

.orolash-advantage-item {
  display: flex;
  align-items: start;
  text-align: left;
  gap: 1.5rem;
}

.orolash-advantage-icon-wrapper {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 215, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.orolash-advantage-icon {
  color: gold;
  font-size: 1.25rem;
  aspect-ratio: 1;
}

.orolash-advantage-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: left;
  color: gold;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.orolash-advantage-description {
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .orolash-advantages-grid {
    translate: 0;
    grid-template-columns: 1fr;
  }

  .orolash-advantage-icon-wrapper {
    aspect-ratio: 1;
  }

  .orolash-advantage-icon-wrapper img {
    width: 100%;
    object-fit: contain;
  }

  .orolash-main-title {
    font-size: 2.85rem;
  }

  .orolash-product-showcase {
    height: 300px;
  }

  .orolash-product-img {
    max-width: 300px;
  }
  .orolash-advantage-description {
    font-size: 0.85rem;
  }
}

.lash-background {
  background-color: black;
  color: white;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.lash-elegance-wrapper {
  max-width: 1600px;
  margin-block: 4rem;
  display: grid;
  grid-template-columns: 3fr 5fr;
  gap: 6rem;
  align-items: center;
}

.beauty-text-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.serum-description {
  font-size: 1.25rem;
  max-width: 500px;
}

.golden-emphasis {
  color: #ffd700;
}

.eye-media-container {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.glamour-visual {
  width: 100%;
  height: auto;
  display: block;
}

.circular-play-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.circular-play-trigger:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.triangle-icon {
  color: white;
  font-size: 1.5rem;
  margin-left: 4px;
}

@media (max-width: 768px) {
  .lash-background {
    padding-inline: 1rem;
    padding-block: 0;
  }

  .serum-descirption {
    margin: 0;
  }

  .lash-elegance-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .beauty-text-section {
    order: 2;
  }

  .eye-media-container {
    order: 1;
  }
}

.luxury-canvas {
  background-color: black;
  padding: 4rem 2rem;
  padding-bottom: 0;
  color: white;
  font-family: Montserrat;
  position: relative;
}

.serum-education-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.premium-heading {
  text-align: center;
  font-size: 3.75rem;
  font-weight: 100;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-family: Montserrat;
}

.dual-column-layout {
  display: grid;
  padding-block: 2rem;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
  margin-block: 2rem;
}

.growth-phase-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.6;
  grid-column: 1 / -1;
  max-width: 1000px;
  margin: 0 0 1.5rem 0;
  margin-inline: auto;
  font-family: Montserrat;
}

.benefits-description {
  color: #aaa;
  text-align: left;
  font-size: 1.25rem;
  max-width: 650px;
  line-height: 1.6;
  grid-column: 2;
  grid-row: 1;
  padding-right: 50px;
}

.product-visual {
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 50%;
  max-width: 100%;
}

.product-image-half {
  position: relative;
  max-width: 1000px;
}

.add-to-cart-button {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
}

.highlight {
  color: #daa520;
}

@media (max-width: 991px) {
  .dual-column-layout {
    gap: 2rem;
  }

  .product-image-half {
    width: 400px;
  }
}

@media (max-width: 768px) {
  .luxury-canvas {
    padding: 0 1rem;
    padding-bottom: 4rem;
  }

  .premium-heading {
    text-align: left;
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .growth-phase-text {
    text-align: left;
    max-width: 100%;
    margin-bottom: 0;
  }

  .dual-column-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-block: 0;
    padding-bottom: 2rem;
  }

  .benefits-description {
    text-align: left;
    grid-column: 1;
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 0;
  }

  .serum-education-container {
    padding-bottom: 0;
  }

  .product-visual {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
  }

  .product-image-half {
    width: 100%;
  }

  .add-to-cart-button {
    display: block;
    margin: 20px auto;
    text-align: center;
    width: 160px;
  }
}

.yellow-text {
  color: #e3c572;
}
.text-warning {
  color: #e3c572 !important;
  --bs-warning-rgb: 227, 197, 114 !important; /* Override Bootstrap variable */
}

/* .colorE::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #e3c572; 
  border-radius: 50%; 
  margin-right: 8px; 
  position: relative;
} */

.wellness-canvas {
  min-height: 100vh;
  background-color: white;
  padding: 2rem;
  padding-bottom: 0;
  font-family: Montserrat;
}

.nutrition-flex-container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
  align-items: center;
}

.content-segment {
  flex: 1;
  position: relative;
  padding-top: 100px;
  margin-left: 30px;
}

.visual-segment {
  flex: 1;
}

.product-box-image {
  position: absolute;
  top: -50px;
  left: 0;
  width: 300px;
  height: auto;
}

.essence-title {
  font-size: 3.75rem;
  font-weight: 300 !important;
  margin-bottom: 1.5rem;
  line-height: 1;
  font-family: Montserrat;
}

.benefit-text {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 1rem;
  max-width: 600px;
}

.accordion-container {
  margin-top: 2rem;
}

.accordion-container .accordion-button {
  max-width: 450px;
  padding: 1rem !important;
  margin-bottom: 0.5rem;
  text-align: left;
  background: none;
  border: 1px solid #000 !important;
  cursor: pointer;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  transition: border-color 0.3s ease;
}

.accordion-button:hover {
  border-color: #999;
}

.accordion-button p {
  color: #666;
  font-size: 18px;
}

.accordion-icon {
  position: absolute;
  right: 1rem;
  margin-left: auto;
  font-size: 0.8rem;
  color: #666;
}

.model-image {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 968px) {
  .wellness-canvas {
    padding-inline: 1rem;
  }

  .nutrition-flex-container {
    flex-direction: column;
    gap: 2rem;
  }

  .content-segment {
    padding-top: 50px;
    margin-left: 50px;
  }

  .product-box-image {
    width: 200px;
  }

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

  .accordion-container .accordion-button {
    max-width: 600px;
  }
}

.reviews-section {
  padding-block: 50px 20px;
  padding-inline: 1rem;
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
}

.reviews-title {
  font-size: 41.49px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 10px;
}

.reviews-inner {
  max-width: 1500px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 40px;
}

.reviews-content {
  display: flex;
  gap: 90px;
  flex-direction: row;
}

.reviews-left {
  flex: 1;
  max-width: 480px;
  border-top: solid 1px #333;
  padding-top: 20px;
}

.rating-summary {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #333333;
  padding: 10px 15px;
}

.rating-large {
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
}

.rating-stars {
  display: flex;
  align-items: center;
}

.rating-stars img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

.rating-count {
  font-size: 14px;
  color: #cccccc;
  margin-left: 5px;
}

.reviews-form-title {
  font-size: 28.79px;
  font-weight: 500;
  margin: 20px 0 10px;
  white-space: nowrap;
  color: #ffffff;
  text-transform: uppercase;
}

.reviews-form p {
  color: #444 !important;
  margin-bottom: 10px;
}

.reviews-textarea {
  width: 100%;
  height: 215px;
  padding: 10px;
  font-family: Montserrat;
  font-size: 14px;
  resize: none;
  box-sizing: border-box;
  background-color: #000;
  border: solid 1px white;
  color: #ffffff;
}

.review-submit {
  margin-top: 0.5rem;
  background-color: #e3c572;
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  width: 100%;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  height: 41px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.review-submit:hover {
  background-color: #ffca28;
}

.reviews-right {
  flex: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.review-card {
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-top: 1px solid #333333;
  padding-top: 15px;
}

.review-header {
  margin-bottom: 10px;
}

.review-stars {
  display: flex;
  margin-bottom: 5px;
}

.review-stars img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

.review-tag {
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
}

.review-text {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #aaa;
}

.review-author {
  font-size: 18px;
  color: #aaa;
}

/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
  .reviews-section {
    padding-top: 20px;
  }

  .reviews-content {
    gap: 40px;
  }

  .reviews-right {
    gap: 15px;
  }
}

@media (max-width: 992px) {
  .reviews-content {
    flex-direction: column;
    gap: 40px;
  }

  .reviews-left {
    max-width: 100%;
  }

  .reviews-right {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .reviews-title {
    font-size: 32px;
  }

  .reviews-form-title {
    font-size: 24px;
  }

  .rating-large {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .reviews-right {
    grid-template-columns: 1fr;
  }

  .review-card {
    padding-bottom: 20px;
  }

  .reviews-title {
    font-size: 28px;
  }

  .reviews-form-title {
    font-size: 20px;
  }

  .rating-summary {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .review-text,
  .review-author,
  .review-tag {
    font-size: 16px;
  }
}

.banner-text-awake {
  translate: 60% -100%;
}

.banner-section {
  position: relative;
  width: 100%;
  overflow: hidden;

  .banner-text {
    z-index: 10;
    position: absolute;
    left: 3%;
  }

  .banner-picture {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .banner-picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media (width < 768px) {
  .banner-text-awake {
    translate: 0 -175%;
  }

  .banner-section .banner-text {
    left: 2%;
    bottom: 0;
  }
  .faq-title {
    text-align: start;
  }
  .faq-title::after {
    margin: 15px 0px;
  }
}

.mobility-section {
  position: relative;
  background-color: #000;
  padding-top: 80px;
}
.mobility-inner {
  max-width: 1500px;
  display: flex;
  align-items: center;
  margin: auto;
  gap: 40px;
  width: 100%;
  box-sizing: border-box;
}

.mobility-content {
  flex: 1;
  max-width: 500px;
}

.mobility-heading {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1.2;
}

.mobility-description {
  font-size: 18px;
  line-height: 1.5;
  color: #aaa;
  margin-bottom: 20px;
}

.mobility-description strong {
  font-weight: 600;
  color: #fff;
}

.mobility-author {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}

.mobility-images-container {
  flex: 1;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.mobility-image-wrapper {
  flex: 1;
  position: relative;
  width: 314px;
}

.mobility-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.play-icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
  margin-left: 3px;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-dot.active {
  background-color: #fff;
}

/* Media Queries */
@media (max-width: 1200px) {
  .mobility-inner {
    padding: 60px 20px;
  }

  .mobility-image-wrapper {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 992px) {
  .mobility-inner {
    padding: 50px 20px;
    gap: 30px;
  }

  .mobility-heading {
    font-size: 36px;
  }

  .mobility-image-wrapper {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .mobility-inner {
    flex-direction: column;
    padding: 40px 20px;
  }

  .mobility-content {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .mobility-images-container {
    width: 100%;
    justify-content: center;
  }

  .mobility-image-wrapper {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 576px) {
  .mobility-inner {
    padding: 0px 15px;
  }

  .mobility-description {
    font-size: 16px;
  }

  .mobility-images-container {
    flex-direction: column;
    align-items: center;
  }

  .mobility-image-wrapper {
    width: 100%;
    height: 100%;
    &:last-child {
      display: none;
    }
  }

  .play-icon {
    width: 40px;
    height: 40px;
  }
}
.image-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background-color: #000;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  display: none;
  width: 100%;
}

.carousel-item.active {
  display: block;
}

.carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-arrows {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.carousel-control-prev,
.carousel-control-next {
  font-size: 24px;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 0.8;
  transition: opacity 0.3s;
  z-index: 10;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.carousel-indicators button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.carousel-indicators button.active {
  background-color: white;
}

/* Play Button in Center */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-button:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid white;
  border-bottom: 8px solid transparent;
  margin-left: 3px;
}

.glamour-visual {
  width: 100%;
  height: 80vh; /* 60% of viewport height */
  max-height: 600px; /* Maximum height constraint */
  object-fit: cover; /* Maintain aspect ratio */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .glamour-visual {
    height: 40vh; /* Reduce height on smaller screens */
  }
}

@media (max-width: 480px) {
  .glamour-visual {
    height: 30vh; /* Even smaller height on mobile */
  }
}

.Mfont {
  font-family: Montserrat;
}

/* Section Styling */
.mobility-section {
  padding: 50px 0;
}

.mobility-content {
  text-align: left;
  padding-right: 20px;
}

.mobility-heading {
  font-size: 24px;
  font-weight: bold;
}

.mobility-description {
  font-size: 16px;
  margin: 10px 0;
}

.mobility-author {
  font-size: 14px;
  font-weight: bold;
}

/* Image Container */
.image-container {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.image-box {
  position: relative;
  width: 48%;
}

.image-box img {
  width: 100%;
  border-radius: 10px;
}

/* Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
  color: black;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}

/* Dots */
.dots-container {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 5px;
  background-color: #555;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dot.active {
  background-color: #fff;
}

.footer-logo {
  background-color: black; /* Black background */
  color: white; /* White text */
  width: 100%;
  height: 5rem; /* 5rem height */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32.16px;
  font-weight: 400;
  font-family: Montserrat;
}
