.elementor-6 .elementor-element.elementor-element-0054796{--display:flex;}.elementor-6 .elementor-element.elementor-element-b19d881{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-98da4d6 */@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&family=IBM+Plex+Sans:wght@300;400;500;600;700&family=IBM+Plex+Serif:wght@500;600;700&display=swap');

:root {
  --sg-ivory: #fbf7ef;
  --sg-cream: #f4ead8;
  --sg-soft-cream: #fffaf1;
  --sg-beige: #e3d0ad;
  --sg-gold: #b88a35;
  --sg-gold-light: #d8b567;
  --sg-gold-dark: #8f6423;
  --sg-brown: #3b2b1d;
  --sg-muted: #7b6754;
  --sg-white: #ffffff;
  --sg-border: rgba(184, 138, 53, 0.26);
  --sg-shadow: 0 24px 70px rgba(59, 43, 29, 0.12);
  --sg-shadow-soft: 0 16px 45px rgba(59, 43, 29, 0.09);
  --sg-radius: 28px;
  --sg-radius-sm: 18px;
  --sg-container: 1180px;
  --sg-header-height: 82px;
  --sg-transition: 320ms cubic-bezier(.2,.75,.2,1);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--sg-brown);
  background: var(--sg-ivory);
  overflow-x: hidden;
}

body.sg-menu-open {
  overflow: hidden;
}

.sg-header *,
.sg-mobile-panel *,
.sg-main *,
.sg-footer * {
  box-sizing: border-box;
}

.sg-header,
.sg-mobile-panel,
.sg-main,
.sg-footer {
  margin: 0;
}

.sg-header a,
.sg-mobile-panel a,
.sg-main a,
.sg-footer a {
  color: inherit;
  text-decoration: none;
}

.sg-main img,
.sg-footer img,
.sg-header img,
.sg-mobile-panel img {
  max-width: 100%;
  display: block;
}

.sg-container {
  width: min(calc(100% - 40px), var(--sg-container));
  margin-inline: auto;
}

.sg-section {
  position: relative;
  padding: 96px 0;
}

.sg-section-heading {
  width: min(720px, 100%);
  margin: 0 auto 44px;
  text-align: center;
}

.sg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sg-gold-dark);
  font-size: 0.77rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.sg-eyebrow::before,
.sg-eyebrow::after {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--sg-gold));
  opacity: 0.75;
}

.sg-eyebrow::after {
  background: linear-gradient(90deg, var(--sg-gold), transparent);
}

.sg-title {
  font-family: "IBM Plex Serif", "IBM Plex Sans Arabic", serif;
  font-size: clamp(2.35rem, 5vw, 4.2rem);
  line-height: 0.95;
  font-weight: 700;
  color: var(--sg-brown);
  letter-spacing: -0.035em;
  margin: 0;
}

.sg-subtitle {
  margin: 18px 0 0;
  color: var(--sg-muted);
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  line-height: 1.85;
}

.sg-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.9rem;
  transition: transform var(--sg-transition), box-shadow var(--sg-transition), background var(--sg-transition), border-color var(--sg-transition), color var(--sg-transition);
  overflow: hidden;
  isolation: isolate;
}

.sg-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.46) 42%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 700ms ease;
}

.sg-btn:hover::before {
  transform: translateX(120%);
}

.sg-btn:hover {
  transform: translateY(-3px);
}

.sg-btn-primary {
  color: var(--sg-white);
  background: linear-gradient(135deg, var(--sg-gold), var(--sg-gold-dark));
  box-shadow: 0 16px 34px rgba(184, 138, 53, 0.28);
}

.sg-btn-outline {
  color: var(--sg-brown);
  background: rgba(255, 255, 255, 0.54);
  border-color: rgba(184, 138, 53, 0.38);
  backdrop-filter: blur(12px);
}

.sg-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 800ms ease, transform 800ms ease;
}

.sg-reveal.sg-visible {
  opacity: 1;
  transform: translateY(0);
}

.sg-reveal[data-delay="1"] {
  transition-delay: 100ms;
}

.sg-reveal[data-delay="2"] {
  transition-delay: 180ms;
}

.sg-reveal[data-delay="3"] {
  transition-delay: 260ms;
}

.sg-reveal[data-delay="4"] {
  transition-delay: 340ms;
}

/* Header */
.sg-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: var(--sg-header-height);
  transition: background var(--sg-transition), box-shadow var(--sg-transition), backdrop-filter var(--sg-transition), height var(--sg-transition);
}

