/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

:root {
  --light-cream: #EDE7C7;
  --dark-red: #8B0000;
  --maroon: #5B0202;
  --dark-brown: #200E01;
  --text-color: #3A3A3A;
  --maroon: #5B0202;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color);
    background-color: #fff;
    font-family: var(--font-family-primary);
    color: var(--text-color);
    background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--dark-brown);
}

a {
    text-decoration: none;
    color: var(--text-color);
}
a:hover {
    color: var(--dark-red);
}

/* --- Top Banner Section --- */
.top-banner {
    background-color: var(--maroon);
    padding: 5px 0;
    font-size: 0.9rem;
    color: #ffffff;
}

/* This is the main text in the center */
.top-banner .sale-text {
    /* The text will be centered by default because of the text-center class */
}

/* This styles the "ShopNow" link */
.top-banner .shop-now-link {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px; /* Adds a little space between text and underline */
}

.top-banner .shop-now-link:hover {
    color: #dddddd;
}


/* --- Language Selector Dropdown --- */
.language-selector {
    position: absolute;
    right: 15px; /* Aligns to the far right of the container */
    top: 50%;
    transform: translateY(-50%);
}

.language-selector .dropdown-toggle {
    color: #ffffff;
    padding: 0; /* Removes extra padding */
}

/* Style for the dropdown arrow */
.language-selector .dropdown-toggle::after {
    color: #ffffff;
}

.language-selector .dropdown-menu {
    font-size: 0.9rem;
    min-width: auto; /* Let the dropdown be as wide as its content */
}

/* --- Responsive Design --- */
/* For screens smaller than 768px (tablets and phones) */
@media (max-width: 767.98px) {
    /* Hide the language selector to avoid clutter and keep the sale text centered */
    .language-selector {
        display: none;
    }

    .top-banner .sale-text {
        /* On mobile, ensure it takes the full width and remains centered */
        width: 100%;
        text-align: center;
    }
}

/* ================== Navbar ================== */
.navbar {
    background-color: rgba(32, 14, 1, 0.85);
    backdrop-filter: blur(10px);
    padding: 10px;
}
.navbar .navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
}
.navbar .nav-link {
    color: #fff;
    font-weight: 500;
    transition: color 0.3s;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--light-cream);
}
.navbar .navbar-toggler {
    border-color: rgba(255,255,255,0.2);
}
.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ================== Buttons ================== */
.btn-brand {
    background-color: var(--dark-red);
    color: #fff;
    border-radius: 2px;
    padding: 10px 30px;
    font-weight: 700;
    transition: background-color 0.3s ease;
}
.btn-brand:hover {
    background-color: var(--maroon);
    color: #fff;
}
.btn-outline-brand {
    color: var(--dark-red);
    border-color: var(--dark-red);
    font-weight: 700;
    padding: 10px 30px;
    transition: all 0.3s ease;
}
.btn-outline-brand:hover {
    background-color: var(--dark-red);
    color: #fff;
}
.hero-button{
    background-color: var(--dark-red);
    color: #fff;
    border-radius: 2px;
    padding: 10px 30px;
    font-weight: 700;
    transition: background-color 0.3s ease;
}
.hero-button:hover{
    background-color: var(--dark-red);
    color: #fff;
}

.toast-header{
    background-color: var(--maroon);
    color:white;
}


/* ========== SHOPPING CART OFFCANVAS (NEW) ========== */
#shoppingCartOffcanvas .offcanvas-header {
    border-bottom: 1px solid #dee2e6;
}
#shoppingCartOffcanvas .offcanvas-title {
    font-weight: 600;
}
#shoppingCartOffcanvas .offcanvas-body {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.cart-items-container {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1.5rem;
}
.cart-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 1rem;
    position: relative;
}
.cart-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}
.cart-item .item-details {
    flex-grow: 1;
}
.cart-item .item-details h6 {
    margin-bottom: 5px;
    font-weight: 600;
}
.cart-item .item-details p {
    margin-bottom: 0;
    font-size: 0.9rem;
}
.btn-remove-item {
    background: #e0e0e0;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 1.2rem;
    line-height: 1;
    color: #6c757d;
    cursor: pointer;
}
.cart-summary {
    padding: 1.5rem;
    border-top: 1px solid #dee2e6;
    background-color: #fff;
}
.cart-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.cart-actions .btn {
    flex: 1;
}




