:root {
    --primary-neon: #00f2fe;
    /* Cyan Neon */
    --secondary-neon: #4facfe;
    /* Blue Neon */
    --dark-bg: #0f172a;
    /* Premium Dark Navy */
    --glass-white: rgba(255, 255, 255, 0.1);
}

.top-bar {
    background: var(--dark-bg);
    border-bottom: 1px solid var(--glass-white);
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

/* Contact Links Styling */
.top-link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-circle {
    width: 25px;
    height: 25px;
    background: var(--glass-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: var(--primary-neon);
    font-size: 0.7rem;
    transition: 0.3s;
}

.top-link:hover .icon-circle {
    background: var(--primary-neon);
    color: #000;
    transform: rotate(360deg);
}

.top-link:hover .link-text {
    color: #fff;
    padding-left: 5px;
}

/* Special Offer Animation */
.offer-badge-wrapper {
    overflow: hidden;
    white-space: nowrap;
}

.offer-badge {
    background: linear-gradient(90deg, var(--primary-neon), var(--secondary-neon));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    animation: slideText 5s infinite linear;
}

.flash-icon {
    -webkit-text-fill-color: var(--primary-neon);
    margin-right: 8px;
    animation: blink 1s infinite;
}

/* Social Icons Glass Style */
.social-glass-icons {
    display: flex;
    gap: 12px;
}

.social-icon {
    color: #fff;
    opacity: 0.6;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.social-icon:hover {
    opacity: 1;
    transform: translateY(-3px);
    color: var(--primary-neon) !important;
}

/* Keyframes */
@keyframes slideText {
    0% {
        transform: translateX(5px);
        opacity: 0.8;
    }

    50% {
        transform: translateX(0px);
        opacity: 1;
    }

    100% {
        transform: translateX(5px);
        opacity: 0.8;
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}


/*====================            top bar end here                     ===================*/

/* navbar */
.top-sticky {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.main-nav {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 12px 0;
}

.logo-box {
    background: #0d6efd;
    color: white;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 8px;
    font-size: 1.1rem;
}

/* Right-Side Burger Icon */
.menu-icon {
    width: 24px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-icon span {
    display: block;
    height: 2px;
    background: #1a1a1a;
    border-radius: 10px;
    transition: 0.3s;
}

.menu-icon span:nth-child(2) {
    width: 70%;
    margin-left: auto;
}

.menu-icon span:nth-child(3) {
    width: 40%;
    margin-left: auto;
}

/* Right Sidebar (Offcanvas) Customization */
.offcanvas-end {
    width: 300px !important;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.mobile-link {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a !important;
    padding: 12px 20px !important;
    border-radius: 12px;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-link:hover,
.mobile-link.active {
    background: #f0f4ff;
    color: #0d6efd !important;
    transform: translateX(-5px);
    /* Right side se left ki taraf halka move */
}

/* Badge & Icons */
.nav-icon-link {
    color: #1a1a1a;
    font-size: 1.2rem;
    padding: 6px;
    transition: 0.3s;
}

.badge-count {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff4757;
    color: white;
    font-size: 10px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

/* Desktop Links Hover */
@media (min-width: 992px) {
    .navbar-nav .nav-link {
        font-weight: 600;
        padding: 10px 15px !important;
        transition: 0.3s;
    }

    .navbar-nav .nav-link:hover {
        color: #0d6efd !important;
    }
}

.hover-primary:hover {
    color: #0d6efd !important;
}

/* slider section */
#heroSlider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 87vh;
    /* border: 5px solid red; */
}

.carousel-inner,
.carousel-item {
    width: 100%;
    height: 100vh;
}

.slider-img {
    height: 87vh;
    object-fit: cover;
    /* image puri dikhegi */
    object-position: center;
    background: #000;
    /* side gap black dikhega */
}

/* Overlay */
.overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* ================= MOBILE ================= */

@media (max-width:767px) {

    #heroSlider,
    .carousel-inner,
    .carousel-item,
    .slider-img {
        height: 250px;
    }

    .slider-img {
        object-fit: contain;
    }
}

/* ================= TABLET ================= */

@media (min-width:768px) and (max-width:991px) {

    #heroSlider,
    .carousel-inner,
    .carousel-item,
    .slider-img {
        height: 450px;
    }

    .slider-img {
        object-fit: contain;
    }
}

/* ========================== about section  =========================*/
.about-light-beam {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: px;
    background: linear-gradient(90deg, transparent, #fde50d, transparent);
    animation: beam-slide 6s linear infinite;
}

:root {
    --neon-blue: #00d2ff;
    --deep-navy: #080a0f;
    --glass-bg: rgba(255, 255, 255, 0.05);
}

.about-immersive {
    background-color: var(--deep-navy);
    color: #fff;
    font-family: 'Inter', sans-serif;
}

/* Background Blobs */
.blob-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    opacity: 0.2;
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: #00d2ff;
    top: 10%;
    left: -5%;
    animation: pulse 8s infinite;
}

.shape-2 {
    width: 400px;
    height: 400px;
    background: #9d50bb;
    bottom: -10%;
    right: -5%;
}

@keyframes pulse {

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

    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

/* Image Stack Styling */
.image-stack-wrapper {
    position: relative;
    padding-right: 50px;
}

.main-image-card img {
    transition: 0.5s;
    filter: contrast(1.1);
}

.main-image-card:hover img {
    transform: scale(1.02);
}

.experience-badge-premium {
    position: absolute;
    bottom: -30px;
    right: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.experience-badge-premium .num {
    font-size: 3rem;
    font-weight: 900;
    color: var(--neon-blue);
}

.experience-badge-premium .txt {
    font-size: 0.8rem;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
}

.floating-mini-card {
    position: absolute;
    top: -40px;
    right: 0;
    width: 200px;
    z-index: 2;
    animation: floating 4s ease-in-out infinite;
}

@keyframes floating {

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

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

/* Typography & Content */
.ultra-heading {
    font-size: clamp(2.5rem, 5vw, 0rem);
    font-weight: 200;
    letter-spacing: -2px;
}

.text-glow {
    color: var(--neon-blue);
    text-shadow: 0 0 20px rgba(0, 210, 255, 0.4);
}

.section-tag {
    color: var(--neon-blue);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8rem;
}

.highlight-cyan {
    color: #fff;
    background: linear-gradient(120deg, rgba(0, 210, 255, 0.3) 0%, rgba(0, 210, 255, 0.3) 100%);
    padding: 0 5px;
    font-weight: 600;
}

/* Icons & Tags */
.capability-grid-modern {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.cap-box {
    background: var(--glass-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 0.9rem;
}

.cap-box i {
    color: var(--neon-blue);
}

.service-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.s-pill {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    transition: 0.3s;
}

.s-pill:hover {
    background: #fff;
    color: #000;
    transform: scale(1.05);
}

/* Neon Action Button */
.btn-neon-action {
    background: var(--neon-blue);
    color: #000;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 210, 255, 0.3);
    transition: 0.3s;
}

.btn-neon-action:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 210, 255, 0.5);
    background: #fff;
}

/*=========================== service section =====================*/
.service-tag {
    text-decoration: none;
}

.premium-services {
    background: #0f172a;
    /* Slightly darker, more modern slate */
    padding: 100px 0;
}

.gradient-text {
    background: linear-gradient(90deg, #00D2FF, #9cedff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Enhanced Glow */
.header-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 150px;
    background: radial-gradient(circle, rgba(0, 210, 255, 0.15) 0%, transparent 70%);
    z-index: 0;
}

.marquee-wrapper {
    display: flex;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

/* Pause animation on hover for better readability */
.marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
}

.marquee-content {
    display: flex;
    gap: 20px;
    padding: 30px 0;
    animation: scroll-right 35s linear infinite;
}

.marquee-reverse {
    animation: scroll-left 35s linear infinite;

}

/* Modern Tag Design */
.service-tag {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 35px;
    border-radius: 50px;
    color: #94a3b8;
    font-weight: 400;
    font-size: 15px;
    white-space: nowrap;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    animation: float-tag 4s ease-in-out infinite;
    animation-delay: calc(var(--i) * 0.2s);
    position: relative;
    overflow: hidden;
}

/* Golden moving border line */
.service-tag::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px;

    background: linear-gradient(120deg,
            transparent 0%,
            transparent 30%,
            #7c5221 50%,
            transparent 70%,
            transparent 100%);

    background-size: 250% 250%;

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;

    animation: borderMove 10s linear infinite;
}

@keyframes borderMove {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

@keyframes float-tag {

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

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

.service-tag i {
    color: #00D2FF;
    /* Bright icons look better */
    font-size: 0.9rem;
}

/* High-Impact Hover */
.service-tag:hover {
    color: #ffffff;
    background: rgba(0, 210, 255, 0.15);
    border-color: #00D2FF;
    transform: translateY(-10px) scale(1.05) !important;
    box-shadow: 0 10px 30px rgba(0, 210, 255, 0.2);
    cursor: pointer;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes float-tag {

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

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

@media (max-width: 768px) {
    .service-tag {
        padding: 12px 25px;
        font-size: 0.95rem;
    }
}

/* =========================
   PREMIUM PRODUCT CARDS
========================= */

.luxury-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, #f8f4ee 0%, #f2ebe2 100%);
    padding: 12px;
    border: 1px solid rgba(205, 167, 107, 0.35);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.luxury-card::before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(205, 167, 107, 0.25);
    border-radius: 22px;
    pointer-events: none;
}

.luxury-card:hover {
    transform: translateY(-10px);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 8px 20px rgba(205, 167, 107, 0.18);
}

/* IMAGE */
.luxury-img {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    height: 240px;
    flex-shrink: 0;
    background: #111;
}

.luxury-img img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
    display: block;
}

.luxury-card:hover .luxury-img img {
    transform: scale(1.08);
}

.luxury-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0.02));
}

/* CONTENT */
.luxury-content {
    padding: 0px 20px 0px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* TITLE */
.luxury-content h5 {
    font-size: 24px;
    font-weight: 800;
    color: #111;

    margin-bottom: 2px;
    /* line-height: 1; */
    min-height: 40px;
    display: flex;
    align-items: center;
}

/* DESCRIPTION */
.luxury-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
    margin-bottom: 0px;
    flex-grow: 1;
    /* min-height: 100px; */
}

/* FOOTER */
.luxury-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
}

/* LINK */
.luxury-footer a {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    position: relative;
    padding-bottom: 0px;
    letter-spacing: 0.3px;
}

.luxury-footer a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 105px;
    height: 2px;
    border-radius: 20px;
    background: linear-gradient(to right, #cda76b, #e7c88f);
    transition: 0.35s ease;
}

.luxury-card:hover .luxury-footer a::after {
    width: 125px;
}

/* BUTTON */
.plus-btn {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1b1b1b, #000);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d6b27a;
    font-size: 15px;
    transition: all 0.35s ease;
    overflow: hidden;
    cursor: pointer;
    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.16),
        inset 0 1px 2px rgba(255, 255, 255, 0.08);
}

.plus-btn i {
    transition: transform 0.35s ease;
}

.plus-btn:hover {
    background: linear-gradient(135deg, #000, #222);
    transform: translateY(-2px);
}

.plus-btn:hover i {
    transform: translateX(6px);
}

/* TABLET */
@media(max-width:992px) {

    .luxury-img {

        height: 220px;
        width: 100%;
    }

    .luxury-content h5 {
        font-size: 22px;
        min-height: auto;
    }

    .luxury-content p {
        min-height: auto;
    }

    .luxury-img {


        width: 100%;
    }
}

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

    .luxury-card {
        border-radius: 22px;
    }

    .luxury-img {
        height: 210px;
        width: 100%;
        border-radius: 18px;
    }

    .luxury-content {
        padding: 18px;
    }

    .luxury-content h5 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .luxury-content p {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 22px;
    }

    .luxury-footer a {
        font-size: 14px;
    }

    .luxury-footer a::after {
        width: 90px;
    }

    .plus-btn {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .luxury-content h2 {
        font-size: 38px;
    }

    .luxury-content p {
        font-size: 17px;
        max-width: 100%;
    }

    .luxury-footer a {
        font-size: 22px;
    }

    .plus-btn {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }

    .luxury-img img {
        height: 240px;
        width: 100%;
    }
}

/* Info Cards Evolution */
.info-item-glass {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.info-item-glass:hover {
    transform: scale(1.05) translateX(10px);
    background: rgba(13, 110, 253, 0.1);
    border-color: #0d6efd;
}

.info-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #0d6efd, #00d2ff);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    box-shadow: 0 10px 20px rgba(13, 110, 253, 0.3);
}

.icon-cyan {
    background: linear-gradient(45deg, #00d2ff, #20c997);
    box-shadow: 0 10px 20px rgba(0, 210, 255, 0.2);
}

.icon-purple {
    background: linear-gradient(45deg, #6610f2, #d63384);
    box-shadow: 0 10px 20px rgba(102, 16, 242, 0.2);
}

/* Premium Form Styles */
.premium-form-container {
    position: relative;
    padding: 3px;
    /* Space for moving border */
    background: rgba(255, 255, 255, 0.05);
    border-radius: 40px;
    overflow: hidden;
}

.form-border-animation {
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: conic-gradient(transparent, transparent, transparent, #0d6efd);
    animation: rotate-border 4s linear infinite;
}

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

.form-content {
    position: relative;
    z-index: 2;
    background: #16191c;
    border-radius: 38px;
}

.input-glass {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 18px !important;
    padding: 18px 25px !important;
    color: white !important;
    transition: 0.4s;
    width: 100%;
}

.input-glass:focus {
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: #0d6efd !important;
    box-shadow: 0 0 25px rgba(13, 110, 253, 0.2);
    outline: none;
}

/* Submit Button */
.premium-submit-btn {
    width: 100%;
    padding: 18px;
    border-radius: 50px;
    background: linear-gradient(90deg, #00D2FF, #0046af);
    border: none;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}

.premium-submit-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(13, 110, 253, 0.4);
    letter-spacing: 4px;
}

/* Live Status Dot */
.live-dot {
    width: 10px;
    height: 10px;
    background: #0d6efd;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(13, 110, 253, 0.4);
    animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(13, 110, 253, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    }
}

/* footer */
/* Base Footer Style */
.footer-premium {
    background: #0a0c10 !important;
    position: relative;
}

/* 1. Animated Top Border Beam */
.footer-light-beam {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e96a15, gold, transparent);
    animation: beam-slide 6s linear infinite;
}

@keyframes beam-slide {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* 2. Background Grid Overlay */
.footer-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(13, 110, 253, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 110, 253, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 1;
}

/* 3. CTA Card with Internal Glow */
.footer-cta-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    background: #0d6efd;
    filter: blur(80px);
    opacity: 0.2;
    transform: translate(-50%, -50%);
}

/* 4. Social Cube Animation */
.social-wrapper {
    display: flex;
    gap: 15px;
}

.social-cube {
    width: 45px;
    height: 45px;
    background: #16191d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    text-decoration: none;
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social-cube:hover {
    background: #0d6efd;
    transform: translateY(-8px) rotateY(180deg);
    box-shadow: 0 10px 20px rgba(13, 110, 253, 0.3);
    color: white;
}

/* 5. Modern Nav Links */
.footer-title {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.modern-nav li {
    margin-bottom: 15px;
}

.modern-nav a {
    color: #8a8d91;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    display: inline-block;
}

.modern-nav a::before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: 0.3s;
    color: #00CDFC;
}

.modern-nav a:hover {
    color: white;
    transform: translateX(20px);
}

.modern-nav a:hover::before {
    opacity: 1;
}

/* 6. Contact Pill with Scale on Hover */
.c-pill-animated {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    color: #8a8d91;
    transition: 0.4s;
}

.c-pill-animated:hover {
    background: rgba(13, 110, 253, 0.1);
    border-color: #00CDFC;
    transform: scale(1.02);
    color: white;
}

.c-pill-animated i {
    color: #00CDFC;
}

/* 7. Underline Animation */
.animated-underline {
    width: 0;
    height: 3px;
    background: #00CDFC;
    margin-top: 5px;
    transition: 0.6s ease;
}

.footer-brand:hover .animated-underline {
    width: 60px;
}

/* Magnetic Button for CTA */
.magnetic-btn {
    display: inline-block;
    padding: 15px 35px;
    background: #46bd42;
    border: 2px solid green;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(68, 175, 73, 0.3);
}

.magnetic-btn:hover {
    transform: scale(1.1);
    background: #fff;
    color: #0d6efd;
}

/* Payment Icons */
.payment-hover-group i {
    font-size: 1.4rem;
    color: #444;
    margin-left: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.payment-hover-group i:hover {
    color: #fff;
    transform: translateY(-3px);
}

/* =======================machine section=================== */
/* --- SECTION CONTAINER --- */
.machine-showcase {
    background: #08080a;
    padding: 60px 0;
}

/* --- GRID WRAPPER (Stable Layout) --- */
@media (min-width: 992px) {
    .bento-grid-wrapper {
        display: grid !important;
        grid-template-columns: 2fr 1fr 1fr;
        /* 3 Column Layout */
        grid-template-rows: 220px 220px;
        /* Row Height */
        gap: 15px;
        /* Compact Gap */
        transform: none !important;
        width: 100%;
        margin: auto;
    }

    .swiper-slide {
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
    }

    .item-main {
        grid-row: span 2;
        /* Badi machine 2 rows legi */
    }
}

/* --- PRECISE NEON HOVER CSS (Gand se nikala hua effect) --- */
.bento-card {
    display: block;
    width: 100%;
    height: 100%;
    background: #0d0d0f;
    /* Darker Card Background */
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    /* Subtle Border */
    position: relative;
    overflow: hidden;
    /* Hover ke liye transition ekdum cubic-bezier smooth honi chaiye */
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
}

/* 1. Scale Effect (Hover par card bada hoga) */
.bento-card:hover {
    transform: scale(1.03) translateY(-5px);
    /* Chhota sa scale aur uplift */
    border-color: rgba(0, 210, 255, 0.5);
    /* Border glow */
    z-index: 2;
    /* Hovered card upar aaye */
}

/* 2. Glow Effect (Peeche se neon light) */
.bento-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 210, 255, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.bento-card:hover::after {
    opacity: 1;
    /* Hover pe glow dikhega */
}

/* 3. Image Hover Effect (Image halki rotate/scale ho) */
.img-con {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: 0.5s;
}

.img-con img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    /* Fix for stability */
    border-radius: 15px;
    /* transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); */
    transition: transform 0.8s;
}

/* Hover effect on Image inside Card */
.bento-card:hover .img-con img {
    /* transformer: scale(1.05) rotate(2deg); * Image ko halka sa scale aur rotate */
    transform: scale(1.05);
}

/* 4. Shine Line Effect (Optional premium line) */
.bento-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transition: all 0.6s ease;
}

.bento-card:hover::before {
    left: 100%;
    /* Shine line effect cross */
}

/* --- OVERLAY FIXED --- */
.bento-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    z-index: 3;
}

.bento-overlay h4 {
    color: #fff;
    font-size: 0.9rem;
    margin: 0;
}

/* --- MOBILE SLIDER FIXED --- */
@media (max-width: 991px) {
    .bento-item {
        height: 300px !important;
    }
}

.divider {
    width: 100%;
    height: 2px;
    margin-top: 20px;

    background-color: #0046af;
}



/* about page css */


/* --- Extra Layout Enhancements --- */
.text-light-muted {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
}

.brand-name {
    color: var(--primary-glow);
    font-size: 1.1rem;
}

.ls-1 {
    letter-spacing: 2px;
}

/* --- Glass Info Card --- */
.glass-info-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-left: 4px solid var(--primary-glow);
    padding: 20px;
    border-radius: 0 15px 15px 0;
    backdrop-filter: blur(5px);
}

.text-glow-cyan {
    color: var(--primary-glow);
    text-shadow: 0 0 10px rgba(0, 242, 254, 0.5);
    font-weight: 700;
}

/* --- Mini Card Elements --- */
.mini-card-label {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: var(--primary-glow);
    color: #000;
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 800;
    text-uppercase: uppercase;
}

/* --- Capability Grid Text Adjustments --- */
.cap-box h6 {
    margin-top: 10px;
    font-weight: 700;
    color: #fff;
}

.cap-box p.small {
    color: rgba(255, 255, 255, 0.6);
}

/* --- View Work Link --- */
.view-work-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
}

.view-work-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: var(--primary-glow);
    transition: 0.3s;
}

.view-work-link:hover::after {
    width: 100%;
}

.view-work-link:hover {
    color: var(--primary-glow);
}

/* end page css */

/* bill book css */

:root {
    --primary: #005CA9;
    --secondary: #fbb03b;
    --dark: #07111f;
}

/* HERO */

.billbook-hero {
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
    position: relative;
}

.hero-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(70px);
}

.hero-glow.one {
    background: rgba(0, 92, 169, .12);
    top: -180px;
    left: -120px;
}

.hero-glow.two {
    background: rgba(251, 176, 59, .18);
    bottom: -180px;
    right: -120px;
}

.service-badge {
    display: inline-flex;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(0, 92, 169, .08);
    color: var(--primary);
    font-weight: 700;
}

.main-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.15;
    color: var(--dark);
}

.main-title span {
    color: var(--primary);
}

.main-desc {
    font-size: 18px;
    line-height: 1.9;
    color: #5c6672;
    margin-top: 25px;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
}

.feature-box {
    background: #fff;
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.feature-box i {
    color: var(--secondary);
    margin-right: 8px;
}

.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.primary-btn {
    background: var(--primary);
    color: #fff;
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
    display: inline-block;
}

.primary-btn:hover {
    background: #003f73;
    color: #fff;
}

.secondary-btn {
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
}

.secondary-btn:hover {
    background: var(--primary);
    color: #fff;
}

/* IMAGE */

.image-wrapper {
    position: relative;
}

.main-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .15);
}

.floating-box {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.floating-box i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.box-one {
    top: 40px;
    left: -30px;
}

.box-two {
    bottom: 50px;
    right: -20px;
}

.experience-box {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: #000;
    padding: 22px 38px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(251, 176, 59, .35);
}

.experience-box h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 0;
}

/* SERVICES */

.section-heading span {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 2px;
}

.section-heading h2 {
    font-size: 48px;
    font-weight: 900;
    margin-top: 10px;
    color: var(--dark);
}

.service-card {
    background: #fff;
    border-radius: 30px;
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .1);
}

.active-card {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
}

.active-card p {
    color: rgba(255, 255, 255, .8);
}

.icon-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 28px;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.active-card .icon-wrap {
    background: #fff;
}

/* WHY */

.why-section {
    background: #07111f;
    color: #fff;
}

.mini-title {
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 2px;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, .05);
    padding: 16px 22px;
    border-radius: 16px;
    transition: .4s;
}

.why-item:hover {
    transform: translateX(10px);
}

.why-item i {
    color: var(--secondary);
}

/* PROCESS */

.process-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    height: 100%;
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-number {
    width: 70px;
    height: 70px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
}

/* CTA */

.cta-box {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
    padding: 70px 40px;
    border-radius: 35px;
}

.cta-box h2 {
    font-size: 52px;
    font-weight: 900;
}

.cta-box p {
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    opacity: .9;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .main-title {
        font-size: 42px;
    }

    .floating-box {
        position: relative;
        inset: auto;
        margin-top: 20px;
        width: 100%;
    }

    .experience-box {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 20px;
        display: inline-block;
    }

}

@media(max-width:576px) {

    .main-title {
        font-size: 34px;
    }

    .hero-btns {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
        text-align: center;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .cta-box h2 {
        font-size: 34px;
    }

}

/* book page css */

:root {
    --primary: #005CA9;
    --secondary: #fbb03b;
    --dark: #07111f;
}

/* HERO */

.book-printing-hero {
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
    position: relative;
}

.hero-blur {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(80px);
}

.blur-one {
    background: rgba(0, 92, 169, .12);
    top: -180px;
    left: -100px;
}

.blur-two {
    background: rgba(251, 176, 59, .18);
    right: -100px;
    bottom: -180px;
}

.hero-badge {
    display: inline-flex;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(0, 92, 169, .08);
    color: var(--primary);
    font-weight: 700;
}

.hero-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.1;
    color: var(--dark);
}

.hero-title span {
    color: var(--primary);
}

.hero-desc {
    font-size: 18px;
    line-height: 1.9;
    color: #5c6672;
    margin-top: 25px;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
}

.feature-box {
    background: #fff;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.feature-box i {
    color: var(--secondary);
    margin-right: 8px;
}

.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.primary-btn {
    background: var(--primary);
    color: #fff;
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
}

.primary-btn:hover {
    background: #003f73;
    color: #fff;
}

.secondary-btn {
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
}

.secondary-btn:hover {
    background: var(--primary);
    color: #fff;
}

.hero-image-wrapper {
    position: relative;
}

.hero-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .15);
}

