@font-face {
  font-family: "Cairo";
  src: url("fonts/Cairo-Regular.ttf");
}

/* Typography */
body,
ul,
li,
p,
a,
label,
input,
div {
  font-family: "Cairo", sans-serif;
  font-size: 18px !important;
  font-weight: 300 !important;
}
.h1 {
  font-family: "Cairo", sans-serif;
  font-size: 48px !important;
  font-weight: 200 !important;
}
.h2 {
  font-family: "Cairo", sans-serif;
  font-size: 30px !important;
  font-weight: 300;
}
.h3 {
  font-family: "Cairo", sans-serif;
  font-size: 22px !important;
}
/* General */
.logo {
  font-weight: 900 !important;
}
.text-warning {
  color: #ede861 !important;
}
.text-muted {
  color: #bcbcbc !important;
}
.text-success {
  color: #ffd328 !important;
}
.text-successs {
  font-weight: 600 !important;
  color: #3328ff;
}
.text-successss {
  font-size: 20px !important;
  color: #000;
}
/* Purchase Form Styles */
.purchase-form-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.purchase-form-card .card-header {
  border-radius: 15px 15px 0 0 !important;
  background: linear-gradient(135deg, #28a745, #20c997) !important;
}

.form-label {
  margin-bottom: 8px;
  font-weight: 600 !important;
}

.form-control {
  border-radius: 8px;
  border: 2px solid #e9ecef;
  padding: 12px 16px;
  font-size: 16px !important;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.btn-success {
  background: linear-gradient(135deg, #28a745, #20c997);
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
}

.alert-info {
  background: linear-gradient(135deg, #d1ecf1, #bee5eb);
  border: none;
  border-radius: 10px;
  color: #0c5460;
}

.text-danger {
  color: #dc3545 !important;
}

/* Success Message Styles */

#orderCode .alert-success {
  border-radius: 15px;
  border: none;
  background: linear-gradient(135deg, #d4edda, #c3e6cb);
  color: #155724;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#orderCode .alert-heading {
  color: #155724;
  font-weight: 700;
  margin-bottom: 15px;
}

#orderCode strong {
  font-weight: bold;
  font-size: 24px;
  color: #de4e00;
}
.bg-dark {
  background-color: #212934 !important;
}
.bg-light {
  background-color: #e9eef5 !important;
}
.bg-black {
  background-color: #1d242d !important;
}
.bg-success {
  background-color: #006d98 !important;
}
.btn-success {
  background-color: #006d98 !important;
  border-color: #006d98 !important;
}
.pagination .page-link:hover {
  color: #000;
}
.pagination .page-link:hover,
.pagination .page-link.active {
  background-color: #006d98;
  color: #fff;
}
/* Nav */
#fawre_nav_top {
  min-height: 40px;
}
#fawre_nav_top * {
  font-size: 0.9em !important;
}
#fawre_main_nav a {
  color: #212934;
}
#fawre_main_nav a:hover {
  color: #006d98;
}
#fawre_main_nav .navbar .nav-icon {
  margin-right: 20px;
}

/* Hero Carousel */
#fawre-banner-hero-carousel {
  background: #efefef !important;
}