/* ================== Hero Section ================== */
.hero-section {
    background-image: url('https://www.transparenttextures.com/patterns/dark-denim-3.png'), linear-gradient(to right, var(--dark-brown), #331a02);
    padding: 30px 0 30px;
    min-height: 87vh;
    display: flex;
    align-items: center;
}
.hero-images {
    position: relative;
    min-height: 450px;
}
.hero-images img {
    position: absolute;
    max-width: 50%;
    border: 5px solid white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}
.hero-images img:hover {
    transform: scale(1.05) rotate(2deg);
    z-index: 10;
}
.hero-img-1 {
    right: 0;
    top: 0;
    transform: rotate(10deg);
}
.hero-img-2 {
    left: 10%;
    top: 50px;
    transform: rotate(-5deg);
}
.hero-img-3 {
    bottom: 0;
    left: 25%;
    transform: rotate(5deg);
}

/* ================== General Sections ================== */
.bg-light-cream {
    background-color: var(--dark-brown);
}
section {
    overflow-x: hidden;
}

/* ================== Categories ================== */
.category-item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    background-color: #f5f5f5;
    transition: transform 0.3s ease;
}
.category-item:hover img {
    transform: scale(1.1);
}

/* ================== Inspiration Section ================== */
#inspirationCarousel img {
    height: 450px;
    object-fit: cover;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--dark-brown);
    border-radius: 50%;
}

/* ================== Product Card ================== */
.product-card {
    border: none;
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.product-card .card-img-top {
    height: 250px;
    object-fit: cover;
}
.product-card .card-body {
    padding: 20px;
}
.product-card .card-title {
    font-weight: 700;
}
.product-card .card-text {
    font-size: 0.9rem;
    color: #6c757d;
}
.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.product-card:hover .product-overlay {
    opacity: 1;
}
.product-overlay .btn-brand {
    background-color: #fff;
    color: var(--dark-brown);
    border-color: #fff;
}
.product-overlay .product-icons {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}
.product-overlay .product-icons a {
    color: #fff;
    font-weight: bold;
}

/* ================== Gallery Section ================== */
.gallery-grid {
    column-count: 4;
    column-gap: 1rem;
}
.gallery-grid img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    display: inline-block;
}


/* ================== Responsive Adjustments ================== */
@media (max-width: 991.98px) {
    .navbar-nav {
        text-align: center;
        background-color: var(--dark-brown);
        padding: 10px;
    }
    .hero-section {
        padding-top: 120px;
        text-align: center;
    }
    .hero-images {
        margin-top: 50px;
        min-height: 350px;
    }
    .gallery-grid {
        column-count: 3;
    }
}

@media (max-width: 767.98px) {
    .gallery-grid {
        column-count: 2;
    }
    .hero-section {
        min-height: auto;
    }
    #inspirationCarousel img {
        height: 300px;
    }
}





/* --- Rooms Inspiration Section - Fixed Responsive Styles --- */
.rooms-inspiration-section {
    background-color: var(--dark-brown);
    overflow: hidden;
}

.rooms-inspiration-section .text-content {
    max-width: auto;
}

.rooms-inspiration-section h2 {
    font-size: 2.5rem;
    line-height: 1.2;
}

.rooms-inspiration-section .btn-explore-more {
    background-color: var(--light-cream);
    color: var(--dark-brown);
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.rooms-inspiration-section .btn-explore-more:hover {
    background-color: #dddddd;
    color: var(--dark-brown);
}

/* --- Custom Carousel Styling --- */
#inspirationCarousel {
    position: relative;
    margin-right: 20%;
    height: 100%;
}

#inspirationCarousel .carousel-inner {
    height: 100%;
}

#inspirationCarousel .carousel-item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#inspirationCarousel .carousel-item img {
    height: 450px;
    width: auto;
    object-fit: cover;
    object-position: center;
}

/* Custom Carousel Caption */
#inspirationCarousel .carousel-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    background-color: white;
    padding: 1.5rem;
    color: var(--dark-brown);
    text-align: left;
    transform: translateY(100%);
    transition: transform 0.6s ease-out;
    margin-bottom: 20px;
    margin-left: 20px;
    opacity: 0;
}

#inspirationCarousel .carousel-item.active .carousel-caption {
    transform: translateY(0);
    opacity: 1;
}

#inspirationCarousel .carousel-caption span {
    font-size: 0.9rem;
    color: var(--dark-red);
    font-weight: 500;
}

#inspirationCarousel .carousel-caption h4 {
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1.5rem;
}

