.elementor-402 .elementor-element.elementor-element-dbb3605{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-402 .elementor-element.elementor-element-2fe4c55{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-402 .elementor-element.elementor-element-082e281{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-402 .elementor-element.elementor-element-2aa925b{padding:0px 0px 0px 0px;}.elementor-402 .elementor-element.elementor-element-e66d5bb{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-402 .elementor-element.elementor-element-1471be2{padding:0px 0px 0px 0px;}.elementor-402 .elementor-element.elementor-element-5b7a811{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-402 .elementor-element.elementor-element-72cc608{padding:0px 0px 0px 0px;}.elementor-402 .elementor-element.elementor-element-c91d7fb{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-402 .elementor-element.elementor-element-dc9fb68{padding:0px 0px 0px 0px;}.elementor-402 .elementor-element.elementor-element-71b8eff{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-402 .elementor-element.elementor-element-e55243e{padding:0px 0px 0px 0px;}.elementor-402 .elementor-element.elementor-element-9541f70{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-402 .elementor-element.elementor-element-9671e2a{padding:0px 0px 0px 0px;}.elementor-402 .elementor-element.elementor-element-006b75e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-402 .elementor-element.elementor-element-7af7d23{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2fe4c55 */.silvaraa-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 80px;
    background: #000;
}


.silvaraa-hero {
    cursor: none;
}

.silvaraa-cursor {
    position: fixed;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    background: rgba(192,192,192,0.25);
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(8px);
    transform: translate(-50%, -50%);
    transition:
        width 0.25s ease,
        height 0.25s ease,
        background 0.25s ease,
        border 0.25s ease;
}

.silvaraa-cursor.active {
    width: 60px;
    height: 60px;
    background: rgba(192,192,192,0.12);
    border: 1px solid rgba(255,255,255,0.45);
}


.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,0.60) 0%,
        rgba(0,0,0,0.30) 45%,
        rgba(0,0,0,0.50) 100%
    );
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 650px;
}

.hero-tagline {
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    letter-spacing: 4px;
    color: rgba(255,255,255,0.70);
    margin-bottom: 20px;
}

.hero-content h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: 78px;
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -1px;
    color: white;
    margin-bottom: 20px;
}

.hero-subtext {
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255,255,255,0.78);
    max-width: 480px;
    margin-bottom: 35px;
}

.hero-buttons {
    display: flex;
    gap: 18px;
}

.hero-buttons a {
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 50px;
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    transition: all 0.35s ease;
}

.hero-buttons a:first-child {
    background: white;
    color: #1A2A49;
}

.hero-buttons a:last-child {
    border: 1px solid rgba(255,255,255,0.35);
    color: white;
}

.hero-buttons a:hover {
    transform: translateY(-3px);
}

.scroll-indicator {
    position: absolute;
    bottom: 35px;
    left: 80px;
    z-index: 3;
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.50);
}

@media (max-width: 768px) {
    .silvaraa-hero {
        padding: 0 25px;
    }

    .hero-content h1 {
        font-size: 46px;
    }

    .hero-subtext {
        font-size: 18px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .scroll-indicator {
        left: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2aa925b */.silvaraa-bestsellers {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    padding: 140px 100px;
    background: #F4C2C2;
    align-items: start;
}

/* LEFT SIDE */

.bestseller-left {
    position: sticky;
    top: 120px;
}

.section-mark {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    line-height: 1;
}

.brand-sparkle {
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
    flex-shrink: 0;
}

.brand-sparkle::before,
.brand-sparkle::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #1A2A49;
    clip-path: polygon(
        50% 0%,
        62% 38%,
        100% 50%,
        62% 62%,
        50% 100%,
        38% 62%,
        0% 50%,
        38% 38%
    );
}

/* horizontal stretch */
.brand-sparkle::before {
    transform: scaleX(1.7);
}

/* vertical micro-balance */
.brand-sparkle::after {
    transform: scaleY(0.9);
    opacity: 0.96;
}

.section-mark p {
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    letter-spacing: 4px;
    color: rgba(26,42,73,0.70);
}

.bestseller-left h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 68px;
    line-height: 0.95;
    color: #1A2A49;
    margin-bottom: 28px;
}

.bestseller-text {
    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    line-height: 1.6;
    color: rgba(44,44,44,0.75);
    max-width: 420px;
    margin-bottom: 40px;
}

.view-all-btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 28px;
    background: #1A2A49;
    color: white;
    border-radius: 50px;
    font-family: "Cormorant Garamond", serif;
    transition: all 0.35s ease;
}

.view-all-btn:hover {
    transform: translateY(-3px);
}

/* RIGHT SIDE */

.bestseller-right {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.feature-card {
    display: flex;
    align-items: center;
    gap: 24px;
    background: rgba(255,255,255,0.28);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 28px;
    padding: 18px;
    backdrop-filter: blur(10px);
    transition: all 0.35s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card img {
    width: 180px;
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
}

.feature-info h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    color: #1A2A49;
    margin-bottom: 10px;
}

.feature-info p {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    color: rgba(44,44,44,0.75);
}

/* MOBILE */

@media(max-width:768px){

    .silvaraa-bestsellers {
        grid-template-columns: 1fr;
        padding: 100px 25px;
        gap: 60px;
    }

    .bestseller-left {
        position: relative;
        top: auto;
    }

    .bestseller-left h2 {
        font-size: 46px;
    }

    .feature-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .feature-card img {
        width: 100%;
        height: 300px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1471be2 */.silvaraa-categories {
    padding: 140px 100px;
    background: #FDF8F6;
}

.categories-heading {
    max-width: 700px;
    margin-bottom: 70px;
}

.categories-heading h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    line-height: 0.95;
    color: #1A2A49;
    margin-bottom: 22px;
}

.categories-heading p {
    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    color: rgba(44,44,44,0.72);
    line-height: 1.6;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    display: block;
}

.category-card.large {
    height: 520px;
}

.category-card.small {
    height: 320px;
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.10)
    );
}

.category-card h3 {
    position: absolute;
    left: 28px;
    bottom: 28px;
    z-index: 2;
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    color: white;
}

.category-card:hover img {
    transform: scale(1.06);
}

@media(max-width:768px){

    .silvaraa-categories {
        padding: 100px 25px;
    }

    .categories-heading h2 {
        font-size: 46px;
    }

    .categories-grid {
        grid-template-columns: 1fr;
    }

    .category-card.large,
    .category-card.small {
        height: 360px;
    }

    .category-card h3 {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72cc608 */.silvaraa-trust {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    padding: 140px 100px;
    background: #1A2A49;
    align-items: start;
}

.trust-left {
    position: sticky;
    top: 120px;
}

.trust-left .section-mark p {
    color: rgba(255,255,255,0.70);
}

.trust-left .brand-sparkle {
    background: white;
}

.trust-left h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 68px;
    line-height: 0.95;
    color: white;
    margin-bottom: 28px;
}

.trust-description {
    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    line-height: 1.6;
    color: rgba(255,255,255,0.75);
    max-width: 430px;
}

.trust-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.trust-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 26px;
    padding: 34px 28px;
    backdrop-filter: blur(8px);
    transition: all 0.35s ease;
}

.trust-card:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,0.09);
}

