/* ============================
   Font Face Declarations
============================ */
:root {
  /* Font families */
  --font-racing: 'Racing Sans One', sans-serif;
  --font-pp-mori: 'PP Mori', sans-serif;
  /* Font Weights */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  /* Colors */
  --web-primary-color: #FFF;
  /* Deep Blue */
  --web-secondary-color: #AF15B2;
  /* Yellow Accent */
  --web-secondary-hover-1: #c740c7;
  --web-black-color: #000000;
  --transition-base: transform 0.8s ease; }

/* Font Utility Classes */
.font-racing {
  font-family: var(--font-racing); }

.font-pp {
  font-family: var(--font-pp-mori); }

.font-light {
  font-weight: var(--font-weight-light); }

.font-regular {
  font-weight: var(--font-weight-regular); }

.font-medium {
  font-weight: var(--font-weight-medium); }

.font-semibold {
  font-weight: var(--font-weight-semibold); }

.font-bold {
  font-weight: var(--font-weight-bold); }

/* Color Utility Classes */
.font-white {
  color: var(--web-primary-color); }

.font-black {
  color: var(--web-black-color); }

.font-primary {
  color: var(--web-primary-color); }

.font-secondary {
  color: var(--web-secondary-color); }

.bgs-primary {
  background-color: var(--web-primary-color); }

.bgs-black {
  background-color: var(--web-black-color); }

.bgs-secondary {
  background-color: var(--web-secondary-color); }

/* ============================
   Base Styling
============================ */
body {
  margin: 0;
  padding: 0;
  font-family: 'PP Mori', sans-serif;
  font-weight: 400;
  background-color: var(--background-color); }

/* ============================
   Utility Classes
============================ */
.card, .section, .button {
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; }

/* ======== General CSS Start ======== */
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1600px; } }

@media only screen and (max-width: 1499px) {
  .container {
    max-width: 100%; } }