.sg-header.sg-scrolled {
  height: 72px;
  background: rgba(251, 247, 239, 0.86);
  box-shadow: 0 10px 36px rgba(59, 43, 29, 0.08);
  backdrop-filter: blur(18px);
}

.sg-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sg-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.sg-logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 32%, rgba(255,255,255,0.55), transparent 28%), linear-gradient(135deg, #e7c977, var(--sg-gold-dark));
  box-shadow: 0 10px 28px rgba(184, 138, 53, 0.24);
  display: grid;
  place-items: center;
  color: #fff8df;
  font-family: "IBM Plex Serif", "IBM Plex Sans Arabic", serif;
  font-weight: 700;
  font-size: 1.35rem;
}

.sg-logo-text {
  line-height: 0.86;
}

.sg-logo-title {
  display: block;
  font-family: "IBM Plex Serif", "IBM Plex Sans Arabic", serif;
  color: var(--sg-gold-dark);
  font-weight: 700;
  font-size: 1.22rem;
  letter-spacing: 0.06em;
}

.sg-logo-subtitle {
  display: block;
  margin-top: 4px;
  font-size: 0.58rem;
  color: var(--sg-muted);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sg-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(184, 138, 53, 0.22);
  border-radius: 999px;
  background: rgba(255,255,255,0.44);
  backdrop-filter: blur(12px);
}

.sg-nav-link {
  position: relative;
  padding: 11px 15px;
  border-radius: 999px;
  color: var(--sg-muted);
  font-size: 0.86rem;
  font-weight: 600;
  transition: color var(--sg-transition), background var(--sg-transition);
}

.sg-nav-link:hover,
.sg-nav-link.sg-active {
  color: var(--sg-brown);
  background: rgba(184, 138, 53, 0.12);
}

.sg-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--sg-border);
  border-radius: 50%;
  background: rgba(255,255,255,0.62);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.sg-menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 999px;
  background: var(--sg-brown);
  transition: transform var(--sg-transition), opacity var(--sg-transition);
}

.sg-menu-open .sg-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.sg-menu-open .sg-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.sg-menu-open .sg-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.sg-mobile-panel {
  display: none;
}

/* Hero */
.sg-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(var(--sg-header-height) + 56px) 0 78px;
  background:
    linear-gradient(90deg, rgba(251,247,239,0.92) 0%, rgba(251,247,239,0.63) 39%, rgba(251,247,239,0.34) 100%),
    url("https://shamsglow.store/wp-content/uploads/2026/05/bg-home-scaled.png") center/cover no-repeat;
  isolation: isolate;
}

.sg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 15%, rgba(255,255,255,0.72), transparent 26%), radial-gradient(circle at 68% 38%, rgba(216,181,103,0.22), transparent 30%), linear-gradient(180deg, transparent 70%, var(--sg-ivory));
  z-index: -1;
}

.sg-hero::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 8%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 1px solid rgba(184, 138, 53, 0.22);
  background: radial-gradient(circle, rgba(255,255,255,0.25), transparent 68%);
  animation: sg-float 7s ease-in-out infinite;
  z-index: -1;
}

.sg-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: center;
  gap: 64px;
}

.sg-hero-content {
  max-width: 650px;
}

.sg-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(184, 138, 53, 0.24);
  background: rgba(255, 255, 255, 0.52);
  color: var(--sg-gold-dark);
  font-weight: 800;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.sg-hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sg-gold-light), var(--sg-gold-dark));
  box-shadow: 0 0 0 5px rgba(184, 138, 53, 0.13);
}

.sg-hero-title {
  margin: 26px 0 0;
  font-family: "IBM Plex Serif", "IBM Plex Sans Arabic", serif;
  font-size: clamp(3.4rem, 7.4vw, 7.15rem);
  line-height: 0.86;
  color: var(--sg-brown);
  letter-spacing: -0.055em;
  max-width: 780px;
}

.sg-hero-title span {
  display: block;
  color: transparent;
  background: linear-gradient(135deg, var(--sg-gold-dark), var(--sg-gold-light), var(--sg-gold-dark));
  -webkit-background-clip: text;
  background-clip: text;
}

.sg-hero-copy {
  margin: 26px 0 0;
  max-width: 560px;
  color: var(--sg-muted);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.9;
}

.sg-hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sg-hero-visual {
  position: relative;
  min-height: 550px;
}

