
		/* Lead-focused landing upgrades (2026 refresh) */
		/* Header compaction + subtle animation */
		.header_section {
			padding: 8px 0;			
	        z-index: 9999 !important;
		}

		.header_section .brand_logo img {
			max-height: 42px;
			width: auto;
		}

		.header_section .main_menu>ul>li>a {
			padding: 10px 10px;
			font-size: 13px;
		}

		.header_section .btn.bg_white {
			padding: 10px 14px;
			border-radius: 999px;
		}

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

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

		.header_section .btn.bg_white {
			background-image: linear-gradient(90deg, rgba(65, 80, 241, 0.14), rgba(225, 138, 255, 0.14), rgba(65, 80, 241, 0.14));
			background-size: 200% 100%;
			animation: cnxShimmer 3.5s linear infinite;
			border: 1px solid rgba(11, 18, 32, 0.08);
		}

		.header_section .main_menu>ul>li>a {
			position: relative;
		}

		.header_section .main_menu>ul>li>a::after {
			content: "";
			position: absolute;
			left: 10px;
			right: 10px;
			bottom: 6px;
			height: 2px;
			background: linear-gradient(45deg, red, #e18aff);
			transform: scaleX(0);
			transform-origin: left;
			transition: transform .22s ease;
			border-radius: 2px;
			opacity: .9;
		}

		.header_section .main_menu>ul>li>a:hover::after {
			transform: scaleX(1);
		}

		.lead-hero {
			position: relative;
			padding: 32px 0 54px;
			color: #0b1220;
			background:
				radial-gradient(1100px 400px at 15% 20%, rgba(140, 131, 212, 0.22), rgba(173, 50, 50, 0) 60%),
				radial-gradient(900px 420px at 85% 30%, rgba(133, 201, 238, 0.2), rgba(255, 255, 255, 0) 55%),
				linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
		}

		.lead-hero h1 {
			color: #0b1220;
			letter-spacing: -0.02em;
		}

		.lead-hero .sub {
			color: #25324a;
			font-size: 18px;
			line-height: 1.55;
		}

		.lead-badges {
			display: flex;
			flex-wrap: wrap;
			gap: 10px;
			margin-top: 18px;
		}

		.lead-badge {
			display: inline-flex;
			align-items: center;
			gap: 8px;
			padding: 10px 12px;
			border-radius: 999px;
			background: rgba(255, 255, 255, 0.75);
			border: 1px solid rgba(11, 18, 32, 0.08);
			box-shadow: 0 10px 30px rgba(11, 18, 32, 0.08);
			font-size: 14px;
			color: #0b1220;
		}







		

		.offer-strip {
			margin-top: 14px;
			display: flex;
			align-items: center;
			justify-content: space-between;
			gap: 10px;
			padding: 12px 14px;
			border-radius: 16px;
			background: rgba(255, 255, 255, 0.70);
			border: 1px solid rgba(11, 18, 32, 0.10);
			box-shadow: 0 18px 45px rgba(11, 18, 32, 0.10);
		}

		.offer-strip .left {
			display: flex;
			flex-direction: column;
			gap: 2px;
		}

		.offer-strip .topline {
		
			font-size: 14px;
			color: #0b1220;
		}

		.offer-strip .prices {
			font-size: 13px;
			color: #25324a;
		}

		.offer-strip .prices strong {
		
		}

		.offer-strip .btn {
			white-space: nowrap;
			border-radius: 14px;
			padding: 10px 14px;
		}

		.offer-strip .small {
			font-size: 12px;
			color: #4b5b79;
		}

		/* .cnx-marquee {
			position: relative;
			width: 100vw;
			left: 50%;
			right: 50%;
			margin-left: -50vw;
			margin-right: -50vw;
	
			margin-top: 66px;
			background: linear-gradient(90deg, rgba(11, 18, 32, 0.95), #002c60, #68d4f9);
			color: #fff;
			border-bottom: 1px solid rgba(255, 255, 255, 0.14);
			overflow: hidden;
		}

		.cnx-marquee .track {
			display: flex;
			width: max-content;
			animation: cnxMarquee 22s linear infinite;
			will-change: transform;
		}

		.cnx-marquee .chunk {
			display: inline-flex;
			align-items: center;
			gap: 12px;
			padding: 10px 16px;
			
			letter-spacing: 0.02em;
			white-space: nowrap;
		}

		.cnx-marquee .sep {
			width: 6px;
			height: 6px;
			border-radius: 999px;
			background: rgba(255, 255, 255, 0.45);
			display: inline-block;
		}

		.cnx-marquee .pill {
			display: inline-flex;
			align-items: center;
			gap: 8px;
			padding: 6px 10px;
			border-radius: 999px;
			background: rgba(255, 255, 255, 0.14);
			border: 1px solid rgba(255, 255, 255, 0.18);
		}

		.cnx-marquee .highlight {
			background: rgba(254, 203, 1, 0.95);
			color: #0b1220;
			padding: 2px 8px;
			border-radius: 999px;
		} */

		@keyframes cnxMarquee {
			0% {
				transform: translateX(0);
			}

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

		@media (prefers-reduced-motion: reduce) {
			.cnx-marquee .track {
				animation: none;
			}
		}

		@media (max-width: 767px) {
			/* .cnx-marquee {
				margin-top: 58px;
			} */

			.offer-strip {
				flex-direction: column;
				align-items: stretch;
				text-align: left;
			}

			.offer-strip .btn {
				width: 100%;
				text-align: center;
			}
		}

		.lead-card {
			background: rgba(255, 255, 255, 0.78);
			border: 1px solid rgba(11, 18, 32, 0.10);
			border-radius: 18px;
			box-shadow: 0 24px 60px rgba(11, 18, 32, 0.16);
			backdrop-filter: blur(10px);
			padding: 14px;
		}

		.lead-card .title {
			font-size: 16px;
			margin: 0 0 4px;
			
			
			color: #0b1220;
		}

		.lead-card .mini {
			font-size: 12px;
			margin: 0 0 10px;
			color: #4b5b79;
			line-height: 1.35;
		}

		.lead-field {
			margin-bottom: 8px;
		}

		.lead-field .form-control {
			height: 42px;
			border-radius: 12px;
			border: 1px solid rgba(11, 18, 32, 0.14);
		}

		.lead-field textarea.form-control {
			height: 76px;
			padding-top: 10px;
		}

		.lead-cta {
			width: 100%;
			height: 44px;
			border-radius: 12px;
			background-image: linear-gradient(45deg, #002c60 0%, #e18aff 100%);
			color: #fff;
		
			
		}

		.lead-cta:hover {
			filter: brightness(1.03);
		}

		.lead-help {
			display: flex;
			gap: 10px;
			margin-top: 10px;
		}

		.lead-help a {
			flex: 1;
			text-align: center;
			padding: 10px 12px;
			border-radius: 12px;
			font-size: 14px;
		}

		.lead-help .wh {
			background: #198754;
			color: #fff;
		}

		.lead-help .ph {
			background: #0b1220;
			color: #fff;
		}

		.social-proof {
			padding: 46px 0 10px;
			background: #f7f9ff;
		}

		.proof-grid {
			display: grid;
			grid-template-columns: repeat(3, minmax(0, 1fr));
			gap: 14px;
		}

		.proof-card {
			background: #fff;
			border: 1px solid rgba(11, 18, 32, 0.10);
			border-radius: 16px;
			padding: 16px;
			box-shadow: 0 18px 40px rgba(11, 18, 32, 0.10);
		}

		.proof-card .k {
		
			
			font-size: 22px;
			color: #0b1220;
			margin-bottom: 4px;
		}

		.proof-card .t {
			font-size: 14px;
			color: #4b5b79;
			line-height: 1.4;
			margin: 0;
		}

		.proof-strip {
			margin-top: 14px;
			display: flex;
			flex-wrap: wrap;
			gap: 10px;
			align-items: center;
			justify-content: center;
			color: #4b5b79;
			font-size: 14px;
		}

		.pricing-sec {
			padding: 70px 0;
			background: #ffffff;
		}

		.pricing-head {
			text-align: center;
			margin-bottom: 26px;
		}

		.pricing-head h2 {
			margin-bottom: 10px;
		}

		.pricing-head p {
			color: #4b5b79;
			margin: 0;
		}

		.pricing-card {
			height: 100%;
			background: #fff;
			border: 1px solid rgba(11, 18, 32, 0.12);
			border-radius: 18px;
			padding: 18px;
			box-shadow: 0 20px 50px rgba(11, 18, 32, 0.10);
		}

		.pricing-card.featured {
			border-color: rgba(65, 80, 241, 0.35);
			box-shadow: 0 26px 70px rgba(65, 80, 241, 0.18);
		}

		.pricing-card .p-title {
			
			font-size: 18px;
			margin-bottom: 6px;
			color: #0b1220;
		}

		.pricing-card .p-price {
			
			font-size: 26px;
			margin-bottom: 6px;
			color: #0b1220;
		}

		.pricing-card .p-note {
			font-size: 13px;
			color: #4b5b79;
			margin-bottom: 14px;
		}

		.pricing-card ul {
			padding-left: 18px;
			margin: 0 0 16px;
			color: #25324a;
		}

		.pricing-card ul li {
			margin-bottom: 6px;
		}

		.pricing-card .btn {
			width: 100%;
			border-radius: 12px;
		}

		.cta-band {
			margin: 22px 0 0;
			padding: 16px;
			border-radius: 18px;
			background: linear-gradient(135deg, rgba(65, 80, 241, 0.12) 0%, rgba(225, 138, 255, 0.12) 100%);
			border: 1px solid rgba(11, 18, 32, 0.08);
			display: flex;
			align-items: center;
			justify-content: space-between;
			gap: 12px;
		}

		.cta-band .txt {
			color: #0b1220;
		}

		.cta-band .txt .h {
			
			margin-bottom: 2px;
		}

		.cta-band .txt .p {
			margin: 0;
			color: #4b5b79;
			font-size: 13px;
			line-height: 1.35;
		}

		.cta-band .actions {
			display: flex;
			gap: 10px;
			flex-wrap: wrap;
		}

		.cta-band .actions a {
			border-radius: 14px;
			padding: 10px 14px;
		}

		@media (max-width: 767px) {
			.cta-band {
				flex-direction: column;
				align-items: stretch;
			}

			.cta-band .actions a {
				width: 100%;
				text-align: center;
			}
		}

		.mobile-sticky {
			display: none;
			position: fixed;
			left: 12px;
			right: 12px;
			bottom: 12px;
			padding: 10px;
			background: rgba(255, 255, 255, 0.18);
			backdrop-filter: blur(10px);
			-webkit-backdrop-filter: blur(10px);
			border: 1px solid rgba(255, 255, 255, 0.35);
			box-shadow: 0 18px 40px rgba(11, 18, 32, 0.18);
			z-index: 9999;
			border-radius: 18px;
		}

		.mobile-sticky .wrap {
			display: flex;
			gap: 10px;
		}

		.mobile-sticky a {
			flex: 1;
			text-align: center;
			padding: 10px 8px;
			border-radius: 14px;
			
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 8px;
			font-size: 13px;
		}

		.mobile-sticky .m-call {
			background: rgba(11, 18, 32, 0.92);
			color: #fff;
		}

		.mobile-sticky .m-wa {
			background: rgba(25, 135, 84, 0.92);
			color: #fff;
		}

		.mobile-sticky .m-quote {
			background-image: linear-gradient(45deg, rgba(65, 80, 241, 0.92) 0%, rgba(225, 138, 255, 0.92) 100%);
			color: #fff;
		}

		.mobile-sticky a i {
			font-size: 15px;
		}

		@media (max-width: 991px) {
			.lead-hero {
				padding: 104px 0 44px;
			}
		}

		@media (max-width: 767px) {
			.lead-hero {
				padding: 96px 0 30px;
			}

			.lead-hero .sub {
				font-size: 16px;
			}

			.proof-grid {
				grid-template-columns: 1fr;
			}

			.mobile-sticky {
				display: block;
			}

			body {
				padding-bottom: 96px;
			}

			/* space for sticky bar */
		}



		

/* ================= GLOBAL ACTION BAR ================= */

/* DESKTOP (CENTER HORIZONTAL) */
.global-action-bar {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    gap: 15px;
    z-index: 10000;
    align-items: center;

    /* FIXED BACKGROUND (NO TRANSPARENT ISSUE) */
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);

    padding: 10px 14px;
    border-radius: 18px;
}

/* BUTTON BASE */
.g-btn {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 50px;
    padding: 0 18px;

    border-radius: 12px;
    text-decoration: none !important;

    font-size: 14px;
    font-weight: 700;
    gap: 8px;

    transition: all 0.3s ease;
    white-space: nowrap;

    color: #fff;
}

/* ICON */
.g-btn i {
    font-size: 16px;
    color: #fff !important;
}

/* BUTTON COLORS */
.btn-call {
    background: #10b981; /* green */
}

.btn-meet {
    background: linear-gradient(45deg, #002c60, #3F51B5); /* brand */
}

.btn-mail {
    background: #0b1220; /* dark */
}

/* HOVER EFFECT */
.g-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* ================= MOBILE (FULL WIDTH APP STYLE) ================= */
@media (max-width: 768px) {

    .global-action-bar {
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;

        border-radius: 0;
        padding: 8px;
        gap: 8px;

        justify-content: space-between;
    }

    .g-btn {
        flex: 1;
        height: 48px;

        font-size: 12px;
        padding: 0 6px;

        border-radius: 10px;

        flex-direction: column;
        gap: 3px;
    }

    .g-btn i {
        font-size: 14px;
    }

    .g-btn span {
        font-size: 11px;
    }
}


	
		@media screen and (max-width: 780px) {
			#feedback {
				height: 0px;
				width: 80px;
				position: fixed;
				right: 0;
				top: 50%;
				z-index: 1000;
				transform: rotate(-90deg);
				-webkit-transform: rotate(-90deg);
				-moz-transform: rotate(-90deg);
				-o-transform: rotate(-90deg);
				filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
			}

			.modal-content {
				margin-top: 38px;
			}
		}

		/* Prevent duplicate/overlapping CTAs on mobile (we use the sticky bar) */
		@media screen and (max-width: 767px) {
			#feedback {
				display: none !important;
			}

			.enquiry {
				display: none !important;
			}
		}

		@media screen and (min-width: 780px) {
			#feedback {
				display: none;
			}
		}

		@media screen and (min-width: 780px) {
			.enquiry {
				display: none;
			}

		}

		.enquiry {
			position: fixed;
			z-index: 1000;
			bottom: 10%;
			left: 25px;
			height: 50px;
			color: #fff;
			font-size: 18px;
			text-align: center;
			text-decoration: none;
			cursor: pointer;
		}

		.enquiry i {
			float: left;
			z-index: 999;
			position: absolute;
			left: 0;
			width: 50px;
			height: 50px;
			border-radius: 50%;
			color: #fff;
			font-size: 24px;
			line-height: 42px;
			text-align: center;
			text-decoration: none;
			cursor: pointer;
			background: #4e1c99;
			transition: 0.5s;
			box-shadow: 0 2px 6px rgb(0 0 0 / 40%);
		}

		.phone-clr {
			background-color: #ff007f;
			padding: 5px;
			color: #fff;
			border-radius: 0 7px;
		}

		.enquiry strong {
			background: #8e7dff;
			color: #fff;
			padding: 10px 20px;
			border-radius: 0 30px 30px 0;
			height: 45px;
			float: left;
			font-size: 15px;
			margin-top: 3px;
			margin-left: 35px;
			box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
		}
	

			#blink {
			font-size: 20px;
			font-weight: bold;

			transition: 0.5s;
		}

		/*------- footer -------*/
	/* ===== CLEAN FOOTER ===== */
