body {
  margin: 0%;
  padding: 0%;
  font-family: Edhan-Martine;
}
@font-face {
  font-family: Edhan-Martine;
  src: url(fonts/edhan-martine.regular.ttf);
}
p {
  font-family: "edhan-martine.regular";
}
.header {
  text-align: center;
  font-size: 40px;
}
.bg {
  margin-top: 110px;
  position: relative;
  height: 100vh;

  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: start;
}
.bg-vedio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.bg-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
.bg-content-h1 {
  padding-left: 50px;
  font-size: 50px;
  color: #000;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(161 160 160 / 40%); /* adjust opacity as needed */
  z-index: 1;
}
.banner {
  background-color: white;
  position: relative;
  height: 80vh;
  width: 100%;
}
.banner-text {
  position: absolute;
  font-size: 120px;
  color: rgba(0, 0, 0, 0.05);
  font-weight: bold;
  z-index: 0;
  font-family: Edhan-Martine;
}
.banner-text.about {
  top: 0px;
  left: 40px;
}
.banner-text.jewelry {
  bottom: 0;
  right: 40px;
}
.banner .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 80vh;
  max-width: 1200px;
  margin: auto;
  font-size: 22px;
  line-height: 32px;
  font-family: "Georgia", serif;
}
.banner .button {
  background-color: #000;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  font-family: "Georgia", serif;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
/* Diamond animation */
.diamond {
  position: absolute;
  width: 40px;
  opacity: 0.4;
  animation: float 6s ease-in-out infinite;
  z-index: 1;
}

.diamond:nth-child(1) {
  top: 20%;
  left: 5%;
  animation-delay: 0s;
}

.diamond:nth-child(2) {
  top: 75%;
  left: 10%;
  animation-delay: 2s;
}

.diamond:nth-child(3) {
  top: 30%;
  right: 8%;
  animation-delay: 1s;
}

.diamond:nth-child(4) {
  top: 80%;
  right: 5%;
  animation-delay: 3s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

.j-grid {
  position: relative;

  display: flex;
  gap: 5px;
  padding: 20px 10px;
}

.j-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.j-card {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.j-img {
  width: 100%;
  height: 100%;
}

.j-hover {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #161616;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
  border-radius: 5px;
}

.j-card:hover .j-hover {
  opacity: 0.8;
  cursor: pointer;
}

.j-filter-box {
  padding: 10px;
  position: relative;
  display: inline-block;
}

.j-filter-box select {
  width: 100%;
  padding: 10px 40px 10px 15px;
  font-size: 18px;
  background: transparent;
  color: black;
  border: 1px solid black;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.j-filter-box select option {
  color: black;
  background: white;
}

.j-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 20px;
  height: 20px;
  stroke: black;
}

.j-title h1 {
  text-align: center;
  color: black;
  font-weight: 400;
  margin: 50px 0;
}

/* Heading CSS */

.section-pair {
  display: flex;
  margin-top: 100px;
}

.section-pair-alt {
  display: flex;
}

.img-side-alt {
  width: 50%;
  object-fit: cover;
}

.img-side {
  width: 50%;
  object-fit: cover;
}

.img-main {
  width: 100%;
  object-fit: cover;
  height: 100%;
  filter: brightness(0.9);
}

.img-main-alt {
  width: 100%;
  object-fit: cover;
  height: 100%;
  filter: brightness(0.9);
}

.img-wrap {
  position: relative;
  width: 50%;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  padding: 20px;
  border-radius: 8px;
}

.text-overlay h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 30px;
}

.btn-ghost {
  padding: 10px 20px;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

/* Read More Section */

.fleft {
  display: flex;
  padding: 80px 10px 50px 10px;
  /* Set left and right padding to 10px */
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.fleft h2 {
  font-family: "edhan-martine";
  color: black;
  width: 40%;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
}

.fleft .text-content {
  color: black;
  width: 60%;
  font-size: 1.1rem;
  line-height: 1.6;
  position: relative;
}

.text-content p {
  font-family: "edhan-martine.regular";
  color: black;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}

.text-content.expanded p {
  -webkit-line-clamp: unset;
  max-height: none;
}

.read-more {
  color: black;
  font-weight: 600;
  margin-top: 10px;
  cursor: pointer;
  display: inline-block;
}

/* Navbaar */
.dj-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  display: flex;
  justify-content: center;
}

.dj-navbar-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 100%;
}

.dj-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1002;
}

.dj-logo-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.dj-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 18px;
  letter-spacing: 1px;
}

.dj-logo-text {
  color: black;
  font-weight: 500;
}

.dj-logo-accent {
  color: #d4af37;
  margin: 0 5px;
  font-size: 20px;
}

.dj-account-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.dj-account-icon svg {
  stroke: #111;
  transition: all 0.3s ease;
}

.dj-account-icon:hover svg {
  stroke: #d4af37;
}

.dj-side-menu {
  position: fixed;
  top: 0;
  left: -380px;
  width: 380px;
  height: 100vh;
  background-color: #fff;
  z-index: 1001;
  overflow-y: auto;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  transition: left 0.7s ease;
}

.dj-side-menu.open {
  left: 0;
}

.dj-menu-header {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}

.dj-close-menu {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #111;
  transition: all 0.3s ease;
}

.dj-close-menu:hover {
  color: #d4af37;
}

.dj-menu-nav {
  padding: 30px 50px;
}

.dj-menu-nav ul {
  padding: 0;
  list-style: none;
}

@keyframes dj-fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dj-menu-item {
  display: block;
  padding: 15px 0;
  color: #111;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  opacity: 0;
  animation: dj-fadeSlideIn 0.8s ease forwards;
  animation-delay: var(--delay, 0s);
}

.dj-menu-item:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #d4af37;
  transition: all 0.3s ease;
}

.dj-menu-item:hover {
  color: #d4af37;
}

.dj-menu-item:hover:after {
  width: 30px;
}

.dj-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.dj-menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

.dj-diamond-icon {
  width: 48px;
  height: 45px;
  transition: transform 0.3s ease;
}

.dj-menu-toggle:hover .dj-diamond-icon {
  transform: scale(1.1);
}