.sg-visual-card {
  position: absolute;
  overflow: hidden;
  border-radius: var(--sg-radius);
  border: 1px solid rgba(255,255,255,0.62);
  background: rgba(255,255,255,0.38);
  box-shadow: var(--sg-shadow);
  backdrop-filter: blur(14px);
}

.sg-visual-card-main {
  inset: 28px 0 70px 78px;
}

.sg-visual-card-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sg-visual-card-small {
  left: 0;
  bottom: 18px;
  width: 250px;
  padding: 18px;
}

.sg-visual-card-small img {
  width: 100%;
  height: 152px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 14px;
}

.sg-visual-card-small h3 {
  margin: 0;
  font-family: "IBM Plex Serif", "IBM Plex Sans Arabic", serif;
  font-size: 1.45rem;
  line-height: 1;
}

.sg-visual-card-small p {
  margin: 8px 0 0;
  color: var(--sg-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.sg-sun-mark {
  position: absolute;
  top: 0;
  left: 12px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, rgba(184,138,53,0.62) 0deg 7deg, transparent 7deg 14deg), radial-gradient(circle, var(--sg-ivory) 0 38%, transparent 39%);
  opacity: 0.72;
  animation: sg-spin 32s linear infinite;
}

/* About */
.sg-about {
  background: linear-gradient(180deg, var(--sg-ivory), var(--sg-soft-cream));
}

.sg-about-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 72px;
}

.sg-about-image-wrap {
  position: relative;
}

.sg-about-image-wrap::before {
  content: "";
  position: absolute;
  inset: 28px -26px -28px 34px;
  border-radius: var(--sg-radius);
  border: 1px solid var(--sg-border);
  background: linear-gradient(135deg, rgba(216,181,103,0.16), rgba(255,255,255,0.18));
}

.sg-about-image {
  position: relative;
  height: 430px;
  border-radius: var(--sg-radius);
  overflow: hidden;
  box-shadow: var(--sg-shadow);
  border: 1px solid rgba(255,255,255,0.72);
}

.sg-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1000ms ease;
}

.sg-about-image:hover img {
  transform: scale(1.06);
}

.sg-about-content {
  max-width: 560px;
}

.sg-about-content .sg-title {
  font-size: clamp(2.55rem, 5vw, 4.65rem);
}

.sg-about-list {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

.sg-about-point {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--sg-muted);
  line-height: 1.65;
}

.sg-about-point p {
  margin: 0;
}

.sg-about-point i {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(184, 138, 53, 0.14);
  color: var(--sg-gold-dark);
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 800;
  font-size: 0.8rem;
}

/* Products */
.sg-products {
  background: radial-gradient(circle at 82% 8%, rgba(216,181,103,0.18), transparent 28%), linear-gradient(180deg, var(--sg-soft-cream), var(--sg-ivory));
}

.sg-products-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
  gap: 24px;
  align-items: stretch;
}

.sg-product-card {
  position: relative;
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  border-radius: var(--sg-radius);
  border: 1px solid var(--sg-border);
  background: linear-gradient(135deg, rgba(255,255,255,0.86), rgba(255,250,241,0.72)), radial-gradient(circle at 12% 20%, rgba(184,138,53,0.12), transparent 34%);
  box-shadow: var(--sg-shadow-soft);
  overflow: hidden;
  transition: transform var(--sg-transition), box-shadow var(--sg-transition), border-color var(--sg-transition);
}

.sg-product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(184, 138, 53, 0.44);
  box-shadow: var(--sg-shadow);
}

.sg-product-card::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -72px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216,181,103,0.22), transparent 65%);
}

.sg-product-image {
  position: relative;
  height: 390px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #281f19, #7b5628);
  box-shadow: 0 22px 54px rgba(59, 43, 29, 0.2);
}

.sg-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1000ms ease;
}

.sg-product-card:hover .sg-product-image img {
  transform: scale(1.06);
}

.sg-featured-label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(251,247,239,0.86);
  color: var(--sg-gold-dark);
  border: 1px solid rgba(184,138,53,0.3);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.sg-product-content {
  position: relative;
  z-index: 1;
}

.sg-product-kicker {
  color: var(--sg-gold-dark);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  margin-bottom: 14px;
}

