	@font-face {
		font-family: Urbanist;
		src: url('font/static/Urbanist-Thin.ttf');
		/* Path to your font file */
		font-weight: 100;
	}

	@font-face {
		font-family: Urbanist;
		src: url('font/static/Urbanist-Light.ttf');
		/* Path to your font file */
		font-weight: 300;
	}

	@font-face {
		font-family: Urbanist;
		src: url('font/static/Urbanist-Regular.ttf');
		/* Path to your font file */
		font-weight: 400;
	}

	@font-face {
		font-family: Urbanist;
		src: url('font/static/Urbanist-Medium.ttf');
		/* Path to your font file */
		font-weight: 500;
	}

	@font-face {
		font-family: Urbanist;
		src: url('font/static/Urbanist-SemiBold.ttf');
		/* Path to your font file */
		font-weight: 600;
	}

	@font-face {
		font-family: Urbanist;
		src: url('font/static/Urbanist-Bold.ttf');
		/* Path to your font file */
		font-weight: 700;
	}

	.hidden,
	.hidedesktop {
		display: none !important;
	}

	* {
		box-sizing: border-box;
		margin-top: 0;
		text-decoration: none;
	}

	p:empty {
		margin: 0;
	}

	html,
	body {
		margin: 0;
		font-family: Urbanist, Arial, sans-serif;
		/* Fallback fonts */
		color: #383A3E;
	}

	p,
	li,
	td,
	em,
	i,
	th,
	span {
		font-size: calc(3px + 1vw);
		line-height: calc(7px + 1vw);
	}

	h1,
	h2,
	h3,
	h4 {
		color: #040018;
	}

	h1 {
		font-size: calc(35px + 1vw);
		line-height: calc(45px + 1vw);
		margin-bottom: calc(15px + 1vw);
	}

	h2 {
		font-size: calc(32px + 1vw);
		line-height: calc(38px + 1vw);
		margin-bottom: calc(20px + 1vw);
	}

	h3 {
		font-size: calc(28px + 1vw);
		line-height: calc(28px + 1vw);
		margin-bottom: calc(20px + 1vw);
	}

	h4 {
		font-size: calc(24px + 1vw);
		line-height: calc(24px + 1vw);
		margin-bottom: calc(20px + 1vw);
	}

	h5 {
		font-size: calc(30px + 1vw);
		line-height: calc(30px + 1vw);
		margin-bottom: calc(20px + 1vw);
	}

	h6 {
		font-size: calc(26px + 1vw);
		line-height: calc(26px + 1vw);
		margin-bottom: calc(20px + 1vw);
	}

	input,
	select {
		background: #E3EDFF !important;
		color: #333 !important;
		border: none !important;
		border-radius: 5px !important;
		opacity: 1 !important;
		margin-bottom: 15px;
		width: 100%;
		padding: 12px 15px;
		font-size: calc(5px + 1vw);
		line-height: calc(5px + 1vw);
	}

	::-ms-input-placeholder {
		/* Edge 12-18 */
		color: #333;
	}

	select::placeholder {
		color: #333;
	}

	::placeholder {
		color: #333;
	}

	.new-hero {
		position: relative;
		padding: 70px 0;
		background: url(images/bg-image.png) center center / cover no-repeat;
		overflow: hidden;
		font-family: Urbanist, Arial, sans-serif;
	}

	/* Subtle diagonal pattern lines */
	.new-hero::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.02) 0px, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 15px);
		pointer-events: none;
	}

	.new-hero .hero-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: left;
		position: relative;
		z-index: 2;
	}

	.new-hero .hero-left {
		flex: 0 0 54%;
		color: #ffffff;
		padding-right: 20px;
	}

	.new-hero .hero-title {
		font-size: clamp(36px, 4vw, 55px);
		font-weight: 800;
		line-height: 1.25;
		margin-bottom: 15px !important;
		color: #ffffff;
	}

	.new-hero .hero-title span {
		font-size: clamp(36px, 4vw, 55px);
	}

	.new-hero .highlight-yellow {
		color: #f8ce23;
	}

	.new-hero .hero-subtitle {
		font-size: clamp(20px, 2vw, 24px);
		font-weight: 700;
		margin-bottom: 35px;
		color: #ffffff;
		line-height: 1.5;
	}

	.new-hero .hero-subtext {
		font-size: clamp(20px, 2vw, 24px);
		font-weight: 400;
		opacity: 0.85;
		display: block;
		/* Forced block so sizes match next line easily */
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
		padding-bottom: 6px;
		margin-top: 8px;
		width: fit-content;
	}

	/* Feature Cards (4 Columns) */
	.new-hero .hero-features {
		display: flex;
		gap: 15px;
		margin-bottom: 35px;
		margin-top: 25px;
	}

	.new-hero .feature-card {
		background: rgba(10, 40, 100, 0.4);
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 12px;
		padding: 22px 10px;
		flex: 1;
		text-align: center;
		position: relative;
		backdrop-filter: blur(8px);
		transition: transform 0.3s ease, background 0.3s ease;
	}

	.new-hero .feature-card:hover {
		transform: translateY(-5px);
		background: rgba(10, 40, 100, 0.6);
	}

	.new-hero .feature-icon {
		font-size: 32px;
		color: #f8ce23;
		margin-bottom: 15px;
	}

	.new-hero .feature-card p {
		font-size: 15px;
		font-weight: 600;
		line-height: 1.3;
		margin: 0;
		color: #ffffff;
	}

	.new-hero .dot-indicator {
		position: absolute;
		bottom: -4px;
		left: 50%;
		transform: translateX(-50%);
		width: 8px;
		height: 8px;
		background-color: #f8ce23;
		border-radius: 50%;
		box-shadow: 0 0 6px rgba(248, 206, 35, 0.6);
	}

	/* Trust Badges - the 2+1 layout */
	.new-hero .hero-badges {
		background: rgba(255, 255, 255, 0.95);
		border-radius: 15px;
		padding: 20px 25px;
		display: inline-block;
		color: #333;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
		width: 100%;
		max-width: 580px;
		/* Limit width but keep wide feel */
	}

	.new-hero .badge-row {
		display: flex;
		justify-content: space-between;
		margin-bottom: 12px;
	}

	.new-hero .badge-row:last-child {
		margin-bottom: 0;
	}

	.new-hero .badge {
		display: flex;
		align-items: center;
		font-size: 20px;
		font-weight: 700;
	}

	.new-hero .badge i {
		background-color: #f8ce23;
		color: #000;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 11px;
		margin-right: 10px;
	}

	/* Right Form */
	.new-hero .hero-right {
		flex: 0 0 40%;
	}

	.new-hero .form-container {
		background: #ffffff;
		border-radius: 20px;
		padding: 35px 30px;
		box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
	}

	.new-hero .form-container h2 {
		font-size: 26px;
		font-weight: 800;
		color: #1a1a1a;
		margin-bottom: 8px;
		text-align: center;
	}

	.new-hero .form-container p {
		font-size: 15px;
		color: #555;
		margin-bottom: 30px;
		text-align: center;
		font-weight: 500;
	}

	.new-hero .highlight-underline {
		color: #063896;
		font-weight: 800;
		position: relative;
	}

	.new-hero .highlight-underline::after {
		content: '';
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #f8ce23;
		border-radius: 2px;
	}

	/* Form Inputs */
	.new-hero .input-wrapper {
		position: relative;
		margin-bottom: 16px;
	}

	.new-hero .input-wrapper i {
		position: absolute;
		left: 17px;
		top: 50%;
		transform: translateY(-50%);
		color: #888;
		font-size: 16px;
		z-index: 2;
	}

	.new-hero .input-wrapper input,
	.new-hero .input-wrapper select {
		width: 100%;
		padding: 15px 15px 15px 45px !important;
		border: 1px solid #e0e0e0 !important;
		border-radius: 8px !important;
		background-color: #fdfdfd !important;
		font-size: 15px !important;
		color: #333 !important;
		transition: border-color 0.3s ease;
		box-sizing: border-box;
		margin-bottom: 0 !important;
		font-family: inherit;
	}

	.new-hero .input-wrapper input::placeholder,
	.new-hero .input-wrapper select::placeholder {
		color: #777;
	}

	.new-hero .input-wrapper input:focus,
	.new-hero .input-wrapper select:focus {
		border-color: #063896 !important;
		outline: none;
		background-color: #fff !important;
	}

	.new-hero .input-wrapper select {
		cursor: pointer;
		appearance: none;
		-webkit-appearance: none;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
		background-repeat: no-repeat !important;
		background-position: right 17px center !important;
		background-size: 16px !important;
		padding-right: 40px !important;
	}

	/* Submit Button */
	.new-hero .submit-btn {
		width: 100%;
		background: #199e43 !important;
		color: #ffffff !important;
		border: none !important;
		padding: 16px !important;
		border-radius: 8px !important;
		font-size: 18px !important;
		font-weight: 700 !important;
		display: flex !important;
		justify-content: center;
		align-items: center;
		gap: 12px;
		cursor: pointer;
		transition: background 0.3s ease, transform 0.2s ease;
		box-shadow: 0 4px 15px rgba(25, 158, 67, 0.4);
		margin-top: 10px;
	}

	.new-hero .submit-btn:hover {
		background: #158337 !important;
		transform: translateY(-2px);
	}

	.new-hero .submit-btn::after {
		display: none !important;
		/* Override global button shine */
	}

	/* Form Footer */
	.new-hero .form-footer {
		text-align: center;
		margin-top: 18px;
		font-size: 14px;
		color: #666;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		font-weight: 600;
	}

	.new-hero .green-dot {
		width: 8px;
		height: 8px;
		background-color: #199e43;
		border-radius: 50%;
		display: inline-block;
	}

	/* Responsive */
	@media (max-width: 992px) {
		.new-hero .hero-left {
			flex: 0 0 100%;
			padding-right: 0;
			margin-bottom: 45px;
		}

		.new-hero .hero-right {
			flex: 0 0 100%;
		}
	}

	@media (max-width: 768px) {
		.new-hero .hero-features {
			flex-wrap: wrap;
			gap:10px;
		}
		 .new-hero .hero-features > div{
      
        text-align:center;
    }

		.new-hero .feature-card {
			flex: 0 0 calc(25% - 8px);
		}

		.new-hero .badge-row {
			flex-direction: column;
			gap: 12px;
		}
	}

	@media (max-width: 480px) {
		.new-hero .feature-card {
			flex: 0 0 100%;
		}
	}

	/* ===== EOF NEW HERO SECTION ===== */

	/* Hide the default arrow */
	select {
		background: #E3EDFF url(images/form-arrow.webp) right 15px center no-repeat !important;
		-webkit-appearance: none;
		/* For older versions of Chrome/Safari */
		-moz-appearance: none;
		/* For older versions of Firefox */
		appearance: none;
	}

	body select * {
		color: #333 !important;
	}

	#loader {
		color: #333 !important;
	}

	.w-100 {
		width: 100%;
	}

	.container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		/* Adjust alignment as needed */
	}

	.content-wrapper {
		/*max-width: 900px;*/
		max-width: calc(96vw + 1vw);
		margin: 0 auto;
		padding: 0 30px;
	}

	.column-2 {
		flex: 0 0 calc(50% - 20px);
		/* Adjust column width and spacing */
		box-sizing: border-box;
	}

	.column-3 {
		flex: 0 0 calc(33.33% - 20px);
		/* Adjust column width and spacing */
		box-sizing: border-box;
	}

	.column-4 {
		flex: 0 0 calc(25% - 20px);
		/* Adjust column width and spacing */
		box-sizing: border-box;
	}

	.full-width {
		width: 100%;
	}

	.sec-1 .row {
		align-items: center;
	}

	.sec-1 .lastcolm {
		text-align: right;
	}

	.sec-1 * {
		color: #fff;
	}

	.sec-1 {
		background: #003087;
	}

	.faqs {
		padding: 30px 0 100px;
	}

	.faqs summary {
		cursor: pointer;
		list-style-type: none;
		position: relative;
		font-size: calc(6px + 1vw);
		line-height: calc(10px + 1vw);
		margin-bottom: 10px;
		font-weight: 500;
	}

	.faqs details>summary::-webkit-details-marker {
		display: none;
	}

	.faqs details>summary::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		background: url(images/inactive-arrow.webp) right top 10px no-repeat !important;
		height: 20px;
		width: 20px;
		background-size: 13px !important;
		margin-right: calc(-22px + 1vw);
	}

	.faqs details[open]>summary::after {
		content: '';
		position: absolute;
		right: 0;
		background: url(images/active-arrow.webp) right center no-repeat !important;
		height: 20px;
		width: 20px;
		background-size: 13px !important;
	}

	.faqs details[open] {
		border-bottom: solid #eee 1px;
		margin-bottom: 20px;
	}

	/*.sec-1 .wraper-1 {*/
	/*	padding: 10px 0px;*/
		
	/*}*/

	.sec-1 .wraper-1 .call {
		display: inline-block;
		padding-left: 36px;
		font-size: 22px;
		text-align: left;
	}

	.call {
		display: flex;
		justify-content: center;
		align-items: center;
	}


	body button,
	body .cta_wrapper a {
		padding: 16px 30px 16px 60px;
		background: #5AAB61 url(images/call.webp) left 28px center no-repeat;
		color: #fff;
		border-radius: 100px;
		font-weight: 700;
		text-transform: uppercase;
		display: inline-block;
		font-size: calc(0px + 1vw);
		border: none;
		cursor: pointer;
		position: relative;
		overflow: hidden;
		transition: background-color 0.3s ease;
	}

	/* Styles for the running shine bar */
	body button::after,
	body .cta_wrapper a::after {
		content: '';
		position: absolute;
		top: 0;
		left: -50%;
		width: 100%;
		height: 100%;
		background: url(images/shine.webp) no-repeat top -30px center;
		animation: shine 3.5s linear infinite;
	}

	/* Keyframes for the shine animation */
	@keyframes shine {
		0% {
			left: -50%;
		}

		50% {
			left: 100%;
		}

		100% {
			left: 150%;
		}
	}

	/* Hover effect (optional) */
	body button:hover::after,
	body .cta_wrapper a:hover::after {
		animation-play-state: paused;
	}

	/*
body button:hover,
body .cta_wrapper a:hover {
    padding: 16px 30px 16px 60px;
    background: #003087 url(images/call.webp) left 28px center no-repeat;
    color: #fff;
    border-radius: 100px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    font-size: calc(0px + 1vw);
    border: none;
}
body button::after, body .cta_wrapper a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: left 0.5s ease-in-out;
    width: 4px;
    transform: rotate3d(0, 0, 20, -344deg);
    z-index: 0;
}
body button:hover::after,
body .cta_wrapper a:hover::after {
  left: 100%;
}*/
	.googlerevw ul {
		list-style-type: none;
		padding: 0;
		margin: 20px 0 0;
		align-items: center;
		justify-content: flex-start !important;
	}

	.googlerevw ul li {
		display: flex;
		justify-content: flex-start !important;
		font-weight: 500;
	}

	/* =========================================
       NEW PRODUCTS & FEATURES UNIFIED SECTION
       ========================================= */
	.sec-products {
		background: #ffffff;
		font-family: Urbanist, Arial, sans-serif;
	}

	/* Logo Bar */
	.sec-products .logo-bar {
		border-bottom: 1px solid #e0e0e0;
		border-top: 1px solid #e0e0e0;
		background: #fff;
		padding: 5px 0;
		overflow: hidden;
		white-space: nowrap;
		position: relative;
	}

	.sec-products .logo-marquee {
		display: inline-block;
		animation: scroll-left 30s linear infinite;
	}

	.sec-products .logo-marquee img {
		height: 42.5px;
		object-fit: contain;
		display: inline-block;
		vertical-align: middle;
	}

	/* Main Grid */
	.sec-products .products-grid {
		display: flex;
		flex-wrap: wrap;
		min-height: 800px;
		/* High min-height to allow background images to show well */
	}

	/* Left Side: Family Image */
	.sec-products .products-left {
		flex: 0 0 45%;
		background-color: #f4f6f9;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
	}

	/* Right Side: Content & Blue BG */
	.sec-products .products-right {
		flex: 0 0 55%;
		background: linear-gradient(135deg, #0b3ea8 0%, #062a78 100%);
		background-image:
			linear-gradient(135deg, rgba(6, 56, 150, 0.95), rgba(3, 37, 108, 0.95)),
			url('images/home.png');
		background-position: center center, bottom right;
		background-size: cover !important;
		background-repeat: no-repeat;
		padding: 70px 60px 110px 60px;
		position: relative;
		color: #fff;
	}



	.sec-products .products-content-box {
		position: relative;
		z-index: 2;
		max-width: 680px;
	}

	.sec-products .products-title {
		color: #fff;
		font-size: clamp(36px, 4vw, 48px);
		font-weight: 800;
		line-height: 1.3;
		margin-bottom: 20px;
		color: #fff;
		font-size: clamp(32px, 3.5vw, 42px);
		font-weight: 800;
		line-height: 1.3;
		margin-bottom: 20px;
	}

	.sec-products .products-title .highlight-yellow {
		color: #f8ce23;
		font-size: inherit;
	}

	color: #f8ce23;
	}

	.sec-products .products-desc {
		font-size: clamp(16px, 1.5vw, 18px);
		margin-bottom: 40px;
		line-height: 1.5;
		opacity: 0.95;
	}

	/* 2x2 Feature Cards */
	.sec-products .products-cards {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		margin-bottom: 40px;
	}

	.sec-products .product-card {
		background: #ffffff;
		border-radius: 14px;
		padding: 18px 20px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
		transition: all 0.3s ease;
	}

	background: #ffffff;
	border-radius: 14px;
	padding: 18px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	}

	.sec-products .product-card:hover {
		transform: translateY(-4px);
	}

	.sec-products .p-card-header {
		display: flex;
		align-items: center;
		gap: 15px;
		margin-bottom: 8px;
	}

	.sec-products .p-icon-circle {
		width: 42px;
		height: 42px;
		background: #eef3ff;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #063896;
		font-size: 18px;
	}

	.sec-products .product-card h4 {
		margin: 0;
		font-size: 16px;
		font-weight: 800;
		color: #063896;
	}

	.sec-products .product-card p {
		margin: 0;
		font-size: 13px;
		color: #555;
	}

	/* .sec-products .yellow-dot {
		position: absolute;
		bottom: -5px;
		left: 50%;
		transform: translateX(-50%);
		width: 10px;
		height: 10px;
		background-color: #f8ce23;
		border-radius: 50%;
		box-shadow: 0 0 6px rgba(248, 206, 35, 0.4);
	} */

	/* Trust Points (2+1) */
	.sec-products .trust-points {
		background: rgba(255, 255, 255, 0.95);
		border-radius: 30px;
		padding: 12px 25px;
		display: flex;
		margin-bottom: 35px;
		color: #222;
		gap: 20px;
		width: 80%;
		margin: auto;
	}

	background: rgba(255, 255, 255, 0.95);
	border-radius: 30px;
	padding: 12px 25px;
	display: inline-block;
	margin-bottom: 35px;
	color: #222;
	}

	.sec-products .tp-row {
		display: flex;
		gap: 20px;
		justify-content: center;
	}

	.sec-products .tp-row.center-row {
		margin-top: 5px;
	}

	.sec-products .tp-item {
		display: flex;
		align-items: center;
		font-size: 14px;
		font-weight: 700;
	}

	.sec-products .tp-check {
		background: #f8ce23;
		color: #000;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 9px;
		margin-right: 8px;
	}

	/* CTA Button */
	.sec-products .btn-callback {
		background: linear-gradient(135deg, #25c45a, #148a3c);
		padding: 16px 38px;
		border-radius: 40px;
		font-size: 18px;
		font-weight: 700;
		box-shadow: 0 10px 25px rgba(20, 138, 60, 0.4);
	}

	.sec-products .btn-callback:hover {
		transform: scale(1.05);
	}

	.sec-products .btn-callback i {
		font-size: 22px;
	}

	/* Bottom Trust Bar */
	.sec-products .bottom-trust-bar {
		background: #ffffff;
		padding: 20px 0;
		border-top: 1px solid #eaeaea;
	}

	.sec-products .trust-bar-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		gap: 15px;
	}

	.sec-products .trust-badge {
		display: flex;
		align-items: center;
		font-size: 16px;
		font-weight: 700;
		color: #333;
		gap: 8px;
	}

	/* Responsive Adjustments */
	@media(max-width: 992px) {
		.sec-products .products-grid {
			flex-direction: column;
		}

		.sec-products .products-left {
			height: 750px;
		}

		.sec-products .products-right {
			padding: 40px 20px 80px 20px;
			background-size: 100%;
		}
	}

	@media(max-width: 768px) {
		.sec-products .products-cards {
			grid-template-columns: 1fr;
		}

		.sec-products .trust-bar-inner {
			flex-direction: column;
			align-items: center;
		}

		.sec-products .tp-row {
			flex-direction: column;
			gap: 10px;
		}

		.sec-products .btn-callback {
			width: 100%;
			justify-content: center;
		}
	}

	html body select option:disabled {
		color: #003087 !important;
	}

	body .sec-6 .content-img {
		background: #003087;
		text-align: center;
		max-width: 320px;
		padding: 30px 20px;
	}

	body .sec-6 .container .level1.colm1 {
		flex: 0 0 calc(35% - 20px);
	}

	body .sec-6 .container .column-2.lastcolm {
		flex: 0 0 calc(65% - 20px);
	}

	body .sec-6 .container .blueboxs {
		background: #e3edff;
		padding: 40px;
		margin-top: 2vw;
	}

	body .sec-6 .container .blueboxs span {
		font-size: 25px;
		font-weight: 600;
	}

	body .sec-6 .container .blueboxs .innerrow1 .container {
		align-items: center;
		margin-bottom: 15px;
	}

	body .sec-6 .container .blueboxs .innerrow1 .container .column-2:last-child {
		text-align: right;
	}

	/* Define styles for the scrollbar track */
	body .sec-6 .container ::-webkit-scrollbar-track {
		background-color: #eee;
		/* Background color of the track */
		border-radius: 8px;
		/* Border radius of the track */
	}

	/* Define styles for the scrollbar thumb */
	body .sec-6 .container ::-webkit-scrollbar-thumb {
		background-color: #b6b6b6;
		/* Color of the thumb */
		border-radius: 8px;
		/* Border radius of the thumb */
	}

	/* Define styles for the scrollbar */
	body .sec-6 .container ::-webkit-scrollbar {
		width: 8px;
		/* Width of the scrollbar */
	}

	body .sec-6 .level1.colm1 h2 {
		color: #0070E0;
	}

	body .sec-6 .level1.colm1 h2 b {
		display: block;
		font-weight: 500;
		color: #040018;
	}

	body .sec-6 .blueboxs p b {
		display: block;
		color: #040018;
		margin-bottom: 4px;
	}

	body .footer .colm1 {
		position: relative;
	}

	body .footer .container {
		background: #e3edff;
	}

	body .footer h4 {
		font-size: calc(18px + 1vw) !important;
		line-height: calc(24px + 1vw) !important;
		margin-bottom: 30px;
		font-weight: 400 !important;
	}

	body .sec-copywrite {
		padding: 20px 0;
	}

	body .sec-copywrite {
		padding: 25px 0 20px;
	}

	body .sec-copywrite p {
		margin-bottom: 0px;
		padding: 0 20px;
	}

	body .footer .googlerevwbotm {
		max-width: 460px;
	}

	body .starwraper {
		display: flex;
		max-width: 120px;
		height: 20px;
		align-items: center;
	}

	.thank-page .thankupg {
		padding: 0 30px;
	}

	.carousel {
		width: 100%;
		overflow: hidden;
	}

	.slides-container {
		display: flex;
		animation: carousel-animation 10s linear infinite;
	}

	.slide {
		flex: 0 0 auto;
		width: 100%;
		padding: 20px;
		text-align: center;
	}

	@keyframes carousel-animation {
		0% {
			transform: translateX(0);
		}

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

	.innerText {
		color: #5AAB61;
	}

	.loading-icon {
		display: none;
		width: 50px;
		height: 50px;
		margin: 20px auto;
		border: 3px solid #ccc;
		border-radius: 50%;
		border-top-color: #007bff;
		animation: spin 1s linear infinite;
	}

	@keyframes spin {
		to {
			transform: rotate(360deg);
		}
	}

	.starcontnr {
		display: flex;
	}

	body .sec-6 .container .blueboxs .innerrow3 .container {
		display: block;
	}

	body .sec-6 .container .blueboxs .innerrow3 .container p {
		margin-bottom: 0px !important;
	}

	body .checkboxinput input {
		width: 20px !important;
		margin: 0;
		transform: scale(1.2);
	}

	html body .checkboxinput * {
		color: #000 !important;
		text-align: left !important;
		font-size: calc(10px + .5vw);
	}

	html body .checkboxinput {
		margin: 0 0 30px;
		text-align: left;
	}


	@media screen and (min-width: 769px) {
		.sec-3 .content-wrapper {
			padding-left: calc(3vw + 1vw);
			padding-right: calc(3vw + 1vw);
		}

		body .sec-2 .lastcolm {
			display: flex;
			justify-content: flex-end;
		}

		.googlerevw {
			margin: 45px 0 0 30px;
		}

		.faqs details {
			padding: 10px;
		}

		body .googlerevwbotm {
			margin: 55px 0 30px 0px;
		}

		body .footer .colm_2 {
			padding: 40px 40px 10px 30px;
		}

		body .footer .colm1 {
			flex: 0 0 calc(32% - 20px);
		}

		body .footer .colm_2 {
			flex: 0 0 calc(68% - 20px);
		}

		body .sec-6 .container .level1.colm2 .row2 {
			height: 900px;
			overflow-y: auto;
		}

		body .footer .colm1::before {
			content: '';
			position: absolute;
			top: 0;
			background: #003087;
			height: 100%;
			width: 12.5vw;
		}

		body .footer .colm1 img {
			position: absolute;
			bottom: 0;
			left: 50px;
			max-width: 340px;
			width: 100%;
		}


	}




	@media screen and (min-width: 992px) {
		body .sec-6 .container .level1.colm2 {
			padding-left: 4vw;
		}


	}





	@media screen and (min-width: 1100px) {
		.content-wrapper {
			max-width: calc(90vw + 1vw);
		}

		input,
		select {
			font-size: calc(3px + 1vw);
			line-height: calc(3px + 1vw);
		}
	}










	@media screen and (min-width: 1280px) {
		.content-wrapper {
			max-width: calc(80vw + 1vw);
		}

	}






	@media screen and (min-width: 1401px) {
		.content-wrapper {
			max-width: calc(75vw + 1vw);
		}

	}






	@media screen and (min-width: 1601px) {
		.content-wrapper {
			max-width: calc(70vw + 1vw);
		}

		p,
		li,
		td,
		em,
		i,
		th,
		span {
			font-size: calc(2px + 1vw);
			line-height: calc(10px + 1vw);
		}

		input,
		select {
			font-size: calc(1px + 1vw);
		}

	}








	@media screen and (min-width: 1801px) {
		.content-wrapper {
			max-width: calc(65vw + 1vw);
		}

		p,
		li,
		td,
		em,
		i,
		th,
		span {
			font-size: calc(2px + 1vw);
			line-height: calc(6px + 1vw);
		}

		html body .sec-2 p {
			font-size: calc(6px + 1vw);
			line-height: calc(10px + 1vw);
		}

		html body .sec-2 .iconsarea p {
			font-size: calc(2px + 1vw);
			line-height: calc(5px + 1vw);
		}

		h1 {
			font-size: calc(50px + 1vw);
			line-height: calc(60px + 1vw);
			margin-bottom: calc(20px + 1vw);
		}

		h2 {
			font-size: calc(32px + 1vw);
			line-height: calc(38px + 1vw);
			margin-bottom: calc(20px + 1vw);
		}

		h3 {
			font-size: calc(28px + 1vw);
			line-height: calc(28px + 1vw);
			margin-bottom: calc(20px + 1vw);
		}

		h4 {
			font-size: calc(14px + 1vw);
			line-height: calc(14px + 1vw);
			margin-bottom: calc(20px + 1vw);
		}

		h5 {
			font-size: calc(10px + 1vw);
			line-height: calc(10px + 1vw);
			margin-bottom: calc(20px + 1vw);
		}

		h6 {
			font-size: calc(6px + 1vw);
			line-height: calc(6px + 1vw);
			margin-bottom: calc(20px + 1vw);
		}

		.googlerevw ul li {
			font-size: calc(2px + 1vw);
		}

	}









	@media screen and (max-width: 768px) {
		.hidemobile {
			display: none !important;
		}

		input,
		select {
			font-size: calc(12px + 1vw);
			line-height: calc(18px + 1vw);
		}

		body h6,
		body h5,
		body h4 {
			margin-bottom: calc(0px + 1vw);
		}

		.sec-1 .wraper-1 .call {
			font-size: 20px;
		}

		.sec-1 .wraper-1 .call a {
			font-size: 30px;
		}

		.sec-1 .wraper-1 .call img {
			height: 30px;
			margin-top: 10px;
			padding-top: 4px;
		}

		.hidedesktop {
			display: block !important;
		}

		body button,
		body .cta_wrapper a {
			font-size: calc(10px + 1vw);
			line-height: calc(14px + 1vw);
		}

		p,
		li,
		td,
		em,
		i,
		th,
		span {
			font-size: calc(14px + 1vw);
			line-height: calc(18px + 1vw);
		}

		h1 {
			font-size: calc(25px + 1vw);
			line-height: calc(27px + 1vw);
		}

		h2 {
			font-size: calc(22px + 1vw);
			line-height: calc(24px + 1vw);
		}

		h3 {
			font-size: calc(18px + 1vw);
			line-height: calc(20px + 1vw);
		}

		h4 {
			font-size: calc(14px + 1vw);
			line-height: calc(16px + 1vw);
		}

		h5 {
			font-size: calc(10px + 1vw);
			line-height: calc(12px + 1vw);
		}

		h6 {
			font-size: calc(8px + 1vw);
			line-height: calc(10px + 1vw);
		}

		.column-2 {
			flex: 0 0 calc(50% - 20px);
			/* Adjust for smaller screens */
		}

		.column-3 {
			flex: 0 0 calc(50% - 20px);
			/* Adjust for smaller screens */
		}

		.column-4 {
			flex: 0 0 calc(50% - 20px);
			/* Adjust for smaller screens */
		}

		.w-100-m {
			width: 100%;
		}

		body .sec-2 .column-4 {
			flex: 0 0 calc(50% - 20px) !important;
		}

		.sec-3 .container div {
			font-size: calc(10px + 1vw);
		}

		body .sec-2 p {
			font-size: calc(12px + 1vw);
		}

		body .sec-2 .iconsarea p {
			font-size: calc(10px + 1vw);
		}

		.sec-1 .lastcolm {
			text-align: center;
		}

		html body .googlerevw ul,
		html body .googlerevw ul li {
			display: block !important;
			font-size: calc(12px + 1vw);
			text-align: center;
		}

		.faqs summary {
			font-size: calc(15px + 1vw);
			line-height: calc(20px + 1vw);
			margin-bottom: calc(22px + 0vw);
		}

		body .innerrow2,
		body .footer {
			text-align: center;
		}

		body .footer .colm1 {
			background: #003087;
		}

		body .footer .colm1 img {
			width: 100%;
			margin-bottom: -5px;
		}

		body .footer h4 {
			padding: 40px 20px 0;
		}

		body .footer .googlerevwul2 {
			padding-bottom: 50px;
		}

		body .footer .column-2.colm1 {
			flex: 0 0 calc(100% - 0px);
		}

		body .footer .container {
			justify-content: center;
		}

		body .sec-5 .container.row2,
		body .sec-6 .container.row2 {
			display: block;
		}

		body .sec-5 .lastcolm {
			margin-top: 30px;
		}

		body .sec-6 .innerrow1 .column-2 {
			flex: 0 0 calc(50% - 20px);
		}

		body .sec-6 .content-img {
			max-width: 100%;
		}

		.sec-3 .container .column-2.colm-1 {
			min-width: 100%;
			justify-content: center;
			margin-bottom: 10px;
		}

		.sec-3 .container {
			max-width: calc(375px + 1vw);
			margin: 0 auto;
		}

		.sec-4 {
			padding: 40px 0;
		}

		html body .sec-5 h4 {
			font-size: calc(16px + 1vw);
			line-height: calc(16px + 1vw);
		}

		body .sec-6 .container .blueboxs .innerrow3 .container p {
			text-align: center;
		}

		.starcontnr {
			justify-content: center;
		}

		.sec-2 {
			padding: 30px 0px 40px;
		}
	}




	@media screen and (max-width: 650px) {
		.content-wrapper {
			max-width: calc(100vw + 1vw);
		}

		.column-2 {
			flex: 0 0 calc(100% - 20px);
		}

		body .sec-2 .rightcolm {
			margin: 0 auto;
		}

		body .container {
			justify-content: center;
		}

		.sec-3 .container .colm-3 {
			margin-left: 15px;
		}

	}



	@media screen and (max-width: 480px) {
		.content-wrapper {
			max-width: calc(100vw + 1vw);
		}

		.column-2 {
			flex: 0 0 100%;
			/* Single column for smaller screens */
		}

		.column-3 {
			flex: 0 0 100%;
			/* Single column for smaller screens */
		}

		.column-4 {
			flex: 0 0 100%;
			/* Single column for smaller screens */
		}
	}

	/*footer address and location*/
	.contact-section {
		display: flex;
		flex-wrap: wrap;
		max-width: 1000px;
		margin: 40px auto;
		background: #ffffff;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
		border-radius: 12px;
		overflow: hidden;
	}

	.contact-left,
	.contact-right {
		flex: 1 1 50%;
		padding: 30px;
		font-size: 20px;
		box-sizing: border-box;
	}

	.contact-left h2,
	.contact-right h2 {
		color: rgb(0, 112, 224);
		margin-bottom: 16px;
		font-size: 22px;
	}

	.contact-left p {
		margin: 0;
		color: #333;
		line-height: 1.6;
	}

	.map-container iframe {
		width: 100%;
		height: 300px;
		border: 0;
		border-radius: 8px;
	}

	@media (max-width: 768px) {
		.contact-section {
			flex-direction: column;
		}

		.contact-left,
		.contact-right {
			flex: 1 1 100%;
		}
	}

	/* Mobile-only responsiveness hardening without changing desktop layout */
	@media screen and (max-width: 768px) {
		html,
		body {
			overflow-x: hidden;
		}

		.content-wrapper {
			max-width: 100%;
			padding-left: 16px;
			padding-right: 16px;
		}

		.new-hero {
			padding: 40px 0;
		}

		.new-hero .hero-title {
			font-size: 32px!important;
			line-height: 1.25;
			margin-bottom: 8px !important;
		}

		.new-hero .hero-title span {
			font-size: inherit;
		}

		.new-hero .hero-subtitle,
		.new-hero .hero-subtext {
			font-size: clamp(16px, 4.6vw, 20px);
		}

		.new-hero .hero-badges {
			padding: 14px 16px;
		}

		.new-hero .badge {
			font-size: 16px;
		}

		.sec-products .products-left {
			height: 260px;
		}

		.sec-products .products-right {
			padding: 30px 16px 40px 16px;
		}

		.sec-products .products-cards[style] {
			display: flex !important;
			flex-direction: column;
			gap: 14px !important;
		}

		.sec-products .products-cards .product-card[style] {
			width: 100% !important;
			padding: 14px !important;
		}

		.sec-products .trust-points[style] {
			width: 100% !important;
			padding: 12px 14px !important;
			gap: 12px !important;
			justify-content: flex-start !important;
		}

		.sec-products .products-cta[style] {
			margin: 28px 0 !important;
		}

		.sec-products .btn-callback {
			width: 100%;
		}

		.sec-products .trust-bar-inner[style] {
			gap: 14px !important;
			justify-content: flex-start !important;
		}

		.interest-rate-section {
			padding: 40px 16px !important;
		}

		.interest-rate-section .interest-heading h2 {
			font-size: 24px !important;
			line-height: 1.25;
		}

		.interest-rate-section .interest-heading p {
			font-size: 14px !important;
			line-height: 1.5;
		}

		.interest-rate-section .interest-table-header,
		.interest-rate-section .interest-row {
			padding: 14px 12px !important;
			gap: 10px;
			align-items: center;
		}

		.interest-rate-section .interest-bank {
			font-size: 14px;
			line-height: 1.35;
		}

		.interest-rate-section .interest-rate {
			width: 85px !important;
			font-size: 14px;
		}

		.interest-rate-section .interest-note {
			padding: 14px 12px !important;
		}

		.interest-rate-section .interest-cta-title {
			font-size: 20px !important;
			line-height: 1.3;
		}

		.interest-rate-section .interest-cta-btn {
			width: 100%;
			max-width: 320px;
		}

		.floating-buttons[style] {
			right: 12px !important;
			bottom: 12px !important;
			gap: 10px !important;
		}

		.floating-buttons a[style*="width: 60px"] {
			width: 52px !important;
			height: 52px !important;
		}

		.floating-buttons svg[width="35"] {
			width: 28px !important;
			height: 28px !important;
		}

		.floating-buttons svg[width="30"] {
			width: 24px !important;
			height: 24px !important;
		}
	}

	@media screen and (max-width: 480px) {
		.new-hero .form-container {
			padding: 22px 16px;
		}

		.new-hero .form-container h2 {
			font-size: 26px;
			line-height: 1.25;
		}

		.new-hero .submit-btn {
			padding-left: 16px !important;
			padding-right: 16px !important;
			font-size: 14px !important;
		}

		.sec-products .products-title {
			font-size: 28px;
			line-height: 1.25;
		}
	}
/* Default (Desktop) */
.mobile-jd{
    display:none;
}

/* Mobile view */
@media (max-width:768px){
    .mobile-jd{
        display:block;
        margin:auto;
        margin-bottom:20px;
        border-radius:12px;
    }
}
	/* Desktop version */
.desktop-features{
    display:flex !important;
}

/* Mobile version hidden on desktop */
.mobile-features{
    display:none !important;
}

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

    .desktop-features{
        display:none !important;
    }

    .mobile-features{
    display:grid !important;
    grid-template-columns: repeat(2,1fr) !important;
    gap:10px !important;
}

    
}
