* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #0a0a0a;
  color: #ffffff;
  overflow-x: hidden;
}


#hero-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -2;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.hero-section {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 60px;
}

.hero-content h1 {
  font-size: 3em;
  background: linear-gradient(90deg, #ffffff, #fadd7e, #ffffff);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s linear infinite;
}

.scroll-indicator {
  margin-top: 20px;
  font-size: 1.2em;
  color: #fadd7e;
  animation: bounce 2s infinite;
}

footer {
  text-align: center;
  padding: 40px;
  background: #000000;
  color: #666;
  font-size: 0.9em;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2em;
  }

  .finest-section h2 {
    font-size: 2em;
  }

  .finest-section p {
    font-size: 1em;
  }
}



/* .finest-section */

.finest-section {
  position: relative;
  /* background: linear-gradient(135deg, #0c0c0c, #1b1b1b); */
  background: #000;
  color: #fff;
  padding: 200px 20px;
  text-align: center;
  overflow: hidden;
  /* margin-top: 100px; */
}

.finest-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  gap: 20px;
  /* Adds space between elements */

  max-width: 1000px;
  margin: 0 auto;
}

/* Small Mobiles: <576px */
@media (max-width: 575.98px) {
  .finest-container {
    padding: 20px 10px;
    gap: 20px;
  }

  .diamond-img {
    width: 50px !important;
    margin: 10px 0;
  }

  .animated-title {
    font-size: 1.4em;
    margin-bottom: 10px;
  }

  .finest-container p {
    font-size: 0.9em;
    line-height: 1.4;
  }
}

/* Mobile Landscape / Larger Mobiles: 576px–767.98px */
@media (min-width: 576px) and (max-width: 767.98px) {
  .finest-container {
    padding: 30px 20px;
    gap: 25px;
  }

  .diamond-img {
    width: 65px !important;
    margin: 10px 0;
  }

  .animated-title {
    font-size: 1.6em;
  }

  .finest-container p {
    font-size: 1em;
  }
  #hero-video{
top:35px;  
  }
}

/* Tablets: 768px–991.98px */
@media (min-width: 768px) and (max-width: 991.98px) {
  .finest-container {
    padding: 40px 30px;
    gap: 30px;
  }

  .diamond-img {
    width: 70px !important;
    margin: 10px 0;
  }

  .animated-title {
    font-size: 1.8em;
  }

  .finest-container p {
    font-size: 1.1em;
  }
   #hero-video{
top:35px;  
  }
}