.p-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 991px) {
    .p-tb-80 {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .p-tb-80 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 575px) {
    .p-tb-80 {
      padding-top: 40px;
      padding-bottom: 40px; } }

.p-t-100 {
  padding-top: 100px; }
  @media only screen and (max-width: 1365px) {
    .p-t-100 {
      padding-top: 80px; } }
  @media only screen and (max-width: 991px) {
    .p-t-100 {
      padding-top: 60px; } }
  @media only screen and (max-width: 767px) {
    .p-t-100 {
      padding-top: 50px; } }
  @media only screen and (max-width: 575px) {
    .p-t-100 {
      padding-top: 40px; } }

.p-b-100 {
  padding-bottom: 100px; }
  @media only screen and (max-width: 1365px) {
    .p-b-100 {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 991px) {
    .p-b-100 {
      padding-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .p-b-100 {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 575px) {
    .p-b-100 {
      padding-bottom: 40px; } }

.font-100 {
  font-size: 90px;
  line-height: 100px;
  letter-spacing: -4px; }
  @media only screen and (max-width: 1600px) {
    .font-100 {
      font-size: 80px;
      line-height: 90px;
      letter-spacing: -2.4px; } }
  @media only screen and (max-width: 1365px) {
    .font-100 {
      font-size: 80px;
      line-height: 90px;
      letter-spacing: -1.6px; } }
  @media only screen and (max-width: 1199px) {
    .font-100 {
      font-size: 70px;
      line-height: 80px;
      letter-spacing: -1.4px; } }
  @media only screen and (max-width: 991px) {
    .font-100 {
      font-size: 60px;
      line-height: 70px;
      letter-spacing: -1.2px; } }
  @media only screen and (max-width: 767px) {
    .font-100 {
      font-size: 50px;
      line-height: 60px;
      letter-spacing: -1px; } }
  @media only screen and (max-width: 575px) {
    .font-100 {
      font-size: 38px;
      line-height: 44px;
      letter-spacing: -0.9px; } }

.font-80 {
  font-size: 74px;
  line-height: 84px;
  letter-spacing: -4px; }
  @media only screen and (max-width: 1600px) {
    .font-80 {
      font-size: 70px;
      line-height: 76px;
      letter-spacing: -3.5px; } }
  @media only screen and (max-width: 1365px) {
    .font-80 {
      font-size: 60px;
      line-height: 66px;
      letter-spacing: -3px; } }
  @media only screen and (max-width: 1199px) {
    .font-80 {
      font-size: 50px;
      line-height: 56px;
      letter-spacing: -2.5px; } }
  @media only screen and (max-width: 991px) {
    .font-80 {
      font-size: 45px;
      line-height: 50px;
      letter-spacing: -2px; } }
  @media only screen and (max-width: 767px) {
    .font-80 {
      font-size: 40px;
      line-height: 46px;
      letter-spacing: -1.5px; } }
  @media only screen and (max-width: 575px) {
    .font-80 {
      font-size: 35px;
      line-height: 42px;
      letter-spacing: -1px; } }

.font-70 {
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -2px; }
  @media only screen and (max-width: 1600px) {
    .font-70 {
      font-size: 60px;
      line-height: 70px;
      letter-spacing: -1.8px; } }
  @media only screen and (max-width: 1365px) {
    .font-70 {
      font-size: 50px;
      line-height: 60px;
      letter-spacing: -1.5px; } }
  @media only screen and (max-width: 1199px) {
    .font-70 {
      font-size: 45px;
      line-height: 55px;
      letter-spacing: -1.2px; } }
  @media only screen and (max-width: 991px) {
    .font-70 {
      font-size: 40px;
      line-height: 50px;
      letter-spacing: -1px; } }
  @media only screen and (max-width: 767px) {
    .font-70 {
      font-size: 35px;
      line-height: 45px;
      letter-spacing: -0.8px; } }
  @media only screen and (max-width: 575px) {
    .font-70 {
      font-size: 30px;
      line-height: 40px;
      letter-spacing: -0.5px; } }

.font-50 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1.5px; }
  @media only screen and (max-width: 1199px) {
    .font-50 {
      font-size: 45px;
      line-height: 55px;
      letter-spacing: -1.2px; } }
  @media only screen and (max-width: 991px) {
    .font-50 {
      font-size: 40px;
      line-height: 50px;
      letter-spacing: -1px; } }
  @media only screen and (max-width: 767px) {
    .font-50 {
      font-size: 35px;
      line-height: 45px;
      letter-spacing: -0.8px; } }
  @media only screen and (max-width: 575px) {
    .font-50 {
      font-size: 30px;
      line-height: 40px;
      letter-spacing: -0.5px; } }

.font-35 {
  font-size: 32px;
  line-height: 46px;
  letter-spacing: -0.5px; }
  @media only screen and (max-width: 1600px) {
    .font-35 {
      font-size: 32px;
      line-height: 42px; } }
  @media only screen and (max-width: 1365px) {
    .font-35 {
      font-size: 30px;
      line-height: 40px; } }
  @media only screen and (max-width: 1199px) {
    .font-35 {
      font-size: 28px;
      line-height: 38px; } }
  @media only screen and (max-width: 991px) {
    .font-35 {
      font-size: 26px;
      line-height: 36px; } }
  @media only screen and (max-width: 767px) {
    .font-35 {
      font-size: 24px;
      line-height: 34px; } }
  @media only screen and (max-width: 575px) {
    .font-35 {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.4px; } }

.font-30 {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -1px; }
  @media only screen and (max-width: 991px) {
    .font-30 {
      font-size: 26px;
      line-height: 36px;
      letter-spacing: -0.6px; } }
  @media only screen and (max-width: 767px) {
    .font-30 {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: -0.5px; } }
  @media only screen and (max-width: 575px) {
    .font-30 {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.4px; } }

.font-18 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px; }
  @media only screen and (max-width: 1499px) {
    .font-18 {
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.10px; } }
  @media only screen and (max-width: 767px) {
    .font-18 {
      font-size: 15px;
      line-height: 25px;
      letter-spacing: 0.10px; } }

.font-16 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.15px; }
  @media only screen and (max-width: 1600px) {
    .font-16 {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.10px; } }

.font-14 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.10px; }

.font-15 {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.10px; }
  @media only screen and (max-width: 767px) {
    .font-15 {
      font-size: 14px;
      letter-spacing: 0.05px; } }

.font-20 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
  /*@media only screen and (max-width: 1365px) {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.16px;
  }*/ }
  @media only screen and (max-width: 1600px) {
    .font-20 {
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0.18px; } }

