.elementor-990 .elementor-element.elementor-element-c7fea68{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-990 .elementor-element.elementor-element-513c81d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-990 .elementor-element.elementor-element-e0d32af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-990 .elementor-element.elementor-element-de65a02{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-990 .elementor-element.elementor-element-02a40e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-990 .elementor-element.elementor-element-e8cb9d7{padding:15px 15px 15px 15px;}@media(max-width:767px){.elementor-990 .elementor-element.elementor-element-e8cb9d7{padding:15px 15px 15px 15px;}}/* Start custom CSS for html, class: .elementor-element-b5238e7 *//* ===========================================
   ZURI ABOUT HERO SECTION
   =========================================== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Montserrat:wght@300;400;500;600;700&display=swap');

.zuri-about-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #FDF8F3;
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

.zuri-about-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(201, 168, 124, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.about-hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    width: 100%;
}

.about-hero-content {
    position: relative;
    z-index: 2;
}

.crown-icon {
    width: 60px;
    height: auto;
    margin-bottom: 30px;
    opacity: 0.9;
}

.about-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #C9A87C;
    margin-bottom: 20px;
}

.about-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 400;
    line-height: 1.15;
    color: #1A1512;
    margin-bottom: 30px;
}

.about-title span {
    font-style: italic;
    color: #C9A87C;
}

.about-text {
    font-size: 1.05rem;
    font-weight: 300;
    color: #A08B7B;
    margin-bottom: 40px;
    max-width: 500px;
    line-height: 1.8;
}

.about-signature {
    display: flex;
    align-items: center;
    gap: 20px;
}

.signature-line {
    width: 60px;
    height: 1px;
    background: #C9A87C;
}

.signature-text {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: #3D2B1F;
}

/* Image Side */
.about-hero-image {
    position: relative;
}

.hero-image-main {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 200px 200px 0 0;
}

.hero-image-accent {
    position: absolute;
    bottom: -30px;
    left: -60px;
    width: 200px;
    height: 280px;
    object-fit: cover;
    border-radius: 100px 100px 0 0;
    border: 8px solid #FDF8F3;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.hero-floating-stat {
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    background: white;
    padding: 25px 30px;
    border-radius: 4px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.08);
    text-align: center;
}

.stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #C9A87C;
    line-height: 1;
}

.stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #A08B7B;
    margin-top: 5px;
}

/* ===========================================
   RESPONSIVE - TABLET (Side by Side)
   =========================================== */
@media (max-width: 1024px) {
    .about-hero-container {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        padding: 60px 30px;
    }

    .about-title {
        font-size: 2.2rem;
    }

    .about-text {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }

    .crown-icon {
        width: 50px;
        margin-bottom: 20px;
    }

    .hero-image-main {
        height: 450px;
        border-radius: 150px 150px 0 0;
    }

    .hero-image-accent {
        width: 140px;
        height: 200px;
        left: -30px;
        bottom: -20px;
        border-width: 5px;
        border-radius: 70px 70px 0 0;
    }

    .hero-floating-stat {
        left: -40px;
        padding: 18px 22px;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-label {
        font-size: 0.6rem;
    }

    .signature-line {
        width: 40px;
    }

    .signature-text {
        font-size: 1rem;
    }
}

/* ===========================================
   RESPONSIVE - SMALL TABLET (Still Side by Side)
   =========================================== */
@media (max-width: 850px) {
    .about-hero-container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        padding: 50px 25px;
    }

    .about-title {
        font-size: 1.8rem;
    }

    .about-text {
        font-size: 0.85rem;
        line-height: 1.7;
    }

    .about-eyebrow {
        font-size: 0.65rem;
        letter-spacing: 0.2em;
    }

    .crown-icon {
        width: 40px;
    }

    .hero-image-main {
        height: 380px;
        border-radius: 120px 120px 0 0;
    }

    .hero-image-accent {
        display: none;
    }

    .hero-floating-stat {
        left: auto;
        right: -20px;
        top: auto;
        bottom: 30px;
        transform: none;
        padding: 15px 18px;
    }

    .stat-number {
        font-size: 1.6rem;
    }

    .stat-label {
        font-size: 0.55rem;
    }

    .signature-text {
        font-size: 0.9rem;
    }

    .signature-line {
        width: 30px;
    }
}

/* ===========================================
   RESPONSIVE - MOBILE (Now it stacks)
   =========================================== */
