@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

:root {
  --primary-color: #cdb603;
  --secondary-color: #d59900;
  --accent-color: #CCA04D;
  --background-color: #F5F5F5;
  --text-color: #333333;
  --font-size: 16px;
  --line-height: 1.5;
}

.font {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.cursive {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.custom-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  padding: 17px !important;

}

/* Center Logo */
.centered-logo {
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  z-index: 999;
}

.centered-logo img {
  height: 173px;
  border-radius: 50%;
  display: block;
}


.top-bar {
  background: #0C0C0C;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 60px;
  font-size: 14px;
}

.top-bar ul {
  display: flex;
  list-style: none;
  gap: 25px;
  padding: 0px;
  margin: 0px;

}

.top-bar-left i {
  margin-right: 6px;
  color: white;
}

.top-bar-left {
  margin-right: 6px;
  color: white;
}



/* =========================
   NAVBAR
========================= */

.container-fluid {
  width: 100%;
}

.main-header .navbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px !important;
  border-bottom: 1px solid #eee;
  background: white !important;
}

/* LEFT MENU */

.left-navbar ul {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 0px;
  margin: 0px;
  ;
}

.left-navbar ul li a {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  transition: 0.3s;
}




/* RIGHT ICONS */

.right-navbar {
  display: flex;
  align-items: center;
  gap: 10px;
}


.right-navbar a {
  color: #000000;
  margin-left: 18px;
  font-size: 18px;
  transition: 0.3s;
}

.right-navbar a:hover {
  color: #ff6600;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
}



.top-bar {
  color: white;
  text-align: center;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  /* background-color: white; */
}

.social-link {
  text-decoration: none;
  /* color: var(--background-color); */
  /* background-color: var(--primary-color); */
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
}

.hide-logo {
  opacity: 0;
  width: 10px;
}

.navbar-brand img {
  width: 100px;
}

.navbar a {
  text-decoration: none !important;
}

.abs-logo {
  position: absolute;
  left: 17px;
  top: -6px;
  z-index: 10;
  width: 190px;
}

.logo2 img {
  width: 100px;

}

.top-bar-left ul {
  display: flex;
  justify-content: start;
  align-items: center;
  list-style: none;
  gap: 40px;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
}

.top-bar-right {
  display: flex;
  justify-content: end;
  align-items: center;
  list-style: none;
  gap: 10px;
  margin: 0px;
  padding: 0px;
  font-size: 16px;

}

.top-bar-right a {
  text-decoration: none;
  color: var(--background-color);
  font-size: 18px;

}

.top-bar-right i {

  color: black;
  font-size: 16px;
  background-color: white;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}



.nav-link {
  position: relative;

}

.nav-link:hover {
  color: #e63946;
}


.nav-link .new {
  background: #e63946;
  color: #fff;
  font-size: 10px;
  margin-top: -10px;
  padding: 2px 6px;
  border-radius: 12px;
  margin-left: 1px;
  animation: pulse 1.5s infinite;

}

.white-btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: #fff;
  color: #222222;

  font-weight: 600;
  border: 2px solid white;

  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Pulse animation for New badge */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}


#events {
  scroll-margin-top: 100px;
}




.phone-navbar {
  background-color: white !important;
  /* position: sticky !important; */
  /* top: 0px !important; */
  width: 100%;
  /* z-index: 9999 !important; */
  display: none !important;
}


.main-header,
.second-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.main-header {
  transform: translateY(0);
  opacity: 1;
  background: rgb(255, 255, 255);
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
}

.second-header {
  transform: translateY(-100%);
  opacity: 0;
}

.main-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header.visible {
  transform: translateY(0);
  opacity: 1;
}

.main-header {
  transform: translateY(0);
  opacity: 1;
}

.main-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header.visible {
  transform: translateY(0);
  opacity: 1;
}