.animated-title {
  font-family: 'Cinzel Decorative', serif;
  font-size: 2.5em;
  background: linear-gradient(90deg, #ffffff, #fadd7e, #ffffff);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 6s linear infinite, float 4s ease-in-out infinite;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.finest-container p {
  font-size: 1.2em;
  color: #ccc;
  line-height: 1.8;
  margin-bottom: 40px;
  margin-top: 40px;
  animation: fadeIn 2s ease-in-out both;
}

.about-btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1em;
  /* color: #000; */
  text-decoration: none;
  /* background: linear-gradient(110deg, #fadd7e, #ffffff); */
  background: linear-gradient(to right, #fadd7e, #ffffff);
  color: #222;
  border-radius: 50px;
  /* transition: all 0.3s ease; */
  /* transition: transform 0.3s ease, background 0.3s ease; */

}

.about-btn.glow-btn:hover {
  /* transform: scale(1.05);
  box-shadow: 0 0 5px #fadd7e;  */
  background: #fadd7e;
  transform: scale(1.05);
  color: #222;

}

/* Floating Diamonds - Using Images */
.floating-gems {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  /* Behind content */
}

.floating-gems .diamond-img {
  position: absolute;
  display: block;
  /* Ensure it behaves like a block element */
  width: 100px;
  /* Default width, adjust for each diamond */
  height: auto;
  /* Maintain aspect ratio */
  opacity: 0.7;
  pointer-events: none;
  /* Allows clicks to pass through */
  will-change: transform, opacity;
  animation: diamond-float-shine 15s infinite ease-in-out;
  filter: drop-shadow(0 0 10px rgba(239, 240, 240, 0.2)) drop-shadow(0 0 20px rgba(250, 250, 250, 0.2));
  /* Glow effect for images */
}

/* Individual diamond image positions, sizes, and delays */
.diamond-img.diamond-1 {
  width: 140px;
  top: 8%;
  left: 10%;
  animation-delay: 0s;
}

.diamond-img.diamond-5 {
  width: 140px;
  top: 10%;
  right: 15%;
  animation-delay: 0s;
}

.diamond-img.diamond-2 {
  width: 100px;
  top: 75%;
  /* top: 60%; */
  left: 70%;
  opacity: 0.8;
  animation-delay: -7.5s;
}

.diamond-img.diamond-6 {
  width: 100px;
  top: 60%;
  right: 70%;
  opacity: 0.8;
  animation-delay: -7.5s;
}

.diamond-img.diamond-3 {
  width: 80px;
  top: 30%;
  /* right: 10%; */
  right: 6%;
  opacity: 0.7;
  animation-delay: -3s;
}

.diamond-img.diamond-7 {
  width: 80px;
  /* top: 30%; */
  top: 9%;
  left: 10%;
  opacity: 0.7;
  animation-delay: -3s;
}

.diamond-img.diamond-4 {
  width: 110px;
  bottom: 5%;
  left: 40%;
  opacity: 0.9;
  animation-delay: -10s;
}

.diamond-img.diamond-8 {
  width: 110px;
  bottom: 5%;
  right: 40%;
  opacity: 0.9;
  animation-delay: -10s;
}

/* More subtle sparkling elements (unique addition) */
.finest-section::before,
.finest-section::after,
.finest-container .sparkle-1,
.finest-container .sparkle-2 {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  animation: sparkle 3s infinite alternate;
  z-index: 3;
  /* Above content for a 'pop' effect */
}

/* Positioning for additional sparkles */
.finest-section::before {
  width: 6px;
  height: 6px;
  top: 20%;
  left: 80%;
  animation-delay: 0s;
}

.finest-section::after {
  width: 8px;
  height: 8px;
  bottom: 15%;
  left: 10%;
  animation-delay: 1s;
}

.finest-container .sparkle-1 {
  width: 7px;
  height: 7px;
  top: 50%;
  left: 30%;
  animation-delay: 0.5s;
}

.finest-container .sparkle-2 {
  width: 5px;
  height: 5px;
  top: 40%;
  right: 20%;
  animation-delay: 1.5s;
}

/* Animations */
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Animation for floating and rotating diamonds */
@keyframes diamond-float-shine {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 0.7;
  }

  25% {
    transform: translate(20px, -15px) rotate(45deg) scale(1.05);
    opacity: 0.8;
  }

  50% {
    transform: translate(-10px, 20px) rotate(90deg) scale(1.1);
    opacity: 0.9;
  }

  75% {
    transform: translate(15px, -5px) rotate(135deg) scale(1.05);
    opacity: 0.8;
  }

  100% {
    transform: translate(0, 0) rotate(180deg) scale(1);
    opacity: 0.7;
  }
}

@keyframes sparkle {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}



.diamond-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background: transparent;
}

/* Unique 3D hover image */
.image-diamond-container {
  perspective: 1000px;
  z-index: 5;
}

.rotating-diamond {
  width: 350px;
  height: 350px;
  margin: auto;
  transform-style: preserve-3d;
  transition: transform 1s ease;
}

.rotating-diamond:hover {
  transform: rotateY(180deg) rotateX(20deg);
}

.diamond-img-3d {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.1);
}



/* responsive */

/* Responsive Design Tweaks Only */

@media (max-width: 1200px) {
  .hero-content h1 {
    font-size: 2.5em;
  }

  .animated-title {
    font-size: 2.2em;
  }

  .about-btn {
    padding: 12px 25px;
    font-size: 0.95em;
  }

  .diamond-img {
    width: 80px !important;
  }
}

@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 2em;
  }

  .animated-title {
    font-size: 2em;
  }

  .finest-container p {
    font-size: 1em;
  }

  .about-btn {
    font-size: 0.9em;
    padding: 10px 22px;
  }

  .diamond-img {
    width: 70px !important;
  }
}

@media (max-width: 768px) {
  nav {
    flex-direction: column;
    padding: 8px 0;
  }

  .nav-logo {
    width: 80px;
    height: auto;
  }

  .hero-content h1 {
    font-size: 1.8em;
  }

  .animated-title {
    font-size: 1.7em;
  }

  .finest-container p {
    font-size: 0.95em;
    padding: 0 10px;
  }

  .about-btn {
    padding: 8px 18px;
    font-size: 0.85em;
  }

  .diamond-img {
    width: 60px !important;
  }

  .scroll-indicator {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.5em;
  }

  .animated-title {
    font-size: 1.5em;
  }

  .about-btn {
    font-size: 0.8em;
    padding: 8px 16px;
  }

  .diamond-img {
    width: 50px !important;
  }

  .finest-container p {
    font-size: 0.9em;
  }
}

.footer a {
  text-decoration: none;
  color: #666;
}

