.elementor-281 .elementor-element.elementor-element-fb6ae59{--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:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-281 .elementor-element.elementor-element-14ab3ab{background-color:var( --e-global-color-ae01af7 );border-radius:20px 20px 0px 0px;text-align:center;}.elementor-281 .elementor-element.elementor-element-14ab3ab .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:28px;font-weight:700;text-transform:uppercase;color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-2afaa91 *//* Container styling */
.shake-about-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #fff;
}

/* Header Styling */
.shake-header {
    text-align: center;
    margin-bottom: 50px;
}

.shake-header h1 {
    font-size: 3rem;
    color: #56ae47; /* Shake Shack Green inspired color */
    margin-bottom: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.intro-text {
    font-size: 1.2rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

/* Content Blocks */
.content-block {
    margin-bottom: 40px;
}

.content-block h2 {
    font-size: 2rem;
    color: #2c2c2c;
    border-left: 5px solid #56ae47;
    padding-left: 15px;
    margin-bottom: 20px;
}

.content-block p {
    margin-bottom: 15px;
    font-size: 1.05rem;
}

/* Highlighted Section Background */
.bg-light {
    background-color: #f9fdf9;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

/* List Styling */
.offer-list {
    list-style: none;
    padding: 0;
}

.offer-list li {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.offer-list li strong {
    color: #56ae47;
    font-size: 1.1rem;
}

/* Contact Section Styling */
.contact-section {
    background-color: #2c2c2c; /* Dark background for contrast */
    color: #fff;
    padding: 40px;
    text-align: center;
    border-radius: 15px;
    margin-top: 60px;
}

.contact-section h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 2.2rem;
}

.contact-section p {
    margin-bottom: 25px;
    color: #ddd;
}

/* Email Button */
.email-btn {
    display: inline-block;
    background-color: #56ae47;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background 0.3s ease;
}

.email-btn:hover {
    background-color: #469239;
}

.footer-note {
    margin-top: 20px;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
    .shake-header h1 {
        font-size: 2.2rem;
    }
    
    .shake-about-container {
        padding: 20px 15px;
    }
    
    .contact-section {
        padding: 25px;
    }
}/* End custom CSS */