:root {
    --theme-color: #0d824d !important;
}

.text-success {
    color: #0d824d !important;

}

.header-links a,
.header-links li {
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center;
}

.about-content-wrap h2 {
    font-size: 26px !important;
}

.form-control::placeholder {
    color: #212529 !important;
}

select,
.single-select,
.form-control,
.form-select,
textarea,
input {
    background: white !important;
    box-shadow: 5px 5px 10px gray;
    ;
}

.checklist li {

    font-weight: 500 !important;
    margin-bottom: 10px !important;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px 25px;
}

.benefits-list li {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    background: #f9f9f9;
    border-left: 4px solid #0073e6;
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.benefits-list li:hover {
    background: #eef6ff;
    transform: translateY(-3px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}

.benefits-list i {
    color: #0d824d;
    margin-right: 10px;
    font-size: 18px;
    flex-shrink: 0;
}

.benefits-list .full-width {
    grid-column: 1 / -1;
    min-height: 100px;
}

.why-kenya-split {
    padding: 70px 20px;
    background: #f9fdfc;
}

.why-kenya-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.why-kenya-img {
    flex: 1;
    min-width: 320px;
}

.why-kenya-img img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.why-kenya-content {
    flex: 1.2;
    min-width: 320px;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #0073e6;
    margin-bottom: 20px;
}

.highlight {
    color: #0d824d;
    font-weight: 600;
}

.why-list {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.why-list li {
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    color: #333;
}

.why-list i {
    color: #0073e6;
    margin-right: 10px;
    font-size: 18px;
}

.closing {
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
    color: #222;
}

.why-kenya p,
.why-kenya li {
    font-size: 18px;
    color: black !important;
}

.organizers {
    background: #f9fdfc;
    /* light background */
}

.organizer-card {
    transition: transform 0.3s, box-shadow 0.3s;
}

.organizer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.organizer-card img {
    max-height: 120px;
    object-fit: contain;
}

.organizer-card h5 {
    font-size: 16px;
    color: #0073e6;
}

.exhibitor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.exhibitor-title {
    font-size: 16px;
    font-weight: 600;
    color: #0f766e;
    /* Accent color, change if needed */
}

.service-card_img img {
    height: 200px !important;
    object-fit: cover;
}

.service-card_title span {
    color: #0d824d;
}

.service-card_title {
    font-size: 18px !important;
    text-align: center;
}

.exhibitor-list .list-group-item {
    background: #f9fafb;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.138);
}

.exhibitor-list .list-group-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.544);
}

.exhibitor-list .list-group-item h5 {
    margin: 0;
    color: #000000;
    font-weight: 500;
}

.list-unstyled li i {
    color: #0d824d !important;
}

/* Tablets and mobile devices */
@media (max-width: 992px) {

    div#carouselExampleIndicators {
        margin-top: 190px !important;
    }
}


/* Optional: smaller margin for smaller screens (mobiles) */
@media (max-width: 576px) {

    div#carouselExampleIndicators {
        margin-top: 200px !important;
    }
}

.exhibitor-card-hone {
    flex: 1 1 100%;
    /* make card stretch to fill column height */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* keeps content top-aligned */
    align-items: center;
    gap: 10px;
    min-height: 200px;
    /* optional: ensures very small cards are still reasonable size */
}

.exhibitor-card-hone h5 {
    font-weight: 600;
    font-size: 18px;
    /* min-height: 180px; */
}

.exhibitor-card-hone:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .exhibitor-card-hone {
        min-height: 180px;
    }

    .icon-circle {
        width: 50px;
        height: 50px;
    }
}

.major-img {
    object-fit: cover;
}




.etn-event-item {
        background: #ffffffb8;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    padding: 30px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

.etn-event-item .etn-event-thumb {
    height: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

.etn-event-item .etn-event-thumb>a {
    display: block;
    line-height: 0;
}

.etn-event-item .etn-event-thumb img {
    transform: scale(1);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    width: 100%;
}

.etn-event-item .etn-event-category {
    left: 20px;
    position: absolute;
    top: 20px;
    z-index: 1;
}

.etn-event-item .etn-event-location,
.etn-event-tag-list a:hover,
.etn-schedule-wrap .etn-schedule-info .etn-schedule-time {
    color: #ffcd05;
}

.etn-event-item .etn-title a {
    color: #202020;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

.etn-title {
    padding-top: 20px;
    font-family: var(--title-font);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1;
    /* margin: 20 0px; */
}
.etn-event-item .etn-event-footer .etn-event-date {
    float: left;
    font-size: .9375rem;
    font-weight: 700;
    color: #000000;
}
.etn-event-item .etn-event-footer .etn-event-date i
Specificity: (0,3,1)
 {
    padding-right: 5px;
}