@keyframes dj-fadeSlideInSearch {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dj-search-container {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1002;
}

.dj-search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dj-search-toggle svg {
  width: 24px;
  height: 24px;
  stroke: #111;
  transition: all 0.3s ease;
}

.dj-search-toggle:hover svg {
  stroke: #d4af37;
}

.dj-search-input-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 1003;
  padding: 34px;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.dj-search-input-container.active {
  display: flex;
  opacity: 1;
  animation: dj-fadeSlideInSearch 0.5s ease forwards;
}

.dj-search-input {
  width: 80%;
  max-width: 500px;
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #111;
  border-radius: 5px;
  outline: none;
  opacity: 0;
  animation: dj-fadeSlideInSearch 0.8s ease forwards;
}

.dj-close-search {
  background: none;
  border: none;
  font-size: 28px;
  color: #111;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  animation: dj-fadeSlideInSearch 0.8s ease forwards;
  animation-delay: 0.1s;
}

.dj-close-search:hover {
  color: #d4af37;
}

.dj-menu-footer {
  position: absolute;
  bottom: 20px;
  left: 40px;
}

.dj-instagram-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.dj-instagram-icon img {
  width: 24px;
  height: 24px;
}

.sidebar {
  position: fixed;
  top: 0;
  left: -300px;
  /* Initially hidden */
  width: 300px;
  height: 100%;
  background: #333;
  color: white;
  transition: left 0.3s ease;
  z-index: 1000;
  /* Ensure it appears above other elements */
}

.sidebar.open {
  left: 0;
  /* Slide in the sidebar */
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent overlay */
  z-index: 999;
  /* Below the sidebar but above other elements */
  display: none;
  /* Hidden by default */
}

.overlay.active {
  display: block;
  /* Show the overlay when active */
}

.search-container {
  position: relative;
  z-index: 1;
  /* Ensure it's below the overlay */
}

.dj-navbar-icons.disable-interaction {
  pointer-events: none;
  opacity: 0.4;
  /* Optional: visually indicate disabled state */
}

.dj-navbar-icons {
  display: flex;
  /* Arrange items in a row */
  justify-content: center;
  /* Center the icons horizontally */
  align-items: center;
  /* Align the icons vertically */
  gap: 10px;
  /* Add spacing between the icons */
}

.dj-navbar-icons img,
.dj-navbar-icons a,
.dj-navbar-icons span {
  display: inline-block;
  /* Ensure each icon or element behaves like an inline block */
  width: 24px;
  /* Adjust the size of the icons */
  height: 24px;
  /* Adjust the size of the icons */
}

footer {
  background-color: white;
  color: #333;
  padding: 50px 20px;
  max-width: 1440px;
  margin: 0 auto;
}

.footer-section {
  flex: 1;
  min-width: 200px;
  margin-bottom: 30px;
}

.footer-section h3 {
  color: black;
  font-size: 19px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-section p {
  font-size: 16px;
  line-height: 1.6;

  color: #555;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  color: black;
  font-size: 20px;
  transition: opacity 0.3s;
}

.social-icons a:hover {
  opacity: 0.7;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  position: relative;
  margin-bottom: 12px;
}

.footer-links a {
  color: #555;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}

.footer-links a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  /* Position the line just below the text */
  left: 0;
  width: 0;
  height: 2px;
  background: black;
  /* Line color */
  transition: width 0.3s ease;
}

.footer-links a:hover::after {
  width: 12%;
  /* Expand the line to full width on hover */
}

.footer-links a:hover {
  color: black;
  /* Optional: Change link color on hover */
}

.email-signup {
  position: relative;
  margin-top: 20px;
}

.email-signup input {
  width: 100%;
  padding: 10px 0;

  border: 1px solid #555;
  font-size: 14px;
  outline: none;
}

.email-signup button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: black;
  color: white;
  border: 1px solid black;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 15px;
}

.footer-section:nth-child(2) {
  padding-left: 100px;
}

/* new section */
/* .product {
    background-color: #fff;
    padding: 50px;
    font-family: 'Georgia', serif;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.product-card {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  position: relative;
  transition: transform 0.3s;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.product-card:hover .icons {
  opacity: 1;
}

.product-image {
  position: relative;
  text-align: center;
  background: #f1f1f1;
  padding: 20px;
}

.product-image img {
  max-width: 100%;
  height: 300px;
  transition: transform 0.4s ease;
}

.icons {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.icons i {
  color: #555;
  font-size: 20px;
  background: white;
  border-radius: 50%;
  padding: 5px;
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.product-info {
  padding: 10px 10px 10px;
}

.title {
  margin: 10px 0 10px;
  color: #555;
  font-size: 14px;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.old-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.save {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

.save-amount {
  color: #ff4d4d;
  font-weight: bold;
} */
/* next section */
.next {
  background-color: #fff;
  padding: 80px;
}
.next .area {
  display: flex;
  flex-direction: row;
  gap: 100px;
}
.next .area-1 {
  display: flex;
  width: 100%;
  max-width: 50%;
  justify-content: center;
}
.next .area-2 {
  display: flex;
  width: 100%;
  max-width: 50%;
  flex-direction: column;
  justify-content: center;
}
.area-img {
  height: 500px;
}
.area-h1 {
  font-size: 40px;
  color: #000;
  margin: 0%;
}
.area-h5 {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: 300;
  font-family: "Georgia", serif;
}
.btn {
  background-color: #000;
  color: white;
  border: none;
  width: 40%;
  padding: 12px 28px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Georgia", serif;
}
/* customer review */
.review {
  background-color: #fff;
  padding: 80px;
}
.section-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}
.testimonial {
  text-align: center;
  padding: 30px;
  background: #fff;
}

.stars {
  color: #000;
  margin-bottom: 10px;
}

.testimonial h4 {
  margin: 10px 0 5px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Georgia", serif;
}

.testimonial p {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-family: "Georgia", serif;
}
/* start new section */
.work {
  background-color: #fff;
  padding: 20px 0px;
}
.custom-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.text-side {
  position: relative;
  flex: 1;
  padding: 60px;
  background-color: #f2f2f2;
  overflow: hidden;
}

.content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.content h2 {
  font-size: 38px;
  margin-bottom: 20px;
}

.content p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #000;
  font-family: "Georgia", serif;
}

/* .btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  transition: background 0.3s;
}

.btn:hover {
  background-color: #444;
} */

.image-side {
  flex: 1;
  height: 100%;
}

.image-side img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* Diamond Animation */
.diamond-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.diamond-2 {
  position: absolute;
  width: 100px;
  opacity: 0.15;
  animation: float 6s ease-in-out infinite;
}

.diamond1 {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}
.diamond2 {
  top: 65%;
  left: 30%;
  animation-delay: 2s;
}
.diamond3 {
  top: 40%;
  left: 70%;
  animation-delay: 4s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(10deg);
  }
}
.custom-section.reverse {
  flex-direction: row-reverse;
}
/* Responsive Design */
@media screen and (max-width: 992px) {
  .custom-section {
    flex-direction: column;
  }
  .custom-section.reverse {
    flex-direction: column;
  }
  .image-side img {
    height: auto;
  }

  .text-side {
    padding: 40px 20px;
  }

  .content h2 {
    font-size: 30px;
  }
}
/* faq section */
.faq-section {
  background-color: #f2f2f2;
  padding: 80px;
}
.faq-container {
  max-width: 1200px;
  margin: auto;
}

.faq-title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 40px;
  color: #000;
}

.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 20px;
  padding: 15px;
  cursor: pointer;
  color: #000;
  position: relative;
  font-weight: 600;
  font-family: "Georgia", serif;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 22px;
  transition: transform 0.3s;
}

.faq-question.active::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 15px;
  font-family: "Georgia", serif;
}

