
/* Compiled Custom Layer CSS for Static Website */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&family=Marcellus&family=Outfit:wght@300;400;500;600;700;800;900&display=swap');






  body {
    font-family: 'Outfit', sans-serif;
    color: #505050;
    background-color: #FCFAF7;
    /* Ancient Sandstone Cream */
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Marcellus', serif;
    color: #1c1c1c;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }
}


  .container {
    @apply max-w-[1220px] mx-auto px-[15px];
  }

  .vs-btn {
    border: none;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #1c1c1c;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    padding: 16px 32px;
    border-radius: 8px;
    /* Slightly curved buttons */
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    gap: 10px;
    transition: all ease 0.4s;
    cursor: pointer;
  }

  .vs-btn:before,
  .vs-btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #aa771c;
    /* Gold hover */
    transform: scale(0);
    z-index: -1;
    border-radius: inherit;
    transform-origin: right bottom;
    transition: opacity ease 0.4s, visibility ease 0.4s, transform ease 0.4s;
  }

  .vs-btn:before {
    transform-origin: left top;
  }

  .vs-btn:hover {
    color: #ffffff;
  }

  .vs-btn:hover:before,
  .vs-btn:hover:after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }

  .vs-btn.style5 {
    font-size: 15px;
    font-weight: 750;
    border-radius: 8px;
    /* Slightly curved style5 buttons */
    padding: 22px 50px;
    background: #D4AF37;
    /* Gold primary */
    color: #111330;
    min-height: 60px;
  }

  .vs-btn.style5::before,
  .vs-btn.style5::after {
    background: #0C5460;
    /* Peacock Teal hover */
  }

  .sec-title {
    font-family: 'Marcellus', serif;
    font-size: 40px;
    color: #1c1c1c;
    margin-bottom: 30px;
    line-height: 1.2;
  }

  .sec-subtitle {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 900;
    color: #D4AF37;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }

  /* Traditional Star-Lattice Mughal Jaali Pattern */
  .bg-jaali {
    background-color: #FCFAF7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 0 L60 30 L30 60 L0 30 Z M30 10 L50 30 L30 50 L10 30 Z M0 0 L15 0 L0 15 Z M60 0 L45 0 L60 15 Z M60 60 L45 60 L60 45 Z M0 60 L15 60 L0 45 Z' fill='%23D4AF37' fill-opacity='0.025' fill-rule='evenodd'/%3E%3C/svg%3E");
  }

  /* Jaali for dark sections (white lattice lines) */
  .bg-jaali-dark {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 0 L60 30 L30 60 L0 30 Z M30 10 L50 30 L30 50 L10 30 Z M0 0 L15 0 L0 15 Z M60 0 L45 0 L60 15 Z M60 60 L45 60 L60 45 Z M0 60 L15 60 L0 45 Z' fill='%23FFFFFF' fill-opacity='0.02' fill-rule='evenodd'/%3E%3C/svg%3E");
  }

  /* Royal Rajput Palace Double-Border Card */
  .card-heritage {
    background-color: #ffffff;
    border: 1px solid rgba(138, 28, 20, 0.08);
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 20px;
    overflow: hidden;
  }

  .card-heritage::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid rgba(224, 90, 23, 0);
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    pointer-events: none;
    z-index: 10;
    border-radius: 15px;
  }

  .card-heritage:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(138, 28, 20, 0.08);
    border-color: rgba(224, 90, 23, 0.25);
  }

  .card-heritage:hover::before {
    border-color: rgba(212, 175, 55, 0.3);
  }

  /* Saffron Glowing Pulse Effect */
  .glow-saffron,
  .glow-gold {
    box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4);
    animation: goldPulse 2.5s infinite;
  }

  @keyframes goldPulse {
    0% {
      box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4);
    }

    70% {
      box-shadow: 0 0 0 12px rgba(212, 175, 55, 0);
    }

    100% {
      box-shadow: 0 0 0 0 rgba(212, 175, 55, 0);
    }
  }

  /* Slow Rotating Mandala Animation */
  .animate-spin-slow {
    animation: spinSlow 50s linear infinite;
  }

  @keyframes spinSlow {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(360deg);
    }
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
  .scrollbar-hide::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .scrollbar-hide {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  /* Global Sharp Edges removed to allow modern curves across the site */

  /* Subtle Global Hover/Transitions and Button Curves */
  button {
    border-radius: 8px;
  }

  a,
  button,
  div {
    transition-duration: 200ms !important;
  }

  .group:hover .group-hover\:scale-110 {
    transform: scale(1.03) !important;
  }

  /* Premium Metallic Gold Shining Text Logo */
  @keyframes goldShine {
    0% {
      background-position: -200% center;
    }
    100% {
      background-position: 200% center;
    }
  }

  .logo-gold-shine {
    background: linear-gradient(
      90deg,
      #8a6421 0%,
      #d4af37 25%,
      #aa771c 50%,
      #d4af37 75%,
      #8a6421 100%
    );
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: goldShine 12s linear infinite;
    text-shadow: 0px 0px 0px rgba(0,0,0,0);
  }

  /* Glowing rotating border spin animation */
  @keyframes borderSpin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .animate-border-spin {
    animation: borderSpin 3s linear infinite;
  }

  /* Glowing line sweep animation */
  @keyframes lineSweep {
    0% {
      left: -25%;
    }
    100% {
      left: 125%;
    }
  }

  .animate-line-sweep {
    animation: lineSweep 3.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }

  /* Premium Golden Button with Sweep Shine Animation */
  @keyframes buttonShine {
    0% {
      transform: translateX(-150%) skewX(-25deg);
    }
    40% {
      transform: translateX(200%) skewX(-25deg);
    }
    100% {
      transform: translateX(200%) skewX(-25deg);
    }
  }

  .animate-btn-shine {
    animation: buttonShine 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }

  .btn-gold {
    background: linear-gradient(135deg, #F3E5AB 0%, #D4AF37 50%, #AA771C 100%);
    color: #111330;
    font-weight: 700;
    text-shadow: 0 0.5px 0.5px rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(212, 175, 55, 0.4);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .btn-gold:hover {
    background: linear-gradient(135deg, #D4AF37 0%, #AA771C 50%, #8A6421 100%);
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.45);
    border-color: rgba(212, 175, 55, 0.6);
  }
}

/* Additional layout styles */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@keyframes border-spin {
  100% {
    transform: rotate(360deg);
  }
}
.animate-border-spin {
  animation: border-spin 12s linear infinite;
}
@keyframes line-sweep {
  0% { left: -25%; }
  100% { left: 125%; }
}
.animate-line-sweep {
  animation: line-sweep 6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes btn-shine {
  0% { left: -100%; transition: 0s; }
  20% { left: 100%; transition: 0.6s; }
  100% { left: 100%; transition: 0s; }
}
.animate-btn-shine {
  animation: btn-shine 4s ease-in-out infinite;
}
.btn-gold {
  background: linear-gradient(135deg, #F3E5AB 0%, #D4AF37 50%, #AA771C 100%);
  color: #111330;
  font-family: 'Marcellus', serif;
  border: 1px solid rgba(212,175,55,0.4);
  box-shadow: 0 4px 15px rgba(212,175,55,0.15);
  transition: all 0.3s ease;
}
.btn-gold:hover {
  background: linear-gradient(135deg, #AA771C 0%, #D4AF37 50%, #F3E5AB 100%);
  box-shadow: 0 6px 20px rgba(212,175,55,0.3);
  transform: translateY(-2px);
}
.animate-spin-slow {
  animation: spin 30s linear infinite;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.logo-gold-shine {
  background: linear-gradient(to right, #111330 0%, #aa771c 30%, #D4AF37 50%, #aa771c 70%, #111330 100%);
  background-size: 200% auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: shine 4s linear infinite;
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

/* Premium Language Switcher Dropdown Styles */
.lang-switcher {
  position: relative;
}
.lang-switcher-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  min-width: 200px;
  max-height: 280px;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.15);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 500;
}
.lang-switcher:hover .lang-switcher-dropdown,
.lang-switcher-dropdown:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: none;
  font-size: 13px;
  font-weight: 700;
  color: #111330;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
}
.lang-btn:hover {
  background: #fdfaf2;
  color: #aa771c;
  transform: translateX(2px);
}
.lang-btn.active-lang {
  background: #D4AF37 !important;
  color: #ffffff !important;
}
.lang-btn .lang-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0eadc;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
}
.lang-btn.active-lang .lang-code {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.lang-btn:hover .lang-code {
  background: #e8dcc8;
}
.lang-switcher-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(212, 175, 55, 0.3);
  font-size: 12px;
  font-weight: 700;
  color: #111330;
  cursor: pointer;
  transition: all 0.2s ease;
}
.lang-switcher-trigger:hover {
  border-color: #D4AF37;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.1);
}
.lang-switcher-trigger .lang-flag {
  font-size: 15px;
  line-height: 1;
}
.lang-switcher-trigger .lang-code {
  font-weight: 800;
  letter-spacing: 0.5px;
}
.lang-switcher-trigger .lang-name {
  font-weight: 600;
  color: #666;
}
.lang-switcher-dropdown::-webkit-scrollbar {
  width: 4px;
}
.lang-switcher-dropdown::-webkit-scrollbar-track {
  background: transparent;
}
.lang-switcher-dropdown::-webkit-scrollbar-thumb {
  background: #D4AF37;
  border-radius: 4px;
}

/* Mobile Language Selector Styles */
.mobile-lang-selector {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 12px;
  margin-top: 12px;
}
.mobile-lang-btn.active-lang {
  background-color: #D4AF37 !important;
  color: #ffffff !important;
  border-color: #D4AF37 !important;
}

/* Google Translate Widget Override */
.goog-te-banner-frame {
  display: none !important;
}
body {
  top: 0 !important;
}
#goog-gt-tt, .goog-te-balloon-frame {
  display: none !important;
}
.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}
    