@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --primary-color: #c89e76;
  --primary-color-light: #fffcfa;
  --primary-color-dark: #744a35;
  --text-dark: #18181b;
  --text-light: #6b7280;
  --white: #ffffff;
  --gray: #d5d5d5;
  --gray-dark:#555;
  --max-width: 1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 5rem 1rem;
}

.section__header {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  color: var(--text-dark);
  text-align: center;
}

.section__description {
  color: var(--text-light);
  line-height: 1.75rem;
  text-align: center;
}

.btn {
  padding: 0.75rem 1.5rem;
  outline: none;
  border: none;
  white-space: nowrap;
  font-size: 1rem;
  color: var(--white);
  background-color: var(--primary-color);
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 10px;
}

.btn:hover {
  background-color: var(--primary-color-dark);
}

.logo a {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
}

.logo a span {
  color: var(--text-dark);
}

img {
  display: flex;
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

ul {
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

nav {
  position: fixed;
  top: 0;  /* Ensures it stays at the top */
  left: 0;
  isolation: isolate;
  width: 100%;
  z-index: 9;
}

.nav__header {
  width: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--primary-color);
}

.nav__logo a {
  color: var(--white);
  font-size: 1.5rem;
  text-decoration: none;
}

.nav__menu__btn {
  font-size: 1.5rem;
  color: var(--white);
  cursor: pointer;
}

.nav__links {
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  padding: 2rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  background-color: var(--primary-color-light);
  transition: 0.5s;
  z-index: -1;
  transform: translateY(-100%);
}

.nav__links.open {
  transform: translateY(0);
}

.nav__links a {
  font-weight: 500;
  color: var(--primary-color);
}

.nav__links a:hover {
  color: var(--text-dark);
}

.nav__btn {
  display: none;
}

.header__container {
  display: grid;
  gap: 2rem;
  overflow: hidden;
}

.header__image img {
  max-width: 600px;
  margin-inline: auto;
}

.header__content h1 {
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.5rem;
  color: var(--text-dark);
  text-align: center;
}

.header__content h1 span {
  color: var(--primary-color);
}

.header__content .section__description {
  margin-bottom: 2rem;
}

.header__btn {
  text-align: center;
}

.special__container :is(.section__header, .section__description) {
  max-width: 600px;
  margin-inline: auto;
}

/* Filter Form Styling */
.filter-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 2rem 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.filter-form label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

/* Dropdown Style */
.filter-form select {
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  font-size: 1rem;
  color: #333;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  appearance: none; /* Removes default arrow in some browsers */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23333' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.65rem auto;
  max-width: 300px; /* prevent stretching */
  width: 100%;
    line-height: 1.2;

}

.filter-form select:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
}

/* Mobile Specific Tweaks */
@media (max-width: 600px) {
  .filter-form select {
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
    max-width: 100%;
  }
}


.special__grid {
  margin-top: 4rem;
  display: grid;
  gap: 1rem;
}

.special__card {
  padding: 1rem;
  text-align: center;
  border-radius: 2rem;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); /* Soft dark shadow */

}

.special__card:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25); /* Stronger dark shadow */
}

.special__card img {
  max-width: 200px;
  margin-inline: auto;
  margin-bottom: 1rem;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2)); /* Light drop shadow for images */
}

.special__card h4 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-dark);
}

.special__card p {
  margin-bottom: 0.5rem;
  color: var(--text-light);
  line-height: 1.75rem;
}


.special__footer {
  display: flex;
  flex-direction: column; /* This will stack the items vertically */
  align-items: center;
  margin-top: 1rem;
}

.special__footer .price {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 1rem; 

}
.special__footer button {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}

.special__footer button:hover {
  background-color: var(--primary-color-dark);
}
.text-center {
  text-align: center;
  margin-top: 4rem; /* Adjust margin as needed */
}
.explore__container {
  display: grid;
  gap: 2rem;
  overflow: hidden;
}

.explore__image img {
  max-width: 400px;
  margin-inline: auto;
  filter: drop-shadow(0 0 50px rgba(252, 127, 9, 0.4));
}

