.elementor-271 .elementor-element.elementor-element-a1a7e6b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d0db94f *//* =========================================
   RS COSMETICS — PREMIUM HERO SECTION
   Theme: Pink + Deep Plum + Gold + White
========================================= */

.rs-hero {
  position: relative;
  width: 100%;
  min-height: 90vh;
  overflow: hidden;
  background: #fff8fa;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  padding: 80px 20px;
}

/* =========================
   BACKGROUND GLOW
========================= */

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-glow-1 {
  width: 380px;
  height: 380px;
  background: rgba(216, 160, 182, 0.18);
  top: -180px;
  right: -120px;
}

.hero-glow-2 {
  width: 300px;
  height: 300px;
  background: rgba(201, 164, 92, 0.10);
  bottom: -150px;
  left: -100px;
}

/* =========================
   MAIN CONTAINER
========================= */

.rs-hero-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* =========================
   LEFT CONTENT
========================= */

.rs-hero-content {
  max-width: 650px;
}

.rs-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 17px;
  border-radius: 50px;
  background: rgba(139, 58, 98, 0.08);
  border: 1px solid rgba(139, 58, 98, 0.18);
  color: #8b3a62;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-bottom: 22px;
}

/* =========================
   HEADING
========================= */

.rs-hero h1 {
  margin: 0;
  color: #2b1722;
  font-size: clamp(40px, 7vw, 76px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -2px;
}

.rs-hero h1 span {
  display: block;
  color: #8b3a62;
  margin-top: 8px;
}

/* =========================
   BRAND TITLE
========================= */

.rs-hero-title {
  color: #c9a45c;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 25px 0 10px;
}

/* =========================
   DESCRIPTION
========================= */

.rs-hero-description {
  max-width: 570px;
  color: #725d67;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

/* =========================
   BUTTONS
========================= */

.rs-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.rs-btn {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.35s ease;
}

/* Primary */

.rs-btn-primary {
  background: linear-gradient(
    135deg,
    #8b3a62,
    #a94f79
  );
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(139, 58, 98, 0.25);
}

.rs-btn-primary span {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.rs-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(139, 58, 98, 0.32);
}

.rs-btn-primary:hover span {
  transform: translateX(5px);
}

/* Outline */

.rs-btn-outline {
  color: #8b3a62;
  border: 1px solid #d8a0b6;
  background: #ffffff;
}

.rs-btn-outline:hover {
  background: #8b3a62;
  color: #ffffff;
  border-color: #8b3a62;
  transform: translateY(-3px);
}

/* =========================
   TRUST AREA
========================= */

.rs-hero-trust {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 38px;
}

.rs-rating {
  display: flex;
  flex-direction: column;
}

.stars {
  color: #c9a45c;
  font-size: 15px;
  letter-spacing: 3px;
  margin-bottom: 3px;
}

.rs-rating strong {
  color: #2b1722;
  font-size: 16px;
}

.rs-rating small,
.rs-location small {
  color: #8b747d;
  font-size: 11px;
  margin-top: 2px;
}

.trust-line {
  width: 1px;
  height: 45px;
  background: #d8a0b6;
}

.rs-location {
  display: flex;
  align-items: center;
  gap: 11px;
}

.rs-location > div {
  display: flex;
  flex-direction: column;
}

.rs-location strong {
  color: #2b1722;
  font-size: 13px;
}

.location-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #8b3a62;
  background: rgba(216, 160, 182, 0.18);
  font-size: 20px;
}

/* =========================
   RIGHT VISUAL
========================= */

.rs-hero-visual {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: auto;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-wrapper {
  position: relative;
  width: min(82vw, 390px);
  aspect-ratio: 0.82;
  z-index: 3;
}

/* =========================
   MAIN IMAGE
========================= */

.hero-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;

  border-radius: 200px 200px 25px 25px;

  border: 8px solid #ffffff;

  box-shadow:
    0 25px 70px rgba(43, 23, 34, 0.18);
}

/* =========================
   GOLD RING
========================= */

.gold-ring {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  border: 1px solid #c9a45c;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.7;
}

/* =========================
   BACKGROUND CIRCLE
========================= */

.hero-circle {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: #f1dce5;
  z-index: 1;
  opacity: 0.7;
}

/* =========================
   FLOATING CARDS
========================= */

.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(201, 164, 92, 0.35);
  border-radius: 15px;
  padding: 13px 16px;
  box-shadow: 0 15px 40px rgba(43, 23, 34, 0.14);
  backdrop-filter: blur(12px);
  z-index: 5;
}

