﻿
/*===== Vertical Timeline =====*/
#conference-timeline {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        display: table;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 900;
        text-transform: uppercase;
        background: #bc8f21;
        padding: 15px 23px;
        color: #fff;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    #conference-timeline .conference-center-line {
        position: absolute;
        width: 3px;
        height: 92%;
        top: 90px;
        left: 50%;
        margin-left: -2px;
        background: #bc8f21;
        z-index: -1;
    }

    #conference-timeline .conference-timeline-content {
        padding-top: 67px;
        padding-bottom: 67px;
    }

/* Timeline Articles */
.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    transition: all 0.3s ease !important; /* Added !important for smooth transition */
}

    .timeline-article:hover {
        transform: translateY(-10px) !important; /* Added !important */
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important; /* Added !important for shadow */
    }

    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
        max-width: 45%;
        width: 100%;
        transition: all 0.3s ease !important; /* Smooth transition */
    }

    /* Author Styling */
    .timeline-article .timeline-author {
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #242424;
        text-align: right;
    }

    /* Content Boxes */
    .timeline-article .content-left,
    .timeline-article .content-right {
        position: relative;
        width: auto;
        border: 1px solid #ddd;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0,0,0,.03);
        padding: 27px 15px;
        transition: all 0.3s ease !important; /* Smooth transition */
    }

.content-right {
  /*  border-left: 4px solid #bc8f21 !important;*/
    border-radius: 0px 10px 10px 0px;
}

.content-left {
    border-radius: 10px 0px 0px 10px;
    /*border-left: 2px solid #bc8f21 !important;*/
}

.timeline-article .content-left:hover,
.timeline-article .content-right:hover {
    transform: scale(1.05) !important; /* Hover scaling effect */
    box-shadow: 0 10px 15px rgba(0,0,0,0.1) !important; /* Adding hover shadow */
}

/* Text Content */
.timeline-article p {
   margin: 0px;
    padding: 1px;
    font-weight: 400;
    color: #242424;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}

    .timeline-article p a {
        text-decoration: none;
        color: #bc8f21;
        transition: color 0.3s ease !important; /* Smooth hover transition */
    }

        .timeline-article p a:hover {
            color: #65665d !important; /* Ensure hover color works */
        }

    /* Article Number */
    .timeline-article p span.article-number {
        position: absolute;
        font-weight: 300;
        font-size: 18px;
        top: -20px;
        left: -60px;
        color: #65665d;

    }

/* Content Containers */
.timeline-article .content-left-container {
    float: left;
}

.timeline-article .content-right-container {
    float: right;
}

/* Directional Arrows */
.timeline-article .content-left:before,
.timeline-article .content-right:before {
    position: absolute;
    top: 20px;
    font-size: 23px;
    font-family: "FontAwesome";
    color: #fff;
}

.timeline-article .content-left:before {
    content: "\f0da";
    right: -8px;
}

.timeline-article .content-right:before {
    content: "\f0d9";
    left: -8px;
}

/* Date Circle */
.timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 50%;
    width: 62px;
    height: 62px;
    margin-left: -31px;
    color: #fff;
    border-radius: 100%;
    background: #bc8f21;
    transition: background-color 0.3s ease !important; /* Smooth background transition */
}

    .timeline-article .meta-date .date,
    .timeline-article .meta-date .month {
        display: block;
        text-align: center;
        font-weight: 700;
    }

    .timeline-article .meta-date .date {
        font-size: 30px;
        line-height: 40px;
    }

    .timeline-article .meta-date .month {
        font-size: 20px;
        line-height: 55px;
    }

/*===== // Vertical Timeline =====*/

