section.about {
    padding: 100px 0;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.item-img.cust img {
    border-radius: 15px;
    box-shadow: 0px 0.1px 20px 0px #00000066;
}

section.about .owl-carousel .owl-item img {
    border-radius: 10px;
}
.departments-box-layout7 .single-box img {
    width: 32% !important;
}

.white-text h2{
    color: #fff !important;
    text-align: left;
}

.copyright {
    padding: 20px;
    color: #d7d7d7;
}

.heading-layout1.cust:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 88px;
    background-color: #ffffff;
    left: 0;
    bottom: -15px;
    right: 0;
    margin: 0;
}

.departments-box-layout7 .single-box p {
    font-size: 19px;
    margin-top: 10px;
    padding: 2px 8px;
    background: linear-gradient(181deg, #b1d8a1, #add6d5);
    width: fit-content;
    color: #000000;
    border-radius: 5px;
}


.shop-box-layout1.margin-b-30 {
    border: 1px solid #037777;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #a9d1d97d;
    padding: 15px 15px 22px;
}

a.product-btn {
    background-color: #396cf0;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
}

.shop-box-layout1.margin-b-30 .item-content {
    text-align: center;
}

.justify-content-center{
    display: flex;
    justify-content: center;
}

.video-section-gallery.cust{
        background: #fff;
        padding: 0;
        border-radius: 16px;
        margin-bottom: 0px;
        margin-top: 100px;
        box-shadow: none;
    }

.video-section-gallery {
        background: linear-gradient(135deg, #4ca6ab 0%, #79bc56 100%);
        padding: 60px 0 60px 0;
        margin-bottom: 40px;
        margin-top: 40px;
        box-shadow: 0 8px 32px 0 rgba(60, 120, 100, 0.15);
    }
    .video-section-gallery .video-title {
        color: #fff;
        text-align: center;
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 30px;
        letter-spacing: 1px;
        text-shadow: 1px 1px 10px #00000044;
    }
    .video-section-gallery .video-thumb-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .video-section-gallery .video-thumb {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 4px 24px 0 rgba(0,0,0,0.18);
        cursor: pointer;
        transition: transform 0.2s;
        margin-bottom: 20px;
    }
    .video-section-gallery .video-thumb:hover {
        transform: scale(1.03);
        box-shadow: 0 8px 32px 0 rgba(60, 120, 100, 0.25);
    }
    .video-section-gallery .video-thumb img {
        width: 100%;
        display: block;
        filter: brightness(0.9);
        transition: filter 0.3s;
    }
    .video-section-gallery .video-thumb:hover img {
        filter: brightness(0.5);
    }
    .video-section-gallery .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(255,255,255,0.85);
        border-radius: 50%;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,0.18);
        transition: background 0.2s;
    }
    .video-section-gallery .play-btn:hover {
        background: #396cf0;
    }
    .video-section-gallery .play-btn i {
        font-size: 2.5rem;
        color: #396cf0;
        transition: color 0.2s;
    }
    .video-section-gallery .play-btn:hover i {
        color: #fff;
    }
    @media (max-width: 600px) {
        .video-section-gallery .video-title {
            font-size: 1.5rem;
        }
        .video-section-gallery .video-thumb {
            width: 98vw;
            margin: 0 0 20px 0;
        }
    }

.slider {
          position: relative;
          width: 100%;
          height: 100%;
          overflow: hidden;
        }

        .slides {
          display: flex;
          transition: transform 1s ease-in-out;
        }

        .slides img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          flex-shrink: 0;
        }

        /* Dots Navigation on Slider */
        .dots {
          position: absolute;
          bottom: 30px;
          left: 50%;
          transform: translateX(-50%);
          display: flex;
          gap: 10px;
          z-index: 10;
        }

        .dot {
          width: 12px;
          height: 12px;
          background-color: rgb(193 189 189);
          border-radius: 50%;
          cursor: pointer;
          transition: background-color 0.3s;
        }

        .dot.active {
          background-color: white;
        }

        .dots {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
        }

        .dots span {
            display: block;
            width: 10px;
            height: 10px;
            margin: 5px;
            background: #ddd;
            border-radius: 50%;
            cursor: pointer;
        }

        .dots .active {
            background: #333;
        }

.video-home .video-thumb img{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.18);
    cursor: pointer;
    transition: transform 0.2s;
}

.video-home .video-thumb img {
    width: 100%;
    display: block;
    filter: brightness(0.9);
    transition: filter 0.3s;
    margin-bottom: 20px;
}

.video-home .video-thumb img:hover {
    width: 100%;
    display: block;
    filter: brightness(1);
    transition: filter 0.3s;
    transform: scale(1.03);
}

.footer-social img {
    width: 35px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header-social-layout2 img {
    width: 26px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header-top-bar {
    background: linear-gradient(81deg, #396cf0, #5f9a47);
}

.mt-20 {
    margin-top: 20px;
}

.about-box-layout8 .item-title span {
    color: #ffcd56 !important;
    font-weight: 550;
    font-size: 23px;
}