/* ================= ABOUT SADAF ================= */

.about_sadaf {
  background-color: #fafafa;
  padding: clamp(60px, 3vw, 120px) 20px;
  overflow: visible;
}

.about_sadaf_inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.about_sadaf_header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
}

.about_sadaf_inner .about_sadaf_main_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about_sadaf_header_title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #111;
}

/* Content */
.about_sadaf_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  opacity: 1;
}

.about_sadaf_content p {
  max-width: 95%;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  font-family: "Inter", sans-serif;
  margin: 0px !important;
}

/* ===========  =========== */
/* Layout */
.about_sadaf_image {
  height: auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 40px;
}

/* Side images */
.side-img {
  width: 260px;
  height: 380px;
  overflow: hidden;
  border-radius: 20px;
}

.side-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-img.left {
  transform: rotate(-5deg);
}

.side-img.right {
  transform: rotate(5deg);
}

/* Center product card */
.product-box {
  width: 320px;
  height: 420px;
  background: #efe3c8;
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
  border-radius: 20px;
  overflow: hidden;
}

.product-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Floating animation */
.product-box {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

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

/* Small tablets & mobile */
/* @media (max-width: 768px) {
  .hero {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }

  .side-img.right {
    display: none;
  }

  .side-img.left {
    transform: none;
  }
} */

/* =========== About Sadaf Bridal Studio =========== */

.about_sadaf_philosophy {
  background-color: #faf7f2;
}

.about_sadaf_philosophy .about_sadaf {
  background: #faf7f2;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

.about-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.about-header h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
}

.about-header p {
  font-size: 15px;
  font-family: "Inter";
  color: #555;
}

.sadaf_image_philosophy {
  display: flex;
  gap: 20px;
}

.sadaf_image_philosophy .sadaf_image {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}

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

.cards {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.card {
  background: var(--card);
  border-radius: 20px;
  padding: 26px 28px;
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: flex-start;
}

.card i {
  font-size: 26px;
  color: var(--text-dark);
  margin-top: 4px;
  min-width: 32px;
}

.card_content {
  /* border: 2px solid red; */
  display: flex;
  flex-direction: column;
  align-items: start;
}

.card h3 {
  font-family: "Inter";
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 600;
}

.card p {
  font-size: 15px;
  color: #555;
  font-family: "Inter";
  text-align: start;
  margin: 0px;
}

/* Responsive */
/* @media (max-width: 768px) {
  .cards {
    grid-template-columns: 1fr;
  }

  .about-header h1 {
    font-size: 32px;
  }
} */

.about_sadaf_expereience {
}

.about_sadaf_expereience .about_sadaf {
  background: #fff;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

.about_sadaf_expereience_header h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
}

.about_sadaf_expereience_content_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.about_sadaf_expereience_content_main .about_sadaf_expereience_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_sadaf_expereience_content_main .about_sadaf_expereience_content p {
  width: 80%;
  font-size: 15px;
  color: #555;
  font-family: "Inter";
  text-align: center;
  margin: 0px;
}

.about_sadaf_expereience_content_image {
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 20px;
}

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

/* ==========  ========== */
.about_sadaf_standards {
  background: #faf7f2;
}
.about_sadaf_standards .about_sadaf {
  background: #faf7f2;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about_sadaf_standards_header h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
}

.about_sadaf_standards_main_content {
  /* border: 2px solid red; */
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.about_sadaf_standards_main_content .features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.about_sadaf_standards_main_content .features .feature {
  /* border: 2px solid red; */
  flex: 1;
}

.about_sadaf_standards_main_content .features .feature i {
  font-size: 42px;
  color: #7a6a5a;
  margin-bottom: 16px;
}

.about_sadaf_standards_main_content .features .feature p {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #111;
}

.about_sadaf_standards_main_content .section-description {
  font-family: "Inter";
  font-size: 15px;
  color: #111;
}

.sadaf_collections .about_sadaf {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}

.sadaf_collections_header h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 30px;
}

.sadaf_collections_main_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sadaf_collections_main_content a {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.sadaf_collections_main_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Luxury hover effect */
.sadaf_collections_main_content a:hover img {
  transform: scale(1.05);
}

/* Responsive */
/* @media (max-width: 1024px) {
  .sadaf_collections_main_content {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

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

/* ===================== RESPONSIVE MEDIA QUERIES ===================== */

/* ================= DESKTOP LARGE (default) ================= */
/* Already handled by your base styles */

/* ================= LAPTOP / SMALL DESKTOP ================= */
@media (max-width: 1200px) {
  .side-img {
    width: 220px;
    height: 320px;
  }

  .product-box {
    width: 280px;
    height: 380px;
  }

  .cards {
    gap: 20px;
  }

  .sadaf_collections_main_content {
    gap: 20px;
  }
}

/* ================= TABLET / MEDIUM SCREENS ================= */
@media (max-width: 992px) {
  .about_sadaf_content p {
    font-size: 14px;
    line-height: 1.7;
  }

  .side-img.left,
  .side-img.right {
    width: 200px;
    height: 300px;
  }

  .product-box {
    width: 260px;
    height: 360px;
  }

  .cards {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .sadaf_collections_main_content {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .sadaf_image_philosophy{
    flex-direction: column;
  }
}

/* ================= SMALL TABLET / LARGE MOBILE ================= */
@media (max-width: 768px) {
  /* About Sadaf text */
  .about_sadaf_header {
    margin-bottom: 7px;
  }
  .about_sadaf_content p {
    /* border: 2px solid red; */
    font-size: 13px;
    line-height: 1.6;
    max-width: 100%;
  }

  /* About Sadaf images */
  .about_sadaf_image {
    /* flex-direction: column; */
    align-items: center;
    gap: 20px;
    padding: 20px;
  }

  .side-img.right {
    display: none;
  }

  .side-img.left {
    transform: none;
    width: 100%;
    max-width: 260px;
    height: auto;
  }

  .product-box {
    width: 100%;
    max-width: 280px;
    height: 360px;
  }

  /* Cards */
  .cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cards .card {
    flex-direction: column;
  }

  .about-header h1 {
    font-size: 28px;
  }

  /* Collections */
  .sadaf_collections_main_content {
    grid-template-columns: repeat(3, 1fr);
  }
  .about_sadaf_expereience_content_main .about_sadaf_expereience_content p {
    width: 100%;
  }

  .sadaf_image_philosophy{
    flex-direction: column;
  }
}

/* ================= MOBILE / SMALL SCREENS ================= */
@media (max-width: 576px) {
  .about_sadaf_content p,
  .about_sadaf_philosophy .about_sadaf .about-header p,
  .about_sadaf_expereience_content_main .about_sadaf_expereience_content p,
  .about_sadaf_standards
    .about_sadaf
    .about_sadaf_standards_main_content
    .section_description
    p {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
  }

  .side-img.left {
    width: 100%;
    height: auto;
  }

  .product-box {
    width: 100%;
    max-width: 260px;
    height: 320px;
  }

  .about-header h1,
  .about_sadaf .about_sadaf_expereience_header h1,
  .about_sadaf .about_sadaf_standards_header h1,
  .sadaf_collections .about_sadaf .sadaf_collections_header h1 {
    font-size: 24px;
  }

  .cards {
    gap: 14px;
  }

  .about_sadaf_standards_main_content .features {
    flex-direction: column;
    gap: 20px;
  }

  /* .sadaf_collections_main_content {
    grid-template-columns: 1fr;
  } */

  .sadaf_collections_main_content {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .sadaf_image_philosophy{
    flex-direction: column;
  }
}

/* ================= EXTRA SMALL MOBILE ================= */
@media (max-width: 400px) {
  .about_sadaf_content p {
    font-size: 11px;
    line-height: 1.4;
  }

  .product-box {
    height: 300px;
  }

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

  .cards {
    padding: 0 10px;
  }

  .cards .card{
    padding: 15px;
  }

  .cards .card p{
    /* border: 2px solid red; */
    font-size: 12px;
  }

  .sadaf_collections_main_content {
    gap: 16px;
  }

  .sadaf_image_philosophy{
    flex-direction: column;
  }
}