.floating-card {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.floating-card i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.card-one {
    top: 40px;
    left: -30px;
}

.card-two {
    bottom: 50px;
    right: -20px;
}

.experience-box {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: #000;
    padding: 22px 38px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(251, 176, 59, .35);
}

.experience-box h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 0;
}

/* SECTION */

.section-heading span {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 2px;
}

.section-heading h2 {
    font-size: 48px;
    font-weight: 900;
    color: var(--dark);
    margin-top: 10px;
}

/* SERVICES */

.service-card {
    background: #fff;
    border-radius: 30px;
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.service-card:hover {
    transform: translateY(-10px);
}

.active-card {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
}

.active-card p {
    color: rgba(255, 255, 255, .8);
}

.service-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 28px;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

/* WHY */

.why-choose-section {
    background: #07111f;
    color: #fff;
}

.mini-title {
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 2px;
}

.why-title {
    font-size: 48px;
    font-weight: 900;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, .05);
    padding: 16px 22px;
    border-radius: 16px;
}

.why-item i {
    color: var(--secondary);
}

/* PROCESS */

.process-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: .4s;
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-number {
    width: 70px;
    height: 70px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 800;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .hero-title {
        font-size: 42px;
    }

    .floating-card {
        position: relative;
        inset: auto;
        margin-top: 20px;
        width: 100%;
    }

    .experience-box {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 20px;
        display: inline-block;
    }

}

