/* 
Theme Name:		 The Stone Studio
Theme URI:		 http://childtheme-generator.com/
Description:	 The Stone Studio is a child theme of Kadence, created by ChildTheme-Generator.com
Author:			 Basanta
Author URI:		 http://childtheme-generator.com/
Template:		 kadence
Version:		 1.0.0
Text Domain:	 the-stone-studio
*/


/*
    Add your custom styles here
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

body.archive {
    background-color: #ffffff;
}
.how-it-works-container,
.reviews-container,
.why-us-container  {
    max-width: 1200px;
    margin: 0 auto;
}
.how-it-works-section .section-title,
.reviews-section .section-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    color: #1e2a38;
    font-family: 'Cormorant Garamond', Georgia, serif;
}
.how-it-works-section .section-subtitle {
    font-size: 15px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.7;
    color: #6b7280;
}
.how-it-works-section .step-number {
    width: 36px;
    height: 36px;
    background: #d4a05a;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto 15px;
    box-shadow: 0 4px 15px rgba(212, 160, 90, 0.4);
}
/*.how-it-works-section .steps-line {
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(90deg, #d4a05a 0%, #b8860b 100%);
    z-index: 0;
}*/
/*.how-it-works-section .steps-line::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    height: 9px;
    background: linear-gradient(90deg, transparent 0%, rgba(212, 160, 90, 0.2) 20%, rgba(212, 160, 90, 0.2) 80%, transparent 100%);
    filter: blur(4px);
}*/
.how-it-works-section .steps-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 50px 0;
    gap: 20px;
}
.how-it-works-section .step-icon {
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #d4a05a;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.how-it-works-section .step-item h4 {
    font-size: 17px;
    font-weight: 600;
    color: #1e2a38;
    margin-bottom: 10px;
    font-family: 'Cormorant Garamond', Georgia, serif;
}
.how-it-works-section .step-item p {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.6;
}
.how-it-works-section .step-item:hover .step-icon {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    background: #d4a05a;
}
.how-it-works-section .step-item:hover .step-icon img {
    filter: brightness(0) invert(1);
}
.how-it-works-section .step-item {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 200px;
}
.how-it-works-cta {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.how-it-works-cta .btn-primary {
    background: #d4a05a;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}
.how-it-works-cta .btn-secondary {
    background: transparent;
    color: #1e2a38;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
    text-decoration: none;
}
.how-it-works-cta .btn-primary:hover {
    background: #b8860b;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 160, 90, 0.4);
}
.how-it-works-cta .btn-secondary:hover {
    border-color: #d4a05a;
    color: #d4a05a;
}
.how-it-works-section {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 20px;
}
.reviews-section {
    background: #f8f9fa;
    padding: 70px 20px;
}
.carousel-controls, .carousel-dots {
    display: none !important;
}
.reviews-section .review-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.reviews-section .reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.reviews-section .reviews-navigation {
    display: none !important;
}
.reviews-section .review-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}
.reviews-section .review-stars {
    color: #d4a05a;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.reviews-section .quote-mark {
    font-family: Georgia, serif;
    font-size: 60px;
    color: #d4a05a;
    opacity: 0.3;
    line-height: 1;
    margin-bottom: -15px;
}
.reviews-section .reviewer span {
    font-size: 12px;
    color: #6b7280;
}
.reviews-section .reviewer strong {
    font-size: 14px;
    color: #1e2a38;
}
.reviews-section .reviewer {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.why-us-section {
    background: linear-gradient(135deg, #2B4C6F 0%, #1E3A5F 50%, #1a3350 100%);
    padding: 80px 20px;
    color: #ffffff;
}
.why-us-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    color: #ffffff;
}
.why-us-subtitle {
    text-align: center;
    font-size: 15px;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.7;
}
.why-us-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}
.why-us-feature h4 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}
.feature-circle {
    width: 70px;
    height: 70px;
    background: #F4C542;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #1E3A5F;
    transition: all 0.3s ease;
}
.why-us-feature {
    text-align: center;
}
.why-us-feature p {
    font-size: 13px;
    opacity: 0.85;
    line-height: 1.6;
}
.why-us-feature:hover .feature-circle {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(244, 197, 66, 0.4);
}
.heritage-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.heritage-content h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}
.heritage-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}
.heritage-content h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}
.heritage-tag {
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    color: var(--color-white);
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}
.heritage-tag:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color:#ffffff;
}
.split-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.split-section {
    padding: 100px 20px;
    overflow: hidden;
}
.split-tagline {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d4a05a;
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
}
.split-tagline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 2px;
    background: #d4a05a;
}
.split-content h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 36px;
    font-weight: 600;
    color: #1e2a38;
    line-height: 1.25;
    margin-bottom: 20px;
}
.cta-banner h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 36px;
    font-weight: 600;
    font-style: italic;
    color: #1e2a38;
    margin-bottom: 15px;
}
.split-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    transition: transform 0.5s ease;
}
.image-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    color: #1e2a38;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.split-image:hover img {
    transform: scale(1.03);
}
.split-content > p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 15px;
}
.stat-number {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    color: #d4a05a;
}
.stat-label {
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.split-stats {
    display: flex;
    gap: 30px;
    margin: 25px 0;
    padding: 25px 0;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
}
.split-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.split-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.split-section.reverse .split-content {
    padding-right: 0;
    padding-left: 20px;
}
.split-tagline {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d4a05a;
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
}
.split-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.split-section.reverse .split-container {
    direction: rtl;
}
.split-section.reverse .split-container > * {
    direction: ltr;
}
.split-features {
    list-style: none;
    margin: 25px 0;
}
.split-features li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.stone-section .feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #d4a05a 0%, #b8860b 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    margin-right: 20px;
    color: #ffffff;
}
.split-features li strong {
    display: block;
    font-size: 15px;
    color: #1e2a38;
    margin-bottom: 3px;
    line-height: 1.4;
}
.split-features li p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}
span.feature-icon img {
    width: 20px;
}
.material-description {
    font-size: 15px;
    color: #6B7280;
    line-height: 1.8;
    margin-bottom: 15px;
}
.enable_our_story .split-section.story-section {
    background: #f8f9fa;
}
.artisan-description {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 15px;
}
.timeline-hours {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #d4a05a;
    background: rgba(212, 160, 90, 0.15);
    padding: 4px 10px;
    border-radius: 12px;
    margin-bottom: 8px;
}
.timeline-item::before {
    content: '';
    position: absolute;
    left: -32px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #d4a05a;
    border-radius: 50%;
}
.timeline-item strong {
    display: block;
    font-size: 16px;
    color: #1e2a38;
    margin-bottom: 5px;
}
.process-timeline {
    margin: 30px 0;
    border-left: 3px solid #d4a05a;
    padding-left: 25px;
}
.timeline-item {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e7eb;
}
.timeline-item p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}
.timeline-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.image-overlay-text span {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.image-overlay-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
}
.tip-item p {
    font-size: 13px;
    color: var(--color-text-light);
    margin: 0;
    line-height: 1.5;
}
.tip-icon img {
    width: 24px;
    margin-top: 10px;
}
.tip-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
}
.client-types .client-icon img {
    width: 28px;
    margin: auto;
}
.client-item strong {
    font-size: 13px;
    color: #1e2a38;
}
.client-icon {
    font-size: 28px;
    display: block;
    margin-bottom: 8px;
}
.split-section.reverse .client-item {
    background: #f8f9fa;
}
.client-types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 25px 0;
}
.client-item {
    background: #ffffff;
    padding: 20px 15px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}