@media (max-width: 600px) {
    .about-hero {
        min-height: auto;
    }

    .about-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 60px 20px;
        text-align: center;
    }

    .about-hero-content {
        order: 2;
    }

    .about-hero-image {
        order: 1;
    }

    .about-text {
        margin: 0 auto 30px;
        max-width: 100%;
    }

    .about-signature {
        justify-content: center;
    }

    .crown-icon {
        margin: 0 auto 20px;
    }

    .hero-image-main {
        height: 350px;
        max-width: 280px;
        margin: 0 auto;
        border-radius: 140px 140px 0 0;
    }

    .hero-floating-stat {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 20px auto 0;
        display: inline-block;
    }

    .about-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 400px) {
    .about-title {
        font-size: 1.6rem;
    }

    .hero-image-main {
        height: 300px;
        max-width: 240px;
    }

    .about-text {
        font-size: 0.85rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81b6d7f *//* ===========================================
   ZURI VALUES SECTION
   =========================================== */
.zuri-values {
    padding: 120px 40px;
    background: #1A1512;
    color: white;
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

.zuri-values::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A87C' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.values-header {
    text-align: center;
    margin-bottom: 70px;
}

.values-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #C9A87C;
    margin-bottom: 15px;
}

.values-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: white;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.value-card {
    text-align: center;
    padding: 50px 35px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(201, 168, 124, 0.2);
    border-radius: 4px;
    transition: all 0.4s ease;
}

.value-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: #C9A87C;
    transform: translateY(-10px);
}

.value-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C9A87C;
    border-radius: 50%;
}

.value-icon svg {
    width: 32px;
    height: 32px;
    stroke: #C9A87C;
    fill: none;
}

.value-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: white;
}

.value-text {
    font-size: 0.9rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
}

/* ===========================================
   RESPONSIVE - TABLET (3 columns maintained)
   =========================================== */
@media (max-width: 1024px) {
    .zuri-values {
        padding: 80px 30px;
    }

    .values-header {
        margin-bottom: 50px;
    }

    .values-grid {
        gap: 20px;
    }

    .value-card {
        padding: 40px 25px;
    }

    .value-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .value-icon svg {
        width: 28px;
        height: 28px;
    }

    .value-title {
        font-size: 1.25rem;
    }

    .value-text {
        font-size: 0.85rem;
    }
}

/* ===========================================
   RESPONSIVE - SMALL TABLET (3 columns still)
   =========================================== */
@media (max-width: 850px) {
    .zuri-values {
        padding: 70px 25px;
    }

    .values-grid {
        gap: 15px;
    }

    .value-card {
        padding: 30px 18px;
    }

    .value-icon {
        width: 55px;
        height: 55px;
    }

    .value-icon svg {
        width: 24px;
        height: 24px;
    }

    .value-title {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }

    .value-text {
        font-size: 0.8rem;
        line-height: 1.6;
    }

    .values-title {
        font-size: 1.8rem;
    }
}

/* ===========================================
   RESPONSIVE - MOBILE (Stacks)
   =========================================== */
@media (max-width: 600px) {
    .zuri-values {
        padding: 60px 20px;
    }

    .values-header {
        margin-bottom: 40px;
    }

    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .value-card {
        padding: 35px 25px;
    }

    .value-card:hover {
        transform: none;
    }

    .value-icon {
        width: 65px;
        height: 65px;
    }

    .value-icon svg {
        width: 28px;
        height: 28px;
    }

    .value-title {
        font-size: 1.3rem;
    }

    .value-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 400px) {
    .values-title {
        font-size: 1.6rem;
    }

    .value-card {
        padding: 30px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3abbfb4 *//* ===========================================
   ZURI STORY SECTION
   =========================================== */
.zuri-story {
    padding: 120px 40px;
    background: #FFFBF7;
    font-family: 'Montserrat', sans-serif;
}

.story-container {
    max-width: 1200px;
    margin: 0 auto;
}

.story-header {
    text-align: center;
    margin-bottom: 70px;
}

.story-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #C9A87C;
    margin-bottom: 15px;
}

.story-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: #1A1512;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.story-content {
    padding-right: 20px;
}

.story-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-style: italic;
    color: #3D2B1F;
    line-height: 1.6;
    margin-bottom: 30px;
    padding-left: 25px;
    border-left: 3px solid #C9A87C;
}

.story-paragraph {
    font-size: 1rem;
    font-weight: 300;
    color: #A08B7B;
    margin-bottom: 20px;
    line-height: 1.8;
}

