/*
Custom Css
*/

/*
====================================
GLOBAL PREMIUM DARK THEME
====================================
*/
body {
  background-color: #edeaea;
  color: #eaeaea;
  font-family: "Roboto", sans-serif;
}

/*
====================================
TOP NAV (EMAIL / PHONE BAR)
====================================
*/
#templatemo_nav_top {
  background: radial-gradient(circle at top, #1a0033, #0b0b0f) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
/*
====================================
MAIN HEADER – GLASSMORPHISM
====================================
*/
.navbar.shadow {
  background: #eaeaea !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Nav links */
.navbar .nav-link {
  color: #ff9900 !important;
  font-weight: 500;
  margin: 0 8px;
  position: relative;
  transition: 0.3s;
}

/* Hover underline glow */
.navbar .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #ff9900;
  transition: 0.3s ease;
}

.navbar .nav-link:hover::before {
  width: 100%;
}
/* ====================================
   PREMIUM DARK DROPDOWN – FIXED
==================================== */

/* Dropdown container */
.navbar .dropdown-menu {
  background: #ff9900;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 8px 0;
  margin-top: 10px;
}

/* Dropdown items – VISIBLE */
.navbar .dropdown-item {
  color: #eaeaea !important;
  padding: 10px 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  background: transparent;
}

/*
====================================
HERO CAROUSEL – LUXURY SPACING
====================================
*/
.carousel {
  background: radial-gradient(circle at top, white, white);
}

#template-mo-zay-hero-carousel .carousel-item {
  min-height: 90vh;
}

.carousel h1,
.carousel h3,
.carousel p {
  color: #ffffff;
}

/*
====================================
CATEGORY SECTION – GLOW CARDS
====================================
*/
section.container.py-5 {
  background: transparent;
}

section.container img {
  transition: 0.4s;
}

section.container img:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 25px rgba(157, 78, 221, 0.5);
}

/*
====================================
FEATURED PRODUCTS – DARK CARDS
====================================
*/
section.bg-light {
  background: #edeaea !important;
}

.card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  transition: 0.4s;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 30px rgba(157, 78, 221, 0.35);
}

.card-body,
.card-body a,
.card-body p {
  color: black !important;
}

