﻿.event-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.event-three__img-box {
    position: relative;
    display: block;
}
.event-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
    .event-three__img img {
        width: 100%;
        height:440px;
        object-fit:cover;
        transform: scale(1);
        transition: all 500ms ease;

    }
    .event-three__img:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: #33300030;
        transform: perspective(400px) rotateX(90deg) scaleY(0.5);
        transform-origin: center;
        transition-delay: 0.1s;
        transition-timing-function: ease-in-out;
        transition-duration: 0.5s;
        transition-property: all;
        z-index: 1;
    }
.event-three__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 22px 10px 10px;
    margin-top: -230px;
    margin-left: 15px;
    margin-right: 30px;
    z-index: 2;
    width:92.8%;
}
.event-three__meta-and-title {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}
.event-three__meta {
    position: relative;
    display: flex;
    align-items: center;
}
    .event-three__meta li {
        position: relative;
        display: flex;
        align-items: center;
    }
        .event-three__meta li .icon {
            position: relative;
            display: inline-block;
        }
            .event-three__meta li .icon i {
                position: relative;
                display: inline-block;
                font-size: 15px;
                color: #00009150;
            }

.event-three__meta li .text {
    position: relative;
    display: block;
    margin-left: 4px;
}
    .event-three__meta li .text p {
        font-size: 14px;
    }
.fa-map-marker:before {
    content: "\f041";
}
.event-three__date {
    position: absolute;
    right: 0;
    top: -29px;
    background-color: #0909a3de;
    padding: 4px 20px 4px;
    color: white;
    font-size:.9em;
}
.event-three__btn-box {
    position: relative;
    display: block;
}

    .event-three__btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 500;
        color: #888888;
        letter-spacing: -0.02em;
        background-color: #fafafa;
        padding: 10px 15px 10px;
        transition: all 500ms ease;
        text-decoration:none;
    }
        .event-three__btn:hover {
            background-color: #fafafa !important;
            color: #000091 !important;
        }
.register-btn{

}
/* ==== Layout Containers ==== */
.event-details__left {
    position: relative;
    display: block;
}

/* ==== Box Styles ==== */
.event-details__date-box,
.event-details__location {
    position: relative;
    display: block;
    background-color: #f5f5fe;
    padding: 40px 40px 35px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
    border-top: 4px solid #000091;
}

/* ==== Decorative Shapes ==== */
.event-details__date-box-shape-1,
.event-details__location-shape-1 {
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    font-size: 50px;
}

.event-details__location-shape-1,
.event-details__date-box-shape-1 {
    top: 15px;
    right: 30px;
}

/* ==== Title & Icon Layout ==== */
.event-details__date-title-and-icon,
.event-details__location-title-and-icon {
    display: flex;
    align-items: center;
}

.event-details__date-icon,
.event-details__location-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.event-details__date-icon {
    background-color: dimgrey;
}

.event-details__location-icon {
    background-color: black;
}

/* ==== Icon Styling ==== */
.event-details__date-icon i {
    font-size: 24px;
    color: white;
}

.event-details__location-icon span {
    font-size: 32px;
    color: white;
}

/* ==== Title Text ==== */
.event-details__date-title,
.event-details__location-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: black;
    margin-left: 20px;
    align-items: center;
    height: 5px;
}
}

/* ==== Date & Location Content ==== */
.event-details__date-text,
.event-details__location-text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: black;
}

/* ==== Section Title ==== */
.event-details__title-1 {
    font-weight: 700;
    line-height: 44px;
    margin: 11px 0 10px;
}

/* ==== Body Text ==== */
.event-details__text-1,
.event-details__text-2,
.event-details__text-3,
.event-details__text-4 {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-bottom: 20px;
}

/* ==== Event Image ==== */
.event-details__img img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}





/* ==== User Info Section ==== */
.event-details__user-info {
    background: #f5f5fe;
    padding: 20px;
    border-top: 4px solid #000091;
    margin-bottom: 30px;
}

.event-details__user-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.event-details__user-text {
    font-size: 15px;
    line-height: 26px;
    color: #333;
    margin-bottom: 15px;
}

.event-details__user-number {
    display: block;
    font-weight: bold;
    color: #000091;
    text-decoration: none;
    margin-bottom: 15px;
}

.event-details__social a {
    margin-right: 10px;
    color: #000091;
    font-size: 18px;
}

/* ==== Map Section ==== */
.event-details__google-map iframe {
    width: 100%;
    height: 450px;
    border: none;
}

/* ==== Shape Icons ==== */
.shape-icon,
.event-details__shape-icon {
    font-size: 4.3em;
    color: #000091;
    opacity: 0.3;
    transform: rotate(-15deg);
    transition: opacity 0.3s ease;
}

/* ==== Hover Effects ==== */
.event-details__location:hover .event-details__shape-icon,
.event-details__date-box:hover .shape-icon {
    opacity: .6;
}

.event-details__location:hover,
.event-details__date-box:hover {
    cursor: pointer;
}
.event-details__btn {
    width:100%;
    display: inline-block;
    padding: 10px 25px;
    background-color: #000091;
    color: white;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* subtle shadow */
    text-align:center;

}
.event-details__btn-box
{
    text-align:center;
}
.event-details__btn:hover {
    background-color: #000091;
    color: #000091;
    border: 1px solid #000091;
    transform: translateY(-1px); /* slight lift */
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); /* deeper shadow on hover */
}
.event-three__title {
    min-height: 100px;
    max-height: 100px;
    display: flex;
    align-items: center; /* Vertical centering */
}

    .event-three__title a {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.9em;
        line-height: 1.8em;
        color: #000091;
        text-decoration:none;
    }

.card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease-in-out;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.label-meeting-title {
    color: #186194;
    font-weight: 600;
    font-size: 1.9em;
}

hr.franco-hr {
    position: relative;
    overflow: hidden;
    height: 4px;
    border-width: 1px;
    margin-top: 0;
    background: linear-gradient(to right, #ffd700, #005aa7);
}

    hr.franco-hr::after {
        content: "";
        position: absolute !important;
        height: 4px;
        left: -100%;
        width: 100%;
    }

@keyframes slide {
    to {
        left: 100%;
    }
}
.register-btn {
    width: 150px !important;
    background-color: #cd3333 !important; /* Deep red */
    color: white;
    border: 0;
    border-radius: 2px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
    .register-btn:hover {
        background-color: #a72828 !important; /* Darker red on hover */
        transform: scale(1.02);
        cursor: pointer;
    }
.hr-meeting-separate-content {
    border-width: 2px;
    border-color: #585858!important;
    margin: 40px 0;
}