﻿﻿ /*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.space-section {
    padding: 0;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    text-align: center;
    padding-bottom: 25px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    gap: 15px;
    position: relative;
    animation: fadeInUp 1s ease-in-out;
}

    .section-title span {
        display: inline-block;
    }

.welcome-text {
    padding: 10px;
    justify-self: left;
    font-size: 30px;
}

.about-us .image {
    display: flex;
    height: 100%;
    align-items: center;
}

.about-us img {
    border-radius: 8px;
    transition: transform 0.6s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#about-us p {
    color: black;
}

.about-us img:hover {
    transform: scale(1.05);
}

/* Shine effect on highlight */
.title-text span::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
    transform: skewX(-20deg);
    animation: shine 3s infinite;
}

.title-text {
    background: var(--default-purple-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

/* Decorative lines */
.left-line {
    flex: 1;
    height: 2px;
    background: var(--background-right-transparent);
    animation: growLine 1.5s ease forwards;
    opacity: 0.7;
}

.right-line {
    flex: 1;
    height: 2px;
    background: var(--background-left-transparent);
    animation: growLine 1.5s ease forwards;
    opacity: 0.7;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes growLine {
    from {
        width: 0;
        opacity: 0;
    }

    to {
        width: 100%;
        opacity: 1;
    }
}

@keyframes shine {
    0% {
        left: -50%;
    }

    50% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

.features-list li {
    margin-bottom: 10px;
}

    .features-list li::before {
        content: "✔ ";
        color: #ffde17;
        font-weight: bold;
    }

.gallery img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: transform 0.3s;
    height: 100%;
    max-height: 200px;
    min-height: 185px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
}

    .gallery img:hover {
        transform: scale(1.05);
    }

.op-days {
    margin-top: 20px;
    font-weight: bold;
}

.verticalcolumnone {
    max-height: 750px;
    height: 750px;
    width: 200px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(transparent, black 20%, black 80%, transparent 100%);
    /*! mask-image: linear-gradient(transparent, black 20%, black 80%, transparent 100%); */
}

@keyframes looping {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-100%);
    }
}

@media only screen and (max-width: 360px) {
    .verticalcolumnone {
        max-height: 350px;
        height: 350px;
        width: 100px;
    }
}

/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7d7d22a */
.carouselverticaltwo {
    animation: looping 12s linear 0s infinite none reverse;
    animation-direction: reverse;
}

.verticalcolumntwo {
    margin-top: 5rem;
    max-height: 700px;
    height: 700px;
    width: 200px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(transparent, black 20%, black 80%, transparent 100%);
    mask-image: linear-gradient(transparent, black 20%, black 80%, transparent 100%);
}

@keyframes looping {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-100%);
    }
}

@media only screen and (max-width: 360px) {
    .verticalcolumntwo {
        max-height: 350px;
        height: 350px;
        width: 100px;
    }
}

/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9c6c9cb */
.carouselverticalone {
    animation: looping 10s linear 0s infinite none;
}

.about-us-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.verticalcolumnone {
    max-height: 750px;
    height: 750px;
    width: 33%;
    overflow: hidden;
    /*! -webkit-mask-image: linear-gradient(transparent, black 20%, black 80%, transparent 100%); */
    /*! mask-image: linear-gradient(transparent, black 20%, black 80%, transparent 100%); */
}

@keyframes looping {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-100%);
    }
}

@media only screen and (max-width: 360px) {
    .verticalcolumnone {
        max-height: 350px;
        height: 350px;
        width: 100px;
    }
}

.sticky-column {
    position: sticky;
    position: -webkit-sticky;
    top: 8rem;
}

.sticky-main .elementor-widget-wrap {
    display: block !important;
}

/*--------------------------------------------------------------
# Mission & Vision Section
--------------------------------------------------------------*/

.our-mission img,
.our-vision img {
    width: 100%;
}

.our-mission {
    margin-bottom: 60px;
}

    .our-mission .content,
    .our-vision .content {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
        margin-bottom: 20px;
        padding: 20px 0 0;
    }

    .our-mission h3,
    .our-vision h3 {
        margin: 0;
        font-size: 42px;
    }

    .our-mission svg,
    .our-vision svg {
        width: 50px;
        height: 50px;
    }

.our-vision .icon img {
    width: 50px;
    height: 50px;
}

@media (max-width: 1024px) {
    .our-mission > .row {
        flex-direction: column-reverse;
    }

    #about-us p {
        font-size: 14px;
    }

    .our-mission {
        margin-bottom: 30px;
    }

    .welcome-text {
        font-size: 24px;
    }
}
