* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* font-family: 'Segoe UI', sans-serif; */
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;

}

header {
  background-color: #fff;
  padding: 15px 20px;
  position: relative;
  z-index: 999;
  transition: all 0.3s ease;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
} */

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

.logo a:hover {
  color: #000;
  text-decoration: none;
}

.logo {
  font-size: 1.8rem;
  font-weight: bold
}

.hamburger {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

.nav-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.banner {
  text-align: center;
}

.banner img {
  width: 90%;
  /* margin-top: 110px; */
  height: 400px;
}

.text h2 {
  font-size: 1.5rem;
  background-color: #edf3f6;
  margin-inline: 10%;
}

.text p {
  color: #555;
  background-color: #edf3f6;
  margin-inline: 12%;
}

h3 {
  color: black !important;
  text-decoration: none !important;
}

.latest-section h3 {
  color: black !important;
  text-decoration: none !important;
}

.latest-section {
  padding: 40px 20px;
}

.latest-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.latest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.blog-card {
  background: #f9f9f9;
  border: 1px solid #eee;
  /* border-radius: 6px; */
  overflow: hidden;
}

.blog-card img {
  width: 100%;
  height: 290px;
}

.blog-first {
  padding: 15px;
}

.blog-first h3 {
  margin: 10px 0;
  font-size: 1rem;
}

.blog-first p {
  font-size: 0.9rem;
  color: #555;
}

.search-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search-button {
  background: none;
  border: 1px solid #ffffff;
  padding: 8px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-button i {
  font-size: 16px;
  color: #333;
}

.search-button:hover {
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .search-button {
    padding: 6px 8px;
    display: flex;
    border-radius: 4px;
  }

  .search-button i {
    font-size: 17px;
  }

  .search-container {
    justify-content: center;
    margin-top: 4px;
  }

  nav .search-container {
    display: none !important;
  }
}

@media (max-width: 773px) {
  .hamburger {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links>div {
    flex-direction: column;
    width: 100%;
  }

  .nav-links>div a {
    width: 100%;
    padding: 10px 15px;
    border-top: 1px solid #eee;
  }
}

@media (max-width: 768px) {
  nav .search-container {
    display: none !important;
  }
}

.summer {
  background-color: #f2f2f2;
  padding: 20px 20px;
  text-align: center;
}

.featured-articles {
  padding: 20px;
  background-color: #E5E3DB;
}

.featured-articles__title {
  text-align: center;
  margin-bottom: 30px;
}

.featured-articles__title svg text {
  fill: white;
  font-size: 1.5rem;
  font-weight: bold;
  stroke: black;
  stroke-width: 1px;
  paint-order: stroke fill;
  font-family: Arial, sans-serif;
}

.summer h1 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 50px;
  color: #333;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

article {
  background-color: transparent;
}

article img {
  width: 100%;
  height: auto;
  /* border-radius: 5px; */
  margin-bottom: 12px;
}

.section2 {
  font-size: 0.75rem;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 8px;
}

h2 {
  font-size: 1.1rem;
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.subtext {
  font-size: 0.85rem;
  color: #444;
  margin-bottom: 8px;
}

.author {
  font-size: 0.75rem;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}


h1 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 28px;
  font-size: 2.4rem;
}

.most-clicked {
  padding: 2rem;
  font-family: Arial, sans-serif;
}

.most-clicked h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  margin-top: 18px;
}

.popular-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.popular-card {
  border: 1px solid #ddd;
  /* border-radius: 8px; */
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}

.popular-card:hover {
  transform: translateY(-5px);
}

.popular-card img {
  width: 100%;
  height: 220px;
  display: block;
}

.popular-details {
  padding: 1rem;
}

.popular-details .category {
  font-size: 0.75rem;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.popular-details h3 {
  font-size: 1rem;
  margin: 0.5rem 0;
}

.popular-details .desc {
  font-size: 0.875rem;
  color: #555;
}


.custom-team-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
  font-family: "Georgia", serif;
}

.custom-team-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.custom-team-left {
  flex: 1 1 600px;
}

.custom-team-right {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-team-right img {
  width: 100%;
  max-width: 400px;
  object-fit: cover;
}

.custom-team-title {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.custom-team-member {
  display: flex;
  align-items: flex-start;
  border-left: 2px solid #ccc;
  padding-left: 15px;
  margin-bottom: 25px;
}

.custom-team-member img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 4px;
}

.custom-team-info h3 {
  font-size: 1.1rem;
  margin: 0;
  font-weight: bold;
}

.custom-team-info .role {
  font-size: 0.95rem;
  color: #666;
  margin: 4px 0;
}

.custom-team-info p {
  font-size: 0.9rem;
  margin: 2px 0;
  color: #333;
}

.custom-see-all {
  text-align: left;
  margin-top: 20px;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
  color: #444;
}

@media (max-width: 768px) {
  .custom-team-container {
    flex-direction: column;
  }
}

.card__content.card__content {
  position: relative;
  transform: translateZ(0);
  bottom: auto;
  left: 0;
  margin-top: -4.5rem;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 8rem);
  color: black;
  padding: 1.5rem;
  background: beige;
  font-size: 1.4rem;
}

.card__content.card__content {
  z-index: 1;
  transform: translateZ(0);
  margin-top: -2rem;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 17rem);
  padding: 1rem;
  background-color: #e5e3db;
}

.skin-section {
  padding: 0;
}

.skin-banner {
  position: relative;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}

.skin-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.overlay-text {
  position: absolute;
  color: white;
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  font-size: 1rem;
}

.top-left {
  top: 10px;
  left: 15px;
}

.center-text {
  bottom: 20px;
  left: 20px;
  font-size: 2rem;
}

.skin-card {
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.skin-card button {
  padding: 10px 15px;
  border: none;
  background-color: #eee;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-size: 1rem;
}

.skin-card button:hover {
  background-color: #ddd;
}

.skin-info {
  margin: 0 20px 20px;
  font-size: 16px;
  color: #333;
}

@media screen and (max-width: 600px) {
  .center-text {
    font-size: 1.5rem;
  }

  .card__content.card__content {
    z-index: 1;
    transform: translateZ(0);
    margin-top: -2rem;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 5rem);
    padding: 1rem;
    background-color: #e5e3db;
  }

  .overlay-text {
    font-size: 0.9rem;
    padding: 6px 12px;
  }

  .skin-card button {
    font-size: 0.9rem;
    padding: 8px 12px;
  }
}

.spf-skin-section {
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}

.spf-section-heading {
  font-size: 24px;
  margin-bottom: 20px;
}

input[type="radio"] {
  display: none;
}

.spf-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.spf-filter-tabs label {
  background: #eee;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}

/* input#spf-filter-all:checked ~ .spf-filter-tabs label[for="spf-filter-all"],
input#spf-filter-dry:checked ~ .spf-filter-tabs label[for="spf-filter-dry"],
input#spf-filter-oily:checked ~ .spf-filter-tabs label[for="spf-filter-oily"],
input#spf-filter-sensitive:checked ~ .spf-filter-tabs label[for="spf-filter-sensitive"],
input#spf-filter-melanated:checked ~ .spf-filter-tabs label[for="spf-filter-melanated"] {
  background: #000;
  color: #fff;
} */

.spf-product-list {
  display: flex;
  flex-wrap: wrap;
  /* gap: 20px; */
}

.spf-product-card {
  flex: 1 1 calc(25% - 20px);
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  /* display: none; */
  flex-direction: column;
}

.spf-product-card img {
  width: 100%;
  height: auto;
  display: block;
}

.spf-product-info {
  padding: 10px;
}

.spf-product-label {
  font-size: 12px;
  color: #666;
  display: block;
  margin-bottom: 5px;
}

.spf-product-title {
  font-size: 16px;
  color: #222;
}

.spf-filter-tabs label.active {
  background-color: #000;
  color: #fff;
  /* border-radius: 20px; */
  /* padding: 5px 12px; */
}

/* input#spf-filter-all:checked ~ .spf-product-list .spf-product-card,
input#spf-filter-dry:checked ~ .spf-product-list .spf-category-dry,
input#spf-filter-oily:checked ~ .spf-product-list .spf-category-oily,
input#spf-filter-sensitive:checked ~ .spf-product-list .spf-category-sensitive,
input#spf-filter-melanated:checked ~ .spf-product-list .spf-category-melanated {
  display: flex;
} */

@media screen and (max-width: 992px) {
  .spf-product-card {
    flex: 1 1 calc(50% - 20px);
  }
}

@media screen and (max-width: 600px) {
  .spf-product-card {
    flex: 1 1 100%;
  }

  .spf-filter-tabs label {
    padding: 6px 10px;
    font-size: 13px;
  }
}

a {
  color: #000000;
  text-decoration: none;
}

.spf-footer {
  background-color: #111;
  color: #fff;
  padding: 30px 20px;
  font-size: 14px;
}

.spf-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}

.spf-footer-col {
  flex: 1;
  display: flex;
  align-items: center;
}

.spf-footer-left {
  justify-content: flex-start;
}

.spf-footer-right {
  justify-content: flex-end;
  gap: 12px;
}

.spf-footer-brand {
  font-weight: bold;
  font-size: 16px;
  color: #f4f4f4;
}

.spf-footer-right img {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}

.spf-footer-right a:hover img {
  opacity: 0.7;
}

.spf-footer-bottom {
  text-align: center;
  margin-top: 15px;
}

.spf-footer-bottom a {
  color: #ccc;
  text-decoration: none;
  margin: 0 8px;
}

.spf-footer-bottom a:hover {
  text-decoration: underline;
  color: #fff;
}

.spf-footer-bottom span {
  color: #666;
}

@media screen and (max-width: 600px) {
  .spf-footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .spf-footer-left,
  .spf-footer-right {
    justify-content: center;
    margin-bottom: 10px;
  }
}

.about {
  max-width: 6000px;
  margin: auto;
  background: #e5e3db;
  padding: 10px 40px;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);  */
  margin-bottom: 10px;
}