.sg-product-title {
  margin: 0;
  font-family: "IBM Plex Serif", "IBM Plex Sans Arabic", serif;
  font-size: clamp(2rem, 3.1vw, 3.15rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.sg-product-copy {
  margin: 18px 0 0;
  color: var(--sg-muted);
  line-height: 1.8;
  font-size: 0.98rem;
}

.sg-product-tags {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.sg-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--sg-gold-dark);
  background: rgba(184, 138, 53, 0.11);
  border: 1px solid rgba(184, 138, 53, 0.18);
  font-weight: 700;
  font-size: 0.75rem;
}

.sg-product-actions {
  margin-top: 28px;
}

.sg-coming-list {
  display: grid;
  gap: 24px;
}

.sg-coming-card {
  min-height: 223px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 15px;
  padding: 30px 24px;
  border-radius: var(--sg-radius);
  border: 1px dashed rgba(184, 138, 53, 0.42);
  background: rgba(255,255,255,0.52);
  box-shadow: 0 16px 42px rgba(59, 43, 29, 0.06);
  transition: transform var(--sg-transition), background var(--sg-transition), border-color var(--sg-transition);
}

.sg-coming-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.78);
  border-color: rgba(184, 138, 53, 0.68);
}

.sg-coming-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(216,181,103,0.28), rgba(255,255,255,0.62));
  border: 1px solid rgba(184, 138, 53, 0.2);
  display: grid;
  place-items: center;
  color: var(--sg-gold-dark);
  font-family: "IBM Plex Serif", "IBM Plex Sans Arabic", serif;
  font-size: 2rem;
}

.sg-coming-card h3 {
  margin: 0;
  font-family: "IBM Plex Serif", "IBM Plex Sans Arabic", serif;
  font-size: 1.55rem;
  line-height: 1;
}

.sg-coming-card p {
  margin: 0;
  color: var(--sg-muted);
  line-height: 1.55;
  font-size: 0.9rem;
}

/* Benefits */
.sg-benefits {
  background: linear-gradient(180deg, var(--sg-ivory), #fffdf8);
}

.sg-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.sg-benefit-card {
  position: relative;
  min-height: 238px;
  padding: 30px 24px;
  border-radius: var(--sg-radius-sm);
  border: 1px solid var(--sg-border);
  background: rgba(255,255,255,0.65);
  box-shadow: 0 14px 34px rgba(59, 43, 29, 0.07);
  overflow: hidden;
  transition: transform var(--sg-transition), box-shadow var(--sg-transition), border-color var(--sg-transition), background var(--sg-transition);
}

.sg-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgba(216,181,103,0.18), transparent 46%);
  opacity: 0;
  transition: opacity var(--sg-transition);
}

.sg-benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sg-shadow-soft);
  border-color: rgba(184, 138, 53, 0.42);
  background: rgba(255,255,255,0.86);
}

.sg-benefit-card:hover::before {
  opacity: 1;
}

.sg-benefit-icon {
  position: relative;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--sg-gold-dark);
  background: rgba(184, 138, 53, 0.10);
  border: 1px solid rgba(184, 138, 53, 0.18);
  font-size: 1.8rem;
}

.sg-benefit-card h3 {
  position: relative;
  margin: 0;
  font-family: "IBM Plex Serif", "IBM Plex Sans Arabic", serif;
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.sg-benefit-card p {
  position: relative;
  margin: 13px 0 0;
  color: var(--sg-muted);
  line-height: 1.7;
  font-size: 0.92rem;
}

/* Final CTA */
.sg-final-cta {
  position: relative;
  padding: 92px 0;
  background: linear-gradient(135deg, rgba(59,43,29,0.78), rgba(143,100,35,0.72)), url("https://shamsglow.store/wp-content/uploads/2026/05/9f28cf4d-8344-4da7-bee9-8477614f5934.png") center/cover no-repeat;
  color: var(--sg-white);
  text-align: center;
  overflow: hidden;
}

.sg-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 28% 30%, rgba(255,255,255,0.28), transparent 22%), radial-gradient(circle at 72% 62%, rgba(216,181,103,0.3), transparent 25%);
  animation: sg-shimmer 8s ease-in-out infinite alternate;
}

.sg-final-cta-inner {
  position: relative;
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
}

.sg-final-cta .sg-eyebrow {
  color: #f5ddb0;
}

.sg-final-cta .sg-title {
  color: var(--sg-white);
  text-shadow: 0 14px 40px rgba(0,0,0,0.16);
}

.sg-final-cta .sg-subtitle {
  color: rgba(255,255,255,0.78);
  margin-inline: auto;
  max-width: 560px;
}