/* Accordion */
.fawre-accordion a {
  color: #000;
}
.fawre-accordion a:hover {
  color: #333d4a;
}
/* Shop */
.shop-top-menu a:hover {
  color: #006d98 !important;
}
/* Product */
.product-wap {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.product-wap .product-color-dot.color-dot-red {
  background: #f71515;
}
.product-wap .product-color-dot.color-dot-blue {
  background: #6db4fe;
}
.product-wap .product-color-dot.color-dot-black {
  background: #000000;
}
.product-wap .product-color-dot.color-dot-light {
  background: #e0e0e0;
}
.product-wap .product-color-dot.color-dot-green {
  background: #006d98;
}
.card.product-wap .card .product-overlay {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.card.product-wap:hover .card .product-overlay {
  visibility: visible;
  opacity: 1;
}
.card.product-wap a {
  color: #000;
}
#carousel-related-product .slick-slide:focus {
  outline: none !important;
}
#carousel-related-product .slick-dots li button:before {
  font-size: 15px;
  margin-top: 20px;
}
/* Brand */
.brand-img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.5s;
}
.brand-img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* Carousel Hero */
#fawre-banner-hero-carousel .carousel-indicators li {
  margin-top: -50px;
  background-color: #006d98;
}
#fawre-banner-hero-carousel .carousel-control-next i,
#fawre-banner-hero-carousel .carousel-control-prev i {
  color: #006d98 !important;
  font-size: 2.8em !important;
}
/* Carousel Brand */
.fawre-carousel .h1 {
  font-size: 0.5em !important;
  color: #000 !important;
}
/* Services */
.services-icon-wap {
  transition: 0.3s;
}
.services-icon-wap:hover,
.services-icon-wap:hover i {
  color: #fff;
}
.services-icon-wap:hover {
  background: #006d98;
}
/* Contact map */
.leaflet-control a,
.leaflet-control {
  font-size: 10px !important;
}
.form-control {
  border: 1px solid #e8e8e8;
}
/* Footer */
#fawre_footer a {
  color: #dcdde1;
}
#fawre_footer a:hover {
  color: #006d98;
}
#fawre_footer ul.footer-link-list li {
  padding-top: 10px;
}
#fawre_footer ul.footer-icons li {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
}
#fawre_footer ul.footer-icons li:hover {
  background-color: #ffd328;
  transition: 0.5s;
}
#fawre_footer ul.footer-icons li:hover i {
  color: #212934;
  transition: 0.5s;
}
#fawre_footer .border-light {
  border-color: #2d343f !important;
}
/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/
/* Small devices (landscape phones, 576px and up)*/
.product-wap .h3,
.product-wap li,
.product-wap i,
.product-wap p {
  font-size: 12px !important;
}
.product-wap .product-color-dot {
  width: 6px;
  height: 6px;
}

@media (min-width: 576px) {
  .fawre-carousel .h1 {
    font-size: 1em !important;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #fawre_main_nav .navbar-nav {
    max-width: 450px;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #fawre_main_nav .navbar-nav {
    max-width: 550px;
  }
  #fawre-banner-hero-carousel .carousel-item {
    min-height: 30rem !important;
  }
  .product-wap .h3,
  .product-wap li,
  .product-wap i,
  .product-wap p {
    font-size: 18px !important;
  }
  .product-wap .product-color-dot {
    width: 12px;
    height: 12px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/* Ensure Bootstrap hero carousel images fill their parent and display fully.
   Uses `object-fit: contain` to show entire image without cropping.
   Change to `object-fit: cover` to fill and allow cropping. */
/* Make the carousel itself have a definite height so 100% heights work.
   You can change `60vh` to a fixed px value (e.g., 500px) if you prefer. */
#fawre-banner-hero-carousel {
  height: 60vh;
  min-height: 360px;
}

#fawre-banner-hero-carousel .carousel-inner,
#fawre-banner-hero-carousel .carousel-item {
  height: 100%;
}

/* Position slides relative so nested images can be placed absolutely */
#fawre-banner-hero-carousel .carousel-item {
  position: relative;
  overflow: hidden;
}

/* Ensure container/rows/cols inside the carousel stretch full height */
#fawre-banner-hero-carousel .carousel-item .container,
#fawre-banner-hero-carousel .carousel-item .row,
#fawre-banner-hero-carousel .carousel-item .row > [class*="col-"] {
  height: 100%;
}

/* Make the image column a flex container to center image vertically */
#fawre-banner-hero-carousel .carousel-item .mx-auto[class*="col-"] {
  display: flex;
  align-items: center;
}

/* Image fills its column and keeps full visible using `contain`.
   To fill and allow cropping use `object-fit: cover` instead. */