@media(max-width:576px) {

    .hero-title {
        font-size: 34px;
    }

    .hero-btns {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
        text-align: center;
    }

}


/* calendre css */



:root {
    --primary: #005CA9;
    --secondary: #fbb03b;
    --dark: #07111f;
}

/* HERO */

.calendar-hero {
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
    position: relative;
}

.hero-shape {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(70px);
}

.hero-shape.one {
    background: rgba(0, 92, 169, .12);
    top: -180px;
    left: -120px;
}

.hero-shape.two {
    background: rgba(251, 176, 59, .18);
    bottom: -180px;
    right: -120px;
}

.top-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(0, 92, 169, .08);
    color: var(--primary);
    font-weight: 700;
}

.hero-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.15;
    color: var(--dark);
}

.hero-title span {
    color: var(--primary);
}

.hero-desc {
    font-size: 18px;
    line-height: 1.9;
    color: #5c6672;
    margin-top: 25px;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
}

.feature-box {
    background: #fff;
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.feature-box i {
    color: var(--secondary);
    margin-right: 8px;
}

.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.primary-btn {
    background: var(--primary);
    color: #fff;
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
}

.primary-btn:hover {
    background: #003f73;
    color: #fff;
}

.secondary-btn {
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
}

.secondary-btn:hover {
    background: var(--primary);
    color: #fff;
}

/* IMAGE */

.image-wrapper {
    position: relative;
}

.main-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .15);
}

