.elementor-209 .elementor-element.elementor-element-72b81dd{--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;}/* Start custom CSS for html, class: .elementor-element-bdac870 *//* CTA SECTION CSS */
/* Add this to Elementor → Custom CSS */

.cta-section {
    padding: 6rem 2.5rem;
    background: linear-gradient(135deg, #A51C1C, #8B1414);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(201, 168, 89, 0.15) 0%, transparent 50%);
}

.cta-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #E5E5E5;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.cta-text {
    font-size: 1.1rem;
    color: #E5E5E5;
    opacity: 0.9;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

.cta-buttons {
    margin-bottom: 3rem;
}

.btn-light {
    background: #E5E5E5;
    color: #A51C1C;
    border: 1px solid #E5E5E5;
    padding: 1.2rem 3rem;
    font-size: 1.05rem;
}

.btn-light:hover {
    background: transparent;
    color: #E5E5E5;
    border-color: #E5E5E5;
}

.cta-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    text-align: left;
}

.info-icon {
    color: #C9A859;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.info-text {
    flex: 1;
}

.info-label {
    font-size: 0.85rem;
    color: #C9A859;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.info-value {
    font-size: 0.95rem;
    color: #E5E5E5;
    line-height: 1.5;
}

.social-links {
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(229, 229, 229, 0.2);
}

.social-link {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(229, 229, 229, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E5E5E5;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #E5E5E5;
    color: #A51C1C;
    border-color: #E5E5E5;
    transform: translateY(-3px);
}

/* CTA FOOTER */
.cta-footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(229, 229, 229, 0.2);
    text-align: center;
}

.cta-footer-copy {
    color: #E5E5E5;
    opacity: 0.9;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}

.cta-footer-links {
    color: #E5E5E5;
    opacity: 0.9;
    font-size: 0.95rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    line-height: 1.6;
}

.cta-footer-links a {
    color: #E5E5E5;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, opacity 0.2s ease;
}

.cta-footer-links a:hover {
    border-bottom-color: rgba(229, 229, 229, 0.8);
    opacity: 1;
}

.cta-footer-sep {
    opacity: 0.6;
}


/* Responsive */
@media (max-width: 968px) {
    .cta-section {
        padding: 5rem 2rem;
    }
    
    .cta-title {
        font-size: 2.2rem;
    }
    
    .cta-info {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .cta-section {
        padding: 4rem 1.5rem;
    }
    
    .cta-title {
        font-size: 1.8rem;
    }
    
    .cta-text {
        font-size: 1rem;
    }
    
    .btn-light {
        width: 100%;
        padding: 1rem 2rem;
    }
    
    .info-item {
        flex-direction: column;
        text-align: center;
    }
}/* End custom CSS */