.header2 {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  background: white;
  border-radius: 0px 0px 16px 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.6px);
  -webkit-backdrop-filter: blur(9.6px);
  padding: 6px 0px !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header2 nav {
  padding: 5px;
}



.nav-links i {
  font-size: 12px;
  color: #62A4D2;
}

.nav-link {
  font-size: 16px !important;
  color: var(--text-color) !important;

}

.nav-links ul li a {
  text-decoration: none;
  color: var(--text-color);

  transition: color 0.3s ease;
}


.nav-links ul li a:hover {
  color: #007bff;
}


.nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.main-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 8px;
  padding-right: 30px;
  background: var(--primary-color);
  color: var(--background-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.main-btn .btn-text {
  white-space: nowrap;
}

.main-btn .btn-icon {
  width: 36px;
  height: 36px;
  background: var(--background-color);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}


.main-btn:hover .btn-icon {
  transform: translateX(5px);
  background: #e9f4ff;
}




/* Nav item */
.custom-item {
  position: relative;
}

/* Nav link */
.custom-link {
  color: var(--primary-color);
  text-decoration: none;

  font-size: 15px;
}

/* Arrow */
.custom-link svg {
  transition: transform 0.3s ease;
}

/* Dropdown box */
.custom-dropdown {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 240px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  padding: 12px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) scale(0.95);
  transition: all 0.35s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0px !important;
  border-radius: 0px !important;
}

/* Dropdown links */
.custom-dropdown li a {
  display: block;
  padding: 12px 20px;
  color: #222;
  text-decoration: none;
  font-size: 14px;
}

.custom-link li a svg {
  transition: transform 0.3s ease;
}

.custom-dropdown li a:hover {
  background: #f0f6ff;
  color: #007bff;
}

/* Align text + icon */
.custom-link {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Chevron default state */
.custom-link svg {
  transition: transform 0.3s ease;
}

/* Rotate chevron when dropdown is active */
.custom-item:hover .custom-link svg {
  transform: rotate(180deg);
}

/* Hover effects */
.custom-item:hover .custom-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.custom-item:hover .arrow {
  transform: rotate(-135deg);
}



.nav-btn {
  background: #ffdea8;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  color: black;
  height: 50px;
  font-weight: 300;
  border: 1px solid black;
}

.canvas-btn {

  background: #ffdea8;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: none;
  font-size: 23px;
  color: black;
  border: 1px solid black;
  font-weight: 300;
}



.carousel-item {
  position: relative;
}

.carousel-item-overlay {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  height: 100%;
  width: 100%;
  background: #ebd9a9b6;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.9px);
  -webkit-backdrop-filter: blur(7.9px);


}

.carousel-item img {
  height: 80vh;
  object-fit: cover;
}

.carousel-data {
  position: absolute;
  top: 0px;
  /* background-color: orangered; */
  padding: 40px;
  top: 48%;
  transform: translateY(-50%);
  left: 5%;
  width: 95%;
}

.carousel-data h6 {
  color: white;
  font-size: 16px;
  background-color: black;
  border-radius: 30px;
  width: max-content;
  padding: 7px 30px;

}

.carousel-data h1 {
  font-size: 65px;
}

.poster-image img {

  width: 100% !important;
  height: auto !important;
}

.poster-data {
  padding: 100px 0px;
}

.poster-data h1 {
  color: black;
  font-size: 80px;
  line-height: 70px;

}

.poster-data p {
  color: black;
  font-size: 19px;

}

.btn1 {
  background-color: black;
  padding: 10px 30px;
  border-radius: 6px;
  color: white;
  border: none;
  text-decoration: none;
}

.btn2 {
  background-color: transparent;
  padding: 10px 30px;
  border-radius: 6px;
  color: black;
  border: none;
  border: 1px solid black;
  text-decoration: none;
}

.poster-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}


.about-section {
  padding: 80px 0px;
}

.heading-section h6 {
  font-size: 46px;
  margin: 0px;
  padding: 0px;
  color: #d4a252 !important;

}