.sg-final-cta .sg-btn {
  margin-top: 30px;
  background: var(--sg-white);
  color: var(--sg-gold-dark);
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

/* Footer */
.sg-footer {
  padding: 72px 0 28px;
  background: #2f241b;
  color: rgba(255,255,255,0.74);
}

.sg-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(140px, 0.65fr));
  gap: 36px;
}

.sg-footer .sg-logo-title,
.sg-footer .sg-logo-subtitle {
  color: #f0d79c;
}

.sg-footer .sg-logo-mark {
  box-shadow: none;
}

.sg-footer-text {
  margin: 18px 0 0;
  max-width: 360px;
  line-height: 1.8;
  font-size: 0.92rem;
}

.sg-footer h3 {
  color: var(--sg-white);
  font-family: "IBM Plex Serif", "IBM Plex Sans Arabic", serif;
  font-size: 1.55rem;
  margin: 0 0 18px;
  font-weight: 700;
}

.sg-footer p {
  margin: 0;
  line-height: 1.8;
}

.sg-footer-links,
.sg-footer-contact {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sg-footer-links a {
  transition: color var(--sg-transition), transform var(--sg-transition);
  display: inline-block;
}

.sg-footer-links a:hover {
  color: #f0d79c;
  transform: translateX(4px);
}

/* Social icons */
.sg-socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.sg-social {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 215, 156, 0.28);
  color: #f0d79c;
  background: rgba(255, 255, 255, 0.03);
  transition: transform var(--sg-transition), background var(--sg-transition), border-color var(--sg-transition), color var(--sg-transition);
}

.sg-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}

.sg-social:hover {
  transform: translateY(-4px);
  background: rgba(240, 215, 156, 0.12);
  border-color: rgba(240, 215, 156, 0.55);
  color: #fff4d6;
}
.sg-footer-bottom {
  margin-top: 50px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.82rem;
}

.sg-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sg-policy-links a:hover {
  color: #f0d79c;
}

/* Animations */
@keyframes sg-float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(18px) scale(1.02);
  }
}

@keyframes sg-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes sg-shimmer {
  from {
    opacity: 0.55;
    transform: scale(1);
  }

  to {
    opacity: 0.95;
    transform: scale(1.06);
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .sg-hero-grid,
  .sg-about-grid,
  .sg-products-grid {
    grid-template-columns: 1fr;
  }

  .sg-hero-visual {
    min-height: 470px;
  }

  .sg-visual-card-main {
    inset: 0 0 70px 90px;
  }

  .sg-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sg-product-card {
    grid-template-columns: 0.95fr 1.05fr;
  }
}

@media (max-width: 860px) {
  :root {
    --sg-header-height: 74px;
  }

  .sg-section {
    padding: 68px 0;
  }

  .sg-container {
    width: min(calc(100% - 30px), var(--sg-container));
  }

  .sg-nav,
  .sg-header-cta {
    display: none;
  }

  .sg-menu-toggle {
    display: inline-flex;
  }

  .sg-mobile-panel {
    position: fixed;
    inset: var(--sg-header-height) 14px auto;
    z-index: 999;
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid var(--sg-border);
    background: rgba(251,247,239,0.96);
    backdrop-filter: blur(16px);
    box-shadow: var(--sg-shadow);
    transform: translateY(-18px) scale(0.98);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--sg-transition), transform var(--sg-transition);
  }

  .sg-menu-open .sg-mobile-panel {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto;
  }

  .sg-mobile-panel .sg-nav-link {
    padding: 14px 16px;
    font-size: 1rem;
  }

  .sg-hero {
    min-height: auto;
    padding-top: 118px;
  }

  .sg-hero-grid {
    gap: 46px;
  }

  .sg-hero-title {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .sg-hero-visual {
    min-height: 400px;
  }

  .sg-visual-card-main {
    inset: 0 0 80px 42px;
  }

  .sg-visual-card-small {
    width: 220px;
  }

  .sg-sun-mark {
    width: 92px;
    height: 92px;
  }

  .sg-about-grid {
    gap: 42px;
  }

  .sg-about-image {
    height: 360px;
  }

  .sg-product-card {
    grid-template-columns: 1fr;
  }

  .sg-product-image {
    height: 330px;
  }

  .sg-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .sg-btn,
  .sg-hero-actions,
  .sg-final-cta .sg-btn,
  .sg-product-actions .sg-btn {
    width: 100%;
  }

  .sg-hero-visual {
    display: none;
  }

  .sg-about-image-wrap::before {
    display: none;
  }

  .sg-products-grid,
  .sg-coming-list,
  .sg-benefits-grid {
    grid-template-columns: 1fr;
  }

  .sg-product-card {
    padding: 18px;
  }

  .sg-product-image {
    height: 285px;
  }

  .sg-benefit-card {
    min-height: auto;
  }

  .sg-final-cta {
    padding: 70px 0;
  }

  .sg-footer-grid {
    grid-template-columns: 1fr;
  }

  .sg-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .sg-reveal {
    opacity: 1;
    transform: none;
  }
}
/* Remove bottom white gap after custom HTML page */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #2f241b !important;
  overflow-x: hidden;
}