.floating-box {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.floating-box i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.box-one {
    top: 40px;
    left: -30px;
}

.box-two {
    bottom: 50px;
    right: -20px;
}

.experience-box {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: #000;
    padding: 22px 38px;
    border-radius: 24px;
    text-align: center;
}

.experience-box h2 {
    font-size: 42px;
    font-weight: 900;
}

/* SERVICES */

.section-heading span {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 2px;
}

.section-heading h2 {
    font-size: 48px;
    font-weight: 900;
    margin-top: 10px;
    color: var(--dark);
}

.service-card {
    background: #fff;
    border-radius: 30px;
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.service-card:hover {
    transform: translateY(-10px);
}

.active-card {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
}

.active-card p {
    color: rgba(255, 255, 255, .8);
}

.icon-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 28px;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.active-card .icon-wrap {
    background: #fff;
}

/* WHY */

.why-section {
    background: #07111f;
    color: #fff;
}

.mini-title {
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 2px;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, .05);
    padding: 16px 22px;
    border-radius: 16px;
}

.why-item i {
    color: var(--secondary);
}

/* PROCESS */

.process-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: .4s;
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-number {
    width: 70px;
    height: 70px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
}

/* CTA */

.cta-box {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    padding: 70px 40px;
    border-radius: 35px;
    color: #fff;
}

.cta-box h2 {
    font-size: 52px;
    font-weight: 900;
}

.cta-box p {
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    opacity: .9;
}

.white-btn {
    background: #fff;
    color: var(--primary);
}

.white-btn:hover {
    background: #f5f5f5;
    color: var(--primary);
}

/* RESPONSIVE */

@media(max-width:991px) {

    .hero-title {
        font-size: 42px;
    }

    .floating-box {
        position: relative;
        inset: auto;
        margin-top: 20px;
        width: 100%;
    }

    .experience-box {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 20px;
        display: inline-block;
    }

}

@media(max-width:576px) {

    .hero-title {
        font-size: 34px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .cta-box h2 {
        font-size: 34px;
    }

    .hero-btns {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
        text-align: center;
    }

}


/* contact page css */


.premium-contact-section {
    background:
        radial-gradient(circle at top left, rgba(0, 210, 255, .12), transparent 30%),
        radial-gradient(circle at bottom right, rgba(255, 106, 0, .10), transparent 35%),
        #070b11;
    color: #fff;
}

/* BACKGROUND CIRCLES */

.bg-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
}

.circle-one {
    width: 400px;
    height: 400px;
    background: rgba(0, 210, 255, .12);
    top: -150px;
    left: -100px;
}

.circle-two {
    width: 450px;
    height: 450px;
    background: rgba(255, 106, 0, .12);
    right: -150px;
    bottom: -150px;
}

/* GRID EFFECT */

.grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: .4;
}

/* ==========================================
   LEFT CONTENT
========================================== */

.mini-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #00D2FF;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: 2px;
    backdrop-filter: blur(12px);
}

.live-ping {
    width: 10px;
    height: 10px;
    background: #00D2FF;
    border-radius: 50%;
    position: relative;
}

.live-ping::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #00D2FF;
    animation: ping 1.5s infinite;
}

@keyframes ping {
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.contact-main-title {
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 20px;
}

.contact-main-title span {
    background: linear-gradient(90deg, #00D2FF, #ff6a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-description {
    color: rgba(255, 255, 255, .72);
    line-height: 1.9;
    margin-bottom: 40px;
}

/* ==========================================
   CONTACT INFO CARD
========================================== */

.contact-info-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.glass-contact-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 22px;
    border-radius: 24px;
    backdrop-filter: blur(18px);
    transition: .5s;
}

.glass-contact-card:hover {
    transform: translateX(12px);
    border-color: #00D2FF;
    box-shadow: 0 15px 40px rgba(0, 210, 255, .15);
}

/* ICON */

.icon-box {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(135deg, #00D2FF, #007CF0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.icon-box.blue {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.icon-box.orange {
    background: linear-gradient(135deg, #ff6a00, #ff9f43);
}

/* INFO */

.info-data h5 {
    font-size: 1rem;
    margin-bottom: 5px;
}

.info-data p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .65);
}

/* ==========================================
   FORM WRAPPER
========================================== */

.premium-form-wrapper {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    padding: 1px;
}

.animated-border {
    position: absolute;
    inset: -50%;
    background: conic-gradient(from 0deg,
            #00D2FF,
            #007CF0,
            #ff6a00,
            #00D2FF);
    animation: rotateBorder 5s linear infinite;
}

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

/* FORM INNER */

.premium-form-inner {
    position: relative;
    background: #0d131b;
    border-radius: 35px;
    padding: 45px;
    z-index: 2;
}

/* FORM HEADER */

.form-header h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.form-header p {
    color: rgba(255, 255, 255, .65);
    margin-bottom: 35px;
}

/* ==========================================
   INPUTS
========================================== */

.input-group-premium {
    position: relative;
}

.input-group-premium i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #00D2FF;
    z-index: 2;
}

.textarea-box i {
    top: 28px;
    transform: none;
}

.input-group-premium input,
.input-group-premium textarea {
    width: 100%;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    padding: 18px 20px 18px 55px;
    color: #fff;
    outline: none;
    transition: .4s;
}

.input-group-premium textarea {
    resize: none;
}

.input-group-premium input:focus,
.input-group-premium textarea:focus {
    border-color: #00D2FF;
    box-shadow: 0 0 20px rgba(0, 210, 255, .15);
}

/* ==========================================
   BUTTON
========================================== */

.premium-send-btn {
    width: 100%;
    border: none;
    border-radius: 18px;
    padding: 18px 25px;
    background: linear-gradient(135deg, #00D2FF, #007CF0);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: .5s;
    position: relative;
    overflow: hidden;
}

.premium-send-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 250%;
    background: rgba(255, 255, 255, .25);
    transform: rotate(25deg);
    left: -180px;
    transition: .7s;
}

.premium-send-btn:hover::before {
    left: 120%;
}

.premium-send-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 210, 255, .3);
}

.btn-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================
   MOBILE
========================================== */

@media(max-width:991px) {

    .contact-main-title {
        font-size: 2.8rem;
    }

    .premium-form-inner {
        padding: 30px;
    }
}

@media(max-width:576px) {

    .contact-main-title {
        font-size: 2.2rem;
    }

    .premium-form-inner {
        padding: 22px;
    }

    .glass-contact-card {
        padding: 18px;
    }

    .icon-box {
        width: 60px;
        height: 60px;
    }
}


/* digital printing page csss */



:root {
    --primary: #005CA9;
    --secondary: #fbb03b;
    --dark: #07111f;
}

/* HERO */

.digital-hero {
    background: linear-gradient(135deg, #f4f8ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* BG TEXT */

.bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 160px;
    font-weight: 900;
    color: rgba(0, 92, 169, .03);
    white-space: nowrap;
    z-index: 0;
    user-select: none;
}

.hero-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(70px);
}

.hero-glow.one {
    background: rgba(0, 92, 169, .12);
    top: -150px;
    left: -120px;
}

.hero-glow.two {
    background: rgba(251, 176, 59, .15);
    bottom: -180px;
    right: -120px;
}

.top-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(0, 92, 169, .08);
    color: var(--primary);
    font-weight: 700;
}

.hero-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.15;
    color: var(--dark);
}

.hero-title span {
    color: var(--primary);
    position: relative;
}

.hero-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 14px;
    background: rgba(251, 176, 59, .35);
    z-index: -1;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.9;
    color: #5c6672;
    margin-top: 25px;
}

/* FEATURES */

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
}

.feature-box {
    background: #fff;
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
    transition: .4s;
}

.feature-box:hover {
    transform: translateY(-4px);
}

.feature-box i {
    color: var(--secondary);
    margin-right: 8px;
}

/* BUTTONS */

.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.primary-btn {
    background: var(--primary);
    color: #fff;
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
    box-shadow: 0 15px 35px rgba(0, 92, 169, .25);
}

.primary-btn:hover {
    background: #003f73;
    transform: translateY(-5px);
    color: #fff;
}

.secondary-btn {
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
}

.secondary-btn:hover {
    background: var(--primary);
    color: #fff;
}

/* IMAGE */

.image-wrapper {
    position: relative;
}

.main-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .15);
}

