.highlight {
	background: #0fff50;
	font-style: italic;
}
.highlight-ni {
	background: #0fff50;
}
.highlight-cta {
	background: #0fff50;
	color: #1D1D1F;
}
.elementor-widget .elementor-icon-list-icon i {
	width: auto !important;
	position: relative;
	top: -2.5px;
}
.page-id-5177 .site-footer {
    display: none;
}
.comments-area {
    display: none;
}
.entry-meta {
    display: none;
}

.elementor-widget-post-info ul {
    list-style-type: none;  /* Removes bullet points */
    padding-left: 0;        /* Removes any indentation */
    margin: 0;              /* Removes any default margin */
}

.elementor-widget-post-info ul li {
    display: inline;        /* Aligns the items in a row */
    margin-right: 10px;     /* Adds space between the items */
}

@media only screen and (max-width: 768px) {
    .elementor-widget-post-info ul li {
        display: inline;        /* Keeps items horizontal on mobile */
    }
}


@media (max-width: 768px) {
  
  /* General fix for any elements causing overflow */
  body, html {
    overflow-x: hidden;
  }
}

.navigation.post-navigation {
        display: none !important;
    }

.timeline{
    
    position:relative;
    max-width:1200px;
    margin:60px auto;
    
}

.timeline-container {
    padding: 10px 50px;
    position: relative;
    width: 50%;
    opacity: 0;  /* Start hidden */
    transform: translateY(-30px);  /* Start offset */
    transition: opacity 0.6s, transform 0.6s;  /* Smooth transition */
    z-index:1;
}
@keyframes movedown{
    0%{
        opacity:1;
        transform:translateY(-30px);
    }
    100%{
        opacity:1;
        transform:translateY(0px);
    }
    
}

.timeline-container:nth-child(1){
    
   animation-delay:0s;
}

.timeline-container:nth-child(2){
    
   animation-delay:1s;
}

.timeline-container:nth-child(3){
    
   animation-delay:2s;
}

.timeline-container:nth-child(4){
    
   animation-delay:3s;
}

.timeline-container:nth-child(5){
    
   animation-delay:4s;
}

.timeline-container:nth-child(6){
    
   animation-delay:5s;
}



.text-box{
    padding:20px 30px;
    background: black;
    position:relative;
    border-radius:6px;
    font-size:12px;
    color:white;
}

.left-container{
    
    left:0;
}

.right-container{
    
left:50%;
}



.text-box h3{
    
    font-size:30px;
    font-weight:bold;
    color:white;
}

.timeline-container img{
    
    
    width:40px;
    position:absolute;
    border-radius:50%;
    right: -20px;
    top:32px;
    z-index:10;
}


.right-container img{
    
    left:-20px;
}

.timeline::after{
    
    content:'';
    position:absolute;
    width:6px;
    height:100%;
    background:green;
    top:0;
    left:50%;
    margin-left:-3px;
    animation:moveline 6s linear forwards;

}

@keyframes moveline{
    0%{
        height:0;
    }
    100%{
        height:100%;
    }
}

.left-container-arrow {
    
    
height:0;
width:0;
position:absolute;
top:28px;
z-index:1;
border-top:15px solid transparent;
border-bottom:15px solid transparent;
border-left:15px solid black;
right: -15px;
}

.right-container-arrow {
    
    
height:0;
width:0;
position:absolute;
top:28px;
z-index:1;
border-top:15px solid transparent;
border-bottom:15px solid transparent;
border-right:15px solid black;
left: -15px;
}

.timeline-container.active {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 600px){
    
    .timeline{
        
        margin: 50px auto;
        
    }
    .timeline::after{
        
     left:31px;
     
     
        
    }
    
    .timeline-container{
        width:100%;
        padding-left:80px;
        padding-right:25px;
        transform: translateY(-30px);  /* Start offset */
    transition: opacity 0.6s, transform 0.6s;  /* Smooth transition */
        
    }
    
    .text-box{
        
        font-size:13px;
    }
    .right-container{
        left:0;
    }
    
    .left-container img, .right-container img{
        
        left:10px;
    }
    
    .left-container-arrow, .right-container-arrow{
        
        border-right:15px solid #000000;
        border-left:0;
        left:-15px;
    }
    

    .text-box{
    
    color:white;
    font-size:10px;
 
}

.timeline-container.active {
    opacity: 1;
    transform: translateY(0);
}
}

/* Primary emphasis – Apple blue tone */
.gradient-1 {
  background: linear-gradient(
    120deg,
    #0032A3,
    #6091FD
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

/* Secondary emphasis – softer, quieter */
.gradient-2 {
  background: linear-gradient(
    90deg,
    #6091FD,
    #0032A3
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}