/* Typography helpers rely on tenant-admin configuration */
.serenity-thin,
.serenity-extra-light,
.serenity-light,
.serenity-medium,
.serenity-demi-bold,
.warnock-pro {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
}

.theme-six-section {
    padding-top: var(--spacing-vertical, 3rem);
    padding-bottom: var(--spacing-vertical, 3rem);
}

.theme-six-spacing-xs {
    margin-top: var(--spacing-xs-vertical, 1.5rem) !important;
    margin-bottom: var(--spacing-xs-vertical, 1.5rem) !important;
}

.theme-six-spacing-vertical {
    margin-top: var(--spacing-vertical, 3rem) !important;
    margin-bottom: var(--spacing-vertical, 3rem) !important;
}

.theme-six-spacing-extra-lg {
    margin-top: var(--spacing-extra-lg-vertical, 6rem) !important;
    margin-bottom: var(--spacing-extra-lg-vertical, 6rem) !important;
}

.theme-six-layout .theme-six-section.theme-six-intro {
    padding-top: var(--spacing-lg-vertical, 4.5rem) !important;
    padding-bottom: var(--spacing-vertical, 3rem) !important;
}

.theme-six-layout .theme-six-section.theme-six-intro .intro-section-content > h1.h1-prime {
    margin-top: var(--spacing-xs-vertical, 1.5rem);
}

.theme-six-layout .theme-six-section.theme-six-intro .intro-section-content .h1-mega {
    margin-bottom: var(--spacing-extra-lg-vertical, 6rem);
}

.theme-six-layout section:not(.theme-six-no-spacing) {
    padding-top: var(--spacing-vertical, 3rem) !important;
    padding-bottom: var(--spacing-vertical, 3rem) !important;
}

.theme-six-button-stack {
    margin-top: var(--spacing-vertical, 3rem);
}

.intro-section-subtitle {
    font-family: inherit;
    font-weight: inherit;
    font-size: clamp(1rem, 1.2vw + 0.5rem, 1.5rem);
    letter-spacing: 0.04em;
    color: #07606d;
    margin-bottom: 0.5rem;
}

.intro-section-highlight {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
}

.intro-section-description {
    font-family: inherit;
    font-weight: inherit;
}

