/* ADD YOUR CUSTOM STYLES */
html{
    scroll-behavior: smooth;
}
.bg-teal , .btn-teal{
    background-color: #236666 !important;
}
.text-teal{
    color: #236666 !important;
}
.carousel .carousel-indicators li {
    width: 30px;
    height: 5px;
    border-radius: 0%;
}
.carousel-caption{
    bottom: 180px;
}
/*Responsiveness */

@media (max-width: 575.98px) {
    .carousel-caption{
        bottom: 25px;
    }
    .carousel-caption h5{
        font-size: 20px;
    }
    .carousel-caption p{
        display: none;
    }
    h1,h2,h3,h4,h5,h6{
        font-size: 30px;
    }
    footer h3,h6{
        font-size: 20px;
    }
}

/* Scroll Button */
#btn{
    bottom: 20px;
    right: 30px;
    position: fixed;
    font-size: 18px;
    padding: 15px;
    color: white;
    background-color: red;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
    display: none;
    z-index: 999;

}
#btn:hover{
    background-color: #555;
}


/* Client section */
#client {
    font: normal 16px sans-serif;
    padding: 60px 0;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}



.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    #client {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}