.explore__content .section__description {
  margin-bottom: 2rem;
}

.explore__btn {
  text-align: center;
}


/* Promo Banner Section */
.promo__banner {
  position: relative;
  background: url('../qq.jpg') no-repeat center center/cover;
  padding: 6rem 1rem;
  color: var(--white);
  text-align: center;
  z-index: 0;
  overflow: hidden;
  min-height: 400px;  /* Ensure enough height for banner */
}

.promo__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); /* Dark overlay for text visibility */
  z-index: 1;
}

.promo__content {
  position: relative;
  z-index: 2;
  padding: 3rem 1rem;
  max-width: 800px;
  margin: auto;
}

.promo__header {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.promo__description {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  line-height: 1.8;
  color: var(--white);
}

.promo__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.promo__cta-btn .btn {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  border: none;
  border-radius: 0.5rem;
  transition: 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.promo__cta-btn .btn:hover {
  background-color: var(--primary-color-dark);
}

.promo__cta-btn .btn i {
  margin-left: 0.5rem;
  font-size: 1.3rem;
}

.promo__cta-info {
  color: var(--white);
  font-size: 1rem;
  margin-top: 1rem;
}

.promo__cta-info p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.promo__cta-info i {
  font-size: 1.5rem;
  color: var(--primary-color);
}

@media screen and (max-width: 768px) {
  .promo__header {
    font-size: 2.2rem;
  }

  .promo__description {
    font-size: 1.1rem;
  }

  .promo__cta-btn .btn {
    font-size: 1rem;
    padding: 0.8rem 2rem;
  }

  .promo__cta-info {
    font-size: 0.9rem;
  }
}





/* Products style starts here
section{
  width: 85%;
  margin: 50px auto;
}

*/section h1{
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 2em;
}
section ul{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.57);
  padding-bottom: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
section ul li {
  list-style: none;
  background-color: gray; /* Box background color */
  padding: 10px;
  margin: 0 10px 15px;
  cursor: pointer;
  font-size: 1.2em;
  border-radius: 5px; /* Add rounded corners for the box effect */
  transition: background-color 0.3s; /* Smooth transition for hover effect */
}

section ul li:hover {
  background-color: #fff; /* Change color on hover */
  color: #033500; /* Change text color on hover */
}


section ul li.active{
  background-color: #fff;
  color: #033500; /* Change text color on hover */

}

.product{
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product img{
  width: 200px;
  height: 180px;
  margin-bottom: 10px;
}

/* Products style ends here*/



























.banner__container {
  display: grid;
  gap: 1rem;
}

.banner__card {
  padding: 2rem;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
  transition: 0.3s;
}

.banner__card:hover {
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
}

.banner__card .banner__icon {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 5px 11px;
  font-size: 2rem;
  color: var(--white);
  border-radius: 1rem;
}

.banner__card:nth-child(1) .banner__icon {
  background-color: #62b15c;
  box-shadow: 5px 5px 30px #62b15cd0;
}

.banner__card:nth-child(2) .banner__icon {
  background-color: #ff3e67;
  box-shadow: 5px 5px 30px #ff3e67d0;
}

.banner__card:nth-child(3) .banner__icon {
  background-color: #185adb;
  box-shadow: 5px 5px 30px #185adbd0;
}

.banner__card h4 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-dark);
}

.banner__card p {
  margin-bottom: 1rem;
  color: var(--text-light);
  line-height: 1.75rem;
}

.banner__card a {
  display: flex;
  align-items: center;
  gap: 10px;
 /* font-size: 500;*/
  color: var(--primary-color);
}

.banner__card a span {
  font-size: 1.25rem;
  transition: 0.3s;
}

.banner__card a:hover span {
  transform: translateX(10px);
}
/* Styling the button inside banner__card */
.banner__card button {
  background-color: var(--primary-color); /* Use your primary color for the button background */
  color: var(--white); /* White text color */
  padding: 0.75rem 1.5rem; /* Add padding for button size */
  font-size: 20px; /* Set the font size */
  font-weight: 600; /* Make the text bold */
  border: none; /* Remove the default border */
  border-radius: 1rem; /* Rounded corners for the button */
  cursor: pointer; /* Change the cursor to pointer when hovered */
  transition: all 0.3s ease-in-out; /* Add smooth transition on hover */
  margin-top: 30px;
}

.banner__card button:hover {
  background-color: var(--primary-color-dark); /* Darker background color on hover */
  transform: translateY(-3px); /* Slightly raise the button on hover */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Add a shadow effect on hover */
}

.banner__card button a {
  color: inherit; /* Make sure the link text inside the button inherits the button's text color */
  text-decoration: none; /* Remove underline from the link */
  display: inline-block; /* Ensure link behaves as a block element */
  width: 100%; /* Make the link fill the button */
  height: 100%; /* Make the link fill the button */
}

.banner__card button a:hover {
  color: inherit; /* Maintain the same color even when hovered */
}

.footer__container {
  display: grid;
  gap: 4rem 0;
  align-items: center;
}

.footer__col {
  padding-inline: 2rem;
}

.footer__container img {
  max-width: 170px;
  margin-inline: auto;
  margin-bottom: 2rem;
}

.footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer__socials a {
  font-size: 1.5rem;
  color: var(--primary-color);
}

.footer__socials a:hover {
  color: var(--text-light);
}

.footer__links {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.footer__links a {
  display: block;
  font-weight: 600;
  color: var(--text-dark);
  text-align: center;
}

.footer__links a:hover {
  color: var(--text-light);
}

.footer__col h4 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-dark);
  text-align: center;
}