.story-paragraph:last-child {
    margin-bottom: 0;
}

/* Image Grid */
.story-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.story-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

.story-img-wide {
    grid-column: span 2;
    height: 280px;
}

/* ===========================================
   RESPONSIVE - TABLET (Side by Side)
   =========================================== */
@media (max-width: 1024px) {
    .zuri-story {
        padding: 80px 30px;
    }

    .story-grid {
        gap: 40px;
    }

    .story-header {
        margin-bottom: 50px;
    }

    .story-quote {
        font-size: 1.3rem;
        padding-left: 20px;
    }

    .story-paragraph {
        font-size: 0.95rem;
    }

    .story-img {
        height: 160px;
    }

    .story-img-wide {
        height: 220px;
    }
}

/* ===========================================
   RESPONSIVE - SMALL TABLET (Still Side by Side)
   =========================================== */
@media (max-width: 850px) {
    .zuri-story {
        padding: 70px 25px;
    }

    .story-grid {
        gap: 30px;
    }

    .story-content {
        padding-right: 0;
    }

    .story-quote {
        font-size: 1.15rem;
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .story-paragraph {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }

    .story-title {
        font-size: 1.8rem;
    }

    .story-img {
        height: 130px;
    }

    .story-img-wide {
        height: 180px;
    }
}

/* ===========================================
   RESPONSIVE - MOBILE (Stacks)
   =========================================== */
@media (max-width: 600px) {
    .zuri-story {
        padding: 60px 20px;
    }

    .story-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .story-content {
        text-align: center;
    }

    .story-quote {
        border-left: none;
        padding-left: 0;
        border-top: 3px solid #C9A87C;
        padding-top: 25px;
        margin-bottom: 25px;
    }

    .story-header {
        margin-bottom: 40px;
    }

    .story-image-grid {
        gap: 12px;
    }

    .story-img {
        height: 150px;
    }

    .story-img-wide {
        height: 200px;
    }
}

@media (max-width: 400px) {
    .story-title {
        font-size: 1.6rem;
    }

    .story-quote {
        font-size: 1.1rem;
    }

    .story-img {
        height: 120px;
    }

    .story-img-wide {
        height: 170px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d012ea *//* =============== ZURI REVIEWS SECTION =============== */

body .zuri-reviews-section {
  width: 100% !important;
  padding: 80px 0 !important;
  background: #f7efe7 !important; /* same warm beige family */
  box-sizing: border-box !important;
}

body .zuri-reviews-inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
}

/* HEADER */
body .zuri-reviews-header {
  text-align: center !important;
  max-width: 720px !important;
  margin: 0 auto 40px !important;
}

body .zuri-reviews-pill {
  display: inline-block !important;
  padding: 6px 18px !important;
  background: rgba(200, 142, 102, 0.12) !important;
  color: #c88e66 !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  margin-bottom: 16px !important;
}

body .zuri-reviews-title {
  font-size: 32px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #211215 !important;
  margin: 0 0 10px !important;
}

body .zuri-reviews-subtitle {
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #7b6b70 !important;
  margin: 0 auto 20px !important;
}

/* STATS */
body .zuri-reviews-stats {
  display: flex !important;
  justify-content: center !important;
  gap: 18px !important;
  flex-wrap: wrap !important;
}

body .zuri-reviews-stat {
  background: #fff !important;
  border-radius: 999px !important;
  padding: 9px 16px !important;
  min-width: 190px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08) !important;
}

body .zuri-reviews-stat-main {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #221015 !important;
}

body .zuri-reviews-stat-label {
  font-size: 12px !important;
  color: #8a8088 !important;
}

/* GRID */
body .zuri-reviews-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

/* CARD */
body .zuri-review-card {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 18px 18px 20px !important;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08) !important;
  border: 1px solid rgba(0, 0, 0, 0.03) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 190px !important;
}

body .zuri-review-stars {
  font-size: 15px !important;
  color: #fbbf24 !important; /* star gold */
  margin-bottom: 10px !important;
}

body .zuri-review-quote {
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #5f5055 !important;
  margin: 0 0 14px !important;
}

