/* luxvoya.world - Caribbean Pirate Theme CSS (Version 3 - Different Colors) */

:root {
  --ocean-blue: #38b2ac;
  --deep-sea: #234e52;
  --treasure-gold: #ed8936;
  --sand-beige: #fbd38d;
  --wood-brown: #652b19;
  --coral-red: #fc8181;
  --sea-foam: #81e6d9;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Raleway', sans-serif;
  background: linear-gradient(180deg, #f0fdfa 0%, #ccfbf1 100%);
  color: #2d3748;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Pirata One', cursive;
  font-weight: 400;
  letter-spacing: 1px;
}

/* Navigation - using existing structure */
#menu1 {
  background: linear-gradient(135deg, var(--deep-sea) 0%, var(--ocean-blue) 100%);
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid var(--treasure-gold);
}

#menu1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu {
  width: 100%;
  padding: 0;
}

.mobile-menu>.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
  flex-wrap: nowrap;
}

.luxvoya-logo a {
  font-family: 'Pirata One', cursive;
  font-size: 2.5rem;
  color: var(--treasure-gold);
  text-decoration: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  display: block;
  line-height: 1;
}

.luxvoya-logo a:hover {
  color: var(--sand-beige);
  transform: scale(1.05);
}

ul.menu {
  list-style: none;
  display: flex;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  align-items: center;
}

ul.menu li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  line-height: 1;
}

ul.menu li a:hover {
  background: rgba(236, 201, 75, 0.2);
  border-color: var(--treasure-gold);
  color: var(--treasure-gold);
}

/* Hero Banner */
.luxvoya-inner-page-header {
  position: relative;
  min-height: 90vh;
  background: linear-gradient(135deg, #234e52 0%, #38b2ac 50%, #4fd1c5 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.luxvoya-inner-page-header img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.luxvoya-inner-page-header::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 100"><path d="M0,50 Q300,10 600,50 T1200,50 L1200,100 L0,100 Z" fill="rgba(79,209,197,0.3)"/></svg>') repeat-x;
  animation: wave 20s linear infinite;
}

@keyframes wave {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 1200px 0;
  }
}

.luxvoya-banner-text {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 60px 0;
  text-align: center;
}

.hero-subtitle {
  font-size: 1.3rem;
  color: var(--treasure-gold);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 20px;
}

.luxvoya-banner-text h2 {
  font-size: 4.5rem;
  color: #ffffff;
  margin-bottom: 30px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}

.luxvoya-banner-text p {
  font-size: 1.2rem;
  color: #f0fdfa;
  margin-bottom: 40px;
  line-height: 1.8;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}

.btn-primary {
  background: linear-gradient(135deg, var(--treasure-gold) 0%, #f6ad55 100%);
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(237, 137, 54, 0.4);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(236, 201, 75, 0.6);
  text-decoration: none;
}

.btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
  text-decoration: none;
}

/* Header Bottom Section */
.luxvoya-header-bottom-section {
  text-align: center;
  padding: 30px 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.luxvoya-header-bottom-section img {
  height: 60px;
  width: auto;
  opacity: 0.6;
}

/* Trading/Features Area */
.luxvoya-trnading-area {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #fbd38d 100%);
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 3rem;
  color: var(--deep-sea);
  margin-bottom: 15px;
}

.section-header p {
  font-size: 1.2rem;
  color: #4a5568;
}

.luxvoya-product-section-area {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  margin-bottom: 30px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.luxvoya-product-section-area:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  border-color: var(--treasure-gold);
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, var(--ocean-blue), var(--deep-sea));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--treasure-gold);
}

.luxvoya-product-section-area h3 {
  font-size: 1.8rem;
  color: var(--deep-sea);
  margin-bottom: 15px;
}

.luxvoya-product-section-area p {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.7;
}