.faq-answer p {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  padding: 10px 0;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .footer-section {
    flex: 100%;
    min-width: 100%;
  }

  .footer-section:nth-child(2) {
    padding-left: 0px;
  }

  .dj-logo {
    font-size: 20px;
  }

  .dj-logo-accent {
    font-size: 22px;
  }

  .dj-menu-item {
    font-size: 18px;
    padding: 18px 0;
  }

  .dj-navbar-icons {
    gap: 0px;
  }

  .dj-logo-container {
    left: 45%;
  }

  .dt-tabs-row {
    gap: 15px;
  }

  .dt-tab-btn {
    text-align: center;
    font-size: 12px;
  }

  .dt-tab-content {
    padding: 0;
  }

  .dt-p,
  .dt-step {
    font-size: 14px;
  }

  .option-group {
    flex-direction: column;
    gap: 8px;
  }
  .image-caption {
    text-align: start;
  }
  .diamond-options {
    text-align: start;
    flex-direction: column;
  }

  .next-btn {
    font-size: 12px;
  }
  .footer-section {
    flex: 100%;
    min-width: 100%;
  }

  .footer-section:nth-child(2) {
    padding-left: 0px;
  }

  .calender-con {
    padding: 20px;
  }

  .scheduler-container {
    flex-direction: column;
  }

  .calendar-section {
    border-right: none;
    padding: 20px;
  }

  .content-container {
    padding: 20px;
  }

  .image-container2 {
    flex-direction: column;
  }

  .image-half2 {
    width: 100%;
  }

  .footer-section {
    flex: 100%;
    min-width: 100%;
  }

  .footer-section:nth-child(2) {
    padding-left: 0px;
  }

  .dj-logo {
    font-size: 20px;
  }

  .dj-logo-accent {
    font-size: 22px;
  }

  .dj-menu-item {
    font-size: 18px;
    padding: 18px 0;
  }

  .dj-navbar-icons {
    gap: 0px;
  }

  .dj-logo-container {
    left: 45%;
  }
  .rokan-product-heading {
    flex-direction: column;
    gap: 10px;
    padding: 30px 0;
  }

  .rokan-product-heading h2 {
    font-size: 24px;
  }

  .jewel-wrapper {
    flex-direction: column;
    padding: 40px 20px;
    align-items: center;
  }

  .jewel-text-content {
    padding-left: 0;
    text-align: center;
  }

  .jewel-headline {
    font-size: 36px;
  }

  .jewel-features {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    align-items: center;
  }

  .jewel-image-section {
    align-items: center;
    margin-top: 40px;
  }

  .jewel-story-block {
    text-align: center;
    max-width: 100%;
  }

  .jewel-image-wrapper img {
    padding: 20px 0;
    width: 100%;
    height: auto;
  }

  .jewelry-showcase {
    padding: 40px 20px;
    min-height: auto;
  }

  .jewelry-hero-image {
    height: auto;
  }

  .jewelry-featured-item {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .jewelry-description {
    position: static;
    max-width: 100%;
    font-size: 16px;
    margin-top: 40px;
    text-align: center;
  }

  .lux-layout {
    flex-direction: column;
    padding: 60px 20px;
    gap: 30px;
    margin: 100px auto 30px auto;
  }

  .grid-zone {
    padding-left: 0;
    flex-direction: column;
    align-items: center;
  }

  .flex-left,
  .flex-right {
    margin-top: 0;
    gap: 30px;
    align-items: center;
  }

  .item-block {
    max-width: 100%;
  }

  .content-wrap {
    padding-left: 0;
    padding-top: 30px;
    text-align: start;
  }

  .content-wrap h2 {
    font-size: 36px;
  }

  .content-wrap p {
    font-size: 16px;
  }

  .video-wrap video {
    width: 180px;
    height: 180px;
  }

  .diamond-hero {
    height: 400px;
  }

  .diamond-hero-title {
    font-size: 32px;
  }

  .diamond-hero-desc {
    font-size: 16px;
  }

  .diamond-hero-btn {
    padding: 12px 24px;
    font-size: 13px;
  }
  .footer-section {
    flex: 100%;
    min-width: 100%;
  }

  .footer-section:nth-child(2) {
    padding-left: 0px;
  }

  .dj-logo {
    font-size: 20px;
  }

  .dj-logo-accent {
    font-size: 22px;
  }

  .dj-menu-item {
    font-size: 18px;
    padding: 18px 0;
  }

  .dj-navbar-icons {
    gap: 0px;
  }

  .dj-logo-container {
    left: 45%;
  }

  .j-grid {
    flex-direction: column;
  }

  .j-col {
    width: 100%;
  }

  .j-title h1 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .section-pair,
  .section-pair-alt {
    flex-direction: column;
  }

  .img-wrap,
  .img-side,
  .img-side-alt {
    width: 100%;
    height: 100%;
  }

  .img-main {
    height: 100%;
  }
  .img-main-alt {
    height: auto;
  }

  .fleft {
    flex-direction: column;
    padding: 30px;
  }

  .fleft h2,
  .fleft .text-content {
    width: 100%;
  }

  .fleft h2 {
    font-size: 2rem;
  }
  .faq-title {
    font-size: 28px;
  }

  .faq-question {
    font-size: 18px;
  }

  .faq-answer p {
    font-size: 15px;
  }
}
/* header start */
:root {
  --gold: #d4af37;
  --black: #111;
  --white: #fff;
  --transition: all 0.3s ease;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  display: flex;
  justify-content: center;
}

.navbar-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 100%;
}

.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1002;
}

.logo-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: var(--black);
  font-size: 18px;
  letter-spacing: 1px;
}

.logo-text {
  font-weight: 500;
}

.logo-accent {
  color: black;
  margin: 0 5px;
  font-size: 20px;
}

.account-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.account-icon svg {
  stroke: var(--black);
  transition: var(--transition);
}

.account-icon:hover svg {
  stroke: var(--gold);
}

.side-menu {
  position: fixed;
  top: 0;
  left: -380px;
  width: 380px;
  height: 100vh;
  background-color: var(--white);
  z-index: 1001;
  overflow-y: auto;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  transition: left 0.7s ease;
}

.side-menu.open {
  left: 0;
}

.menu-header {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}

.close-menu {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: var(--black);
  transition: var(--transition);
}

.close-menu:hover {
  color: var(--gold);
}

.menu-nav {
  padding: 30px 10px;
}

.menu-nav ul {
  list-style: none;
}

/* Headind */

.rokan-product-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 180px 0;
  position: relative;
}

.rokan-product-heading h2 {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #333;
  margin: 0;
  white-space: nowrap;
}

.rokan-product-heading .left-image,
.rokan-product-heading .right-image {
  width: 55px;
  height: auto;
  flex-shrink: 0;
}

/* Jweller Section */

.jewel-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 60px 30px 50px 30px;
  flex-wrap: wrap;
}

.jewel-text-content {
  flex: 1;
  padding-left: 80px;
}

.jewel-headline {
  font-size: 56px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}

.jewel-features {
  display: flex;
  gap: 40px;
  margin-top: 80px;
}

.jewel-feature-item {
  font-size: 14px;
}