#inspirationCarousel .carousel-caption .caption-arrow {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    background-color: var(--dark-red);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

#inspirationCarousel .carousel-caption .caption-arrow:hover {
    background-color: var(--maroon);
}

/* Custom Carousel Indicators */
.rooms-inspiration-section .custom-carousel-indicators {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: auto;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    width: auto;
}

.rooms-inspiration-section .custom-carousel-indicators button {
    background-color: var(--dark-red);
    opacity: 0.5;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    border: none;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

.rooms-inspiration-section .custom-carousel-indicators button.active {
    opacity: 1;
    background-color: var(--dark-red);
}

/* Hide default carousel controls */
#inspirationCarousel .carousel-control-prev,
#inspirationCarousel .carousel-control-next {
    display: none;
}

/* --- Fixed Responsive Adjustments --- */

/* For large screens */
@media (min-width: 992px) {
    .rooms-inspiration-section .col-lg-5 {
        min-height: 500px;
    }

    #inspirationCarousel {
        margin-right: -25%;
    }
}

/* For tablets and smaller devices */
@media (max-width: 991.98px) {
    .rooms-inspiration-section .container-fluid .row {
        flex-direction: column;
    }
    
    .rooms-inspiration-section .col-lg-5 {
        padding: 2rem 1.5rem !important;
        text-align: center;
        width: 100%;
        order: 2; /* Move text content below carousel on mobile */
    }
    
    .rooms-inspiration-section .col-lg-7 {
        width: 100%;
        order: 1; /* Move carousel above text on mobile */
    }
    
    .rooms-inspiration-section .text-content {
        margin: 0 auto;
        max-width: 100%;
    }
    
    #inspirationCarousel {
        margin-right: 0;
        height: 400px; /* Fixed height for mobile */
    }
    
    #inspirationCarousel .carousel-item img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }

    #inspirationCarousel .carousel-caption {
        position: relative;
        width: 100%;
        left: 0;
        margin: 0;
        padding: 1rem;
        transform: translateY(0) !important;
        opacity: 1 !important;
        background-color: rgba(255, 255, 255, 0.95);
        border-radius: 0;
    }

    /* Move indicators to bottom-center for mobile */
    .rooms-inspiration-section .custom-carousel-indicators {
        position: absolute;
        bottom: 10px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
        width: 100%;
    }
}

/* For mobile devices */
@media (max-width: 767.98px) {
    .rooms-inspiration-section h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .rooms-inspiration-section .col-lg-5 {
        padding: 1.5rem 1rem !important;
    }
    
    #inspirationCarousel {
        height: 350px;
    }
    
    #inspirationCarousel .carousel-item img {
        height: 350px;
    }
    
    #inspirationCarousel .carousel-caption {
        padding: 0.75rem;
    
    }
    
    #inspirationCarousel .carousel-caption h4 {
        font-size: 1.25rem;
    }
    
    #inspirationCarousel .carousel-caption span {
        font-size: 0.8rem;
    }
    
    #inspirationCarousel .carousel-caption .caption-arrow {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        bottom: 0.75rem;
        right: 0.75rem;
    }
}

/* For extra small devices */
@media (max-width: 575.98px) {
    .rooms-inspiration-section h2 {
        font-size: 1.75rem;
    }
    
    .rooms-inspiration-section .col-lg-5 {
        padding: 1rem !important;
    }
    
    #inspirationCarousel {
        height: 300px;
    }
    
    #inspirationCarousel .carousel-item img {
        height: 300px;
    }
    
    .rooms-inspiration-section .btn-explore-more {
        padding: 8px 20px;
        font-size: 0.9rem;
    }

    #inspirationCarousel .carousel-caption {
        padding: 0.5rem;
        display: none;
    
    }
    
    
    
    
    
    
}


/* --- Hero Section Carousel (Swiper.js) --- */
.hero-swiper-container {
    position: relative;
    width: 100%;
    padding-top: 25px; /* Add some space for the 3D effect */
    padding-bottom: 25px;
}

.hero-swiper {
    width: 100%;
    height: 450px; /* Define a height for the carousel */
}

.hero-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    /* This makes the slides have a width of 60% of the container */
    width: 60%; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.hero-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px; /* Match the slide's border-radius */
}

/* Style for the slides that are not active (in the back) */
.hero-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.7; /* Make back slides slightly transparent */
    transform: scale(0.9); /* Make back slides slightly smaller */
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .hero-swiper {
        height: 400px;
    }

    .hero-swiper .swiper-slide {
        width: 70%; /* Make slides a bit wider on mobile */
    }
}