/* Welcome Area - Game Showcase */
.luxvoya-welcome-area {
  padding: 100px 0;
  background: linear-gradient(180deg, #fbd38d 0%, #feebc8 100%);
}

.luxvoya-welcome-area-black {
  background: linear-gradient(135deg, var(--deep-sea) 0%, var(--ocean-blue) 100%);
  color: #ffffff;
}

.treasure-chest-frame {
  width: 100%;
  height: 450px;
  background: linear-gradient(135deg, var(--wood-brown), #5a2e06);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
  border: 5px solid var(--treasure-gold);
}

.chest-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--treasure-gold) 0%, transparent 70%);
  animation: pulse-glow 3s ease-in-out infinite;
}

@keyframes pulse-glow {

  0%,
  100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
}

.luxvoya-welcome-text {
  padding: 0 40px;
}

.luxvoya-welcome-text span {
  font-size: 1rem;
  color: var(--treasure-gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.luxvoya-welcome-area-black .luxvoya-welcome-text span {
  color: var(--treasure-gold);
}

.luxvoya-welcome-text h2 {
  font-size: 3rem;
  margin-bottom: 25px;
  color: var(--deep-sea);
}

.luxvoya-welcome-area-black .luxvoya-welcome-text h2 {
  color: #ffffff;
}

.luxvoya-welcome-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #4a5568;
}

.luxvoya-welcome-area-black .luxvoya-welcome-text p {
  color: #f0fdfa;
}

.game-features-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.game-features-list li {
  padding: 12px 0;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 15px;
}

.game-features-list i {
  color: var(--treasure-gold);
  font-size: 1.3rem;
}

.game-actions {
  display: flex;
  gap: 15px;
  margin-top: 35px;
}

.btn-play,
.btn-demo,
.btn-learn {
  padding: 14px 35px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}

.btn-play {
  background: var(--treasure-gold);
  color: #ffffff;
}

.btn-play:hover {
  background: #f6ad55;
  transform: translateY(-3px);
  text-decoration: none;
}

.btn-demo {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-demo:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.btn-learn {
  background: var(--ocean-blue);
  color: #ffffff;
}

.btn-learn:hover {
  background: var(--deep-sea);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(44, 82, 130, 0.4);
  text-decoration: none;
}

.luxvoya-welcome-area-img {
  position: relative;
}

.luxvoya-welcome-area-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  border: 5px solid var(--treasure-gold);
}

/* Disclaimer/Game Area */
.luxvoya-disclaimer-area {
  padding: 100px 0;
  background: #ffffff;
}

.game-header {
  text-align: center;
  margin-bottom: 50px;
}

.game-tag {
  font-size: 1rem;
  color: var(--ocean-blue);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.game-header h2 {
  font-size: 3rem;
  color: var(--deep-sea);
  margin-bottom: 20px;
}

.game-header p {
  font-size: 1.1rem;
  color: #4a5568;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

.ifreamcontainer {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  border: 5px solid var(--treasure-gold);
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* FAQ Area */
.luxvoya-faq-area {
  padding: 100px 0;
  background: linear-gradient(180deg, #fbd38d 0%, #feebc8 100%);
}

.faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.faq-header h2 {
  font-size: 3rem;
  color: var(--deep-sea);
  margin-bottom: 15px;
}

.faq-header p {
  font-size: 1.1rem;
  color: #4a5568;
}

.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  width: 100%;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 3px solid var(--ocean-blue);
  padding: 25px 30px;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--deep-sea);
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  font-family: 'Raleway', sans-serif;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: var(--ocean-blue);
  transition: transform 0.3s ease;
}

.faq-question:hover {
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
  border-color: var(--treasure-gold);
}

.faq-question[aria-expanded="true"]::after {
  content: '−';
  transform: translateY(-50%) rotate(180deg);
}

.luxvoya-colleps-text {
  padding: 25px 30px;
  background: #f8f9fa;
  border: 3px solid var(--ocean-blue);
  border-top: none;
  border-radius: 0 0 15px 15px;
  margin-top: -15px;
}

.luxvoya-colleps-text p {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.7;
  margin: 0;
}

.luxvoya-colleps-text a {
  color: var(--ocean-blue);
  font-weight: 600;
  text-decoration: none;
}

.luxvoya-colleps-text a:hover {
  color: var(--deep-sea);
  text-decoration: underline;
}

/* Top Sale Area / Carousel */
.luxvoya-top-sale-area {
  padding: 100px 0;
  background: linear-gradient(180deg, #f0fdfa 0%, #ccfbf1 100%);
}

.luxvoya-top-sale-area h2 {
  font-size: 3rem;
  color: var(--deep-sea);
  text-align: center;
  margin-bottom: 60px;
}

.info-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 3px solid transparent;
}

.info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  border-color: var(--treasure-gold);
}

.info-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-content {
  padding: 30px 25px;
}

.card-content h3 {
  font-size: 1.6rem;
  color: var(--deep-sea);
  margin-bottom: 15px;
}

.card-content p {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.7;
}

/* Owl Carousel */
.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background: var(--ocean-blue) !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  font-size: 1.5rem !important;
  transition: all 0.3s ease !important;
  border: 2px solid var(--treasure-gold) !important;
}

.owl-carousel .owl-nav button:hover {
  background: var(--deep-sea) !important;
  transform: scale(1.1) !important;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--treasure-gold) !important;
}

