
.website-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
    display: none;
    background-color: #482c2ecc;
    z-index: 5;}
:root {
    --primary-color: #482C2E;
    --dark-primary-color: #362123;
    --text-color: #543b35;
    --dark-salmon: #FF8B72;
    --salmon: #FFCABE;
}
body {
    margin: 0;
    font-family: 'Georgia', serif;
    background-color: #f4f4f4;
}
.btn-dark{
    background-color: var(--text-color)!important;
}
.btn-dark:hover{
    background-color: var(--primary-color)!important;
}
.text-brown{
    color: var(--text-color)!important;
}
.active{
    color: var(--dark-salmon)!important;
}
.top-bar {
    background-color: var(--primary-color);
    color: white;
    font-size: 14px;
    padding: 4px 0;
    overflow: hidden;
    position: relative;
    border-bottom:1px solid rgba(255,139,114,.1);
}

.scroll-text {
    white-space: nowrap;
    display: inline-block;
    /*position: absolute;*/
    animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.header-main {
    background-color: var(--primary-color);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: absolute; /* Float above carousel */
    width: 100%;
    z-index: 10;
}

.search-container {
    background-color: var(--dark-primary-color);
    border-radius: 30px;
    padding: 3px 3px 3px 16px;
    /*margin: 0 auto 16px auto;*/
    max-width: 800px;
    display: flex;
    align-items: center;
}

.search-container input {
    background: transparent;
    border: none;
    color: var(--text-color)!important;
    width: 100%;
}

.search-container input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-container input:focus {
    background: transparent;
    box-shadow: none;
    color: white;
}

.search-container .btn {
    background-color: #f88d77;
    border-radius: 50%;
    color: white;
}

@media (max-width: 767.98px) {
    .search-container {
        background-color: #3f2422;
        border-radius: 30px;
        padding: 8px 16px;
        margin: 0 auto 16px auto;
        max-width: 800px;
        display: flex;
        align-items: center;
    }

    .search-container input {
        background: transparent;
        border: none;
        color: white;
        width: 100%;
    }

    .search-container input::placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    .search-container input:focus {
        background: transparent;
        box-shadow: none;
        color: white;
    }

    .search-container .btn {
        background-color: #f88d77;
        border-radius: 50%;
        color: white;
    }

    .logo-text {
        font-size: 18px;
    }

    .search-container {
        margin-top: 10px;
    }

    .mx-auto-md{
        margin-left: auto!important;
        margin-rigth: auto!important;
    }
}

.nav-icons i {
    color: white;
    font-size: 25px;
    margin-left: 25px;
    cursor: pointer;
}

.country-flag {
    font-size: 12px;
    color: white;
    text-align: center;
    margin-left: 10px;
}

.logo-text {
    font-size: 22px;
    font-weight: bold;
    color: white;
}

.offcanvas {
    background-color: #4e2c2a;
}

.offcanvas a {
    color: white;
    font-size: 18px;
    margin: 10px 0;
    text-decoration: none;
}

.nav-links a {
    text-decoration: none;
    color: var(--salmon);
    font-size: 16px;
    margin: 0 10px;
} .nav-links a:hover {
      text-decoration: underline;
      color: var(--dark-salmon);
      font-size: 16px;
      margin: 0 10px;
  }
.search-container .btn {
    --bs-btn-padding-x: 0.47rem !important;
    --bs-btn-padding-y: 0.26rem !important;
}

/*////////////////////////////////////////////Section1///////////////////////////////*/
.shape-wrapper {
    width: 400px;
    height: 300px;
    z-index: 2;
    position: absolute;
    top: 30%;
    left: 65%;
}

.green-shape {
    background: #caff95;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    width: 50%;
    height: 90%;
    position: absolute;
    z-index: 1;
    transform: rotate(400deg);
}

.content {
    position: absolute;
    top: 45%;
    left: 25%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.content h1 {
    margin: 0;
    font-size: 2rem;
    color: #333;
}

.content p {
    font-size: 1.5rem;
    color: #333;
    text-decoration: underline;
}

.brand-tag {
    background: #fff6f6;
    padding: 10px 20px;
    border-radius: 25px;
    margin-top: 10px;
    display: inline-block;
}

.brand-tag span {
    color: #333;
    font-weight: bold;
}
.carousel-caption-custom h2 {
    font-weight: bold;
    font-size: 1.8rem;
}

.carousel-caption-custom p {
    font-size: 1.2rem;
    text-decoration: underline;
}
.carousel-inner{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}


#brandCarousel {
    position: relative; /* To anchor .header-main */
    margin-top: 100px;  /* Optional if content is hidden by header */
}
@media (max-width: 768px) {

    #brandCarousel {
        margin-top: 140px; /* More space for mobile header */
    }
    .carousel-caption-custom h2 {
        font-size: 1.4rem;
    }
    .carousel-caption-custom p {
        font-size: 1rem;
    }
    .h-400px{
        height: 400px !important;
    }
    .shape-wrapper {
        top: 30%;
        left: 40%;
    }
}
.h-400px{
    height: 800px;
}




         .category-label {
             font-family: 'Georgia', serif;
             font-size: 1rem;
             color: #3c2c22;
         }

