  @font-face {
    font-family: "Aileron";
    src: url("/fonts/Aileron-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }


  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Prevent horizontal scrolling */
html, body {
  /* overflow-x: hidden; */
  width: 100%;
  background-color: #ffffff;
}


    /* Top banner */
    .top-banner {
      background-color: #C3695E;
      color: white;
      padding: 5px 0;
      font-size: 12px;
      white-space: nowrap;
      overflow: hidden;
      position: relative;
      font-family: 'Poppins', sans-serif;
    }
    .top-banner span {
      display: inline-block;
      padding-left: 100%;
      animation: marquee 19s linear infinite;
    }
    @keyframes marquee {
      from { transform: translateX(0); }
      to { transform: translateX(-100%); }
    }


    .navbar {
      background-color: #153743; 
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      font-family: 'Poppins', sans-serif;

    }
    .navbar-brand {
      padding-left: 1rem; 
    }
    .navbar-nav {
      gap: 2.5rem; 
    }
    .navbar-nav .nav-link {
      color: white !important;
      font-weight: 300;
      transition: color 0.3s ease;
      font-family: 'Poppins', sans-serif;

    }
    .navbar-nav .nav-link:hover {
      color: #c96b5a !important;
    }
    .navbar-brand img {
      height: 45px;
    }
    .icon-btn {
      color: white;
      font-size: 18px;
      margin-left: 20px;
      margin-right: 1rem; 
      cursor: pointer;
      transition: color 0.3s ease;
    }
    .icon-btn:hover {
      color: #c96b5a;
    }


    .navbar-toggler {
      border: none !important;
      outline: none !important;
      box-shadow: none !important;
    }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    @media (max-width: 991px) {
      .navbar-nav {
        text-align: center;
        gap: 1.5rem;
      }
    }

    .sticky-top {
      top: 0;
      z-index: 1030;
    }





@media (max-width: 576px) {

   .icon-btn {
      color: white;
      font-size: 18px;
      margin-left: 10px;
      margin-right:10px; 
      cursor: pointer;
      transition: color 0.3s ease;
      text-decoration: none !important;
    }
  
}




    .profile-dropdown {
        display: flex;
        align-items: center;
        cursor: pointer;
        
    }

    .profile-dropdown .dropdown-icon {
        font-size: 0.8rem;
        vertical-align: middle;
        transition: transform 0.3s ease;
        color: white;
    }

    .profile-menu {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #153743;
        border-radius: 6px;
        min-width: 120px;
        box-shadow: 0 8px 22px rgba(0,0,0,0.12);
        z-index: 1000;
        
    }

    .profile-menu .dropdown-item {
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        padding: 0.5rem 1rem;
    }

    #profile{
            color: white;
      font-size: 18px;
      margin-left: 20px;
      margin-right: 0.5rem; 
      cursor: pointer;
      transition: color 0.3s ease;
    }

    .profile-menu .dropdown-item:hover {
        background-color: #1f3c46;
        color: #f1f1f1;
    }

    /* Show dropdown on hover */
    .profile-dropdown:hover .profile-menu {
        display: block;
    }

    /* Rotate FA icon on hover */
    .profile-dropdown:hover .dropdown-icon {
        transform: rotate(180deg);
    }


 .badge {
    background-color: red;
    font-size: 0.7rem;
    position: relative;
    top: -10px;
    right: 10px;
}




    
/* .search-overlay {
  background: transparent;

  position: relative; 

  width: 100%;
  z-index: 1050;
  backdrop-filter: (10px);
  transition: 0.8s ease;
}

.search-overlay .container{
  border: 1px solid #a9a8a8;
  padding: 1rem;
  border-radius: 15px;
  transition: 2s;

} */



.search-overlay {
  position: absolute;        /* remove from normal flow */
  top: 100%;                 /* just below navbar */
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;        /* not clickable */
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  background: #153743;
  border-bottom: 1px solid #ddd;
  z-index: 1050;
  border-top: 1px solid #254956;
}

.search-overlay.show {
  opacity: 1;
  visibility: visible;       /* clickable now */
  transform: translateY(0);
}



.btn-pink {
  background-color: #C3695E;
  color: white;
  border-radius: 6px;
  border: none;
}

.btn-pink:hover {
  background-color: #d68b81;
  color: white;
}










@font-face {
  font-family: 'IvyMode';
  src: url('fonts/IvyMode-Regular.woff2') format('woff2'),
       url('fonts/IvyMode-Regular.woff') format('woff'),
       url('fonts/IvyMode-Regular.ttf') format('truetype');
  font-weight: 100;
  font-style: 100;
}




@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
  @import url('https://fonts.cdnfonts.com/css/aileron'); /* External source for Aileron */










  .product-section-top .product-subtitle {
    font-family: 'Aileron', sans-serif;
    font-size: 1.2rem;
    color: #899F87; 
    font-weight: 100;
  }

  .product-section-top .product-title {
  font-family: 'IvyMode', serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    color: #213721; 
    line-height: 1.3;
    margin: 0 auto;
    max-width: 800px; 
  }













   .products-section .product-card {
    border: none;
    /* border-radius: 8px; */
    overflow: hidden;
    background: #fff;
    font-family: 'Poppins', sans-serif;

  }

  .center-product{
    border: 1px solid rgb(215, 214, 214);
    border-radius: 0px;
  }

  .products-section .product-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    
  }

  .rectangle-shape {
    background: #fefcfc !important;
    aspect-ratio: 1/1;
   
  }

  .oval-shape {
    background: #fcf0f0; 
    border-radius: 60%;
    aspect-ratio: 1/1;
  }

  .products-section .product-img {
    max-height: 320px;
    
    object-fit: contain;

  }

  .products-section .product-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
    color: #213721;
  }


  .wishlist-btn {
    color: #000000;
    font-size: 1.2rem;
    border: none;
    outline: none;
    background-color: transparent !important;

  }
  .wishlist-btn:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent !important;
  }


  .current-price {
    font-weight: 400;
    color: #213721;
    margin-right: 6px;
  }

  .original-price {
    text-decoration: line-through;
    color: #E95555;
    font-size: 0.9rem;
  }

  .rating {
    font-size: 0.9rem;
  }

  .rating-value {
    color: #e18616;
    margin-left: 4px;
  }

  .shop-now{
    background-color: #153743;
    color: white;
    font-weight: 400;
  }

  .shop-now:hover{
    background-color: black;
    color: white;
  }




  .cool{
    border-top: 1px solid rgb(205, 203, 203);
    border-bottom: 1px solid rgb(198, 196, 196);

  }


























