.floating-box {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.floating-box i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.box-one {
    top: 40px;
    left: -30px;
}

.box-two {
    bottom: 50px;
    right: -20px;
}

.experience-box {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: #000;
    padding: 22px 38px;
    border-radius: 24px;
    text-align: center;
}

.experience-box h2 {
    font-size: 42px;
    font-weight: 900;
}

/* SERVICES */

.section-heading span {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 2px;
}

.section-heading h2 {
    font-size: 48px;
    font-weight: 900;
    color: var(--dark);
}

.service-card {
    background: #fff;
    border-radius: 30px;
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.service-card:hover {
    transform: translateY(-12px);
}

.active-card {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
}

.active-card p {
    color: rgba(255, 255, 255, .8);
}

.icon-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 28px;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.active-card .icon-wrap {
    background: #fff;
}

/* WHY */

.why-section {
    background: #07111f;
    color: #fff;
}

.mini-title {
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 2px;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, .05);
    padding: 16px 22px;
    border-radius: 16px;
}

.why-item i {
    color: var(--secondary);
}

/* PROCESS */

.process-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: .4s;
    height: 100%;
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-number {
    width: 70px;
    height: 70px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
}

/* CTA */

.cta-box {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
    padding: 70px 40px;
    border-radius: 35px;
}

.cta-box h2 {
    font-size: 52px;
    font-weight: 900;
}

.cta-box p {
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    opacity: .9;
}

.white-btn {
    background: #fff;
    color: var(--primary);
}

.white-btn:hover {
    background: #f5f5f5;
    color: var(--primary);
}

/* RESPONSIVE */

@media(max-width:991px) {

    .hero-title {
        font-size: 42px;
    }

    .bg-text {
        font-size: 80px;
    }

    .floating-box {
        position: relative;
        inset: auto;
        margin-top: 20px;
        width: 100%;
    }

    .experience-box {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 20px;
        display: inline-block;
    }

}

@media(max-width:576px) {

    .hero-title {
        font-size: 34px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .cta-box h2 {
        font-size: 34px;
    }

    .bg-text {
        font-size: 45px;
    }

    .hero-btns {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
        text-align: center;
    }

}

/* envolop css */



:root {
    --primary: #005CA9;
    --secondary: #fbb03b;
    --dark: #07111f;
}

/* HERO */

.envelope-hero {
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* BG TEXT */

.bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 150px;
    font-weight: 900;
    color: rgba(0, 92, 169, .03);
    white-space: nowrap;
    z-index: 0;
    user-select: none;
}

.hero-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(70px);
}

.hero-glow.one {
    background: rgba(0, 92, 169, .12);
    top: -180px;
    left: -120px;
}

.hero-glow.two {
    background: rgba(251, 176, 59, .18);
    bottom: -180px;
    right: -120px;
}

.top-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(0, 92, 169, .08);
    color: var(--primary);
    font-weight: 700;
}

.hero-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.15;
    color: var(--dark);
}

.hero-title span {
    color: var(--primary);
    position: relative;
}

.hero-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 14px;
    background: rgba(251, 176, 59, .35);
    z-index: -1;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.9;
    color: #5c6672;
    margin-top: 25px;
}

/* FEATURES */

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
}

.feature-box {
    background: #fff;
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.feature-box i {
    color: var(--secondary);
    margin-right: 8px;
}

/* BUTTONS */

.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.primary-btn {
    background: var(--primary);
    color: #fff;
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
}

.primary-btn:hover {
    background: #003f73;
    color: #fff;
}

.secondary-btn {
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
}

.secondary-btn:hover {
    background: var(--primary);
    color: #fff;
}

/* IMAGE */

.image-wrapper {
    position: relative;
}

.main-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .15);
}

.floating-box {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.floating-box i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.box-one {
    top: 40px;
    left: -30px;
}

.box-two {
    bottom: 50px;
    right: -20px;
}

.experience-box {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: #000;
    padding: 22px 38px;
    border-radius: 24px;
    text-align: center;
}

.experience-box h2 {
    font-size: 42px;
    font-weight: 900;
}

/* SERVICES */

.section-heading span {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 2px;
}

.section-heading h2 {
    font-size: 48px;
    font-weight: 900;
    color: var(--dark);
}

.service-card {
    background: #fff;
    border-radius: 30px;
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.service-card:hover {
    transform: translateY(-12px);
}

.active-card {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
}

.active-card p {
    color: rgba(255, 255, 255, .8);
}

.icon-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 28px;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.active-card .icon-wrap {
    background: #fff;
}

/* WHY */

.why-section {
    background: #07111f;
    color: #fff;
}

.mini-title {
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 2px;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, .05);
    padding: 16px 22px;
    border-radius: 16px;
}

.why-item i {
    color: var(--secondary);
}

/* PROCESS */

.process-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: .4s;
    height: 100%;
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-number {
    width: 70px;
    height: 70px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
}

/* CTA */

.cta-box {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
    padding: 70px 40px;
    border-radius: 35px;
}

.cta-box h2 {
    font-size: 52px;
    font-weight: 900;
}

.cta-box p {
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    opacity: .9;
}

.white-btn {
    background: #fff;
    color: var(--primary);
}

.white-btn:hover {
    background: #f5f5f5;
    color: var(--primary);
}

/* RESPONSIVE */

@media(max-width:991px) {

    .hero-title {
        font-size: 42px;
    }

    .bg-text {
        font-size: 80px;
    }

    .floating-box {
        position: relative;
        inset: auto;
        margin-top: 20px;
        width: 100%;
    }

    .experience-box {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 20px;
        display: inline-block;
    }

}

@media(max-width:576px) {

    .hero-title {
        font-size: 34px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .cta-box h2 {
        font-size: 34px;
    }

    .bg-text {
        font-size: 42px;
    }

    .hero-btns {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
        text-align: center;
    }

}


/* flexpring css */


:root {
    --primary: #005CA9;
    --secondary: #fbb03b;
    --dark: #07111f;
}

/* HERO */

.flex-hero {
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* BG TEXT */

.bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 170px;
    font-weight: 900;
    color: rgba(0, 92, 169, .03);
    white-space: nowrap;
    z-index: 0;
    user-select: none;
}

.hero-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(70px);
}

.hero-glow.one {
    background: rgba(0, 92, 169, .12);
    top: -180px;
    left: -120px;
}

.hero-glow.two {
    background: rgba(251, 176, 59, .18);
    bottom: -180px;
    right: -120px;
}

.top-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(0, 92, 169, .08);
    color: var(--primary);
    font-weight: 700;
}

.hero-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.15;
    color: var(--dark);
}

.hero-title span {
    color: var(--primary);
    position: relative;
}

.hero-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 14px;
    background: rgba(251, 176, 59, .35);
    z-index: -1;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.9;
    color: #5c6672;
    margin-top: 25px;
}

/* FEATURES */

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
}

.feature-box {
    background: #fff;
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
    transition: .4s;
}

.feature-box:hover {
    transform: translateY(-4px);
}

.feature-box i {
    color: var(--secondary);
    margin-right: 8px;
}

/* BUTTONS */

.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.primary-btn {
    background: var(--primary);
    color: #fff;
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
    box-shadow: 0 15px 35px rgba(0, 92, 169, .25);
}

.primary-btn:hover {
    background: #003f73;
    transform: translateY(-5px);
    color: #fff;
}

.secondary-btn {
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
}

.secondary-btn:hover {
    background: var(--primary);
    color: #fff;
}

/* IMAGE */

.image-wrapper {
    position: relative;
}

.main-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .15);
}

.floating-box {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    animation: float 4s ease-in-out infinite;
}

.floating-box i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.box-one {
    top: 40px;
    left: -30px;
}

.box-two {
    bottom: 50px;
    right: -20px;
}

.experience-box {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: #000;
    padding: 22px 38px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(251, 176, 59, .35);
}

.experience-box h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 0;
}

/* SERVICES */

.section-heading span {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 2px;
}

.section-heading h2 {
    font-size: 48px;
    font-weight: 900;
    margin-top: 10px;
    color: var(--dark);
}

.service-card {
    background: #fff;
    border-radius: 30px;
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .1);
}

.active-card {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
}

.active-card p {
    color: rgba(255, 255, 255, .8);
}

.icon-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 28px;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.active-card .icon-wrap {
    background: #fff;
}

/* WHY */

.why-section {
    background: #07111f;
    color: #fff;
}

.mini-title {
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 2px;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, .05);
    padding: 16px 22px;
    border-radius: 16px;
    transition: .4s;
}

.why-item:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, .08);
}

.why-item i {
    color: var(--secondary);
}

/* PROCESS */

.process-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-number {
    width: 70px;
    height: 70px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
}

/* CTA */

.cta-box {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
    padding: 70px 40px;
    border-radius: 35px;
}

.cta-box h2 {
    font-size: 52px;
    font-weight: 900;
}

.cta-box p {
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    opacity: .9;
}

.white-btn {
    background: #fff;
    color: var(--primary);
}

.white-btn:hover {
    background: #f5f5f5;
    color: var(--primary);
}

/* ANIMATION */

@keyframes float {

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

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

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

}

/* RESPONSIVE */

