/* Start custom CSS for html, class: .elementor-element-82e5f80 */::before,
::after {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Source Sans Pro";
    color: #6cacc5;
}

h1 {
    text-align: center;
    font-size: 2.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    color: rgb(18, 161, 154);
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 1px;
}

ul {
    padding: 50px 0;
}

ul.listTimeLine li.listTimeLine {
    /*line*/
    position: relative;
    list-style-type: none;
    width: 2px;
    background-color: #575756;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 45px;




}

ul.listTimeLine li.listTimeLine:nth-child(odd) div {
    transform: translate3d(80px, 0, 0);
}

ul.listTimeLine li.listTimeLine:nth-child(even) div {
    transform: translate3d(-80px, 0, 0);
}

ul.listTimeLine li.listTimeLine::after {
    /*dot*/
    background: #575756;
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    bottom: 0;
}

/*
  h2.dot{
        background: black;
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position:absolute;
  left:50%;
  top:00%;
  transform: translateX(-50%);
  bottom: 0;

  opacity: 0;
  transition: all .5s ease-in-out;
}
h2.dot {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}
h2.dot.show  {
  transform: none;
  visibility: visible;
  opacity: 1;
}*/


ul.listTimeLine li.listTimeLine div {
    /*box*/
    position: relative;
    width: 400px;
    padding: 15px;
    border-radius: 5px;
    bottom: 0;
    background: rgb(18, 161, 154, .8);

}

ul.listTimeLine li.listTimeLine:nth-child(odd) div {
    left: 430px;
}

ul.listTimeLine li.listTimeLine:nth-child(even) div {
    left: -30px;
}

time {
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    color: white;
}

p {
    color: white;
    text-align: justify;
    font-size: 13;

}

ul.listTimeLine li.listTimeLine div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}


ul.listTimeLine li.listTimeLine.show div {
    transform: none;
    visibility: visible;
    opacity: 1;
}

input[type=checkbox].click-zoom {
    display: none;
}

img.click-zoom {
    transition: transform 0.25s ease;
    cursor: zoom-in;
    position: relative;
    /* Add this for proper stacking context */
    z-index: 1;
    /* Base z-index */
}

input[type=checkbox]:checked~img.click-zoom {
    transform: scale(2.5);
    cursor: zoom-out;
    border: 1px solid black;
    z-index: 9999;
    position: relative;
    box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.7);
    /* Optional: Add dark overlay */
}

/* Optional: Add an overlay behind the zoomed image */
input[type=checkbox]:checked~img.click-zoom::before {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999998;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

    /*
  ul.listTimeLine li.listTimeLine div {
    width: 250px;
  }

  ul.listTimeLine li.listTimeLine:nth-child(odd) div {
  left: 285px;
}

ul.listTimeLine li.listTimeLine:nth-child(even) div {
  left: -25px;
}

ul.listTimeLine li.listTimeLine div{
  position: relative;
  width: 265px;
  padding: 15px;
  border-radius: 5px;
  bottom: 0;
  background: rgb(42,50,113, .28);
}

ul.listTimeLine li.listTimeLine div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

ul.listTimeLine li.listTimeLine:nth-child(odd) div {
  transform: translate3d(50px, 0, 0);
}

ul.listTimeLine li.listTimeLine:nth-child(even) div {
  transform: translate3d(-50px, 0, 0);
}

ul.listTimeLine li.listTimeLine.show div {
  transform: none;
  visibility: visible;
  opacity: 1;
}
*/
    ul.listTimeLine li.listTimeLine div {
        /*box*/
        position: relative;
        width: 280px;
        padding: 15px;
        border-radius: 5px;
        bottom: 0;
        background: rgb(18, 161, 154, .8);

    }

    ul.listTimeLine li.listTimeLine:nth-child(odd) div {
        left: 300px;
    }

    ul.listTimeLine li.listTimeLine:nth-child(even) div {
        left: -20px;
    }

    ul.listTimeLine li.listTimeLine:nth-child(odd) div {
        transform: translate3d(30px, 0, 0);
    }

    ul.listTimeLine li.listTimeLine:nth-child(even) div {
        transform: translate3d(-30px, 0, 0);
    }

    ul.listTimeLine li.listTimeLine div {
        visibility: hidden;
        opacity: 0;
        transition: all .5s ease-in-out;
    }


    ul.listTimeLine li.listTimeLine.show div {
        transform: none;
        visibility: visible;
        opacity: 1;
    }

}

/*************************************************************************/
@media screen and (max-width: 767px) {
    ul.listTimeLine li.listTimeLine div {
        width: 250px;
    }

    ul.listTimeLine li.listTimeLine:nth-child(odd) div {
        /*how far to move in */
        left: -20px;
    }

    ul.listTimeLine li.listTimeLine:nth-child(even) div {
        /*how far to move in */
        left: -20px;
    }

    ul.listTimeLine li.listTimeLine div {
        /*box*/
        position: relative;
        width: 250px;
        padding: 15px;
        border-radius: 5px;
        bottom: 0;
        background: rgb(18, 161, 154, .8);
    }

    ul.listTimeLine li.listTimeLine div {
        visibility: hidden;
        opacity: 0;
        transition: all .5s ease-in-out;
    }


    ul.listTimeLine li.listTimeLine:nth-child(odd) div {
        transform: translate3d(30px, 0, 0);
    }

    ul.listTimeLine li.listTimeLine:nth-child(even) div {
        transform: translate3d(30px, 0, 0);
    }

    ul.listTimeLine li.listTimeLine.show div {
        transform: none;
        visibility: visible;
        opacity: 1;
    }

    ul.listTimeLine li.listTimeLine {
        /*line*/
        position: relative;
        list-style-type: none;
        width: 2px;
        background-color: #575756;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 15px;

        ;
        left: 45%;



    }

    ul.listTimeLine li.listTimeLine::after {
        /*dot*/
        background: #575756;
        content: '';
        width: 25px;
        height: 25px;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 0%;
        transform: translateX(-50%);
        bottom: 0;
    }

    input[type=checkbox]:checked~img.click-zoom {
        transform: scale(1.45);
        cursor: zoom-out;
        border: 1px solid black;
        z-index: 9999;
        position: relative;
        box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.7);
        /* Optional: Add dark overlay */
    }

}/* End custom CSS */