.footer-section {
            background-image: url('images/Frame\ 123.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            color: #ffffff;
            padding: 60px 0 40px 0;
            position: relative;
    font-family: 'Poppins', sans-serif;

        }



        .footer-section .container {
            position: relative;
            z-index: 2;
        }

        .footer-logo {
            width: 120px;
            height: 60px;
            background: url('images/logo.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-bottom: 20px;
        }

        .footer-description {
            font-size: 1rem !important;
            line-height: 1.6;
            margin-bottom: 20px;
            color: #e0e0e0 !important;
    font-family: 'Poppins', sans-serif;

        }

        .footer-heading {
            font-size: 2rem;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 25px;
            letter-spacing: 0.5px;
    font-family: 'IvyMode', serif;

        }

        .footer-nav-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-nav-item {
            margin-bottom: 12px;
        }

        .footer-nav-link {
            color: #d0d0d0;
            text-decoration: none;
            font-size: 1rem;
            transition: color 0.3s ease;
            display: block;
        }

        .footer-nav-link:hover {
            color: #ffffff;
            text-decoration: none;
        }

        .social-icons {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .social-icon {
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }

        .social-icon:hover {
            background-color: rgba(255, 255, 255, 0.2);
            color: #ffffff;
        }

        .contact-info {
            font-size: 1rem;
            line-height: 1.6;
            color: #d0d0d0;
        }

        .contact-info strong {
            color: #d0d0d0;
            display: block;
            margin-bottom: 5px;
        }

        .phone-number {
            color: #ffffff;
            font-weight: 500;
            margin-top: 10px;
        }

        .footer-copyright {
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            font-size: 13px;
            color: #b0b0b0;
        }

        @media (max-width: 768px) {
            .footer-section {
                padding: 40px 0 30px 0;
            }
            
            .footer-heading {
                margin-bottom: 15px;
                margin-top: 30px;
            }
            
            .col-md-3:first-child .footer-heading {
                margin-top: 0;
            }
        }






















