@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
  font-family: "Poppins", sans-serif;
}

:root {
  --bg-color: rgba(255, 255, 255, 0.925);
  --second-bg-color: #2f318f;
  /* --main-color: #2f318f; */
  --main-color: #2047c8;
  --white-color: #fdfffc;
  --disable-color: #1c2321;
  --btn-color: #ffcc29;
}
html,
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body::selection {
  background: var(--white-color);
  color: var(--main-color);
}
body::-webkit-scrollbar {
  width: 0.8rem;
  background: black;
}
body::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0.2rem;
}
body:hover::-webkit-scrollbar-thumb {
  background: var(--main-color);
}

body {
  color: var(--white-color);
  background: var(--bg-color);
}

header {
  width: 100%;
  padding: 2.7rem 6%;
  background: #fefefe;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  height: 7.2vw;
  border-bottom: 0.3rem solid var(--main-color);
}
section {
  width: 100%;
  height: auto;
  background: var(--bg-color);
}

/* HERO START ----- >  */
.hero-slider {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.slides img {
  position: absolute;
  width: 100vw;
  height: auto;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.slides img.active {
  opacity: 1;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  color: white;
  border: none;
  padding: 8px;
  cursor: pointer;
  font-size: 4vw;
  border-radius: 10%;
  z-index: 10;
  color: rgba(255, 255, 255, 0.788);
  background: #0000001f;
  transition: 0.2s;
}

.arrow:hover {
  background: rgba(255, 255, 255, 0.788);
  color: black;
}
.arrow.left {
  left: 10px;
}
.arrow.right {
  right: 10px;
}
/* HERO END  */

.header-1 {
  width: 100%;
  height: 4.9rem;
  background: var(--main-color);
  padding: 0 27rem;
  display: flex;
  align-items: center;
}
marquee {
  font-size: 1.5rem;
  font-weight: 480;
}

.logo > img {
  height: 8rem;
  margin-top: 2.6rem;
  margin-left: 2rem;
}
nav {
  display: flex;
}

nav a {
  font-size: clamp(1.3rem, 1.3vw, 3rem);
  color: black;
  font-weight: 500;
  transition: 0.5s;
  margin-right: 1.8rem;
}
nav a:hover {
  color: var(--main-color);
}

nav a.active {
  color: var(--main-color);
}

#menu-icon {
  color: var(--main-color);
  font-size: 1.8rem;
  display: none;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.popular-products {
  width: 100%;
  padding: 90px 8%;
  background: rgb(26, 25, 25);
}

.section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section-heading h2 {
  font-size: 42px;
  color: #111;
  margin-bottom: 15px;
  color: var(--white-color);
}

.section-heading p {
  max-width: 650px;
  margin: auto;
  color: #666;
  line-height: 1.8;
  font-size: 1.3vw;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
  aspect-ratio: 1/1;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transition: 0.45s ease;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-radius: 18px;
  transition: 0.45s;
  z-index: 2;
}

.product-card:hover::before {
  border-color: #2f318f;
}

.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(47, 49, 143, 0.55),
    rgba(47, 49, 143, 0.08)
  );
  opacity: 0;
  transition: 0.45s;
}

.shine {
  position: absolute;
  top: -150%;
  left: -150%;
  width: 60%;
  height: 250%;
  background: rgba(255, 255, 255, 0.35);
  transform: rotate(25deg);
  transition: 0.75s;
  pointer-events: none;
}

.product-card:hover .shine {
  left: 180%;
}

.product-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 45px rgba(47, 49, 143, 0.22);
}

.product-card:hover img {
  transform: scale(1.08);
}

.product-card:hover::after {
  opacity: 1;
}
.insta-container {
  margin: 6vw 0;
  background: var(--disable-color);
}
.mfg-banner {
  background-color: white;
}
.insta-container .insta-item .fa-instagram {
  font-size: 3.7vw;
  color: var(--main-color);
  transition: 0.3s;
}
.mfg-banner-img > img {
  width: 100%;
  height: 540px;
}
.insta-container > .insta-text:hover .fa-instagram {
  transform: scale(1.03);
  color: var(--white-color);
}
.insta-container .insta-item .fa-instagram:hover {
  transform: scale(1.05);
  color: var(--second-bg-color);
}

