.event-section {
    padding: 70px 10%;
    background: #fff;
    color: #fff;
}

.event-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.event-text {
    text-align: center;
    max-width: 850px;
}

.event-text h2 {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.event-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

/* BUTTON */
.event-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 28px;
    background: #005d81;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.event-btn:hover {
    background: #fff;
    transform: translateY(-2px);
    color: #005d81;
}
.events-section {
    padding: 70px 10%;
    background: #ffffff;
    color: #fff;
}

.events-header {
    text-align: center;
    margin-bottom: 40px;
}

.events-header h2 {
    font-size: 32px;
    color: #333;
}

/* GRID */
.events-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

/* CARD */
.event-card {
    background: #eeeeee;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
    transition: 0.3s;
}

.event-card:hover {
    transform: translateY(-6px);
}

/* IMAGE */
.event-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* CONTENT */
.event-content {
    padding: 20px;
}

.event-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}

.event-content p {
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
}

/* LINK */
.event-content a {
    color: #005d81;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.event-content a:hover {
    color: #005d81;
}

.event-highlights {
    padding: 70px 10%;
    background: #0b1b2b;
    color: #fff;
}

/* WRAPPER */
.event-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* LEFT SIDE */
.event-left {
    flex: 1;
}

.event-left h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.event-left h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}

/* LIST */
.event-list {
    padding-left: 18px;
    color: #cfe0ff;
    line-height: 1.8;
    font-size: 14px;
}

/* LINKS */
.event-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.event-links a {
    color: #ff3c3c;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.event-links a:hover {
    color: #ff1f1f;
}

/* CONTACT */
.event-contact {
    margin-top: 20px;
    font-size: 14px;
    color: #cfe0ff;
}

/* RIGHT SIDE */
.event-right {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.highlight-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
    transition: 0.3s;
}

.highlight-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.highlight-card:hover {
    transform: scale(1.02);
}

.promo-section {
    padding: 70px 10%;
    background: #fff;
    color: #fff;
    font-family: Arial, sans-serif;
}

/* TITLE */
.promo-container h2 {
    font-size: 32px;
    margin-bottom: 35px;
    color: #333;
}

/* CARD */
.promo-card {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    background: #eeeeee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    transition: 0.3s ease;
}

.promo-card:hover {
    transform: translateY(-4px);
}

/* IMAGE */
.promo-image {
    width: 40%;
}

.promo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */
.promo-content {
    padding: 25px;
    width: 60%;
}

.promo-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #333;
}

.promo-content p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 18px;
}

/* BUTTON */
.promo-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #ff3c3c;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    font-size: 13px;
    transition: 0.3s;
}

.promo-btn:hover {
    background: #ff1f1f;
}

/* SECONDARY BUTTON */
.promo-btn.secondary {
    background: transparent;
    border: 1px solid #ff3c3c;
}

.promo-btn.secondary:hover {
    background: #ff3c3c;
}

.business-section {
    padding: 70px 10%;
    background: #eeeeee;
    color: #fff;
    font-family: Arial, sans-serif;
}

/* TITLE */
.business-container h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #333;
}

.business-intro {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    max-width: 800px;
    margin-bottom: 35px;
}

/* GRID */
.business-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* CARD */
.business-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
}

.business-card:hover {
    transform: translateY(-6px);
}

/* IMAGE */
.business-image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

/* TITLE */
.business-card h3 {
    font-size: 14px;
    padding: 15px;
    color: #333;
    letter-spacing: 0.5px;
}