/* Make the img act as a background that fills the whole slide */
#fawre-banner-hero-carousel .carousel-item img {
  /* keep image in normal flow so it fills the column
     Height is 100% because ancestor heights are set */
  position: static;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* change to `contain` to avoid cropping */
  object-position: center;
}

/* Ensure controls/indicators are above image */
#fawre-banner-hero-carousel .carousel-control-prev,
#fawre-banner-hero-carousel .carousel-control-next,
#fawre-banner-hero-carousel .carousel-indicators {
  z-index: 5;
}

/* On very small screens reduce min-height so carousel isn't too tall */
@media (max-width: 575.98px) {
  #fawre-banner-hero-carousel {
    height: 45vh;
    min-height: 240px;
  }
}

/* Responsive carousel heights and control sizing */
@media (min-width: 576px) and (max-width: 767.98px) {
  #fawre-banner-hero-carousel {
    height: 50vh;
    min-height: 300px;
  }
  #fawre-banner-hero-carousel .carousel-control-next i,
  #fawre-banner-hero-carousel .carousel-control-prev i {
    font-size: 2.4rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #fawre-banner-hero-carousel {
    height: 55vh;
    min-height: 340px;
  }
  #fawre-banner-hero-carousel .carousel-control-next i,
  #fawre-banner-hero-carousel .carousel-control-prev i {
    font-size: 2.6rem !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #fawre-banner-hero-carousel {
    height: 65vh;
    min-height: 400px;
  }
  #fawre-banner-hero-carousel .carousel-control-next i,
  #fawre-banner-hero-carousel .carousel-control-prev i {
    font-size: 2.8rem !important;
  }
}

@media (min-width: 1200px) {
  #fawre-banner-hero-carousel {
    height: 70vh;
    min-height: 480px;
  }
  #fawre-banner-hero-carousel .carousel-control-next i,
  #fawre-banner-hero-carousel .carousel-control-prev i {
    font-size: 3rem !important;
  }
}

/* On small screens prefer showing whole image; on larger screens fill and crop. */
@media (max-width: 767.98px) {
  #fawre-banner-hero-carousel .carousel-item img {
    object-fit: contain;
  }
}
@media (min-width: 768px) {
  #fawre-banner-hero-carousel .carousel-item img {
    object-fit: cover;
  }
}

/* Remove any residual horizontal gaps from Bootstrap row/col on carousel */
#fawre-banner-hero-carousel .row {
  margin-right: 0;
  margin-left: 0;
}
#fawre-banner-hero-carousel [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* ========================================
   RESPONSIVE DESIGN - GLOBAL STYLES
   ======================================== */

/* Extra Small Devices (phones, 576px and down) */
@media (max-width: 575.98px) {
  body {
    font-size: 14px !important;
  }

  .h1 {
    font-size: 32px !important;
  }

  .h2 {
    font-size: 24px !important;
  }

  .h3 {
    font-size: 18px !important;
  }

  /* Navbar */
  .navbar-brand {
    font-size: 24px !important;
  }

  .navbar-nav {
    text-align: center;
    margin-top: 15px;
  }

  .navbar-nav .nav-item {
    margin: 5px 0;
  }

  /* Cards and Containers */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .card {
    margin-bottom: 20px;
  }

  /* Forms */
  .form-control {
    font-size: 14px !important;
    padding: 10px 12px !important;
  }

  .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  /* Tables */
  .table-responsive {
    font-size: 12px;
  }

  .table td,
  .table th {
    padding: 8px;
  }

  /* Footer */
  .footer-link-list li {
    margin-bottom: 10px;
  }
}

/* Small Devices (tablets, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  body {
    font-size: 16px !important;
  }

  .h1 {
    font-size: 36px !important;
  }

  .h2 {
    font-size: 26px !important;
  }

  .h3 {
    font-size: 20px !important;
  }

  /* Navbar */
  .navbar-nav {
    margin-top: 10px;
  }

  /* Cards */
  .card-body {
    padding: 20px;
  }

  /* Tables */
  .table-responsive {
    font-size: 14px;
  }
}

