.whatsapp-button {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: #25D366;
    border-radius: 50%;
    padding:5px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: background-color 0.3s;
    color: white;
    text-align: center;
    font-size: 30px;
    animation: bounce 5.5s infinite;
}

.whatsapp-button:hover {
    background-color: #128C7E;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-10px);
    }
}


/*  */
.advantages {
    padding: 50px 0;
    /* background-color: #f9f9f9; */
    text-align: center;
}

.advantages h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
}

.advantages-container {
    display: flex;
    flex-wrap: wrap;
}

.advantage-card {
    background-color: #ffffff;
    /* color: white; */
    border-radius: 8px;
    padding: 20px;
    margin: 15px;
    flex: 0 1 calc(33.333% - 30px);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.advantage-card:hover {
    transform: translateY(-5px);
}

.advantage-card svg {
    margin-bottom: 15px;
}

.advantage-card h3 {
    font-size: 1.5rem;
    margin: 15px 0;
}

.advantage-card p {
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .advantage-card {
        flex: 0 1 calc(50% - 30px);
    }
}

@media (max-width: 576px) {
    .advantage-card {
        flex: 0 1 100%;
    }
}


.advantages {
    padding: 40px 0;
    text-align: center;
}

.advantages h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.advantage-card {
    /* background-color: #f9f9f9; */
    border-radius: 8px;
    padding: 25px 10px;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.advantage-card video {
    width: 100%;
    height: 60%;
    max-width: 200px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.advantage-card img{
    width: 50%;
    height:57%;
    max-width: 200px;
    border-radius: 8px;
    margin-bottom: 15px;
}


.advantage-card h3 {
    font-size: 1.25rem;
    margin: 15px 0 10px;
    color: #333;
}

.advantage-card p {
    color: #6c757d;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}


/*  */

.sliders {
    padding: 60px 20px;
    /* background-color: #f9f9f9; */
}


.your-class {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.slide {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    margin: 0 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
    text-align: center;
    position: relative;
    height: 10%;
    align-items: stretch;
}

.slide:hover {
    transform: translateY(-5px);
}

.slide img {
    width: 100%;
    height: 100%;
    align-items: stretch;
}

.slide h4 {
    font-size: 20px;
    margin: 10px 0;
    color: #333;
    font-weight: bold;
    width: max-content;
    margin: 0 auto;
    padding: 10px 20px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #bbb;
}

.slick-dots li.slick-active button:before {
    color: #007bff;
}

.slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s;
    opacity: 0;
}

.slide:hover::after {
    opacity: 1;
}

@media (max-width: 768px) {
    .your-class {
        flex-direction: column;
    }
    .slide {
        margin: 10px 0;
    }
}

.slick-prev,
.slick-next {
    display: none;
}

.slide {
    position: relative;
    overflow: hidden; 
}

.slide img {
    width: 100%; 
    height: 200px; 
    object-fit: cover; 
}


.sliders h2{
    color: #2a2d30;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.text-hero-section p {
    /* text-align: justify; */
    line-height: 1.6;
    color: #6c757d;
    font-size: 13px; 
    margin-bottom: 20px; 
    font-weight: 700;
    font-family:Arial, Helvetica, sans-serif;
}

@media (max-width:767px){
    .text-hero-section p{
        text-align: center !important;
    }
}


.footer {
    background-color: #f8f9fa;
    padding: 40px 0;
    color: #333;
    font-size: 1rem;
}

.image-gallery-3{
    display: flex;
    justify-content: center;
    gap: 55px;
    align-items:center;
    margin-bottom: 20px;
}

@media (max-width:800px){
    .image-gallery-3 .image-item img {
        width:50px !important;
    }
}

@media (max-width:500px){
    .image-gallery-3 .image-item img {
        display: none;
    }
}

.image-gallery-3 .image-item img {
    width: 100px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.image-gallery-3 .image-item img:hover {
    opacity: 1;
}

.footer-links ul li a{
    color:#303030;
    text-decoration: none;
}

.img-footer img {
    width: 120px;
    margin-bottom: 15px;
}

.fs-16 {
    font-size: 1rem;
}

.footer-links h3, .contact-info h3  , .sochel h3{
    font-size: 1.25rem;
    color:var(--main-color);
    margin-bottom: 15px;
}

.footer-links ul, .contact-info ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li, .contact-info ul li {
    margin-bottom: 10px;
}

.contact-info ul li i {
    margin-right: 8px;
    color:#ffff;
}

.sochel ul {
    display: flex;
    gap: 10px;
    padding: 0;
}

.sochel ul li {
    list-style: none;
}

.sochel ul li a {
    font-size: 1.25rem;
    color: #fff;
    transition: color 0.3s;
    text-decoration: none;
}

.footer-bottom {
    background-color:var(--main-color);
    color: #ffff;
    padding: 50px;
}

.footer-bottom .container {
    max-width: 100%;
}

.footer-link {
    color:#ffff;
    font-weight: 600;
    text-decoration: none;
}

.footer-link:hover {
    color: #007bff;
}

.text-footer-bottom {
    display: flex;
    align-items: center;
    justify-content:space-evenly
}

@media (max-width: 768px) {
    .footer-bottom .row {
        text-align: center;
    }
    .footer-bottom .col-md-6 {
        text-align: center !important;
        margin-top: 10px;
    }

    .footer-links h3{
        margin-top: 0;
    }
}

@media (max-width:767px){
    .footer-links h3{
        margin-top: 0 !important;
    }
}

.header-title {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.title-link {
    text-decoration: none;
    color: inherit;
}
.header-title h3{
    font-size:20px; 
    padding: 0 20px;
    color: #000;
}


.back{
    background-color:gray;
}

@media (max-width: 767px) {
    .back{
        display: none !important;  
        margin-top: 30px;
    }
}


.services {
    padding: 50px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.service-item {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 20px;
}

.service-item h4 {
    margin: 0;
    color: #333;
    font-size: 1.2em;
}


.text-join {
    color: #272727;
    text-align: center;
    padding: 20px;
}

.text-join h2 {
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: bold;
}