h1 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #111;
}

p {
  font-size: 1.1em;
  line-height: 1.7;
}


@media (max-width: 600px) {
  .about {
    padding: 20px;
  }

  h1 {
    font-size: 1.5em;
  }

  p {
    font-size: 1em;
  }

}

:root {
  --bg-color: #fdfcfa;
  --text-color: #4b4b4b;
  --accent-color: #b48fc9;
  --card-bg: #ffffff;
  --font-family: 'Inter', sans-serif;
}

.privacy {
  padding: 29px 10px;
  background: linear-gradient(135deg, #5d777b, #ffffff);
}

.privacy .container {
  max-width: 800px;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
  ;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.privacy h1 {
  font-size: 2.5rem;
  color: black;
  margin-bottom: 10px;
}

.privacy h2 {
  font-size: 1.5rem;
  margin-top: 30px;
  color: black;
}

.privacy p {
  font-size: 1rem;
  margin-top: 10px;
  color: black;
}

@media (max-width: 600px) {
  .privacy .container {
    padding: 25px;
  }

  .privacy h1 {
    font-size: 2rem;
  }

  .privacy h2 {
    font-size: 1.3rem;
  }

  .privacy p {
    font-size: 0.95rem;
  }
}

.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 40px 20px;
  background: #e5e3db;
}

.contact-box {
  background: #ffffff;
  padding: 60px;
  max-width: 800px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

.contact-box h1 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #000000;
  transition: color 0.3s;
}

.intro-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #555;
}