.insta-container > .insta-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.4rem 0;
}
.insta-container .insta-text > a {
  width: 55vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
  gap: 1.3rem;
}

.insta-container .insta-item p > span {
  color: var(--main-color);
}
.insta-container .insta-item p {
  font-size: 3.5vw;
}
.insta-container .insta-item img {
  width: 100vw;
  height: 35vw;
}

.insta-container .insta-item-certificates {
  text-align: center;
  margin-top: 8vw;
}
.insta-container .insta-item-certificates img {
  width: 86vw;
  height: 15vw;
  margin-bottom: -1rem;
}

.insta-container .insta-item-certificates .certificate {
  height: 24vw !important;
}
.insta-container .insta-item-certificates h2 > span {
  color: var(--main-color);
}
.insta-container .insta-item-certificates h2 {
  font-size: clamp(1.3rem, 5vw, 10rem);
}

/* FAQ */
.faq-section-big {
  display: flex;
  justify-content: center;
}
.faq-section {
  max-width: 950px;
  width: 100%;
  background: #ffffff;
  border-radius: 2.5rem;
  padding: 2.8rem 2.5rem 3rem;
  box-shadow: 0 20px 48px -16px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s ease;
}

.faq-header {
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.faq-header h2 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a1a2e;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.faq-header h2 span {
  background: #2f318f;
  color: white;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.1rem 0.9rem;
  border-radius: 40px;
  letter-spacing: 0.2px;
}

.faq-header .sub {
  color: #7c7f9a;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding-bottom: 0.2rem;
}

.faq-header h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: #2f318f;
  border-radius: 8px;
  margin-top: 6px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  border-radius: 1.4rem;
  background: #fafbff;
  border: 1px solid rgba(47, 49, 143, 0.04);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.3s ease;
  overflow: hidden;
}

.faq-item:hover {
  border-color: rgba(47, 49, 143, 0.08);
}

.faq-item.active {
  background: #ffffff;
  border-color: rgba(47, 49, 143, 0.12);
  box-shadow: 0 6px 20px -8px rgba(47, 49, 143, 0.06);
}

.faq-question {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.6rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a2e;
  text-align: left;
  font-family: inherit;
  transition: color 0.2s ease;
  border-radius: 1.4rem;
  position: relative;
  user-select: none;
}

.faq-question:hover {
  color: #2f318f;
}

.faq-item.active .faq-question {
  color: #2f318f;
}

.faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(47, 49, 143, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.25s ease,
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.faq-icon svg {
  width: 18px;
  height: 18px;
  stroke: #2f318f;
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.faq-item.active .faq-icon {
  background: #2f318f;
}

.faq-item.active .faq-icon svg {
  transform: rotate(180deg);
  stroke: #ffffff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    padding 0.35s ease,
    opacity 0.3s ease;
  opacity: 0;
  padding: 0 1.6rem;
}

.faq-item.active .faq-answer {
  max-height: 400px;
  /* enough for all answers */
  opacity: 1;
  padding: 0 1.6rem 1.4rem 1.6rem;
}

.faq-answer p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #3d3f5e;
  font-weight: 400;
  letter-spacing: 0.01em;
  padding-top: 0.2rem;
  border-top: 1px solid rgba(47, 49, 143, 0.06);
  padding-top: 0.8rem;
}

.faq-item {
  animation: fadeUp 0.5s ease backwards;
}
.faq-item:nth-child(1) {
  animation-delay: 0.02s;
}
.faq-item:nth-child(2) {
  animation-delay: 0.06s;
}
.faq-item:nth-child(3) {
  animation-delay: 0.1s;
}
.faq-item:nth-child(4) {
  animation-delay: 0.14s;
}
.faq-item:nth-child(5) {
  animation-delay: 0.18s;
}
.faq-item:nth-child(6) {
  animation-delay: 0.22s;
}
.faq-item:nth-child(7) {
  animation-delay: 0.26s;
}
.faq-item:nth-child(8) {
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-question:focus-visible {
  outline: 3px solid #2f318f;
  outline-offset: -4px;
  border-radius: 1.4rem;
}

/* VISIT INSTA */
.instagram-section {
  width: 100%;
  padding: 90px 8%;
  background: #ffffff;
}

.section-title {
  text-align: center;
  margin-bottom: 55px;
}

.section-title h2 {
  font-size: 42px;
  color: #222;
  margin-bottom: 15px;
}

.section-title p {
  max-width: 650px;
  margin: auto;
  color: #666;
  line-height: 1.8;
  font-size: 16px;
}

.instagram-banner {
  position: relative;
  width: 100%;
  height: 300px;
  max-width: 1400px;
  margin: auto;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.instagram-banner img {
  width: 100%;
  display: block;
  transition: 0.7s ease;
}

.instagram-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(47, 49, 143, 0.45);
  opacity: 0;
  transition: 0.45s;
  z-index: 1;
}
.instagram-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: 0.45s;
  text-align: center;
  padding: 20px;
}

.instagram-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  color: #2f318f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  margin-bottom: 20px;
  transform: scale(0.8);
  transition: 0.45s;
}