.footer__col p {
  color: var(--text-light);
  line-height: 1.75rem;
  text-align: center;
}

.footer__bar {
  padding: 1rem;
  font-size: 0.9rem;
  color: var(--text-dark);
  background-color: var(--primary-color);
  text-align: center;
}


@media screen and (max-width: 768px) {
  .favorites__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .favorites__grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 620px) {

  .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__col:nth-child(1) {
    grid-area: 1/1/2/3;
  }

  .footer__col:nth-child(3) {
    border-left: 2px solid var(--text-dark);
  }


  .footer__container {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__col:nth-child(1) {
    grid-area: 1/2/2/3;
    border-left: 2px solid var(--text-dark);
    border-right: 2px solid var(--text-dark);
  }

  .footer__col:nth-child(3) {
    border-left: none;
  }
}


@media (width > 540px) {
  .special__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width > 768px) {
  nav {
    position: static;
    top: 0;  /* Keep the navbar at the top */
    left: 0;
    right: 0;
    padding: 2rem 1rem;
    max-width: var(--max-width);
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }

  .nav__header {
    flex: 1;
    padding: 0;
    background-color: transparent;
  }

  .nav__logo a {
    color: var(--primary-color);
  }

  .nav__menu__btn {
    display: none;
  }

  .nav__links {
    position: static;
    padding: 0;
    flex-direction: row;
    background-color: transparent;
    transform: none;
  }

  .nav__links a {
    color: var(--text-dark);
  }

  .nav__links a:hover {
    color: var(--primary-color);
  }

  .nav__btn {
    display: flex;
    flex: 1;
  }

  .nav__btn .btn {
    padding: 8px 10px;
    font-size: 1.5rem;
    border-radius: 100%;
  }

  .header__container {
    grid-template-columns: 2fr 3fr;
    align-items: center;
  }

  .header__content h1,
  .header__content .section__description,
  .header__btn {
    text-align: left;
  }

  .header__image {
    grid-area: 1/2/2/3;
  }

  .special__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .explore__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .explore__content .section__header {
    max-width: 500px;
  }

  .explore__content :is(.section__header, .section__description),
  .explore__btn {
    text-align: left;
  }

  .banner__container {
    grid-template-columns: repeat(3, 1fr);
  }

  .client__swiper {
    padding: 3rem 2rem;
  }

}

@media (width > 1024px) {
  .special__grid {
    gap: 2rem;
  }

  .special__card {
    padding: 2rem;
    border-radius: 3rem;
  }

  .banner__container {
    gap: 2rem;
  }

}
