@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Roboto+Condensed:wght@400;700&display=swap');

body {
    font-family: Arial, sans-serif;
    margin: 0; 
    padding: 0; 
    color: #4A4141;
    background: #FDF7F7;
}
header, section, footer {
    padding: 20px;
}
.header1 {
    background: #F5EBEB;
    text-align: center;
    padding: 10px 0px;
}
h1, h2, h3 {
    margin: 0 0 20px;
}
h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 1.5px;
}
h2 {
    font-size: 1.5em;
    color: #6D5656;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    text-align: center;
}
h3 {
    font-size: 1.2em;
}
p {
    line-height: 1.5em;
    margin: 0 0 15px;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff url('images/background5.png') repeat;
    padding: 20px;
    box-shadow: 0 0 20px rgba(160, 139, 139, 0.1);
}
.highlight {
    background: #F9F1F1;
    padding: 20px;
    margin-bottom: 20px;
}
.btn {
    display: inline-block;
    background: #A08B8B;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 15px;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: background 0.3s ease;
}
.btn:hover {
    background: #138f7a;
}
.image-container, .speakers-container, .registration-form {
    margin: 20px 0;
}
.image-container img, .speakers-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.speakers-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 20px auto;
    max-width: 1000px;
}
.speaker {
    flex: 1 1 200px;
    text-align: center;
}
.speaker img {
    border-radius: 50%;
    max-width: 150px;
    margin-bottom: 10px;
}
.form-group {
    margin: 15px 0;
}
.form-group label {
    display: block;
    margin: 0 0 5px;
}
.info-section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    max-width: 1000px;
    margin: 10px auto;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    padding: 30px 0;
    gap: 20px;
}
.info-box {
    text-align: center;
    flex: 1;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ECD7D7;
    margin: 0 10px;
    padding: 20px 10px;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(160, 139, 139, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #E5DCDC;
}
.info-box .icon {
    font-size: 2em;
    display: block;
    margin-bottom: 15px;
    color: #333;
}
.info-box h3 {
    font-size: 1.2em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #333;
}
.info-box p {
    margin: 5px 0 0;
    font-size: 0.9em;
    color: #666;
    line-height: 1.4em;
}
input[type="text"], input[type="email"] {
    width: 100%; 
    padding: 10px; 
    border: 1px solid #E5DCDC;
    border-radius: 5px; 
    box-sizing: border-box;
}
input[type="checkbox"] {
    margin-right: 10px;
}
footer {
    background: #F5EBEB;
    text-align: center;
    font-size: 0.9em;
}
@media (max-width: 768px) {
    .speakers-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .info-section {
        padding: 10px;
        gap: 10px;
    }
    
    .info-box {
        margin: 0 5px;
        padding: 10px 5px;
        min-height: 80px;
        font-size: 0.9em;
    }

    .info-box h3 {
        font-size: 1em;
        margin-bottom: 5px;
    }

    .info-box p {
        font-size: 0.8em;
        margin: 0;
    }

    .info-box .icon {
        font-size: 1.5em;
        margin-bottom: 8px;
    }
}
.image-text-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 20px 0;
}

.image-text-section .image-container {
    flex: 0 0 auto;
    max-width: 40%;
}

.image-text-section p {
    flex: 1;
    margin: 0;
}

.successresponsemessage {
    border: 1px solid green;
    font-size: x-large;
    text-align: center;
    background: lightgreen;
    height: 80px;
    padding-top: 30px;
}

.containerbox {
    max-width: 800px;
    margin: 50px auto;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(160, 139, 139, 0.15);
    text-align: justify;
}

.containerbox h1 {
    margin-top: 0;
    font-size: 2em;
    color: #7C2B2B; /* Dark red/brown for the title */
    font-weight: normal;
    line-height: 1.3em;
    text-align: center;
}

.containerbox h2 {
    margin: 20px 0 40px 0;
    font-size: 1.5em;
    color: #7C2B2B; /* can match the main heading color or slightly different shade */
    font-weight: normal;
}

.containerbox p {
    margin: 10px 0 10px;
    font-size: 1.1em;
    color: #333333;
    line-height: 1.5em;
}

.containerbox ul {
    padding-left: 20px;
    margin: 20px 0;
    text-align: left;
}

.containerbox ul li {
    margin-bottom: 10px;
    padding-left: 10px;
}

.containerbox button {
    background: #859078; 
    color: #FFFFFF;
    border: none;
    padding: 15px 30px;
    font-size: 1.1em;
    cursor: pointer;
    transition: background 0.3s;
}

.containerbox button:hover {
    background: #6f7a64; /* Slightly darker on hover */
}

.section2 {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 15px;
    text-align: center;
    background: #FDF7F7;
}

