body{
    overflow-x: hidden; /* Prevent horizontal scrolling */

}

.ltn__slide-item {
    position: relative;
    height: 85vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.ltn__slide-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Adjust the 0.5 value to control transparency */
    z-index: 1; /* Ensure the overlay is placed under the text */
}


.ltn__slide-item h1 {
    font-size: 45px;
    color: white;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.9);
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0;
    text-align: center; /* Center the text */
    display: flex; /* Change to flex to align items */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    z-index: 2; /* Ensure heading is above the overlay */
    position: relative; /* Required to apply z-index */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust for vertical centering */
    text-transform: uppercase; /* Make text uppercase */
}


.content-section {
    display: flex;
    margin-top: 30px;
}

.side-bar {
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-right: 20px;
    height: fit-content;
    overflow-y: auto;
    max-height: 95vh;
    position: sticky;
    top: 20px;
}
.side-bar h4 {
    font-size: 22px;
    margin-bottom: 0px;
    padding: 8px 0px;
    padding-left: 10px;
    
}
.side-bar h2 {
    font-size: 20px;
    color: #e20018;
    margin-bottom: 20px;
}

.side-bar ol {
    list-style: none;
    padding: 0;
}

.side-bar ol li {
    margin: 10px 0;
    font-size: 15px;
    color: #555;
}

.side-bar ol li a {
    text-decoration: none;
    color: #555;
}

.side-bar ol li a:hover {
    color: #e20018;
}

.content-bar {
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* .key h3 {
    background: #f2f2f2;
    border-left: 10px solid red;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
} */
.key  {
    border-left: 10px solid #E20018;
    border-radius: 8px;
    margin-bottom: 0px;
    padding: 8px 0px;
    padding-left: 10px;
}
.key h3 {
    font-size: 30px;
    margin-bottom: 0px;
    padding: 8px 0px;
    padding-left: 10px;
    background-color: #f5f4f4;
    background-image: url('../img/blog/keytake.webp'); 
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
/* .takeaways-content {
    border-left: 10px solid grey;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
} */

.blog_content {
    margin-top:20px;
}

.blog_content h2 {
    font-size: 24px;
    /* color: #e20018; */
    margin-top: 30px;
}

.blog_content h3 {
    font-size: 20px;
    /* color: #000; */
    margin-top: 20px;
}

.blog_content p {
    font-size: 18px;
    color: #777;
    line-height: 1.6;
}
/*@media (min-width: 992px) and (max-width: 1199px) {*/
/*    .ltn__slide-item .ltn__slide-item-10 {*/
/*    height: 85vh;*/
        
/*    }*/
/* Responsive for tablets (iPad) */
/* Styles for screens wider than 768px but less than 1024px (e.g., iPad Air) */
@media (max-width: 991px) {
    
    
    .content-section {
        flex-direction: column;
        margin-top: 20px;
    }

    .side-bar {
        margin-right: 0;
        margin-bottom: 20px;
        max-height: none;
        position: static;
    }

    .side-bar h2 {
        font-size: 18px;
    }

    .side-bar ol li {
        font-size: 14px;
    }

    .key {
        padding: 10px;
        border-left-width: 6px;
    }

    .key h3 {
        font-size: 20px;
    }

    .blog_content h2 {
        font-size: 22px;
    }

    .blog_content h3 {
        font-size: 20px;
    }

    .blog_content p {
        font-size: 16px;
    }

    .ltn__slide-item h1 {
        font-size: 40px; /* Adjust font size for iPad Air */
        padding: 10px 20px;
    }
}

/* Adjust for small tablets and mobile devices */
@media (max-width: 768px) {
    .content-section {
        flex-direction: column;
        margin-top: 15px;
    }

    .side-bar {
        margin-right: 0;
        margin-bottom: 15px;
        padding: 10px;
        max-height: none;
        position: static;
    }

    .side-bar h2 {
        font-size: 16px;
    }

    .side-bar ol li {
        font-size: 13px;
    }

    .key {
        padding: 8px;
        border-left-width: 4px;
    }

    .blog_content h2 {
        font-size: 20px;
    }

    .blog_content h3 {
        font-size: 18px;
    }

    .blog_content p {
        font-size: 14px;
    }

    .ltn__slide-item h1 {
        font-size: 30px;
        padding: 5px 10px;
    }
}


/* Responsive for mobile phones */
@media (max-width: 480px) {
   

    /*.ltn__slide-item {*/
    /*    height: 300px;*/
       
    /*}*/

    .ltn__slide-item h1 {
        font-size: 30px; /* Adjust font size for mobile */
        padding: 5px 10px; /* Adjust padding for mobile */
    }

    .content-section {
        flex-direction: column;
        margin-top: 15px;
    }

    .side-bar {
        margin-right: 0;
        margin-bottom: 15px;
        padding: 10px;
        max-height: none;
        position: static;
    }

    .side-bar h2 {
        font-size: 16px;
    }

    .side-bar ol li {
        font-size: 13px;
    }

    .key {
        padding: 8px;
        border-left-width: 4px;
    }

    .blog_content h2 {
        font-size: 20px;
    }

    .blog_content h3 {
        font-size: 18px;
    }

    .blog_content p {
        font-size: 14px;
    }
}

.blog-title {
    text-transform: uppercase; 
    font-weight: 600; 
    display: block; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    padding: 10px;
    font-size: 14px;
    color: #000;
}

.ltn__blog-item {
    height: 300px; /* Set a fixed height for all blog cards */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-img {
    height: 190px; /* Fixed height for the image container */
    width: 100%;
    overflow: hidden;
}

.blog-img img {
    height: 100%;
    width: 100%;
    /*object-fit: cover; */
}

.blog-info {
    flex-grow: 1;
    margin-top: 10px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .ltn__blog-item {
        height: 250px;
    }
    .blog-img {
        height: 150px;
    }
    .blog-title {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .ltn__blog-item {
        height: 220px;
    }
    .blog-img {
        height: 130px;
    }
    .blog-title {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .ltn__blog-item {
        height: 230px;
    }
    .blog-img {
        height: 120px;
    }
    .blog-title {
        font-size: 12px;
        padding: 5px;
    }
}
.slick-arrow-1 i{
    padding-top:10px;
}