.trust-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    color: white;
    margin-bottom: 16px;
}

.trust-card p {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255,255,255,0.72);
}

@media(max-width:768px){

    .silvaraa-trust {
        grid-template-columns: 1fr;
        padding: 100px 25px;
        gap: 60px;
    }

    .trust-left {
        position: relative;
        top: auto;
    }

    .trust-left h2 {
        font-size: 46px;
    }

    .trust-description {
        font-size: 18px;
    }

    .trust-right {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc9fb68 */.silvaraa-social {
    padding: 140px 100px;
    background: #F4C2C2;
}

.social-heading {
    max-width: 700px;
    margin-bottom: 70px;
}

.social-heading h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    line-height: 0.95;
    color: #1A2A49;
    margin-bottom: 22px;
}

.social-heading p {
    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    color: rgba(44,44,44,0.72);
    line-height: 1.6;
}

.social-gallery {
    display: flex;
    gap: 24px;
    align-items: flex-end;
    overflow-x: auto;
    padding-bottom: 20px;
    scrollbar-width: none;
}

.social-gallery::-webkit-scrollbar {
    display: none;
}

.social-card {
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 26px;
    transition: all 0.35s ease;
}

.social-card:hover {
    transform: translateY(-8px);
}

.social-card.tall {
    width: 280px;
    height: 420px;
}

.social-card.medium {
    width: 260px;
    height: 340px;
}

.social-card.small {
    width: 220px;
    height: 280px;
}

.social-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-cta {
    margin-top: 50px;
}

.social-cta a {
    display: inline-block;
    text-decoration: none;
    padding: 14px 28px;
    background: #1A2A49;
    color: white;
    border-radius: 50px;
    font-family: "Cormorant Garamond", serif;
    transition: all 0.35s ease;
}

.social-cta a:hover {
    transform: translateY(-3px);
}

@media(max-width:768px){

    .silvaraa-social {
        padding: 100px 25px;
    }

    .social-heading h2 {
        font-size: 46px;
    }

    .social-heading p {
        font-size: 18px;
    }

    .social-card.tall,
    .social-card.medium,
    .social-card.small {
        width: 240px;
        height: 320px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e55243e */.silvaraa-experience {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding: 140px 100px;
    background: #FFFFFF;
    align-items: center;
}

/* LEFT */

.experience-left img {
    width: 100%;
    height: 680px;
    object-fit: cover;
    border-radius: 30px;
}

/* RIGHT */

.experience-right h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    line-height: 0.95;
    color: #1A2A49;
    margin-bottom: 24px;
}

.experience-description {
    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    line-height: 1.6;
    color: rgba(44,44,44,0.75);
    margin-bottom: 45px;
    max-width: 500px;
}

.experience-points {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.experience-item {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(26,42,73,0.10);
}

.experience-item h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    color: #1A2A49;
    margin-bottom: 12px;
}

.experience-item p {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(44,44,44,0.72);
}

/* MOBILE */

@media(max-width:768px){

    .silvaraa-experience {
        grid-template-columns: 1fr;
        padding: 100px 25px;
        gap: 50px;
    }

    .experience-left img {
        height: 420px;
    }

    .experience-right h2 {
        font-size: 46px;
    }

    .experience-description {
        font-size: 18px;
    }

    .experience-item h3 {
        font-size: 24px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9671e2a */.silvaraa-love-notes {
    padding: 140px 100px;
    background: #1A2A49;
    text-align: center;
}

.love-heading {
    max-width: 760px;
    margin: 0 auto 70px auto;
}

.love-heading .section-mark {
    justify-content: center;
    margin-bottom: 20px;
}

.love-heading .section-mark p {
    color: rgba(255,255,255,0.72);
}

.love-heading .brand-sparkle {
    background: white;
}

.love-heading h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    line-height: 0.95;
    color: white;
    margin-bottom: 22px;
}

.love-heading p {
    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    line-height: 1.6;
    color: rgba(255,255,255,0.72);
}

.love-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.love-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 40px 30px;
    border-radius: 28px;
    text-align: left;
    backdrop-filter: blur(8px);
    transition: all 0.35s ease;
}

.love-card:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,0.08);
}