.contact-details p {
  font-size: 1.05rem;
  margin-bottom: 15px;
  transition: color 0.3s;
}

.contact-details p span {
  font-weight: bold;
  color: #000000;
}

.contact-details p:hover {
  color: #004d40;
}

@media (max-width: 768px) {
  .contact-box {
    padding: 40px 25px;
  }

  .contact-box h1 {
    font-size: 2rem;
  }

  .intro-text,
  .contact-details p {
    font-size: 1rem;
  }
}

.team-section {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
}

.team-section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  letter-spacing: 2px;
}

.team-member {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
  background: white;
  padding: 20px;
  border-radius: 10px;
}

.team-member img {
  max-width: 300px;
  width: 100%;
  /* border-radius: 10px; */
  object-fit: cover;
}

.team-info {
  flex: 1;
  min-width: 250px;
}

.team-info h3 {
  margin-top: 0;
  font-size: 22px;
}

.role {
  color: #888;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.team-info ul {
  padding-left: 20px;
  margin: 0 0 15px;
}

.team-info a {
  display: inline-block;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.team-info a:hover {
  text-decoration: underline;
}

.social-icons a {
  margin-right: 10px;
  color: #444;
  font-size: 18px;
}

.social-icons a:hover {
  color: #000;
}

@media (max-width: 768px) {
  .team-member {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .team-info {
    padding-top: 20px;
  }

  .team-info ul {
    padding-left: 0;
    list-style: none;
  }
}


.editor-full {
  width: 100%;
  padding: 40px 5%;
  background-color: #fafafa;
}

.editor-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}

.editor-left img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.editor-right {
  flex: 1;
  min-width: 250px;
}

.editor-right h1 {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 5px;
}

.editor-right h2 {
  font-size: 1em;
  font-weight: 400;
  color: #777;
  margin-bottom: 15px;
}

.icons {
  margin-bottom: 25px;
}

.icons a {
  font-size: 1.2em;
  color: #333;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.icons a:hover {
  color: #0073e6;
}

.bio-section,
.expertise-section {
  margin-bottom: 30px;
}

.bio-section h3,
.expertise-section h3 {
  font-size: 1.1em;
  margin-bottom: 10px;
  font-weight: 600;
  color: #111;
}

.bio-section ul {
  padding-left: 20px;
  list-style-type: disc;
}

@media (max-width: 768px) {
  .editor-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .editor-right {
    text-align: center;
  }

  .icons a {
    margin-right: 10px;
  }

  .editor-left img {
    width: 130px;
    height: 130px;
  }
}

.container {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.post {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.post:hover {
  transform: scale(1.02);
}

.post img {
  width: 100%;
  height: auto;
  display: block;
}

.post h2 {
  padding: 15px;
  font-size: 1.2rem;
  color: #333;
}

@media (min-width: 600px) {
  .container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.blog-page {
  font-family: 'Segoe UI', sans-serif;
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

.blog-header h1 {
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 35px;
}

.blog-header h4 {
  color: #444;
  font-weight: normal;
}

.blog-header .author {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
}

.blog-header .info {
  font-size: 14px;
  color: #777;
  margin-bottom: 30px;
}

.blog-header .info a {
  color: #a4c0dd;
  text-decoration: none;
}

.perfume-images {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.perfume-images img {
  width: 120px;
  height: auto;
  border-radius: 6px;
}

.blog-intro p {
  font-size: 15px;
  color: #333;
  margin-bottom: 30px;
}

.article-list {
  /* display: flex; */
  gap: 100px;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .article-list {
    flex-direction: column;
    gap: 10px;
  }
}

.article-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-list li {
  margin-bottom: 8px;
}

.article-list a {
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  font-weight: 500;
}

.article-links h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
  text-transform: uppercase;
}

.article-list a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .article-list {
    flex-direction: column;
  }
}

/* section {
  margin-bottom: 60px;
} */

section h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #222;
}

section p {
  font-size: 16px;
  color: #555;
}

@media (max-width: 768px) {
  .perfume-images {
    justify-content: center;
  }

  .blog-header h1 {
    font-size: 22px;
  }

  .article-links {
    padding: 15px;
  }

  .article-links ul {
    font-size: 14px;
  }
}

.perfume-section {
  max-width: 1000px;
  margin: 40px auto;
  padding-left: 40px;
}

.section-title {
  font-size: 33px;
  color: #000000;
  margin-bottom: 30px;
  font-weight: 700;
}

.perfume-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.perfume-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  padding-top:10px;
}

.perfume-number {
  background-color: #000000;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.perfume-card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 20px;
}


.perfume-info {
  flex-grow: 1;
}

.perfume-info h2 {
  font-size: 18px;
  margin: 0;
}

.perfume-info p {
  font-size: 14px;
  color: gray;
  margin: 4px 0 0 0;
}

a.perfume-btn {
  color: white;
}

.perfume-btn {
  background-color: #000000;
  color: white;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}

#toggleButton {
  margin: 30px auto 0;
  display: block;
  padding: 10px 20px;
  border: none;
  background: none;
  color: #444;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.more-perfumes {
  display: none;
}

.more-perfumes.show {
  display: block;
}

@media (max-width: 768px) {
  .perfume-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .perfume-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .perfume-btn {
    width: 100%;
    text-align: center;
  }
}

.purchase-pro-section {
  max-width: 900px;
  margin: 0 auto;
}

.purchase-pro-intro h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.purchase-pro-intro p {
  font-size: 16px;
  margin-bottom: 10px;
}

.purchase-pro-newsletter a {
  color: #222;
  text-decoration: underline;
  font-weight: 500;
}

.purchase-pro-img {
  max-width: 100%;
  width: 200px;
  display: block;
  margin: 30px auto;
  height: auto;
  object-fit: contain;
}

.purchase-pro-category {
  font-size: 14px;
  font-weight: bold;
  color: #888;
  text-transform: uppercase;
  margin-top: 40px;
}

.purchase-pro-title {
  font-size: 22px;
  margin: 10px 0;
}

.purchase-pro-title a {
  text-decoration: underline;
  color: #222;
}

.purchase-pro-desc {
  font-size: 16px;
  margin-bottom: 20px;
}

.purchase-pro-desc a {
  text-decoration: underline;
  color: #222;
}

.purchase-pro-fast-facts h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.purchase-pro-fast-facts ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.purchase-pro-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

a.purchase-pro-btn {
  color: white;
}

.purchase-pro-btn {
  background-color: #000000;
  color: white;
  padding: 10px 15px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

@media (max-width: 600px) {
  .purchase-pro-intro h2 {
    font-size: 22px;
  }

  .purchase-pro-img {
    width: 80px;
  }

  .purchase-pro-title {
    font-size: 18px;
  }

  .purchase-pro-btn {
    width: 100%;
    text-align: center;
  }
}

.bloginfo-related {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000000;
}

.bloginfo-author {
  border-top: 1px solid #ccc;
  padding-top: 16px;
  margin-top: 24px;
}

.bloginfo-wrapper {
  width: 90%;
  max-width: 800px;
  margin: 40px auto;
}

.bloginfo-related {
  margin-bottom: 24px;
  font-family: 'Georgia', serif;
}

.bloginfo-related-label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
  letter-spacing: .05em;
}

.bloginfo-related-link {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.bloginfo-faq-title {
  font-family: 'Georgia', serif;
  font-size: 22px;
  margin: 32px 0 16px;
}

.bloginfo-accordion-item {
  border-top: 1px solid #ddd;
}

.bloginfo-accordion-header {
  background: transparent;
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.bloginfo-icon {
  font-size: 24px;
  line-height: 1;
}

.bloginfo-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.bloginfo-accordion-body p {
  padding: 0 0 16px;
}

.bloginfo-accordion-body.bloginfo-open {
  max-height: 200px;
}

.bloginfo-authors {
  margin-top: 40px;
}

.bloginfo-author {
  display: flex;
  border-top: 1px solid #000000;
  align-items: flex-start;
  margin-bottom: 24px;
}

.bloginfo-author-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

.bloginfo-author-info h3 {
  margin-bottom: 4px;
  font-family: 'Georgia', serif;
  font-size: 18px;
}

.bloginfo-author-role {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
  margin-left: 10px;
}

.bloginfo-author-bio li {
  font-size: 14px;
  color: #444;
  margin-bottom: 4px;
  list-style: none;
}

.bloginfo-trust {
  margin-top: 40px;
}

.bloginfo-trust h2 {
  font-family: 'Georgia', serif;
  font-size: 20px;
  margin-bottom: 12px;
}

.bloginfo-trust p {
  font-size: 14px;
  color: #444;
}

@media (max-width: 600px) {
  .bloginfo-author {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bloginfo-author-img {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.related-stories {
  padding: 40px 20px;
  border-top: 1px solid #ccc;
  font-family: Arial, sans-serif;
}

.related-stories__heading {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  position: relative;
}

.related-stories__heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #000;
  margin: 10px auto 0;
}

.related-stories__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.related-stories__item {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.related-stories__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.related-stories__title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.related-stories__desc {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.related-stories__author {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #555;
  margin-top: auto;
}

.blog-author-card {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
  padding: 20px;
  background-color: #d3cdcd;
  /* border-radius: 10px; */
  flex-wrap: wrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.blog-author-photo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-author-details {
  max-width: 500px;
}

.blog-author-label {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.blog-author-title {
  font-size: 22px;
  font-weight: 600;
  margin: 6px 0;
  color: #222;
}

.blog-author-link {
  font-size: 14px;
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #aaa;
  transition: all 0.3s ease;
}

.blog-author-link:hover {
  color: #000000;
  border-bottom-color: #000000;
}

@media (max-width: 600px) {
  .blog-author-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-author-photo img {
    width: 80px;
    height: 80px;
  }

  .blog-author-title {
    font-size: 18px;
  }
}

.purewow-wrapper {
  padding: 40px 20px;
}

.purewow-box {
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.purewow-layout {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.purewow-text {
  flex: 1 1 50%;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  background-color: #e5e3db;
  flex-direction: column;
  justify-content: center;
}

.purewow-heading {
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
  margin-bottom: 12px;
}

.purewow-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 14px;
  color: #111;
}

.purewow-subtitle {
  font-size: 16px;
  color: #666;
  font-style: italic;
  margin-bottom: 20px;
}

.purewow-button {
  border: 1px solid #222;
  color: #222;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 18px;
  text-decoration: none;
  width: fit-content;
  background: transparent;
  transition: 0.3s;
}

.purewow-button:hover {
  background: #f5f5f5;
}

.purewow-image {
  flex: 1 1 50%;
  display: block;
}

.purewow-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wellness-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 40px 20px;
  border: 1px solid #000000;
  margin: 40px 0;
  background: #e5e3db;
}

.wellness-left {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.wellness-heading {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #222;
  text-transform: uppercase;
}

.wellness-paragraph {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  margin: 0;
}

.wellness-link {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-top: auto;
}

.wellness-right {
  flex: 1 1 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}

.wellness-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 30%;
  min-width: 160px;
}

.wellness-profile img {
  width: 50px;
  height: 50px;
  /* border-radius: 50%; */
  object-fit: cover;
}

.wellness-name {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  color: #111;
}

.wellness-title {
  font-size: 12px;
  color: #555;
  margin: 2px 0 0 0;
}

.wellness-wrapper {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.exclusive-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.exclusive-heading {
  text-align: center;
  margin-bottom: 3rem;
  color: #333;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
}

.exclusive-heading::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #000000, #e5e3db);
}

.exclusive-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
}

.exclusive-product {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.exclusive-product:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.exclusive-product-image {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.exclusive-product-info {
  padding: 1.5rem;
}

.exclusive-product-category {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  background: linear-gradient(90deg, #000000, #e5e3db);
  color: white;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.exclusive-product-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.exclusive-product-description {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
  height: 40px;
  overflow: hidden;
}

.exclusive-product-price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
}

.exclusive-product-button {
  display: block;
  width: 100%;
  padding: 0.8rem;
  background: linear-gradient(90deg, #000000, #e5e3db);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.exclusive-product-button:hover {
  background: linear-gradient(90deg, #000000, #e5e3db);
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .exclusive-container {
    padding: 1rem;
  }

  .exclusive-heading {
    font-size: 2rem;
  }

  .exclusive-products {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  .exclusive-products {
    grid-template-columns: 1fr;
  }
}

.blog-heading {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.blog-heading h1 {
  font-size: 2.5em;
  font-weight: 800;
  color: #333;
  letter-spacing: -1px;
  margin: 0;
  position: relative;
  display: inline-block;
}

.blog-heading h1::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 3px;
  background: linear-gradient(90deg, #d1d2d3, #000000);
  bottom: -10px;
  left: 10%;
  border-radius: 2px;
}

.helpful-hacks-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  background-color: #e5e3db;
  border-radius: 15px;
}

.helpful-hacks {
  border: 1px solid #ddd;
  width: 220px;
  height: 320px;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  border-radius: 12px;
  background-color: white;
}

.helpful-hacks:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  border-color: #333;
  background-color: #fafafa;
}

.helpful-hacks .text-content {
  padding: 18px;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}

.helpful-hacks h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 8px 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.helpful-hacks h3 {
  font-size: 16px;
  margin: 0 0 12px 0;
  line-height: 1.4;
  color: #222;
  font-weight: 500;
  transition: color 0.3s ease;
}

.helpful-hacks img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-grow: 1;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.helpful-hacks:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.helpful-hacks-wrapper a {
  text-decoration: none;
  display: block;
}

.helpful-hacks-wrapper a:hover {
  text-decoration: none;
}

.page-title {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  position: relative;
}

.page-title:after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #000000;
  margin: 10px auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.col-md-6,
.col-lg-3 {
  padding: 0 10px;
  width: 100%;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

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

.card-body {
  padding: 20px;
  background-color: #f8f7f7;
}

.card-title {
  margin-bottom: 10px;
  color: #333;
}

.card-text {
  color: #666;
  margin-bottom: 15px;
  line-height: 1.5;
}

.btn-primary {
  display: inline-block;
  padding: 8px 16px;
  background: #000000;
  color: white;
  border: 1px solid #000000;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #000000;
  color: white;
}

.show-more-container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.btn-show-more {
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 50px;
  background-color: #000000;
  color: white;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn-show-more:hover {
  background-color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
}

.btn-show-more:active {
  transform: translateY(0);
}

.hidden-cards {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    width: 25%;
    margin-top: 25px;
  }
}


#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 2rem;
  display: flex;

  justify-content: space-between;
  align-items: center;
  transition: all var(--transition-time) cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1000;
  backdrop-filter: blur(var(--blur-effect));
  -webkit-backdrop-filter: blur(var(--blur-effect));
}

#navbar.sticky {
  padding: 0.5rem 2rem;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

main{
  margin-top :9rem
}

.hover-link {
    transition: color 0.3s ease;
}

.hover-link:hover {
    color: #007bff; /* Bootstrap primary color */
}

.widget_quick_links {
    border: 1px solid #dee2e6; /* Light border for the widget */
}

.widget_quick_links .ql-count {
    font-weight: bold; /* Make the index bold */
    font-size: 1.1rem; /* Slightly larger font size for the index */
}

.widget-details li {
    padding: 5px 0; /* Add padding for better spacing */
}

.widget-details li:hover {
    background-color: #f8f9fa; /* Light background on hover */
    border-radius: 5px; /* Rounded corners on hover */
}

.purchase-pro-section-button{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.editor-right h1{
  text-align: left !important;
  margin-bottom: 20px;
}


   /* Pagination Styles */
        .pagination {
            display: flex;
            justify-content: center;
            margin-top: 40px;
            padding-top: 30px;
            border-top: 1px solid #eee;
        }
        
        .pagination ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            gap: 5px;
        }
        
        .pagination li {
            display: inline-block;
        }
        
        .pagination a,
        .pagination span {
            color: #000;
            text-decoration: none;
            display: inline-block;
            padding: 8px 16px;
            border: 1px solid #ddd;
            background-color: #fff;
            transition: all 0.3s ease;
            border-radius: 4px;
            font-weight: 500;
        }
        
        .pagination a:hover {
            background-color: #f5f5f5;
        }
        
        .pagination .active span {
            background-color: #000;
            color: #fff;
            border-color: #000;
        }
        
        .pagination .disabled span {
            color: #999;
            background-color: #f9f9f9;
            border-color: #ddd;
        }