.about-section h2 {
  font-size: 45px;
  color:  #d4a252 ;
}

.about-section h2 span {
  color: #d4a252;

}

.about-data p {
  color: rgb(119, 119, 119) !important;
  font-size: 19px !important;
  font-weight: 300 !important;

}

.marquee {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.marquee-content {
  display: flex;
  width: max-content;
  animation: scroll 15s linear infinite;
}


.marquee-content img {
  height: 120px;
  margin-right: 0px;
  /* IMPORTANT: No gap */
  border: 3px solid white;
}

/* 🔥 Pause animation when hovering */
.marquee:hover .marquee-content {
  animation-play-state: paused;
}

/* Animation */
@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.about-image {
  position: relative;
  text-align: end
}

.about-image img {
  width: 85%;
  background-color: #ffe9c5;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;

}

.expir-box {
  position: absolute;
  top: -20px;
  left: 0px;
  background-color: white;
  text-align: center;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  border-radius: 10px;
  border: 1px solid #d4a252;

}

.expir-box h3 {
  font-size: 55px !important;
  color: black;

}

.expir-box p {
  font-size: 18px !important;
  color: #d4a252;
  margin-bottom: 0px;
}



.product-section {
  padding-bottom: 40px;
  background: url("/image/pbg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.cpy {
  padding: 30px 0px !important;
}

.product-section p {
  font-size: 19px;
  font-weight: 300;
  color: #999;
  width: 400px;
  margin: auto;

}

/* Overlay */
.product-overlay {
  background: rgba(255, 255, 255, 0.58);
  /* opacity added */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* FIXED */
  height: 100%;
  z-index: 1;
}

/* Make content appear above overlay */
.product-section .container {
  position: relative;
  z-index: 2;
}

.product-box {
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-top: 50px;
}

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

/* SALE Badge */
.sale-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ff3b3b;
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  z-index: 2;
}

/* Image */
.product-image img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  transition: 0.4s ease;
}

.product-box:hover img {
  transform: scale(1.08);
}

/* Content */
.product-content {
  padding: 20px;
  text-align: center;
}

.product-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Price */
.price {
  margin-bottom: 15px;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
  font-size: 14px;
}

.new-price {
  color: #ff3b3b;
  font-size: 18px;
  font-weight: 700;
}

/* Button */
.know-btn {
  display: inline-block;
  padding: 8px 18px;
  background: black;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.know-btn:hover {
  background: #000;
  color: #fff;
}


.why-choose-us {
  padding: 80px 0;
  background: white;
}

/* Left Box */
.why-product-box {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.why-product-box:hover {
  transform: translateY(-5px);
}

.why-data-box h3 {
  font-size: 45px;
  margin-top: 10px;
}

.why-data-box h3 span {
  color: #D5A252;
}

.why-product-box img {
  width: 100%;
  margin-bottom: 20px;
}

.why-product-box h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111827;
}

/* UL Styling */
.why-product-box ul {
  padding-left: 0;
  list-style: none;
}

.why-product-box ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
}

/* Custom Bullet */
.why-product-box ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff6b6b;
  font-weight: bold;
}


/* Trust Section Box */
.trust-box {
  background: #ffffff;
  padding: 10px;
  border-radius: 14px;

}

.why-deatil-box {
  background: #ffffff;
  padding: 15px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.why-deatil-box p {
  position: relative;
  margin-bottom: 14px;
  font-size: 17px;
  color: #4b5563;
  line-height: 1.6;
  font-weight: 300;
}

/* Heading */
.trust-box h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111827;
}

/* Rating Row */
.rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

/* Rating Number */
.rating-number {
  font-size: 28px;
  font-weight: 700;
  color: #ff6b6b;
}

/* Stars */
.stars {
  color: #ffc107;
  font-size: 18px;
  letter-spacing: 2px;
}