.instagram-content h3 {
  font-size: 34px;
  margin-bottom: 10px;
}

.instagram-content p {
  font-size: 17px;
  max-width: 500px;
}

.instagram-banner:hover img {
  transform: scale(1.08);
}

.instagram-banner:hover::before {
  opacity: 1;
}

.instagram-banner:hover .instagram-content {
  opacity: 1;
}

.instagram-banner:hover .instagram-icon {
  transform: scale(1) rotate(10deg);
}

/* VISIT INSTA */
.about {
  background: #131313;
  text-align: center;
}

.about .about-container {
  width: 73vw;
  height: 100%;
  margin: 4vw 16rem;
}

.about-container .about-box h2 {
  font-size: 2.9vw;
  padding: 0.7vw 0;
}
.about-container .about-box {
  margin: 3vw 0;
}
.about-container .about-box h2 span {
  color: var(--main-color);
}

.about-container .about-box p {
  letter-spacing: 0.05rem;
  font-size: 1.3vw;
  line-height: 3rem;
}
.about-container .about-box h3 {
  font-size: 1.8vw;
  margin-top: 1.6rem;
}

.about-container .about-h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-container .about-h3 p {
  width: 60vw;
}
.about-container .about-h3 .about-h3-s {
  font-size: 2vw;
}
.about-container .about-h3 > h3 {
  font-size: 1.7vw;
}

.contact {
  padding: 4rem;
  background: #131313;
}
.contact-container {
  gap: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-container .contact-box {
  width: 90vw;
}
.contact-container .contact-map {
  width: 90vw;
  height: 32rem;
  border-radius: 1rem;
}
.contact-container .contact-box:first-child {
  align-self: center;
}
.contact-box h2 > span {
  color: var(--main-color);
}
.contact-box h2 {
  font-size: 3vw;
}
.contact-box p {
  font-size: 2vw;
}

.contact-box .contact-details {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}

.contact-details i {
  display: inline-flex;
  background: var(--main-color);
  color: black;
  font-size: 6.5vw;
  padding: 1.2rem;
  border-radius: 0.6rem;
  margin-right: 1.5rem;
}

.contact-details .details p:first-child {
  color: var(--main-color);
}

.contact-box form {
  background: var(--second-bg-color);
  padding: 2.5rem 3.5rem 3.5rem;
  border-radius: 1rem;
  text-align: center;
}
.contact-box .heading > span {
  color: white;
}
.contact-box .heading {
  font-size: 7vw;
  margin-bottom: 2.4vw;
}

.contact-box .field-box {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 2rem;
}

.contact-box .field-box textarea,
.contact-box .field-box input {
  padding: 1.3rem;
  background: var(--bg-color);
  border: 0.12rem solid var(--bg-color);
  border-radius: 0.6rem;
  font-size: 3vw;
  color: var(--white-color);
}

.contact-box .field-box textarea:hover,
.contact-box .field-box input:hover {
  border-color: goldenrod;
}
.contact-box .field-box textarea {
  grid-column: 1/ -1;
  height: 49vw;
  resize: none;
}

.contact-box .btn {
  width: 27vw;
  padding: 0.8vw;
  font-size: 3vw;
  font-weight: 400;
  margin-top: 6.9vw;
  border: 0.2rem solid black;
  border-radius: 0.5rem;
  background: rgb(218, 218, 48);
  color: black;
  box-shadow: 0 0 1rem black;
  place-items: center;
  font-weight: 600;
  cursor: pointer;
  transition: 0.4s;
}

.contact-box .btn:hover {
  background: yellow;
  color: red;
  box-shadow: 0 0 1rem rgb(230, 99, 99);
}
.service {
  text-align: center;
}
.service .heading {
  font-size: 7.3vw;
  padding: 5.7rem 0 2rem 0;
}
.service .heading > span {
  color: var(--main-color);
}
.service-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  gap: 5rem;
}
.service-container .service-box {
  width: 65vw;
  height: 85vw;
  background: #131816;
  border-radius: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid transparent;
  transition: 1.4s;
}