.exu-footer-clean {
    background: #f8fafc;
    padding: 70px 0 20px;
    color: #0b1220;
    border-top: 1px solid #e5e7eb;
}

/* CTA */
.footer-cta {
    text-align: center;
    margin-bottom: 50px;
}

.footer-cta h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0b1220;
}

.footer-cta p {
    color: #64748b;
    margin-top: 8px;
}

/* BUTTONS */
.cta-btns a {
    margin: 8px;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
}

.btn-primary {
    background: #002c60;
    color: #fff;
}

.btn-wa {
    background: #198754;
    color: #fff;
}

/* GRID */
.footer-grid {
    margin-top: 40px;
}

/* BOX */
.f-box h3 {
    font-weight: 800;
}

.f-box h4 {
    font-weight: 600;
    margin-bottom: 12px;
}

.f-box p {
    color: #64748b;
    font-size: 14px;
}

/* LIST */
.f-box ul {
    list-style: none;
    padding: 0;
}

.f-box ul li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #475569;
}

/* BUTTON SMALL */
.btn-small {
    display: inline-block;
    margin-top: 10px;
    background: #002c60;
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid #e5e7eb;
    margin-top: 30px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    color: #64748b;
    font-size: 13px;
}

/* MOBILE */
@media(max-width:768px){
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}
/*--------- footer end -----------*/


