/********** Template CSS **********/
:root {
    --primary: #7296e2;
    --light: #F8F8F8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/sli1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}









































   .Revi1, .Revi2, .Revi3, .Revi4, .Revi5, .Revi6, .Revi7, .Revi8, .Revi9, .Revi10 {
            background: #ffffff;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(13, 110, 253, 0.1);
            animation: cardFloat 4s ease-in-out infinite;
        }

        .Revi1 { animation-delay: 0.2s; }
        .Revi2 { animation-delay: 0.4s; }
        .Revi3 { animation-delay: 0.6s; }
        .Revi4 { animation-delay: 0.8s; }
        .Revi5 { animation-delay: 1.0s; }
        .Revi6 { animation-delay: 1.2s; }

        @keyframes cardFloat {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            25% { transform: translateY(-4px) rotate(0.3deg); }
            50% { transform: translateY(-2px) rotate(-0.3deg); }
            75% { transform: translateY(-3px) rotate(0.2deg); }
        }

        .Revi1::before, .Revi2::before, .Revi3::before, .Revi4::before, .Revi5::before, 
        .Revi6::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #0d6efd, #6ea8fe, #ff6b6b, #6ea8fe, #0d6efd);
            background-size: 300% 100%;
            animation: borderFlow 2s linear infinite;
        }

        @keyframes borderFlow {
            0% { background-position: 300% 0; }
            100% { background-position: -300% 0; }
        }

        .Revi1::after, .Revi2::after, .Revi3::after, .Revi4::after, .Revi5::after, 
        .Revi6::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 20% 80%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
                       radial-gradient(circle at 80% 20%, rgba(255, 107, 107, 0.04) 0%, transparent 50%);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 1;
            animation: backgroundPulse 6s ease-in-out infinite;
        }

        @keyframes backgroundPulse {
            0%, 100% { opacity: 0; }
            50% { opacity: 0.2; }
        }

        .Revi1:hover::after, .Revi2:hover::after, .Revi3:hover::after, .Revi4:hover::after, 
        .Revi5:hover::after, .Revi6:hover::after {
            opacity: 0.3;
            animation: none;
        }

        .ReviDeco1, .ReviDeco2, .ReviDeco3, .ReviDeco4, .ReviDeco5, .ReviDeco6 {
            position: absolute;
            z-index: 1;
            opacity: 0.1;
            animation: shapeFloat 5s ease-in-out infinite;
        }

        @keyframes shapeFloat {
            0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
            25% { transform: translate(5px, -8px) rotate(90deg) scale(1.05); }
            50% { transform: translate(-3px, -12px) rotate(180deg) scale(1.1); }
            75% { transform: translate(8px, -5px) rotate(270deg) scale(1.03); }
        }

        .ReviDeco1 { top: -20px; right: -20px; width: 80px; height: 80px; background: #0d6efd; border-radius: 50%; animation-delay: 0s; }
        .ReviDeco2 { bottom: -25px; left: -25px; width: 90px; height: 90px; background: #0d6efd; clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); animation-delay: 1s; }
        .ReviDeco3 { top: 15px; right: 15px; width: 60px; height: 60px; background: #0d6efd; border-radius: 10px; animation-delay: 2s; }
        .ReviDeco4 { bottom: 15px; right: 15px; width: 70px; height: 50px; background: #0d6efd; border-radius: 25px 25px 0 25px; animation-delay: 3s; }
        .ReviDeco5 { top: 50%; left: -15px; width: 60px; height: 60px; background: #0d6efd; clip-path: polygon(0% 0%, 100% 50%, 0% 100%); animation-delay: 4s; }
        .ReviDeco6 { top: -15px; left: 50%; transform: translateX(-50%); width: 80px; height: 40px; background: #0d6efd; border-radius: 40px 40px 0 0; animation-delay: 5s; }

        .Revi1:hover, .Revi2:hover, .Revi3:hover, .Revi4:hover, .Revi5:hover, 
        .Revi6:hover {
            transform: translateY(-6px) scale(1.02) rotate(0.5deg);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            border-color: rgba(13, 110, 253, 0.2);
            animation-play-state: paused;
        }

        .ReviHeader1, .ReviHeader2, .ReviHeader3, .ReviHeader4, .ReviHeader5, 
        .ReviHeader6 {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            margin-bottom: 15px;
            position: relative;
            z-index: 3;
        }

        .ReviInfo1, .ReviInfo2, .ReviInfo3, .ReviInfo4, .ReviInfo5, 
        .ReviInfo6 {
            display: flex;
            align-items: center;
        }

        .ReviAvatar1, .ReviAvatar2, .ReviAvatar3, .ReviAvatar4, .ReviAvatar5, 
        .ReviAvatar6 {
            width: 45px;
            height: 45px;
            border-radius: 10px;
            overflow: hidden;
            margin-right: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #0d6efd, #6ea8fe);
            color: white;
            font-weight: 600;
            font-size: 1.1rem;
            box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
            position: relative;
            z-index: 3;
            transition: all 0.3s ease;
            animation: avatarPulse 3s ease-in-out infinite;
        }

        @keyframes avatarPulse {
            0%, 100% { box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3); transform: scale(1) rotate(0deg); }
            50% { box-shadow: 0 6px 18px rgba(13, 110, 253, 0.5); transform: scale(1.03) rotate(3deg); }
        }

        .Revi1:hover .ReviAvatar1, .Revi2:hover .ReviAvatar2, .Revi3:hover .ReviAvatar3, 
        .Revi4:hover .ReviAvatar4, .Revi5:hover .ReviAvatar5, .Revi6:hover .ReviAvatar6 {
            transform: scale(1.08) rotate(5deg);
            animation: none;
            box-shadow: 0 6px 20px rgba(13, 110, 253, 0.6);
        }

        .ReviDetails1 h4, .ReviDetails2 h4, .ReviDetails3 h4, .ReviDetails4 h4, .ReviDetails5 h4, 
        .ReviDetails6 h4 {
            font-size: 1.1rem;
            margin-bottom: 3px;
            color: #333;
            font-weight: 600;
            position: relative;
            z-index: 3;
        }

        .ReviDetails1 p, .ReviDetails2 p, .ReviDetails3 p, .ReviDetails4 p, .ReviDetails5 p, 
        .ReviDetails6 p {
            font-size: 0.85rem;
            color: #6c757d;
            position: relative;
            z-index: 3;
        }

        .ReviQuote1, .ReviQuote2, .ReviQuote3, .ReviQuote4, .ReviQuote5, 
        .ReviQuote6 {
            font-size: 1.6rem;
            color: #0d6efd;
            opacity: 0.8;
            position: relative;
            z-index: 3;
            transition: all 0.3s ease;
            animation: quoteOrbit 5s linear infinite;
        }

        @keyframes quoteOrbit {
            0% { transform: rotate(0deg) scale(1); }
            25% { transform: rotate(90deg) scale(1.05); }
            50% { transform: rotate(180deg) scale(1.1); }
            75% { transform: rotate(270deg) scale(1.05); }
            100% { transform: rotate(360deg) scale(1); }
        }

        .Revi1:hover .ReviQuote1, .Revi2:hover .ReviQuote2, .Revi3:hover .ReviQuote3, 
        .Revi4:hover .ReviQuote4, .Revi5:hover .ReviQuote5, .Revi6:hover .ReviQuote6 {
            transform: scale(1.15) rotate(8deg);
            color: #084298;
            animation: none;
        }

        .ReviContent1, .ReviContent2, .ReviContent3, .ReviContent4, .ReviContent5, 
        .ReviContent6 {
            margin-bottom: 15px;
            position: relative;
            z-index: 3;
        }

        .ReviText1, .ReviText2, .ReviText3, .ReviText4, .ReviText5, 
        .ReviText6 {
            line-height: 1.5;
            font-size: 0.9rem;
            color: #333;
            position: relative;
            padding-left: 18px;
            border-left: 2px solid #6ea8fe;
        }


        .ReviRating1, .ReviRating2, .ReviRating3, .ReviRating4, .ReviRating5, 
        .ReviRating6 {
            display: flex;
            margin-bottom: 12px;
            position: relative;
            z-index: 3;
        }

        .ReviStar1, .ReviStar2, .ReviStar3, .ReviStar4, .ReviStar5, 
        .ReviStar6 {
            color: #ffc107;
            margin-right: 3px;
            font-size: 1rem;
            text-shadow: 0 1px 2px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            animation: starTwinkle 3s ease-in-out infinite;
        }

        .ReviStar1 { animation-delay: 0.3s; }
        .ReviStar2 { animation-delay: 0.6s; }
        .ReviStar3 { animation-delay: 0.9s; }
        .ReviStar4 { animation-delay: 1.2s; }
        .ReviStar5 { animation-delay: 1.5s; }
        .ReviStar6 { animation-delay: 1.8s; }

        @keyframes starTwinkle {
            0%, 100% { opacity: 1; transform: scale(1) translateY(0); }
            50% { opacity: 0.8; transform: scale(1.1) translateY(-2px); }
        }

        .Revi1:hover .ReviStar1, .Revi2:hover .ReviStar2, .Revi3:hover .ReviStar3, 
        .Revi4:hover .ReviStar4, .Revi5:hover .ReviStar5, .Revi6:hover .ReviStar6 {
            transform: scale(1.2);
            animation: none;
        }

        .ReviFooter1, .ReviFooter2, .ReviFooter3, .ReviFooter4, .ReviFooter5, 
        .ReviFooter6 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 12px;
            border-top: 1px solid rgba(13, 110, 253, 0.1);
            position: relative;
            z-index: 3;
        }

        .ReviDate1, .ReviDate2, .ReviDate3, .ReviDate4, .ReviDate5, 
        .ReviDate6 {
            font-size: 0.8rem;
            color: #6c757d;
            font-weight: 500;
        }

        .ReviCompany1, .ReviCompany2, .ReviCompany3, .ReviCompany4, .ReviCompany5, 
        .ReviCompany6 {
            font-size: 0.8rem;
            font-weight: 600;
            color: #0d6efd;
            background: rgba(13, 110, 253, 0.1);
            padding: 4px 10px;
            border-radius: 15px;
            transition: all 0.3s ease;
            animation: tagBounce 3s ease-in-out infinite;
        }

        @keyframes tagBounce {
            0%, 100% { transform: translateY(0) scale(1); }
            50% { transform: translateY(-2px) scale(1.03); }
        }

        .Revi1:hover .ReviCompany1, .Revi2:hover .ReviCompany2, .Revi3:hover .ReviCompany3, 
        .Revi4:hover .ReviCompany4, .Revi5:hover .ReviCompany5, .Revi6:hover .ReviCompany6 {
            background: rgba(13, 110, 253, 0.15);
            transform: translateY(-2px) scale(1.05);
            animation: none;
        }

        .ReviStats {
            background: #ffffff;
            border-radius: 12px;
            padding: 30px 20px;
            margin-top: 50px;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            text-align: center;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
            border: 1px solid rgba(13, 110, 253, 0.1);
            position: relative;
            overflow: hidden;
        }

        .ReviStats::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #0d6efd, #6ea8fe, #ff6b6b, #6ea8fe, #0d6efd);
            background-size: 300% 100%;
            animation: borderFlow 2s linear infinite;
        }

        .ReviStatItem {
            padding: 10px;
            min-width: 120px;
            position: relative;
            z-index: 2;
        }

        .ReviStatNumber {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 5px;
            color: #0d6efd;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .ReviStatIcon {
            margin-right: 8px;
            font-size: 1.8rem;
            animation: iconBounce 2s ease-in-out infinite;
        }

        @keyframes iconBounce {
            0%, 100% { transform: translateY(0) scale(1); }
            50% { transform: translateY(-3px) scale(1.05); }
        }

        .ReviStatLabel {
            font-size: 0.9rem;
            color: #6c757d;
            font-weight: 600;
        }

        .ReviContainer {
            max-width: 1200px;
            margin: 0 auto;
            padding: 30px 15px;
        }

        .ReviGrid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
        }

        @media (max-width: 768px) {
            .ReviGrid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .ReviStats {
                flex-direction: column;
                align-items: center;
                padding: 20px 15px;
            }
            
            .ReviStatItem {
                margin-bottom: 15px;
            }
            
            .ReviContainer {
                padding: 20px 10px;
            }
        }






























 
        











           .appo1 {
            font-family: 'Poppins', sans-serif;
            background: linear-gradient(135deg, #f5f7fa 0%, #e4eaf5 100%);
            min-height: 50vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 15px;
            color: #333;
            overflow-x: hidden;
        }

        .appo2 {
            width: 100%;
            max-width: 1200px;
            text-align: center;
            position: relative;
            z-index: 1;
            margin: 0 auto;
        }

        .appo3 {
            margin-bottom: 40px;
            position: relative;
        }

        .appo3 h1 {
            font-size: clamp(2.2rem, 5vw, 3.2rem);
            font-weight: 900;
            color: #000;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .appo3 h1::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 140px;
            height: 5px;
            background: #000;
            border-radius: 3px;
        }

        .appo3 p {
            font-size: clamp(1rem, 2.2vw, 1.15rem);
            color: #666;
            max-width: 550px;
            margin: 25px auto 0;
            line-height: 1.6;
            font-weight: 500;
        }

        .appo4 {
            display: flex;
            gap: 25px;
            perspective: 1000px;
            justify-content: center;
            align-items: stretch;
            width: 100%;
            margin: 0 auto;
        }

        .appo5 {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(15px);
            border-radius: 25px;
            padding: 35px 25px;
            box-shadow: 0 15px 40px rgba(26, 115, 232, 0.15);
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.6);
            flex: 1;
            min-width: 320px;
            max-width: 380px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .appo5:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 50px rgba(26, 115, 232, 0.2);
        }

        .appo5::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(26, 115, 232, 0.05) 0%, rgba(66, 133, 244, 0.05) 100%);
            z-index: -1;
        }

        .appo5::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
            z-index: -1;
        }

        .appo6 {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .appo7 {
            font-size: 32px;
            color: #1a73e8;
            position: relative;
            z-index: 10;
        }

        .appo8 {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 2px solid rgba(26, 115, 232, 0.25);
            animation: rotate1 8s linear infinite;
            z-index: 1;
        }

        .appo9 {
            position: absolute;
            width: 110%;
            height: 110%;
            border-radius: 50%;
            border: 1px solid rgba(66, 133, 244, 0.35);
            animation: rotate2 10s linear infinite reverse;
            z-index: 2;
        }

        .appo10 {
            position: absolute;
            width: 120%;
            height: 120%;
            border-radius: 50%;
            border: 1px dashed rgba(26, 115, 232, 0.25);
            animation: pulse3 4s ease-in-out infinite;
            z-index: 3;
        }

        .appo11 {
            position: absolute;
            width: 130%;
            height: 130%;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(26, 115, 232, 0.08) 0%, rgba(26, 115, 232, 0) 70%);
            animation: expand4 3s ease-in-out infinite;
            z-index: 4;
        }

        .appo12 {
            position: absolute;
            width: 140%;
            height: 140%;
            border-radius: 50%;
            border: 1px dotted rgba(66, 133, 244, 0.2);
            animation: rotate5 12s linear infinite;
            z-index: 5;
        }

        @keyframes rotate1 {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        @keyframes rotate2 {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(-360deg); }
        }

        @keyframes rotate5 {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        @keyframes pulse3 {
            0%, 100% { 
                transform: scale(1); 
                opacity: 0.4;
            }
            50% { 
                transform: scale(1.05); 
                opacity: 0.7;
            }
        }

        @keyframes expand4 {
            0%, 100% { 
                transform: scale(0.8); 
                opacity: 0.4;
            }
            50% { 
                transform: scale(1.1); 
                opacity: 0.15;
            }
        }

        .appo8::before,
        .appo8::after {
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: rgba(26, 115, 232, 0.5);
        }

        .appo8::before {
            top: -3px;
            left: 50%;
            transform: translateX(-50%);
        }

        .appo8::after {
            bottom: -3px;
            left: 50%;
            transform: translateX(-50%);
        }

        .appo9::before,
        .appo9::after {
            content: '';
            position: absolute;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: rgba(66, 133, 244, 0.4);
        }

        .appo9::before {
            top: 50%;
            left: -2px;
            transform: translateY(-50%);
        }

        .appo9::after {
            top: 50%;
            right: -2px;
            transform: translateY(-50%);
        }

        .appo5:nth-child(1) .appo8 { animation-delay: 0s; }
        .appo5:nth-child(1) .appo9 { animation-delay: 0.5s; }
        .appo5:nth-child(1) .appo10 { animation-delay: 1s; }
        .appo5:nth-child(1) .appo11 { animation-delay: 1.5s; }
        .appo5:nth-child(1) .appo12 { animation-delay: 2s; }

        .appo5:nth-child(2) .appo8 { animation-delay: 0.3s; }
        .appo5:nth-child(2) .appo9 { animation-delay: 0.8s; }
        .appo5:nth-child(2) .appo10 { animation-delay: 1.3s; }
        .appo5:nth-child(2) .appo11 { animation-delay: 1.8s; }
        .appo5:nth-child(2) .appo12 { animation-delay: 2.3s; }

        .appo5:nth-child(3) .appo8 { animation-delay: 0.6s; }
        .appo5:nth-child(3) .appo9 { animation-delay: 1.1s; }
        .appo5:nth-child(3) .appo10 { animation-delay: 1.6s; }
        .appo5:nth-child(3) .appo11 { animation-delay: 2.1s; }
        .appo5:nth-child(3) .appo12 { animation-delay: 2.6s; }

        .appo5 h3 {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 12px;
            color: #333;
            position: relative;
        }

        .appo5 h3::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 2px;
            background: linear-gradient(90deg, #1a73e8, #4285f4);
        }

        .appo5 p {
            color: #666;
            line-height: 1.5;
            margin-bottom: 20px;
            font-size: 0.9rem;
        }

        .appo13 {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: linear-gradient(135deg, #1a73e8 0%, #4285f4 100%);
            color: #fff;
            border: none;
            outline: none;
            padding: 12px 24px;
            border-radius: 50px;
            font-weight: 600;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(26, 115, 232, 0.3);
            font-size: 0.9rem;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .appo13:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 25px rgba(26, 115, 232, 0.4);
        }

        .appo13 i {
            font-size: 14px;
        }

        /* Desktop & Tablet - 3 boxes in one line */
        @media (min-width: 769px) {
            .appo4 {
                flex-direction: row;
                flex-wrap: nowrap;
            }
            
            .appo5 {
                max-width: 380px;
            }
        }

        /* Mobile - Stack vertically */
        @media (max-width: 768px) {
            .appo1 {
                padding: 10px;
                min-height: auto;
                padding-bottom: 20px;
            }
            
            .appo2 {
                padding: 0;
            }
            
            .appo3 {
                margin-bottom: 30px;
            }
            
            .appo4 {
                flex-direction: column;
                gap: 25px;
                max-width: 400px;
            }
            
            .appo5 {
                width: 100%;
                max-width: 100%;
                min-width: auto;
                padding: 30px 20px;
            }
            
            .appo6 {
                width: 70px;
                height: 70px;
            }
            
            .appo7 {
                font-size: 28px;
            }
        }

        /* Small Mobile */
        @media (max-width: 480px) {
            .appo1 {
                padding: 8px;
            }
            
            .appo3 {
                margin-bottom: 25px;
            }
            
            .appo4 {
                gap: 20px;
            }
            
            .appo5 {
                padding: 25px 18px;
            }
            
            .appo6 {
                width: 60px;
                height: 60px;
            }
            
            .appo7 {
                font-size: 24px;
            }
            
            .appo5 h3 {
                font-size: 1.1rem;
            }
            
            .appo5 p {
                font-size: 0.85rem;
            }
            
            .appo13 {
                padding: 10px 20px;
                font-size: 0.85rem;
            }
        }



















































          :root {
            --primary: #1a6fc4;
            --primary-dark: #0d4a8c;
            --primary-light: #e8f2fc;
            --accent: #ff6b35;
            --dark: #2c3e50;
            --light: #f8fafc;
            --white: #ffffff;
            --gray: #6c757d;
            --border: #e9ecef;
            --success: #28a745;
            --gradient-primary: linear-gradient(135deg, #1a6fc4 0%, #0d4a8c 100%);
            --gradient-accent: linear-gradient(135deg, #ff6b35 0%, #e85a2b 100%);
            --gradient-light: linear-gradient(135deg, #f8fafc 0%, #e8f2fc 100%);
            --shadow-subtle: 0 4px 20px rgba(0, 0, 0, 0.05);
            --shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.08);
            --shadow-elevated: 0 15px 40px rgba(0, 0, 0, 0.12);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: var(--light);
            color: var(--dark);
            line-height: 1.6;
            overflow-x: hidden;
        }

        .abo1 {
            max-width: 1100px;
            margin: 0 auto;
            padding: 10px 15px;
        }

        /* --- Animation Keyframes --- */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-20px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(20px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
            100% {
                transform: scale(1);
            }
        }

        @keyframes float {
            0% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-5px);
            }
            100% {
                transform: translateY(0px);
            }
        }

        /* --- Section Base Styles --- */
        .abo2 {
            padding: 30px 0;
            position: relative;
            opacity: 0;
            animation: fadeInUp 0.6s ease forwards;
        }
        
        .abo2:nth-child(1) { animation-delay: 0.1s; }
        .abo2:nth-child(2) { animation-delay: 0.2s; }
        .abo2:nth-child(3) { animation-delay: 0.3s; }
        .abo2:nth-child(4) { animation-delay: 0.4s; }
        .abo2:nth-child(5) { animation-delay: 0.5s; }
        
        .abo2::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--gradient-light);
            z-index: -1;
            opacity: 0;
        }
        
        .abo2:nth-child(even)::before {
            opacity: 1;
        }

        .abo3 {
            text-align: center;
            margin-bottom: 25px;
            position: relative;
        }

        .abo4 {
            font-size: 1.8rem;
            font-weight: 800;
            color: var(--primary-dark);
            margin-bottom: 8px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            position: relative;
            padding: 0 15px;
            animation: fadeInUp 0.6s ease 0.2s both;
        }

        .abo4::before, .abo4::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 30px;
            height: 2px;
            background: var(--gradient-primary);
            transform: translateY(-50%);
            border-radius: 2px;
            animation: fadeInLeft 0.6s ease 0.3s both;
        }

        .abo4::before {
            left: -15px;
        }

        .abo4::after {
            right: -15px;
            animation: fadeInRight 0.6s ease 0.3s both;
        }

        .abo4 i {
            font-size: 1.5rem;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .abo5 {
            font-size: 1rem;
            color: var(--gray);
            max-width: 700px;
            margin: 0 auto;
            font-weight: 400;
            animation: fadeInUp 0.6s ease 0.3s both;
        }

        /* --- Professional Summary Section --- */
        .abo6 {
            background: var(--white);
            border-left: 4px solid var(--primary);
            padding: 20px 25px;
            border-radius: 12px;
            margin-bottom: 25px;
            box-shadow: var(--shadow-medium);
            font-size: 1rem;
            font-style: italic;
            position: relative;
            line-height: 1.6;
            animation: fadeInUp 0.6s ease 0.4s both;
        }
        
        .abo6::before {
            content: '"';
            position: absolute;
            top: 8px;
            left: 12px;
            font-size: 3rem;
            color: var(--primary);
            opacity: 0.1;
            font-family: serif;
            line-height: 1;
        }

        .abo7 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
        }

        .abo8 {
            background: var(--white);
            padding: 25px 20px;
            border-radius: 15px;
            text-align: center;
            box-shadow: var(--shadow-medium);
            position: relative;
            overflow: hidden;
            z-index: 1;
            border: 1px solid rgba(0,0,0,0.03);
            opacity: 0;
            animation: fadeInUp 0.6s ease forwards;
        }
        
        .abo8:nth-child(1) { animation-delay: 0.5s; }
        .abo8:nth-child(2) { animation-delay: 0.6s; }
        .abo8:nth-child(3) { animation-delay: 0.7s; }
        
        .abo8::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--gradient-primary);
            opacity: 0;
            z-index: -1;
            transition: opacity 0.3s ease;
        }
        
        .abo8::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 60px;
            height: 60px;
            background: var(--primary-light);
            border-radius: 50%;
            transform: translate(20px, 20px);
            z-index: -1;
            transition: transform 0.4s ease;
        }

        .abo8:hover::after {
            transform: translate(0, 0);
        }

        .abo9 {
            width: 70px;
            height: 70px;
            margin: 0 auto 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 1.6rem;
            position: relative;
            z-index: 2;
            transition: transform 0.4s ease;
        }
        
        .abo8:hover .abo9 {
            transform: rotateY(180deg);
        }
        
        .abo8:nth-child(1) .abo9 { 
            background: rgba(26, 111, 196, 0.1); 
            color: var(--primary); 
        }
        .abo8:nth-child(2) .abo9 { 
            background: rgba(255, 107, 53, 0.1); 
            color: var(--accent); 
        }
        .abo8:nth-child(3) .abo9 { 
            background: rgba(40, 167, 69, 0.1); 
            color: var(--success); 
        }

        .abo8 h3 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: var(--dark);
            position: relative;
            z-index: 2;
        }

        .abo8 p {
            font-size: 0.95rem;
            color: var(--gray);
            margin: 0;
            position: relative;
            z-index: 2;
        }
        
        /* --- Philosophy Section --- */
        .abo10 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 25px;
        }

        .abo11 {
            background: var(--white);
            padding: 20px 20px;
            border-radius: 15px;
            box-shadow: var(--shadow-medium);
            display: flex;
            flex-direction: column;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(0,0,0,0.03);
            opacity: 0;
            animation: fadeInUp 0.6s ease forwards;
        }
        
        .abo11.icu { animation-delay: 0.6s; }
        .abo11.clinic { animation-delay: 0.7s; }
        
        .abo11::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
        }
        
        .abo11.icu::before {
            background: var(--gradient-accent);
        }
        
        .abo11.clinic::before {
            background: var(--gradient-primary);
        }

        .abo11 .abo3 {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }

        .abo12 {
            font-size: 1.8rem;
            margin-right: 12px;
            width: 55px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            transition: transform 0.4s ease;
        }
        
        .abo11:hover .abo12 {
            transform: scale(1.1);
        }
        
        .abo11.icu .abo12 {
            background: rgba(255, 107, 53, 0.1);
            color: var(--accent);
        }
        
        .abo11.clinic .abo12 {
            background: rgba(26, 111, 196, 0.1);
            color: var(--primary);
        }

        .abo11 h3 {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--dark);
            margin: 0;
            position: relative;
            z-index: 1;
        }

        .abo11 p {
            font-size: 0.95rem;
            color: var(--gray);
            margin-bottom: 15px;
            flex-grow: 1;
            position: relative;
            z-index: 1;
        }

        .abo11 ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
            position: relative;
            z-index: 1;
        }
        
        .abo11 ul li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            opacity: 0;
            animation: fadeInLeft 0.5s ease forwards;
        }
        
        .abo11.icu ul li:nth-child(1) { animation-delay: 0.8s; }
        .abo11.icu ul li:nth-child(2) { animation-delay: 0.9s; }
        .abo11.icu ul li:nth-child(3) { animation-delay: 1s; }
        .abo11.icu ul li:nth-child(4) { animation-delay: 1.1s; }
        
        .abo11.clinic ul li:nth-child(1) { animation-delay: 0.9s; }
        .abo11.clinic ul li:nth-child(2) { animation-delay: 1s; }
        .abo11.clinic ul li:nth-child(3) { animation-delay: 1.1s; }
        .abo11.clinic ul li:nth-child(4) { animation-delay: 1.2s; }
        
        .abo11 ul li i {
            color: var(--primary);
            margin-right: 8px;
            font-size: 0.9rem;
            background: rgba(26, 111, 196, 0.1);
            width: 22px;
            height: 22px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        
        /* --- Insight Block --- */
        .abo13 {
            background: var(--white);
            border-left: 4px solid var(--primary);
            padding: 20px;
            border-radius: 10px;
            box-shadow: var(--shadow-medium);
            position: relative;
            overflow: hidden;
            opacity: 0;
            animation: fadeInUp 0.6s ease 0.8s both;
        }
        
        .abo13::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--gradient-primary);
            opacity: 0.03;
            z-index: 0;
        }
        
        .abo13 h4 {
            color: var(--primary-dark);
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            font-size: 1.2rem;
            position: relative;
            z-index: 1;
        }
        
        .abo13 h4 i {
            margin-right: 8px;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .abo13 p {
            position: relative;
            z-index: 1;
            margin: 0;
            font-size: 0.95rem;
        }

        /* --- Approach & Other Card Grids --- */
        .abo14 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 15px;
        }
        
        .abo15 {
            background: var(--white);
            padding: 20px 20px;
            border-radius: 12px;
            box-shadow: var(--shadow-medium);
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(0,0,0,0.03);
            opacity: 0;
            animation: fadeInUp 0.6s ease forwards;
        }
        
        .abo15:nth-child(1) { animation-delay: 0.6s; }
        .abo15:nth-child(2) { animation-delay: 0.7s; }
        .abo15:nth-child(3) { animation-delay: 0.8s; }
        
        .abo15::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--gradient-primary);
            opacity: 0;
            z-index: 0;
            transition: opacity 0.3s ease;
        }
        
        .abo15::after {
            content: '';
            position: absolute;
            bottom: -20px;
            right: -20px;
            width: 60px;
            height: 60px;
            background: var(--primary-light);
            border-radius: 50%;
            z-index: 0;
            transition: transform 0.4s ease;
        }
        
        .abo15:hover::after {
            transform: scale(1.3);
        }
        
        .abo15 h4 {
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            position: relative;
            z-index: 1;
        }
        
        .abo15 h4 i {
            color: var(--accent);
            margin-right: 10px;
            font-size: 1.1rem;
            transition: transform 0.3s ease;
        }
        
        .abo15:hover h4 i {
            transform: rotate(15deg);
        }
        
        .abo15 p {
            font-size: 0.95rem;
            color: var(--gray);
            margin: 0;
            position: relative;
            z-index: 1;
        }

        /* --- Premium Vascular Philosophy Design --- */
        .abo16 {
            display: flex;
            flex-direction: column;
            gap: 20px;
            position: relative;
            padding: 5px 0;
        }

        .abo17 {
            display: flex;
            align-items: center;
            gap: 20px;
            background: var(--white);
            padding: 20px 25px;
            border-radius: 15px;
            box-shadow: var(--shadow-medium);
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(0,0,0,0.03);
            opacity: 0;
            animation: fadeInLeft 0.6s ease forwards;
        }
        
        .abo17:nth-child(1) { animation-delay: 0.6s; }
        .abo17:nth-child(2) { animation-delay: 0.7s; }
        .abo17:nth-child(3) { animation-delay: 0.8s; }
        
        .abo17::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: var(--gradient-primary);
            opacity: 0;
            z-index: 0;
            transition: opacity 0.3s ease;
        }
        
        .abo17:hover::before {
            opacity: 1;
        }

        .abo18 {
            width: 70px;
            height: 70px;
            background-color: var(--primary-light);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            position: relative;
            z-index: 2;
            border: 1px solid rgba(26, 111, 196, 0.2);
            overflow: hidden;
            transition: transform 0.4s ease;
        }
        
        .abo17:hover .abo18 {
            transform: scale(1.1);
        }
        
        .abo18::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--gradient-primary);
            opacity: 0;
            z-index: 1;
            transition: opacity 0.3s ease;
        }
        
        .abo18 i {
            font-size: 1.6rem;
            color: var(--primary);
            position: relative;
            z-index: 2;
            transition: color 0.3s ease;
        }
        
        .abo17:hover .abo18 i {
            color: var(--white);
        }
        
        .abo17:hover .abo18::before {
            opacity: 1;
        }

        .abo19 {
            flex: 1;
            position: relative;
            z-index: 2;
        }

        .abo19 h4 {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            letter-spacing: 0.5px;
        }
        
        .abo19 h4 i {
            color: var(--accent);
            margin-right: 10px;
            font-size: 1.1rem;
        }

        .abo19 p {
            font-size: 1rem;
            color: var(--gray);
            margin: 0;
            line-height: 1.5;
        }

        /* --- Decorative Elements --- */
        .abo20 {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            overflow: hidden;
            z-index: -1;
            pointer-events: none;
        }
        
        .abo21 {
            position: absolute;
            border-radius: 50%;
            opacity: 0.03;
        }
        
        .abo22 {
            width: 300px;
            height: 300px;
            background: var(--primary);
            top: -150px;
            right: -150px;
            animation: float 8s ease-in-out infinite;
        }
        
        .abo23 {
            width: 200px;
            height: 200px;
            background: var(--accent);
            bottom: -100px;
            left: -100px;
            animation: float 8s ease-in-out infinite 2s;
        }
        
        .abo24 {
            width: 150px;
            height: 150px;
            background: var(--success);
            top: 50%;
            left: 10%;
            transform: translateY(-50%);
            animation: float 8s ease-in-out infinite 4s;
        }

        /* --- Responsive Design --- */
        @media (max-width: 992px) {
            .abo1 {
                max-width: 95%;
            }
            
            .abo10 {
                gap: 15px;
            }
            
            .abo4 {
                font-size: 1.6rem;
            }
        }

        @media (max-width: 768px) {
            .abo1 {
                padding: 8px 8px;
            }
            
            .abo2 {
                padding: 25px 0;
            }
            
            .abo4 {
                font-size: 1.4rem;
                flex-direction: column;
                gap: 8px;
                padding: 0 10px;
            }
            
            .abo4::before, .abo4::after {
                display: none;
            }
            
            .abo6 {
                font-size: 0.95rem;
                padding: 15px 20px;
            }
            
            .abo10 {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .abo17 {
                flex-direction: column;
                text-align: center;
                gap: 15px;
                padding: 20px 15px;
            }
            
            .abo7,
            .abo14 {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .abo8,
            .abo15 {
                padding: 20px 15px;
            }
        }
















































           .vid1 {
            max-width: 1400px;
            margin: 0 auto;
        }
        
        .vid2 {
            background: #f8fafc;
            border-radius: 25px;
            padding: 30px 25px;
            margin: 5px 0;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
            border: 1px solid #e2e8f0;
        }
        
        .vid2::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: linear-gradient(90deg, #0d6efd, #0d6efd);
            background-size: 200% 100%;
            animation: gradientShift 3s ease infinite;
        }
        
        @keyframes gradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        
        .vid5 {
            font-size: 2.2rem;
            margin-bottom: 25px;
            text-align: center;
            color: #4a5568;
            position: relative;
            display: inline-block;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .vid5::before {
            content: '▶';
            margin-right: 15px;
            color: #0d6efd;
            font-size: 1.8rem;
        }
        
        .vid6 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }
        
        .vid7 {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
            position: relative;
            border: 1px solid #f0f0f0;
        }
        
        .vid7:hover {
            transform: translateY(-15px) scale(1.03);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        
        .vid7::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #0d6efd, #0d6efd);
            z-index: 2;
        }
        
        .vid8 {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
        }
        
        .vid8 iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        .vid9 {
            padding: 20px;
            position: relative;
        }
        
        .vid10 {
            font-size: 1.3rem;
            color: #2d3748;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 12px;
        }
        
        .vid11 {
            font-size: 0.95rem;
            color: #718096;
            line-height: 1.6;
        }
        
        .vid12 {
            position: absolute;
            top: -25px;
            right: 20px;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #0d6efd, #0d6efd);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            box-shadow: 0 5px 15px rgba(13, 110, 253, 0.4);
        }
        
        .vid3 {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            z-index: 0;
        }
        
        .vid4 {
            position: absolute;
            border-radius: 50%;
            background: rgba(13, 110, 253, 0.1);
            animation: float 20s infinite linear;
        }
        
        .vid4:nth-child(1) {
            width: 100px;
            height: 100px;
            top: 10%;
            left: 5%;
            animation-delay: 0s;
        }
        
        .vid4:nth-child(2) {
            width: 150px;
            height: 150px;
            top: 60%;
            right: 5%;
            animation-delay: -5s;
        }
        
        .vid4:nth-child(3) {
            width: 80px;
            height: 80px;
            bottom: 10%;
            left: 15%;
            animation-delay: -10s;
        }
        
        @keyframes float {
            0% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
            100% { transform: translateY(0) rotate(360deg); }
        }
        
        @media (max-width: 1200px) {
            .vid6 {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .vid6 {
                grid-template-columns: 1fr;
            }
            
            .vid2 {
                padding: 20px 15px;
            }
            
            .vid5 {
                font-size: 1.8rem;
            }
        }












































          :root {
            --ser1: #0d6efd;
            --ser2: #3d8bfd;
            --ser3: #0a58ca;
            --ser4: #cfe2ff;
            --ser5: #2C3E50;
            --ser6: #6C757D;
            --ser7: #FFFFFF;
            --ser8: linear-gradient(135deg, #FFFFFF 0%, #FAFAFA 100%);
            --ser9: 0 8px 24px rgba(13, 110, 253, 0.06);
            --ser10: 0 16px 40px rgba(13, 110, 253, 0.12);
            --ser11: #e6f0ff;
            --ser12: 0.4s;
        }

        .ser13 {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .ser14 {
            width: 10px;
        }

        .ser14-track {
            background: var(--ser4);
        }

        .ser14-thumb {
            background: var(--ser1);
            border-radius: 5px;
        }

        .ser14-thumb:hover {
            background: var(--ser3);
        }

        .ser15 {
            max-width: 1100px;
            margin: 0 auto;
            width: 100%;
            padding: 0 15px;
        }

        .ser16 {
            text-align: center;
            padding: 50px 0;
            position: relative;
            background: linear-gradient(135deg, rgba(13, 110, 253, 0.03) 0%, rgba(61, 139, 253, 0.03) 100%);
            border-bottom: 1px solid var(--ser11);
            overflow: hidden;
        }

        .ser16::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                radial-gradient(circle at 20% 80%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(61, 139, 253, 0.05) 0%, transparent 50%);
            pointer-events: none;
        }

        .ser17 {
            display: inline-block;
            background: linear-gradient(135deg, var(--ser1) 0%, var(--ser2) 100%);
            color: #FFFFFF;
            font-size: 0.75rem;
            font-weight: 700;
            padding: 10px 24px;
            border-radius: 50px;
            margin-bottom: 25px;
            letter-spacing: 1.2px;
            box-shadow: 0 6px 20px rgba(13, 110, 253, 0.3);
            text-transform: uppercase;
            position: relative;
            overflow: hidden;
            animation: ser18 2s ease-in-out infinite alternate;
            z-index: 1;
            font-family: 'Montserrat', sans-serif;
        }

        .ser17::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            animation: ser19 3s ease-in-out infinite;
        }

        .ser17::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
            transform: translate(-50%, -50%) scale(0);
            animation: ser20 2s ease-in-out infinite;
        }

        .ser21 {
            font-family: 'Montserrat', sans-serif;
            font-size: 2.5rem;
            font-weight: 900;
            color: var(--ser5);
            margin-bottom: 20px;
            line-height: 1.2;
            position: relative;
            z-index: 1;
            letter-spacing: -0.5px;
        }

        .ser21::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, var(--ser1), var(--ser2), var(--ser1));
            background-size: 200% 100%;
            border-radius: 2px;
            animation: ser22 3s ease-in-out infinite;
        }

        .ser23 {
            font-size: 1.1rem;
            color: var(--ser6);
            max-width: 100%;
            margin: 30px auto 0;
            font-weight: 400;
            line-height: 1.6;
            position: relative;
            z-index: 1;
            font-family: 'Inter', sans-serif;
        }

        .ser24 {
            padding: 40px 0 50px;
            min-height: 100vh;
            position: relative;
        }

        .ser25 {
            display: grid;
            grid-template-columns: 1fr;
            gap: 24px;
            margin-bottom: 40px;
            position: relative;
            z-index: 1;
        }

        .ser26 {
            background: #FFFFFF;
            border-radius: 16px;
            padding: 24px;
            box-shadow: 0 12px 32px rgba(13, 110, 253, 0.15);
            transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            border: 1px solid rgba(13, 110, 253, 0.15);
            cursor: pointer;
            opacity: 0;
            transform: translateY(30px) scale(0.98);
        }

        .ser26.visible {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .ser26::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(13, 110, 253, 0.02) 0%, rgba(61, 139, 253, 0.02) 100%);
            z-index: 0;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .ser26:hover::before {
            opacity: 1;
        }

        .ser26:active {
            transform: scale(0.99) translateY(2px);
        }

        .ser26:hover {
            box-shadow: 0 20px 50px rgba(13, 110, 253, 0.25);
            transform: translateY(-8px);
            border-color: rgba(13, 110, 253, 0.4);
        }

        .ser27 {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            position: relative;
            z-index: 2;
            gap: 16px;
        }

        .ser28 {
            width: 56px;
            height: 56px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            color: #FFFFFF;
            background: linear-gradient(135deg, var(--ser1) 0%, var(--ser2) 100%);
            box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
            transition: all 0.4s ease;
            flex-shrink: 0;
            position: relative;
            overflow: hidden;
        }

        .ser28::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }

        .ser28::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
            transform: translate(-50%, -50%) scale(0);
            transition: transform 0.6s ease;
        }

        .ser26:hover .ser28 {
            transform: scale(1.05);
            box-shadow: 0 12px 25px rgba(13, 110, 253, 0.4);
        }

        .ser26:hover .ser28::before {
            transform: translateX(100%);
        }

        .ser26:hover .ser28::after {
            transform: translate(-50%, -50%) scale(1);
        }

        .ser26:active .ser28 {
            transform: scale(0.98);
        }

        .ser29 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--ser5);
            line-height: 1.3;
            flex: 1;
            position: relative;
            letter-spacing: -0.3px;
        }

        .ser29::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 0;
            height: 2px;
            background: linear-gradient(90deg, var(--ser1), var(--ser2));
            transition: width 0.3s ease;
        }

        .ser26:hover .ser29::after {
            width: 40px;
        }

        .ser30 {
            color: var(--ser6);
            line-height: 1.6;
            margin-bottom: 18px;
            font-size: 0.9rem;
            position: relative;
            z-index: 2;
            flex: 1;
            font-family: 'Inter', sans-serif;
        }

        .ser30 p {
            margin: 0;
            position: relative;
            padding-left: 20px;
        }

        .ser30 p::before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--ser1);
            opacity: 0.8;
        }

        .ser31 {
            background: linear-gradient(135deg, var(--ser4) 0%, rgba(207, 226, 255, 0.7) 100%);
            padding: 14px 16px;
            border-radius: 12px;
            margin-bottom: 20px;
            border-left: 4px solid var(--ser1);
            position: relative;
            z-index: 2;
            transition: all 0.3s ease;
            overflow: hidden;
        }

        .ser31::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(13, 110, 253, 0.15), transparent);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }

        .ser26:hover .ser31 {
            background: linear-gradient(135deg, var(--ser11) 0%, rgba(230, 240, 255, 0.8) 100%);
            transform: translateX(5px);
            border-left-color: var(--ser3);
        }

        .ser26:hover .ser31::before {
            transform: translateX(100%);
        }

        .ser26:active .ser31 {
            transform: translateX(3px);
        }

        .ser31 p {
            color: var(--ser5);
            font-size: 0.85rem;
            line-height: 1.5;
            margin: 0;
            font-weight: 500;
            position: relative;
            z-index: 1;
            font-family: 'Inter', sans-serif;
        }

        .ser32 {
            margin-top: auto;
            position: relative;
            z-index: 2;
            padding-top: 8px;
        }

        .ser33 {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background: linear-gradient(135deg, var(--ser1) 0%, var(--ser2) 100%);
            color: #FFFFFF;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 0.85rem;
            padding: 12px 24px;
            border-radius: 12px;
            border: none;
            cursor: pointer;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            box-shadow: 0 6px 16px rgba(13, 110, 253, 0.3);
            width: 100%;
            min-height: 46px;
            letter-spacing: 0.4px;
            text-decoration: none;
            transform-style: preserve-3d;
        }

        .ser33::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.6s ease;
            z-index: 1;
        }

        .ser33::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
            z-index: 0;
        }

        .ser33 span {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .ser33 i {
            font-size: 0.85rem;
            transition: transform 0.4s ease;
            position: relative;
            z-index: 2;
        }

        .ser33:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(13, 110, 253, 0.4);
        }

        .ser33:hover::before {
            left: 100%;
        }

        .ser33:hover i {
            transform: translateX(4px);
        }

        .ser33:active {
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
        }

        .ser33:active::after {
            width: 250px;
            height: 250px;
        }

        .ser33:focus-visible {
            outline: 3px solid var(--ser1);
            outline-offset: 3px;
        }

        .ser26:focus-visible {
            outline: 3px solid var(--ser1);
            outline-offset: 4px;
        }

        .ser34 {
            grid-column: 1 / -1;
            display: flex;
            justify-content: flex-start;
        }

        .ser34 .ser26 {
            width: 100%;
            background: linear-gradient(135deg, #FFFFFF 0%, rgba(207, 226, 255, 0.15) 100%);
        }

        .ser35 {
            background: #FFFFFF;
            border-radius: 16px;
            padding: 28px 24px;
            box-shadow: 0 12px 32px rgba(13, 110, 253, 0.15);
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            margin-top: 50px;
            border: 1px solid rgba(13, 110, 253, 0.15);
            position: relative;
            overflow: hidden;
        }

        .ser35::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(13, 110, 253, 0.02) 0%, rgba(61, 139, 253, 0.02) 100%);
            z-index: 0;
        }

        .ser35::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(13, 110, 253, 0.03) 0%, transparent 70%);
            animation: ser36 20s linear infinite;
        }

        .ser37 {
            text-align: center;
            padding: 20px 16px;
            border-radius: 12px;
            transition: all 0.4s ease;
            background: rgba(13, 110, 253, 0.05);
            border: 1px solid rgba(13, 110, 253, 0.2);
            cursor: pointer;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .ser37::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(13, 110, 253, 0.1) 0%, rgba(61, 139, 253, 0.1) 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: -1;
        }

        .ser37::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(13, 110, 253, 0.15) 0%, transparent 70%);
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
            z-index: -1;
        }

        .ser37:hover::before {
            opacity: 1;
        }

        .ser37:hover::after {
            width: 200px;
            height: 200px;
        }

        .ser37:active {
            transform: scale(0.98);
        }

        .ser37:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 12px 25px rgba(13, 110, 253, 0.15);
            border-color: rgba(13, 110, 253, 0.4);
        }

        .ser38 {
            font-family: 'Montserrat', sans-serif;
            font-size: 2.2rem;
            font-weight: 900;
            color: var(--ser1);
            margin-bottom: 8px;
            display: block;
            background: linear-gradient(135deg, var(--ser1) 0%, var(--ser2) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
            z-index: 1;
            transition: transform 0.3s ease;
        }

        .ser37:hover .ser38 {
            transform: scale(1.1);
        }

        .ser39 {
            font-size: 0.9rem;
            color: var(--ser6);
            font-weight: 500;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
            font-family: 'Inter', sans-serif;
        }

        .ser37:hover .ser39 {
            color: var(--ser1);
        }

        .ser40 {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            z-index: 0;
        }

        .ser41 {
            position: absolute;
            border-radius: 50%;
            z-index: -1;
            opacity: 0.08;
            animation: ser42 20s infinite ease-in-out;
            background: var(--ser1);
            filter: blur(30px);
        }

        .ser43 {
            position: fixed;
            z-index: -1;
            opacity: 0.05;
        }

        .ser44 {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: 
                linear-gradient(45deg, rgba(13, 110, 253, 0.02) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(13, 110, 253, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(13, 110, 253, 0.02) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(13, 110, 253, 0.02) 75%);
            background-size: 60px 60px;
            background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
            pointer-events: none;
            z-index: -1;
            opacity: 0.3;
        }

        .ser45 {
            position: absolute;
            top: -40px;
            left: 0;
            background: var(--ser1);
            color: white;
            padding: 10px;
            z-index: 100;
            transition: top 0.3s;
            border-radius: 0 0 8px 0;
            font-family: 'Inter', sans-serif;
        }

        .ser45:focus {
            top: 0;
        }

        @keyframes ser18 {
            0% {
                transform: scale(1);
                box-shadow: 0 6px 20px rgba(13, 110, 253, 0.3);
            }
            100% {
                transform: scale(1.03);
                box-shadow: 0 8px 25px rgba(13, 110, 253, 0.4);
            }
        }

        @keyframes ser19 {
            0% {
                left: -100%;
            }
            100% {
                left: 100%;
            }
        }

        @keyframes ser20 {
            0% {
                transform: translate(-50%, -50%) scale(0);
                opacity: 1;
            }
            100% {
                transform: translate(-50%, -50%) scale(1.5);
                opacity: 0;
            }
        }

        @keyframes ser22 {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }

        @keyframes ser42 {
            0%, 100% {
                transform: translateY(0) rotate(0deg) scale(1);
            }
            33% {
                transform: translateY(-20px) rotate(5deg) scale(1.1);
            }
            66% {
                transform: translateY(10px) rotate(-3deg) scale(0.9);
            }
        }

        @keyframes ser36 {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

        @media (min-width: 768px) {
            .ser24 {
                padding: 40px 0;
            }

            .ser25 {
                grid-template-columns: repeat(2, 1fr);
                gap: 28px;
            }

            .ser35 {
                grid-template-columns: repeat(2, 1fr);
                gap: 24px;
                padding: 32px 28px;
            }

            .ser33 {
                width: auto;
                min-width: 140px;
            }

            .ser34 .ser26 {
                max-width: calc(50% - 14px);
            }
        }

        @media (min-width: 1024px) {
            .ser24 {
                padding: 50px 0;
            }

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

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

            .ser34 .ser26 {
                max-width: calc(33.333% - 18px);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .ser13 {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }
















































          .phoG1 {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Inter', sans-serif;
        }
        
        .phoG2 {
            background: #ffffff;
            color: #333;
            min-height: 50vh;
            padding: 20px 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .phoG3 {
            max-width: 100%;
            width: 100%;
            margin: 0 auto;
            position: relative;
        }
        
        .phoG4 {
            background: #f8fafc;
            border-radius: 20px;
            padding: 30px 20px;
            margin: 20px 0;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
            border: 1px solid #e2e8f0;
        }
        
        .phoG4::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 6px;
            background: linear-gradient(90deg, #667eea, #764ba2);
            background-size: 400% 100%;
            animation: phoG5 5s ease infinite;
        }
        
        @keyframes phoG5 {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        
        .phoG6 {
            position: relative;
            width: 100%;
            height: 300px;
            overflow: hidden;
            border-radius: 12px;
        }
        
        .phoG7 {
            display: flex;
            transition: transform 0.4s ease-in-out;
            height: 100%;
        }
        
        .phoG8 {
            min-width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .phoG9 {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: none;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 1.1rem;
            color: #667eea;
            transition: all 0.3s ease;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
            z-index: 10;
        }
        
        .phoG9:hover {
            background: white;
            transform: translateY(-50%) scale(1.1);
        }
        
        .phoG10 {
            left: 10px;
        }
        
        .phoG11 {
            right: 10px;
        }
        
        .phoG12 {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
            z-index: 10;
        }
        
        .phoG13 {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.6);
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .phoG13.active {
            background: white;
            transform: scale(1.3);
        }
        
        .phoG14 {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            z-index: 0;
        }
        
        .phoG15 {
            position: absolute;
            border-radius: 50%;
            background: rgba(102, 126, 234, 0.05);
            animation: phoG16 20s infinite linear;
        }
        
        .phoG15:nth-child(1) {
            width: 60px;
            height: 60px;
            top: 10%;
            left: 5%;
            animation-delay: 0s;
        }
        
        .phoG15:nth-child(2) {
            width: 100px;
            height: 100px;
            top: 60%;
            right: 5%;
            animation-delay: -5s;
        }
        
        .phoG15:nth-child(3) {
            width: 50px;
            height: 50px;
            bottom: 10%;
            left: 15%;
            animation-delay: -10s;
        }
        
        @keyframes phoG16 {
            0% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-15px) rotate(180deg); }
            100% { transform: translateY(0) rotate(360deg); }
        }
        
        /* Tablet */
        @media (min-width: 768px) {
            .phoG2 {
                padding: 30px 20px;
            }
            
            .phoG4 {
                padding: 40px 30px;
                border-radius: 25px;
            }
            
            .phoG6 {
                height: 400px;
                border-radius: 15px;
            }
            
            .phoG9 {
                width: 50px;
                height: 50px;
                font-size: 1.3rem;
            }
            
            .phoG10 {
                left: 15px;
            }
            
            .phoG11 {
                right: 15px;
            }
            
            .phoG12 {
                bottom: 20px;
            }
            
            .phoG13 {
                width: 12px;
                height: 12px;
            }
        }
        
        /* Desktop */
        @media (min-width: 1024px) {
            .phoG2 {
                padding: 40px 30px;
            }
            
            .phoG3 {
                max-width: 1200px;
            }
            
            .phoG4 {
                padding: 50px 40px;
                margin: 30px 0;
            }
            
            .phoG6 {
                height: 500px;
            }
            
            .phoG9 {
                width: 60px;
                height: 60px;
                font-size: 1.5rem;
            }
            
            .phoG10 {
                left: 20px;
            }
            
            .phoG11 {
                right: 20px;
            }
            
            .phoG15:nth-child(1) {
                width: 100px;
                height: 100px;
            }
            
            .phoG15:nth-child(2) {
                width: 150px;
                height: 150px;
            }
            
            .phoG15:nth-child(3) {
                width: 80px;
                height: 80px;
            }
        }
        
        /* Large Desktop */
        @media (min-width: 1440px) {
            .phoG6 {
                height: 600px;
            }
        }
        
        /* Small Mobile */
        @media (max-width: 360px) {
            .phoG2 {
                padding: 15px 10px;
            }
            
            .phoG4 {
                padding: 25px 15px;
                border-radius: 15px;
            }
            
            .phoG6 {
                height: 250px;
            }
            
            .phoG9 {
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }
            
            .phoG13 {
                width: 8px;
                height: 8px;
            }
        }
        
        /* Touch improvements for mobile */
        @media (hover: none) {
            .phoG9 {
                background: rgba(255, 255, 255, 0.95);
            }
            
            .phoG9:active {
                transform: translateY(-50%) scale(0.95);
            }
        }






















































          :root {
            --ad1: #2563eb;
            --ad2: #1d4ed8;
            --ad3: #dbeafe;
            --ad4: #10b981;
            --ad5: #f59e0b;
            --ad6: #1e293b;
            --ad7: #64748b;
            --ad8: #f8fafc;
            --ad9: #ffffff;
            --ad10: #e2e8f0;
            --ad11: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
            --ad12: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
        }

        .ad13 {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .ad14 {
            font-family: 'Inter', sans-serif;
            background: var(--ad8);
            color: var(--ad6);
            line-height: 1.6;
            padding: 10px 0;
        }

        .ad15 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .ad16 {
            padding: 20px 0;
        }

        .ad17 {
            background: var(--ad9);
            border-radius: 16px;
            padding: 25px;
            margin-bottom: 20px;
            box-shadow: var(--ad11);
            border: 1px solid var(--ad10);
            opacity: 1;
            transform: translateY(0);
        }

        .ad19 {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 2px solid var(--ad3);
        }

        .ad21 {
            width: 50px;
            height: 50px;
            background: var(--ad3);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: var(--ad1);
            font-size: 1.2rem;
        }

        .ad23 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--ad6);
        }

        .ad24 {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            margin-bottom: 25px;
        }

        @media (min-width: 768px) {
            .ad24 {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 1024px) {
            .ad24 {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .ad25 {
            background: var(--ad9);
            border-radius: 12px;
            padding: 20px;
            box-shadow: var(--ad11);
            border: 1px solid var(--ad10);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .ad25::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, var(--ad1), var(--ad4));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.3s ease;
        }

        .ad25:hover {
            transform: translateY(-5px);
            box-shadow: var(--ad12);
        }

        .ad25:hover::before {
            transform: scaleX(1);
        }

        .ad26 {
            width: 45px;
            height: 45px;
            background: var(--ad3);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            color: var(--ad1);
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }

        .ad25:hover .ad26 {
            transform: scale(1.05);
            background: var(--ad1);
            color: white;
        }

        .ad28 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 10px;
            color: var(--ad6);
            transition: color 0.3s ease;
        }

        .ad25:hover .ad28 {
            color: var(--ad1);
        }

        .ad29 {
            color: var(--ad7);
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }

        .ad25:hover .ad29 {
            color: var(--ad6);
        }

        .ad30 {
            background: linear-gradient(135deg, var(--ad3) 0%, #e0f2fe 100%);
            border-radius: 12px;
            padding: 20px;
            margin-top: 20px;
            border-left: 4px solid var(--ad1);
            position: relative;
            overflow: hidden;
        }

        .ad32 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--ad6);
        }

        .ad34 {
            display: grid;
            grid-template-columns: 1fr;
            gap: 12px;
        }

        @media (min-width: 768px) {
            .ad34 {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        .ad35 {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 10px;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .ad35:hover {
            transform: translateX(5px);
            background: rgba(255, 255, 255, 0.9);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .ad37 {
            width: 28px;
            height: 28px;
            background: var(--ad4);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 0.8rem;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .ad35:hover .ad37 {
            transform: scale(1.1);
            background: var(--ad1);
        }

        .ad39 {
            font-weight: 500;
            color: var(--ad6);
            transition: color 0.3s ease;
            font-size: 0.9rem;
        }

        .ad35:hover .ad39 {
            color: var(--ad1);
        }

        .ad40 {
            background: linear-gradient(135deg, var(--ad1) 0%, var(--ad2) 100%);
            color: white;
            border-radius: 16px;
            padding: 30px 20px;
            text-align: center;
            margin-top: 30px;
            position: relative;
            overflow: hidden;
        }

        .ad41 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .ad43 {
            font-size: 1rem;
            max-width: 700px;
            margin: 0 auto 20px;
            opacity: 0.9;
        }

        .ad44 {
            display: inline-block;
            background: var(--ad9);
            color: var(--ad1);
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            padding: 12px 25px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .ad44:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        }

        /* Additional mobile-specific improvements */
        @media (max-width: 767px) {
            .ad14 {
                padding: 5px 0;
            }
            
            .ad15 {
                padding: 0 10px;
            }
            
            .ad16 {
                padding: 15px 0;
            }
            
            .ad17 {
                padding: 20px 15px;
                margin-bottom: 15px;
            }
            
            .ad19 {
                margin-bottom: 15px;
                padding-bottom: 10px;
            }
            
            .ad21 {
                width: 40px;
                height: 40px;
                margin-right: 10px;
                font-size: 1rem;
            }
            
            .ad23 {
                font-size: 1.2rem;
            }
            
            .ad25 {
                padding: 15px;
            }
            
            .ad26 {
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }
            
            .ad28 {
                font-size: 1rem;
            }
            
            .ad29 {
                font-size: 0.85rem;
            }
            
            .ad30 {
                padding: 15px;
                margin-top: 15px;
            }
            
            .ad32 {
                font-size: 1.1rem;
            }
            
            .ad35 {
                padding: 8px;
            }
            
            .ad37 {
                width: 24px;
                height: 24px;
                font-size: 0.7rem;
            }
            
            .ad39 {
                font-size: 0.85rem;
            }
            
            .ad40 {
                padding: 25px 15px;
                margin-top: 20px;
            }
            
            .ad41 {
                font-size: 1.3rem;
            }
            
            .ad43 {
                font-size: 0.9rem;
            }
            
            .ad44 {
                padding: 10px 20px;
                font-size: 0.9rem;
            }
        }