.blog-view-section {
    padding: 40px 0;
}

.blog-view-section h2 {
    text-align: left;
    margin-bottom: 20px;
}

.blog-view-section p {
    color: white;
    text-align: left;
    margin-bottom: 20px;
}

.highlighted-text {
    background-color: #4B6BFB;
    color: #fff;
    padding: 10px;
    margin: 0 0 10px 0;
    border-radius: 4px;
    max-width: 200px;
}

.blog-view-section h4 {
    text-align: left;
    margin-bottom: 20px;
    color: #ffffff;
}

.banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner-img {
    width: 100%;
    margin-bottom: 20px;
}

.blog-content p {
    margin-bottom: 10px;
}

.blog-content ul {
    list-style-type: none;
    padding: 0;
}

.blog-content ul li {
    color: #ffffff;
    margin-bottom: 10px;
}

.blog-content ul li strong {
    color: #000;
}

.nav-buttons {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.nav-buttons a {
    text-decoration: none;
    color: #fff;
    background-color: #007bff;
    padding: 10px 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.nav-buttons a .fa {
    margin: 0 5px;
}

.prev-button {
    position: absolute;
}

.next-button {
    position: absolute;
    right: 171px;
}

@media (max-width: 768px) {
    .banner-content {
        align-items: center;
    }
    
    .nav-buttons {
        padding: 0 10px;
    }
    
    .nav-buttons a {
        padding: 8px 16px;
    }

    .prev-button {
        left: 10px;
    }

    .next-button {
        right: 10px;
    }
}

.footer-social{
    display: flex;
    color: #fff;
    list-style: none;
    gap: 20px;
    float: right;
    margin-bottom: 0;
}
.footer-social a{
    text-decoration: none;
    color: #fff;
}

.footer-social a:hover{
    color: #332FFF;
}

.footer-title{
    color: #fff;
}

.footer-menu{
    display: flex;
    color: #fff;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    gap: 10px;
}

.footer-menu a{
    text-decoration: none;
    color: #fff;
   
}

.footer-menu a:hover{
    text-decoration: none;
    border-bottom: 2px solid #332FFF;
}

.copy-right{
    color: #fff;
    float: right;
}
.footer-line{
    border-top: 1px solid #4C4C4C;
    padding-top: 30px;
    margin-top: 20px;
}

.navigation-buttons a {
    text-decoration: none;
    color: #fff;
} 

@media (max-width: 768px) {
    .overlay-box {
        bottom: 10px;
        left: 10px;
        padding: 15px;
        width: calc(100% - 20px);
    }

    .highlighted-text {
        padding: 8px;
        font-size: 14px;
    }

    .overlay-box h4 {
        font-size: 20px;
    }

    .overlay-box p {
        font-size: 14px;
    }
}


@media screen and (max-width: 991px) {
    
    .get-come {
        width: 100%;
        position: static;
        text-align: center;
    }

    .play-tour-main-div .main-img{
        width: 100%;
        margin-top: 20px;
    }

    .get-ul {
        position: static;
        display: flex;
        justify-content: center;
        padding-left: 0;
        margin-top: 20px;
    }

    .show-talent {
        position: static;
        text-align: center;
    }

    .show-talent h4 {
        width: 100%;
        text-align: center;
    }

    .show-talent p {
        width: 90%;
        text-align: center;
        margin: auto;
    }

    .feature-section{
        text-align: center;
    }

    .footer-social {
        float: none;
    }

    footer{
        text-align: center;
    }

    .copy-right {
        float: none;
    }

    .play-tour-section {
        padding: 72px 0 60px 0;
    }
    .scroll-down{
        margin-bottom: 30px;
    }
    .header-para {
        line-height: 23px;
    }
    .header {
        padding: 10px 50px;
    }
    .header-toptext{
        padding-bottom: 0;
    }

    .left-content h1{
        line-height: 20px;
    }

    .right-content{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .logo-wrapper {
        gap: 15px;
    }

    .gradient-text{
        text-align: center;
        line-height: 55.5px;
    }
    .try-your-hands-on, .image-content-section{
        text-align: center;
    }

    .image-content-section h1{
        margin-top: 20px;
    }

    .image-content-section h3{
        line-height: 31px;
    }

    .point-list p, .point-list h4{
        text-align: left;
    }
    .text-center {
        line-height: 46.5px;
    }
    
}