.font-30 {
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0.8px; }
  @media only screen and (max-width: 1600px) {
    .font-30 {
      font-size: 28px;
      line-height: 42px;
      letter-spacing: 0.75px; } }
  @media only screen and (max-width: 1365px) {
    .font-30 {
      font-size: 26px;
      line-height: 40px;
      letter-spacing: 0.7px; } }
  @media only screen and (max-width: 1199px) {
    .font-30 {
      font-size: 24px;
      line-height: 36px;
      letter-spacing: 0.6px; } }
  @media only screen and (max-width: 991px) {
    .font-30 {
      font-size: 22px;
      line-height: 34px;
      letter-spacing: 0.5px; } }
  @media only screen and (max-width: 767px) {
    .font-30 {
      font-size: 20px;
      line-height: 32px;
      letter-spacing: 0.4px; } }
  @media only screen and (max-width: 575px) {
    .font-30 {
      font-size: 20px;
      line-height: 34px;
      letter-spacing: 0.3px; } }

.common-outline-button {
  padding: 12px 26px;
  background-color: var(--bg-secondary);
  border: 1px solid var(--font-btn-border-primary);
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: var(--font-btn-white-primary);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease; }
  @media only screen and (max-width: 575px) {
    .common-outline-button {
      padding: 12px 19px; } }
  .common-outline-button:hover {
    background-color: #0083FE;
    color: var(--font-btn-primary);
    box-shadow: 0 4px 12px rgba(0, 131, 254, 0.3); }

.common-fill-button {
  padding: 15px 30px;
  background-color: var(--web-secondary-color);
  border: 1px solid var(--web-secondary-color);
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: var(--font-btn-primary);
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  box-shadow: 0 4px 4px rgba(8, 8, 8, 0.08), 0 1px 2px rgba(8, 8, 8, 0.2), inset 0 6px 12px rgba(255, 255, 255, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.2); }
  .common-fill-button:hover {
    background-color: var(--web-secondary-hover-1);
    color: var(--web-primary-color);
    box-shadow: 0 4px 12px rgba(0, 131, 254, 0.3); }
  @media only screen and (max-width: 575px) {
    .common-fill-button {
      padding: 12px 19px;
      font-size: 16px; } }

.common-fill-white-button {
  padding: 15px 30px;
  background-color: var(--web-primary-color);
  border: 1px solid var(--web-primary-color);
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: var(--font-btn-primary);
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  box-shadow: 0 4px 4px rgba(8, 8, 8, 0.08), 0 1px 2px rgba(8, 8, 8, 0.2), inset 0 6px 12px rgba(255, 255, 255, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.2); }
  .common-fill-white-button:hover {
    color: var(--web-black-color);
    box-shadow: 0 4px 12px rgba(0, 131, 254, 0.3); }
  @media only screen and (max-width: 575px) {
    .common-fill-white-button {
      padding: 12px 19px;
      font-size: 16px; } }

/* Global Reset */
h1, h2, h3, h4, h5, h6,
ul, li, a, span, p, div,
img, button, input, textarea {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none; }

.mv-750 {
  max-width: 750px; }

.mv-900 {
  max-width: 900px; }

/* ======== General CSS End ======== */
.marquee {
  background: linear-gradient(-135deg, #008ed9, #8b00db);
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  color: white;
  font-weight: 200;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .marquee-content {
    display: flex;
    animation: marquee 10s linear infinite running; }
    .marquee-content:hover {
      animation-play-state: paused; }
  .marquee-tag {
    width: max-content;
    margin: 1rem 1em;
    padding: 0.6rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border-radius: 10px; }
    .marquee-tag:hover {
      background: rgba(255, 255, 255, 0.5);
      transform: scale(1.05); }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

.whatsapp-float {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  width: 55px;
  height: 55px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .whatsapp-float {
      bottom: 20px;
      right: 20px;
      width: 45px;
      height: 45px; } }
  .whatsapp-float img {
    width: 35px;
    height: 35px;
    display: block; }
    @media only screen and (max-width: 767px) {
      .whatsapp-float img {
        width: 25px;
        height: 25px; } }
  .whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); }