.service-container .service-box:hover {
  border-color: var(--main-color);
  cursor: pointer;
  box-shadow: 0 0 1rem var(--main-color);
  transform: scale(1.01);
}

.service-container .service-box > img {
  height: 75vw;
  width: 60vw;
  object-fit: cover;
  border-radius: 2rem;
  padding: 1rem 0;
}

.service-container .service-name {
  font-size: 5.5vw;
  color: #a1e7d1;
}

.section-title > span {
  color: var(--main-color);
}

/* Dark overlay + text */
.card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.45) 100%
  );
  transition: background 0.2s ease;
}

.cat-name {
  display: inline-block;
  color: var(--white-color);
  background: rgba(0, 0, 0, 0.308);
  padding: 0.7rem 1rem;
  border-radius: 100px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.8rem;
  z-index: 10;
  transition: ease-in-out 0.2s;
}

/* Hover/focus effects */
.cat-card:hover img,
.cat-card:focus img {
  transform: scale(1.08) rotate(-1deg);
}
.cat-card:hover .card-overlay,
.cat-card:focus .card-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 30%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

.cat-card:focus {
  outline: 3px solid rgba(230, 57, 70, 0.14);
  outline-offset: 4px;
}

.features-section {
  max-width: 1400px;
  width: 100%;
  background: #131313;
  padding: 4rem 12rem;
}

.section-title {
  text-align: center;
  font-size: 3.8rem;
  position: relative;
  margin-bottom: 4rem;
}

.features-container {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  padding: 1.4rem;
  gap: 1rem;
  border: 3px dashed rgba(255, 255, 255, 0.212);
}

.feature-box {
  flex: 1;
  min-width: 200px;
  text-align: center;
  padding: 30px 15px;
  background: #131313;
  border-radius: 1rem;
  transition: all 0.3s ease;
  border: 0.3rem solid transparent;
}

.feature-box:hover {
  transform: translateY(-1rem);
  box-shadow: 0 1rem 2rem rgba(255, 0, 0, 0.15);
  border-color: var(--main-color);
  cursor: pointer;
}

.logo-container {
  width: 15rem;
  height: 15rem;
  margin: 0 auto 20px;
  background-color: var(--main-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.logo-container .logo > i {
  color: #ebe9e9;
}

.logo-container::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transform: rotate(45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.feature-box:hover .logo-container {
  transform: rotateY(360deg);
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
}

.feature-box:hover .logo-container::before {
  opacity: 1;
  animation: shine 1.5s ease;
}

@keyframes shine {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

.logo {
  font-size: 5.8rem;
  color: #fff;
}

.feature-text {
  color: var(--white-color);
  font-size: 1.9rem;
  font-weight: 700;
  margin-top: 1rem;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background: var(--main-color);
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s ease;
  z-index: 10;
}

.slider-nav:hover {
  background: var(--second-bg-color);
  color: black;
  transform: translateY(-60%) scale(1.1);
  cursor: pointer;
}

.slider-nav.prev {
  left: 2rem;
}

.slider-nav.next {
  right: 2rem;
}

.slider-nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: translateY(-50%) scale(1);
}

.slider-nav:disabled:hover {
  background: white;
  color: #333;
}

.categories {
  max-width: 120rem;
  margin: 4rem auto;
  padding: 0 18px;
  text-align: center;
  background: #121212;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.section-title > span {
  color: var(--main-color);
}
.section-title {
  font-size: 4.1rem;
  margin-bottom: 3rem;
  color: var(--dark);
  letter-spacing: 0.6px;
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  align-items: stretch;
}
.categories .cat-grid-2 {
  width: 55vw;
  display: flex;
  gap: 3rem;
}
.cat-grid-2 .cat-card > img {
  width: 35rem;
}

.cat-card {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(15, 23, 32, 0.08);
  transform: translateZ(0);
  text-decoration: none;
}

.cat-card img {
  width: 100%;
  height: 54rem;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.2, 0.9, 0.2, 1);
}

/* Dark overlay + text */
.card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.45) 100%
  );
  transition: background 0.25s ease;
}