/* Review Count */
.review-count {
  font-size: 14px;
  color: #6b7280;
}

/* Review Text */
.review-text {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  margin-top: 10px;
}



/* Tablet */

@media (max-width: 992px) {

  .top-bar {
    padding: 8px 30px;
  }

  .navbar {
    padding: 15px 30px;
  }

  .left-navbar ul {
    gap: 20px;
  }
}

/* Mobile */

@media (max-width: 768px) {

  .top-bar {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }


  .centered-logo {
    position: static;
    transform: none;
    margin: 10px 0;
  }

  .left-navbar {
    width: 100%;
  }

  .left-navbar ul {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
  }

  .right-navbar {
    margin-top: 15px;
  }
}


.commit {
  position: relative;
}

.commit-image {
  display: flex;
  align-items: center;
  justify-content: center;


}

.commit-image img {
  width: 50%;
  height: 600px;
  object-fit: cover;

}



.commitment-container {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.857);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 50px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}


.commitment-container h2 {
  font-size: 36px;
  color: #1f2933;
  margin-bottom: 20px;
  position: relative;
}

.commitment-container h2::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #d5a252;
  display: block;
  margin-top: 10px;
  border-radius: 2px;
}

.commitment-text {
  font-size: 18px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 30px;
}

.commitment-list {
  list-style: none;
  padding: 0;
}

.commitment-list li {
  font-size: 17px;
  color: #1f2933;
  padding-left: 32px;
  margin-bottom: 15px;
  position: relative;
}

.commitment-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #22c55e;
  font-weight: bold;
}


/* ===== FAQ CONNECT SECTION ===== */
.connect-section {
  position: relative;
  padding: 100px 0;
  background: #000;
  overflow: hidden;
}

/* Overlay */
.connect-section-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      rgba(213, 162, 82, 0.15),
      rgba(0, 0, 0, 0.95));
  z-index: 1;
}

/* Content wrapper */
.connect-data {
  position: relative;
  z-index: 2;
}



.section-eyebrow2 {
  display: inline-block;
  color: #d5a252;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

/* Accordion container */
.accordion {
  background: transparent;
}

/* Accordion Item */
.accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(213, 162, 82, 0.3);
  margin-bottom: 10px;
}

/* Accordion Button */
.accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 600;
  padding: 18px 0;
  box-shadow: none;
}

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

/* Active */
.accordion-button:not(.collapsed) {
  color: #d5a252;
  background: transparent;
}

/* Focus fix */
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Accordion Body */
.accordion-body {
  color: #eaeaea;
  padding: 0 0 20px 0;
  line-height: 1.7;
}

/* Mobile heading */
h3.text-dark {
  color: #d5a252 !important;
}

/* Responsive */
@media (max-width: 991px) {
  .section-title2 {
    font-size: 32px;
  }

  .connect-section {
    padding: 70px 0;
  }
}


.quality-section {
  padding: 80px 0;
  background: url("/image/bga.jpg");
  background-position: center;
  background-size: cover;
  position: relative;

}

.quality-section-overlay {
  background-color: rgba(255, 255, 255, 0.799);

  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;


}

.quality-section .container {
  position: relative;

}

.quality-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 100px;
}

.quality-box {
  position: relative;

}

.qtl-abs {
  background-color: white;
  padding: 10px;
  border-radius: 20px;
  position: absolute;
  top: -60px;
  right: -10px;
  width: 150px;
  height: 150px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.quality-box p {
  color: #d5a252;
}

.quality-box img {
  width: 80%;

  border-radius: 20px;

}

.quality-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.quality-box p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .quality-main {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .quality-main {
    grid-template-columns: 1fr;
  }
}

/* ===== TESTIMONIAL SECTION ===== */
/* ===============================
   TESTIMONIALS SECTION
================================ */
.review-o {
  padding: 80px 0;
  background: linear-gradient(180deg, #f9fafb, #f1f5f9);
}



/* ===============================
   REVIEW GRID
================================ */
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* ===============================
   REVIEW CARD
================================ */
.review-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
}

.review-card::before {
  content: "“";
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 80px;
  color: rgba(13, 110, 253, 0.08);
  font-family: serif;
}

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

/* ===============================
   REVIEW HEADER
================================ */
.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.review-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #0d6efd;
}