@media(max-width:991px) {

    .hero-title {
        font-size: 42px;
    }

    .bg-text {
        font-size: 90px;
    }

    .floating-box {
        position: relative;
        inset: auto;
        margin-top: 20px;
        width: 100%;
    }

    .experience-box {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 20px;
        display: inline-block;
    }

}

@media(max-width:576px) {

    .hero-title {
        font-size: 34px;
    }

    .bg-text {
        font-size: 42px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .cta-box h2 {
        font-size: 34px;
    }

    .hero-btns {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
        text-align: center;
    }

}

/* glowsignboard */



:root {
    --primary: #005CA9;
    --secondary: #fbb03b;
    --dark: #07111f;
}

/* HERO */

.glow-hero {
    background: linear-gradient(135deg, #061423 0%, #0b1d33 100%);
    position: relative;
    overflow: hidden;
    color: #fff;
}

/* BG TEXT */

.bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 180px;
    font-weight: 900;
    color: rgba(255, 255, 255, .03);
    white-space: nowrap;
    z-index: 0;
    user-select: none;
    letter-spacing: 10px;
}

.hero-light {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(60px);
}

.hero-light.one {
    background: rgba(251, 176, 59, .18);
    top: -120px;
    left: -120px;
}

.hero-light.two {
    background: rgba(0, 92, 169, .25);
    right: -120px;
    bottom: -120px;
}

/* BADGE */

.top-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
}

/* TITLE */

.hero-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.15;
}

.hero-title span {
    color: var(--secondary);
    text-shadow: 0 0 20px rgba(251, 176, 59, .8);
}

.hero-desc {
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, .75);
    margin-top: 25px;
}

/* FEATURES */

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
}

.feature-box {
    background: rgba(255, 255, 255, .08);
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
}

.feature-box i {
    color: var(--secondary);
    margin-right: 8px;
}

/* BUTTONS */

.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.primary-btn {
    background: var(--secondary);
    color: #000;
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
    box-shadow: 0 0 25px rgba(251, 176, 59, .4);
}

.primary-btn:hover {
    transform: translateY(-5px);
    color: #000;
}

.secondary-btn {
    border: 2px solid rgba(255, 255, 255, .2);
    color: #fff;
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    background: rgba(255, 255, 255, .05);
    transition: .4s;
}

.secondary-btn:hover {
    background: #fff;
    color: #000;
}

/* IMAGE */

.image-wrapper {
    position: relative;
}

.main-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .4);
}

.floating-box {
    position: absolute;
    background: rgba(255, 255, 255, .08);
    border-radius: 18px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
    animation: float 4s ease-in-out infinite;
}

.floating-box i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(251, 176, 59, .15);
    color: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.box-one {
    top: 40px;
    left: -30px;
}

.box-two {
    bottom: 50px;
    right: -20px;
}

.experience-box {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: #000;
    padding: 22px 38px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 0 35px rgba(251, 176, 59, .5);
}

.experience-box h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 0;
}

/* SERVICES */

.services-section {
    background: #fff;
}

.section-heading span {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 2px;
}

.section-heading h2 {
    font-size: 48px;
    font-weight: 900;
    color: var(--dark);
    margin-top: 10px;
}

.service-card {
    background: #fff;
    border-radius: 30px;
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .1);
}

.active-card {
    background: linear-gradient(135deg, #005CA9, #0a79d6);
    color: #fff;
}

.active-card p {
    color: rgba(255, 255, 255, .8);
}

.icon-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 28px;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.active-card .icon-wrap {
    background: #fff;
}

/* WHY */

.why-section {
    background: #07111f;
    color: #fff;
}

.mini-title {
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 2px;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, .05);
    padding: 16px 22px;
    border-radius: 16px;
    transition: .4s;
}

.why-item:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, .08);
}

.why-item i {
    color: var(--secondary);
}

/* PROCESS */

.process-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-number {
    width: 70px;
    height: 70px;
    background: var(--secondary);
    color: #000;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
}

/* CTA */

.cta-box {
    background: linear-gradient(135deg, #005CA9, #0a79d6);
    color: #fff;
    padding: 70px 40px;
    border-radius: 35px;
    box-shadow: 0 0 50px rgba(0, 92, 169, .3);
}

.cta-box h2 {
    font-size: 52px;
    font-weight: 900;
}

.cta-box p {
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    opacity: .9;
}

.dark-btn {
    background: #fff;
    color: var(--primary);
}

.dark-btn:hover {
    background: #f5f5f5;
    color: var(--primary);
}

/* ANIMATION */

@keyframes float {

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

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

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

}

/* RESPONSIVE */

@media(max-width:991px) {

    .hero-title {
        font-size: 42px;
    }

    .bg-text {
        font-size: 90px;
    }

    .floating-box {
        position: relative;
        inset: auto;
        margin-top: 20px;
        width: 100%;
    }

    .experience-box {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 20px;
        display: inline-block;
    }

}

@media(max-width:576px) {

    .hero-title {
        font-size: 34px;
    }

    .bg-text {
        font-size: 42px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .cta-box h2 {
        font-size: 34px;
    }

    .hero-btns {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
        text-align: center;
    }

}

/* icard css */


:root {
    --primary: #005CA9;
    --secondary: #fbb03b;
    --dark: #07111f;
}

/* =========================
HERO SECTION
========================= */

.idcard-hero {
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
    position: relative;
}

.hero-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(70px);
}

.hero-glow.one {
    background: rgba(0, 92, 169, .12);
    top: -180px;
    left: -120px;
}

.hero-glow.two {
    background: rgba(251, 176, 59, .15);
    bottom: -180px;
    right: -120px;
}

.top-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(0, 92, 169, .08);
    color: var(--primary);
    font-weight: 700;
    border: 1px solid rgba(0, 92, 169, .08);
}

.hero-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.15;
    color: var(--dark);
}

.hero-title span {
    color: var(--primary);
    position: relative;
}

.hero-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 14px;
    background: rgba(251, 176, 59, .35);
    z-index: -1;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.9;
    color: #5c6672;
    margin-top: 25px;
}

/* FEATURES */

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
}

.feature-box {
    background: #fff;
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
    transition: .4s;
}

.feature-box:hover {
    transform: translateY(-4px);
}

.feature-box i {
    color: var(--secondary);
    margin-right: 8px;
}

/* BUTTONS */

.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.primary-btn {
    background: var(--primary);
    color: #fff;
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
    box-shadow: 0 15px 35px rgba(0, 92, 169, .25);
}

.primary-btn:hover {
    background: #003f73;
    transform: translateY(-5px);
    color: #fff;
}

.secondary-btn {
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
    transition: .4s;
}

.secondary-btn:hover {
    background: var(--primary);
    color: #fff;
}

/* IMAGE */

.image-wrapper {
    position: relative;
}

.main-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .15);
}

.floating-box {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    animation: float 4s ease-in-out infinite;
}

.floating-box i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.box-one {
    top: 40px;
    left: -30px;
}

.box-two {
    bottom: 50px;
    right: -20px;
}

.experience-box {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: #000;
    padding: 22px 38px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(251, 176, 59, .35);
}

.experience-box h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 0;
}

/* SERVICES */

.services-section {
    background: #fff;
}

.section-heading span {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 2px;
}

.section-heading h2 {
    font-size: 48px;
    font-weight: 900;
    margin-top: 10px;
    color: var(--dark);
}

.service-card {
    background: #fff;
    border-radius: 30px;
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .1);
}

.active-card {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
}

.active-card p {
    color: rgba(255, 255, 255, .8);
}

.icon-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 28px;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.active-card .icon-wrap {
    background: #fff;
}

/* WHY SECTION */

.why-section {
    background: #07111f;
    color: #fff;
}

.mini-title {
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 2px;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, .05);
    padding: 16px 22px;
    border-radius: 16px;
    transition: .4s;
}

.why-item:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, .08);
}

.why-item i {
    color: var(--secondary);
}

/* ANIMATION */

@keyframes float {

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

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

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

}

/* RESPONSIVE */

@media(max-width:991px) {

    .hero-title {
        font-size: 42px;
    }

    .floating-box {
        position: relative;
        inset: auto;
        margin-top: 20px;
        width: 100%;
    }

    .experience-box {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 20px;
        display: inline-block;
    }

}

@media(max-width:576px) {

    .hero-title {
        font-size: 34px;
    }

    .hero-btns {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
        text-align: center;
    }

}


/* latterhead css */


:root {
    --primary: #005CA9;
    --secondary: #fbb03b;
    --dark: #07111f;
}

/* HERO */

.letterhead-hero {
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* BG TEXT */

.bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 170px;
    font-weight: 900;
    color: rgba(0, 92, 169, .03);
    white-space: nowrap;
    z-index: 0;
    user-select: none;
    letter-spacing: 8px;
}

.hero-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(70px);
}

.hero-glow.one {
    background: rgba(0, 92, 169, .12);
    top: -180px;
    left: -120px;
}

.hero-glow.two {
    background: rgba(251, 176, 59, .18);
    bottom: -180px;
    right: -120px;
}

.top-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(0, 92, 169, .08);
    color: var(--primary);
    font-weight: 700;
    border: 1px solid rgba(0, 92, 169, .08);
}