/* Footer */
footer {
  background: linear-gradient(135deg, var(--deep-sea) 0%, var(--ocean-blue) 100%);
  padding: 60px 0 30px;
  border-top: 5px solid var(--treasure-gold);
}

.luxvoya-footer-logo {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.luxvoya-footer-logo img {
  width: 100px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.luxvoya-footer-logo img:hover {
  opacity: 1;
  transform: scale(1.05);
}

.footer-bg {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}

.footer-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.footer-menu li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-menu li:last-child a {
  border-right: none;
}

.footer-menu li a:hover {
  color: var(--treasure-gold);
}

/* Additional Pages Content */
.luxvoya-about-section {
  padding: 80px 0;
  background: #ffffff;
}

.luxvoya-about-content {
  max-width: 900px;
  margin: 0 auto;
}

.luxvoya-about-tag {
  font-size: 1rem;
  color: var(--ocean-blue);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.luxvoya-about-content h2 {
  font-size: 2.5rem;
  color: var(--deep-sea);
  margin-bottom: 25px;
}

.luxvoya-about-content h3 {
  font-size: 1.8rem;
  color: var(--ocean-blue);
  margin: 30px 0 20px;
}

.luxvoya-about-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 20px;
}

.luxvoya-about-content ul {
  padding-left: 30px;
  margin: 20px 0;
}

.luxvoya-about-content li {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 12px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .luxvoya-banner-text h2 {
    font-size: 3.5rem;
  }

  .section-header h2,
  .game-header h2,
  .faq-header h2,
  .luxvoya-top-sale-area h2 {
    font-size: 2.5rem;
  }

  .luxvoya-product-section-area {
    min-height: auto;
  }

  .game-features-list li {
    font-size: 1rem;
  }

  .faq-question {
    font-size: 1rem;
    padding: 20px 25px;
  }

  .footer-menu ul {
    flex-direction: column;
    text-align: center;
  }

  .footer-menu li a {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    padding: 10px 0;
  }

  .footer-menu li:last-child a {
    border-bottom: none;
  }
}

@media (max-width: 576px) {
  .luxvoya-logo a {
    font-size: 2rem;
  }

  .luxvoya-banner-text h2 {
    font-size: 2rem;
  }

  .btn-primary,
  .btn-secondary,
  .btn-play,
  .btn-demo,
  .btn-learn {
    padding: 12px 25px;
    font-size: 0.9rem;
  }

  .luxvoya-footer-logo img {
    width: 80px;
  }

  .treasure-chest-frame {
    height: 300px;
  }
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f0fdfa;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--ocean-blue), var(--deep-sea));
  border-radius: 10px;
  border: 2px solid var(--treasure-gold);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--deep-sea), #0d2847);
}

/* Selection Styling */
::selection {
  background: var(--treasure-gold);
  color: var(--wood-brown);
}

::-moz-selection {
  background: var(--treasure-gold);
  color: var(--wood-brown);
}