.jewel-feature-item h4 {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

.jewel-image-section {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.jewel-story-block {
  max-width: 300px;
}

.jewel-story-heading {
  font-size: 28px;
  margin-bottom: 10px;
}

.jewel-story-text {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.jewel-image-wrapper img {
  padding-top: 25px;
  padding-left: 50px;
  width: 100%;
  height: 63%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

/* Image Section */

.jewelry-showcase {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0px auto;

  padding: 0px 60px;
  box-sizing: border-box;
  overflow: visible;
  min-height: 600px;
}

.jewelry-hero-image {
  object-fit: cover;
  height: 650px;
  width: 100%;
  display: block;

  transform: translateY(10px);
  animation: fadeInUp 1s ease-out 0.2s forwards;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.jewelry-featured-item {
  position: absolute;
  bottom: -155px;
  left: 110px;
  width: 422px;
  height: 422px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;

  transform: translateY(30px);
  animation: fadeInUp 1s ease-out 0.4s forwards;
}

.jewelry-description {
  position: absolute;
  bottom: -135px;
  left: 620px;
  max-width: 440px;
  font-size: 18px;
  color: #555;

  line-height: 1.5;

  transform: translateY(10px);
  animation: fadeInUp 1s ease-out 0.6s forwards;
  font-weight: 500;
  letter-spacing: 1.3px;
}

.fade-in {
  animation: fadeInFromBottom 1s ease-out forwards;
}

.fade-in:nth-child(1) {
  animation-delay: 0.2s;
}

.fade-in:nth-child(2) {
  animation-delay: 0.4s;
}

.fade-in:nth-child(3) {
  animation-delay: 0.6s;
}

.fade-in:nth-child(4) {
  animation-delay: 0.8s;
}

/* Grid Galary */

/* Base Layout */
.lux-layout {
  display: flex;
  padding: 80px 60px;
  gap: 40px;
  max-width: 1440px;
  margin: 0px auto 50px auto;
  flex-wrap: wrap;
}

.grid-zone {
  padding-left: 30px;
  display: flex;
  flex: 1;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 0;
}

.flex-left,
.flex-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 300px;
}

.flex-right {
  margin-top: 50px;
}

.item-block {
  width: 100%;
  max-width: 380px;
  height: 450px;
  border-radius: 8px;
  border: 1px solid #b8860b;
  text-align: center;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.item-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 15px;
}

.video-wrap video {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.item-block h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin-bottom: 10px;
  color: #222;
}

.item-block p {
  padding: 0 20px;
  color: #666;
  line-height: 1.6;
  font-size: 15px;
}

.content-wrap {
  flex: 0.7;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-wrap h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #222;
  line-height: 1.2;
}

.content-wrap p {
  font-family: "edhan-martine.regular";
  font-size: 16px;
  margin-bottom: 30px;
  color: #666;
  line-height: 1.6;
}

.action-btn {
  position: relative;
  background: #212121;
  color: #fff;
  padding: 12px 30px;
  border: none;

  font-size: 14px;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  overflow: hidden;
}

.action-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #3b3b3b;
  z-index: 0;
  transition: width 0.3s ease;
}

.action-btn:hover::before {
  width: 100%;
}

.action-btn:hover {
  color: #fff;
}

.action-btn span {
  position: relative;
  z-index: 1;
}

/* Grid Gallary */

.grid-gallery-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  min-height: 100vh;
  max-width: 1440px;
  gap: 20px;
  margin: 0 auto;
}

.grid-gallery-images {
  order: 2;
  padding: 20px 50px;
  background-color: #fff;
}

.grid-gallery-content {
  order: 1;
  padding: 40px 60px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grid-gallery-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 280px 200px 200px;
  gap: 15px;
  height: 100%;
}

.grid-gallery-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.grid-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.grid-gallery-card .grid-card-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.grid-gallery-card:hover .grid-card-info {
  opacity: 1;
}

.grid-card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.grid-card-subtitle {
  font-size: 14px;
  opacity: 1;
}

.grid-gallery-card:nth-child(1) {
  grid-column: 1 / 3;
}

.grid-gallery-card:nth-child(3) {
  height: 26rem;
}

.grid-gallery-card:nth-child(5) {
  grid-column: 1 / 3;
}

.grid-content-title {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.grid-content-desc {
  font-family: "edhan-martine.regular";
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
}

.grid-content-button {
  position: relative;
  background: #212121;
  color: #fff;
  padding: 12px 30px;
  border: none;

  font-size: 14px;
  cursor: pointer;
  transition: color 0.3s ease;
  width: fit-content;
  letter-spacing: 1px;
  overflow: hidden;
}

.grid-content-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #3b3b3b;
  z-index: 0;
  transition: width 0.3s ease;
}

.grid-content-button:hover::before {
  width: 100%;
}

.grid-content-button:hover {
  color: #fff;
}

.grid-content-button span {
  position: relative;
  z-index: 1;
}

/* Shop Now */

.diamond-hero {
  margin: 80px 0 50px;
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.diamond-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.diamond-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.diamond-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: white;
  padding: 20px;
}

.diamond-hero-title {
  font-size: 48px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.diamond-hero-desc {
  font-size: 18px;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.diamond-hero-btn {
  padding: 14px 32px;
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  border: 1px solid white;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.diamond-hero-btn:hover {
  background-color: #f0f0f0;
  color: #000;
}

/* Marque Tag */ /* Keyframes for marquee animation */
@keyframes marquee {
  0% {
    transform: translateX(100%); /* Start off-screen to the right */
  }
  100% {
    transform: translateX(-100%); /* Move off-screen to the left */
  }
}

.marquee-container {
  margin-top: 260px;

  width: 100%;
  height: 70px;
  background: #f4f1ee;
  /* Black background */
  overflow: hidden;
  display: flex;
  align-items: center;
}

.marquee-track {
  display: flex;
  animation: scroll 25s linear infinite;
  white-space: nowrap;
}

.marquee-text {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0 2rem;
  color: black;
  /* White text */
}

.icon {
  width: 20px;
  height: 20px;
  margin: 0 1rem;
  opacity: 0.85;
  filter: brightness(0) invert(1);
  /* makes icon white on black */
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-item {
  display: block;
  padding: 15px 0;
  color: var(--black);
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: var(--transition);
  position: relative;
  opacity: 0;
  animation: fadeSlideIn 0.8s ease forwards;
  animation-delay: var(--delay, 0s);
}

.menu-item:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--gold);
  transition: var(--transition);
}

.menu-item:hover {
  color: var(--gold);
}

.menu-item:hover:after {
  width: 30px;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

.diamond-icon {
  width: 48px;
  height: 45px;
  transition: transform 0.3s ease;
}

.menu-toggle:hover .diamond-icon {
  transform: scale(1.1);
}

@keyframes fadeSlideInSearch {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.search-container {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1002;
}

.search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-toggle svg {
  width: 24px;
  height: 24px;
  stroke: var(--black);
  transition: var(--transition);
}

.search-toggle:hover svg {
  stroke: var(--gold);
}

.search-input-container {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: var(--white);
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 1003;
  padding: 34px;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.search-input-container.active {
  display: flex;
  opacity: 1;
  animation: fadeSlideInSearch 0.5s ease forwards;
}

.search-input {
  width: 80%;
  max-width: 500px;
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid var(--black);
  border-radius: 5px;
  outline: none;
  opacity: 0;
  animation: fadeSlideInSearch 0.8s ease forwards;
}

.close-search {
  background: none;
  border: none;
  font-size: 28px;
  color: var(--black);
  cursor: pointer;
  transition: var(--transition);
  opacity: 0;
  animation: fadeSlideInSearch 0.8s ease forwards;
  animation-delay: 0.1s;
}

.close-search:hover {
  color: var(--gold);
}

.menu-footer {
  position: absolute;
  bottom: 20px;
  left: 40px;
}

.instagram-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--white);

  border-radius: 50%;
  text-decoration: none;
  transition: var(--transition);
}

.instagram-icon img {
  width: 24px;
  height: 24px;
  stroke: var(--black);
  transition: var(--transition);
}

@media (min-width: 768px) {
  .logo {
    font-size: 20px;
  }

  .logo-accent {
    font-size: 22px;
  }

  .menu-item {
    font-size: 18px;
    padding: 18px 0;
  }
}
/* responsive */
/* Mobile & Tablet Responsive Design */
@media (max-width: 1024px) {
  .bg {
    height: 80vh;
  }
  .bg-content-h1 {
    font-size: 32px;
    padding-left: 20px;
  }
  .next {
    padding: 40px;
  }
  .banner-text {
    font-size: 60px;
  }

  .banner .content {
    padding: 0 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .area-img {
    height: 400px;
  }

  .area-h1 {
    font-size: 30px;
  }

  .area-h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .btn {
    padding: 12px 16px;
    font-size: 14px;
    width: 50%;
  }

  .product-image img {
    height: 240px;
  }
  .review {
    padding: 40px;
  }
  .faq-section {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .marquee-container {
    margin-top: 50px;
  }
  .bg {
    justify-content: center;
    padding: 20px;
  }
  .bg {
    height: 45vh;
  }
  .video-overlay {
    height: 50vh;
  }
  .bg-content-h1 {
    font-size: 26px;
    padding-left: 0;
    text-align: center;
  }

  .banner-text.about,
  .banner-text.jewelry {
    font-size: 40px;
    left: 10px;
    right: 10px;
  }

  .banner .content {
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding: 0 20px;
  }
  .next {
    padding: 20px;
  }
  .next .area {
    flex-direction: column;
    gap: 40px;
  }

  .next .area-1,
  .next .area-2 {
    max-width: 100%;
  }

  .area-img {
    height: 300px;
    width: 100%;
    object-fit: contain;
  }

  .area-h1 {
    font-size: 26px;
    text-align: center;
  }

  .area-h5 {
    font-size: 15px;
    text-align: center;
  }

  .btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-image img {
    height: 220px;
  }

  .section-title {
    font-size: 30px;
  }

  .testimonial p {
    font-size: 16px;
    line-height: 24px;
  }
  .review {
    padding: 20px;
  }
  .faq-section {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .dj-search-input-container {
    width: 100%;
    padding: 10px;
    gap: 10px;
  }
  .dj-search-input {
    padding: 10px;
  }
  .times-section {
    border-right: none;
    padding: 20px;
  }

  .time-slots {
    font-size: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .dt-tab-content {
    padding: 0;
  }
  .footer-container {
    padding-top: 100px;
  }
  .dj-menu-header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 69px 0 22px;
  }
  .grid-zone {
    padding-left: 0;
    flex-direction: column;
    align-items: center;
  }
  .times-header {
    font-size: 14px;
  }

  .timezone-label {
    font-size: 8px;
  }

  .content-container h1 {
    font-size: 24px;
  }

  .content-container p {
    font-size: 16px;
  }
  .rokan-product-heading {
    padding-top: 50px;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .rokan-product-heading h2 {
    font-size: 20px;
  }

  .jewel-wrapper {
    flex-direction: column;
    padding: 30px 15px;
    align-items: center;
    text-align: center;
  }

  .jewel-text-content {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }

  .jewel-headline {
    font-size: 28px;
  }

  .jewel-features {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
  }

  .jewel-feature-item h4,
  .jewel-feature-item p {
    font-size: 13px;
  }

  .jewel-image-section {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    width: 100%;
  }

  .jewel-story-block {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .jewel-story-heading {
    font-size: 22px;
  }

  .jewel-story-text {
    font-size: 14px;
  }

  .jewel-image-wrapper {
    padding: 0;
    width: 100%;
    display: flex;
  }

  .jewel-image-wrapper img {
    width: 90%;
    height: auto;
    padding: 0;
    border-radius: 10px;
  }

  .jewelry-showcase {
    padding: 30px 15px;
    text-align: center;
  }

  .jewelry-hero-image {
    width: 100%;
    height: auto;
  }

  .jewelry-featured-item {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .jewelry-description {
    position: static;
    max-width: 100%;
    margin-top: 40px;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
  }

  .lux-layout {
    padding: 40px 15px;
    gap: 20px;
    margin: 80px auto 20px auto;
  }

  .item-block {
    height: auto;
    min-height: 350px;
  }

  .flex-left,
  .flex-right {
    gap: 20px;
  }

  .item-block p {
    padding: 0 15px;
  }

  .content-wrap h2 {
    font-size: 28px;
  }

  .content-wrap p {
    font-size: 15px;
  }

  .action-btn {
    padding: 10px 25px;
    font-size: 12px;
    width: 100%;
    max-width: 225px;
  }

  .video-wrap video {
    width: 150px;
    height: 150px;
  }

  .item-block h3 {
    font-size: 22px;
  }

  .diamond-hero {
    height: 300px;
  }

  .diamond-hero-title {
    font-size: 24px;
  }

  .diamond-hero-desc {
    font-size: 14px;
  }

  .diamond-hero-btn {
    padding: 10px 20px;
    font-size: 12px;
  }

  .diamond-hero-content {
    width: 310px;
  }

  .dj-navbar {
    height: 65px;
  }

  .dj-navbar-container {
    padding: 0 10px;
  }

  .dj-account-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

  .dj-search-toggle svg {
    width: 22px;
    height: 25px;
    stroke: #111;
    transition: all 0.3s ease;
  }

  .dj-logo {
    font-size: 13px;
  }

  .dj-diamond-icon {
    width: 30px;
    height: 30px;
  }

  .j-title h1 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .j-filter-box select {
    width: 100%;
    padding: 5px 20px 5px 15px;
    font-size: 18px;
  }

  .j-icon {
    right: 15px;
  }

  .text-overlay h2 {
    font-size: 22px;
  }

  .text-overlay {
    width: 240px;
  }
  .banner-text {
    font-size: 30px;
  }

  .banner-text.about {
    top: 10px;
    left: 10px;
  }

  .banner-text.jewelry {
    bottom: 10px;
    right: 10px;
  }

  .bg-content-h1 {
    font-size: 22px;
  }

  .product-image img {
    height: 200px;
  }

  .testimonial {
    padding: 20px;
  }

  .testimonial p {
    font-size: 15px;
    line-height: 22px;
  }

  .btn {
    font-size: 13px;
  }
}

label {
  font-family: "Georgia", serif;
}

.jewelry-showcase {
  display: flex;
  height: 100vh;
  max-width: 1400px;
  margin: 100px auto;
  background: white;
}

/* Thumbnail Gallery */
.thumbnail-gallery {
  width: 100px;

  padding: 80px 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thumbnail {
  width: 70px;
  height: 70px;
  margin: 10px 0;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.thumbnail:hover,
.thumbnail.active {
  padding: 5px;
  border: 1px solid black;
  border-color: #111;
}

/* Main Image Section */
.image-section {
  position: relative;
  display: flex;
  /* Add this to enable flexbox */
  padding: 40px;
  align-items: center;
  /* Vertically center the content */
  justify-content: center;
  /* Horizontally center the content */
}

.main-image-container {
  position: relative;
  max-width: 100%;
  cursor: zoom-in;
}

.main-image {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.zoom-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.main-image-container:hover .zoom-icon {
  opacity: 1;
}

/* Inquiry Form Section */
.inquiry-section {
  display: flex;
  flex-direction: column;
  background: white;
  overflow-y: scroll;
  /* Enable scrolling */
  padding: 40px 20px;
  position: relative;

  /* Hide scrollbar */
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.inquiry-section::-webkit-scrollbar {
  display: none;
  /* For Chrome, Safari, and Edge */
}

.form-title {
  font-size: 28px;
  margin-bottom: 5px;
  color: #222;
  font-weight: 600;
}

.price {
  font-size: 22px;
  color: #d4af37;
  margin-bottom: 30px;
  font-weight: bold;
}

.form-group {
  margin-bottom: 25px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #666;
}

.option-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.option-btn {
  font-family: "edhan-martine.regular";
  padding: 10px 18px;
  background: #f9f9f9;
  border: 1px solid #555;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s;
  flex-grow: 1;
  text-align: center;
}

.option-btn:hover {
  background: #f0f0f0;
}

.option-btn.active {
  background: #111;
  color: white;
  border-color: #111;
}

.diamond-options {
  display: flex;

  gap: 20px;
}

.image-caption {
  margin-top: 10px;
  /* Adds spacing between the image and the text */
  font-size: 16px;
  /* Adjust font size as needed */
  color: #333;
  /* Text color */
  font-weight: bold;
  /* Makes the text bold */
}

.next-btn {
  width: 100%;
  padding: 15px;
  background: #111;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.next-btn:hover {
  background: #555;
}

/* Chat Widget */
.chat-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #111;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
  z-index: 100;
}
.file-upload-container {
  position: relative;
  display: inline-block;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; /* Make the file input invisible */
  cursor: pointer; /* Ensure the cursor changes to pointer */
}

.upload {
  padding: 10px 30px;
  background-color: white;
  color: black;
  border: 1px solid black;
  cursor: pointer;
}

/* Product Description */

.dt-body {
  padding: 0px 20px 20px 20px;
  max-width: 1440px;
  margin: 0 auto;
}

.dt-tabs-container {
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.dt-tabs-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  padding-bottom: 10px;
}

.dt-tab-btn {
  padding: 10px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  position: relative;
  transition: all 0.3s ease;
}

.dt-tab-btn:hover {
  color: #000;
}

.dt-tab-btn.dt-active::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  animation: dt-underlineExpand 0.3s ease-out;
}

.dt-content-container {
  width: 100%;
  min-height: 200px;
  position: relative;
}

.dt-tab-content {
  padding: 20px;
  line-height: 1.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: dt-fadeIn 0.4s ease-out;
}

.dt-h2 {
  margin-bottom: 20px;
  font-size: 24px;
}

.dt-h3 {
  margin: 15px 0 10px;
  font-size: 20px;
}

.dt-p {
  font-family: "Georgia", serif;
  color: #555;
  margin-bottom: 15px;
}

.dt-step {
  font-family: "Georgia", serif;
  margin-bottom: 15px;
}

.dt-step strong {
  color: #333;
  font-weight: bold;
}
.image-container img {
  padding: 5px;
  display: block;
  width: 100px;
  height: auto;
  border-radius: 50%;
  border: 1px solid #555;

  box-sizing: border-box;

  transition: border 0.3s ease;
}

.image-container img:hover {
  border: 1px solid black;
  /* Change the border color on hover */
}

.image-container {
  cursor: pointer;
  display: inline-block;

  position: relative;

  text-align: center;
}

/* Zoom Lens Styles */
.lens {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: none;
  display: none;
  pointer-events: none;
  z-index: 10;
}

.zoom-result {
  position: absolute;
  right: -600px;
  top: 40px;
  width: 600px;
  height: 650px;
  border: 1px solid #ddd;
  background-color: white;
  background-repeat: no-repeat;
  display: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 20;
}

/* start the lookbook page */
.container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: 110px;
}

.img-wrapper {
  position: absolute;
  overflow: hidden;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.img-wrapper:hover .img {
  transform: scale(1.05);
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.img-wrapper:hover .overlay-text {
  opacity: 1;
}
.img-wrapper {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.img-wrapper.visible {
  opacity: 1;
  transform: scale(1);
}
.img1 {
  top: 0;
  left: 0;
  width: 30%;
  z-index: 1;
}
.img2 {
  top: 0;
  left: 26%;
  width: 20%;
  z-index: 0;
}
.img3 {
  top: 0;
  right: 0;
  width: 30%;
  z-index: 1;
}
.img4 {
  top: 25%;
  left: 25%;
  width: 32%;
  z-index: 0;
}
.img5 {
  bottom: -6px;
  right: 20%;
  width: 23%;
  z-index: 2;
}
.img6 {
  bottom: -10%;
  right: 0%;
  width: 20%;
  z-index: 4;
}
.img7 {
  bottom: -24px;
  left: 0;
  width: 25%;
  z-index: 1;
}
.img8 {
  top: 0%;
  right: 29%;
  width: 29%;
  z-index: 0;
}

@media (max-width: 1024px) {
  .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    height: auto;
    width: 100%;
  }

  .img-wrapper {
    position: relative !important;
    width: 100% !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .img {
    width: 100%;
  }

  .img2 {
    top: 0;
    left: 0%;
    width: 20%;
    z-index: 0;
  }
  .img4 {
    top: 0%;
    left: 0%;
    width: 32%;
    z-index: 0;
  }
  .img5 {
    bottom: 0px;
    right: 0%;
    width: 23%;
    z-index: 2;
  }
  .img6 {
    bottom: 0%;
    right: 0%;
    width: 20%;
    z-index: 4;
  }
  .img7 {
    bottom: 0px;
    left: 0;
    width: 25%;
    z-index: 1;
  }
  .img8 {
    top: 0%;
    right: 0%;
    width: 29%;
    z-index: 0;
  }
}

@media (max-width: 600px) {
  .container {
    grid-template-columns: 1fr;
  }
}
/* start new section in look nook page */
.why-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 5%;
  background-color: #f2f2f2;
  flex-wrap: wrap;
  height: 100vh;
}

.why-text {
  flex: 1 1 400px;
  z-index: 2;
}

.why-text h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.why-text p {
  font-size: 20px;
  line-height: 1.6;
  max-width: 500px;
  font-family: "Georgia", serif;
}

.why-images {
  flex: 1 1 500px;
  position: relative;
  height: 500px;
}

.why-images .img-wrapper {
  position: absolute;
  width: 50%;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.why-images .img-wrapper.visible {
  opacity: 1;
  transform: scale(1);
}

.why-images .img-wrapper img {
  width: 100%;

  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.why-images .img-wrapper:hover img {
  transform: scale(1.05);
}

/* Image positions */
.img-1 {
  top: -11%;
  left: 0;
  z-index: 3;
}
.img-2 {
  bottom: -11%;
  left: 0%;
  z-index: 2;
}
.img-3 {
  bottom: -11%;
  right: 0%;
  z-index: 1;
}
.img-4 {
  top: 32%;
  left: 0%;
  z-index: 0;
}

.j-card {
  cursor: pointer;

  position: relative;
}

.j-card > * {
  pointer-events: none;
}
/* Tablet View: 2-column grid */
@media (max-width: 1024px) {
  .why-section {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 40px;
  }
  .why-text h2 {
    font-size: 36px;
  }

  .why-text p {
    font-size: 18px;
    max-width: 100%;
  }

  .why-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    height: auto;
  }

  .why-images .img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  .why-images .img-wrapper img {
    width: 100%;
    height: auto;
  }
  .img-1 {
    top: 0%;
    left: 0;
    z-index: 3;
  }
  .img-2 {
    bottom: 0%;
    left: 0%;
    z-index: 2;
  }
  .img-3 {
    bottom: 0%;
    right: 0%;
    z-index: 1;
  }
  .img-4 {
    top: 0%;
    left: 0%;
    z-index: 0;
  }
}
@media (max-width: 320px) {
  .calender-con {
    padding: 20px;
  }
  .lux-layout {
    padding: 30px 10px;
    margin: 60px auto 20px auto;
  }

  .item-block {
    width: 254px;
    min-height: 300px;
  }

  .item-block h3 {
    font-size: 20px;
  }

  .item-block p {
    padding: 0 10px;
    font-size: 14px;
  }

  .video-wrap video {
    width: 130px;
    height: 130px;
  }

  .content-wrap h2 {
    font-size: 24px;
  }

  .content-wrap p {
    font-size: 14px;
  }

  .action-btn {
    font-size: 12px;
    padding: 10px 20px;
  }
}
/* Mobile View: 1-column grid */
@media (max-width: 768px) {
  .rokan-product-heading {
    padding: 80px;
  }
  .why-text h2 {
    font-size: 28px;
  }

  .why-text p {
    font-size: 16px;
  }

  .why-images {
    grid-template-columns: 1fr;
  }
}

.calender-con {
  color: #333;
  padding: 20px;
  max-width: 1440px;
  margin: 100px auto;
}

.appointment-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.appointment-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.appointment-duration {
  font-family: "edhan-martine.regular";
  display: inline-block;
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}

.appointment-description {
  font-family: "edhan-martine.regular";
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  max-width: 800px;
}

.scheduler-container {
  margin: 50px 0;
  display: flex;
  background: white;

  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  overflow: hidden;
}

.calendar-section {
  flex: 1;
  padding: 30px;
  border-right: 1px solid #f0f0f0;
}

.calendar-header {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.month-nav {
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  padding: 5px 10px;
  transition: color 0.2s;
}

.month-nav:hover {
  color: #000;
}

.month-nav.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.current-month {
  font-size: 18px;
  font-weight: 500;
}

.weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 16px;
  color: #888;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 15px;
  border-radius: 50%;
  transition: all 0.2s;
}

.day.inactive {
  color: #ccc;
  pointer-events: none;
}

.day.past {
  color: #ddd;
  pointer-events: none;
}

.day.selected {
  background-color: #333;
  color: white;
}

.times-section {
  flex: 1;
  padding: 30px;
  position: relative;
}

.timezone-label {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 12px;
  color: #888;
}

.times-header {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.time-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.time-slot {
  padding: 25px 0;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 14px;
}

.time-slot:hover {
  border-color: #999;
}

.time-slot.selected {
  background-color: #333;
  color: white;
  border-color: #333;
}

.show-all {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: #666;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}

.chat {
  width: 20px;
  height: 20px;
  stroke: white;
  /* Line color */
  fill: none;
  /* No fill inside the SVG */
}

.image-container2 {
  margin-bottom: 50px;
  display: flex;
  width: 100%;
}

.image-half2 {
  flex: 1;
  /* Each takes equal space */
  width: 50%;
  /* Explicit 50% width */
}

.image-half2 img {
  display: block;

  width: 100%;
  height: auto;
  object-fit: cover;
}

.content-container {
  text-align: start;

  padding: 20px 80px;
}

.content-container h1 {
  font-size: 36px;

  color: #333;

  font-weight: 400;
  margin-bottom: 20px;
}

.content-container p {
  font-family: "edhan-martine.regular";
  font-weight: 200;
  margin-bottom: 20px;
  font-size: 16px;

  color: #666;

  line-height: 1.2;
}

.action-btn {
  position: relative;
  background: #212121;
  color: #fff;
  padding: 12px 30px;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  overflow: hidden;
}

.action-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #3b3b3b;
  z-index: 0;
  transition: width 0.3s ease;
}

.action-btn:hover::before {
  width: 100%;
}

.action-btn:hover {
  color: #fff;
}

.action-btn span {
  position: relative;
  z-index: 1;
}

/* next section */
.look {
  background-color: #fff;
  position: relative;
}
.look-img {
  display: block;
  margin: auto;
  z-index: 2;
  position: relative;
}
.look-img-left,
.look-img-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  max-width: 80%;
  z-index: 1;
  opacity: 0.7;
}
.look-img-left {
  left: 30%;
  transform: translate(-120%, -80%); /* Horizontal shift left from center */
}

.look-img-right {
  right: 30%;
  transform: translate(120%, -80%); /* Horizontal shift right from center */
}
.look-text {
  max-width: 800px;
  text-align: center;
  margin: auto;
}
.look-text-h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
.look-text-p {
  font-size: 20px;
  line-height: 1.6;
  font-family: "Georgia", serif;
}
@media (max-width: 1030px) {
  .look-img {
    width: 35%;
  }
  .look-img-left {
    left: 40%;
    transform: translate(-120%, -83%);
  }
  .look-img-right {
    right: 40%;
    transform: translate(120%, -83%);
  }
  .look-text {
    max-width: 100%;
    text-align: left;
    padding: 40px;
  }
  .look-text-h1 {
    font-size: 36px;
  }
  .look-text-p {
    font-size: 18px;
  }
}
@media (max-width: 925px) {
  .look {
    padding: 40px 20px;
    text-align: center;
  }

  /* Remove absolute positioning and stack images */
  .look-img-left {
    position: static;
    transform: none;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    opacity: 1;
    display: block;
    z-index: 1;
  }
  .look-img-right {
    display: none;
  }
  .look-img {
    position: static;
    transform: none;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    z-index: 2;
  }

  .look-text {
    max-width: 100%;
    padding: 20px 0;
  }

  .look-text-h1 {
    font-size: 26px;
  }

  .look-text-p {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .zoom-result {
    position: fixed;
    right: 62px;
    bottom: 20px;
    top: auto;
    width: 200px;
    height: 200px;
  }

  .jewelry-showcase {
    flex-direction: column;
    height: auto;
  }

  .thumbnail-gallery {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    padding: 10px;
    border-right: none;
  }

  .thumbnail {
    margin: 0 10px;
  }

  .image-section {
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid #555;
  }

  .main-image {
    max-height: 60vh;
  }

  .grid-gallery-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .grid-gallery-images {
    order: 1;
    padding: 20px;
  }

  .grid-gallery-content {
    order: 2;
    padding: 20px;
  }

  .grid-gallery-layout {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .grid-gallery-card {
    height: 250px;
    width: 100%;
  }

  .grid-content-title {
    font-size: 28px;
  }

  .grid-content-desc {
    font-size: 14px;
  }
}

/* new section */
.zigzag {
  background-color: #fff;
  padding: 0px 0px 100px 0px;
}
.zigzag-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

.zigzag-item {
  position: relative;
  width: 45%;
  margin-bottom: -120px; /* Negative to overlap */
  z-index: 1;
}

.zigzag-item img {
  width: 100%;
  display: block;
  border-radius: 10px;

  transition: transform 0.3s ease;
}

.zigzag-item img:hover {
  transform: scale(1.03);
}

.zigzag-left {
  margin-left: 0;
}

.zigzag-right {
  margin-left: auto;
}

@media (max-width: 768px) {
  .content-container {
    padding: 20px;
  }
  .image-half2 {
    width: 100%;
  }
  .zigzag-item {
    width: 80%;
    margin: 0 auto 40px auto;
  }

  .zigzag-left,
  .zigzag-right {
    margin-left: auto;
  }

  .zigzag-container {
    padding: 60px 20px;
  }
}
/* start tam page */
.terms {
  background-color: #f2f2f2;
  padding: 80px 0px;
  margin-top: 110px;
}
.terms-container {
  max-width: 700px;
  margin: auto;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: #333;
  line-height: 1.6;
  position: relative;
}
.terms-container h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  color: #000;
}

.terms-container h2 {
  font-size: 18px;
  margin-top: 30px;
  color: #111;
  font-family: "Georgia", serif;
}

.terms-container p {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Georgia", serif;
}
@media (max-width: 830px) {
  .terms-container {
    margin: 20px;
  }
}
/* about us page is start */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 110px;
}

.hero img.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
  animation: fadeInUp 1s ease-out forwards;
  opacity: 0;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.25rem;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
}

.philosophy-wrapper {
  display: flex;

  align-items: flex-start;
  gap: 80px;
  padding: 80px;
  text-align: center;
  flex-wrap: wrap;
}

.philosophy-img {
  flex: 1 1 280px;
  max-width: 300px;
}

.philosophy-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.philosophy-content {
  flex: 2 1 500px;
  max-width: 600px;
  color: #2d2d2d;
}

.philosophy-content h2 {
  font-size: 30px;
  letter-spacing: 3px;
  margin-bottom: 25px;
  color: #000;
}

.philosophy-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333;
  font-family: "Georgia", serif;
}

.philosophy-content h3 {
  margin-top: 40px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #2a2a2a;
  font-family: "Georgia", serif;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .philosophy-wrapper {
    padding: 60px 40px;
    gap: 20px;
  }
  .philosophy-content h2 {
    font-size: 20px;
  }
  .philosophy-content p {
    font-size: 16px;
  }
  .philosophy-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .philosophy-wrapper {
    flex-direction: column;
    padding: 60px 40px;
    text-align: center;
  }
  .philosophy-content {
    display: block;
    margin: auto;
  }
  .philosophy-content h3 {
    font-size: 22px;
  }
  .philosophy-img {
    display: block;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .philosophy-wrapper {
    padding: 40px 20px;
  }
}
.founder {
  background-color: #ffffff;
  padding: 80px;
}
.founders-section {
  display: flex;

  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.founders-left img {
  width: 100%;
  max-width: 310px;
  height: auto;
  display: block;
}

.founders-right {
  flex: 1;
  min-width: 300px;
}

.founders-right h2 {
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #000;
}

.founders-right p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  font-family: "Georgia", serif;
}

.bottom-section {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 40px;
}

.bottom-section img {
  width: 200px;
  height: auto;
}

.bottom-text {
  flex: 1;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Georgia", serif;
}
@media (max-width: 1024px) {
  .founder {
    padding: 60px 40px;
  }
  .founders-right h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .founder {
    padding: 40px 20px;
  }
  .founders-section {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .founders-left {
    display: block;
    margin: auto;
  }
  .bottom-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bottom-text {
    border-top: none;
    padding-top: 20px;
  }
  .founders-right {
    max-width: 100%;
    min-width: 100%;
  }
}

.about-iamge {
  object-fit: cover;
  width: 100%;
  height: 500px;
  padding: 80px 0px;
}

.about-section {
  padding: 80px;
  background-color: #fff;
}
.about-area {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 100px;
}
.about-area-1 {
  display: flex;
  width: 100%;
  flex-direction: column;
  max-width: 50%;
  justify-content: center;
}
.about-area-2 {
  display: flex;
  max-width: 50%;
}
.about-area-h2 {
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #000;
}

.about-area-p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: "Georgia", serif;
}
@media screen and (max-width: 1024px) {
  .about-section {
    padding: 60px 40px;
  }
  .about-area-h2 {
    font-size: 25px;
  }
  .about-area {
    gap: 40px;
  }
  .about-area-p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .about-section {
    padding: 40px 20px;
  }

  .about-area {
    flex-direction: column;
    gap: 20px;
  }

  .about-area-1,
  .about-area-2 {
    max-width: 100%;
  }

  .about-area-h2 {
    font-size: 20px;
  }

  .about-area-p {
    font-size: 14px;
    line-height: 22px;
  }

  .about-iamge {
    padding: 40px 0;
  }
}
/* new section */
.our-story {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px;
  background-color: #fff;
  gap: 80px;
}

.story-content {
  flex: 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}

.story-content h2 {
  font-size: 30px;
  color: #222;
  position: relative;
  margin: 0%;
}

.story-content p {
  font-size: 18px;
  color: #555;
  line-height: 30px;
  font-family: "Georgia", serif;
}

.story-image {
  flex: 1;
}

.story-image img {
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .our-story {
    padding: 60px 40px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .our-story {
    flex-direction: column;
    padding: 40px 20px;
    gap: 20px;
  }

  .story-content h2 {
    font-size: 20px;
    text-align: center;
  }

  .story-content p {
    font-size: 16px;
    text-align: center;
  }
}
/* footer is start */
footer {
  background-color: white;
  color: #333;
  padding: 80px 80px 0 80px;

  font-family: "Georgia", serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-section {
  flex: 1;
  min-width: 200px;
  margin-bottom: 30px;
}

.footer-section h3 {
  font-size: 19px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-section p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #555;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  color: black;
  font-size: 20px;
  transition: opacity 0.3s;
}

.social-icons a:hover {
  opacity: 0.7;
}

.footer-links {
  list-style: none;
  padding: 0%;
}

.footer-links li {
  position: relative;
  margin-bottom: 12px;
}

.footer-links a {
  color: #555;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}

.footer-links a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  /* Position the line just below the text */
  left: 0;
  width: 0;
  height: 2px;
  background: black;
  /* Line color */
  transition: width 0.3s ease;
}

.footer-links a:hover::after {
  width: 12%;
  /* Expand the line to full width on hover */
}

.footer-links a:hover {
  color: black;
  /* Optional: Change link color on hover */
}

.email-signup {
  position: relative;
  margin-top: 20px;
}

.email-signup input {
  width: 93%;
  padding: 10px 0;

  border: 1px solid #555;
  font-size: 14px;
  outline: none;
}

.email-signup button {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  background: black;
  color: white;
  border: 1px solid black;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 15px;
}

.footer-section:nth-child(2) {
  padding-left: 100px;
}
.footer-bottom {
  text-align: center;
  padding: 30px;
  border-top: 2px solid #a8a8a8;
  font-size: 16px;
  color: #777;
}

@media (max-width: 1024px) {
  footer {
    padding: 60px 40px;
  }
  .email-signup input {
    width: 90%;
  }
}

@media (max-width: 768px) {
  footer {
    padding: 20px;
  }
  .footer-section {
    flex: 100%;
    min-width: 100%;
  }

  .footer-section:nth-child(2) {
    padding-left: 0px;
  }
  .email-signup input {
    width: 89%;
  }
}