.hero-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.15;
    color: var(--dark);
}

.hero-title span {
    color: var(--primary);
    position: relative;
}

.hero-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 14px;
    background: rgba(251, 176, 59, .35);
    z-index: -1;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.9;
    color: #5c6672;
    margin-top: 25px;
}

/* FEATURES */

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
}

.feature-box {
    background: #fff;
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
    transition: .4s;
}

.feature-box:hover {
    transform: translateY(-4px);
}

.feature-box i {
    color: var(--secondary);
    margin-right: 8px;
}

/* BUTTONS */

.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.primary-btn {
    background: var(--primary);
    color: #fff;
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
    box-shadow: 0 15px 35px rgba(0, 92, 169, .25);
}

.primary-btn:hover {
    background: #003f73;
    transform: translateY(-5px);
    color: #fff;
}

.secondary-btn {
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
    transition: .4s;
}

.secondary-btn:hover {
    background: var(--primary);
    color: #fff;
}

/* IMAGE */

.image-wrapper {
    position: relative;
}

.main-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .15);
}

.floating-box {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    animation: float 4s ease-in-out infinite;
}

.floating-box i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.box-one {
    top: 40px;
    left: -30px;
}

.box-two {
    bottom: 50px;
    right: -20px;
}

.experience-box {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: #000;
    padding: 22px 38px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(251, 176, 59, .35);
}

.experience-box h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 0;
}

/* SERVICES */

.services-section {
    background: #fff;
}

.section-heading span {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 2px;
}

.section-heading h2 {
    font-size: 48px;
    font-weight: 900;
    margin-top: 10px;
    color: var(--dark);
}

.service-card {
    background: #fff;
    border-radius: 30px;
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .1);
}

.active-card {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
}

.active-card p {
    color: rgba(255, 255, 255, .8);
}

.icon-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 28px;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.active-card .icon-wrap {
    background: #fff;
}

/* WHY */

.why-section {
    background: #07111f;
    color: #fff;
}

.mini-title {
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 2px;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, .05);
    padding: 16px 22px;
    border-radius: 16px;
    transition: .4s;
}

.why-item:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, .08);
}

.why-item i {
    color: var(--secondary);
}

/* PROCESS */

.process-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-number {
    width: 70px;
    height: 70px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
}

/* CTA */

.cta-box {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
    padding: 70px 40px;
    border-radius: 35px;
}

.cta-box h2 {
    font-size: 52px;
    font-weight: 900;
}

.cta-box p {
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    opacity: .9;
}

.white-btn {
    background: #fff;
    color: var(--primary);
}

.white-btn:hover {
    background: #f5f5f5;
    color: var(--primary);
}

/* ANIMATION */

@keyframes float {

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

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

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

}

/* RESPONSIVE */

@media(max-width:991px) {

    .hero-title {
        font-size: 42px;
    }

    .bg-text {
        font-size: 90px;
    }

    .floating-box {
        position: relative;
        inset: auto;
        margin-top: 20px;
        width: 100%;
    }

    .experience-box {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 20px;
        display: inline-block;
    }

}

@media(max-width:576px) {

    .hero-title {
        font-size: 34px;
    }

    .bg-text {
        font-size: 42px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .cta-box h2 {
        font-size: 34px;
    }

    .hero-btns {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
        text-align: center;
    }

}

/* led board css */

:root {
    --primary: #005CA9;
    --secondary: #fbb03b;
    --dark: #07111f;
}

/* HERO */

.visiting-hero {
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* BG TEXT */

.bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 170px;
    font-weight: 900;
    color: rgba(0, 92, 169, .03);
    white-space: nowrap;
    z-index: 0;
    user-select: none;
    letter-spacing: 8px;
}

.hero-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(70px);
}

.hero-glow.one {
    background: rgba(0, 92, 169, .12);
    top: -180px;
    left: -120px;
}

.hero-glow.two {
    background: rgba(251, 176, 59, .18);
    bottom: -180px;
    right: -120px;
}

.top-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(0, 92, 169, .08);
    color: var(--primary);
    font-weight: 700;
    border: 1px solid rgba(0, 92, 169, .08);
}

.hero-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.15;
    color: var(--dark);
}

.hero-title span {
    color: var(--primary);
    position: relative;
}

.hero-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 14px;
    background: rgba(251, 176, 59, .35);
    z-index: -1;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.9;
    color: #5c6672;
    margin-top: 25px;
}

/* FEATURES */

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
}

.feature-box {
    background: #fff;
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
    transition: .4s;
}

.feature-box:hover {
    transform: translateY(-4px);
}

.feature-box i {
    color: var(--secondary);
    margin-right: 8px;
}

/* BUTTONS */

.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.primary-btn {
    background: var(--primary);
    color: #fff;
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
    box-shadow: 0 15px 35px rgba(0, 92, 169, .25);
}

.primary-btn:hover {
    background: #003f73;
    transform: translateY(-5px);
    color: #fff;
}

.secondary-btn {
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
    transition: .4s;
}

.secondary-btn:hover {
    background: var(--primary);
    color: #fff;
}

/* IMAGE */

.image-wrapper {
    position: relative;
}

.main-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .15);
}

.floating-box {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    animation: float 4s ease-in-out infinite;
}

.floating-box i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.box-one {
    top: 40px;
    left: -30px;
}

.box-two {
    bottom: 50px;
    right: -20px;
}

.experience-box {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: #000;
    padding: 22px 38px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(251, 176, 59, .35);
}

.experience-box h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 0;
}

/* SERVICES */

.services-section {
    background: #fff;
}

.section-heading span {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 2px;
}

.section-heading h2 {
    font-size: 48px;
    font-weight: 900;
    margin-top: 10px;
    color: var(--dark);
}

.service-card {
    background: #fff;
    border-radius: 30px;
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .1);
}

.active-card {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
}

.active-card p {
    color: rgba(255, 255, 255, .8);
}

.icon-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 28px;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.active-card .icon-wrap {
    background: #fff;
}

/* WHY */

.why-section {
    background: #07111f;
    color: #fff;
}

.mini-title {
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 2px;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, .05);
    padding: 16px 22px;
    border-radius: 16px;
    transition: .4s;
}

.why-item:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, .08);
}

.why-item i {
    color: var(--secondary);
}

/* PROCESS */

.process-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-number {
    width: 70px;
    height: 70px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
}

/* CTA */

.cta-box {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
    padding: 70px 40px;
    border-radius: 35px;
}

.cta-box h2 {
    font-size: 52px;
    font-weight: 900;
}

.cta-box p {
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    opacity: .9;
}

.white-btn {
    background: #fff;
    color: var(--primary);
}

.white-btn:hover {
    background: #f5f5f5;
    color: var(--primary);
}

/* ANIMATION */

@keyframes float {

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

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

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

}

/* RESPONSIVE */

@media(max-width:991px) {

    .hero-title {
        font-size: 42px;
    }

    .bg-text {
        font-size: 90px;
    }

    .floating-box {
        position: relative;
        inset: auto;
        margin-top: 20px;
        width: 100%;
    }

    .experience-box {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 20px;
        display: inline-block;
    }

}

@media(max-width:576px) {

    .hero-title {
        font-size: 34px;
    }

    .bg-text {
        font-size: 42px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .cta-box h2 {
        font-size: 34px;
    }

    .hero-btns {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
        text-align: center;
    }

}

/* name plate css */


.root {
    --primary: #005CA9;
    --secondary: #fbb03b;
    --dark: #0f172a;
}

/* HERO */

.nameplate-hero {
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* BG TEXT */

.bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 170px;
    font-weight: 900;
    color: rgba(0, 92, 169, .03);
    white-space: nowrap;
    z-index: 0;
    user-select: none;
    letter-spacing: 8px;
}

.hero-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(70px);
}

.hero-glow.one {
    background: rgba(0, 92, 169, .12);
    top: -180px;
    left: -120px;
}

.hero-glow.two {
    background: rgba(251, 176, 59, .18);
    bottom: -180px;
    right: -120px;
}

.top-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(0, 92, 169, .08);
    color: var(--primary);
    font-weight: 700;
    border: 1px solid rgba(0, 92, 169, .08);
}

.hero-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.15;
    color: var(--dark);
}

.hero-title span {
    color: var(--primary);
    position: relative;
}

.hero-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 14px;
    background: rgba(251, 176, 59, .35);
    z-index: -1;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.9;
    color: #5c6672;
    margin-top: 25px;
}

/* FEATURES */

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
}

.feature-box {
    background: #fff;
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
    transition: .4s;
}

.feature-box:hover {
    transform: translateY(-4px);
}

.feature-box i {
    color: var(--secondary);
    margin-right: 8px;
}

/* BUTTONS */

.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.primary-btn {
    background: var(--primary);
    color: #fff;
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
    box-shadow: 0 15px 35px rgba(0, 92, 169, .25);
}

.primary-btn:hover {
    background: #003f73;
    transform: translateY(-5px);
    color: #fff;
}

.secondary-btn {
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
    transition: .4s;
}

.secondary-btn:hover {
    background: var(--primary);
    color: #fff;
}

/* IMAGE */

.image-wrapper {
    position: relative;
}

