.about-us-full-img {
    width: 100%;
    height: 400px;
    position: relative;
    background-color: #58595B;
}

.about-us-full-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(88, 89, 91, 0.7);
}

.about-us-full-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.about-us-full-img .text-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
}

.about-us-full-img .text-content h1 {
    font-size: 45px;
    font-weight: 700;
    color: #F5F5F5;
}

@media (max-width: 768px) {
    .about-us-full-img .text-content h1 {
        font-size: 30px;
    }
}

.about-us-full-img .breadcrumb {
    margin-bottom: 0;
    justify-content: center;
}

.about-us-full-img .breadcrumb-wrapper li {
    padding: 0;
    font-size: 13px;
    color: #fff;
}

.about-us-full-img .breadcrumb-wrapper a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.about-us-full-img .breadcrumb-wrapper li.active {
    font-size: 12px;
    color: #fff;
}

.about-us-full-img .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 5px;
    font-weight: 500;
    color: #fff;
}

/*video start*/
.about-us-wrapper .video-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Desktop layout */
@media (min-width: 992px) {
    .about-us-wrapper .video-wrap video {
        width: 100%;
        height: auto;
        z-index: 1;
    }
}


@media (min-width: 576px) and (max-width: 991px) {

    .about-us-wrapper .video-wrap {
        margin-top: 30px;
    }

    .about-us-wrapper .video-wrap video {
        width: 90%;
        /*border-radius: 10px;*/
    }
}


@media (max-width: 575px) {
    .about-us-wrapper .rectangle-up,
    .about-us-wrapper .rectangle-down {
        width: 80px;
        height: 80px;
        opacity: 0.4;
    }

    .about-us-wrapper .rectangle-up {
        top: -10px;
        left: 10px;
    }

    .about-us-wrapper .rectangle-down {
        bottom: -10px;
        right: 10px;
    }

    .about-us-wrapper .video-wrap {
        margin-top: 25px;
    }

    .about-us-wrapper .video-wrap video {
        width: 100%;
        /*border-radius: 8px;*/
    }
}

/* Video thumbnail container */
.video-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 315px;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    max-height: 315px;
    transition: transform 0.3s ease;
}

.video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

/* Pulsing play button */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    background: transparent;
    /*border: 3px solid rgba(255, 255, 255, 0.8);*/
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 1.8s infinite;
}

.play-button::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 55px solid rgba(255, 255, 255, 0.8);
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    transform: translateX(3px);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #21665F90;
    }
    70% {
        box-shadow: 0 0 0 25px #21665F90;
    }
    100% {
        box-shadow: 0 0 0 0 #21665F90;
    }
}

/* Modal overlay */
.video-modal {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-modal.active {
    display: flex;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.video-container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    width: 90%;
}

.video-container video {
    width: 100%;
    height: auto;
}

/* Close button */
.close-btn {
    position: absolute;
    top: -30px;
    right: -30px;
    background: none;
    color: white;
    font-size: 40px;
    border: none;
    cursor: pointer;
    line-height: 1;
    transition: 0.2s ease;
}

.close-btn:hover {
    color: #C69B7B;
}

/*video end*/

.about-us-head-content .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
    text-align: right;
}

.about-us-head-content .text-wrap .head span {
    font-size: 16px;
    font-weight: 300;
    color: #58595B;
}

.about-us-head-content .text-wrap h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.8em;
    color: #000000;
    margin-bottom: 0;
}

.about-us-head-content .text-wrap p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8em;
    color: #000000;
}

/*full width text start*/
.full-width-text {
    height: 330px;
    width: 100%;
    position: relative;
}

.full-width-text::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68);
}

.full-width-text img:not(.suit-svg) {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.full-width-text .text-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


@media (max-width: 992px) {
    .full-width-text {
        height: 400px;
    }
}

.full-width-text .text-wrap span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.full-width-text .text-wrap h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.6em;
    color: #F5F5F5;
}

.full-width-text .text-wrap p {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8em;
    color: #FFFFFF;
    margin-bottom: 0;
}

/*rest text start*/

.about-us-rest-wrapper h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.8em;
    color: #000000;
}

.about-us-rest-wrapper p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8em;
    color: #000000;
}

.about-us-rest-wrapper .img-wrapper {
    height: 550px;
    width: 100%;
    position: relative;
}

.about-us-rest-wrapper .img-wrapper .backdrop {
    background-color: #EEEEEE;
    position: absolute;
    right: 100px;
    width: 350px;
    height: 91%;
}

.about-us-rest-wrapper .img-wrapper img {
    position: absolute;
    right: 120px;
    top: 15px;
    height: 85%;
    width: 350px;
}

@media (max-width: 768px) {
    .about-us-rest-wrapper .img-wrapper .backdrop {
        right: 0;
    }
    .about-us-rest-wrapper .img-wrapper img {
        right: 10px;
    }
}