@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.float-slow {
    animation: float 6s ease-in-out infinite;
}

.float-medium {
    animation: float 4s ease-in-out infinite;
}

.float-fast {
    animation: float 3s ease-in-out infinite;
}

.pulse-slow {
    animation: pulse 3s ease-in-out infinite;
}





.service_u li:hover {
    margin-left: 5px;
    text-decoration: underline;
    transition: all 0.1s linear;
}

.footer_logo {
    width: 170px;
}

footer .footer_logo {
    width: auto;
    max-width: 170px;
}

/* -------------------------------------------------------------------------- */
/* Buzzonic footer — dark theme & layout (bypasses missing Tailwind arbitrary) */
/* -------------------------------------------------------------------------- */

.buzzonic-footer-cta {
    background-color: #0e141f;
    color: #fff;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 22px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.buzzonic-footer-cta .h2-headline,
.buzzonic-footer-cta .h4-headline {
    color: #fff;
}

.buzzonic-site-footer {
    position: relative;
    overflow: hidden;
    background-color: #080d14;
    color: #cbd5e1;
    background-image: radial-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 22px 22px;
}

.buzzonic-site-footer .buzzonic-footer-top {
    display: grid;
    gap: 2rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    scroll-margin-top: 6rem;
}

@media (min-width: 1024px) {
    .buzzonic-site-footer .buzzonic-footer-top {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        column-gap: 2rem;
        row-gap: 1.5rem;
    }
}

.buzzonic-footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    min-width: 0;
}

@media (min-width: 640px) {
    .buzzonic-footer-brand {
        flex-direction: row;
        align-items: center;
        gap: 1.25rem;
    }
}

.buzzonic-footer-brand-divider {
    display: none;
    flex-shrink: 0;
    width: 1px;
    height: 2.5rem;
    background: rgba(255, 255, 255, 0.15);
}

@media (min-width: 640px) {
    .buzzonic-footer-brand-divider {
        display: block;
    }
}

.buzzonic-footer-tagline {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #cbd5e1;
    text-align: left;
    max-width: 34rem;
}

@media (min-width: 640px) {
    .buzzonic-footer-tagline {
        font-size: 0.9375rem;
    }
}

.buzzonic-footer-tagline strong {
    font-weight: 600;
    background: linear-gradient(90deg, #e879f9, #f472b6, #22d3ee);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.buzzonic-footer-news {
    width: 100%;
}

@media (min-width: 1024px) {
    .buzzonic-footer-news {
        width: auto;
        max-width: none;
        justify-self: end;
    }
}

.buzzonic-footer-news-title {
    margin: 0 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
}

.buzzonic-footer-news form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
}

@media (min-width: 640px) {
    .buzzonic-footer-news form {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        width: auto;
        max-width: max-content;
    }
}

.buzzonic-footer-news input[type="email"] {
    box-sizing: border-box;
    min-height: 44px;
    width: 100%;
    max-width: 100%;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #111923;
    color: #f8fafc;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    outline: none;
}

.buzzonic-footer-news input[type="email"]::placeholder {
    color: #64748b;
}

.buzzonic-footer-news input[type="email"]:focus {
    border-color: rgba(235, 244, 114, 0.45);
    box-shadow: 0 0 0 3px rgba(70, 163, 239, 0.2);
}

@media (min-width: 640px) {
    .buzzonic-footer-news input[type="email"] {
        flex: 0 0 12.5rem;
        width: 12.5rem;
        min-width: 20rem;
        max-width: 12.5rem;
    }
}

