﻿.circular-wrapper {
    aspect-ratio: 1 / 1; /* Keeps it square */
    width: 100%;
    max-width: 300px; /* Optional max size */
    margin: 0 auto; /* Centering if needed */
    overflow: hidden;
    border-radius: 50%;
}

.circular-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blob {
    display: none;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-image: linear-gradient(#ffcb9a 80%, #d9b08c);
    opacity: 0.5;
    filter: blur(30px);
    transition: all 50ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 99999;
}



#partner .owl-carousel.owl-drag .owl-item {
    padding-left: .2%;
    padding-right: .2%;
}

.our-team {
    border-radius: 12px;
    padding: 30px 0 40px;
    margin-bottom: 30px;
    background-color: #f7f5ec;
    text-align: center;
    overflow: hidden;
    position: relative;
}

    .our-team .picture {
        display: inline-block;
        height: 130px;
        width: 130px;
        margin-bottom: 30px;
        z-index: 1;
        position: relative;
    }

        .our-team .picture::before {
            content: "";
            width: 100%;
            height: 0;
            border-radius: 50%;
            background-color: #116466;
            position: absolute;
            bottom: 135%;
            right: 0;
            left: 0;
            opacity: 0.9;
            transform: scale(3);
            transition: all 0.3s linear 0s;
        }

    .our-team:hover .picture::before {
        height: 100%;
    }

    .our-team .picture::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #116466;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .our-team .picture img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        transform: scale(1);
        transition: all 0.9s ease 0s;
    }

    .our-team:hover .picture img {
        box-shadow: 0 0 0 14px #f7f5ec;
        transform: scale(0.7);
    }

    .our-team .title {
        display: block;
        font-size: 15px;
        color: #4e5052;
        text-transform: capitalize;
    }

    .our-team .social {
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: #116466;
        position: absolute;
        bottom: 0px;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .our-team:hover .social {
        bottom: 0;
    }

    .our-team .social li {
        display: inline-block;
    }

        .our-team .social li a {
            display: block;
            padding: 10px;
            font-size: 17px;
            color: white;
            transition: all 0.3s ease 0s;
            text-decoration: none;
        }

            .our-team .social li a:hover {
                color: #116466;
                background-color: #f7f5ec;
            }

.smooth-scroll-wrapper {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.smooth-scroll-track {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
}

.smooth-scroll-wrapper:hover .smooth-scroll-track {
    animation-play-state: paused;
}

.smooth-scroll-group {
    display: flex;
}

.smooth-scroll-item {
    flex: 0 0 auto;
    width: 400px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .smooth-scroll-item img {
        width: 100%;
        max-height: 180px;
        object-fit: contain;
    }

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.featured-brands {
    text-align: center;
    padding: 5px;
    transition: background-color 0.3s ease;
}

    .featured-brands p {
        font-family: serif;
        font-weight: bolder;
        color: #116466;
    }

    .featured-brands:hover {
        background-color: #f8f9fa;
    }

    .featured-brands .brand-logo {
        height: 50px;
        display: block;
        margin: 2% auto 10px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .featured-brands:hover .brand-logo {
        transform: scale(1.1);
        /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    }

.brand-image-container {
    padding-top: 1%;
    width: 100%;
    height: 100%;
    background-color: white;
}

.featured-brands {
    text-align: center;
    padding: 5px;
    transition: background-color 0.3s ease;
}

    .featured-brands p {
        font-family: serif;
        font-weight: bolder;
        color: #116466;
    }

    .featured-brands:hover {
        background-color: #f8f9fa;
    }

    .featured-brands .brand-logo {
        height: 50px;
        display: block;
        margin: 2% auto 10px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .featured-brands:hover .brand-logo {
        transform: scale(1.1);
    }

.brand-image-container {
    padding-top: 1%;
    width: 100%;
    height: 100%;
    background-color: white;
}

.brand-hidden {
    display: none;
}

pre {
    padding: 0;
    margin: 0;
    font-size: inherit;
    background-color: transparent;
    border: none;
    overflow: visible; /* Optional: remove scrolling */
    font-family: inherit;
    unicode-bidi: inherit;
    text-transform: uppercase;
}
