  body {
            font-family: Arial;
            background: #f5f5f5;
        }

        .container {
            width: 90%;
            margin: auto;
        }

        .project-one__single {
            position: relative;
            overflow: hidden;
        }

        .project-one__img img {
            width: 100%;
            display: block;
        }
   .project-one__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background: rgba(0,0,0,0.35);
    opacity: 0;
    transition: all 0.3s ease;
}

.project-one__single:hover .project-one__content {
    opacity: 1;
}


.project-one__icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-one__icon-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background: #E1306C;
    border-radius: 50%;
    text-decoration: none;
    pointer-events: auto;
}

.project-one__icon-box span {
    font-size: 24px;
    color: #fff;
}

        /* Swiper arrows */
        .swiper-button-next,
        .swiper-button-prev {
            color: #fff;
            background: #E1306C;
            width: 45px;
            height: 45px;
            border-radius: 50%;
        }

        .swiper-button-next:after,
        .swiper-button-prev:after {
            font-size: 18px;
            font-weight: bold;
        }

        .swiper {
            padding: 40px 0;
        }
        .project-one {
    background: #ffffff;   /* white background */
    padding: 20px 0;
}

.project-one .container {
    width: 90%;
    margin: auto;
}

.project-one h2 {
    position: relative;
    display: inline-block;
}

.project-one h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #E1306C;
    display: block;
    margin: 10px auto 0;
}

/* Optional: cleaner spacing for slider */
.project-slider {
    padding-bottom: 40px;
}

.project-one__single {
    position: relative;
    overflow: hidden;
    border: 3px solid #ffffff;   /* white border */
    border-radius: 12px;         /* smooth corners */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* optional nice depth */
}

.project-one__img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}




/* Optional: play on hover */
.project-one__single:hover video {
    transform: scale(1.05);
    transition: 0.3s;
}
.project-one__img-box {
    position: relative;
    overflow: hidden;
}


/* =========================
   PAGE HEADER
========================= */
.page-header{
    position:relative;
    padding:90px 0 80px;
    text-align:center;
    background:#f7f7f7;
    margin:0;
}

.page-header__inner h3{
    font-size:48px;
    font-weight:700;
    color:#fff;
    margin-bottom:10px;
    line-height:1.2;
}

.thm-breadcrumb{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    margin:0;
    padding:0;
}