/* Medium Devices (desktops, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    font-size: 17px !important;
  }

  .h1 {
    font-size: 42px !important;
  }

  .h2 {
    font-size: 28px !important;
  }

  .h3 {
    font-size: 21px !important;
  }

  /* Navbar */
  .navbar-nav .nav-link {
    padding: 8px 12px;
    font-size: 14px;
  }
}

/* Large Devices (large desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  body {
    font-size: 18px !important;
  }

  .h1 {
    font-size: 45px !important;
  }

  .h2 {
    font-size: 29px !important;
  }

  .h3 {
    font-size: 22px !important;
  }
}

/* Extra Large Devices (extra large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Universal Responsive Utilities */

/* Hide elements on specific screen sizes */
.d-none-mobile {
  display: none !important;
}

.d-none-tablet {
  display: none !important;
}

.d-none-desktop {
  display: none !important;
}

@media (min-width: 576px) {
  .d-none-mobile {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-none-tablet {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-none-desktop {
    display: block !important;
  }
}

/* Text alignment responsive */
.text-center-mobile {
  text-align: center !important;
}

.text-left-mobile {
  text-align: left !important;
}

@media (min-width: 576px) {
  .text-center-mobile {
    text-align: inherit !important;
  }

  .text-left-mobile {
    text-align: inherit !important;
  }
}

/* Spacing responsive */
.mb-3-mobile {
  margin-bottom: 1rem !important;
}

.mb-4-mobile {
  margin-bottom: 1.5rem !important;
}

@media (min-width: 576px) {
  .mb-3-mobile {
    margin-bottom: inherit !important;
  }

  .mb-4-mobile {
    margin-bottom: inherit !important;
  }
}

/* Flexbox responsive utilities */
.flex-column-mobile {
  flex-direction: column !important;
}

.flex-row-mobile {
  flex-direction: row !important;
}

@media (min-width: 576px) {
  .flex-column-mobile {
    flex-direction: inherit !important;
  }

  .flex-row-mobile {
    flex-direction: inherit !important;
  }
}

/* Image responsive */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Video responsive */
.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive embed,
.video-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ========================================
   ENHANCED UI COMPONENTS & UTILITIES
   ======================================== */

/* Enhanced Navbar Responsive */
.navbar {
  transition: all 0.3s ease;
}

.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
  border: none;
  padding: 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    margin-top: 1rem;
  }

  .navbar-nav {
    flex-direction: column;
    gap: 0.5rem;
  }

  .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
    border-radius: 6px;
    transition: all 0.3s ease;
  }

  .navbar-nav .nav-link:hover {
    background: #f8f9fa;
    color: #28a745;
  }
}

/* Enhanced Card Styles */
.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-header {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-bottom: 1px solid #dee2e6;
  border-radius: 12px 12px 0 0 !important;
  font-weight: 600;
}

.card-body {
  padding: 1.5rem;
}

/* Enhanced Button Styles */
.btn {
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
  width: 300px;
  height: 300px;
}

.btn-success {
  background: linear-gradient(135deg, #28a745, #20c997);
  border: none;
}

.btn-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
}

/* Enhanced Form Styles */
.form-control,
.form-select {
  border-radius: 8px;
  border: 2px solid #e9ecef;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  transform: translateY(-1px);
}

.form-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.5rem;
}

/* Enhanced Footer */
.footer-link-list li {
  margin-bottom: 0.5rem;
}

.footer-link-list a {
  color: #adb5bd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link-list a:hover {
  color: #28a745;
}

.footer-icons li {
  margin: 0 0.25rem;
}

.footer-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer-icons a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Loading States */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #28a745;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Accessibility Improvements */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.focus-visible:focus {
  outline: 2px solid #28a745;
  outline-offset: 2px;
}

