﻿.peer:checked~.peer-checked\:translate-x-0 {
    transform: translateX(0);}
.peer:checked~.peer-checked\:block {
    display: block;}
html {
    scroll-behavior: smooth;}
body {    font-family: "Figtree", sans-serif;
}
p {
    font-weight: 300 !important;}

.nav-menu {
    font-family: "Sora", sans-serif;
}

.cta-button {
    font-family: "Figtree", sans-serif;
    color: #1f1f1f;
}
.hero-heading {
    font-family: "Sora", sans-serif;
    font-weight: 500;
    line-height: 130% !important;
}
.hero-para {
    font-family: "Figtree", sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 1px !important;
    line-height: 144% !important;
}
.marquee-line {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.track-rtl,
.track-ltr {
    display: inline-flex;
    white-space: nowrap;
    will-change: transform;
}
.track-rtl {
    animation: marqueeRTL 20s linear infinite;
}
.track-ltr {
    animation: marqueeLTR 20s linear infinite;
}

@keyframes marqueeRTL {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes marqueeLTR {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}
.icon {
    font-size: 24px;
    font-weight: bold;
}
.dotted-bg {
    background-color: #121212;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
}
.glass-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: all 0.3s ease;
}
.glass-card:hover {
    border-color: rgba(255, 215, 0, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}
.hover-bg-primary-90:hover {
    background-color: rgb(212 163 59 / 0.9);
}
.hover-border-gold {
    transition: all .25s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.hover-border-gold:hover {
    border-color: rgb(212 163 59 / 0.9) !important;
}
@keyframes testimonialScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
.animate-scroll {
    animation: testimonialScroll 35s linear infinite;
    will-change: transform;
}
.scroll-wrapper:hover .animate-scroll {
    animation-play-state: paused !important;
}
.t-card {
    width: 360px;
    padding: 1.75rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    transition: all .35s ease;
    position: relative;
    overflow: visible !important;
    z-index: 10;
}
.t-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, .7), transparent);
}
.t-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, .07), transparent 60%);
    pointer-events: none;
}
.t-card:hover {
    transform: translateY(-6px) scale(1.02);
    border-color: rgba(255, 215, 0, 0.25);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
    z-index: 50;
}
@media (min-width: 768px) {
    .md\:h-\[65vh\] {
        height: 70vh !important;
    }
}

@media (min-width: 768px) {
    .md\:text-5xl {
        font-size: 2.5rem !important;
        line-height: 1;
    }
}
.gap-4 {
    gap: 2rem !important;
}
@layer utilities {
    .dotted-bg {
        background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
        background-size: 14px 14px;
    }
    @keyframes slide {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    .animate-slide {
        animation: slide 20s linear infinite;
    }

    .pause-on-hover:hover {
        animation-play-state: paused;
    }
}
.domain-logo {
    max-height: 50px;
    width: auto;
    object-fit: contain;
    display: block;
    filter: brightness(1);
    transition: 0.2s ease;
}
    .domain-logo:hover {
        transform: scale(1.05);
        filter: brightness(1.2);
    }
.client-popup {
    display: none;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    padding: 6px 12px;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid rgba(255, 213, 101, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    z-index: 100;
}
.client-popup img {
    display: none;
}
.client-marker:hover .client-popup {
    display: block;
    z-index: 101;
}
.client-marker {
    position: absolute;
    transform: translate(-50%, -50%);
}
.map-pin {
    width: 18px;
    height: 18px;
    background-color: rgb(212 163 59);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: transform .2s ease;
    box-shadow: 0 0 10px rgba(212, 163, 59, 0.8), 0 0 20px rgba(212, 163, 59, 0.6), 0 0 30px rgba(212, 163, 59, 0.4);
}
.map-pin:hover {
    transform: scale(1.2);
}
.map-pin::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid rgb(212 163 59);
    filter: drop-shadow(0 0 5px rgba(212, 163, 59, 0.8));
}
.client-popup.show {
    display: block !important;
}
.domain-logo {
    filter: grayscale(100%);
    opacity: 0.9;
    transition: all 0.3s ease;
    height: 40px;
    object-fit: contain;
}

/*============== Mobile View CSS Starts Here =========================*/
@media only screen and (max-width: 767px) {
    footer {
        text-align: center;
        padding-top: 3rem !important;
    }
    footer .grid {
        gap: 2.5rem !important;
    }
    footer .max-w-7xl>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        margin-bottom: 0;
    }
    footer .flex {
        justify-content: center !important;
    }
    footer ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    footer p {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .h-\[55vh\] {
        height: 70vh !important;
    }
    @media (max-width: 767px) {
        .domain-card {
            text-align: center !important;
            gap: 14px !important;
        }
        .domain-card > div:first-child {
                display: flex !important;
                flex-direction: row !important;
                align-items: center !important;
                justify-content: center !important;
                gap: 10px !important;
         }
        .domain-card h3 {
         margin: 0 !important; }
            .domain-card .flex.items-center.gap-2,
            .domain-card .flex.flex-wrap {
                justify-content: center !important;
                margin-top: 2px !important;
            }
            .domain-card > div:last-child {
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
                gap: 8px !important;
            }
            .domain-card a {
                display: inline-flex !important;
                width: 78% !important;
                margin-top: 6px !important;
                justify-content: center !important;
            }
            .domain-card .text-right {
                text-align: center !important;
                width: auto !important;
                margin-bottom: 6px !important;
            }
        #category-filters {
            display: grid !important;
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 10px !important;
            width: 100% !important;
        }

        #category-filters .filter-btn {
                padding: 10px 6px !important;
                font-size: 10px !important;
                text-align: center !important;
                border-radius: 9999px !important;
                white-space: nowrap !important;
            }
        .lg\:sticky {
            position: static !important;
            top: auto !important;
        }
        #what-we-do-list,
        #what-we-do-list * {
            position: static !important;
        }
        #what-we-do-boxes {
            position: static !important;
            margin-top: 32px !important;
            z-index: auto !important;
        }
        .what-we-do-box {
            position: static !important;
            transform: none !important;
            margin-bottom: 24px !important;
        }
        .what-we-do-box * {
                transform: none !important;
        }
    }

  
}

@media (max-width: 767px) {

    .track-rtl {
        animation-duration: 8s !important;
    }

    .track-ltr {
        animation-duration: 8s !important;
    }
}