/* 3D Auth Modal Styles - Left Background, Right Form */
.auth-modal-3d {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transform-style: preserve-3d;
  perspective: 1000px;
}

.auth-modal-3d .modal-header {
  border-bottom: none;
  padding: 1rem 1.5rem 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.auth-modal-3d .btn-close {
 
  
  color: var(--maroon);
}

.auth-container {
  display: flex;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  flex-direction: row; /* Ensure left-to-right layout */
}

/* Background Section (Left) */
.auth-background {
  flex: 1;
  background: linear-gradient(135deg, var(--dark-brown) 0%, var(--maroon) 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 2rem;
  order: 1; /* Make this appear first (left) */
}

.background-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--light-cream);
}

.background-content p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}

/* Brand Highlights */
.brand-highlights {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.highlight-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1rem;
  opacity: 0.9;
}

.highlight-item i {
  color: var(--light-cream);
  font-size: 1.2rem;
}

/* Forms Section (Right) */
.auth-forms-wrapper {
  flex: 1;
  padding: 3rem 2rem;
  background: white;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2; /* Make this appear second (right) */
}

/* Floating Shapes Animation */
.floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shape {
  position: absolute;
  background: rgba(237, 231, 199, 0.1);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.shape-1 {
  width: 100px;
  height: 100px;
  top: 10%;
  left: 20%;
  animation-delay: 0s;
}

.shape-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  left: 70%;
  animation-delay: 2s;
}

.shape-3 {
  width: 80px;
  height: 80px;
  top: 80%;
  left: 10%;
  animation-delay: 4s;
}