.review-header h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #111827;
}

.review-date {
  font-size: 13px;
  color: #6b7280;
}

/* ===============================
   STAR RATING
================================ */
.review-rating {
  margin-top: 4px;
}

.review-rating i {
  color: #facc15;
  /* gold */
  font-size: 14px;
  margin-right: 2px;
}

/* ===============================
   REVIEW TEXT
================================ */
.review-text {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
  margin-top: 10px;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .heading-section h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    padding: 20px;
  }

  .review-header h4 {
    font-size: 16px;
  }
}

.review-o {
  position: relative;
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}


.review-o .tagline2 {
  display: inline-block;
  color: #d5a252;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.review-o h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.review-o h3 {
  font-size: 18px;
  font-weight: 500;
  color: #d5a252;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* Decorative line */
.review-o .line {
  width: 120px;
  height: 2px;
  background: rgba(0, 0, 0, 0.15);
  margin: 15px auto 0;
  position: relative;
}

.review-o .sm-line {
  width: 50px;
  height: 2px;
  background: #d5a252;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* ===== REVIEW CARD ===== */
.review-box {
  padding: 20px;
}

.review {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 14px;
  height: 100%;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.review:hover {
  transform: translateY(-8px);
  border-color: #d5a252;
  box-shadow: 0 15px 40px rgba(213, 162, 82, 0.25);
}

/* User Info */
.user-info {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}

.user-image {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #d5a252;
}

.user-info h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.review-date {
  font-size: 13px;
  color: #666;
}

/* Stars */
.review-rating i {
  color: #d5a252;
  font-size: 14px;
  margin-right: 2px;
}

/* Review Text */
.review-text {
  color: #333;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 15px;
}

/* ===== OWL CONTROLS ===== */
.owl-nav button {
  background: transparent !important;
  color: #d5a252 !important;
  font-size: 28px !important;
}

.owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.2) !important;
}

.owl-dots .owl-dot.active span {
  background: #d5a252 !important;
}

/* Center item highlight */
.owl-item.center .review {
  border-color: #d5a252;
  box-shadow: 0 20px 50px rgba(213, 162, 82, 0.35);
}

/* ===== CTA BUTTON ===== */
.download-btn2 {
  display: inline-block;
  margin-top: 40px;
  padding: 14px 35px;
  color: #fff;
  background: #000;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.download-btn2:hover {
  background: #d5a252;
  color: #000;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {

  .review-o h2 {
    font-size: 32px;
  }
}

/* ===== OWL NAV BUTTONS ===== */
.review-carousel .owl-nav {
  margin-top: 30px;
  text-align: center;
}

.review-carousel .owl-nav button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #000 !important;
  color: #fff !important;
  font-size: 22px !important;
  margin: 0 8px;
  transition: all 0.3s ease;
}

.review-carousel .owl-nav button:hover {
  background: #d5a252 !important;
  color: #000 !important;
}

/* Remove default outline */
.review-carousel .owl-nav button:focus {
  outline: none;
  box-shadow: none;
}

/* ===== OWL DOTS ===== */
.review-carousel .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.review-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.25) !important;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.review-carousel .owl-dot.active span {
  background: #d5a252 !important;
  transform: scale(1.2);
}

.review-carousel .owl-dot:hover span {
  background: #000 !important;
}


.safety-section {
  padding: 100px 0;
  background: url("/image/bga.jpg") center/cover no-repeat;
  position: relative;
}

.safety-section-overlay {
  background-color: rgba(255, 255, 255, 0.334);
  position: absolute;
  inset: 0;
}