.main-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .15);
}

.floating-box {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    animation: float 4s ease-in-out infinite;
}

.floating-box i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.box-one {
    top: 40px;
    left: -30px;
}

.box-two {
    bottom: 50px;
    right: -20px;
}

.experience-box {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: #fff;
    padding: 22px 38px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(251, 176, 59, .4);
}

.experience-box h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 0;
}

/* SERVICES */

.section-heading span {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 2px;
}

.section-heading h2 {
    font-size: 48px;
    font-weight: 900;
    margin-top: 10px;
    color: var(--dark);
}

.service-card {
    background: #fff;
    border-radius: 30px;
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .1);
}

.active-card {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
}

.active-card p {
    color: rgba(255, 255, 255, .8);
}

.icon-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 28px;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.active-card .icon-wrap {
    background: #fff;
}

/* WHY */

.why-section {
    background: #0f172a;
    color: #fff;
}

.mini-title {
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 2px;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, .05);
    padding: 16px 22px;
    border-radius: 16px;
    transition: .4s;
}

.why-item:hover {
    transform: translateX(10px);
}

.why-item i {
    color: var(--secondary);
}

/* PROCESS */

.process-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-number {
    width: 70px;
    height: 70px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
}

/* CTA */

.cta-box {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
    padding: 70px 40px;
    border-radius: 35px;
}

.cta-box h2 {
    font-size: 52px;
    font-weight: 900;
}

.cta-box p {
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    opacity: .9;
}

.white-btn {
    background: #fff;
    color: var(--primary);
}

.white-btn:hover {
    background: #f5f5f5;
    color: var(--primary);
}

/* ANIMATION */

@keyframes float {

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

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

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

}

/* RESPONSIVE */

@media(max-width:991px) {

    .hero-title {
        font-size: 42px;
    }

    .bg-text {
        font-size: 90px;
    }

    .floating-box {
        position: relative;
        inset: auto;
        margin-top: 20px;
        width: 100%;
    }

    .experience-box {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 20px;
        display: inline-block;
    }

}

@media(max-width:576px) {

    .hero-title {
        font-size: 34px;
    }

    .bg-text {
        font-size: 42px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .cta-box h2 {
        font-size: 34px;
    }

    .hero-btns {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
        text-align: center;
    }

}

/* offset css */

:root {
    --primary: #005CA9;
    --secondary: #fbb03b;
    --dark: #07111f;
}

/* =========================
HERO SECTION
========================= */

.offset-hero {
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
    position: relative;
}

.hero-shape {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(70px);
}

.hero-shape.one {
    background: rgba(0, 92, 169, .12);
    top: -180px;
    left: -120px;
}

.hero-shape.two {
    background: rgba(251, 176, 59, .18);
    bottom: -180px;
    right: -120px;
}

.top-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(0, 92, 169, .08);
    color: var(--primary);
    font-weight: 700;
    border: 1px solid rgba(0, 92, 169, .08);
}

.hero-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.15;
    color: var(--dark);
}

.hero-title span {
    color: var(--primary);
    position: relative;
}

.hero-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 14px;
    background: rgba(251, 176, 59, .35);
    z-index: -1;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.9;
    color: #5c6672;
    margin-top: 25px;
}

/* FEATURES */

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
}

.feature-box {
    background: #fff;
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
    transition: .4s;
}

.feature-box:hover {
    transform: translateY(-4px);
}

.feature-box i {
    color: var(--secondary);
    margin-right: 8px;
}

/* BUTTONS */

.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.primary-btn {
    background: var(--primary);
    color: #fff;
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
    box-shadow: 0 15px 35px rgba(0, 92, 169, .25);
}

.primary-btn:hover {
    background: #003f73;
    transform: translateY(-5px);
    color: #fff;
}

.secondary-btn {
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 16px 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
    transition: .4s;
}

.secondary-btn:hover {
    background: var(--primary);
    color: #fff;
}

/* IMAGE */

.image-wrapper {
    position: relative;
}

.main-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .15);
}

.floating-box {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    animation: float 4s ease-in-out infinite;
}

.floating-box i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.box-one {
    top: 40px;
    left: -30px;
}

.box-two {
    bottom: 50px;
    right: -20px;
}

.experience-box {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: #000;
    padding: 22px 38px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(251, 176, 59, .35);
}

.experience-box h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 0;
}

/* SERVICES */

.services-section {
    background: #fff;
}

.section-heading span {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 2px;
}

.section-heading h2 {
    font-size: 48px;
    font-weight: 900;
    margin-top: 10px;
    color: var(--dark);
}

.service-card {
    background: #fff;
    border-radius: 30px;
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .1);
}

.active-card {
    background: linear-gradient(135deg, #005CA9, #0b7ae0);
    color: #fff;
}

.active-card p {
    color: rgba(255, 255, 255, .8);
}

.icon-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 28px;
    background: rgba(0, 92, 169, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.active-card .icon-wrap {
    background: #fff;
}

/* WHY SECTION */

.why-section {
    background: #07111f;
    color: #fff;
}

.mini-title {
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 2px;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, .05);
    padding: 16px 22px;
    border-radius: 16px;
    transition: .4s;
}

.why-item:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, .08);
}

.why-item i {
    color: var(--secondary);
}

/* ANIMATION */

@keyframes float {

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

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

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

}

/* RESPONSIVE */

@media(max-width:991px) {

    .hero-title {
        font-size: 42px;
    }

    .floating-box {
        position: relative;
        inset: auto;
        margin-top: 20px;
        width: 100%;
    }

    .experience-box {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 20px;
        display: inline-block;
    }

}

@media(max-width:576px) {

    .hero-title {
        font-size: 34px;
    }

    .hero-btns {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
        text-align: center;
    }

}

/* service css */


:root {
    --primary: #005CA9;
    --secondary: #fbb03b;
    --dark: #020617;
}

/* =========================
SECTION
========================= */

.madhuri-services {
    background: var(--dark);
    position: relative;
}

/* GLOW */

.bg-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(90px);
}

.bg-glow.one {
    background: rgba(0, 92, 169, .25);
    top: -200px;
    left: -100px;
}

.bg-glow.two {
    background: rgba(251, 176, 59, .18);
    right: -100px;
    bottom: -200px;
}

/* HEADING */

.service-badge {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 50px;
    background: rgba(14, 165, 233, .12);
    color: #0ea5e9;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.main-title {
    color: #fff;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.2;
}

.main-title span {
    background: linear-gradient(90deg, #0ea5e9, #6366f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-desc {
    color: rgba(255, 255, 255, .65);
    font-size: 18px;
    line-height: 1.9;
    margin-top: 20px;
}

/* FEATURED CARD */

.featured-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 32px;
    padding: 45px;
    height: 100%;
    transition: .4s;
}

.featured-card:hover {
    transform: translateY(-10px);
    border-color: #0ea5e9;
    background: rgba(14, 165, 233, .06);
}

.featured-icon {
    width: 75px;
    height: 75px;
    border-radius: 22px;
    background: #0ea5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 28px;
}

.featured-card h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 800;
}

.featured-card p {
    color: rgba(255, 255, 255, .7);
    line-height: 1.9;
    margin-top: 18px;
}

/* TAGS */

.featured-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.featured-tags span {
    padding: 10px 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/* SMALL CARD */

.small-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 28px;
    padding: 35px;
    text-align: center;
    transition: .4s;
}

.small-card:hover {
    transform: translateY(-10px);
    border-color: #0ea5e9;
    background: rgba(14, 165, 233, .06);
}

.small-card i {
    font-size: 42px;
    margin-top: 30%;
    color: #0ea5e9;
    margin-bottom: 25px;
}

.small-card h4 {
    margin-top: 10%;
    color: #fff;
    font-weight: 700;
}

.small-card p {
    color: rgba(255, 255, 255, .65);
    margin-top: 15px;
    line-height: 1.8;
}

/* =========================
MARQUEE
========================= */

.service-marquee-wrap {
    margin-top: 70px;
}

.marquee-box {
    display: flex;
    overflow: hidden;
    gap: 20px;
}

.marquee-left {
    display: flex;
    gap: 20px;
    animation: scrollLeft 35s linear infinite;
}

.marquee-right {
    display: flex;
    gap: 20px;
    animation: scrollRight 35s linear infinite;
}

.service-pill {
    white-space: nowrap;
    padding: 18px 34px;
    border-radius: 100px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: .4s;
}

.service-pill i {
    color: #0ea5e9;
}

.service-pill:hover {
    background: #0ea5e9;
    transform: scale(1.06);
    color: #fff;
}

.service-pill:hover i {
    color: #fff;
}

.alt-pill:hover {
    background: #fbb03b;
}

/* ANIMATION */

@keyframes scrollLeft {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}

@keyframes scrollRight {

    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }

}

/* RESPONSIVE */

@media(max-width:991px) {

    .main-title {
        font-size: 42px;
    }

}

@media(max-width:576px) {

    .main-title {
        font-size: 32px;
    }

    .featured-card,
    .small-card {
        padding: 28px;
    }

    .service-pill {
        padding: 14px 24px;
        font-size: 15px;
    }

}