@media (max-width: 991.98px) {
    .category-section .row {
        gap: 1rem;
    }
}

         .product-section {
             background-color: #f6e7d9;
             padding: 2rem 1rem;
             font-family: 'Segoe UI', sans-serif;
         }

.product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.product-heading h4 {
    font-weight: 700;
    margin: 0;
    font-size: 1.5rem;
    color: #3c2c28;
}
.product-heading h5 {
    margin: 0;
    font-size: 1rem;
    color: #3c2c28;
}

.tab-list {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    /* border-bottom: 2px solid #e9d9c8; */
    justify-content: center;
}

.tab-list a {
    text-decoration: none;
    color: #432f2c;
    font-weight: 500;
    /*padding-bottom: 6px;*/
    border-bottom: 2px solid transparent;
}

.tab-list a.active {
    font-weight: 700;
    border-color: #3c2c28;
}

.slider-nav {
    border: 2px solid #3c2c28;
    border-radius: 999px;
    padding: 0.3rem 1rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 1.25rem;
    color: #3c2c28;
    cursor: pointer;
}

.product-carousel {
    overflow-x: auto;
    display: flex;
    gap: 1rem;
    scroll-behavior: smooth;
    padding-top: 1rem;
}

.product-card {
    flex: 0 0 auto;
    width: 220px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.discount-label {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background-color: #eaffb7;
    color: #3d3d00;
    font-weight: 700;
    font-size: 0.85rem;
    border-radius: 50px;
    padding: 0.25rem 0.6rem;
}

.wishlist-icon {
    position: absolute;
    /* top: 0.1rem; */
    right: 0.5rem;
    font-size: 2.2rem;
    color: #4a2d2a;
}
.wishlist-icon:hover{
    background-color:#4a2d2a ;
}
.badge-tag {
    display: inline-block;
    background-color: #ffd8d0;
    color: #4a2d2a;
    font-size: 0.75rem;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    margin-top: 0.5rem;
}

.product-title {
    font-size: 0.95rem;
    font-weight: 500;
    margin-top: 0.5rem;
    color: #3d2c24;
    min-height: 3rem;
}

.product-size {
    font-weight: bold;
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
    color: #3d2c24;
}

.product-price {
    font-size: 0.95rem;
    color: #3d2c24;
}

.product-price .old-price {
    font-size: 0.8rem;
    text-decoration: line-through;
    color: #888;
    margin-left: 0.25rem;
}




         .text-side {
             padding: 40px;
             color: #2f1e33;
         }

.text-side h2 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.text-side p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.btn-custom {
    background-color: #fff3e0;
    color: #4d2b1d;
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: #ffd9a0;
    color: #000;
}

@media (max-width: 768px) {
    .glass-card {
        flex-direction: column;
        border-radius: 20px;
    }

    .image-side {
        border-radius: 20px 20px 0 0;
        padding: 0px;
    }

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

         .featured-section {
             background-color: #eaeffe; /* light purple background like the image */
         }

.featured-section .card {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.featured-section .card-img-top {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.featured-section .card-title {
    font-weight: 600;
    margin-top: 0.5rem;
}

.featured-section .card-text {
    color: #6c757d;
    font-size: 0.9rem;
}
.btn-danger{
    background-color:  #f9846b!important;
    border: none!important;
}


         .blog-section {
             background-color: #ffe1d6; /* peachy background */
         }
.card{
    --bs-card-bg: none!important;
}
.authorImage{
    width:20%;
    height: 50px;
}
.blog-card img {
    border-radius: 0.5rem;

    object-fit: contain;
    background: #fff;
}

.blog-card .card-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.blog-card .card-text {
    font-size: 0.875rem;
    color: #555;
}

.small-author img {
    object-fit: cover;
}


         footer{
             background-color: #CCE8CC;
         }
.fs-40{
    font-size: 40px;
}
footer a{
    text-decoration: none;
    color: #513638;
}
.footerHeading{
    color:#513638 ;

}
.footerHeading h2{
    border-bottom: 1px solid #513638;
    padding-bottom: 15px;
}
.footerHeading h2:hover{
    color:#482C2E ;
    font-weight: bolder;
}

.icon-circle {
    background-color: #4d2c2b; /* dark brown */
    color: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.3s;
}

.icon-circle:hover {
    opacity: 0.8;
    cursor: pointer;
}
.listing li , h4{
    color:#513638 ;
    margin-bottom: 10px;
    font-size: 18px;
}
.listing, h3{
    color:#513638 ;
}
.listing li:hover{
    color:#482C2E ;
    font-weight: bolder;
}
.bottom h4{
    color:#513638 ;
    font-size: 13px;
}.bottom h4:hover{
     color:#482C2E ;
 }
 .happy-section{
     background-color: #A7B3DE!important;
     padding:30px;
 }
.happy-section .card{
    background-color:  #A7B3DE;
    border-radius: 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
footer .card{
    background-color:  #FFF7EB;
    border-radius: 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.btn-primary{
    background-color: #482C2E!important;
    border: none!important;
    border-radius: 25px;
}
.rounded-25{
    border-radius: 25px!important;
}
/** {*/
/*    scrollbar-width: thin; !* Firefox *!*/
/*    scrollbar-color: #482C2E #e0e0e0; !* thumb color | track color *!*/
/*}*/

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/**::-webkit-scrollbar-track {*/
/*    background: #e0e0e0;*/
/*    border-radius: 10px;*/
/*}*/

*::-webkit-scrollbar-thumb {
    background-color: #482C2E;
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #482C2E;
}
.review-section{
    background-color: #FFF7EB;
    padding: 2rem 1rem;
}
.review-card {
  background-color:  #F0FFDC #FFF7EB;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  height: 100%;
}
@media (max-width: 767.98px) {
   .p40{
    padding: 1rem!important;
   }

  
}
.p40{
padding: 4.5rem;
}
.p40-2{
    padding: 4.5rem;
}
.main-review {
  background-color:#D8FFA4 ;
}

.stars {
  font-size: 1.2rem;
  color: #444;
}

.review-text {
  font-size: 0.9rem;
  color: #333;
}

.review-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #d9f2c0;
}

.badge {
  font-size: 0.75rem;
  padding: 0.4em 0.6em;
  border-radius: 0.5rem;
}

    .card-brands{
        background-color: white;
    width: 172px;
    height: 172px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block-start: var(--spacing-lg);
    padding-inline-end: var(--spacing-lg);
    padding-block-end: var(--spacing-lg);
    padding-inline-start: var(--spacing-lg);
    border-radius: var(--spacing-1);
    flex: 0 0 auto;
    margin-bottom: 10px;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .card-brand__image {
        justify-content: center;
    display: flex;
    width: 123px;
text-align: center;
    object-fit: contain;
    vertical-align: middle;}
  /* General styles for the container */
  .newsletter-container {
    padding: 2rem 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
}

/* Styles for the text section */
.newsletter-text {
    flex: 1 1 300px;
    font-family: 'Georgia', serif;
    color: #3d2b2b;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* Form styles */
.newsletter-form {
    display: flex;
    flex: 1 1 400px;
    gap: 0.5rem;
}

/* Input styles */
.newsletter-input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    width: 100%;
}

/* Button styles */
.newsletter-button {
    background-color: #f9846b;
    color: black;
    border: none;
    border-radius: 2rem;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s ease;
}

/* Hover effect for button */
.newsletter-button:hover {
    transform: scale(1.05);
}

/* Responsive design: Stack button below input on medium screens or smaller */
@media (max-width: 768px) {
    .newsletter-form {
        flex-direction: column; /* Stack input and button */
        align-items: center;
    }

    .newsletter-button {
        width: 55%; /* Full width on small screens */
    }
}