.cat-name {
  display: inline-block;
  color: white;
  background: rgba(24, 24, 24, 0.6);
  padding: 0.7rem 1.7rem;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.9rem;
}

/* Hover/focus effects */
.cat-card:hover img,
.cat-card:focus img {
  transform: scale(1.08) rotate(-1deg);
}
.cat-card:hover .card-overlay,
.cat-card:focus .card-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 30%,
    rgba(0, 0, 0, 0.55) 100%
  );
}
.cat-card:focus {
  outline: 3px solid rgba(230, 57, 70, 0.14);
  outline-offset: 4px;
}
.category-btn .btn .view {
  background: var(--main-color);
  color: var(--bg-color);
  padding: 1.3rem;
  border-radius: 1rem;
  font-size: 2rem;
  border: 1px solid transparent;
  transition: all 0.2s;
}

.category-btn .btn .view:hover {
  background: var(--bg-color);
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

a {
  color: white;
}
.mobile-categories {
  display: none;
}
#mobile-contact {
  display: none;
}
.nav-link {
  cursor: pointer;
}
.nav-link i {
  font-size: 1.5rem;
  padding: 0.3rem;
}
.mobile-category-none {
  display: none;
}

.footer {
  background: #0e1a1f; /* deep charcoal, elegant for fashion brands */
  color: #e6e9ec;
  padding: 4rem 2rem 2rem;
  width: 100%;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.08);
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 2.5rem 2rem;
  align-items: start;
}

.footer-brand h2 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.footer-brand .tagline {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #b4c2cb;
  max-width: 280px;
  margin-top: 0.2rem;
}

.footer-brand .highlight {
  color: #2f318f; /* warm accent, like premium fabric */
  font-weight: 400;
}

.social-links {
  margin-top: 5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #26333a;
  border-radius: 50%;
  color: #e1e6e9;
  font-size: 1.5rem;
  transition: all 0.25s ease;
  text-decoration: none;
}

.social-links a:hover {
  background: #2f318f;
  color: #0e1a1f;
  transform: translateY(-3px);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
}

.footer-col h4 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 1.5rem;
  color: #2f318f;
  position: relative;
}

.footer-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 28px;
  height: 2.5px;
  background: #d4b68a;
  border-radius: 4px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 0.8rem;
}

.footer-col ul li a {
  color: #cbd7e0;
  text-decoration: none;
  font-size: 1.5rem;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-col ul li a i {
  font-size: 1.5rem;
  color: #b4c2cb;
  transition: transform 0.2s;
}

.footer-col ul li a:hover {
  color: #2f318f;
}

.footer-col ul li a:hover i {
  transform: translateX(4px);
  color: #2f318f;
}

.contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1rem;
  color: #cbd7e0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.contact-info li i {
  width: 20px;
  color: #2f318f;
  font-size: 1.7rem;
  margin-top: 0.15rem;
}

.contact-info li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

.contact-info li a:hover {
  color: #2f318f;
}

.footer-bottom {
  max-width: 1280px;
  margin: 2.5rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid #2b3b44;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem 1.5rem;
  font-size: 1.2rem;
  color: #98aab6;
}

.footer-bottom span i {
  color: #2f318f;
  margin: 0 4px;
}

.footer-bottom .legal-links {
  display: flex;
  gap: 1.8rem;
  flex-wrap: wrap;
}

.footer-bottom .legal-links a {
  color: #b0c2ce;
  text-decoration: none;
  font-size: 1.2rem;
  transition: color 0.2s;
}

.footer-bottom .legal-links a:hover {
  color: #2f318f;
}