.floating-card > span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff1f5;
  color: #c9a45c;
  font-size: 17px;
}

.floating-card div {
  display: flex;
  flex-direction: column;
}

.floating-card strong {
  color: #2b1722;
  font-size: 13px;
}

.floating-card small {
  color: #8b747d;
  font-size: 9px;
  margin-top: 2px;
}

/* Rating Card */

.rating-card {
  top: 18%;
  left: -35px;
  animation: floatCard 4s ease-in-out infinite;
}

/* Beauty Card */

.beauty-card {
  bottom: 15%;
  right: -35px;
  animation: floatCard 4.5s ease-in-out infinite reverse;
}

/* =========================
   FLOAT ANIMATION
========================= */

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* =========================
   TABLET
========================= */

@media (min-width: 700px) {

  .rs-hero {
    padding: 90px 40px;
  }

  .rs-hero-container {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
  }

  .rs-hero-content {
    text-align: left;
  }

}

/* =========================
   DESKTOP
========================= */

@media (min-width: 1000px) {

  .rs-hero {
    min-height: 92vh;
    padding: 70px 50px;
  }

  .rs-hero-container {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
  }

  .rs-hero-visual {
    min-height: 600px;
  }

  .hero-image-wrapper {
    width: 400px;
    height: 540px;
  }

  .hero-circle {
    width: 500px;
    height: 500px;
  }

}

/* =========================
   MOBILE
========================= */

@media (max-width: 699px) {

  .rs-hero {
    min-height: auto;
    padding: 65px 18px 75px;
  }

  .rs-hero-content {
    text-align: center;
  }

  .rs-hero-badge {
    font-size: 10px;
    letter-spacing: 0.8px;
  }

  .rs-hero h1 {
    font-size: 42px;
    letter-spacing: -1.5px;
  }

  .rs-hero-title {
    font-size: 16px;
  }

  .rs-hero-description {
    font-size: 14px;
    line-height: 1.7;
  }

  .rs-hero-buttons {
    justify-content: center;
  }

  .rs-btn {
    width: 100%;
    max-width: 250px;
  }

  .rs-hero-trust {
    justify-content: center;
    gap: 15px;
  }

  .rs-location {
    text-align: left;
  }

  .rs-hero-visual {
    min-height: 460px;
    margin-top: 15px;
  }

  .hero-image-wrapper {
    width: 285px;
    height: 390px;
  }

  .hero-circle {
    width: 350px;
    height: 350px;
  }

  .rating-card {
    left: -8px;
    top: 17%;
    transform: scale(0.85);
  }

  .beauty-card {
    right: -8px;
    bottom: 14%;
    transform: scale(0.85);
  }

  .gold-ring {
    width: 112%;
    height: 112%;
    top: -6%;
    left: -6%;
  }

}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 400px) {

  .rs-hero h1 {
    font-size: 36px;
  }

  .rs-hero-trust {
    flex-direction: column;
    gap: 12px;
  }

  .trust-line {
    width: 80px;
    height: 1px;
  }

  .rs-location {
    justify-content: center;
  }

  .hero-image-wrapper {
    width: 260px;
    height: 355px;
  }

  .hero-circle {
    width: 310px;
    height: 310px;
  }

  .floating-card {
    padding: 10px 12px;
  }

}/* End custom CSS */