.shape-4 {
  width: 120px;
  height: 120px;
  top: 30%;
  left: 80%;
  animation-delay: 1s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

/* Form Styles */
.auth-form {
  display: none;
  animation: slideInFromRight 0.5s ease-out;
}

.auth-form.active {
  display: block;
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.form-header h3 {
  color: var(--dark-brown);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.form-header p {
  color: var(--gray-text);
}

/* Form Elements */
.form-floating {
  position: relative;
}

.form-floating > .form-control {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  padding: 1rem 0.75rem;
}

.form-floating > label {
  padding: 1rem 0.75rem;
  color: var(--gray-text);
}

.form-control {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.form-control:focus {
  border-color: var(--maroon);
  box-shadow: 0 0 0 0.2rem rgba(91, 2, 2, 0.1);
}

/* Button Styles */
.btn-brand {
  background: linear-gradient(135deg, var(--maroon) );
  border: none;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(91, 2, 2, 0.3);
}

.btn-brand:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(91, 2, 2, 0.4);
}

.btn-google {
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  color: #374151;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.btn-google:hover {
  background: #f8f9fa;
  border-color: #cbd5e0;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  color: #374151;
}

/* Divider */
.divider {
  text-align: center;
  margin: 1.5rem 0;
  position: relative;
}

.divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e2e8f0;
}

.divider span {
  background: white;
  padding: 0 1rem;
  color: var(--gray-text);
  font-size: 0.9rem;
} 

/* Form Switch Links */
.switch-form {
  color: var(--maroon);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.switch-form:hover {
  color: var(--dark-brown);
  text-decoration: underline;
}

/* 3D Modal Entrance Animation */
.modal.fade .auth-modal-3d {
  transform: scale(0.7) rotateX(-10deg);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal.show .auth-modal-3d {
  transform: scale(1) rotateX(0);
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .auth-container {
    flex-direction: column;
  }
  
  .auth-background {
    display: none;
  }
  
  .auth-forms-wrapper {
    padding: 2rem 1.5rem;
  }
  
  .auth-form {
    animation: slideInFromBottom 0.5s ease-out;
  }
  
  @keyframes slideInFromBottom {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 575.98px) {
  .auth-modal-3d .modal-dialog {
    margin: 0.5rem;
  }
  
  .auth-forms-wrapper {
    padding: 1.5rem 1rem;
  }
  
  .form-header h3 {
    font-size: 1.5rem;
  }
}

/* Mobile-specific background for smaller screens */
@media (max-width: 991.98px) {
  .auth-forms-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, var(--maroon) 0%, var(--dark-brown) 100%);
    z-index: 1;
  }
}









/* Additional Styles for Services, About, and Terms Pages */

/* Min height for hero sections */
.min-vh-70 {
    min-height: 70vh;
}

/* Service Cards */
.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.service-icon {
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

/* Process Steps */
.process-step .step-number {
    width: 60px;
    height: 60px;
    background: var(--maroon);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto;
}

/* About Page Styles */
.about-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.placeholder-owner {
    background: linear-gradient(135deg, var(--maroon) 0%, var(--dark-brown) 100%);
}

/* Terms Page Styles */
.bg-light-gray {
    background-color: var(--light-gray-bg);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .min-vh-70 {
        min-height: 50vh;
    }
    
    .service-card {
        margin-bottom: 1.5rem;
    }
}









/* Modal Styles */
        .modal-3d {
            border: none;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
            transform-style: preserve-3d;
            perspective: 1000px;
        }

        .modal-3d .modal-header {
            border-bottom: none;
            padding: 1rem 1.5rem 0;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 10;
        }

        .modal-3d .btn-close {
            color: var(--maroon);
        }

        .modal-container {
            display: flex;
            min-height: 400px;
            position: relative;
            overflow: hidden;
        }

        /* Modal Background Section */
        .modal-background {
            flex: 1;
            background: linear-gradient(135deg, var(--dark-brown) 0%, var(--maroon) 100%);
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            padding: 2rem;
        }

        .modal-background h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--light-cream);
        }

        .modal-background p {
            font-size: 1.1rem;
            opacity: 0.9;
            margin-bottom: 2rem;
        }

        /* Modal Content Section */
        .modal-content-wrapper {
            flex: 1;
            padding: 3rem 2rem;
            background: white;
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        /* Floating Shapes Animation */
        .floating-shapes {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .shape {
            position: absolute;
            background: rgba(237, 231, 199, 0.1);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

        .shape-1 {
            width: 100px;
            height: 100px;
            top: 10%;
            left: 20%;
            animation-delay: 0s;
        }

        .shape-2 {
            width: 150px;
            height: 150px;
            top: 60%;
            left: 70%;
            animation-delay: 2s;
        }

        .shape-3 {
            width: 80px;
            height: 80px;
            top: 80%;
            left: 10%;
            animation-delay: 4s;
        }

        .shape-4 {
            width: 120px;
            height: 120px;
            top: 30%;
            left: 80%;
            animation-delay: 1s;
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(10deg);
            }
        }

        /* Form Elements */
        .form-control {
            border: 2px solid #e2e8f0;
            border-radius: 10px;
            transition: all 0.3s ease;
            font-size: 1rem;
            padding: 12px 15px;
        }

        .form-control:focus {
            border-color: var(--maroon);
            box-shadow: 0 0 0 0.2rem rgba(91, 2, 2, 0.1);
        }

        /* Button Styles */
        .btn-brand {
            background: linear-gradient(135deg, var(--maroon), var(--dark-brown));
            border: none;
            border-radius: 10px;
            padding: 0.75rem 1.5rem;
            font-weight: 600;
            font-size: 1rem;
            color: white;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(91, 2, 2, 0.3);
        }

        .btn-brand:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(91, 2, 2, 0.4);
            color: white;
        }

        .btn-outline-brand {
            color: var(--dark-red);
            border-color: var(--dark-red);
            font-weight: 700;
            padding: 10px 30px;
            transition: all 0.3s ease;
        }

        .btn-outline-brand:hover {
            background-color: var(--dark-red);
            color: #fff;
        }

        /* Wishlist Item Styles */
        .wishlist-item {
            display: flex;
            align-items: center;
            gap: 15px;
            background-color: #f8f9fa;
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 1rem;
            position: relative;
        }

        .wishlist-item img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 8px;
        }

        .wishlist-item .item-details {
            flex-grow: 1;
        }

        .wishlist-item .item-details h6 {
            margin-bottom: 5px;
            font-weight: 600;
        }

        .wishlist-item .item-details p {
            margin-bottom: 0;
            font-size: 0.9rem;
        }

        .wishlist-item .item-actions {
            display: flex;
            gap: 10px;
        }

        .btn-remove-item {
            background: #e0e0e0;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            font-size: 1.2rem;
            line-height: 1;
            color: #6c757d;
            cursor: pointer;
        }

        .btn-remove-item:hover {
            background: #d0d0d0;
        }

        /* Search Results */
        .search-results {
            margin-top: 20px;
            max-height: 300px;
            overflow-y: auto;
        }

        .search-result-item {
            display: flex;
            align-items: center;
            padding: 10px;
            border-bottom: 1px solid #eee;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .search-result-item:hover {
            background-color: #f8f9fa;
        }

        .search-result-item img {
            width: 50px;
            height: 50px;
            object-fit: cover;
            border-radius: 5px;
            margin-right: 15px;
        }

        .search-result-item .item-info {
            flex-grow: 1;
        }

        .search-result-item .item-info h6 {
            margin-bottom: 5px;
            font-weight: 600;
        }

        .search-result-item .item-info p {
            margin-bottom: 0;
            font-size: 0.9rem;
            color: #6c757d;
        }

        /* 3D Modal Entrance Animation */
        .modal.fade .modal-3d {
            transform: scale(0.7) rotateX(-10deg);
            opacity: 0;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .modal.show .modal-3d {
            transform: scale(1) rotateX(0);
            opacity: 1;
        }

        /* Responsive Design */
        @media (max-width: 991.98px) {
            .modal-container {
                flex-direction: column;
            }
            
            .modal-background {
                display: none;
            }
            
            .modal-content-wrapper {
                padding: 2rem 1.5rem;
            }
        }

        @media (max-width: 575.98px) {
            .modal-3d .modal-dialog {
                margin: 0.5rem;
            }
            
            .modal-content-wrapper {
                padding: 1.5rem 1rem;
            }
        }




        /* Toast Animations */
@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Toast Styles */
.toast-notification {
    transition: all 0.3s ease;
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.toast-close {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
}

/* Form loading state */
.btn-loading {
    position: relative;
    pointer-events: none;
}

.btn-loading::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-right-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}










/* Modern Desing Css */
/* Modern Product Cards */
.product-card-modern {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-image-modern {
    position: relative;
    overflow: hidden;
    background: var(--light-gray-bg);
}

.product-image-modern img {
    transition: transform 0.5s ease;
}

.product-card-modern:hover .product-image-modern img {
    transform: scale(1.05);
}

.product-badge-modern {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--maroon);
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
}

.product-actions-modern {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.product-card-modern:hover .product-actions-modern {
    opacity: 1;
    transform: translateX(0);
}

.action-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    color: var(--dark-brown);
}

.action-btn:hover {
    background: var(--maroon);
    color: white;
    transform: scale(1.1);
}

/* Modern Category Grid */
.category-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
}

.category-card-modern {
    background: white;
    border-radius: 16px;
    padding: 2rem 1rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.category-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    background: linear-gradient(135deg, var(--light-cream), #f8f4e5);
}

.category-icon-modern {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: var(--light-gray-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.category-card-modern:hover .category-icon-modern {
    background: var(--maroon);
    transform: scale(1.1);
}

.category-card-modern:hover .category-icon-modern img {
    filter: brightness(0) invert(1);
}

/* Stats Section */
.stats-section {
    background: linear-gradient(135deg, var(--dark-brown) 0%, var(--maroon) 100%);
    position: relative;
    overflow: hidden;
}

.stat-card {
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--light-cream);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Blog Cards */
.blog-card-modern {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.blog-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.blog-image-modern {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.blog-image-modern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card-modern:hover .blog-image-modern img {
    transform: scale(1.1);
}

.blog-content-modern {
    padding: 1.5rem;
}

.blog-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: var(--gray-text);
}

.blog-tag {
    background: var(--light-cream);
    color: var(--dark-brown);
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--maroon) 0%, var(--dark-brown) 100%);
    position: relative;
    overflow: hidden;
}

.cta-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    opacity: 0.1;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="white" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
}

/* Responsive */
@media (max-width: 768px) {
    .hero-graphics {
        width: 100%;
        opacity: 0.05;
    }
    
    .category-grid-modern {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}

/* Animation Classes */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.stagger-animation > * {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.stagger-animation.visible > * {
    opacity: 1;
    transform: translateY(0);
}

.stagger-animation.visible > *:nth-child(1) { transition-delay: 0.1s; }
.stagger-animation.visible > *:nth-child(2) { transition-delay: 0.2s; }
.stagger-animation.visible > *:nth-child(3) { transition-delay: 0.3s; }
.stagger-animation.visible > *:nth-child(4) { transition-delay: 0.4s; }
.stagger-animation.visible > *:nth-child(5) { transition-delay: 0.5s; }
.stagger-animation.visible > *:nth-child(6) { transition-delay: 0.6s; }