/* RESPONSIVE BREAKPOINTS */
@media (min-width: 200px) and (max-width: 768px) {
  .categories {
    display: none;
  }
  marquee {
    display: none;
  }
  .header-1 {
    display: none;
  }
  #mobile-contact {
    display: block;
    height: 2rem;
    color: white;
    width: 100vw;
    background: var(--main-color);
    padding: 0.6rem;
    display: flex;
    justify-content: end;
  }

  #mobile-contact .call-us a {
    font-size: 3vw;
    color: var(--white-color);
    transition: 0.6s;
  }
  .logo > img {
    height: 3.9rem;
    margin: 0.2rem;
  }
  #menu-icon {
    display: block;
  }
  nav {
    position: absolute;
    top: 12.7%;
    left: 60%;
    width: 40%;
    background: white;
    text-align: center;
    display: none;
    z-index: 9999;
  }
  nav.active {
    display: block;
  }

  nav a {
    display: block;
    margin: 1.2rem 0;
    font-size: 1.6rem;
    font-weight: 900;
    color: rgb(78, 3, 3);
    transition: all 0.4s;
  }

  nav a:hover {
    color: black;
  }
  .features-section > h2 {
    font-size: 5.7vw;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    gap: 1.5vw;
  }
  .features-section {
    width: 100vw;
    margin: -2rem 0;
  }

  .features-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    border: none;
    margin: -4rem 0;
  }
  .feature-box {
    min-width: 23vw;
    padding: 3vw 3vw;
    text-align: center;
  }

  .logo-container {
    width: 14vw;
    height: 14vw;
    margin: 0;
    padding: 0;
  }
  .logo-container > .logo {
    font-size: 8.5vw;
    padding: 0;
  }
  .feature-box > .feature-text {
    font-size: 3vw;
  }
  .hero-slider .arrow {
    top: 44%;
  }
  header {
    height: 3rem;
    border-bottom: 0.2rem solid var(--main-color);
  }
  .arrow.left {
    left: 1vw;
  }
  .arrow.right {
    right: 1vw;
  }
  .hero-slider {
    height: 43vw;
  }

  .category-slider-container {
    display: none;
  }

  .mobile-categories {
    display: block;
    background-color: #131313;
    overflow: hidden;
  }

  .mobile-categories h2 {
    background: #131313;
    color: white;
    text-align: center;
    font-size: 6vw;
    padding: 2rem;
  }

  .mobile-categories h2 > span {
    color: var(--main-color);
  }

  .category-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  .category-item {
    position: relative;
    height: 14rem;
    overflow: hidden;
    border-bottom: 0.2rem solid #131313;
    margin: 0 2rem;
  }

  .category-item:last-child {
    border-bottom: none;
  }

  .category-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .category-image {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    display: flex;
    align-items: end;
    justify-content: center;
  }

  .category-link:hover .category-image {
    transform: scale(1.03);
  }

  .category-link:hover .mobile-cat-name {
    transform: translateY(10px);
    display: block;
  }
  .mobile-cat-name {
    display: inline-block;
    color: var(--white-color);
    background: rgba(90, 90, 90, 0.192);
    padding: 0.5rem 0.6rem;
    margin: 1vw 0;
    border-radius: 10px;
    font-weight: 550;
    letter-spacing: 1px;
    font-size: 3.5vw;
    z-index: 10;
    transition: ease-in-out 0.2s;
  }

  .instagram-section {
    padding: 70px 5%;
  }
  .faq-section {
    display: none;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .section-title p {
    font-size: 15px;
  }

  .instagram-icon {
    width: 65px;
    height: 65px;
    font-size: 30px;
  }

  .instagram-content h3 {
    font-size: 24px;
  }

  .instagram-content p {
    font-size: 15px;
  }
  .mfg-banner-img > img {
    width: 100%;
    height: 160px;
  }
  .instagram-section {
    display: none;
  }

  .about .about-container {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 1rem 3rem;
  }
  .about-container .about-box h2 {
    font-size: 4.7vw;
    margin-bottom: 0.2rem;
  }
  .about-container .about-h3 .about-h3-s {
    font-size: 4.7vw;
  }

  .about-container .about-h3 > h3 {
    font-size: 3.6vw;
    margin-bottom: 0.4rem;
  }

  .about-container .about-h3 p {
    width: 70vw;
  }

  .about-container .about-box p {
    line-height: 5vw;
    font-size: 3vw;
  }

  .contact-container .contact-box h2 {
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }

  .contact-container .contact-box p {
    font-size: 1.3rem;
  }
  .contact-box iframe {
    width: 90vw;
    height: 50vw;
  }
  .contact-box > form {
    padding: 1.8rem;
  }
  .footer {
    padding: 2.5rem 1.2rem 1.2rem;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .footer-brand h2 {
    font-size: 1.8rem;
  }

  .footer-col h4 {
    margin-bottom: 1.2rem;
  }

  .footer-col h4::after {
    width: 24px;
    bottom: -6px;
  }

  .social-links {
    gap: 0.8rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 0.8rem;
    margin-top: 2rem;
    padding-top: 1.2rem;
  }

  .footer-bottom .legal-links {
    justify-content: center;
    gap: 1.2rem;
  }

  .contact-info li {
    font-size: 0.95rem;
  }

  .footer-brand h2 {
    font-size: 1.7rem;
  }
  .social-links a {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .sidebar {
    width: 100% !important;
    min-height: auto;
  }

  .category-list li {
    margin: 1px;
  }

  .category-list a:hover,
  .category-list a.active {
    border-left: none;
    border-bottom: 3px solid var(--main-color);
  }

  .main-content {
    flex-direction: column;
    width: 100vw;
    padding: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .contact-container {
    padding: 2rem 3rem;
  }
  .contact-container .contact-box h2 {
    font-size: 3.3rem;
  }

  .contact-container .contact-box p,
  .contact-container .contact-details p {
    font-size: 1.8rem;
  }
  .contact-container .contact-box i {
    font-size: 3rem;
  }
  .contact-container .contact-box input,
  .contact-container .contact-box textarea {
    font-size: 2rem;
  }

  .contact-container .contact-box .btn {
    width: 19rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .contact-container .contact-map {
    height: 44rem;
  }
  .contact-container #contact-us .field-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-container .contact-box textarea {
    height: 32rem;
  }
  .about-container .about-box {
    margin: 1rem 2rem;
  }
  .about-container .about-box h2 {
    font-size: 3.7rem;
  }

  .about-container .about-box h3 {
    font-size: 2.8rem;
  }
  .about-container .about-box p {
    font-size: 2.4rem;
  }

  .faq-section {
    padding: 2rem 1.5rem 2.2rem;
    border-radius: 2rem;
  }

  .faq-header h2 {
    font-size: 1.3rem;
  }

  .faq-header h2 span {
    font-size: 0.2rem;
    /* padding: 0.1rem 0.7rem; */
  }

  .faq-header h2::after {
    width: 36px;
    height: 3px;
  }

  .faq-question {
    font-size: 0.2rem;
    padding: 1rem 1.2rem;
  }

  .faq-answer p {
    font-size: 0.9rem;
  }

  .faq-item.active .faq-answer {
    padding: 0 1.2rem 1.2rem 1.2rem;
  }

  .faq-icon {
    width: 24px;
    height: 24px;
  }

  .faq-icon svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .category {
    display: block;
  }

  nav > a {
    font-size: 1.38vw;
  }

  .contact-container .map-resp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .contact-container .map-resp .contact-box {
    width: 43vw;
  }

  .contact-container .map-resp .contact-box .contact-map {
    width: 45vw;
    height: 41vw;
    margin-top: 1rem;
  }

  .contact-container #contact-us {
    width: 75vw;
  }

  .contact-container #contact-us .btn {
    margin-top: 2.4rem;
  }

  .about-container .about-box {
    margin: 1rem 2rem;
  }
  .about-container .about-box h2 {
    font-size: 3rem;
  }

  .about-container .about-box h3 {
    font-size: 2.8rem;
  }
  .about-container .about-box p {
    font-size: 2.4rem;
  }

  .test-container span {
    font-size: 2rem;
  }
  .test-container h4 {
    font-size: 3.6rem;
  }

  .test-container .test-box {
    grid-template-columns: repeat(3, 1fr);
  }

  .test-container .test-box .test-item p {
    font-size: 2rem;
  }

  .test-container .test-box .test-item {
    width: 25vw;
    height: 49vw;
  }

  .test-container .test-box .item h3 {
    font-size: 2rem;
  }
}