.client-item:hover {
    border-color: #d4a05a;
}
.bulk-order-note {
    background: rgba(212, 160, 90, 0.1);
    border-left: 4px solid #d4a05a;
    padding: 20px;
    border-radius: 0 10px 10px 0;
    margin-top: 25px;
}
.bulk-order-note p {
    font-size: 13px;
    color: var(--color-text-light);
    margin: 0;
}
.gifting-container {
    max-width: 1200px;
    margin: 0 auto;
}
.section-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 32px;
    font-weight: 600;
    color: #1e2a38;
    margin-bottom: 15px;
    text-align: center;
}
.section-subtitle {
    font-size: 15px;
    color: #6b7280;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.7;
}
.feature-card h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    color: #1e2a38;
    margin-bottom: 12px;
}
.feature-card p {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.7;
}
.enable_gifting_guide .feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #d4a05a 0%, #b8860b 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #ffffff;
}
.enable_gifting_guide .feature-card {
    background: #f8f9fa;
    padding: 30px 25px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.enable_gifting_guide .feature-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}
.enable_gifting_guide .trust-content p {
    font-size: 14px;
    color: #1e2a38;
    line-height: 1.6;
}
.enable_gifting_guide .trust-badge {
    background: linear-gradient(135deg, #fef9f3 0%, #fdf6ed 100%);
    border: 1px solid rgba(212, 160, 90, 0.3);
    border-radius: 12px;
    padding: 15px 30px;
    margin-top: 10px;
}
.enable_gifting_guide .feature-card:hover {
    border-color: #d4a05a;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}
.enable_pricing_section .pricing-card h4 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    color: #1e2a38;
    margin-bottom: 10px;
}
.enable_pricing_section .price-range {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #d4a05a;
    margin-bottom: 15px;
}
.enable_pricing_section .pricing-card:hover {
    border-color: #d4a05a;
}
.enable_pricing_section .pricing-card {
    background: #f8f9fa;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}
.enable_pricing_section .pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
}
.enable_pricing_section .pricing-card p {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.6;
}
.pricing-card.featured {
    background: linear-gradient(135deg, #fef9f3 0%, #fdf6ed 100%);
    border-color: #d4a05a;
    position: relative;
}
.reels-section .reels-container {
    max-width: 1100px;
    margin: 0 auto;
}
.reels-section .reels-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}
.reels-section .reel-card {
    text-align: center;
}
.reels-section .reel-caption {
    margin-top: 12px;
    font-size: 14px;
    color: var(--color-text-dark);
    line-height: 1.5;
}
.reels-section .reel-video {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    cursor: pointer;
}
.reels-section .reel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 30%, transparent 60%, rgba(0, 0, 0, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.3s ease;
}
.reels-section .reel-play {
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}
.reels-section .reel-play svg {
    margin-left: 5px;
}
.reels-section .reel-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
}
.reels-section .reel-stats span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: white;
    font-size: 13px;
    font-weight: 500;
}
.reels-section .reel-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.enable_faq_section {
    background: var(--color-white);
    padding: 25px 20px;
}
.enable_faq_section .faq-container {
    max-width: 1200px;
    margin: 0 auto;
}
.enable_faq_section .faq-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 10px;
}
.enable_faq_section .faq-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.enable_faq_section .faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #ffffff;
}
.enable_faq_section .faq-question {
    width: 100%;
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    font-size: 15px;
    font-weight: 600;
    color: #1e2a38;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    gap: 15px;
}
.enable_faq_section .faq-answer p {
    font-size: 14px;
    color: #d4a05a;
    line-height: 1.7;
}
.enable_faq_section .faq-item.active .faq-answer {
    max-height: 250px;
    padding: 0 24px 20px;
}
.enable_faq_section .faq-question:hover {
    background: #f8f9fa;
    box-shadow: none;
}
.enable_faq_section .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.coverage-section .coverage-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.coverage-section .coverage-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 50px;
    line-height: 1.2;
}
.coverage-section .coverage-underline {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 12px;
}
.coverage-section .coverage-highlight {
    position: relative;
    display: inline-block;
}
.coverage-section {
    background: #0a0a0a;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}
.coverage-section .world-map-img {
    width: 100%;
    height: auto;
    opacity: 0.4;
    filter: invert(1) brightness(0.6);
}
.coverage-section .coverage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.coverage-section .coverage-card.featured {
    border-color: #d4a05a;
    background: rgba(212, 160, 90, 0.08);
}
.coverage-section .coverage-content {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 50px;
    align-items: center;
}
.coverage-section .coverage-card:hover {
    border-color: #d4a05a;
    background: rgba(212, 160, 90, 0.05);
    transform: translateY(-2px);
}
.coverage-section .coverage-card h4 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
}
.coverage-section .coverage-card {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 25px 20px;
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
}
.coverage-section .map-marker.usa {
    top: 28%;
    left: 18%;
}
.coverage-section .map-marker {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #D4A05A;
    border-radius: 50%;
    animation: markerPulse 2s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(212, 160, 90, 0.6);
}
.coverage-section .map-marker::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: rgba(212, 160, 90, 0.3);
    border-radius: 50%;
    animation: markerRipple 2s ease-out infinite;
}
.coverage-section .coverage-note {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.enable_cta_banner .cta-banner {
    background: linear-gradient(135deg, #D4A05A 0%, #C4903A 100%);
    padding: 70px 20px;
    text-align: center;
}
.enable_cta_banner .cta-container {
    max-width: 800px;
    margin: 0 auto;
}
.enable_cta_banner .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.enable_cta_banner .cta-btn-primary {
    background: #1e2a38;
    color: #ffffff;
}
.enable_cta_banner .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 180px;
    text-decoration: none;
}
.enable_cta_banner .cta-btn-primary:hover {
    background: #0f1a24;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(30, 42, 56, 0.3);
}
.enable_cta_banner .cta-btn-secondary:hover {
    background: #ffffff;
    color: #1e2a38;
    transform: translateY(-2px);
}
.enable_cta_banner .cta-btn-secondary {
    background: #ffffff;
    color: #1e2a38;
    border: 2px solid #1e2a38;
}
.enable_cta_banner .cta-phone {
    font-size: 14px;
    color: #1e2a38;
    opacity: 0.85;
}
.enable_cta_banner .cta-phone a:hover {
    opacity: 0.8;
}
.cta-phone a {
    color: #1e2a38;
    font-weight: 600;
    text-decoration: underline;
}
.enable_custom_orders .option-icon img {
    width: 28px;
    display: block;
    margin-bottom: 10px;
    margin: auto;
}
.enable_custom_orders .custom-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 25px 0;
}
.enable_custom_orders .option-card p {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}
.enable_custom_orders .option-card strong {
    display: block;
    font-size: 15px;
    color: #1e2a38;
    margin-bottom: 5px;
}
.enable_custom_orders .option-card:hover {
    border-color: #d4a05a;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.enable_custom_orders .split-section.reverse .option-card {
    background: #f8f9fa;
}
.enable_custom_orders .option-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}
.enable_custom_orders .option-icon {
    display: block;
    margin-bottom: 10px;
}
.enable_custom_orders .image-badge.dark {
    background: #1e2a38;
    color: #ffffff;
}
.enable_custom_orders .image-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    color: #1e2a38;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.split-cta.primary:hover {
    background: #b8860b;
    transform: translateY(-2px);
}
.split-cta.primary {
    background: #d4a05a;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 30px;
}
.article-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 50px;
    align-items: start;
}
.article-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    background: #d4a05a;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 15px;
}
.article-header h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 34px;
    font-weight: 600;
    color: #1e2a38;
    line-height: 1.3;
    margin-bottom: 15px;
}
.article-meta {
    font-size: 13px;
    color: #6b7280;
}
.article-body .intro-text {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e7eb;
}
.article-body {
    font-size: 16px;
    line-height: 1.85;
    color: #1e2a38;
}
.sidebar-toc h4, .sidebar-highlight h4, .sidebar-share h4 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    color: #1e2a38;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid #d4a05a;
}
.sidebar-toc a {
    font-size: 14px;
    color: #6b7280;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
    text-decoration: none;
}
.reviews-section .review-card > p {
    font-size: 14px;
    color: #1e2a38;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 20px;
}
.category-block:nth-child(odd) {
    background: #f8f9fa;
}
.category-block.enable_instagram_reels,
.category-block.enable_gifting_guide,
.category-block.enable_pricing_section,
.category-block.enable_article_section {
    background: #ffffff;
    padding: 70px 20px;
}
.enable_gifting_guide .feature-cards .feature-icon img {
    filter: brightness(0) invert(1);
}
.enable_instagram_reels .instagram-follow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    display: flex;
    width: fit-content;
    transition: all 0.3s ease;
    text-decoration: none;
}
.social-wrap a.youtube-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #f4f1f1;
    color: #ea0000;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    display: flex;
    width: fit-content;
    transition: all 0.3s ease;
    text-decoration: none;
}
.enable_instagram_reels .instagram-follow-btn:hover,
.social-wrap a.youtube-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgb(142 142 142 / 40%);
}
.enable_material_excellence span.feature-icon img {
    filter: brightness(0) invert(1);
}
.enable_placement_guide .placement-tips {
    margin: 25px 0;
}
.enable_instagram_reels .social-wrap {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}
.enable_placement_guide .tip-item strong {
    display: block;
    font-size: 15px;
    color: #1e2a38;
    margin-bottom: 3px;
}
.enable_pricing_section .pricing-card.featured::before {
    content: 'Popular';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #d4a05a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
}
.enable_placement_guide .split-cta {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #d4a05a;
    margin-top: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.enable_placement_guide .split-cta:hover {
    color: #b8860b;
}
.enable_custom_orders .custom-cta {
    margin-top: 20px;
}
.enable_custom_orders .split-cta.primary {
    background: #d4a05a;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
}
.map-marker::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: rgba(212, 160, 90, 0.3);
    border-radius: 50%;
    animation: markerRipple 2s ease-out infinite;
}
.map-marker {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #D4A05A;
    border-radius: 50%;
    animation: markerPulse 2s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(212, 160, 90, 0.6);
}
.map-marker.usa {
    top: 28%;
    left: 18%;
}
.map-marker.dubai {
    top: 38%;
    left: 58%;
}
.map-marker.india {
    top: 42%;
    left: 67%;
    width: 16px;
    height: 16px;
}
.map-marker.australia {
    top: 72%;
    left: 82%;
}
.world-map-container {
    position: relative;
    width: 100%;
}
@keyframes markerPulse {
    0%, 100% { 
        opacity: 1;
        transform: scale(1);
    }
    50% { 
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@keyframes markerRipple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}
.bulk-order-note a {
    color: #d4a05a;
    font-weight: 600;
    text-decoration: none;
}
.enable_custom_orders .split-cta {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #d4a05a;
    margin-top: 15px;
    transition: transition: all 0.3s ease;;
}
.custom-note {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-top: 10px;
}
.faq-item:hover {
    border-color: #d4a05a;
    box-shadow: shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.faq-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #d4a05a;
}
.category-block.enable_faq_section {
    background: #ffffff;
    padding: 25px 20px;
}
.faq-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 10px;
}
.enable_article_section .sidebar-toc, 
.enable_article_section .sidebar-highlight, 
.enable_article_section .sidebar-share {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
}
.enable_article_section .sidebar-toc li {
    margin-bottom: 10px;
}
.enable_article_section .sidebar-toc ul, 
.enable_article_section .sidebar-highlight ul {
    list-style: none;
    margin-left: 0;
}
.enable_article_section .sidebar-toc a:hover {
    color: #d4a05a;
    padding-left: 8px;
}
.enable_article_section .sidebar-toc ul li {
    position: relative;
    padding-left: 20px;
}
.enable_article_section .sidebar-highlight ul li::before,
.enable_article_section .sidebar-toc ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-size: 12px;
}
.enable_article_section .sidebar-highlight ul li,
.enable_article_section .sidebar-toc li {
    font-size: 13px;
    color: #6b7280;
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.enable_instagram_reels .reel-card:hover .reel-video img {
    transform: scale(1.05);
}
.enable_instagram_reels .reel-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.enable_gifting_guide .trust-icon {
    width: 40px;
    height: 40px;
    background: #d4a05a;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    flex-shrink: 0;
}
.enable_gifting_guide .trust-content {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}
.enable_gifting_guide .trust-content strong {
    color: #d4a05a;
}
.enable_article_section .article-cta-box {
    background: linear-gradient(135deg, #1e2a38 0%, #0a1520 100%);
    padding: 35px;
    border-radius: 16px;
    margin-top: 40px;
    text-align: center;
}
.enable_article_section .article-cta-box h4 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 10px;
}
.enable_article_section .article-cta-box > p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}
.enable_article_section .article-cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
.article-cta-buttons .btn-primary {
    background: #d4a05a;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.article-cta-buttons .btn-outline {
    background: transparent;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.4);
    text-decoration: none;
}
.btn-primary:hover {
    background: #b8860b;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 160, 90, 0.4);
}
.article-cta-buttons .btn-outline:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}
.enable_article_section .share-buttons a {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    transition: all 0.3s ease;
}
.enable_article_section .share-buttons a:hover {
    background: #d4a05a;
    color: #ffffff;
}
.enable_article_section .share-buttons {
    display: flex;
    gap: 10px;
}