.safety-section .container {
  position: relative;

}

.safety-section .card {

  background: rgba(255, 255, 255, 0.435);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border: none;
  padding: 45px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.safety-section .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* Icon */
.icon-box {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #d5a252, #d5a252);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: #ffffff;
  font-size: 36px;
}

/* Card Title */
.safety-section .card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f2933;
  line-height: 1.4;
}

/* Zig-zag spacing */
.up {
  margin-bottom: 30px;
}

.down {
  margin-top: 70px;
}

/* Text styles */
.skin-title span {
  color: #d5a252;
}

.section-desc {
  color: #4b5563;
  font-size: 17px;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 991px) {
  .down {
    margin-top: 30px;
  }
}


.skin-background {
  background: url("/image/pbg.jpg") center/cover no-repeat;
  padding: 40px 0;
  position: relative;
}

.skin-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
}

.skin-background .container {
  position: relative;
  z-index: 1;
}


.skin-title {
  font-size: 45px;
  margin-top: 10px;
}

.skin-title span {
  color: #D5A252;
}

.section-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* Skin Cards */
.skin-box {
  background: #fff;
  padding: 25px 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  height: 100%;
}

.skin-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.skin-box img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 6px solid #f2f4f8;
}

.skin-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .skin-box img {
    width: 150px;
    height: 150px;
  }
}

/* ===== VISION SECTION ===== */
.vision {
  position: relative;
  background: url("/image/frame.webp") center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

/* Overlay */
.vision-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.588);
}

/* Content */
.vision-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 60px 50px;
  border-radius: 16px;

}

/* Title */
.vision-title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}

.vision-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #d5a252;
  margin: 15px auto 0;
}

/* Text */
.vision-text {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 35px;
}

/* CTA Button */
.vision-btn {
  display: inline-block;
  padding: 14px 40px;
  background: #d5a252;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.vision-btn:hover {
  background: black;
  color: #d5a252;
}