/* Built for Every Business Type */
	/* ===== PREMIUM MATCH SECTION ===== */
.exu-ultimate-match {
    position: relative;
    padding: 50px 0;
    background: linear-gradient(180deg,#ffffff,#f7f9ff);
    overflow: hidden;
}

/* SHAPES */
.exu-ultimate-match .shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
}

/* .s1 { width: 300px; height: 300px; background:#e18aff; top:-50px; left:-50px; }
.s2 { width: 250px; height: 250px; background:#68d4f9; bottom:-80px; right:-50px; }
.s3 { width: 200px; height: 200px; background:#3F51B5; top:50%; left:30%; } */

/* HEAD */
.exu-head h2 {
    font-size: 36px;
    font-weight: 800;
    color: #0b1220;
}

.exu-head p {
    color: #4b5b79;
}

/* GRID */
.exu-grid {
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

/* CARD */
.exu-card {
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid rgba(11,18,32,0.1);
    box-shadow: 0 25px 60px rgba(11,18,32,0.12);
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
}

/* GRADIENT BORDER EFFECT */
.exu-card::before {
    content:"";
    position:absolute;
    inset:0;
    padding:1px;
    border-radius:20px;
    background: linear-gradient(45deg,#002c60,#e18aff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}

/* HOVER */
.exu-card:hover {
    transform: translateY(-10px) scale(1.02);
}

/* ICON */
.exu-card .icon {
    width:50px;
    height:50px;
    border-radius:12px;
    background: linear-gradient(45deg,#ff6b00,#f5802c);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    margin-bottom:12px;
}

/* TEXT */
.exu-card h4 {
    font-weight:700;
    margin-bottom:8px;
}

.exu-card p {
    font-size:14px;
    color:#4b5b79;
}

.exu-card span {
    font-size:12px;
    font-weight:600;
    color:#002c60;
}

/* FEATURED CARD */
.exu-card.featured {
    transform: scale(1.05);
    box-shadow: 0 30px 80px rgba(225,138,255,0.25);
}

/* CTA */
.exu-bottom-cta {
    margin-top: 20px;
    z-index: 2;
    position: relative;
}

.exu-bottom-cta h3 {
    font-weight: 700;
}

.btn-quote {
    background: linear-gradient(45deg,#002c60,#e18aff);
    color:#fff;
    padding:12px 20px;
    border-radius:12px;
    margin:5px;
}

.btn-wa {
    background:#198754;
    color:#fff;
    padding:12px 20px;
    border-radius:12px;
    margin:5px;
}
/* Built for Every Business Type */


/*----------- testimonial fixed on screen -----------*/
	.premium-trust-card {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 320px;
    height: 190px; /* Adjusted height for better fit */
    background: #ffffff;
    border-radius: 20px;
    padding: 15px 20px;
    z-index: 10000;
    box-shadow: 0 15px 35px rgba(37, 99, 235, 0.2);
    border: 2px solid #2563eb;
    display: flex;
    flex-direction: column;
    animation: floatCard 4s ease-in-out infinite;
}

/* Slim Header to save space */
.card-header-slim {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 10px;
}

.g-brand-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.g-brand-row img { width: 20px; height: 20px; }

.rating-val { font-weight: 800; font-size: 14px; color: #1e293b; }

.stars { color: #fbbf24; font-size: 11px; letter-spacing: 1px; }

.v-pill {
    background: #dcfce7;
    color: #166534;
    font-size: 9px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 4px;
}

.testimonial-window {
    height: 110px; /* Increased to show all text */
    overflow: hidden;
}

.testimonial-rail {
    display: flex;
    flex-direction: column;
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}

.t-slide {
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.t-slide p {
    color: #334155;
    font-size: 13.5px;
    line-height: 1.4;
    margin: 0;
    font-weight: 500;
}
.trust-close-btn {
	position: absolute;
	top: -12px;          /* thoda bahar nikalega (premium feel) */
	right: -12px;

	width: 36px;
	height: 36px;

	border: none;
	border-radius: 50%;

	background: linear-gradient(135deg, #ef4444, #dc2626);
	color: #fff;

	font-size: 20px;
	font-weight: bold;
	line-height: 1;

	cursor: pointer;

	display: flex;
	align-items: center;
	justify-content: center;

	box-shadow: 0 6px 18px rgba(0,0,0,0.25);
	z-index: 10001;

	transition: all 0.25s ease;
}

/* HOVER EFFECT */
.trust-close-btn:hover {
	transform: scale(1.1) rotate(90deg);
	background: linear-gradient(135deg, #dc2626, #b91c1c);
}
@media (max-width: 767px) {
	.premium-trust-card {
		display: none !important;
	}
}

/* HIGHLIGHT STYLE */
.txt-hl {
    color: #2563eb;
    font-weight: 700;
    background: rgba(37, 99, 235, 0.05);
    padding: 0 2px;
}

.author-meta { margin-top: 8px; }
.author-meta strong { display: block; color: #1e293b; font-size: 12px; }
.author-meta span { color: #94a3b8; font-size: 11px; }

/* Pulse & Float remains same */
.live-pulse-tag {
    position: absolute;
    top: -10px;
    right: 20px;
    background: #2563eb;
    color: white;
    font-size: 9px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pulse-dot { width: 5px; height: 5px; background: #4ade80; border-radius: 50%; animation: pulse 1.5s infinite; }

@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7); }
    70% { transform: scale(1.2); box-shadow: 0 0 0 5px rgba(74, 222, 128, 0); }
    100% { transform: scale(1); }
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
/*----------- testimonial fixed on screen end------------*/


/* -----------------------------home page hero -------------------*/

	.lead-hero {
	position: relative;
	padding: 32px 0 0;
	
	background: linear-gradient(135deg, #0b1f5e 0%, #1e3c88 60%, #2a4db3 100%);
	overflow: hidden;
}

/* blobs (optional subtle effect like reference) */
.lead-hero::before {
	content: "";
	position: absolute;
	top: -120px;
	right: -120px;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(254,203,1,.12) 0%, transparent 70%);
	pointer-events: none;
}

.lead-hero::after {
	content: "";
	position: absolute;
	bottom: -80px;
	left: -80px;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(108,99,255,.15) 0%, transparent 70%);
	pointer-events: none;
}

/* WAVE */
.lead-wave {
	margin-top: 70px;
	line-height: 0;
}
.lead-wave svg {
	display: block;
	width: 100%;
	height: 80px;
}


/* ------------home page testimonial  ------------*/


	.premium-testimonial-wall {
    padding: 60px 5%;
    background: #ffffff;
    perspective: 1200px;
}

.mosaic-header {
    text-align: center;
    margin-bottom: 50px;
}

.gradient-blue {
    background: linear-gradient(90deg, #2563eb, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mosaic-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Card Depth Logic */
.m-card {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    border: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.depth-3d {
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.05);
    transform: translateZ(20px);
}

.m-card:hover {
    transform: translateY(-10px) translateZ(60px);
    box-shadow: 0 30px 70px rgba(37, 99, 235, 0.15);
    border-color: #2563eb;
    z-index: 10;
}

/* Layout Spans */
.featured-hero { grid-column: span 2; border: 2px solid #2563eb; }
.carousel-slot { grid-column: span 2; background: #f8faff; }
.tall { grid-row: span 2; }

/* Typography */
.hl { color: #2563eb; font-weight: 800; }
.big-quote { font-size: 22px; font-weight: 700; color: #0f172a; line-height: 1.4; margin: 20px 0; }
.small-quote { font-size: 15px; color: #334155; line-height: 1.6; }

/* Carousel Details */
.owl-container { overflow: hidden; width: 100%; margin-top: 20px; }
.owl-stage { display: flex; transition: transform 0.8s ease-in-out; }
.owl-slide { min-width: 100%; }
.carousel-p { font-size: 24px; font-weight: 700; color: #1e293b; font-style: italic; }

.live-indicator {
    width: 10px;
    height: 10px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 10px #22c55e;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

.owl-dots { display: flex; gap: 8px; margin-top: 25px; }
.dot { width: 8px; height: 8px; background: #cbd5e1; border-radius: 50%; transition: 0.3s; }
.dot.active { width: 24px; background: #2563eb; border-radius: 10px; }



/*------------- app developmet page -------------*/
	.tech-pill {
				background: #fff;
				border: 1px solid #e0e6ef;
				border-radius: 50px;
				padding: 10px 22px;
				font-size: 14px;
				font-weight: 600;
				color: #222;
				display: flex;
				align-items: center;
				gap: 8px;
				box-shadow: 0 2px 8px rgba(30,60,136,.07);
			}

			.process-step-box { padding: 20px 10px; }
			.process-icon {
				width: 60px; height: 60px;
				border-radius: 50%;
				display: flex; align-items: center; justify-content: center;
				margin: 0 auto 12px;
			}
			.step-num {
				font-size: 12px; font-weight: 700;
				color: #1e3c88;
				letter-spacing: 1px;
				margin-bottom: 6px;
			}
			.process-step-box h5 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }

.exu-clean-industries {
    padding: 80px 0;
    background: #f9fbfd; /* Very light gray/blue background */

}

.section-title {
    color: #060b1a;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #64748b;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 30px;
}

/* The small checkmark bar */
.feature-bar {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 13px;
    color: #475569;
    margin-bottom: 50px;
}
.feature-bar i { color: #2563eb; margin-right: 5px; }

/* The Pill Grid */
.industry-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 1100px;
    margin: 0 auto;
}

.industry-pill {
    background: #ffffff;
    padding: 12px 24px;
    border-radius: 100px; /* Full pill shape */
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* Soft shadow */
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: all 0.3s ease;
    cursor: default;
}

.industry-pill:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.1);
    border-color: #2563eb;
}

.industry-pill span {
    font-weight: 600;
    color: #1e293b;
    font-size: 15px;
    white-space: nowrap;
}

/* Icon Colors */
.pill-icon { font-size: 18px; }
.blue { color: #2563eb; }
.orange { color: #f97316; }
.green { color: #22c55e; }
.red { color: #ef4444; }
.purple { color: #8b5cf6; }
.teal { color: #14b8a6; }
.navy { color: #1e1b4b; }
.gold { color: #eab308; }
.coral { color: #fb7185; }
.gray { color: #64748b; }

/* Mobile optimization */
@media (max-width: 768px) {
    .industry-flex-container { gap: 10px; }
    .industry-pill { padding: 10px 18px; }
}


/* ---------------------header top and nav ------------------*/
	
		.exu-topbar {
	width: 100%;
	background: #002c60;
	color: #fff;
	font-size: 15px;
	padding: 6px 0;
	
}

.exu-top-left {
	display: flex;
	gap: 20px;
}

.exu-top-left i {
	margin-right: 5px;
	color: #64cef4;
}

.exu-top-right {
	color: #cbd5f5;
}

/* important reset */
.header_section {
	position: relative !important;
	margin: 0;
}

	.menu_btn {
	display: block !important;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: red; /* TEMP DEBUG */
	color: #fff;
	font-size: 22px;
	padding: 6px 10px;
	border-radius: 6px;
	z-index: 9999;
	display: none !important;
} 

@media (max-width: 991px) {

	.menu_btn {
		display: block !important;
		background: none;
		color: #000;
		font-size: 24px;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
	}

	.main_menu {
		display: none !important;
	}

	.header_section .brand_logo {
		position: relative;
	}
}

/* ===== FORCE NUNITO FONT EVERYWHERE ===== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select,
button {
    font-family: 'Nunito', sans-serif !important;
}