.sg-main,
.sg-footer {
  margin-bottom: 0 !important;
}

.sg-footer {
  padding-bottom: 28px !important;
  margin-bottom: 0 !important;
}
/* Elementor full-width fix */
.elementor-page .site-content,
.elementor-page .content-area,
.elementor-page .entry-content,
.elementor-page .elementor,
.elementor-page .elementor-section,
.elementor-page .elementor-container,
.elementor-page .elementor-widget-wrap,
.elementor-page .elementor-widget-html,
.elementor-page .elementor-widget-html .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Full bleed SHAMS GLOW sections */
.sg-header,
.sg-mobile-panel,
.sg-main,
.sg-hero,
.sg-section,
.sg-final-cta,
.sg-footer {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/* Header logo */
.sg-header-logo {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.sg-header-logo-img {
  width: auto !important;
  height: 58px !important;
  max-height: 58px !important;
  object-fit: contain;
  transition: height var(--sg-transition), max-height var(--sg-transition);
}

.sg-header.sg-scrolled .sg-header-logo-img {
  height: 46px !important;
  max-height: 46px !important;
}

/* Footer logo - bigger and independent */
.sg-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  margin-bottom: 18px;
}

.sg-footer-logo-img {
  width: 220px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain;
  filter: brightness(1.08);
}

/* Mobile */
@media (max-width: 860px) {
  .sg-header-logo-img {
    height: 50px !important;
    max-height: 50px !important;
  }

  .sg-header.sg-scrolled .sg-header-logo-img {
    height: 42px !important;
    max-height: 42px !important;
  }

  .sg-footer-logo-img {
    width: 190px !important;
  }
}

@media (max-width: 480px) {
  .sg-header-logo-img {
    height: 44px !important;
    max-height: 44px !important;
  }

  .sg-header.sg-scrolled .sg-header-logo-img {
    height: 38px !important;
    max-height: 38px !important;
  }

  .sg-footer-logo-img {
    width: 170px !important;
  }
}/* End custom CSS */
/* Start custom CSS */.sg-btn:hover { transform: translateY(-3px); }

.sg-btn-primary {
  color: var(--sg-white);
  background: linear-gradient(135deg, var(--sg-gold), var(--sg-gold-dark));
  box-shadow: 0 16px 34px rgba(184, 138, 53, 0.28);
}

.sg-btn-outline {
  color: var(--sg-brown);
  background: rgba(255, 255, 255, 0.54);
  border-color: rgba(184, 138, 53, 0.38);
  backdrop-filter: blur(12px);
}

.sg-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 800ms ease, transform 800ms ease;
}

.sg-reveal.sg-visible {
  opacity: 1;
  transform: translateY(0);
}

.sg-reveal[data-delay="1"] { transition-delay: 100ms; }
.sg-reveal[data-delay="2"] { transition-delay: 180ms; }
.sg-reveal[data-delay="3"] { transition-delay: 260ms; }
.sg-reveal[data-delay="4"] { transition-delay: 340ms; }

@keyframes sg-float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(18px) scale(1.02); }
}

@keyframes sg-spin { to { transform: rotate(360deg); } }

@keyframes sg-shimmer {
  from { opacity: 0.55; transform: scale(1); }
  to { opacity: 0.95; transform: scale(1.06); }
}

@media (max-width: 860px) {
  :root { --sg-header-height: 74px; }
  .sg-section { padding: 68px 0; }
  .sg-container { width: min(calc(100% - 30px), var(--sg-container)); }
}

@media (max-width: 620px) {
  .sg-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .sg-reveal { opacity: 1; transform: none; }
}/* End custom CSS */