:root {
    --teal-light: #f0fff4;
}
body {
    font-family: "Satoshi-Medium";
    font-size: 16px;
}
.bg-teal-light {
    background: var(--teal-light);
}
@font-face {
    font-family: "Satoshi-Medium";
    src: url("../fonts/Satoshi-Medium.woff2") format("woff2"),
        url("../fonts/Satoshi-Medium.woff") format("woff"),
        url("../fonts/Satoshi-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
.text-sm {
    font-size: 16px !important;
}
.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s ease-out;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s ease-out;
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.scale-in {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.6s ease-out;
}

.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}

.navbar-blur {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255);
    box-shadow: 0 0 2px 2px #0000000d;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-card:hover .project-image {
    transform: scale(1.05);
}

.logo-scroll {
    animation: scroll 30s linear infinite;
    width: fit-content;
}

.video-overlay {
    background: linear-gradient(
        45deg,
        rgba(20, 184, 166, 0.8),
        rgba(34, 197, 94, 0.8)
    );
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in {
    animation: fadeIn 1s ease-in-out;
}
.scale-in {
    animation: scaleIn 0.8s ease-in-out forwards;
}
.slide-in-up {
    animation: slideInUp 1s ease-in-out;
}
.slide-in-right {
    animation: slideInRight 1s ease-in-out;
}

.bg-teal-50 {
    background-color: #f0fff0;
}

.bg-approach-left {
    background-image: url("../images/qualification-vector-1.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
    opacity: 84%;
}

.bg-banner {
    background-image: url("../images/hero-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg-about {
    background-image: url("../images/qualification-vector-2.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
}

.fs-4 {
    font-size: 24px;
}

.gradient-border {
    --border-width: 3px;
    --inner-bg: rgba(255, 255, 255, 1);

    border: var(--border-width) solid transparent;
    background: linear-gradient(var(--inner-bg), var(--inner-bg)) padding-box,
        linear-gradient(
                60deg,
                rgb(20 184 166),
                rgba(48, 243, 217, 1),
                #bbf7d0,
                #86efac,
                rgb(20 184 166),
                #22c55e,
                #15803d,
                #166534
            )
            border-box;

    background-size: auto auto, 300% 300%;
    background-position: center, 0% 50%;
    animation: moveGradient 4s alternate infinite;
    -webkit-background-clip: padding-box, border-box;
    background-clip: padding-box, border-box;
}

@keyframes moveGradient {
    0% {
        background-position: center, 0% 50%;
    }

    100% {
        background-position: center, 100% 50%;
    }
}

.contact-vector {
    height: 80%;
}

#spotlight {
    background: rgb(243 244 246 / 61%);
}

.about-img {
    /* height: 600px; */
    height: 650px;
    object-fit: contain;
    /* top: 72px;
  left: 128px;
  position: relative; */
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    opacity: 0;
    animation-name: fadeInUp;
    animation-duration: 0.8s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

/* Staggered animation delays */
.delay-100 {
    animation-delay: 0.1s;
}

.delay-200 {
    animation-delay: 0.2s;
}

.delay-300 {
    animation-delay: 0.3s;
}

.delay-400 {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.grid > .group {
    opacity: 0;
    animation: fadeInUp 0.7s ease-out forwards;
}

.grid > .group:nth-child(1) {
    animation-delay: 0.1s;
}

.grid > .group:nth-child(2) {
    animation-delay: 0.2s;
}

.grid > .group:nth-child(3) {
    animation-delay: 0.3s;
}

.grid > .group:nth-child(4) {
    animation-delay: 0.4s;
}

.custom-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mob-view-icons {
    display: flex;
    gap: 20px;
}

.ellipsis-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.para-clamped {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    text-overflow: ellipsis;
}
.prose-clamped {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 15;
    text-overflow: ellipsis;
}
/* .ppl-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
} */

.spot-text {
    min-height: 240px;
}

.prev-btn,
.next-btn {
    padding: 20px;
    background: white;
    color: teal;
    border-radius: 50%;
    border: 2px solid teal;
}

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

.spot-small {
    min-height: 456px !important;
}

#mobile-menu {
    height: 100vh !important;
}

#testimonials {
    background-image: url("../images/testimonial-bg.svg");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.d-none {
    display: none !important;
}
.threecards {
    height: 180px;
    max-height: 220px;
}

#toast-container {
    position: fixed; /* cover entire screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent backdrop */
    z-index: 50;
    opacity: 0;
    pointer-events: none; /* don't block clicks when hidden */
    transition: opacity 0.3s ease;
}

.toast-card {
    width: 450px;
    max-width: 480px;
    padding: 30px;
    background: white;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}
/* Ribbon */

.ribbon {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    --r: 0.05em;
    --c: linear-gradient(45deg, #239b89, #26ddc0);
    position: absolute;
    top: 0px;
    right: calc(-1 * var(--r));
    padding: 8px;
    background: #000000f0;
    background-repeat: no-repeat;
    overflow: hidden;
    border-bottom-left-radius: 8px;
}

.hr-line {
    width: 40%;
    margin: auto;
    height: 3px;
    margin-bottom: 10px;
    background: #e7fffc;
}
#videogallery {
        background-image: url(../images/qualification-vector-1.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
}
.brdr-bottom::before {
    width: 12%;
    margin: auto;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    height: 4px;
    background: linear-gradient(45deg,#239b89,#26ddc0);
}
.brdr-bottom {
    position: relative;
    display: block;
}
.ytp-chrome-top {
    display: none !important;
}
.testimonial-video-card {
    height: 260px;
    max-height: 300px;
}