.footer a:hover {
  background: linear-gradient(90deg, #ffffff, #fadd7e, #ffffff);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s linear infinite;
}

#goTopBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
  font-size: 20px;
  border: none;
  outline: none;
  background: linear-gradient(to right, #fadd7e, #ffffff);
  color: #222;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* transition: transform 0.3s ease, background 0.3s ease; */
}

#goTopBtn:hover {
  background: #fadd7e;
  transform: scale(1.05);
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: loaderFadeOut 1s ease forwards;
  animation-delay: 2s;
  pointer-events: none;
}

.loader-logo {
  width: 30vw;
  max-width: 200px;
  height: auto;
  animation: logoIntro 1.3s ease-in-out;
}

.loader-text {
  font-size: 1rem;
  margin-top: 1rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  animation: fadeIn 2s ease-in-out 0.8s forwards;
  opacity: 0;
  background: linear-gradient(90deg, #ffffff, #fadd7e, #ffffff);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* === Animations === */
@keyframes logoIntro {
  0% {
    transform: scale(-100);
    opacity: 0;
  }

  10% {
    transform: scale(0);
    opacity: 0;
  }

  /* 50% {
    transform: scale(1.5);
    opacity: 1;
  } */
  51% {
    transform: scale(2);
    opacity: 1;
  }

  100% {
    transform: scale(1);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes loaderFadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

/* wp email buttons */
.floating-buttons {
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.floating-buttons.visible {
  opacity: 1;
  visibility: visible;
}

.float-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.float-btn img {
  width: 28px;
  height: 28px;
}

.float-btn:hover {
  transform: scale(1.1) rotate(5deg);
}



nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  justify-content: space-between;
}

.nav-logo-wrapper {
  flex: 0 0 auto;
}

/* .nav-logo {
  height: 60px;
} */

.nav-logo {
  margin-left: 10px;
  height: 65px;
  width: 100px;
}

.nav-center {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex: 1;
}

.nav-right {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.nav-item {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.nav-item:hover {
  background: linear-gradient(90deg, #ffffff, #fadd7e, #ffffff);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s linear infinite;

}

.icon i {
  color: white;
  font-size: 20px;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  color: white;
  background: none;
  border: none;
  margin-right: auto;
}

/* Responsive */
@media (max-width: 768px) {
  nav {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 1rem;
  }

  .menu-toggle {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .finest-section {

    padding: 100px 20px;

  }

  .nav-center {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: none;
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 0;
    margin-top: 25px;
  }

  .nav-right {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: none;
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 0;
  }

  .nav-center.show,
  .nav-right.show {
    display: flex;
  }
}

.nav-right a.contact {
  color: white;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid white;
  padding: 6px 12px;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-right a.contact:hover {
  border: 1.5px solid #fadd7e;

}

.nav-right .icon:hover {
  background: linear-gradient(90deg, #ffffff, #fadd7e, #ffffff);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s linear infinite;
}






body {
  user-select: none;
  -webkit-user-drag: none;
}

img {
  pointer-events: none;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 81px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  padding: 1rem;
  overflow-y: auto;
  z-index: 998;
  flex-direction: column;
}

.mobile-menu .nav-item,
.mobile-menu .icon {
  display: block;
  margin-bottom: 1rem;
  color: white;
  text-align: center;
}

/* Show on small devices */
@media (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-menu.show {
    display: flex;
  }

  .about-hero {
    height: 80vh;

  }

  .contact-hero {
    height: 85vh !important;

  }

  .menu-toggle {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  nav {
    flex-direction: column;

  }

  .nav-logo {
    margin-top: 5px;
  }

}

/* 
@media (max-width: 991px) {
  .menu-toggle {
    display: block;
  }

  .desktop-nav {
    display: none !important;
  }

  .mobile-menu.show {
    display: flex;
  }
} */




/* Ensure row is a flex container in mobile view */
@media (max-width: 991.98px) {
  .row {
    display: flex;
    flex-direction: column;
  }

  /* Reorder columns: content first, image second */
  .finest-container-col {
    order: 1;
  }

  .image-diamond-container {
    order: 2;
    margin-top: 20px; /* Add spacing between content and image */
  }

  /* Ensure content and image fit properly */
  .finest-container, .image-diamond-container {
    width: 100%;
    box-sizing: border-box;
  }

  .diamond-img-3d {
    max-width: 100%;
    height: auto;
  }

  /* Adjust sparkles for mobile view if absolutely positioned */
  .sparkle-1, .sparkle-2 {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Ensure desktop layout remains unchanged */
@media (min-width: 992px) {
  .row {
    display: flex;
    flex-direction: row;
  }

  .image-diamond-container {
    order: 0; /* Image first (left) */
  }

  .finest-container-col {
    order: 0; /* Content second (right) */
  }
}