/*
====================================
BUTTONS – PREMIUM GRADIENT
====================================
*/
.btn-success {
  background: linear-gradient(135deg, #ff9900, #ff9900);
  border: none;
  box-shadow: 0 0 15px rgba(157, 78, 221, 0.5);
}

.btn-success:hover {
  background: linear-gradient(135deg, white, white);
  color: #a31414 !important;
}

/*
====================================
MODAL SEARCH – DARK GLASS
====================================
*/
.modal-content {
  background: rgba(15, 15, 30, 0.95);
  backdrop-filter: blur(12px);
  border-radius: 16px;
}

.modal-content input {
  background: #fff;
  color: #0b0b0f;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/*
====================================
FOOTER – ALREADY PROVIDED (NO CHANGE)
====================================
*/

.rk-footer {
  background: radial-gradient(circle at top, #0e3d4b, #1d596c);
  padding: 70px 0 0;
  color: #eaeaea;
}

.rk-footer-logo {
  height: 55px;
  margin-bottom: 15px;
}

.rk-footer-text {
  font-size: 14px;
  color: #cfcfcf;
}

.rk-footer-title {
  color: #ff9900;
  font-weight: 600;
  margin-bottom: 15px;
}

.rk-footer-links {
  list-style: none;
  padding: 0;
}

.rk-footer-links li {
  margin-bottom: 10px;
}

.rk-footer-links a {
  color: #cfcfcf;
  text-decoration: none;
  transition: 0.3s;
}

.rk-footer-links a:hover {
  color: #ff9900;
  padding-left: 6px;
}

.rk-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9900, #ff9900) !important;
  color: #fff;
  margin-right: 8px;
  transition: 0.3s;
  text-decoration: none;
}

.rk-social a:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 15px #fff;
}

.rk-footer-bottom {
  margin-top: 50px;
  background: #0e3d4b;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
}

.rk-footer-bottom a {
  color: #ff9900;
  text-decoration: none;
}

/*
====================================
DROPDOWN – FIX VISIBILITY + ICON
====================================
*/

/* Dropdown container */
.dropdown-menu {
  background: rgba(20, 20, 35, 0.95) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 10px 0;
}

/* Dropdown items – VISIBLE TEXT */
.dropdown-menu .dropdown-item {
  color: #ffffff !important;
  padding: 10px 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: all 0.3s ease;
}

/* Hover color (premium green + glow) */
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background: linear-gradient(135deg, #59ab6e, #3d8b55);
  color: #ffffff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

/*
====================================
FIX DROPDOWN ARROW POSITION
====================================
*/

/* Make dropdown link flex */
.navbar .nav-link.dropdown-toggle {
  display: inline-block;
}

.navbar .dropdown-toggle::after {
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: 1px;
}

/*
====================================
DROPDOWN HOVER – MATCH WEBSITE UI
(OVERRIDE GREEN COMPLETELY)
====================================
*/

/* Force premium purple hover */
.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background: linear-gradient(135deg, #e6a748, #f5bd68) !important;
  color: #ffffff !important;
  box-shadow: 0 0 18px rgba(157, 78, 221, 0.45);
}

/* Remove any leftover green active state */
.dropdown-item.active,
.dropdown-item:active {
  background: linear-gradient(135deg, #e6a748, #f5bd68) !important;
  color: #ffffff !important;
}

/* FIX SEARCH ICON VISIBILITY */
.nav-icon i.fa-search {
  color: #ff9900 !important;
  opacity: 0.9;
}

/* Hover glow to match premium UI */
.nav-icon:hover i.fa-search {
  color: #ffffff !important;
  text-shadow: 0 0 10px rgba(157, 78, 221, 0.6);
}
.categories-section {
  background: radial-gradient(circle at top, #0e3d4b, #0e3d4b) !important;
  border-radius: 24px;
}

/* ABOUT HERO – MATCH HERO CAROUSEL */
.about-hero {
  background: radial-gradient(circle at top, #eaeaea, #f1f0f0);
  color: #ffffff;
}

.about-hero h1 {
  color: black;
}

.about-hero p {
  color: black;
}

.about-hero-img {
  border-radius: 18px;
  box-shadow: 0 0 30px rgba(157, 78, 221, 0.35);
}
/* WHY CHOOSE US – DARK PREMIUM */
.about-why {
  background: white;
}

.about-why h2 {
  color: #ff9900;
}

.about-why p,
.about-why span {
  color: black;
}

/* Vision card */
.about-why .bg-white {
  background: radial-gradient(circle at top, #eaeaea, #f1f0f0) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.about-why .shadow {
  box-shadow: 0 0 25px rgba(157, 78, 221, 0.25) !important;
}

/* BRANDS – PREMIUM DARK */
.brands-section {
  background: radial-gradient(circle at top, #eaeaea, #f1f0f0) !important;
}

.brands-section h1 {
  color: black;
}

.brands-section p {
  color: black;
}

/* Brand logos */
.brand-img {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.4s;
}

.brand-img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

/* Carousel arrows */
.brands-section .fa-chevron-left,
.brands-section .fa-chevron-right {
  color: #ff9900 !important;
  transition: 0.3s;
}

.brands-section .fa-chevron-left:hover,
.brands-section .fa-chevron-right:hover {
  color: #ffffff !important;
  text-shadow: 0 0 15px rgba(26, 10, 39, 0.8);
}

/* ===============================
CONTACT PAGE – PREMIUM DARK
================================ */

.contact-hero {
  background: radial-gradient(circle at top, #1a0033, #0b0b0f);
}

.contact-map #mapid {
  width: 100%;
  height: 360px;
  border-radius: 0;
  z-index: 1;
}

.contact-form {
  background: white;
}

.premium-form label {
  color: #cfcfcf;
  font-weight: 500;
}

.premium-form .form-control {
  background: white;
  color: black;
  border: 1.5px solid rgba(11, 3, 3, 0.15);
  padding: 12px 14px;
  border-radius: 10px;
}

.premium-form .form-control::placeholder {
  color: #1a0707;
}

.premium-form .form-control:focus {
  border-color: #ff9900;
  box-shadow: 0 0 0 0.2rem rgba(157, 78, 221, 0.25);
}

/* ===============================
PREMIUM PAGINATION – MATCH WEBSITE
================================ */

.premium-pagination .page-link {
  background: #1d596c;
  color: #cfcfcf;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-left: 6px;
  padding: 10px 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 0 12px rgba(157, 78, 221, 0.25);
}

/* Hover */
.premium-pagination .page-link:hover {
  background: linear-gradient(135deg, #ff9900, #f1ca8f);
  color: #ffffff;
  box-shadow: 0 0 18px rgba(157, 78, 221, 0.6);
  transform: translateY(-2px);
}

/* Active page */
.premium-pagination .page-item.active .page-link,
.premium-pagination .page-link.active {
  background: linear-gradient(135deg, #ff9900, #f1ca8f);
  color: #ffffff;
  border: none;
  box-shadow: 0 0 22px rgba(157, 78, 221, 0.8);
}

/* Disabled page */
.premium-pagination .page-item.disabled .page-link {
  opacity: 0.5;
  pointer-events: none;
}

/* Remove Bootstrap default focus */
.premium-pagination .page-link:focus {
  box-shadow: none;
}

/* IMAGE VIEW OVERLAY */
#imageViewOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
}

#imageViewOverlay img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
}

.wishlist-btn.active {
  background-color: #dc3545 !important;
}

/* Chatbot Styles  */

.chat-icon {
  position: fixed;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #28a745;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  transition: 0.3s;
}
.chat-icon:hover {
  transform: translateY(-50%) scale(1.1);
}
.chat-icon i {
  color: #fff;
  font-size: 26px;
}

.chatbox {
  position: fixed;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 350px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 9999;
  overflow: hidden;
  animation: fadeIn 0.3s ease;
}

.chat-header {
  background: #28a745;
  color: white;
  padding: 15px;
  font-weight: 600;
}

.chat-body {
  padding: 15px;
  max-height: 400px;
  overflow-y: auto;
}

.chat-body input,
.chat-body select,
.chat-body textarea {
  margin-bottom: 10px;
  border-radius: 8px;
}

.chat-submit {
  background: #28a745;
  color: #fff;
  border: none;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-45%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}

.chat-icon {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #28a745;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: 0.3s;
}

.chat-icon:hover {
  background: #218838;
}

.chatbox {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 350px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 10000;
  overflow: hidden;
}

.chat-header {
  background: #28a745;
  color: #fff;
  padding: 12px 15px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.chat-body {
  padding: 15px;
  max-height: 400px;
  overflow-y: auto;
}

.chat-submit {
  background: #28a745;
  color: #fff;
  border: none;
  width: 100%;
  padding: 8px;
  border-radius: 6px;
}

/* ===============================
TOP NAV – RKSS STYLE
=============================== */

#templatemo_nav_top {
  background: #ffffff !important;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
}

#templatemo_nav_top .navbar-sm-brand,
#templatemo_nav_top a {
  color: #555 !important;
  font-weight: 500;
  font-size: 14px;
}

#templatemo_nav_top i {
  color: #3b5998 !important;
}

#yy i {
  color: #ff9900 !important;
}

#templatemo_nav_top a:hover {
  color: #ff9900 !important;
}

/* ===============================
MAIN NAVBAR – RKSS STYLE
=============================== */

.navbar.shadow {
  background: #0e3d4b !important;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: none !important;
  padding: 18px 0;
}

/* Logo spacing */
.navbar-brand img {
  height: 70px !important;
}

/* Nav links */
.navbar .nav-link {
  color: white !important;
  font-weight: 600;
  font-size: 16px;
  margin: 0 15px;
  position: relative;
  transition: 0.3s ease;
}

/* Hover effect like rkss */
.navbar .nav-link:hover {
  color: #ff9900 !important;
}

/* ===============================
DROPDOWN – CLEAN STYLE
=============================== */

.navbar .dropdown-menu {
  background: #ffffff !important;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.navbar .dropdown-item {
  color: #333 !important;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.navbar .dropdown-item:hover {
  background: #f5f5f5 !important;
  color: #ff9900 !important;
}

/* ===============================
TOP NAV HEIGHT INCREASE
=============================== */

#templatemo_nav_top {
  padding: 14px 0 !important; /* increased height */
  min-height: 60px;
  display: flex;
  align-items: center;
}

/* Align content vertically */
#templatemo_nav_top .container {
  display: flex;
  align-items: center;
}

/* ===============================
TOP NAV SOCIAL STYLE
=============================== */

.rk-top-social a {
  width: 34px;
  height: 34px;
  font-size: 20px;
  text-decoration: none;
}

/* Slightly smaller than footer */
.rk-top-social a:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
}