/* Additional Helper Classes */
.text-center {
  text-align: center;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

/* Form Styles */
.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--deep-sea);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form-control {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #dee2e6;
  border-radius: 10px;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.form-control:focus {
  outline: none;
  border-color: var(--ocean-blue);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(44, 82, 130, 0.1);
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.btn-submit {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, var(--ocean-blue), var(--deep-sea));
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: linear-gradient(135deg, var(--deep-sea), #0d2847);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(26, 54, 93, 0.3);
}

/* Table Styles */
table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

table th {
  background: linear-gradient(135deg, var(--ocean-blue), var(--deep-sea));
  color: #ffffff;
  padding: 18px 20px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

table td {
  padding: 15px 20px;
  border-bottom: 1px solid #dee2e6;
  color: #4a5568;
}

table tr:last-child td {
  border-bottom: none;
}

table tr:hover {
  background: #f8f9fa;
}

/* Alert Boxes */
.alert {
  padding: 20px 25px;
  border-radius: 10px;
  margin: 20px 0;
  border-left: 5px solid;
}

.alert-success {
  background: #d4edda;
  border-color: #28a745;
  color: #155724;
}

.alert-warning {
  background: #fff3cd;
  border-color: #ffc107;
  color: #856404;
}

.alert-danger {
  background: #f8d7da;
  border-color: #dc3545;
  color: #721c24;
}

.alert-info {
  background: #d1ecf1;
  border-color: var(--ocean-blue);
  color: var(--deep-sea);
}

/* Loading Spinner */
.loading-spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 5px solid rgba(44, 82, 130, 0.2);
  border-top-color: var(--ocean-blue);
  border-radius: 50%;
  animation: spinner-rotate 1s linear infinite;
}

@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Mean Menu Responsive */
.mean-container .mean-bar {
  background: var(--deep-sea);
  border-bottom: 2px solid var(--treasure-gold);
}

.mean-container .mean-nav {
  background: var(--ocean-blue);
}

.mean-container .mean-nav ul li a {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a:hover {
  background: var(--deep-sea);
  color: var(--treasure-gold);
}

.mean-container a.meanmenu-reveal {
  color: var(--treasure-gold);
}

/* All remaining CSS classes from luxvoya.world template */
.luxvoya-inner-page-header1 {
  min-height: 60vh;
}

.luxvoya-inner-page-header1 h2 {
  font-size: 3.5rem;
  margin-bottom: 0;
}

.luxvoya-welcome-area-reverce .row {
  flex-direction: row-reverse;
}

.luxvoya-logo-area {
  display: flex;
  align-items: center;
}

.luxvoya-logo {
  margin: 0;
  padding: 0;
}

.luxvoya-menu-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dgmenuwrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dgnav {
  display: flex;
  align-items: center;
}

.luxvoya-contact-contant {
  padding: 80px 0;
  background: #ffffff;
}

.luxvoya-send-text {
  max-width: 700px;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border: 3px solid var(--treasure-gold);
}

.luxvoya-send-free {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, var(--ocean-blue), var(--deep-sea));
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.input-text,
.input-text:focus {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #dee2e6;
  border-radius: 10px;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.input-text:focus {
  outline: none;
  border-color: var(--ocean-blue);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(44, 82, 130, 0.1);
}

.input-text-msg {
  min-height: 150px;
  resize: vertical;
}

.luxvoya-inner-details-section {
  padding: 80px 0;
  background: #ffffff;
}

.luxvoya-symbol-area {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--deep-sea) 0%, var(--ocean-blue) 100%);
  text-align: center;
  color: #ffffff;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12,
.col-md-4,
.col-lg-4,
.col-lg-6,
.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.luxvoya-welcome-text {
  padding: 0;
  margin-top: 30px;
}

.luxvoya-welcome-area-img img {
  height: 400px;
}

@media (max-width: 768px) {
  ul.menu {
    display: none;
  }

  .section-header h2,
  .game-header h2,
  .faq-header h2,
  .luxvoya-top-sale-area h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1a202c;
  }
}