.buzzonic-footer-news button[type="submit"] {
    box-sizing: border-box;
    min-height: 44px;
    flex-shrink: 0;
    border-radius: 0.75rem;
    border: none;
    padding: 0.5rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    background: linear-gradient(90deg, #ec4899, #c026d3, #7c3aed);
    box-shadow: 0 8px 28px rgba(124, 58, 237, 0.22);
    transition: transform 0.2s ease, filter 0.2s ease;
}

.buzzonic-footer-news button[type="submit"]:hover {
    filter: brightness(1.06);
    transform: scale(1.02);
}

.buzzonic-footer-legal {
    background-color: #050810;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}





/* healthcare */
.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}















/* Shine Effect */
/* index page healthcare  */

.card-hover {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.card-hover::after {
    content: '';
    position: absolute;
    top: -50%;
    bottom: -50%;
    width: 1.5em;
    background: rgba(255, 255, 255, 0.3);
    transform: translate3d(-700%, 0, 0) rotate(35deg);
    z-index: 2;
}

.card-hover:hover::after {
    transform: translate3d(2500%, 0, 0) rotate(35deg);
    transition: transform 0.6s ease-in-out;
}

/* Extra Premium Hover */
.card-hover:hover {
    transform: translateY(-8px) scale(1.03);
}








.cards-hover:hover {
    cursor: pointer;
    animation: jelly 0.5s;
}

@keyframes jelly {

    0%,
    100% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}










/* let go footer upper section */

.h2-headline {
    font-size: clamp(46px, 10vw, 152px);
    font-weight: 700;
    line-height: normal;
    font-family: bold;
}

.h4-headline {
    font-size: clamp(21px, 2vw, 28px);
}


.shape5-box {
    position: absolute;
    top: -30%;
    left: 20%
}

.cta2-inner-des,
.service-list {
    position: relative;
    z-index: 1
}



.get-touch-btn {
    position: absolute;
    left: 44%;
    top: 38%;
}

.cta2-inner-des:hover .get-touch-btn a {
    transform: scale(1);
}

.get-touch-btn a {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    background: #41c979;
    align-items: center;
    justify-content: center;
    transform: scale(0);
}

.get-touch-btn a {
    transition: .5s ease-in-out;
}

.cta-2-inner {
    position: relative;
}

.shape5-box {
    position: absolute;
    top: -30%;
    left: 21%;
}

.shape5-box img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .get-touch-btn {
        top: 11%;
        left: 35%;
    }

    .get-touch-btn a {
        width: 115px;
        height: 115px;

    }

    .shape5-box {
        position: absolute;
        top: -92%;
        left: 0%;
    }
}













/* Slider full height */
.myHeroSlider {
    position: relative;
    overflow: hidden;
    background: #000;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
}

/* Hero slider: full-bleed video backgrounds (any slide) */
.myHeroSlider .hero-slide-video-wrap {
    pointer-events: none;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)),
        url("../images/banner-hero.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.myHeroSlider .hero-slide-video-wrap.hero-video-fallback {
    /* background: center / cover no-repeat url("../images/banner-her.webp"); */
}

.myHeroSlider .hero-slide-video-wrap.hero-video-fallback .hero-slide-video-bg {
    display: none;
}

.myHeroSlider .hero-slide-video-bg {
    opacity: 1;
    transition: opacity 200ms ease;
    will-change: opacity;
}

.myHeroSlider .hero-slide-video-bg,
.myHeroSlider video[data-hero-video] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Slide center align */
.myHeroSlider .swiper-slide {
    display: flex;
    align-items: center;
    height: 100vh;
}

/* Fade animation */
.swiper-slide {
    opacity: 0;
    transition: opacity 0.6s ease;
}

.swiper-slide-active {
    opacity: 1;
}

/* Text animation */
.swiper-slide h1,
.swiper-slide p,
.swiper-slide a {
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.6s ease;
}

.swiper-slide-active h1,
.swiper-slide-active p,
.swiper-slide-active a {
    transform: translateY(0);
    opacity: 1;
}

.swiper-slide-active h1 {
    transition-delay: 0.2s;
}

.swiper-slide-active p {
    transition-delay: 0.4s;
}

.swiper-slide-active a {
    transition-delay: 0.6s;
}

/* Image animation */
.swiper-slide img {
    transition: transform 0.6s ease;
}

.swiper-slide-active img {
    transform: scale(1.05);
}

/* Buttons */
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 18px;
    color: #fff;
}

/* Heading */
.h1-header {
    font-size: clamp(32px, 6vw, 48px);
    font-weight: 700;
}

/* Image FIX — use vh so hero art scales with viewport (Tailwind max-h alone loses to this rule) */
.hero_img img {
    width: 100%;
    height: auto;
    max-height: min(720px, 880px);
    object-fit: contain;
}

/* Larger hero visual (e.g. Google Ads slide) */
.hero_img img.hero-cta-visual-lg {
    max-height: min(90vh, 1040px);
}

/* Bottom bar */
.hero-bottom-bar {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.6);
}

/* MOBILE FIX 🔥 */
@media (max-width: 768px) {

    .myHeroSlider .swiper-slide {
        padding: 100px 0;
        height: auto;
        /* background-color: red; */
    }

    .tp-header,
    .hero-content {
        text-align: center !important;
    }

    .hero_img img {
        max-height: min(48vh, 380px);
        margin: 0 auto;
    }

    .hero_img img.hero-cta-visual-lg {
        max-height: min(58vh, 460px);
    }

    /* Buttons */
    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 18px !important;
        color: #fff;
    }

    /* Slider full height */
    .myHeroSlider {
        position: relative;
        overflow: hidden;
        background: #000;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: center;
    }
}












/* =======animation heading ,  Extra Animation Style ========== */
@keyframes gradientMove {
    0% {
        background-position: 0%
    }

    100% {
        background-position: 200%
    }
}

.animate-gradient {
    background-size: 200% auto;
    animation: gradientMove 3s linear infinite;
}





/* php {
    scroll-behavior: smooth;
} */




/* click krne pr abour, service, ect list open ho */
.groups {
    position: relative;
}

/* Default hidden */
.mega-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(15px);
    transition: all 0.3s ease;
}

/* Show on hover */
.groups:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}