.h1-prime {
    font-family: var(--typography-h1_prime-font-family, inherit);
    font-weight: var(--typography-h1_prime-font-weight, 400);
    font-size: var(--typography-h1_prime-font-size, clamp(2.25rem, 2rem + 1.5vw, 3.5rem));
    line-height: var(--typography-h1_prime-line-height, 1.15);
    letter-spacing: var(--typography-h1_prime-letter-spacing, 0.01em);
    text-transform: var(--typography-h1_prime-text-transform, none);
    font-style: var(--typography-h1_prime-font-style, normal);
    color: var(--typography-h1_prime-color, var(--font-highlight-color, #07606d));
}

.section-theme-six_description {
    font-family: inherit;
    font-weight: 300;
    font-size: clamp(1rem, 0.8rem + 0.5vw, 1.25rem);
    line-height: 1.6;
    color: var(--font-default-color, #2d2d2d);
    max-width: 38rem;
}

.our-why-media {
    gap: 1.5rem;
}

.explore-card {
    width: 100%;
    min-width: 200px;
    max-width: 100%;
    height: clamp(380px, 60vh, 520px);
    border-radius: 32px !important;
    overflow: hidden;
    display: flex;
    border: 1px solid #07606D !important;
    background-color: #ffffff;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.explore-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 2rem;
    color: #fff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    position: relative; 
    z-index: 2; 
    height: 100%;
}


.explore-card .btn {
    border-radius: 999px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent !important;    
}

.btn,
.button-group .btn,
.second-btn-2 .btn,
.cta-button,
.cta-button-1,
.book-stay-button {
    border-radius: var(--button-border-radius, 999px) !important;
    padding: var(--button-padding-y, 0.75rem) var(--button-padding-x, 1.75rem) !important;
}

.form-control {
    border-radius: var(--form-input-border-radius, 0.75rem) !important;
    padding: var(--form-input-padding-y, 0.75rem) var(--form-input-padding-x, 1rem) !important;
    background-color: var(--form-input-background, #ffffff) !important;
    color: var(--form-input-color, #333333) !important;
    border-color: var(--form-input-border-color, #ced4da) !important;
}

.carousel-container {
    position: relative;
    padding: clamp(1.5rem, 4vw, 3rem) 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
    column-gap: var(--spacing-activity-card-gap, 1.5rem);
}

.carousel-track-container {
    overflow: hidden;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    grid-column: 2 / span 10;
}

.carousel-track {
    --carousel-visible-count: 1;
    display: flex;
    gap: 0;
    width: max-content;
    align-items: stretch;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    display: flex;
    justify-content: center;
    flex: 0 0 clamp(220px, 20vw, 280px);
    width: clamp(220px, 20vw, 280px);
    margin-right: 10px !important;
}

.carousel-track .carousel-slide:last-child {
    margin-right: 0 !important;
}

.places-section-header {
    gap: 2rem;
}

.places-section-header__intro,
.places-section-header__copy {
    width: 100%;
}

@media (min-width: 992px) {
    .places-section-header {
        gap: clamp(3rem, 10vw, 8rem);
    }

.places-section-header__intro {
    flex: 0 0 40%;
    max-width: 40%;
}

.places-section-header__copy {
    flex: 1 1 auto;
}
}

.testimonials-header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 2.5rem;
    color: #ffffff;
}

.testimonials-header__copy {
    max-width: min(540px, 100%);
}

.testimonials-subtitle {
    display: inline-block;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
    opacity: 0.85;
}

.testimonials-title {
    font-size: clamp(2.25rem, 3vw, 3.125rem);
    line-height: 1.15;
    margin: 0;
}

.testimonials-title i {
    font-family: 'Warnock Pro', serif;
    font-style: italic;
}

.testimonials-header__action {
    width: 100%;
}

@media (min-width: 992px) {
    .testimonials-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .testimonials-header__action {
        width: auto;
    }
}

.latest-news-header {
    margin-bottom: 2.5rem;
}

.latest-news-subtitle {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-primary, #07606d);
    opacity: 0.8;
}

.latest-news-title {
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.2;
    color: var(--color-primary, #07606d);
}

.carousel-arrow {
    position: relative;
    transform: none;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: none;
    background: var(--color-primary, #07606d);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(7, 96, 109, 0.2);
    cursor: pointer;
    z-index: 5;
    justify-self: center;
    align-self: center;
    place-self: center;
}

.theme-six-layout .carousel-container .carousel-arrow {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0;
}

.theme-six-layout .carousel-container .carousel-arrow:hover {
    transform: none !important;
}

.carousel-arrow-left {
    grid-column: 1 / span 1;
}

.carousel-arrow-right {
    grid-column: 12 / span 1;
}

.carousel-arrow[aria-hidden="true"] {
    visibility: hidden;
    pointer-events: none;
}

.carousel-arrow:hover {
    background: var(--color-secondary, #edb12c);
}

@media (max-width: 767px) {
    .carousel-arrow {
        display: none !important;
    }
    .carousel-container {
        grid-template-columns: 1fr;
    }
    .carousel-track-container {
        grid-column: 1;
    }
}

.our-why-logo-row {
    gap: 1.5rem;
}

.our-why-logo {
    max-height: 120px;
    width: auto;
}

@media (min-width: 992px) {
    .our-why-media {
        align-items: flex-start !important;
    }
    .our-why-logo-row {
        justify-content: flex-start !important;
    }
}

.intro-section-description .warnock-pro,
.intro-section-highlight .warnock-pro {
    font-style: var(--typography-highlight-font-style, italic);
    font-weight: var(--typography-highlight-font-weight, 600);
    text-transform: var(--typography-highlight-text-transform, none);
    color: var(--typography-highlight-color, #07606d);
}

.intro-section-description .warnock-pro {
    display: inline;
}

.theme-six-primary-color {
    color: var(--color-primary, #07606d);
}

.theme-six-forest-green {
    color: var(--color-tertiary, #105249);
}

.theme-six-forest-green-bg {
    background-color: var(--color-tertiary, #105249);
}

.theme-six-forest-green-border {
    border-color: var(--color-tertiary, #105249);
}

/* wrapper crops shadow on sides/top, allows bottom shadow */
.logo-wrapper {
    position: absolute;
    left: 30px;
    top: 43px;
    z-index: 3;
    display: inline-block;
}

/* reusable shadow effect */
.theme-six-shadow-box {
    overflow: hidden;
    padding-bottom: 20px; /* space for bottom shadow */
}

.theme-six-shadow-box img {
    filter: drop-shadow(0 5px 22px rgba(0, 0, 0, 0.2))
        drop-shadow(0 3px 10px rgba(0, 0, 0, 0.15));
}

/* curved PNG shadow (respects transparency) */
.curved-bottom-shadow {
    display: block;
    height: auto;
    max-height: 300px;
    width: auto;
    max-width: 366px;
    filter: drop-shadow(0 1px 15px rgba(0, 0, 0, 0.06));
}
.hero-section-4 {
    height: 940px;
    background: url("/__assets/www.sunseek.africa/75/ba/75ba3d906c718eb7ca6a3f9870c3ca0489d4104d.png") no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    padding-top: 140px;
    color: white;
}

.hero-section-4 h1 {
    font-family: var(--typography-h1-font-family, inherit);
    font-weight: var(--typography-h1-font-weight, 200);
    font-size: var(--typography-h1-font-size, 4rem);
    line-height: var(--typography-h1-line-height, 1.2);
    letter-spacing: var(--typography-h1-letter-spacing, 0px);
    text-transform: var(--typography-h1-text-transform, none);
    font-style: var(--typography-h1-font-style, normal);
    color: var(--typography-h1-color, #ffffff);
}

.hero-section-4 h1 span {
    font-family: var(--typography-highlight-font-family, inherit);
    font-weight: var(--typography-highlight-font-weight, 600);
    font-style: var(--typography-highlight-font-style, italic);
    text-transform: var(--typography-highlight-text-transform, none);
    font-size: var(--typography-h1-font-size, 4rem);
    line-height: var(--typography-h1-line-height, 1.2);
    letter-spacing: -1px;
    color: var(--typography-highlight-color, #ffffff);
}

.hero-section-4 p {
    display: block; /* ensures it's a block element */
    font-size: var(--typography-text-font-size, 2rem);
    color: rgba(255, 255, 255, 0.9);
    font-weight: var(--typography-text-font-weight, 300);
    line-height: var(--typography-text-line-height, 1.9rem);
    margin: 0.5rem 0; /* add space between paragraphs */
    font-family: var(--typography-text-font-family, inherit);
    font-style: var(--typography-text-font-style, normal);
    text-transform: var(--typography-text-text-transform, none);
}

.section-theme-six {
    span.section-theme-six_subtitle {
        font-weight: 300;
        font-style: Light;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 19.5px;
        letter-spacing: 0%;
        vertical-align: middle;
    }
    h2.section-theme-six_title {
        font-weight: 200;
        font-style: Extra Light;
        font-size: 39.84px;
        leading-trim: NONE;
        line-height: 37px;
        letter-spacing: 1px;
        vertical-align: middle;
        text-transform: capitalize;
    }
    p.section-theme-six_description {
        font-weight: 300;
        font-style: Light;
        font-size: 18px !important;
        leading-trim: NONE;
        line-height: 19.5px !important;
        letter-spacing: 0%;
        vertical-align: middle;
    }
}
.card-theme-six {
    display: flex;
    align-items: flex-end;
    height: 190px;
    position: relative;
    transition: all 0.3s ease-in-out;
    span.card-theme-six_date {
        font-weight: 300;
        font-style: Light;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 18px;
        letter-spacing: 0%;
    }
    img.card-theme-six_cover {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
        height: 241px;
        top: 9835px;
        left: 311px;
        border-width: 1px;
        angle: 0 deg;
        opacity: 1;
        border-radius: 20px;
        border: 1px solid #105249 !important;
        transition: all 0.3s ease-in-out;
    }
    h2.card-theme-six_title {
        font-weight: 300;
        font-style: Light;
        font-size: 32px;
        line-height: 31px !important;
        letter-spacing: 0.5px;
        vertical-align: middle;
        text-transform: capitalize;
        height: 132px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
    p.card-theme-six_description {
        font-weight: 300;
        font-style: Light;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 0%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    &:hover {
        transform: translateY(-5px);
        img.card-img-top {
            border-color: #0d4038;
        }
    }
}

/* Service Card Color Overlays */
.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 20px;
}

.overlay-1 {
    background: linear-gradient(
        0deg,
        rgba(7, 96, 109, 0.8) 0%,
        rgba(7, 96, 109, 0.4) 30%,
        rgba(7, 96, 109, 0.1) 70%,
        transparent 100%
    );
}
.overlay-2 {
    background: linear-gradient(
        0deg,
        rgba(0, 100, 200, 0.8) 0%,
        rgba(0, 100, 200, 0.4) 30%,
        rgba(0, 100, 200, 0.1) 70%,
        transparent 100%
    );
}
.overlay-3 {
    background: linear-gradient(
        0deg,
        rgba(255, 140, 0, 0.8) 0%,
        rgba(255, 140, 0, 0.4) 30%,
        rgba(255, 140, 0, 0.1) 70%,
        transparent 100%
    );
}
.overlay-4 {
    background: linear-gradient(
        0deg,
        rgba(0, 150, 150, 0.8) 0%,
        rgba(0, 150, 150, 0.4) 30%,
        rgba(0, 150, 150, 0.1) 70%,
        transparent 100%
    );
}
.overlay-5 {
    background: linear-gradient(
        0deg,
        rgba(139, 69, 19, 0.8) 0%,
        rgba(139, 69, 19, 0.4) 30%,
        rgba(139, 69, 19, 0.1) 70%,
        transparent 100%
    );
}
.overlay-6 {
    background: linear-gradient(
        0deg,
        rgba(75, 0, 130, 0.8) 0%,
        rgba(75, 0, 130, 0.4) 30%,
        rgba(75, 0, 130, 0.1) 70%,
        transparent 100%
    );
}
.overlay-7 {
    background: linear-gradient(
        0deg,
        rgba(220, 20, 60, 0.8) 0%,
        rgba(220, 20, 60, 0.4) 30%,
        rgba(220, 20, 60, 0.1) 70%,
        transparent 100%
    );
}
.overlay-8 {
    background: linear-gradient(
        0deg,
        rgba(25, 25, 112, 0.8) 0%,
        rgba(25, 25, 112, 0.4) 30%,
        rgba(25, 25, 112, 0.1) 70%,
        transparent 100%
    );
}
.overlay-9 {
    background: linear-gradient(
        0deg,
        rgba(0, 128, 0, 0.8) 0%,
        rgba(0, 128, 0, 0.4) 30%,
        rgba(0, 128, 0, 0.1) 70%,
        transparent 100%
    );
}
.overlay-10 {
    background: linear-gradient(
        0deg,
        rgba(255, 69, 0, 0.8) 0%,
        rgba(255, 69, 0, 0.4) 30%,
        rgba(255, 69, 0, 0.1) 70%,
        transparent 100%
    );
}
.place-card-link{
    border: 1px solid #07606D !important;
    border-radius: 32px;
}
.place-card:hover .color-overlay {
    opacity: 0;
    
}

/* Text color utilities */
.text-white {
    color: white !important;
}

.theme-six-additional-section {
    position: relative;
    background: linear-gradient(135deg, rgba(7, 96, 109, 0.03), rgba(247, 194, 61, 0.03));
    overflow: hidden;
}

.theme-six-additional-section::before,
.theme-six-additional-section::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(7, 96, 109, 0.06);
    filter: blur(0.5px);
    z-index: 0;
}

.theme-six-additional-section::before {
    top: -60px;
    right: -40px;
}

.theme-six-additional-section::after {
    bottom: -80px;
    left: -50px;
}

.theme-six-additional-wrapper {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 32px;
    padding: 3rem 2.5rem;
    box-shadow: 0 15px 35px rgba(7, 96, 109, 0.08);
    border: 1px solid rgba(7, 96, 109, 0.06);
    backdrop-filter: blur(8px);
}

.theme-six-additional-wrapper .section-title {
    font-size: 2.5rem;
    color: #07606d;
}

.theme-six-additional-content {
    color: #2d2d2d;
    font-size: 1.08rem;
    line-height: 1.8;
}

.theme-six-additional-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .theme-six-additional-wrapper {
        padding: 2.5rem 1.75rem;
    }

    .theme-six-additional-wrapper .section-title {
        font-size: 2rem;
    }
}




.theme-six-layout .cta-section {
    display: none !important;
}

.event-content-section {
    padding-top: var(--spacing-extra-lg-vertical, 6rem);
    padding-bottom: var(--spacing-extra-lg-vertical, 6rem);
    background-color: rgba(var(--font-default-color-rgb, 248, 249, 250), 0.08);
}

.event-content-card {
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(var(--font-default-color-rgb, 0, 0, 0), 0.06);
}

.event-content-card .event-image {
    height: min(25rem, 65vh);
    overflow: hidden;
}

.event-content-card .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-description {
    padding: var(--spacing-lg-vertical, 4.5rem) var(--spacing-horizontal, 1.75rem);
}

.event-description .section-title {
    margin-bottom: var(--spacing-sm-vertical, 2rem);
    color: var(--color-primary, #105249);
    font-family: var(--typography-h2-font-family, inherit);
    font-weight: var(--typography-h2-font-weight, 600);
    font-size: var(--typography-h2-font-size, 2rem);
    line-height: var(--typography-h2-line-height, 1.3);
    letter-spacing: var(--typography-h2-letter-spacing, normal);
    text-transform: var(--typography-h2-text-transform, none);
}

.event-content {
    font-family: var(--typography-text-font-family, inherit);
    font-size: var(--typography-text-font-size, 1.1rem);
    line-height: var(--typography-text-line-height, 1.8);
    color: var(--typography-text-color, #333333);
    letter-spacing: var(--typography-text-letter-spacing, normal);
}

.event-navigation .nav-card {
    display: block;
    background-color: #ffffff;
    border-radius: 15px;
    padding: var(--spacing-md-vertical, 3rem) var(--spacing-horizontal, 1.75rem);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-navigation .nav-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(var(--font-default-color-rgb, 0, 0, 0), 0.08);
}

.event-navigation .nav-label {
    font-family: var(--typography-text-font-family, inherit);
    font-size: var(--typography-text-font-size, 0.95rem);
    color: rgba(var(--font-default-color-rgb, 0, 0, 0), 0.6);
    margin-bottom: var(--spacing-xs-vertical, 1.5rem);
}

.event-navigation .nav-title {
    font-family: var(--typography-h5-font-family, inherit);
    font-size: var(--typography-h5-font-size, 1.15rem);
    font-weight: var(--typography-h5-font-weight, 600);
    color: var(--color-primary, #105249);
}

.event-sidebar .sidebar-widget {
    background-color: #ffffff;
    border-radius: 20px;
    padding: var(--spacing-md-vertical, 3rem) var(--spacing-horizontal, 1.75rem);
    margin-bottom: var(--spacing-sm-vertical, 2rem);
    box-shadow: 0 12px 32px rgba(var(--font-default-color-rgb, 0, 0, 0), 0.05);
}

.event-sidebar .widget-title {
    font-family: var(--typography-h3-font-family, inherit);
    font-size: var(--typography-h3-font-size, 1.5rem);
    font-weight: var(--typography-h3-font-weight, 600);
    color: var(--color-primary, #105249);
    margin-bottom: var(--spacing-sm-vertical, 2rem);
    padding-bottom: var(--spacing-xs-vertical, 1rem);
    border-bottom: 2px solid rgba(var(--color-primary-rgb, 16, 82, 73), 0.25);
}

.event-sidebar .info-icon {
    background: var(--color-primary, #105249);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.event-sidebar .info-label {
    font-family: var(--typography-text-font-family, inherit);
    font-size: var(--typography-text-font-size, 0.95rem);
    color: rgba(var(--font-default-color-rgb, 0, 0, 0), 0.6);
    margin-bottom: var(--spacing-xs-vertical, 1rem);
}

.event-sidebar .info-value {
    font-family: var(--typography-h5-font-family, inherit);
    font-size: var(--typography-h5-font-size, 1rem);
    font-weight: var(--typography-h5-font-weight, 600);
    color: var(--color-primary, #105249);
}

.event-sidebar .social-share .social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-sidebar .social-share .social-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(var(--font-default-color-rgb, 0, 0, 0), 0.1);
    text-decoration: none;
}

.event-navigation .nav-icon {
    color: var(--color-primary, #105249);
    font-size: 1.25rem;
}

.event-content-section .event-content-card + .event-navigation {
    margin-top: var(--spacing-vertical, 3rem);
}

.event-sidebar .sidebar-widget:last-child {
    margin-bottom: 0;
}

.event-sidebar .facebook {
    background: #3b5998;
}

.event-sidebar .twitter {
    background: #1da1f2;
}

.event-sidebar .linkedin {
    background: #0077b5;
}

.event-sidebar .whatsapp {
    background: #25d366;
}
