/* ===== INDEXPAGE NAVBAR CSS START ===== */
.indexpage {
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .navbar {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  padding: 12px 0;
  border-bottom: 2px solid #28384f;
}

.indexpage .brand-text-2me {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .brand-text-hot {
  color: #ffc107;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .nav-link {
  color: #e0e1dd;
  font-size: 1.15rem;
  letter-spacing: 0.5px;
  position: relative;
  transition: all 0.3s ease;
}

.indexpage .nav-link:hover,
.indexpage .nav-link:focus {
  color: #ffc107;
}

.indexpage .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 15px;
  background-color: #ffc107;
  transition: width 0.3s ease;
}

.indexpage .nav-link:hover::after,
.indexpage .nav-link.active::after {
  width: calc(100% - 30px);
}

.indexpage .nav-link.active {
  color: #ffc107;
  font-weight: 600;
}

.indexpage .dropdown-menu {
  background-color: #1b263b;
  border: 1px solid #28384f;
  margin-top: 10px;
}

.indexpage .dropdown-item {
  color: #e0e1dd;
  padding: 10px 20px;
}

.indexpage .dropdown-item:hover,
.indexpage .dropdown-item:focus {
  background-color: #ffc107;
  color: #0d1b2a;
}

.indexpage .btn-gallery {
  background-color: #ffc107;
  color: #0d1b2a;
  border: 2px solid #ffc107;
  font-weight: 700;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
}

.indexpage .btn-gallery:hover {
  background-color: transparent;
  color: #ffc107;
}

@media (max-width: 991.98px) {
  .indexpage .navbar-collapse {
    background-color: #0d1b2a;
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
    border: 1px solid #28384f;
  }
  .indexpage .nav-link {
    padding: 10px 15px !important;
    margin: 5px 0 !important;
  }
  .indexpage .nav-link::after {
    display: none;
  }
  .indexpage .btn-gallery {
    width: 100%;
    margin-top: 15px;
  }
}
/* ===== INDEXPAGE NAVBAR CSS END ===== */

/* ===== INDEXPAGE BANNER CSS START ===== */
.indexpage.hero-section {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  font-family: 'Times New Roman', Times, serif;
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
}

.indexpage .min-vh-75 {
  min-height: 70vh;
}

.indexpage .badge-custom {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
  border: 1px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.indexpage h1, 
.indexpage h3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .text-gold {
  color: #ffc107;
}

.indexpage .text-light-muted {
  color: #e0e1dd;
  font-size: 1.1rem;
}

.indexpage .btn-primary-custom {
  background-color: #ffc107;
  color: #0d1b2a;
  border: 2px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
}

.indexpage .btn-primary-custom:hover {
  background-color: transparent;
  color: #ffc107;
  border-color: #ffc107;
}

.indexpage .btn-outline-custom {
  background-color: transparent;
  color: #e0e1dd;
  border: 2px solid #e0e1dd;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
}

.indexpage .btn-outline-custom:hover {
  background-color: #e0e1dd;
  color: #0d1b2a;
  border-color: #e0e1dd;
}

.indexpage .hero-card {
  background-color: rgba(27, 38, 59, 0.7);
  backdrop-filter: blur(10px);
  border-color: #28384f !important;
}

@media (max-width: 991.98px) {
  .indexpage.hero-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
/* ===== INDEXPAGE BANNER CSS END ===== */



/* ===== INDEXPAGE SERVICES CSS START ===== */
.indexpage.services-content-section {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  font-family: 'Times New Roman', Times, serif;
}

.indexpage h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.5px;
}

.indexpage .text-gold {
  color: #ffc107;
}

.indexpage .text-light-muted {
  color: #e0e1dd;
  font-size: 1.05rem;
  line-height: 1.7;
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .service-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, #28384f, transparent);
}

@media (max-width: 991.98px) {
  .indexpage.services-content-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
/* ===== INDEXPAGE SERVICES CSS END ===== */


/* ===== INDEXPAGE INDEPENDENT CSS START ===== */
.indexpage.independent-section {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .badge-custom {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
  border: 1px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.indexpage h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.5px;
}

.indexpage .text-gold {
  color: #ffc107;
}

.indexpage .independent-card {
  background-color: #161f30;
  border: 1px solid #28384f;
  transition: all 0.3s ease;
}

.indexpage .independent-card:hover {
  border-color: #ffc107;
  transform: translateY(-4px);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.5) !important;
}

.indexpage .independent-img-wrapper {
  height: 180px;
  border: 1px solid #28384f;
}

.indexpage .independent-img-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.indexpage .independent-card:hover .independent-img-wrapper img {
  transform: scale(1.05);
}

.indexpage .online-badge {
  background-color: rgba(40, 167, 69, 0.9);
  backdrop-filter: blur(5px);
  font-size: 0.7rem;
  letter-spacing: 0.5px;
}

.indexpage .spec-tag {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #28384f;
  color: #e0e1dd;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.75rem !important;
}

.indexpage .btn-call-custom {
  background-color: transparent;
  color: #ffc107;
  border: 2px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
}

.indexpage .btn-call-custom:hover {
  background-color: #ffc107;
  color: #0d1b2a;
}

.indexpage .btn-whatsapp-custom {
  background-color: #bada55;
  color: #0d1b2a;
  border: 2px solid #bada55;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
}

.indexpage .btn-whatsapp-custom:hover {
  background-color: transparent;
  color: #bada55;
}

.indexpage h3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media (max-width: 991.98px) {
  .indexpage.independent-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/* ===== INDEXPAGE INDEPENDENT CSS END ===== */





/* ===== INDEXPAGE WHYCHOOSE CSS START ===== */
.indexpage.whychoose-section {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .badge-custom {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
  border: 1px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.indexpage h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.5px;
}

.indexpage .text-gold {
  color: #ffc107;
}

.indexpage .text-light-muted {
  color: #e0e1dd;
  font-size: 1.05rem;
  line-height: 1.7;
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .feature-box {
  background-color: #161f30;
  border: 1px solid #28384f;
  color: #e0e1dd;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.indexpage .feature-box:hover {
  background-color: rgba(255, 193, 7, 0.1);
  border-color: #ffc107;
  color: #ffc107;
  transform: translateY(-3px);
}

.indexpage .whychoose-img-wrapper {
  height: 450px;
  border-color: #28384f !important;
}

.indexpage .whychoose-img-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.indexpage .whychoose-img-wrapper:hover img {
  transform: scale(1.03);
}

@media (max-width: 991.98px) {
  .indexpage.whychoose-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .indexpage .whychoose-img-wrapper {
    height: 350px;
  }
}
/* ===== INDEXPAGE WHYCHOOSE CSS END ===== */




/* ===== INDEXPAGE GLAMOROUS CSS START ===== */
.indexpage.glamorous-section {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .glamorous-img-wrapper {
  height: 450px;
  border-color: #28384f !important;
  background-color: #161f30;
}

.indexpage .glamorous-img-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.indexpage .glamorous-img-wrapper:hover img {
  transform: scale(1.03);
}

.indexpage .verified-badge {
  background-color: rgba(13, 27, 42, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid #28384f;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .badge-custom {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
  border: 1px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.indexpage h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.5px;
}

.indexpage .text-gold {
  color: #ffc107;
}

.indexpage .text-light-muted {
  color: #e0e1dd;
  font-size: 1.05rem;
  line-height: 1.7;
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .feature-pill {
  background-color: #161f30;
  border: 1px solid #28384f;
  color: #e0e1dd;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.indexpage .feature-pill:hover {
  background-color: rgba(255, 193, 7, 0.1);
  border-color: #ffc107;
  color: #ffc107;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .indexpage.glamorous-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .indexpage .glamorous-img-wrapper {
    height: 350px;
  }
}
/* ===== INDEXPAGE GLAMOROUS CSS END ===== */



/* ===== INDEXPAGE PROFILES CSS START ===== */
.indexpage.profiles-section {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .profile-card {
  background-color: #161f30;
  border: 1px solid #28384f;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.indexpage .profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5) !important;
}

.indexpage .profile-img-wrapper {
  height: 380px;
  overflow: hidden;
}

.indexpage .profile-img-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.indexpage .profile-card:hover .profile-img-wrapper img {
  transform: scale(1.05);
}

.indexpage .rating-badge {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  font-size: 0.85rem;
}

.indexpage .premium-badge {
  background-color: rgba(255, 193, 7, 0.2);
  color: #ffc107;
  border: 1px solid #ffc107;
  font-size: 0.7rem;
  letter-spacing: 1px;
}

.indexpage .online-dot {
  width: 10px;
  height: 10px;
  background-color: #28a745;
  border-radius: 50%;
  display: inline-block;
}

.indexpage .profile-subtitle {
  color: #a0aec0 !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .profile-specs {
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 0.85rem;
  color: #e0e1dd;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .btn-call {
  background-color: #ffc107;
  color: #0d1b2a;
  border: 2px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.indexpage .btn-call:hover {
  background-color: transparent;
  color: #ffc107;
}

.indexpage .btn-chat {
  background-color: #212c42;
  color: #e0e1dd;
  border: 2px solid #28384f;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.indexpage .btn-chat:hover {
  background-color: #28384f;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .indexpage.profiles-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/* ===== INDEXPAGE PROFILES CSS END ===== */



/* ===== INDEXPAGE CATEGORIES CSS START ===== */
.indexpage.categories-section {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .badge-custom {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
  border: 1px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.indexpage h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.5px;
}

.indexpage .text-gold {
  color: #ffc107;
}

.indexpage .category-title-underline {
  width: 60px;
  height: 3px;
  background-color: #ffc107;
  border-radius: 2px;
}

.indexpage .category-card {
  background-color: #161f30;
  border: 1px solid #28384f;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.indexpage .category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5) !important;
  border-color: #ffc107;
}

.indexpage .category-img-container {
  width: 150px;
  height: 150px;
  border: 2px solid #28384f;
  background-color: #0d1b2a;
  transition: border-color 0.3s ease;
}

.indexpage .category-card:hover .category-img-container {
  border-color: #ffc107;
}

.indexpage .category-img-container img {
  transition: transform 0.5s ease;
}

.indexpage .category-card:hover .category-img-container img {
  transform: scale(1.08);
}

.indexpage h3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .btn-category-custom {
  background-color: #ffc107;
  color: #0d1b2a;
  border: 2px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
}

.indexpage .btn-category-custom:hover {
  background-color: transparent;
  color: #ffc107;
  border-color: #ffc107;
}

@media (max-width: 991.98px) {
  .indexpage.categories-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/* ===== INDEXPAGE CATEGORIES CSS END ===== */




/* ===== INDEXPAGE CATEGORIES CSS START ===== */
.indexpage.categories-section {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .badge-custom {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
  border: 1px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.indexpage h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.5px;
}

.indexpage .text-gold {
  color: #ffc107;
}

.indexpage .text-light-muted {
  color: #e0e1dd;
  font-size: 1rem;
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .category-card-modern {
  background-color: rgba(27, 38, 59, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid #28384f;
  transition: all 0.4s ease;
}

.indexpage .category-card-modern:hover {
  transform: translateY(-8px);
  border-color: #ffc107;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.6) !important;
}

.indexpage .category-bg-glow {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 120px;
  height: 120px;
  background: rgba(255, 193, 7, 0.08);
  border-radius: 50%;
  filter: blur(25px);
  z-index: 0;
}

.indexpage .category-img-wrapper {
  height: 200px;
  border: 2px solid #28384f;
  position: relative;
  z-index: 1;
  transition: border-color 0.3s ease;
}

.indexpage .category-card-modern:hover .category-img-wrapper {
  border-color: #ffc107;
}

.indexpage .category-img-wrapper img {
  transition: transform 0.6s ease;
}

.indexpage .category-card-modern:hover .category-img-wrapper img {
  transform: scale(1.1);
}

.indexpage h3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  z-index: 1;
}

.indexpage .btn-category-modern {
  background-color: transparent;
  color: #ffc107;
  border: 2px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.indexpage .btn-category-modern:hover {
  background-color: #ffc107;
  color: #0d1b2a;
}

@media (max-width: 991.98px) {
  .indexpage.categories-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/* ===== INDEXPAGE CATEGORIES CSS END ===== */



/* /* ===== INDEXPAGE REALITY CSS START ===== --> */
.indexpage.reality-section {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .badge-custom {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
  border: 1px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.indexpage h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.5px;
}

.indexpage .text-gold {
  color: #ffc107;
}

.indexpage .text-light-muted {
  color: #e0e1dd;
  font-size: 1.05rem;
  line-height: 1.7;
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .reality-feature-item {
  background-color: #161f30;
  border: 1px solid #28384f;
  transition: all 0.3s ease;
}

.indexpage .reality-feature-item:hover {
  border-color: #ffc107;
  transform: translateY(-2px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4) !important;
}

.indexpage .reality-icon-box {
  background-color: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.2);
  min-width: 50px;
  height: 50px;
}

.indexpage .reality-img-wrapper {
  height: 480px;
  border-color: #28384f !important;
  background-color: #161f30;
}

.indexpage .reality-img-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.indexpage .reality-img-wrapper:hover img {
  transform: scale(1.03);
}

.indexpage .reality-badge {
  background-color: rgba(13, 27, 42, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid #28384f;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.9rem;
}

.indexpage h3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media (max-width: 991.98px) {
  .indexpage.reality-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .indexpage .reality-img-wrapper {
    height: 350px;
  }
}
/* ===== INDEXPAGE REALITY CSS END ===== */




/* ===== INDEXPAGE ELITE CSS START ===== */
.indexpage.elite-section {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .elite-img-wrapper {
  height: 520px;
  border-color: #28384f !important;
  background-color: #161f30;
}

.indexpage .elite-img-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.indexpage .elite-img-wrapper:hover img {
  transform: scale(1.03);
}

.indexpage .elite-badge {
  background-color: rgba(13, 27, 42, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid #28384f;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .elite-badge-icon {
  width: 32px;
  height: 32px;
  background-color: #ffc107;
  color: #0d1b2a;
}

.indexpage .badge-custom {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
  border: 1px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.indexpage h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.5px;
}

.indexpage .text-gold {
  color: #ffc107;
}

.indexpage .text-light-muted {
  color: #e0e1dd;
  font-size: 1.05rem;
  line-height: 1.7;
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .elite-feature-box {
  background-color: #161f30;
  border: 1px solid #28384f;
  transition: all 0.3s ease;
}

.indexpage .elite-feature-box:hover {
  border-color: #ffc107;
  transform: translateY(-2px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4) !important;
}

.indexpage .elite-icon-box {
  background-color: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.2);
  min-width: 40px;
  height: 40px;
}

.indexpage h3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media (max-width: 991.98px) {
  .indexpage.elite-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .indexpage .elite-img-wrapper {
    height: 380px;
  }
}
/* ===== INDEXPAGE ELITE CSS END ===== */



/* ===== INDEXPAGE VIPPACKAGES CSS START ===== */
.indexpage.vippackages-section {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .badge-custom {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
  border: 1px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.indexpage h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.5px;
}

.indexpage .text-gold {
  color: #ffc107;
}

.indexpage .text-light-muted {
  color: #e0e1dd;
  font-size: 1.05rem;
  line-height: 1.7;
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .vip-card {
  background-color: #161f30;
  border: 1px solid #28384f;
  transition: all 0.3s ease;
}

.indexpage .vip-card:hover {
  border-color: #ffc107;
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.6) !important;
}

.indexpage .vip-card-popular {
  background-color: rgba(22, 31, 48, 0.95);
  border: 2px solid #ffc107;
  transform: scale(1.03);
}

.indexpage .vip-card-popular:hover {
  transform: scale(1.05) translateY(-5px);
}

.indexpage .border-gold {
  border-color: #ffc107 !important;
}

.indexpage .popular-badge {
  background-color: #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(255, 193, 7, 0.3);
}

.indexpage .price-box {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid #28384f;
}

.indexpage .btn-vip-outline {
  background-color: transparent;
  color: #ffc107;
  border: 2px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
}

.indexpage .btn-vip-outline:hover {
  background-color: #ffc107;
  color: #0d1b2a;
}

.indexpage .btn-vip-solid {
  background-color: #ffc107;
  color: #0d1b2a;
  border: 2px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
}

.indexpage .btn-vip-solid:hover {
  background-color: transparent;
  color: #ffc107;
}

.indexpage h3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media (max-width: 991.98px) {
  .indexpage.vippackages-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .indexpage .vip-card-popular {
    transform: scale(1);
  }
  .indexpage .vip-card-popular:hover {
    transform: translateY(-5px);
  }
}
/* ===== INDEXPAGE VIPPACKAGES CSS END ===== */



/* ===== INDEXPAGE RATECHART CSS START ===== */
.indexpage.ratechart-section {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .badge-custom {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
  border: 1px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.indexpage h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.5px;
}

.indexpage h3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .text-gold {
  color: #ffc107;
}

.indexpage .text-light-muted {
  color: #e0e1dd;
  font-size: 1.05rem;
  line-height: 1.7;
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .rate-table-wrapper {
  background-color: #161f30;
  border: 1px solid #28384f !important;
  overflow: hidden;
}

.indexpage .table-dark {
  background-color: transparent;
  color: #e0e1dd;
}

.indexpage .table-dark th {
  background-color: #1b263b;
  color: #ffc107;
  border-bottom: 2px solid #28384f;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
}

.indexpage .table-dark td {
  background-color: transparent;
  border-bottom: 1px solid #28384f;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .table-hover > tbody > tr:hover > * {
  background-color: rgba(255, 193, 7, 0.05);
  color: #ffffff;
}

.indexpage .btn-call-table {
  background-color: #ffc107;
  color: #0d1b2a;
  border: 2px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.indexpage .btn-call-table:hover {
  background-color: transparent;
  color: #ffc107;
}

@media (max-width: 991.98px) {
  .indexpage.ratechart-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/* ===== INDEXPAGE RATECHART CSS END ===== */




/* ===== INDEXPAGE FAQ CSS START ===== */
.indexpage.faq-section {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .badge-custom {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
  border: 1px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.indexpage h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.5px;
}

.indexpage .text-gold {
  color: #ffc107;
}

.indexpage .text-light-muted {
  color: #e0e1dd;
  font-size: 1.05rem;
  line-height: 1.7;
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .faq-stat-box {
  background-color: #161f30;
  border-color: #28384f !important;
  transition: all 0.3s ease;
}

.indexpage .faq-stat-box:hover {
  border-color: #ffc107 !important;
  transform: translateY(-3px);
}

.indexpage .faq-item {
  background-color: #161f30 !important;
  border-color: #28384f !important;
}

.indexpage .accordion-button {
  background-color: #161f30 !important;
  color: #ffffff !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: none !important;
}

.indexpage .accordion-button:not(.collapsed) {
  background-color: #1b263b !important;
  color: #ffc107 !important;
}

.indexpage .accordion-button::after {
  filter: brightness(0) invert(1);
}

.indexpage .accordion-button:not(.collapsed)::after {
  filter: sepia(1) saturate(5) hue-rotate(5deg);
}

.indexpage .faq-number {
  background-color: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.2);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media (max-width: 991.98px) {
  .indexpage.faq-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/* ===== INDEXPAGE FAQ CSS END ===== */



/* ===== INDEXPAGE LOCATIONS CSS START ===== */
.indexpage.locations-section {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .badge-custom {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
  border: 1px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.indexpage h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.5px;
}

.indexpage h3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .text-gold {
  color: #ffc107;
}

.indexpage .text-light-muted {
  color: #e0e1dd;
  font-size: 1.05rem;
  line-height: 1.7;
  font-family: 'Times New Roman', Times, serif;
}

.indexpage .location-card {
  background-color: #161f30;
  border: 1px solid #28384f !important;
}

.indexpage .status-pill {
  background-color: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.3);
}

.indexpage .online-dot {
  width: 8px;
  height: 8px;
  background-color: #ffc107;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px #ffc107;
}

.indexpage .location-tab {
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid #28384f;
  transition: all 0.3s ease;
  cursor: pointer;
}

.indexpage .location-tab:hover {
  background-color: rgba(255, 193, 7, 0.05);
  border-color: #ffc107;
}

.indexpage .active-tab {
  background-color: rgba(255, 193, 7, 0.1);
  border-color: #ffc107;
}

.indexpage .tab-dot {
  width: 10px;
  height: 10px;
  background-color: #ffc107;
  border-radius: 50%;
}

.indexpage .tab-dot-inactive {
  width: 10px;
  height: 10px;
  background-color: #28384f;
  border-radius: 50%;
}

.indexpage .map-wrapper {
  height: 480px;
  border-color: #28384f !important;
  background-color: #161f30;
}

.indexpage .btn-call-custom {
  background-color: #ffc107;
  color: #0d1b2a;
  border: 2px solid #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
}

.indexpage .btn-call-custom:hover {
  background-color: transparent;
  color: #ffc107;
}

.indexpage .btn-whatsapp-custom {
  background-color: #212c42;
  color: #e0e1dd;
  border: 2px solid #28384f;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
}

.indexpage .btn-whatsapp-custom:hover {
  background-color: #28384f;
  color: #ffffff;
  border-color: #ffc107;
}

@media (max-width: 991.98px) {
  .indexpage.locations-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .indexpage .map-wrapper {
    height: 350px;
  }
}
/* ===== INDEXPAGE LOCATIONS CSS END ===== */




/* ===== INDEXPAGE POPULARLOCATIONS CSS START ===== */
.indexpage.popularlocations-section {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  font-family: 'Times New Roman', Times, serif;
}

.indexpage h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.5px;
}

.indexpage .text-gold {
  color: #ffc107;
}

.indexpage .location-heading-bar {
  width: 30px;
  height: 3px;
  background-color: #ffc107;
  display: inline-block;
  border-radius: 2px;
}

.indexpage .location-pill {
  background-color: #161f30;
  border: 1px solid #28384f;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.indexpage .location-pill:hover {
  background-color: rgba(255, 193, 7, 0.1);
  border-color: #ffc107;
  color: #ffc107 !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(255, 193, 7, 0.15);
}

@media (max-width: 991.98px) {
  .indexpage.popularlocations-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/* ===== INDEXPAGE POPULARLOCATIONS CSS END ===== --> */




/* ===== INDEXPAGE FOOTER CSS START ===== */
.indexpage.footer-section {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  font-family: 'Times New Roman', Times, serif;
  border-top: 2px solid #28384f;
}

.indexpage .brand-text-2me {
  color: #ffffff;
  font-weight: 700;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .brand-text-hot {
  color: #ffc107;
  font-weight: 700;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage h3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .text-gold {
  color: #ffc107;
}

.indexpage .text-light-muted {
  color: #e0e1dd;
  font-size: 0.95rem;
  line-height: 1.6;
}

.indexpage .footer-heading {
  position: relative;
  letter-spacing: 0.5px;
}

.indexpage .footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #ffc107;
}

.indexpage .social-icon-box {
  width: 35px;
  height: 35px;
  background-color: #161f30;
  border: 1px solid #28384f;
  transition: all 0.3s ease;
}

.indexpage .social-icon-box:hover {
  border-color: #ffc107;
  background-color: rgba(255, 193, 7, 0.1);
}

.indexpage .footer-link {
  transition: color 0.3s ease;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .footer-link:hover {
  color: #ffc107 !important;
}

.indexpage .footer-email {
  color: #ffc107;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .footer-email:hover {
  text-decoration: underline !important;
}

.indexpage .dmca-badge {
  background-color: #161f30;
  color: #ffc107;
  border: 1px solid #28384f;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .footer-input {
  background-color: #161f30;
  border: 1px solid #28384f;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexpage .footer-input:focus {
  background-color: #161f30;
  border-color: #ffc107;
  color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.15);
}

.indexpage .btn-subscribe {
  background-color: #bada55;
  color: #0d1b2a;
  border: 2px solid #bada55;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
}

.indexpage .btn-subscribe:hover {
  background-color: transparent;
  color: #bada55;
}

.indexpage .footer-divider {
  height: 1px;
  background-color: #28384f;
}

@media (max-width: 991.98px) {
  .indexpage.footer-section {
    padding-top: 3rem;
  }
}
/* ===== INDEXPAGE FOOTER CSS END ===== */





/* ===== INDEXPAGE FLOATINGBAR CSS START ===== */
.indexpage.floating-sticky-bar {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    z-index: 99999;
    width: auto;
    max-width: 95%;
    background: rgba(13, 27, 42, 0.75);
    backdrop-filter: blur(12px);
    padding: 8px 12px;
    border-radius: 24px;
    border: 1px solid rgba(255, 193, 7, 0.25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.indexpage .sticky-btn {
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.indexpage .sticky-btn:hover {
    transform: translateY(-4px) scale(1.08);
}

.indexpage .sticky-call {
    width: 48px;
    background: linear-gradient(135deg, #ff176b 0%, #b30047 100%);
    border-radius: 14px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 15px rgba(255, 23, 107, 0.4);
}

.indexpage .sticky-whatsapp {
    width: 48px;
    background: linear-gradient(135deg, #00e653 0%, #008033 100%);
    border-radius: 14px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 15px rgba(0, 230, 83, 0.4);
}

.indexpage .sticky-telegram {
    background: linear-gradient(135deg, #0088cc 0%, #005f8f 100%);
    border-radius: 14px;
    padding: 0 20px;
    font-size: 14.5px;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    gap: 8px;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 15px rgba(0, 136, 204, 0.4);
    letter-spacing: 0.5px;
}

.indexpage .sticky-telegram i {
    font-size: 18px;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .indexpage.floating-sticky-bar {
        bottom: 12px;
        gap: 8px;
        padding: 6px 10px;
        border-radius: 20px;
    }
    
    .indexpage .sticky-btn {
        height: 42px;
    }

    .indexpage .sticky-call, 
    .indexpage .sticky-whatsapp {
        width: 42px;
        border-radius: 12px;
        font-size: 16px;
    }

    .indexpage .sticky-telegram {
        padding: 0 14px;
        border-radius: 12px;
        font-size: 13px;
    }

    .indexpage .sticky-telegram i {
        font-size: 15px;
    }
}
/* ===== INDEXPAGE FLOATINGBAR CSS END ===== */


/* ===== AGE VERIFICATION POPUP NEW MODERN DESIGN START ===== */
.age-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 10, 18, 0.92);
    backdrop-filter: blur(12px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.age-popup-box {
    background: #0d1b2a;
    border: 2px solid #ffc107;
    border-radius: 24px;
    padding: 40px 35px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9), 0 0 35px rgba(255, 193, 7, 0.35);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #e0e1dd;
    position: relative;
    overflow: hidden;
}

/* Decorative top accent line */
.age-popup-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #ffc107, #ff6b6b, #ffc107);
}

.age-popup-title {
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

.age-popup-title .script-text {
    font-family: 'Brush Script MT', cursive, sans-serif;
    color: #ffc107;
    font-size: 2.3rem;
    font-weight: normal;
}

.age-popup-text {
    font-size: 0.98rem;
    line-height: 1.6;
    color: #cbd5e1;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.03);
    padding: 12px 15px;
    border-radius: 12px;
    border: 1px dashed rgba(255, 193, 7, 0.3);
}

.age-popup-points {
    font-size: 0.92rem;
    color: #e0e1dd;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    background: rgba(27, 38, 59, 0.6);
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid #28384f;
}

.age-popup-points p {
    margin: 0;
    position: relative;
    padding-left: 20px;
}

.age-popup-points p::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ffc107;
    font-weight: bold;
}

.popup-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #28384f, transparent);
    margin: 20px 0;
}

.age-popup-important {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 25px;
    line-height: 1.5;
}

.age-popup-btn-group {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.age-btn {
    padding: 14px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    flex: 1;
    letter-spacing: 0.5px;
}

.age-btn-enter {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
    color: #0d1b2a;
    box-shadow: 0 5px 20px rgba(255, 193, 7, 0.4);
}

.age-btn-enter:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.6);
    background: linear-gradient(135deg, #ffcd39 0%, #ffc107 100%);
}

.age-btn-leave {
    background-color: transparent;
    color: #e0e1dd;
    border: 2px solid #28384f;
}

.age-btn-leave:hover {
    background-color: #1b263b;
    border-color: #ffc107;
    color: #ffc107;
    transform: translateY(-3px);
}
/* ===== AGE VERIFICATION POPUP NEW MODERN DESIGN END ===== */