footer {
  background: linear-gradient(135deg, #7a5a25, #d5a252);
  color: white;
  padding: 40px 20px 20px;
}

/* ===== TOP ACTION TABS ===== */
.footer-top {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.footer-tab {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 22px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;

  color: white;
  font-weight: 600;
  transition: all 0.35s ease;
  backdrop-filter: blur(12px);
}

.footer-tab i {
  font-size: 1.3em;
}

.footer-tab:hover {
  background: #fff;
  color: #7a5a25;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* ===== BOTTOM SECTION ===== */
.footer-bottom {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.footer-section {
  text-align: center;
  flex: 1;
  min-width: 200px;
}

.footer-section h3 {
  margin-bottom: 15px;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===== LINKS ===== */
.footer-section a,
.footer-section p {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.95em;
  transition: all 0.3s ease;
}

.footer-section a:hover {
  color: #000000;
  transform: translateX(6px);
}

/* ===== SOCIAL ICONS ===== */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 18px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #fff;
  color: #7a5a25;
  transform: rotate(360deg) scale(1.1);
}

/* ===== COPYRIGHT ===== */
.copyright {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.85em;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {


  .footer-tab {
    width: 220px;
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* ===============================
   GALLERY PAGE
================================ */
.gallery-page {
  padding: 80px 0;
  background: #f9fafb;
}

/* Heading */
.gallery-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
}

.gallery-header p {
  font-size: 15px;
  color: #6b7280;
  margin-top: 8px;
}

.gallery-badge {
  display: inline-block;
  background: rgba(13, 110, 253, .1);
  color: #0d6efd;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.gallery-divider {
  width: 70px;
  height: 4px;
  background: #0d6efd;
  margin: 15px auto 40px;
  border-radius: 10px;
}

/* ===============================
   FILTER BUTTONS
================================ */
.gallery-filters {
  margin-bottom: 40px;
}

.filter-btn {
  border: none;
  background: #e5e7eb;
  color: #374151;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 14px;
  margin: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background: #0d6efd;
  color: #fff;
}

/* ===============================
   GALLERY GRID
================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* Gallery Card */
.gallery-card {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.gallery-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-card:hover img {
  transform: scale(1.15);
}

.gallery-card:hover {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-header h2 {
    font-size: 28px;
  }
}

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


/* Modal Background */
.custom-modal .modal-content {
  border: none;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.2);
  background: #ffffff;
}

/* Header */
.modal-head {
  padding: 20px 24px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-head h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #111;
}

.modal-close {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: #555;
}

/* Body */
.modal-body-custom {
  padding: 24px;
}

/* Form */
.contact-form {
  width: 100%;
}

.form-row {
  display: flex;
  gap: 16px;
}

.input-box {
  width: 100%;
  margin-bottom: 16px;
}

.input-box input,
.input-box textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
}

.input-box input:focus,
.input-box textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* Error */
.error-text {
  color: #dc2626;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}

/* Button */
.submit-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.35);
}

/* Mobile */
@media (max-width: 576px) {
  .form-row {
    flex-direction: column;
  }
}


    /* =========================
   CONTACT SECTION
========================= */

.contact-section-blue {
    padding: 80px 0;
    background: #f8fafc;
}



/* =========================
   FORM CARD
========================= */

.contact-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.contact-form-card h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.subtitle {
    color: #64748b;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 18px;
}

.contact-form-card input,
.contact-form-card textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    outline: none;
    transition: 0.3s;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.15);
}

.error {
    color: #dc2626;
    font-size: 13px;
}

/* Button */
.btn-primary-blue {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #fff;
    padding: 14px 26px;
    border-radius: 30px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.btn-primary-blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(37,99,235,0.35);
}

/* =========================
   CONTACT INFO CARD
========================= */

.contact-info-card {
    background: linear-gradient(135deg, #04060a, #000000);
    color: #fff;
    padding: 40px;
    border-radius: 14px;
    height: 100%;
}

.contact-info-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.info-block {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.info-block span {
    font-size: 22px;
}

.info-block p,
.info-block a {
    color: #e5e7eb;
    margin: 0;
    text-decoration: none;
}

/* =========================
   MAP
========================= */

.map-blue iframe {
    width: 100%;
    height: 400px;
    border-radius: 14px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
    .contact-form-card,
    .contact-info-card {
        padding: 20px;
    }

    .heading-section h2 {
        font-size: 28px;
    }
    .contact-section-blue{
        padding: 20px 0px;
    }
}


.sticky-header {
 position: fixed !important;
 z-index: 9999 !important;
 
}
.phont-bar{
  background-color: #000000 !important;
  padding: 10px;
  width: 100% !important;
  display: none ;
}
.phont-bar .top-bar-left ul{
  flex-wrap: wrap;
  gap: 0px 50px !important;
  justify-content: center;
}
.phont-bar .top-bar-left ul li{
  font-size: 18px !important;
}
/* Responsive */
@media (max-width: 576px) {
  .main-header {
    display: none;
  }

  .second-header {
    display: none;
  }

  .vision {
    padding: 20px 0px;
  }

  .vision-content {
    padding: 20px 25px;
  }

  .vision-title {
    font-size: 28px;
  }

  .vision-text {
    font-size: 16px;
  }

  .carousel-data {
    left: 0px !important;
    padding: 5px;
    width: 100% !important;
  }

  .carousel-item img {
    height: 600px;
  }

  .poster-data h1 {
    text-align: center;
    font-size: 55px;
    line-height: 55px;
    ;
  }

  .carousel-data h6 {
    margin: auto;
  }

  .poster-data p {
    text-align: center;
  }

  .poster-btn {
    justify-content: center;
  }

  .poster-data {
    padding: 105px 0px;
  }

  .about-image {
    margin-top: 40px;
  }

  .expir-box {
    width: 120px;
  }

  .expir-box h3 {
    font-size: 34px !important;
  }

  .about-section {
    padding: 20px 0px;
  }

  .about-section h2 {
    font-size: 35px;
  }

  .about-image img {
    width: 95%;
  }

  .product-box {
    margin-top: 20px;
  }

  .why-deatil-box {
    padding: 30px 0px;
  }

  .why-choose-us {
    padding: 20px 0px;
  }

  .quality-section {
    padding: 20px 0px;
  }

  .why-product-box {
    padding: 20px 10px;
  }

  .qtl-abs {
    right: 10px;
  }

  .quality-box p {
    margin-bottom: 0px;
  }

  .commitment-container {
    width: 90%;
    padding: 10px;
  }

  .safety-section {
    padding: 20px 10px;
  }

  .card {
    margin-top: 30px !important;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
  }

  .up {
    margin-bottom: 0px;
  }

  .down {
    margin-top: 0px;

  }

  .footer-section a,
  .footer-section p {
    justify-content: start;
  }

  .social-icons a {
    justify-content: center !important;
  }

  .footer-section h3 {
    text-align: left;
  }

  .footer-tab {
    width: 140px;
  }

  .review-o {
    padding: 20px 0;
  }

}

/* ===============================
   BLOG PAGE SECTION
================================ */
.blog-section {
  padding: 80px 0;
  background: #f8f9fc;
}

/* ===============================
   BLOG CARD
================================ */
.blog-box {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
}

.blog-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

/* ===============================
   BLOG IMAGE
================================ */
.blog-image {
  position: relative;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-box:hover .blog-image img {
  transform: scale(1.12);
}

/* Overlay */
.blog-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.45));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-box:hover .blog-image::after {
  opacity: 1;
}

/* ===============================
   BLOG CONTENT
================================ */
.blog-content {
  padding: 18px 20px 22px;
}

.blog-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.45;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.blog-content a:hover h5 {
  color: #00040a;
}

/* Divider */
.blog-content hr {
  margin: 12px 0;
  border: none;
  height: 1px;
  background: linear-gradient(to right, #e5e7eb, #0d6efd, #e5e7eb);
}

/* ===============================
   DATE & CATEGORY
================================ */
.dated {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #6b7280;
}

.dated p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.dated i {
  color: #000000;
  font-size: 14px;
}

.skincare-offcanvas {
  background: #fffaf5;
}

.brand-intro p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.info-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.info-box h6 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #7a5a25;
}

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

.info-box ul li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #444;
}

.offer-box {
  background: linear-gradient(135deg, #7a5a25, #d5a252);
  color: #fff;
}

.offer-box h6,
.offer-box ul li {
  color: #fff;
}

.offcanvas-cta {
  margin-top: 20px;
}

.offcanvas-cta .btn {
  background: #7a5a25;
  border: none;
  padding: 12px;
  font-weight: 600;
}

.offcanvas-cta .btn:hover {
  background: #5e441c;
}


/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .heading-section2 h2 {
    font-size: 30px;
  }

  .blog-image img {
    height: 200px;
  }
}

@media (max-width: 575px) {
  .heading-section2 h2 {
    font-size: 26px;
  }

  .blog-content h5 {
    font-size: 16px;
  }

  .dated {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .poster-image img{
    display: none;
  }
  .commit-image img{
    height: 670px;
  }
  .footer-top {
    gap: 20px;
  }
  .phone-navbar{
    display: block !important;
  }
  .phone-navbar .navbar{
    padding: 0px 0px !important;
  }
  .poster{
    margin-top: 180px;
  }
  .custom-breadcrumb-section{
    padding: 30px 0px;
    margin-top: 200px;
  }
  .phont-bar{
    display: block !important;
  }
  .blog-section{
    padding: 20px 0px;
  }
  .gallery-page{
     padding: 20px 0px;
  }
 
}