/* Animation Classes */
.fade-in {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-in-left {
  animation: slideInLeft 0.5s ease-out;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-in-right {
  animation: slideInRight 0.5s ease-out;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* General Utility Classes */
.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.bg-gradient-success {
  background: linear-gradient(135deg, #28a745, #20c997);
}

.border-radius-lg {
  border-radius: 15px !important;
}

.shadow-lg-custom {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.transition-all {
  transition: all 0.3s ease !important;
}

/* Custom responsive grid */
.row-responsive {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-responsive {
  flex: 1;
  padding: 0 15px;
  min-width: 280px;
}

/* Modal responsive */
.modal-dialog {
  margin: 30px auto;
}

@media (max-width: 575.98px) {
  .modal-dialog {
    margin: 10px;
    max-width: none;
  }

  .modal-content {
    border-radius: 0;
  }
}

/* Carousel responsive */
.carousel-item img {
  width: 100%;
  height: auto;
}

/* Alert responsive */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
}

@media (max-width: 575.98px) {
  .alert {
    padding: 12px;
    margin-bottom: 15px;
  }
}

/* Badge responsive */
.badge {
  font-size: 12px;
  padding: 4px 8px;
}

@media (min-width: 576px) {
  .badge {
    font-size: 14px;
    padding: 6px 12px;
  }
}

/* Progress bar responsive */
.progress {
  height: 20px;
}

@media (max-width: 575.98px) {
  .progress {
    height: 15px;
  }
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #28a745;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #218838;
}

/* Focus states for accessibility */
.btn:focus,
.form-control:focus,
.nav-link:focus {
  outline: 2px solid #28a745;
  outline-offset: 2px;
}

/* Print styles */
@media print {
  .navbar,
  .footer,
  .btn,
  .modal,
  .sidebar {
    display: none !important;
  }

  body {
    font-size: 12pt !important;
  }

  .container {
    max-width: none !important;
    padding: 0 !important;
  }
}

/* ========================================
   SHOP & PRODUCT SPECIFIC STYLES
   ======================================== */

/* Shop Sidebar */
.fawre-accordion {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  background: #f8f9fa;
}

.fawre-accordion li {
  border-bottom: 1px solid #dee2e6;
}

.fawre-accordion li:last-child {
  border-bottom: none;
}

.fawre-accordion a {
  color: #495057;
  transition: color 0.3s ease;
}

.fawre-accordion a:hover {
  color: #28a745;
}

.fawre-accordion .collapse ul li {
  padding: 5px 0;
}

.fawre-accordion .collapse ul li a {
  font-size: 14px;
  color: #6c757d;
}

.fawre-accordion .collapse ul li a:hover {
  color: #28a745;
}

/* Product Cards */
.product-wap {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product-wap:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.product-overlay {
  background: rgba(40, 167, 69, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-wap:hover .product-overlay {
  opacity: 1;
}

.product-overlay ul li {
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.product-wap:hover .product-overlay ul li {
  transform: translateY(0);
}

.product-overlay .btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.product-overlay .btn:hover {
  transform: scale(1.1);
  background: #218838 !important;
}

/* Product Color Dots */
.product-color-dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #dee2e6;
}

.color-dot-red {
  background-color: #dc3545;
}
.color-dot-blue {
  background-color: #007bff;
}
.color-dot-black {
  background-color: #000;
}
.color-dot-light {
  background-color: #f8f9fa;
}
.color-dot-green {
  background-color: #28a745;
}

/* Shop Layout */
.shop-layout {
  display: grid;
  gap: 30px;
}

@media (min-width: 992px) {
  .shop-layout {
    grid-template-columns: 300px 1fr;
  }
}

/* Filter and Sort */
.shop-filters {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.shop-filters .form-select,
.shop-filters .form-control {
  border-radius: 6px;
  border: 1px solid #dee2e6;
}

.shop-filters .btn {
  border-radius: 6px;
}

/* Product Grid */
.product-grid {
  display: grid;
  gap: 20px;
}

@media (min-width: 576px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Pagination */
.shop-pagination {
  margin-top: 40px;
}

.shop-pagination .page-link {
  color: #28a745;
  border-color: #28a745;
  border-radius: 6px;
  margin: 0 2px;
  transition: all 0.3s ease;
}

.shop-pagination .page-link:hover {
  background-color: #28a745;
  color: white;
  transform: translateY(-2px);
}

.shop-pagination .page-item.active .page-link {
  background-color: #28a745;
  border-color: #28a745;
}

/* Product Single Page */
.product-single-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-single-thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.product-single-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.product-single-thumbnails img:hover,
.product-single-thumbnails img.active {
  border-color: #28a745;
  transform: scale(1.05);
}

.product-details {
  padding: 30px;
  background: #f8f9fa;
  border-radius: 8px;
}

.product-price {
  font-size: 28px;
  font-weight: bold;
  color: #28a745;
  margin: 20px 0;
}

.product-description {
  line-height: 1.6;
  color: #6c757d;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}

.quantity-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #dee2e6;
  background: white;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.quantity-btn:hover {
  background: #28a745;
  color: white;
  border-color: #28a745;
}

.quantity-input {
  width: 60px;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 8px;
}

/* About Page Styles */
.about-hero {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: white;
  padding: 80px 0;
  text-align: center;
}

.about-stats {
  background: #f8f9fa;
  padding: 60px 0;
}

.about-stats .stat-item {
  text-align: center;
  padding: 20px;
}

.about-stats .stat-number {
  font-size: 48px;
  font-weight: bold;
  color: #28a745;
  display: block;
  margin-bottom: 10px;
}

.about-stats .stat-label {
  font-size: 18px;
  color: #6c757d;
}

.about-team {
  padding: 60px 0;
}

.team-member {
  text-align: center;
  margin-bottom: 30px;
}

.team-member img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 5px solid #28a745;
}

.team-member h5 {
  color: #28a745;
  margin-bottom: 10px;
}

.team-member p {
  color: #6c757d;
}

/* Recovery Page Styles */
.recovery-form {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.recovery-form .form-label {
  font-weight: 600;
  color: #495057;
}

.recovery-form .form-control {
  border-radius: 8px;
  border: 2px solid #e9ecef;
  padding: 12px 16px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.recovery-form .form-control:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.recovery-form .btn {
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
}

/* General Utility Classes */
.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.bg-gradient-success {
  background: linear-gradient(135deg, #28a745, #20c997);
}

.border-radius-lg {
  border-radius: 15px !important;
}

.shadow-lg-custom {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.transition-all {
  transition: all 0.3s ease !important;
}
/* WhatsApp Float Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.whatsapp-float a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: white;
  font-size: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}
.whatsapp-float a:hover {
  background-color: #128c7e;
  transform: scale(1.1);
}

/* Dashboard Styles */

.sidebar {
  position: fixed;
  top: 56px; /* Height of navbar */
  left: 0;
  width: 250px;
  height: calc(100vh - 56px);
  z-index: 1000;
  transition: all 0.3s;
}

.sidebar .sidebar-header {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: white;
  border-bottom: 1px solid #dee2e6;
}

.sidebar .nav-link {
  color: #495057;
  padding: 12px 20px;
  border-radius: 0;
  transition: all 0.3s;
  font-weight: 500;
}

.sidebar .nav-link:hover {
  background-color: #f8f9fa;
  color: #28a745;
  transform: translateX(-5px);
}

.sidebar .nav-link.active {
  background-color: #28a745;
  color: white;
}

.sidebar .nav-link i {
  margin-left: 10px;
  width: 20px;
}

/* Statistics Cards */
.stat-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-card .card-body {
  padding: 20px;
}

.stat-card .stat-icon {
  opacity: 0.8;
}

/* Table Styles */
.table th {
  background-color: #343a40;
  color: white;
  border: none;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}

.table td {
  text-align: center;
  vertical-align: middle;
  padding: 12px;
}

.table-responsive {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Status Badges */
.status-badge {
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.status-pending {
  background-color: #fff3cd;
  color: #856404;
}

.status-complete {
  background-color: #d4edda;
  color: #155724;
}

.status-info {
  background-color: #fff3cd;
  color: #155724;
}

.status-cancelled {
  background-color: #f8d7da;
  color: #721c24;
}

/* Action Buttons */
.btn-action {
  padding: 5px 10px;
  margin: 0 2px;
  border-radius: 5px;
  font-size: 12px;
}

.btn-view {
  background-color: #17a2b8;
  color: white;
}

.btn-edit {
  background-color: #ffc107;
  color: black;
}

.btn-delete {
  background-color: #dc3545;
  color: white;
}

/* Modal Styles */
.modal-content {
  border-radius: 15px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal-header {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: white;
  border-radius: 15px 15px 0 0;
  border-bottom: none;
}

.modal-header .btn-close {
  filter: invert(1);
}

/* Pagination */
.pagination .page-link {
  color: #28a745;
  border-color: #28a745;
}

.pagination .page-item.active .page-link {
  background-color: #28a745;
  border-color: #28a745;
}

/* Responsive Design */
@media (max-width: 768px) {
  .sidebar {
    transform: translateX(-100%);
  }

  .sidebar.show {
    transform: translateX(0);
  }

  .main-content {
    margin-left: 0;
  }

  .stat-card .card-body {
    padding: 15px;
  }

  .stat-card h3 {
    font-size: 24px;
  }

  .table-responsive {
    font-size: 14px;
  }
}

/* Loading Animation */
.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Custom Scrollbar */
.sidebar::-webkit-scrollbar {
  width: 6px;
}

.sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #28a745;
  border-radius: 3px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
  background: #218838;
}

/* ========================================
   COLLAPSIBLE SIDEBAR ENHANCEMENTS
   ======================================== */

.sidebar-collapsed {
  transform: translateX(-100%);
}

.sidebar .sidebar-header {
  position: relative;
}

.sidebar .sidebar-header .btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  padding: 4px 8px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar .sidebar-header .btn:hover {
  background: rgba(255, 255, 255, 0.3);
  color: white;
}

.nav-text {
  margin-right: 10px;
  transition: all 0.3s ease;
}

/* Main Content Adjustment */
#mainContent {
  transition: margin-right 0.3s ease;
  margin-right: 0;
}

.main-content-expanded {
  margin-right: 0 !important;
}

/* Dropdown Menu Enhancements */
.dropdown-menu {
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-top: 8px;
}

.dropdown-item {
  padding: 10px 20px;
  transition: all 0.3s ease;
  border-radius: 4px;
  margin: 2px 4px;
}

.dropdown-item:hover {
  background-color: #28a745;
  color: white;
  transform: translateX(5px);
}

.dropdown-item i {
  margin-left: 8px;
  width: 16px;
}

/* Mobile Sidebar Toggle Button */
#sidebarToggleBtn {
  position: fixed;
  top: 70px;
  left: 15px;
  z-index: 1020;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  padding: 8px 16px;
}

/* Overlay for mobile sidebar */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

/* Responsive Design */
@media (max-width: 767.98px) {
  .sidebar {
    width: 280px;
    z-index: 1050;
  }

  .sidebar-collapsed {
    transform: translateX(-100%);
  }

  #sidebarToggleBtn {
    display: block !important;
  }

  /* Add overlay when sidebar is open on mobile */
  .sidebar:not(.sidebar-collapsed) ~ .sidebar-overlay {
    display: block;
  }
}

@media (min-width: 768px) {
  #sidebarToggleBtn {
    display: none !important;
  }

  .sidebar {
    position: relative;
    top: auto;
    height: auto;
    min-height: calc(100vh - 56px);
  }

  .main-content-expanded {
    margin-left: 0 !important;
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .sidebar {
    width: 220px;
  }
}

/* Animation for sidebar transitions */
.sidebar,
.sidebar .nav-link,
.dropdown-item {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Loading states */
.sidebar-loading {
  position: relative;
}

.sidebar-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}

.sidebar-loading::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #28a745;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Order Cards for Mobile */
.order-card {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.order-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.order-card .status-badge {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  font-weight: 500;
}

.order-card .btn {
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
}