.section2 h2 {
    font-size: 2em;
    font-weight: normal;
    color: #7C2B2B; /* Dark red/brown for headings */
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.card {
    background: #ECD7D7;
    flex: 1 1 calc(20% - 20px);
    min-width: 200px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px 20px;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(160, 139, 139, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #E5DCDC;
}

.card:hover {
    box-shadow: 0 5px 15px rgba(160, 139, 139, 0.2);
    transform: translateY(-3px);  /* Slight lift effect on hover */
    background: #F1E2E2;  /* Stronger version of the hover state */
}

.card h2 {
    color: #7C2B2B;  /* Matching the site's heading color theme */
    margin-bottom: 15px;
    font-size: 1.2em;
}

.card p {
    color: #4A4141;  /* Matching the site's text color theme */
}

.card .icon {
    color: #A08B8B;  /* Matching the site's color scheme */
    margin-bottom: 25px;
}

/* Update mobile styles */
@media (max-width: 768px) {
    .cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Two columns on mobile */
        gap: 10px; /* Smaller gap on mobile */
    }
    
    .card {
        margin: 0;
        padding: 15px 10px;
        min-width: unset; /* Remove min-width constraint */
        width: 100%;
    }

    .card h2 {
        font-size: 1em;
        margin-bottom: 10px;
    }

    .card p {
        font-size: 0.9em;
        margin: 0;
    }

    .card .icon {
        font-size: 1.5em;
        margin-bottom: 15px;
    }
}

.image-text-section ul {
    padding-left: 20px;
}

.image-text-section ul li {
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.5;
    padding-left: 10px;
}

.image-text-section > div > p {
    text-align: justify;
    margin-right: 20px;
    margin-bottom: 20px;
}

.speaker-name {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.1em;
}

.speaker-title {
    font-size: 0.9em;
    color: #666;
    margin-top: 0;
}

/* Add mobile styles */
@media (max-width: 768px) {
    .image-text-section ul li {
        font-size: 0.95em;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .image-text-section > div > p {
        font-size: 0.95em;
        margin-right: 10px;
        margin-bottom: 15px;
    }

    .image-text-section h2 {
        font-size: 1.1em;
        margin-bottom: 15px;
    }
}

/* New styles for 3-column layout */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
    background-image: url('images/background4.png');
    background-repeat: repeat;
    background-position: center;
    padding: 30px;
    border-radius: 15px;
}

.product-card {
    background: #F9F1F1;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(160, 139, 139, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(160, 139, 139, 0.2);
}

.product-card .image-container {
    margin-bottom: 20px;
    flex: 0 0 auto;
}

.product-card .image-container img {
    border-radius: 10px;
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.product-card h2 {
    margin: 10px 0;
    font-size: 1.4em;
}

.product-card p {
    margin-bottom: 15px;
}

.product-card ul {
    margin-bottom: 15px;
    text-align: left;
}

.product-card .btn {
    margin-top: auto;
}

/* Media query for tablets */
@media (max-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Media query for mobile */
@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .product-card {
        padding: 20px;
    }
    
    .product-card .image-container img {
        max-height: 180px;
    }
}

/* Mailchimp styles */
#mc_embed_signup {
    background: #F5EBEB; /* Matching your site's color scheme */
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Center the form container */
#mc_embed_shell {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 0px;
}

/* Make the submit button match your site's style */
#mc-embedded-subscribe {
    background: #A08B8B !important;
    transition: background 0.3s ease !important;
}

#mc-embedded-subscribe:hover {
    background: #138f7a !important;
}
#mc_embed_signup .mc-field-group.input-group ul {
    padding-left: 0;
}

#mc_embed_signup .gdprRequired {
    margin: 0;
    padding: 0;
}

#mc_embed_signup .gdprRequired .checkbox {
    margin: 0;
    padding: 0;
}

#mc_embed_signup .gdprRequired .checkbox input[type="checkbox"] {
    margin: 3px 10px 0 0;
    float: none;
}

#mc_embed_signup .gdprRequired .checkbox span {
    flex: 1;
    text-align: left;
    padding: 0;
}

#mc_embed_signup input[type="checkbox"] {
    width: 20px !important;  /* Increase from default */
    height: 20px !important; /* Increase from default */
    margin: 3px 10px 0 0 !important;
    cursor: pointer;
}

/* Optional: Style the checkbox container for better alignment */
#mc_embed_signup .checkbox.subfield {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.response {
    font-size: x-large;
    text-align: center;
    margin-top: 0px;
    padding-top: 5px;
}

#mce-error-response .response {
    background: beige;
    border: 1px solid red;
    font-size: large;
}
#mce-success-response .response {
    background: beige;
    border: 1px solid green;
} 