.navbar {
  padding: 1rem 15px;
  background-color: transparent;
  position: relative;
  z-index: 999; }
  @media only screen and (max-width: 991px) {
    .navbar .navbar-nav {
      margin: 0 0 20px; } }
  .navbar .navbar-nav .nav-item {
    margin: 0 15px; }
    @media only screen and (max-width: 991px) {
      .navbar .navbar-nav .nav-item {
        padding: 5px 0; } }
    .navbar .navbar-nav .nav-item:last-child {
      border-radius: 99em;
      padding: 0 10px;
      background-color: #fff;
      color: #000 !important; }
      .navbar .navbar-nav .nav-item:last-child .nav-link {
        color: #000; }
      @media only screen and (max-width: 991px) {
        .navbar .navbar-nav .nav-item:last-child {
          text-align: center; } }
    .navbar .navbar-nav .nav-item .nav-link {
      color: #fff;
      font-size: 16px;
      line-height: 25px;
      padding: 8.5px 20px; }
      @media only screen and (max-width: 991px) {
        .navbar .navbar-nav .nav-item .nav-link {
          padding: 8.5px 0; } }
      .navbar .navbar-nav .nav-item .nav-link.active {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  @media only screen and (max-width: 991px) {
    .navbar .navbar-toggler {
      border: none;
      padding-right: 0;
      box-shadow: none;
      outline: none; }
      .navbar .navbar-toggler:focus {
        box-shadow: none; }
    .navbar .navbar-toggler-icon {
      color: red; }
    .navbar .navbar-toggler-icon {
      background-image: url("../images/toggle.svg");
      /* Replace with your image path */
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 2rem;
      /* Adjust if needed */
      height: 2rem; }
    .navbar .navbar-collapse {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 1000;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      /* optional */
      background: linear-gradient(to top, rgba(18, 18, 18, 0.66), rgba(25, 6, 135, 0.66));
      transition: var(--transition-base); } }

/* Override default collapse behavior */
/* Optional: smooth transition */
.navbar-collapse.collapsing,
.navbar-collapse.show {
  transition: all 0.3s ease; }

.menu-top-74 {
  margin-top: -74px; }
  @media only screen and (max-width: 575px) {
    .menu-top-74 {
      margin-top: -72px; } }

.common-heading {
  font-family: var(--font-racing);
  margin-bottom: 40px;
  display: block; }

/*=====  Start of Banner Section  =====*/
.section-banner {
  height: 100vh;
  background-image: url("../images/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative; }
  .section-banner .hello-text {
    font-family: var(--font-racing);
    font-size: 1.5rem;
    font-weight: 500; }
  .section-banner .banner-title {
    font-family: var(--font-pp-mori);
    font-size: 2.5rem;
    font-weight: 600; }
  .section-banner a.btn-primary {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.375rem; }

/*=====  End of Banner Section  =====*/
/*=====  Start of About Section  =====*/
/*=====  End of About Section  =====*/
/*=====  Start of FAQ Section  =====*/
.section-faq .accordion {
  border: none; }
  .section-faq .accordion .accordion-item .accordion-header {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2px;
    font-family: var(--font-weight-semibold); }
    .section-faq .accordion .accordion-item .accordion-header .accordion-button {
      background-color: transparent;
      border: none;
      box-shadow: none;
      padding: 20px 15px; }

/*=====  End of FAQ Section  =====*/
footer {
  padding: 80px 0 40px;
  background-color: var(--web-black-color); }
  footer .footer-content {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 150px; }
    @media only screen and (max-width: 1199px) {
      footer .footer-content {
        display: block;
        grid-template-columns: 1fr 1fr; } }
    @media only screen and (max-width: 767px) {
      footer .footer-content {
        display: block;
        grid-template-columns: 1fr 1fr; } }
    footer .footer-content .footer-links {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      /* 3 equal columns */
      gap: 30px; }
      @media only screen and (max-width: 1199px) {
        footer .footer-content .footer-links {
          margin-top: 30px; } }
      @media only screen and (max-width: 767px) {
        footer .footer-content .footer-links {
          display: block;
          grid-template-columns: 1fr; } }
      @media only screen and (max-width: 767px) {
        footer .footer-content .footer-links .footer-column {
          margin-top: 20px; } }
      footer .footer-content .footer-links .footer-column li {
        padding: 0.1rem 0; }
        footer .footer-content .footer-links .footer-column li a {
          transition: var(--transition-base); }
          footer .footer-content .footer-links .footer-column li a:hover {
            color: var(--web-secondary-color); }

.vip-item {
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  border-radius: 20px;
  display: block;
  text-decoration: none; }
  .vip-item:before {
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background: linear-gradient(to top, rgba(18, 18, 18, 0.66), rgba(25, 6, 135, 0.66));
    transition: var(--transition-base);
    z-index: 1;
    border-radius: 20px; }
  .vip-item .vip-img {
    transition: var(--transition-base);
    transform: scale(1); }
  .vip-item:hover .vip-img {
    transform: scale(1.05); }
  .vip-item .vip-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--web-primary-color);
    padding: 15px;
    z-index: 2; }
    @media only screen and (max-width: 1199px) {
      .vip-item .vip-content {
        padding: 10px; } }
    .vip-item .vip-content .vip-age {
      background-color: var(--web-secondary-color);
      padding: 8px 10px 5px 10px;
      border-radius: 20px;
      margin-left: 5px;
      display: inline-block; }
      @media only screen and (max-width: 1499px) {
        .vip-item .vip-content .vip-age {
          padding: 4px 8px 3px 8px; } }
    .vip-item .vip-content .vip-rating .rating-stars li {
      display: inline-block; }
  .vip-item .available-more {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    display: flex;
    align-items: center; }
    .vip-item .available-more .available {
      background-color: rgba(255, 255, 255, 0.25);
      padding: 5px 12px 4px 12px;
      border-radius: 20px; }
    .vip-item .available-more .available-in {
      height: 34px;
      margin-left: 6px;
      background-color: var(--web-primary-color);
      padding: 5px 8px;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (min-width: 1200px) {
        .vip-item .available-more .available-in {
          height: 34px;
          width: 34px; } }
    .vip-item .available-more .available-rating {
      display: none;
      width: 100%;
      background-color: var(--web-primary-color);
      padding: 10px 10px 0 10px;
      border-radius: 5px;
      position: absolute;
      top: 35px;
      right: 0; }
      .vip-item .available-more .available-rating ul {
        padding: 0; }
        .vip-item .available-more .available-rating ul li {
          font-size: 12px;
          line-height: 16px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 2px 0;
          color: var(--web-secondary-color); }
          .vip-item .available-more .available-rating ul li:last-child(2) {
            padding-bottom: 5px; }
      .vip-item .available-more .available-rating .rating-list .overall {
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        padding: 5px 0 5px 0; }
    .vip-item .available-more .available-in:hover .available-rating {
      display: block; }
    .vip-item .available-more .view-more {
      position: relative;
      background: red;
      display: block;
      width: 100%; }

/*=====  End of VIP Section  =====*/
/*=====  Start of About Section  =====*/
.about-section .about-more {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 20px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .about-section .about-more {
      display: block;
      grid-template-columns: 1fr 1fr; } }
  .about-section .about-more:last-child {
    margin-bottom: 0; }
  .about-section .about-more .about-media {
    border-radius: 20px;
    overflow: hidden; }

.about-section .location-wise {
  margin-top: 60px; }
  .about-section .location-wise .custom-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .about-section .location-wise .custom-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); } }
    .about-section .location-wise .custom-grid .item {
      background: rgba(0, 0, 0, 0.1);
      padding: 18px 15px;
      border-radius: 5px;
      color: var(--web-black-color);
      font-size: 16px;
      line-height: 26px;
      min-width: 100px;
      text-align: center; }
    .about-section .location-wise .custom-grid.country .item {
      background: var(--web-secondary-color);
      color: var(--web-primary-color); }

.about-us-page-about {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px; }
  @media only screen and (max-width: 1199px) {
    .about-us-page-about {
      display: grid;
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 767px) {
    .about-us-page-about {
      display: block;
      grid-template-columns: 1fr; } }
  .about-us-page-about .about-more-page {
      background: #70699f;
      text-align: center;
      padding: 25px;
  border-radius: 10px}
    @media only screen and (max-width: 767px) {
      .about-us-page-about .about-more-page {
        display: block;
        grid-template-columns: 1fr 1fr; } }
    .about-us-page-about .about-more-page:last-child {
      margin-bottom: 0; }
    .about-us-page-about .about-more-page .about-media {
      border-radius: 20px;
      overflow: hidden; }

.section-about-more {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); }
  .section-about-more .about-esc-video {
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    border-radius: 30px; }
    .section-about-more .about-esc-video .esc-video {
      position: relative; }
      .section-about-more .about-esc-video .esc-video:before {
        content: '';
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        background: linear-gradient(to top, rgba(18, 18, 18, 0.66), rgba(25, 6, 135, 0.66));
        transition: var(--transition-base);
        z-index: 1;
        border-radius: 20px; }
    .section-about-more .about-esc-video .esc-video video {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100%;
      object-fit: cover;
      overflow: hidden;
      border-radius: 30px; }

.services-page-services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px; }
  @media only screen and (max-width: 1199px) {
    .services-page-services {
      display: grid;
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 767px) {
    .services-page-services {
      display: block;
      grid-template-columns: 1fr; } }
  .services-page-services .about-more-page {
      background: #70699f;
      text-align: center;
      padding: 25px;
      border-radius: 10px
  }
    @media only screen and (max-width: 767px) {
      .services-page-services .about-more-page {
        display: block;
        grid-template-columns: 1fr 1fr; } }
    .services-page-services .about-more-page:last-child {
      margin-bottom: 0; }
    .services-page-services .about-more-page .about-media {
      border-radius: 20px;
      overflow: hidden; }
    .services-page-services .about-more-page .about-content ul {
      padding: 0; }
      .services-page-services .about-more-page .about-content ul li {
        padding: 3px 0 3px 25px;
        position: relative; }
        .services-page-services .about-more-page .about-content ul li::before {
          content: '';
          position: absolute;
          top: 6px;
          left: 0;
          width: 16px;
          height: 16px;
          background-image: url("../images/heart.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }

.rates-page-rates {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px; }
  @media only screen and (max-width: 1199px) {
    .rates-page-rates {
      display: grid;
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 767px) {
    .rates-page-rates {
      display: block;
      grid-template-columns: 1fr; } }
  .rates-page-rates .owl-stage-outer .owl-stage .owl-item .item {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #190687, #AF15B2);
    margin: 0; }
    .rates-page-rates .owl-stage-outer .owl-stage .owl-item .item:before {
      content: "";
      position: absolute;
      top: -100%;
      left: 0;
      width: 100%;
      height: 200%;
      background: linear-gradient(to bottom, #190687, #AF15B2, #190687);
      animation: slideDown 5s linear infinite;
      opacity: 0; }

@keyframes slideDown {
  0% {
    top: -100%; }
  100% {
    top: 0%; } }
  .rates-page-rates .owl-stage-outer .owl-stage .owl-item .about-more-page {
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .rates-page-rates .owl-stage-outer .owl-stage .owl-item .about-more-page {
        display: block;
        grid-template-columns: 1fr 1fr; } }
    .rates-page-rates .owl-stage-outer .owl-stage .owl-item .about-more-page:last-child {
      margin-bottom: 0; }
    .rates-page-rates .owl-stage-outer .owl-stage .owl-item .about-more-page .about-media {
      border-radius: 20px;
      overflow: hidden; }
    .rates-page-rates .owl-stage-outer .owl-stage .owl-item .about-more-page .about-content ul {
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      padding-top: 15px; }
      .rates-page-rates .owl-stage-outer .owl-stage .owl-item .about-more-page .about-content ul li {
        padding: 3px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between; }
    .rates-page-rates .owl-stage-outer .owl-stage .owl-item .about-more-page .about-content .common-fill-white-button {
      margin: 25px 0 20px; }
      @media only screen and (max-width: 1199px) {
        .rates-page-rates .owl-stage-outer .owl-stage .owl-item .about-more-page .about-content .common-fill-white-button {
          margin: 20px 0 10px; } }
      @media only screen and (max-width: 767px) {
        .rates-page-rates .owl-stage-outer .owl-stage .owl-item .about-more-page .about-content .common-fill-white-button {
          margin: 15px 0 5px; } }
  .rates-page-rates .owl-nav {
    position: absolute;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    top: 50%; }
    .rates-page-rates .owl-nav .owl-prev {
      height: 50px;
      width: 50px;
      background-color: var(--web-primary-color) !important;
      border-radius: 50%;
      font-size: 0;
      position: relative;
      margin-left: 1vw; }
      @media only screen and (max-width: 1600px) {
        .rates-page-rates .owl-nav .owl-prev {
          height: 40px;
          width: 40px; } }
      @media only screen and (max-width: 1199px) {
        .rates-page-rates .owl-nav .owl-prev {
          height: 30px;
          width: 30px; } }
      .rates-page-rates .owl-nav .owl-prev span {
        font-size: 0; }
      .rates-page-rates .owl-nav .owl-prev::before {
        content: "";
        position: absolute;
        background: url("../images/r-arrow.svg") no-repeat center center;
        background-size: contain;
        width: 20px;
        height: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(180deg); }
    .rates-page-rates .owl-nav .owl-next {
      height: 50px;
      width: 50px;
      background-color: var(--web-primary-color) !important;
      border-radius: 50%;
      font-size: 0;
      position: relative;
      margin-right: 1vw; }
      @media only screen and (max-width: 1600px) {
        .rates-page-rates .owl-nav .owl-next {
          height: 40px;
          width: 40px; } }
      @media only screen and (max-width: 1199px) {
        .rates-page-rates .owl-nav .owl-next {
          height: 30px;
          width: 30px; } }
      .rates-page-rates .owl-nav .owl-next span {
        font-size: 0; }
      .rates-page-rates .owl-nav .owl-next::before {
        content: "";
        position: absolute;
        background: url("../images/r-arrow.svg") no-repeat center center;
        background-size: contain;
        width: 20px;
        height: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.owl-carousel .item {
  background: #ddd;
  padding: 20px;
  margin: 10px;
  text-align: center;
  border-radius: 10px; }

.owl-carousel .item img {
  max-width: 100%;
  border-radius: 5px; }

/*=====  Start of About Section  =====*/
.vip-section-cities .top-vip-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  @media only screen and (max-width: 1199px) {
    .vip-section-cities .top-vip-main {
      grid-template-columns: repeat(3, 1fr);
      gap: 20px; } }
  @media only screen and (max-width: 767px) {
    .vip-section-cities .top-vip-main {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }
  @media only screen and (max-width: 575px) {
    .vip-section-cities .top-vip-main {
      grid-template-columns: repeat(1, 1fr);
      gap: 20px; } }

.vip-section .top-vip-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  @media only screen and (max-width: 1199px) {
    .vip-section .top-vip-main {
      grid-template-columns: repeat(3, 1fr);
      gap: 20px; } }
  @media only screen and (max-width: 767px) {
    .vip-section .top-vip-main {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }
  @media only screen and (max-width: 575px) {
    .vip-section .top-vip-main {
      grid-template-columns: repeat(1, 1fr);
      gap: 20px; } }

.model-of-the-month .model-of-the-month-main .main-modals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px; }
  .model-of-the-month .model-of-the-month-main .main-modals:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 1199px) {
    .model-of-the-month .model-of-the-month-main .main-modals {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }
  @media only screen and (max-width: 767px) {
    .model-of-the-month .model-of-the-month-main .main-modals {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }
  @media only screen and (max-width: 575px) {
    .model-of-the-month .model-of-the-month-main .main-modals {
      grid-template-columns: repeat(1, 1fr);
      gap: 20px; } }

.model-of-the-month .model-of-the-month-main .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  padding: 0;
  background-color: var(--web-black-color); }

.model-of-the-month .model-of-the-month-main .owl-nav {
  position: absolute;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center; }
  .model-of-the-month .model-of-the-month-main .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    background-color: var(--web-primary-color);
    border-radius: 50%;
    font-size: 0;
    position: relative;
    margin-left: 10vw; }
    .model-of-the-month .model-of-the-month-main .owl-nav .owl-prev::before {
      content: "";
      position: absolute;
      background: url("../images/r-arrow.svg") no-repeat center center;
      background-size: contain;
      width: 20px;
      height: 20px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(180deg); }
  .model-of-the-month .model-of-the-month-main .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    background-color: var(--web-primary-color);
    border-radius: 50%;
    font-size: 0;
    position: relative;
    margin-right: 10vw; }
    .model-of-the-month .model-of-the-month-main .owl-nav .owl-next::before {
      content: "";
      position: absolute;
      background: url("../images/r-arrow.svg") no-repeat center center;
      background-size: contain;
      width: 20px;
      height: 20px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.border-btn {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #131313;
  cursor: pointer;
  text-transform: uppercase;
  color: var(--font-clr-primary);
  padding: 15px 25px 12px 25px;
  justify-content: center;
  border-radius: 30px;
  display: inline-flex;
  position: relative;
  gap: 10px;
  align-items: center;
  transition: box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, background-color 0.3s ease, outline 0.3s ease; }
  @media only screen and (max-width: 767px) {
    .border-btn {
      padding: 10px 20px 7px 20px; } }

/*=====  Start of Contact us Banner Section  =====*/
.section-contact-us-banner {
  background-image: url("../images/contact-us.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  min-height: 600px; }
  @media only screen and (max-width: 1199px) {
    .section-contact-us-banner {
      height: 50vh;
      min-height: auto; } }
  .section-contact-us-banner .hello-text {
    font-family: var(--font-racing);
    font-size: 1.5rem;
    font-weight: 500; }
  .section-contact-us-banner .banner-title {
    font-family: var(--font-pp-mori);
    font-size: 2.5rem;
    font-weight: 600; }
  .section-contact-us-banner a.btn-primary {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.375rem; }

.send-btn {
  margin-top: 10px;
  padding: 15px 50px;
  background-color: var(--web-secondary-color);
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: var(--web-primary-color);
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  border: none;
  box-shadow: 0 4px 4px rgba(8, 8, 8, 0.08), 0 1px 2px rgba(8, 8, 8, 0.2), inset 0 6px 12px rgba(255, 255, 255, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.2); }
  .send-btn:hover {
    background-color: var(--web-secondary-hover-1);
    color: var(--web-primary-color);
    box-shadow: 0 4px 12px rgba(0, 131, 254, 0.3); }
  @media only screen and (max-width: 575px) {
    .send-btn {
      padding: 12px 19px;
      font-size: 16px; } }

/*=====  end of Contact us Banner Section  =====*/
.home-section-content {
    background-image:
            url('/assets/web/images/contact-us.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Optional parallax */
    color: #ffffff;
    position: relative;
    padding: 80px 0;
    transition: all 0.3s ease; /* Smooth transition for hover */
}
.home-section-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Default overlay */
    z-index: 1;
    transition: background 0.3s ease; /* Smooth overlay change */
}
.home-section-content:hover::before {
    background: rgba(0, 0, 0, 0.3); /* Lighter overlay on hover for glow effect */
}
.home-section-content:hover {
    background-size: 110%; /* Slight zoom effect */
}
.home-section-content .container {
    position: relative;
    z-index: 2;
}
.home-section-content h1 {
    font-family: 'Racing Sans One', sans-serif;
    font-size: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease; /* Smooth text animation */
}
.home-section-content p {
    font-family: 'PP Mori', sans-serif;
    font-size: 20px;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}
.home-section-content:hover h1 {
    transform: scale(1.05); /* Slight text zoom on hover */
}
.home-section-content:hover p {
    opacity: 1; /* Brighten text on hover */
}


/* Background effect for the section */
.stylish-bg {
    position: relative;
    background: linear-gradient(135deg, #667eea, #764ba2); /* Gradient background */
    color: white;
    overflow: hidden;
    z-index: 1;
}

/* Optional overlay effect */
.stylish-bg::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent 70%);
    animation: float-bg 10s linear infinite;
    z-index: 0;
}

/* Make sure content is above overlay */
.stylish-bg .container,
.stylish-bg .row {
    position: relative;
    z-index: 2;
}

/* Animation keyframes */
@keyframes float-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.blurred-bg-effect {
    position: relative;
    background: #0f0f0f; /* Fallback dark background */
    color: white;
    overflow: hidden;
    z-index: 1;
}

/* Add blurred gradient shapes */
.blurred-bg-effect::before,
.blurred-bg-effect::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #ff6ec4 0%, transparent 70%);
    filter: blur(100px);
    opacity: 0.5;
    z-index: 0;
    animation: move-blur 20s linear infinite alternate;
}

.blurred-bg-effect::after {
    background: radial-gradient(circle, #7873f5 0%, transparent 70%);
    top: auto;
    left: auto;
    bottom: -100px;
    right: -100px;
    animation-delay: 5s;
}

@keyframes move-blur {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(100px, -50px) scale(1.2);
    }
}

/* Make sure content is above */
.blurred-bg-effect .container,
.blurred-bg-effect .row {
    position: relative;
    z-index: 2;
}
.font-family-racing-sans-one{
    font-family: 'Racing Sans One';
    font-color:white;
}
.glassmorphism-bg {
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    color: white;
    z-index: 1;
}