/*===== Responsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        margin: 0;
    }

    #conference-timeline .conference-center-line {
        margin-left: 0;
        left: 50px;
    }

    .timeline-article .meta-date {
        margin-left: 0;
        left: 20px;
    }

    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
        max-width: 100%;
        width: auto;
        float: none;
        margin-left: 110px;
        min-height: 53px;
    }

    .timeline-article .content-left-container {
        margin-bottom: 20px;
    }

    .timeline-article .content-left,
    .timeline-article .content-right {
        padding: 10px 25px;
        min-height: 65px;
        margin : 0px 10px; 
    }

        .timeline-article .content-left:before {
            content: "\f0d9";
            right: auto;
            left: -8px;
        }

        .timeline-article .content-right:before {
            content: "\f0d9";
            right: auto;
           
        }
}

@media only screen and (max-width: 400px) {
    .timeline-article p {
        margin: 0;
    }

        .timeline-article p span.article-number {
            display: none;
        }
}

/*===== // Responsive Vertical Timeline =====*/




/*===== Vertical Timeline =====*/
/*#conference-timeline {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        display: table;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 900;
        text-transform: uppercase;
        background: #bc8f21;
        padding: 15px 23px;
        color: #fff;
        max-width: 5%;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    #conference-timeline .conference-center-line {
        position: absolute;
        width: 3px;
        height: 98%;
        top: 90px;
        left: 50%;
        margin-left: -2px;
        background: #bc8f21;
        z-index: -1;
    }

    #conference-timeline .conference-timeline-content {
        padding-top: 67px;
        padding-bottom: 67px;
    }

.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}

    

    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
        max-width: 45%;
        width: 100%;
    }

    .timeline-article .timeline-author {
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #242424;
        text-align: right;
    }

    .timeline-article .content-left,
    .timeline-article .content-right {
        position: relative;
        width: auto;
        border: 1px solid #ddd;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0,0,0,.03);
        padding: 27px 15px;
    }

    .timeline-article p {
        margin: 0 0 0 60px;
        padding: 0;
        font-weight: 400;
        color: #242424;
        font-size: 18px;
        line-height: 24px;
        position: relative;
       
    }



        .timeline-article p a {
            text-decoration: none;
            color: #bc8f21;
        }

            .timeline-article p a:hover {
                text-decoration: none;
                color: #65665d;
            }

        .timeline-article p span.article-number {
            position: absolute;
            font-weight: 300;
            font-size: 18px;
            top: 10px;
            left: -60px;
            color: #65665d;
        }

    .timeline-article .content-left-container {
        float: left;
    }

    .timeline-article .content-right-container {
        float: right;
    }

    .timeline-article .content-left:before,
    .timeline-article .content-right:before {
        position: absolute;
        top: 20px;
        font-size: 23px;
        font-family: "FontAwesome";
        color: #fff;
    }

    .timeline-article .content-left:before {
        content: "\f0da";
        right: -8px;
    }

    .timeline-article .content-right:before {
        content: "\f0d9";
        left: -8px;
    }

    .timeline-article .meta-date {
        position: absolute;
        top: 0;
        left: 50%;
        width: 62px;
        height: 62px;
        margin-left: -31px;
        color: #fff;
        border-radius: 100%;
        background: #bc8f21;
    }

        .timeline-article .meta-date .date,
        .timeline-article .meta-date .month {
            display: block;
            text-align: center;
            font-weight: 700;
        }

        .timeline-article .meta-date .date {
            font-size: 30px;
            line-height: 40px;
        }

        .timeline-article .meta-date .month {
            font-size: 20px;
            line-height: 55px;
        }*/
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
/*@media only screen and (max-width: 830px) {
    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        margin: 0;
    }

    #conference-timeline .conference-center-line {
        margin-left: 0;
        left: 50px;
    }

    .timeline-article .meta-date {
        margin-left: 0;
        left: 20px;
    }

    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
        max-width: 100%;
        width: auto;
        float: none;
        margin-left: 110px;
        min-height: 53px;
    }

    .timeline-article .content-left-container {
        margin-bottom: 20px;
    }

    .timeline-article .content-left,
    .timeline-article .content-right {
        padding: 10px 25px;
        min-height: 65px;
    }

        .timeline-article .content-left:before {
            content: "\f0d9";
            right: auto;
            left: -8px;
        }

        .timeline-article .content-right:before {
            display: none;
        }
}

@media only screen and (max-width: 400px) {
    .timeline-article p {
        margin: 0;
    }

        .timeline-article p span.article-number {
            display: none;
        }
}*/
/*===== // Resonsive Vertical Timeline =====*/