.video-container {
  flex: 1;
  position: relative;
  padding-right: 23.12%;
  padding-left: 30px;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.reel-video img#starter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    cursor: pointer;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
form#edittag .acf-columns-2 {
    width: 100% !important;
}

/*Responsive design start here*/

@media screen and (max-width:1200px){
    .box-dashboard-wrapper {
        padding: 120px 14px 0 15px !important;
    }
}

@media screen and (max-width: 992px) {
    .why-us-section .why-us-features {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .enable_gifting_guide .feature-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 769px) {
    .reels-navigation {
        display: none !important;
    }
}

@media screen and (max-width:768px){
    .how-it-works-section .section-title, 
    .reviews-section .section-title {
        font-size: 26px;
    }
    .reviews-section .reviews-grid {
        display: block;
        position: relative;
        overflow: hidden;
        min-height: 320px;
    }
    .reviews-section .review-card.active {
        display: block;
        opacity: 1;
    }
    .reviews-section .review-card {
        display: none;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }
    .reviews-section .review-card:last-child {
        grid-column: span 2;
        max-width: 400px;
        margin: 0 auto;
    }
    .enable_customer_rating .reviews-section .reviews-navigation {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-top: 15px;
    }
    .enable_customer_rating .reviews-section .review-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
    }
    .enable_customer_rating .review-nav-btn:disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }
    .enable_customer_rating .review-nav-btn:hover, 
    .enable_customer_rating .review-nav-btn:active {
        background: var(--color-primary);
        color: white;
        transform: scale(1.05);
    }
    .enable_customer_rating .review-dot.active {
        background: var(--color-primary);
        width: 24px;
        border-radius: 5px;
    }
    .enable_customer_rating .review-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #e5e7eb;
        cursor: pointer;
        transition: all 0.3s ease;
        border: none;
        padding: 0;
    }
    .enable_customer_rating .review-nav-btn,
    .enable_how_it_works .carousel-controls button {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 2px solid #d4a05a;
        background: white;
        color: #d4a05a;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        flex-shrink: 0;
        padding: 0;
    }
    .enable_customer_rating .review-nav-btn svg {
        stroke: currentcolor;
    }
    .carousel-controls {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .enable_how_it_works .steps-wrapper {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        min-height: 290px;
        overflow: hidden;
        margin: 0;
    }
    .enable_how_it_works .steps-line {
        display: none !important;
    }
    .enable_how_it_works .step-item.active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
        position: absolute;
        z-index: 2;
    }
    .enable_how_it_works .step-item {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 350px;
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 0 20px;
        box-sizing: border-box;
        transition: opacity 0.3s ease-in-out;
        pointer-events: none;
        z-index: 1;
        text-align: center;
    }
    .why-us-section .why-us-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .enable_why_buy_options .heritage-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .enable_why_buy_options .heritage-content h3 {
        font-size: 24px;
    }
    .enable_our_story .split-section.story-section .split-container,
    .artisan-section .split-container,
    .enable_placement_guide .split-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .enable_our_story .split-content,
    .artisan-section .split-content,
    .enable_placement_guide .split-content {
        padding-right: 0;
        order: 1;
    }
    .enable_our_story .split-image,
    .artisan-section .split-image,
    .enable_our_story .split-image,
    .split-section.reverse .split-image {
        order: 0;
    }
    .enable_our_story .split-section,
    .enable_material_excellence .split-section,
    .artisan-section,
    .enable_custom_orders .split-section,
    .enable_placement_guide .split-section {
        padding: 60px 20px;
    }
    .enable_our_story .split-content h2,
    .split-section.reverse .split-content h2,
    .artisan-section .split-content h2,
    .why-us-section .why-us-title,
    .enable_instagram_reels .section-title,
    .enable_placement_guide .split-content h2,
    .enable_gifting_guide h2,
    .enable_pricing_section h2,
    .enable_article_section h2,
    .enable_faq_section h2,
    .enable_delivery_coverage h2.coverage-title {
        font-size: 28px;
    }
    .enable_our_story .split-stats {
        flex-wrap: wrap;
        gap: 20px;
    }
    .enable_our_story .stat-item {
        flex: 1;
        min-width: 80px;
        text-align: center;
    }
    .enable_our_story .stat-number {
        font-size: 26px;
    }
    .split-section.reverse .split-container {
        direction: ltr;
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .split-section.reverse .split-content {
        padding-left: 0;
        order: 1;
    }
    .enable_instagram_reels .reels-grid {
        display: block;
        position: relative;
        min-height: 600px;
        overflow: hidden;
        padding-bottom: 10px;
    }
    .enable_instagram_reels .reel-card.active {
        display: block;
        opacity: 1;
    }
    .enable_instagram_reels .reel-card {
        display: none;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
        max-width: 320px;
        margin: 0 auto;
    }
    .enable_instagram_reels .reels-navigation {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .enable_instagram_reels .reel-nav-btn:disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }
    .enable_instagram_reels .reel-dots {
        display: flex;
        gap: 8px;
    }
    .enable_custom_orders .custom-options,
    .enable_gifting_guide .feature-cards,
    .enable_pricing_section .pricing-grid,
    .enable_article_section .article-container {
        grid-template-columns: 1fr;
    }
    .enable_for_every_space .client-types {
        grid-template-columns: repeat(2, 1fr);
    }
    .enable_instagram_reels .reel-nav-btn {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 2px solid #d4a05a;
        background: white;
        color: #d4a05a;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        flex-shrink: 0;
    }
    .enable_instagram_reels .reel-dot,
    .enable_customer_rating .review-dot,
    .enable_how_it_works .carousel-dots .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #e5e7eb;
        cursor: pointer;
        transition: all 0.3s ease;
        border: none;
        padding: 0;
    }
    .enable_instagram_reels .reel-dot.active,
    .enable_customer_rating .review-dot.active,
    .enable_how_it_works .carousel-dots .dot.active {
        background: #d4a05a;
        width: 24px;
        border-radius: 5px;
    }
    .enable_instagram_reels .reel-nav-btn {
        padding: 0;
    }
    .enable_article_section .article-body .intro-text {
        font-size: 16px;
    }
    .enable_article_section .article-sidebar {
        order: -1;
    }
    .enable_faq_section .faq-column {
        gap: 12px;
    }
    .enable_faq_section .faq-columns {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .enable_delivery_coverage .coverage-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .enable_delivery_coverage .coverage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .enable_cta_banner .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .how-it-works-section .carousel-controls {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .enable_how_it_works .carousel-dots {
        display: flex !important;
        justify-content: center;
        gap: 10px;
        margin: 30px 0 20px;
    }
    .enable_how_it_works .how-it-works-cta {
        margin-top: 10px;
        padding: 0 15px;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        display: flex;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .enable_how_it_works .how-it-works-cta .btn-primary, 
    .enable_how_it_works .how-it-works-cta .btn-secondary {
        width: 100%;
        padding: 16px 28px;
        font-size: 16px;
    }
    .cta-banner .cta-btn {
        width: 100%;
        max-width: 280px;
    }
    .enable_article_section .sidebar-sticky {
        position: relative;
        top: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}
@media screen and (max-width:480px){
    .why-us-section .why-us-features {
        grid-template-columns: 1fr;
    }
    .enable_why_buy_options .heritage-content p {
        font-size: 14px;
        opacity: 0.9;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    .enable_why_buy_options .heritage-tags {
        justify-content: center;
    }
    .enable_custom_orders .custom-cta {
        text-align: center;
    }
    .enable_placement_guide .split-cta {
        width: 100%;
        text-align: center;
    }
    .enable_for_every_space .split-section {
        padding: 60px 20px;
    }
    .enable_gifting_guide .trust-content p {
        text-align: center;
    }
    .enable_pricing_section h2 {
        font-size: 21px;
    }
    .cta-banner h2 {
        font-size: 21px;
    }
    .enable_article_section .sidebar-sticky {
        grid-template-columns: 1fr;
    }
}