/* ===============================
CATEGORIES SECTION – PREMIUM UI
=============================== */

.category-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

/* Rectangle image */
.category-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  transition: 0.4s;
}

/* Image hover zoom */
.category-card:hover .category-img {
  transform: scale(1.05);
}

/* Title */
.category-card h5 {
  font-weight: 600;
  color: #222;
}

/* Button */
.category-card .btn {
  background: linear-gradient(135deg, #ff9900, #f3c332);
  border: none;
  border-radius: 30px;
  padding: 8px 20px;
}

.category-card .btn:hover {
  background: #0e3d4b;
  color: #fff;
}

/* ===============================
   PREMIUM CATALOGUE UI
=============================== */

.catalogue-card {
  height: 340px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #000;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
}

/* IMAGE */
.catalogue-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 1s ease;
}

/* GLASS OVERLAY */
.catalogue-overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(8px);
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.6),
    rgba(0, 200, 180, 0.4)
  );
  opacity: 0;
  transition: all 0.6s ease;
}

/* LIGHT EFFECT */
.catalogue-light {
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at center,
    rgba(0, 255, 200, 0.25),
    transparent 60%
  );
  top: -50%;
  left: -50%;
  opacity: 0;
  transition: 0.6s ease;
}

/* TITLE */
.catalogue-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.5s ease;
}