/* META */
body .zuri-review-meta {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

body .zuri-review-avatar {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #c88e66, #8c5a3a) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

body .zuri-review-name {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #211215 !important;
  margin: 0 !important;
}

body .zuri-review-detail {
  font-size: 12px !important;
  color: #8e8288 !important;
  margin: 0 !important;
}

/* =============== RESPONSIVE =============== */

@media (max-width: 1024px) {
  body .zuri-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  body .zuri-reviews-section {
    padding: 60px 0 !important;
  }

  body .zuri-reviews-title {
    font-size: 26px !important;
  }

  body .zuri-reviews-subtitle {
    font-size: 14px !important;
  }

  body .zuri-reviews-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 480px) {
  body .zuri-review-card {
    padding: 16px 14px 18px !important;
  }
}
/* AVATAR WITH IMAGE SUPPORT */
body .zuri-review-avatar {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #c88e66, #8c5a3a) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.25) !important;
}

/* When using initials only */
body .zuri-review-avatar span {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

/* When using real images */
body .zuri-review-avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* ===== REVIEWS STATS – DESKTOP ===== */

body .zuri-reviews-stats {
  display: flex !important;
  justify-content: center !important;
  gap: 18px !important;
  flex-wrap: wrap !important;
}

body .zuri-reviews-stat {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 20px !important;
  border-radius: 999px !important;
  background: radial-gradient(circle at top left, #ffffff, #f6ebe0) !important;
  box-shadow:
    0 14px 35px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(0, 0, 0, 0.02) !important;
  min-width: 220px !important;
  max-width: 280px !important;
}

body .zuri-reviews-stat-main {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #201216 !important;
  flex-shrink: 0 !important;
}

body .zuri-reviews-stat-label {
  font-size: 13px !important;
  color: #8a8088 !important;
  line-height: 1.4 !important;
}

/* tiny star tweak so it doesn’t sit too tight */
body .zuri-reviews-stat-main::after {
  content: "" !important;
}

/* ===== MOBILE IMPROVEMENT ===== */

@media (max-width: 768px) {
  body .zuri-reviews-stats {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
  }

  body .zuri-reviews-stat {
    width: 100% !important;
    max-width: none !important;
    padding: 12px 18px !important;
    border-radius: 18px !important;  /* slightly less pill-y on small screens */
  }

  body .zuri-reviews-stat-main {
    font-size: 17px !important;
  }

  body .zuri-reviews-stat-label {
    font-size: 12px !important;
  }
}

@media (max-width: 480px) {
  body .zuri-reviews-stat {
    padding: 12px 14px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8cb9d7 *//* ====== ZURI 3-CARD SIGNATURE STYLES GRID ====== */
body .zuri-style-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px !important;
  margin-top: 40px !important;
}

body .zuri-style-grid-card {
  background: #ffffff !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0,0,0,0.05) !important;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}

body .zuri-style-grid-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12) !important;
}

body .zuri-style-grid-image {
  width: 100% !important;
  padding-top: 72% !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

body .zuri-style-grid-content {
  padding: 20px 20px 26px !important;
}

body .zuri-style-grid-pill {
  display: inline-block !important;
  padding: 5px 12px !important;
  background: rgba(200,142,102,0.12) !important;
  color: #c88e66 !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-bottom: 10px !important;
}

body .zuri-style-grid-name {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin: 0 0 8px !important;
  color: #27191d !important;
}

body .zuri-style-grid-text {
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #7a6b70 !important;
  margin: 0 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  body .zuri-style-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 680px) {
  body .zuri-style-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ======= ELEVATED HEADER STYLE ======= */

body .zuri-showcase-header {
  text-align: center !important;
  max-width: 760px !important;
  margin: 0 auto 48px !important;
  padding: 0 16px !important;
}

/* Premium soft pill */
body .zuri-showcase-pill {
  display: inline-block !important;
  padding: 6px 20px !important;
  background: rgba(200, 142, 102, 0.12) !important;
  color: #c88e66 !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
}

/* Premium section title */
body .zuri-showcase-title {
  font-size: 38px !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px !important;
  line-height: 1.18 !important;
  margin-bottom: 16px !important;
  color: #1a0f12 !important;
}

body .zuri-showcase-title span {
  color: #c88e66 !important; /* subtle, warm beauty accent */
}

/* Soft luxury subtitle */
body .zuri-showcase-subtitle {
  font-size: 17px !important;
  line-height: 1.55 !important;
  color: #7b6b70 !important;
  margin: 0 auto !important;
  max-width: 600px !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  body .zuri-showcase-title {
    font-size: 28px !important;
  }
  
  body .zuri-showcase-subtitle {
    font-size: 15px !important;
  }
}/* End custom CSS */