.love-card p {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    line-height: 1.5;
    color: white;
    margin-bottom: 24px;
}

.love-card span {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    color: rgba(255,255,255,0.65);
}

/* MOBILE */

@media(max-width:768px){

    .silvaraa-love-notes {
        padding: 100px 25px;
    }

    .love-heading h2 {
        font-size: 46px;
    }

    .love-heading p {
        font-size: 18px;
    }

    .love-grid {
        grid-template-columns: 1fr;
    }

    .love-card p {
        font-size: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7af7d23 */.silvaraa-final-cta {
    position: relative;
    padding: 160px 100px;
    background: #FDF8F6;
    text-align: center;
    overflow: hidden;
}

.center-mark {
    justify-content: center;
    margin-bottom: 22px;
}

.silvaraa-final-cta h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 78px;
    line-height: 0.95;
    color: #1A2A49;
    margin-bottom: 28px;
}

.silvaraa-final-cta p {
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    line-height: 1.6;
    color: rgba(44,44,44,0.72);
    max-width: 620px;
    margin: 0 auto 40px auto;
}

.cta-button {
    display: inline-block;
    text-decoration: none;
    padding: 16px 34px;
    background: #1A2A49;
    color: white;
    border-radius: 999px;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    transition: all 0.35s ease;
}

.cta-button:hover {
    transform: translateY(-4px);
}

/* Decorative sparkles */

.cta-sparkle {
    position: absolute;
    width: 140px;
    height: 140px;
    background: rgba(26,42,73,0.03);
    clip-path: polygon(
        50% 0%,
        62% 38%,
        100% 50%,
        62% 62%,
        50% 100%,
        38% 62%,
        0% 50%,
        38% 38%
    );
}

.sparkle-top {
    top: 80px;
    right: 120px;
    transform: scaleX(2);
}

.sparkle-bottom {
    bottom: 80px;
    left: 120px;
    transform: scaleX(2);
}

/* MOBILE */

@media(max-width:768px){

    .silvaraa-final-cta {
        padding: 120px 25px;
    }

    .silvaraa-final-cta h2 {
        font-size: 46px;
    }

    .silvaraa-final-cta p {
        font-size: 18px;
    }

    .cta-sparkle {
        width: 80px;
        height: 80px;
    }
}/* End custom CSS */