/* SUBTITLE */
.catalogue-subtitle {
  color: #e0f7f5;
  font-size: 14px;
  margin-bottom: 20px;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.6s ease;
}

/* BUTTON */
.catalogue-btn {
  padding: 12px 30px;
  border-radius: 50px;
  background: linear-gradient(135deg, #ff9900, #f3c332);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
  transform: translateY(30px);
  opacity: 0;
}

/* BUTTON SHINE */
.catalogue-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  transition: 0.6s;
}
.catalogue-card {
  opacity: 0;
  transform: translateY(40px);
}

.catalogue-btn:hover::before {
  left: 100%;
}

.catalogue-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 200, 150, 0.4);
}

/* HOVER EFFECTS */
.catalogue-card:hover .catalogue-img {
  transform: scale(1.12);
}

.catalogue-card:hover .catalogue-overlay {
  opacity: 1;
}

.catalogue-card:hover .catalogue-light {
  opacity: 1;
}

.catalogue-card:hover .catalogue-title,
.catalogue-card:hover .catalogue-subtitle,
.catalogue-card:hover .catalogue-btn {
  transform: translateY(0);
  opacity: 1;
}

/* FLOATING EFFECT */
.catalogue-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .catalogue-title {
    font-size: 22px;
  }

  .catalogue-card {
    height: 260px;
  }
}
