.ftopmenu {
    background: #f5f5f5 !important;
    border-top: 1px solid #deeaee;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .05);
	padding: 12px 0;
}
.ftopurl {
    width: 100%;
}
.ftopurl .fmlist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ftopurl .widget-list-item {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

.ftopurl .widget-list-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 7px;
    color: #667085;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s ease;
}

.ftopurl .widget-list-link::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 4px;
    height: 1px;
    background: #635bff;
    border-radius: 10px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s ease;
}

.ftopurl .widget-list-link:hover {
    color: #635bff;
    background: #f5f6ff;
}

.ftopurl .widget-list-link:hover::before {
    transform: scaleX(1);
}

@media (max-width: 767.98px) {
    .ftopurl {
        padding: 5px 0;
    }

    .ftopurl .fmlist {
        justify-content: center !important;
        gap: 5px 6px;
    }

    .ftopurl .widget-list-link {
        padding: 6px 8px;
        font-size: 12px;
    }

    .ftopurl .widget-list-link::before {
        left: 8px;
        right: 8px;
    }
}

@media (max-width: 480px) {
    .ftopurl .fmlist {
        gap: 4px;
    }

    .ftopurl .widget-list-link {
        padding: 5px 7px;
        font-size: 11px;
    }
}
.fpayment {
    width: 100%;
    padding: 16px 0;
    background: linear-gradient(135deg, #1d4ed8, #2563eb) ;
    color: #fff;
}

.fpayment .container {
    position: relative;
}

.fpayment .row {
    align-items: center;
}

.fpayment .padding-top-15 {
    padding-top: 0 !important;
}

.fpayment .col-md-3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2px;
    color: #fff;
}

.fpayment .col-md-9 {
    display: flex;
    align-items: center;
}

.fpayment img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: 42px !important;
    object-fit: contain;
    padding: 5px 12px;
    border-radius: 8px;
}

@media (max-width: 767.98px) {
    .fpayment {
        padding: 18px 0;
    }

    .fpayment .col-md-3 {
        margin-bottom: 12px;
        text-align: center !important;
        font-size: 13px;
    }

    .fpayment .col-md-9 {
        justify-content: center;
    }

    .fpayment img {
        height: 38px !important;
        max-width: 95%;
    }
}
.fsecure {
    width: 100%;
    padding: 16px 0;
    background: linear-gradient(135deg, #1d4ed8, #2563eb) ;
    color: #fff;
	border-top: 1px solid #dddddd40;
}
.fmenusectionv5 {
    width: 100%;
    padding: 16px 0;
}
.fv5menu {
    position: relative;
    padding: 4px 0;
}

.fv5menu .title {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px !important;
    color: #172033;
    font-size: 15px;
    font-weight: 750;
    letter-spacing: .2px;
}

.fv5menu .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg,#635bff,#8b83ff);
    transition: width .35s ease;
}

.fv5menu:hover .title::after {
    width: 55px;
}

.fv5menu .menu {
    margin: 0;
    padding: 0;
    gap: 3px;
}

.fv5menu .nav-item {
    position: relative;
    margin: 0;
    padding: 0;
}

.fv5menu .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 7px 10px;
    border-radius: 8px;
    color: #4f545d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    overflow: hidden;
    transition:
        color .3s ease,
        background .3s ease,
        padding-left .3s ease,
        transform .3s ease;
}
/* 
.fv5menu .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 0;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(180deg,#635bff,#8b83ff);
    transform: translateY(-50%);
    transition: height .3s ease;
}
 */
.fv5menu .nav-link::after {
    content: "\F285";
    position: absolute;
    right: 10px;
    font-family: "bootstrap-icons";
    font-size: 13px;
    color: #635bff;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .3s ease, transform .3s ease;
}

.fv5menu .nav-link:hover {
    color: #0a00c3;
    background: linear-gradient(
        90deg,
        rgba(99,91,255,.08),
        rgba(99,91,255,.025)
    );
    padding-left: 16px;
    transform: translateX(3px);
}

.fv5menu .nav-link:hover::before {
    height: 22px;
}

.fv5menu .nav-link:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.fv5menu .nav-link:active {
    transform: translateX(3px) scale(.98);
}

@media (max-width: 767.98px) {
    .fv5menu {
        padding: 0;
    }

    .fv5menu .title {
        font-size: 14px;
        margin-bottom: 13px !important;
    }

    .fv5menu .menu {
        gap: 1px;
    }

    .fv5menu .nav-link {
        padding: 6px 8px;
        font-size: 12px;
    }

    .fv5menu .nav-link:hover {
        padding-left: 14px;
    }

    .fv5menu .nav-link::after {
        right: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fv5menu *,
    .fv5menu *::before,
    .fv5menu *::after {
        transition: none !important;
        animation: none !important;
    }
}
/* =========================================
   PREMIUM MEGA MENU - NEWLOOK
========================================= */

.newlook {
	overflow: hidden;
	display: flex;
	border: 15px solid #fff;
}

/* Columns */

.newlook .newlook-column {
	padding: 16px 18px;
	margin: 0;
}

.newlook .newlook-column:first-child,
.newlook .newlook-column:nth-child(2),
.newlook .newlook-column:nth-child(3) {
	border-right: 1px solid #edf0f5;
	background: linear-gradient(360deg, #fff 0%, #fafafb 100%);
	border-radius: 15px;
}

.newlook .newlook-column:last-child {
	border-right: 0;
	background: linear-gradient(360deg, #fff 0%, #fafafb 100%);
	border-radius: 15px;
}

/* Heading */

.newlook-heading {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 0 0 12px;
	padding: 0 0 12px;
	border-bottom: 1px solid #edf0f4;
}

.newlook-heading h4 {
	margin: 0;
	padding: 0;
	color: #172033;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
}

.newlook-heading span {
	display: block;
	margin-top: 3px;
	color: #929aaa;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
}

/* Icon */

.newlook-icon {
	width: 38px;
	height: 38px;
	min-width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 23px;
}

.business-icon {
	color: #2563eb;
	background: linear-gradient(135deg, #eaf2ff, #dbeafe);
}

.ngo-icon {
	color: #7c3aed;
	background: linear-gradient(135deg, #f3eaff, #eadcff);
}

/* Links */

.newlook-list {
	margin: 0 !important;
	padding: 0 !important;
}

.newlook-list li {
	margin: 0 0 3px !important;
	padding: 0 !important;
}

.newlook-list li:last-child {
	margin-bottom: 0 !important;
}

.newlook-list li a {
	display: flex!important;
	align-items: center!important;
	justify-content: space-between!important;
	gap: 10px!important;
	width: 100%!important;
	min-height: 34px!important;
	padding: 15px 9px!important;
	border-radius: 8px!important;
	color: #455066!important;
	font-size: 16px!important;
	font-weight: 500!important;
	line-height: 1.3!important;
	text-decoration: none!important;
	transition: all .2s ease!important;
}

.newlook-list li a span {
	display: flex;
	align-items: center;
	gap: 6px;
}

.newlook-list li a i {
	color: #a5adba;
    font-size: 24px;
    transition: all .2s ease;
    font-weight: 900;
}

.newlook-list li a:hover {
	color: #155eef!important;
	background: #f0f6ff!important;
	padding-left: 13px!important;
}

.newlook-list li a:hover i {
	color: #2563eb;
	transform: translateX(3px);
}

/* New Badge */

.newlook-badge {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    padding: 12px 10px;
    margin-left: 2px;
    border-radius: 4px;
    background: #ecfdf3;
    border: 1px solid #d1fadf;
    color: #07884a;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

/* Help Box */

.newlook-help {
	display: flex !important;
	align-items: center !important;
	gap: 9px !important;
	margin-top: 11px !important;
	padding: 9px 10px !important;
	border: 1px solid #e7e9f5 !important;
	border-radius: 9px !important;
	background: rgba(255, 255, 255, .8) !important;
}

.newlook-help > i {
	width: 29px !important;
	height: 29px !important;
	min-width: 29px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 7px !important;
	background: #eef2ff !important;
	color: #6366f1 !important;
	font-size: 13px !important;
}

.newlook-help strong {
	display: block !important;
	margin: 0 !important;
	color: #283247 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
}

.newlook-help span {
	display: block;
	margin-top: 2px !important;
	color: #929aaa !important;
	font-size: 14px !important;
	line-height: 1.3 !important;
}

/* Remove Extra Spacing */

.newlook h4,
.newlook ul,
.newlook li {
	margin-top: 0;
}

.newlook ul {
	margin-bottom: 0 !important;
}

.newlook > [class*="col-"] {
	margin-bottom: 0 !important;
}

/* Responsive */

@media (max-width: 767px) {

	.newlook .newlook-column {
		padding: 14px;
	}

	.newlook .newlook-column:first-child {
		border-right: 0;
		border-bottom: 1px solid #edf0f5;
	}
}

@media (max-width: 480px) {

	.newlook {
		padding: 4px !important;
		border-radius: 12px;
	}

	.newlook .newlook-column {
		padding: 12px;
	}

	.newlook-heading h4 {
		font-size: 13px;
	}

	.newlook-list li a {
		font-size: 11px;
		min-height: 32px;
		padding: 6px 8px;
	}
}
.certification-icon {
	width: 38px;
	height: 38px;
	min-width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: #0f766e;
	background: linear-gradient(135deg, #e7faf7, #d5f5ef);
	box-shadow: inset 0 0 0 1px #cceee8;
	font-size: 16px;
}
.client_testimonials {
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.testimonial-card {
	position: relative;
	padding: 20px;
	border: 1px solid #e8edf5;
	border-radius: 16px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 8px 25px rgba(15, 23, 42, .055);
	transition: all .3s ease;
	overflow: hidden;
	margin-bottom: 20px;
}

.testimonial-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #2563eb, #60a5fa);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .3s ease;
}

.testimonial-card:hover {
	transform: translateY(-6px);
	border-color: #d7e5ff;
	box-shadow: 0 18px 40px rgba(37, 99, 235, .10);
}

.testimonial-card:hover::before {
	transform: scaleX(1);
}

.testimonial-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.testimonial-quote {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #eff6ff;
	color: #2563eb;
	font-size: 20px;
}

.testimonial-text {
	min-height: 68px;
	margin: 0 0 18px;
	color: #4b5563;
	font-size: 12px;
	line-height: 1.7;
}

.testimonial-user {
	display: flex;
	align-items: center;
	padding-top: 13px;
	border-top: 1px solid #edf0f5;
}

.testimonial-avatar {
	width: 40px;
	height: 40px;
	min-width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	border-radius: 50%;
	background: linear-gradient(135deg, #2563eb, #3b82f6);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0 5px 12px rgba(37, 99, 235, .18);
}

.testimonial-user h6 {
	margin: 0 0 2px;
	color: #172033;
	font-size: 13px;
	font-weight: 700;
}

.testimonial-user span {
	color: #929aaa;
	font-size: 10px;
}

.testimonial-check {
	color: #2563eb;
	font-size: 16px;
}

.client_testimonials .badge {
	font-size: 10px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.testimonial-card {
		padding: 16px;
	}

	.testimonial-text {
		min-height: auto;
	}
}
.inquiry-form-icon {
	width: 44px;
	height: 44px;
	min-width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: linear-gradient(135deg, #3750ba, #5270e5);
	color: #fff;
	font-size: 19px;
	box-shadow: 0 7px 18px rgba(55, 80, 186, .20);
}
.inquiry-form-header h4 {
	margin: 0 0 3px;
	color: #172033;
	font-size: 18px;
	font-weight: 700;
}
.inquiry-form-header p {
	margin: 0;
	color: #8b93a3;
	font-size: 11px;
	line-height: 1.5;
}
.premium-input {
	position: relative;
	display: flex;
	align-items: center;
	height: 50px;
	border: 1px solid #e3e8f0;
	border-radius: 10px;
	background: #fbfcfe;
	transition: all .25s ease;
}
.premium-input > i {
	width: 45px;
	text-align: center;
	color: #7180b8;
	font-size: 16px;
}
.premium-input .form-control {
	height: 48px;
	padding: 0 12px 0 0;
	border: 0 !important;
	outline: 0 !important;
	background: transparent;
	box-shadow: none !important;
	color: #202938;
	font-size: 13px;
}
.premium-input .form-control::placeholder {
	color: #a0a7b4;
}
.premium-input:focus-within {
	border-color: #6b7fd7;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(55, 80, 186, .08);
}
.premium-input:focus-within > i {
	color: #3750ba;
}
/* CAPTCHA */
.captcha-box {
	padding: 15px;
	border: 1px solid #e5eaf2;
	border-radius: 13px;
	background: linear-gradient(135deg, #f8faff, #fff);
}
.captcha-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 13px;
}
.captcha-header h6 {
	margin: 0 0 2px;
	color: #273044;
	font-size: 12px;
	font-weight: 700;
}
.captcha-header h6 i {
	color: #3750ba;
}
.captcha-header span {
	color: #969eac;
	font-size: 10px;
}
.captcha-refresh {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dfe5ef;
	border-radius: 8px;
	background: #fff;
	color: #3750ba;
	font-size: 15px;
	transition: all .25s ease;
}
.captcha-refresh:hover {
	background: #3750ba;
	border-color: #3750ba;
	color: #fff;
	transform: rotate(180deg);
}
.captcha-content {
	display: flex;
	align-items: center;
	gap: 10px;
}
.captcha-image {
	height: 50px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dfe4ed;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}
.captcha-image img {
	display: block;
	max-width: 150px;
	height: 50px;
}
.captcha-input {
	position: relative;
	flex: 1;
	height: 50px;
	display: flex;
	align-items: center;
	border: 1px solid #dfe4ed;
	border-radius: 8px;
	background: #fff;
}
.captcha-input i {
	padding-left: 13px;
	padding-right: 9px;
	color: #7180b8;
	font-size: 15px;
}
.captcha-input input {
	width: 100%;
	height: 48px;
	padding: 0 10px 0 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #273044;
	font-size: 12px;
}
.captcha-input:focus-within {
	border-color: #6b7fd7;
	box-shadow: 0 0 0 3px rgba(55, 80, 186, .07);
}
.captcha-error {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 8px;
	color: #dc3545;
	font-size: 11px;
}
/* Submit */
.premium-submit-btn {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(135deg, #3750ba, #4d68d0);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	box-shadow: 0 8px 20px rgba(55, 80, 186, .20);
	transition: all .25s ease;
}
.premium-submit-btn i {
	font-size: 16px;
	transition: transform .25s ease;
}

.premium-submit-btn:hover {
	background: linear-gradient(135deg, #2f46aa, #425cc5);
	transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(55, 80, 186, .25);
	color: #fff;
}
.premium-submit-btn:hover i {
	transform: translateX(4px);
}
.form-secure-text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 15px;
	color: #9aa1ad;
	font-size: 12px;
}
.form-secure-text i {
	color: #55a66d;
}
/* Mobile */
@media (max-width: 575px) {
	.premium-inquiry-form {
		padding: 18px;
		border-radius: 14px;
	}
	.captcha-content {
		flex-wrap: wrap;
	}
	.captcha-image {
		flex: 1;
	}
	.captcha-input {
		width: 100%;
		flex: 100%;
	}
	.inquiry-form-header h4 {
		font-size: 16px;
	}
}
.wow > div:first-child {
	position: relative;
	padding: 28px;
	border: 1px solid #e5eaf3;
	border-radius: 20px;
	background: linear-gradient(145deg, #ffffff 0%, #f8faff 100%);
	box-shadow: 0 15px 45px rgba(15, 23, 42, .08);
	overflow: hidden;
}

/* Heading */
.wow > div:first-child h3 {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 24px;
	padding: 0 0 18px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #172033;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	border-bottom: 1px solid #edf0f5;
}

/* Heading Icon */
.wow > div:first-child h3::before {
	content: "\f4d4";
	width: 42px;
	height: 42px;
	min-width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: linear-gradient(135deg, #3750ba, #5d78dc);
	color: #fff;
	font-family: bootstrap-icons;
	font-size: 18px;
	box-shadow: 0 7px 18px rgba(55, 80, 186, .20);
}

/* Optional Subtitle */
.wow > div:first-child h3 small {
	display: block;
	margin-top: 3px;
	color: #929aaa;
	font-size: 11px;
	font-weight: 400;
}
:root {
	--footer-bg: #08080a;
	--footer-bg-2: #0d0d10;
	--white: #ffffff;
	--text: #eeeeef;
	--muted: #92929b;
	--muted-2: #676770;
	--gold: #d6b96c;
	--gold-light: #f0dca5;
	--border: rgba(255,255,255,.09);
	--border-hover: rgba(214,185,108,.45);
	--card: rgba(255,255,255,.035);
}
.premium-footer {
	padding: 30px 0px;
	position: relative;
	overflow: hidden;
	/* background:
		radial-gradient(
			circle at 90% 0%,
			rgba(214,185,108,.12),
			transparent 27%
		),
		radial-gradient(
			circle at 0% 100%,
			rgba(255,255,255,.035),
			transparent 28%
		),
		linear-gradient(
			145deg,
			var(--footer-bg),
			var(--footer-bg-2)
		);
		 */
		 background:#1f3364;
	border-radius: 17px 14px 0 0;
}

.premium-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .45;
	background-image:
		linear-gradient(
			rgba(255,255,255,.025) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255,255,255,.025) 1px,
			transparent 1px
		);
	background-size: 70px 70px;
	mask-image:
		linear-gradient(
			to bottom,
			black,
			transparent 75%
		);
}
.footer-container {
	position: relative;
	z-index: 2;
}
.footer-brand {
	display: inline-block;
	color: var(--gold-light);
	font-size: 30px;
	font-weight: 800;
	letter-spacing: .18em;
	text-decoration: none;
	transition: .3s ease;
}
.footer-brand:hover {
	color: white;
	transform: translateY(-2px);
}
.brand-description {
	max-width: 390px;
	margin-top: 18px;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.85;
}
.premium-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 15px;
	color: var(--gold);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .2em;
}
.premium-badge::before {
	content: "";
	width: 28px;
	height: 1px;
	background: var(--gold);
}
.newsletter-card {
	padding: 32px;
	background:
		linear-gradient(
			145deg,
			rgba(255,255,255,.055),
			rgba(255,255,255,.018)
		);
	border: 1px solid var(--border);
	border-radius: 22px;
	backdrop-filter: blur(15px);
	/* box-shadow:
		0 25px 70px rgba(0,0,0,.22); */
	transition: .3s ease;
}
.newsletter-card:hover {
	border-color: rgba(214,185,108,.2);
}
.newsletter-label {
	margin-bottom: 8px;
	color: var(--gold);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .2em;
}
.newsletter-title {
	margin: 0 0 8px;
	color: white;
	font-size: 25px;
	font-weight: 700;
}
.newsletter-description {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.7;
}
.newsletter-form {
	display: flex;
	gap: 8px;
	margin-top: 24px;
}
.newsletter-input {
	height: 54px;
	padding: 0 18px;
	color: white !important;
	background: #1f3364 !important;
	border: 1px solid var(--border) !important;
	border-radius: 12px !important;
	box-shadow: none !important;
}
.newsletter-input::placeholder {
	color: #fff;
}
.newsletter-input:focus {
	border-color: rgba(214,185,108,.55) !important;
	box-shadow:
		0 0 0 4px rgba(214,185,108,.07) !important;
}
.btn-gold {
	height: 54px;
	padding: 0 25px;
	color: #15120b;
	font-size: 14px;
	font-weight: 700;
	background:
		linear-gradient(
			135deg,
			var(--gold-light),
			var(--gold)
		);
	border: none;
	border-radius: 12px;
	transition: .3s ease;
	white-space: nowrap;
}
.btn-gold:hover {
	color: #111;
	transform: translateY(-2px);

	box-shadow:
		0 12px 35px rgba(214,185,108,.18);
}
.footer-divider {
	height: 1px;
	margin: 58px 0 40px;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255,255,255,.13),
			transparent
		);
}
.footer-heading {
	margin-bottom: 23px;
	color: white;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .18em;
}
.footer-links {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-links li {
	margin-bottom: 14px;
}
.footer-links a {
	position: relative;
	color: var(--muted);
	font-size: 14px;
	text-decoration: none;
	transition: .25s ease;
}
.footer-links a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 1px;
	background: var(--gold);
	transition: .25s ease;
}
.footer-links a:hover {
	color: white;
}
.footer-links a:hover::after {
	width: 100%;
}
.social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}
.social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	color: #aaaab1;
	border: 1px solid var(--border);
	border-radius: 50%;
	text-decoration: none;
	transition: .3s ease;
}
.social-link:hover {
	color: #111;
	background: var(--gold);
	border-color: var(--gold);
	transform: translateY(-4px);
	box-shadow:
		0 10px 25px rgba(214,185,108,.15);
}
.trust-section {
	padding: 5px 0;
}
.store-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.store-button {
	display: block;
	transition: .3s ease;
}
.store-button:hover {
	transform: translateY(-4px);
}
.store-button img {
	display: block;
	width: auto;
	height: 52px;
	border-radius: 9px;
}
.payment-area {
	text-align: right;
}
.secure-payment {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	text-align: left;
}
.secure-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: var(--gold);
	background: rgba(214,185,108,.08);
	border: 1px solid rgba(214,185,108,.18);
	border-radius: 12px;
}
.secure-title {
	color: white;
	font-size: 13px;
	font-weight: 600;
}
.secure-text {
	margin-top: 3px;
	color: var(--muted-2);
	font-size: 11px;
}
.payment-icons {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 9px;
}
.payment-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 40px;
	padding: 7px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 9px;
	transition: .3s ease;
}
.payment-icon:hover {
	transform: translateY(-3px);
	border-color: var(--border-hover);
	background: #fff;
}
.payment-icon img {
	max-width: 100%;
	max-height: 24px;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: .7;
	transition: .3s ease;
}
.payment-icon:hover img {
	filter: grayscale(0);
	opacity: 1;
}
.bottom-footer {
	padding-bottom: 5px;
}
.copyright {
	color: var(--muted-2);
	font-size: 12px;
}
.legal-links {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 24px;
}
.legal-links a {
	color: var(--muted-2);
	font-size: 12px;
	text-decoration: none;
	transition: .2s ease;
}
.legal-links a:hover {
	color: white;
}
@media (max-width: 991px) {
	.payment-area {
		text-align: left;
	}
	.payment-icons {
		justify-content: flex-start;
	}
	.newsletter-card {
		padding: 25px;
	}
}
@media (max-width: 767px) {
	.premium-footer {
		border-radius: 22px 22px 0 0;
	}
	.footer-brand {
		font-size: 25px;
	}
	.brand-description {
		font-size: 14px;
	}
	.newsletter-form {
		flex-direction: column;
	}
	.newsletter-form .btn-gold {
		width: 100%;
	}
	.store-button img {
		height: 48px;
	}
	.footer-divider {
		margin: 42px 0 32px;
	}
	.legal-links {
		justify-content: flex-start;
		gap: 15px;
	}
}
@media (max-width: 400px) {
	.store-buttons {
		flex-direction: column;
		align-items: flex-start;
	}
	.store-button img {
		height: 46px;
	}
}
.reviews-section {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	padding: 48px 0 55px;
	background:
		radial-gradient(circle at 0% 0%, rgba(76, 110, 245, .08), transparent 20%),
		radial-gradient(circle at 100% 0%, rgba(111, 66, 193, .10), transparent 22%),
		radial-gradient(circle at 0% 100%, rgba(76, 110, 245, .08), transparent 20%),
		#fff;
}

/* Decorative background */
.bg-shape {
	position: absolute;
	width: 330px;
	height: 330px;
	border-radius: 50%;
	filter: blur(1px);
	opacity: .55;
	pointer-events: none;
}

.shape-one {
	top: -190px;
	left: -120px;
	background: #eef1ff;
}

.shape-two {
	top: -180px;
	right: -110px;
	background: #f0edff;
}

.shape-three {
	bottom: -220px;
	left: -100px;
	background: #edf1ff;
}

.container-custom {
	position: relative;
	z-index: 2;
	max-width: 1450px;
}

/* Badge */
.review-badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 20px;
	border: 1px solid #ff6b1a;
	border-radius: 50px;
	color: #f35b0a;
	background: rgba(255,255,255,.75);
	font-size: 15px;
	font-weight: 600;
}

.review-badge i {
	font-size: 17px;
}

/* Heading */
.main-heading {
	margin: 16px 0 10px;
	font-size: clamp(42px, 5vw, 64px);
	line-height: 1.05;
	font-weight: 750;
	letter-spacing: -2.5px;
	color: #111a37;
}

.main-heading .orange {
	color: #f45b0a;
	position: relative;
}

.main-heading .orange::after {
	content: "";
	position: absolute;
	height: 3px;
	width: 190px;
	left: 4px;
	bottom: -10px;
	border-radius: 5px;
	background: #ff6a16;
}

.subtitle {
	margin: 25px auto 0;
	max-width: 760px;
	color: #55617a;
	font-size: 18px;
	line-height: 1.6;
}

/* Stats */
.stats-box {
	display: inline-flex;
	align-items: center;
	margin-top: 32px;
	padding: 22px 35px;
	border: 1px solid #ffe2d2;
	border-radius: 28px;
	background: rgba(255, 250, 246, .9);
	box-shadow: 0 15px 45px rgba(40, 49, 90, .08);
}

.stat {
	display: flex;
	align-items: center;
	gap: 15px;
	min-width: 210px;
	text-align: left;
}

.stat-icon {
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 28px;
}

.stat-icon.star {
	color: #ff9d00;
	background: #fff0d5;
}

.stat-icon.users {
	color: #2878ed;
	background: #e7f0ff;
}

.stat-value {
	display: block;
	font-size: 27px;
	font-weight: 750;
	line-height: 1.1;
	color: #111a37;
}

.stat-label {
	margin-top: 5px;
	display: block;
	color: #657089;
	font-size: 14px;
}

.stat-divider {
	width: 1px;
	height: 55px;
	background: #d8dbe3;
	margin: 0 25px;
}

/* Testimonials */
.testimonial-wrapper {
	position: relative;
	margin-top: 65px;
}

.testimonial-row {
	display: flex;
	align-items: stretch;
	gap: 18px;
	overflow: hidden;
	padding: 45px 70px 39px;
}

.review-card {
	position: relative;
	flex: 1 1 20%;
	min-width: 235px;
	min-height: 185px;
	padding: 24px;
	border: 1px solid #e7eaf2;
	border-radius: 26px;
	background: rgba(255,255,255,.94);
	box-shadow: 0 15px 40px rgba(34, 45, 90, .07);
	transition: .3s ease;
}

.review-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 50px rgba(34, 45, 90, .12);
}

.review-card.highlight {
	border: 1.5px solid #ff8a28;
	box-shadow: 0 20px 55px rgba(255, 112, 20, .13);
	transform: translateY(-10px);
}

.review-card.highlight:hover {
	transform: translateY(-15px);
}

.liked-badge {
	position: absolute;
	top: -19px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	padding: 7px 15px;
	border-radius: 9px;
	color: white;
	background: linear-gradient(135deg, #ff8a16, #ff6200);
	font-size: 13px;
	font-weight: 700;
	box-shadow: 0 8px 20px rgba(255, 104, 0, .25);
}

.card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.client-info {
	display: flex;
	align-items: center;
	gap: 11px;
}

.avatar {
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 0 7px 18px rgba(40, 60, 150, .16);
}

.avatar-blue {
	background: linear-gradient(135deg, #2878ff, #536df3);
}

.avatar-purple {
	background: linear-gradient(135deg, #7b35e7, #c04ce8);
}

.avatar-orange {
	background: linear-gradient(135deg, #ff7315, #ff9d35);
}

.avatar-green {
	background: linear-gradient(135deg, #20bb7a, #5bd89c);
}

.avatar-pink {
	background: linear-gradient(135deg, #f03d74, #ef6596);
}

.client-name {
	margin: 0;
	font-size: 15px;
	font-weight: 750;
	color: #121b36;
}

.client-role {
	margin: 3px 0 0;
	color: #68728a;
	font-size: 12px;
}

.stars {
	white-space: nowrap;
	color: #f39a00;
	letter-spacing: 1px;
	font-size: 13px;
}

.quote-box {
	margin-top: 17px;
	padding: 15px 17px;
	min-height: 76px;
	border-radius: 15px;
	background: linear-gradient(135deg, #f4f5ff, #f7f8ff);
	color: #18223e;
	font-size: 15px;
	line-height: 1.5;
}

.quote-icon {
	margin-right: 6px;
	color: #9aa8ef;
	font-size: 21px;
}

/* Arrows */
.slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 54px;
	height: 54px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #174ed4;
	box-shadow: 0 10px 30px rgba(36, 53, 110, .12);
	transform: translateY(-50%);
	font-size: 25px;
	transition: .2s ease;
}

.slider-arrow:hover {
	background: #174ed4;
	color: #fff;
}

.arrow-left {
	left: 0;
}

.arrow-right {
	right: 0;
}

/* Dots */
.slider-dots {
	display: flex;
	justify-content: center;
	gap: 9px;
	margin-top: 22px;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d7d9df;
}

.dot.active {
	width: 11px;
	height: 11px;
	background: #ff6b0a;
}

/* Trust Bar */
.trust-bar {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	margin: 52px auto 0;
	max-width: 1280px;
	padding: 18px 25px;
	border: 1px solid #e8eaf1;
	border-radius: 18px;
	background: rgba(255,255,255,.92);
	box-shadow: 0 15px 45px rgba(35, 46, 90, .06);
}

.trust-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 42px;
	border-right: 1px solid #dfe2e9;
	color: #18223c;
	font-size: 14px;
	font-weight: 650;
}

.trust-item:last-child {
	border-right: 0;
}

.trust-icon {
	width: 42px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 20px;
}

.icon-blue {
	color: #2878ef;
	background: #e8f1ff;
}

.icon-yellow {
	color: #ff9d00;
	background: #fff1d8;
}

.icon-purple {
	color: #7544d7;
	background: #f0eaff;
}

.icon-green {
	color: #1bc38a;
	background: #e2fbf1;
}

/* Responsive */
@media (max-width: 1199px) {
	.testimonial-row {
		overflow-x: auto;
		scroll-behavior: smooth;
	}

	.review-card {
		flex: 0 0 31%;
	}
}

@media (max-width: 991px) {
	.reviews-section {
		padding: 40px 0;
	}

	.review-card {
		flex: 0 0 45%;
	}

	.trust-bar {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.trust-item:nth-child(2) {
		border-right: 0;
	}

	.trust-item:nth-child(-n+2) {
		border-bottom: 1px solid #dfe2e9;
		padding-bottom: 12px;
	}
}

@media (max-width: 767px) {
	.main-heading {
		font-size: 42px;
		letter-spacing: -1.5px;
	}

	.subtitle {
		font-size: 16px;
	}

	.stats-box {
		width: 100%;
		justify-content: center;
		padding: 18px 10px;
	}

	.stat {
		min-width: auto;
	}

	.stat-divider {
		margin: 0 12px;
	}

	.stat-value {
		font-size: 22px;
	}

	.stat-label {
		font-size: 12px;
	}

	.stat-icon {
		width: 48px;
		height: 48px;
		font-size: 22px;
	}

	.testimonial-row {
		padding-left: 5px;
		padding-right: 5px;
	}

	.review-card {
		flex: 0 0 82%;
	}

	.review-card.highlight {
		transform: none;
	}

	.slider-arrow {
		display: none;
	}

	.trust-bar {
		grid-template-columns: 1fr;
	}

	.trust-item,
	.trust-item:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid #dfe2e9;
	}

	.trust-item:last-child {
		border-bottom: 0;
	}
}
.top-header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
}

.top-header-menu li {
    display: flex;
    align-items: center;
    margin: 0;
}

/* Automatic | between items */
.top-header-menu li + li::before {
    content: "|";
    color: #fff;
    margin: 0 12px;
    font-size: 15px;
}

/* Login / User */
.top-header-menu .numbermobile {
    display: flex;
    align-items: center;
}

.top-header-menu .numbermobile a {
    white-space: nowrap;
}

/* Mobile */
@media (max-width: 767px) {
    .top-header-menu {
        justify-content: center;
        flex-wrap: wrap;
    }

    .top-header-menu li + li::before {
        content: "|";
        margin: 0 7px;
    }
}

.am-btn {
    min-height: 52px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 13px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s ease;
}

.am-btn i {
    font-size: 18px;
}

.am-btn-primary {
    color: #fff;
    background: radial-gradient(circle at 15% 15%, rgba(255,255,255,.18), transparent 25%),
        radial-gradient(circle at 90% 80%, rgba(255,255,255,.12), transparent 30%),
        linear-gradient(145deg, #075985 0%, #0284c7 45%, #2563eb 100%);
    box-shadow: 0 12px 28px rgba(79, 70, 229, .25);
}
.am-btn-warning {
    color: #fff;
    background: radial-gradient(circle at 15% 15%, rgba(255, 255, 255, .18), transparent 25%), radial-gradient(circle at 90% 80%, rgba(255, 255, 255, .12), transparent 30%), linear-gradient(145deg, #FF9800 0%, #F44336 45%, #FF5722 100%);
    box-shadow: 0 12px 28px rgba(79, 70, 229, .25);
}

.am-btn-primary:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 17px 35px rgba(79, 70, 229, .32);
}

.am-btn-light {
    color: #334155;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
}

.am-btn-light:hover {
    color: #4f46e5;
    transform: translateY(-3px);
    border-color: #c7d2fe;
}

.am-hero-stats {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 42px;
}

.am-stat {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.am-stat strong {
    color: #0f172a;
    font-size: 21px;
    font-weight: 800;
}

.am-stat span {
    color: #94a3b8;
    font-size: 11px;
    font-weight: 600;
}

.am-stat-divider {
    width: 1px;
    height: 35px;
    background: #e2e8f0;
}

.am-hero-visual {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-image-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(79, 70, 229, .18), rgba(14, 165, 233, .12));
    filter: blur(35px);
}
.am-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease, visibility .35s ease;
}

.am-modal.am-modal-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.am-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 65%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.am-modal-dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 510px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    background: #fff;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 26px;
    box-shadow: 0 35px 100px rgba(0,0,0,.25);
    transform: translateY(35px) scale(.94);
    opacity: 0;
    transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .35s ease;
}

.am-modal-active .am-modal-dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.am-modal-dialog::-webkit-scrollbar {
    width: 5px;
}

.am-modal-dialog::-webkit-scrollbar-thumb {
    background: #d7dbe5;
    border-radius: 10px;
}

.am-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
    width: 38px;
    height: 38px;
    border: 1px solid #edf0f5;
    border-radius: 50%;
    background: rgba(255,255,255,.85);
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all .25s ease;
}

.am-modal-close:hover {
    color: #fff;
    background: #2563eb;
    border-color: #2563eb;
    transform: rotate(90deg);
}

.am-modal-header {
    position: relative;
    display: flex;
    gap: 16px;
    padding: 32px 55px 26px 28px;
    overflow: hidden;
    background: linear-gradient(135deg, #f4f6ff 0%, #eef2ff 55%, #faf5ff 100%);
    border-bottom: 1px solid #edf0f5;
}

.am-modal-header::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -70px;
    top: -80px;
    border-radius: 50%;
    background: rgba(99,102,241,.12);
    pointer-events: none;
}

.am-modal-icon {
    position: relative;
    z-index: 1;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #fff;
    font-size: 25px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    box-shadow: 0 12px 25px rgba(79,70,229,.25);
}

.am-modal-eyebrow {
    display: block;
    margin-bottom: 4px;
    color: #6366f1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.am-modal-header h3 {
    margin: 0;
    color: #2563eb;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.am-modal-header p {
    max-width: 360px;
    margin: 6px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

.am-modal-body {
    padding: 28px;
}

.am-form-group {
    margin-bottom: 18px;
}

.am-form-group label {
    display: block;
    margin-bottom: 7px;
    color: #1e293b;
    font-size: 13px;
    font-weight: 700;
}

.am-input-wrap {
    position: relative;
}

.am-input-wrap > i {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 2;
    color: #94a3b8;
    font-size: 18px;
    transform: translateY(-50%);
    transition: color .25s ease;
    pointer-events: none;
}

.am-input-wrap input,
.am-input-wrap textarea {
    width: 100%;
    border: 1px solid #e2e8f0;
    outline: none;
    border-radius: 13px;
    background: #f8fafc;
    color: #2563eb;
    font-family: inherit;
    font-size: 14px;
    transition: all .25s ease;
}

.am-input-wrap input {
    height: 50px;
    padding: 0 15px 0 45px;
}

.am-input-wrap textarea {
    min-height: 100px;
    resize: vertical;
    padding: 14px 15px 14px 45px;
}

.am-input-wrap input::placeholder,
.am-input-wrap textarea::placeholder {
    color: #a0a9b8;
}

.am-input-wrap input:focus,
.am-input-wrap textarea:focus {
    border-color: #6366f1;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(99,102,241,.10);
}

.am-input-wrap:focus-within > i {
    color: #6366f1;
}

.am-textarea-wrap > i {
    top: 18px;
    transform: none;
}

.am-modal-submit {
    width: 100%;
    height: 52px;
    margin-top: 3px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    box-shadow: 0 12px 25px rgba(79,70,229,.22);
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
}

.am-modal-submit i {
    font-size: 18px;
    transition: transform .3s ease;
}

.am-modal-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 17px 32px rgba(79,70,229,.3);
}

.am-modal-submit:hover i {
    transform: translate(3px,-3px);
}

.am-modal-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 15px;
    color: #94a3b8;
    font-size: 11px;
    text-align: center;
}

.am-modal-note i {
    color: #22c55e;
    font-size: 14px;
}

body.am-modal-open {
    overflow: hidden;
}

@media (max-width: 576px) {
    .am-modal {
        padding: 12px;
    }

    .am-modal-dialog {
        max-height: calc(100vh - 24px);
        border-radius: 22px;
    }

    .am-modal-header {
        gap: 12px;
        padding: 25px 48px 22px 20px;
    }

    .am-modal-icon {
        flex-basis: 46px;
        width: 46px;
        height: 46px;
        border-radius: 13px;
        font-size: 21px;
    }

    .am-modal-header h3 {
        font-size: 20px;
    }

    .am-modal-header p {
        font-size: 12px;
    }

    .am-modal-body {
        padding: 22px 20px;
    }

    .am-modal-close {
        top: 14px;
        right: 14px;
        width: 34px;
        height: 34px;
    }
}
.fcontact {
    padding: 0;
}

.fcontact h5 {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px !important;
    color: #172033;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .2px;
}

.fcontact h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 28px;
    height: 2px;
    border-radius: 10px;
    background: #635bff;
    transition: width .3s ease;
}

.fcontact:hover h5::after {
    width: 48px;
}

.fcontact p {
    color: #667085;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
}

.fcontact p > span.h6 {
    display: inline-block;
    margin-left: 5px;
    color: #172033;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: color .25s ease;
}

.fcontact p:hover > span.h6 {
    color: #635bff;
}

.fcontact p .small {
    margin-top: 1px;
    color: #98a2b3 !important;
    font-size: 11px;
}

.fcontact .appstore {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fcontact .appstore > div {
    margin: 0 !important;
}

.fcontact .btn-market {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 145px !important;
    min-height: 48px;
    padding: 7px 12px 7px 42px;
    border: 1px solid #e4e7ec;
    border-radius: 9px;
    background: #2b3445;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(16,24,40,.04);
    transition: all .3s ease;
}

.fcontact .btn-market::before {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 21px;
    transition: transform .3s ease;
}

.fcontact .btn-apple::before {
    content: "\F179";
    font-family: "bootstrap-icons";
}

.fcontact .btn-google::before {
    content: "\F3AF";
    font-family: "bootstrap-icons";
}

.fcontact .btn-windows::before {
    content: "\F5A7";
    font-family: "bootstrap-icons";
}

.fcontact .btn-market:hover {
    border-color: #635bff;
    background: #f8f7ff;
    color: #635bff;
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(99,91,255,.12);
}

.fcontact .btn-market:hover::before {
    transform: translateY(-50%) scale(1.12);
}

.fcontact .btn-market-subtitle {
    display: block;
    margin: 0;
    color: #98a2b3;
    font-size: 8px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.fcontact .btn-market-title {
    display: block;
    margin-top: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.fcontact .btn-market:hover .btn-market-title {
    color: #635bff;
}

@media (max-width: 991.98px) {
    .fcontact .btn-market {
        width: 140px !important;
    }
}

@media (max-width: 767.98px) {
    .fcontact {
        margin-top: 10px;
    }

    .fcontact h5 {
        font-size: 14px;
        margin-bottom: 13px !important;
    }

    .fcontact p {
        font-size: 12px;
    }

    .fcontact p > span.h6 {
        font-size: 12px !important;
    }

    .fcontact .appstore {
        gap: 7px;
    }

    .fcontact .btn-market {
        width: 135px !important;
        min-height: 45px;
    }
}

@media (max-width: 480px) {
    .fcontact .btn-market {
        width: 100% !important;
    }

    .fcontact .appstore {
        width: 100%;
    }

    .fcontact .appstore > div {
        width: 100%;
    }
}
.copyrigtv5 {
    position: relative;
    padding: 18px 0;
    background: #fff;
    border-top: 1px solid #eaecf0;
}
.copyright-inner {
    min-height: 42px;
}

.copyright-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}

.copyright-text strong {
    color: #344054;
    font-weight: 700;
}

.copyright-symbol {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f4f3ff;
    color: #635bff;
    font-size: 11px;
    font-weight: 700;
}

.copyright-links ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 3px 5px;
}

.copyright-links .list-inline-item {
    margin: 0 !important;
    position: relative;
}

.copyright-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    color: #667085;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    transition: all .25s ease;
}

.copyright-link::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 2px;
    height: 1px;
    background: #635bff;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s ease;
}

.copyright-link:hover {
    color: #635bff;
    background: #f7f6ff;
}

.copyright-link:hover::after {
    transform: scaleX(1);
}

.copyright-link i {
    font-size: 14px;
}

.copyright-links .dropdown-toggle::after {
    margin-left: 2px;
    vertical-align: middle;
}

.copyrigtv5 .dropdown-menu {
    min-width: 155px;
    padding: 6px;
    margin-bottom: 8px !important;
}

.copyrigtv5 .dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 6px;
    color: #475467;
    font-size: 12px;
    font-weight: 500;
    transition: all .2s ease;
}

.copyrigtv5 .dropdown-item:hover {
    color: #635bff;
    background: #f7f6ff;
}

.copyrigtv5 .dropdown-item img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 8px;
}

@media (max-width: 991.98px) {
    .copyright-text {
        font-size: 12px;
    }

    .copyright-link {
        font-size: 11px;
        padding: 5px 6px;
    }
}

@media (max-width: 767.98px) {
    .copyrigtv5 {
        padding: 16px 10px;
    }

    .copyright-inner {
        display: block !important;
    }

    .copyright-text {
        justify-content: center;
        font-size: 12px;
    }

    .copyright-links {
        margin-top: 12px !important;
    }

    .copyright-links ul {
        justify-content: center;
    }

    .copyright-link {
        padding: 5px 7px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .copyright-text {
        gap: 3px;
        line-height: 1.8;
    }

    .copyright-links ul {
        gap: 2px;
    }

    .copyright-link {
        font-size: 10px;
        padding: 4px 5px;
    }
}
.sessionstartprf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 22px;
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    color: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(29, 78, 216, 0.25);
    transition: all 0.3s ease;
}

.sessionstartprf:hover {
    color: #fff;
    transform: translateY(-2px);
    background: linear-gradient(135deg, #1e40af, #1d4ed8);
    box-shadow: 0 10px 24px rgba(29, 78, 216, 0.35);
}

.sessionstartprf:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.2);
}

.sessionstartprf:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
}
.packagebox {
	position: fixed;
    top: 125px;
    z-index: 999;
    color: #111;
    align-self: flex-start;
    width: 500px;
}
.stickybox {
	position:sticky !important;
	top:73px !important;
	z-index:99 !important;
}

.packagebox .plan{
	display:none;
}

.packagebox .plan.show{
	display:block;
}

.packagebox .plan-form{
	display:none;
}

.packagebox .plan-form.show{
	display:block;
}

.billing-switch{
	display:inline-flex;
	align-items:center;
	padding:5px;
	background:#fff;
	border:1px solid #eee;
	border-radius:50px;
	box-shadow:0 8px 30px rgba(0,0,0,.08);
}

.billing-switch button{
	border:0;
	background:transparent;
	padding:10px 25px;
	border-radius:50px;
	font-size:14px;
	font-weight:700;
	color:#666;
	transition:all .3s ease;
	cursor:pointer;
	letter-spacing:.5px;
}

.billing-switch button.active{
	background:#3548db;
	color:#fff;
	box-shadow:0 5px 15px rgba(0,0,0,.18);
}

.billing-switch .badge{
	background:#3548db!important;
	color:#fff;
	border-radius:20px;
	font-size:11px;
	padding:5px 9px;
	font-weight:800;
}

.plan-card{
	position:relative;
	padding:38px 34px 34px;
	background:#fff;
	border:1px solid #eee;
	border-radius:26px;
	box-shadow:0 20px 55px rgba(0,0,0,.08);
	overflow:hidden;
	transition:all .35s ease;
}

.plan-card:hover{
	transform:translateY(-5px);
	box-shadow:0 25px 65px rgba(0,0,0,.12);
}

.plan-card::before{
	display:none;
}

.plan-icon{
	display:none;
}

.plan-title{
	margin:0px !important;
	font-size:24px !important;
	font-weight:600!important;
	color:#111!important;
	text-transform:uppercase;
	line-height:1.3;
}

.plan-price{
	position:relative;
	align-items:baseline;
	flex-wrap:wrap;
	margin-bottom:12px!important;
	padding-top:15px;
}

.plan_amount{
	font-size:68px;
	font-weight:800;
	line-height:1;
	color:#111;
	letter-spacing:-2px;
	transition:all .3s ease;
}

.plan_duration{
	font-size:25px;
	font-weight:500;
	color:#3548db;
	letter-spacing:0;
	margin-left:10px;
}

.plan_old_price{
	display:inline-block;
	position:absolute;
	left:0;
	top:-8px;
	font-size:20px;
	font-weight:500;
	color:#666;
	text-decoration:line-through;
	letter-spacing:0;
	margin:0;
}

.plan-desc{
	max-width:480px;
	margin:15px 0 28px!important;
	font-size:15px;
	line-height:1.6;
	color:#444;
	letter-spacing:.3px;
}

.plan-feature{
	display:flex;
	align-items:center;
	gap:13px;
	font-size:15px;
	font-weight:500;
	color:#222;
	margin-bottom:14px;
	letter-spacing:.2px;
}

.plan-feature i{
	display:flex;
	align-items:center;
	justify-content:center;
	width:30px;
	height:30px;
	flex:0 0 30px;
	border-radius:50%;
	background:#3548db;
	color:#fff;
	font-size:17px;
}

.select-plan-btn{
	width:100%;
	margin-top:20px!important;
	padding:16px 20px;
	border:0;
	border-radius:13px;
	background:#3548db;
	color:#fff;
	font-size:16px;
	font-weight:700;
	letter-spacing:.5px;
	box-shadow:0 10px 25px rgba(0,0,0,.15);
	transition:all .3s ease;
	cursor:pointer;
}

.select-plan-btn:hover{
	background:linear-gradient(135deg, #1d4ed8, #2563eb);
	color:#fff;
	transform:translateY(-2px);
	box-shadow:0 12px 30px rgba(0,0,0,.18);
}

.select-plan-btn i{
	transition:transform .3s ease;
}

.select-plan-btn:hover i{
	transform:translateX(4px);
}

/* Yearly Saving */
.yearly-saving{
	display:none;
	align-items:center;
	flex-wrap:wrap;
	gap:8px;
	font-size:12px;
}

.yearly-saving.show{
	display:flex !important;
}

.old-price{
	font-size:20px;
	font-weight:500;
	color:#666;
	text-decoration:line-through;
	letter-spacing:0;
}

.save-badge{
	display:inline-flex;
	align-items:center;
	gap:5px;
	padding:8px 13px;
	border-radius:30px;
	background:#f4e4bd;
	border:1px solid #d9b45c;
	color:#111;
	font-size:13px;
	font-weight:800;
	margin:0;
	letter-spacing:.3px;
}

.save-badge i{
	color:#9b762d;
	font-size:15px;
}

/* Form */
.plan-form{
	display:none;
	margin-top:25px;
	padding:30px;
	background:#fff;
	border:1px solid #eee;
	border-radius:20px;
	box-shadow:0 20px 50px rgba(0,0,0,.08);
	animation:formShow .35s ease;
}

.plan-form.show{
	display:block;
}

@keyframes formShow{
	from{
		opacity:0;
		transform:translateY(15px);
	}
	to{
		opacity:1;
		transform:translateY(0);
	}
}

.selected-plan{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:15px 17px;
	background:#fafafa;
	border:1px solid #eee;
	border-radius:12px;
	margin-bottom:20px;
}

.selected-plan-name{
	font-size:13px;
	font-weight:700;
	color:#111;
}

.selected-plan-price{
	font-size:15px;
	font-weight:800;
	color:#3548db;
}

.form-control{
	border-radius:9px;
	padding:11px 13px;
	font-size:13px;
	border-color:#ddd;
}

.form-control:focus{
	border-color:#c8a14d;
	box-shadow:0 0 0 3px rgba(200,161,77,.12);
}

.plan-form .btn-info{
	background:#111!important;
	border-color:#111!important;
	color:#d9b45c!important;
	border-radius:10px;
}

.plan-form .btn-light{
	border:1px solid #eee;
	border-radius:8px;
}

@media(max-width:575px){

	.packagebox{
		max-width:100%;
	}

	.plan-card{
		padding:30px 22px 25px;
		border-radius:20px;
	}

	.billing-switch button{
		padding:9px 18px;
		font-size:13px;
	}

	.plan-title{
		font-size:20px;
		letter-spacing:3px;
		margin-top:20px!important;
	}

	.plan_amount{
		font-size:52px;
	}

	.plan_duration{
		font-size:20px;
		margin-left:6px;
	}

	.plan_old_price{
		font-size:17px;
		top:-5px;
	}

	.yearly-saving.show{
		position:static;
		margin-top:5px;
		margin-bottom:15px;
	}

	.old-price{
		font-size:17px;
	}

	.save-badge{
		font-size:11px;
		padding:6px 10px;
	}

	.plan-desc{
		font-size:14px;
	}

	.plan-feature{
		font-size:14px;
	}

	.select-plan-btn{
		padding:14px;
	}
}
.status-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:25px 15px;position:relative;overflow:hidden}
.status-card{position:relative;z-index:2;width:100%;max-width:800px;background:rgba(255,255,255,.97);border:1px solid #e8edf5;border-radius:28px;box-shadow:0 30px 80px rgba(15,23,42,.13);overflow:hidden}
.status-top{height:6px;background:linear-gradient(90deg,#0dcaf0,#635bff)}
.status-header{text-align:center;padding:40px 30px 25px}
.brand{font-size:13px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#635bff;margin-bottom:22px}
.status-icon{width:88px;height:88px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:44px;position:relative}
.status-icon:after{content:"";position:absolute;inset:-7px;border-radius:50%;border:1px solid currentColor;opacity:.2}
.success .status-icon{background:#dcfce7;color:#16a34a}
.failed .status-icon{background:#fee2e2;color:#dc2626}
.cancelled .status-icon{background:#fef3c7;color:#d97706}
.status-header h1{font-size:30px;font-weight:800;letter-spacing:-.5px;margin:0 0 9px;color:#2563eb}
.status-header p{max-width:500px;margin:0 auto;color:#64748b;font-size:14px;line-height:1.7}
.status-body{padding:0 30px 30px}
.success-box{background:linear-gradient(135deg,#f0fdf4,#f8fafc);border:1px solid #d9f5e2;border-radius:18px;padding:16px;margin-bottom:18px}
.detail-box{height:100%;padding:14px 15px;background:#f8fafc;border:1px solid #e8edf3;border-radius:13px;margin-bottom:10px}
.detail-label{font-size:10px;color:#94a3b8;font-weight:800;text-transform:uppercase;letter-spacing:.8px;margin-bottom:5px}
.detail-value{font-size:14px;color:#172033;font-weight:700;word-break:break-word}
.amount-box{padding:20px;text-align:center;background:linear-gradient(135deg,#f5f3ff,#effcff);border:1px solid #e6e3ff;border-radius:15px;margin-bottom:10px}
.amount-label{font-size:10px;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}
.amount{font-size:34px;font-weight:900;color:#4f46e5;letter-spacing:-1px}
.status-badge{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:30px;font-size:11px;font-weight:800;margin-top:11px}
.success-badge{background:#dcfce7;color:#15803d}
.failed-badge{background:#fee2e2;color:#b91c1c}
.cancelled-badge{background:#fef3c7;color:#b45309}
.action-btn{display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 180px;
    padding: 14px;
    border-radius: 13px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    background: linear-gradient(135deg, #0dcaf0, #635bff);
    box-shadow: 0 10px 25px rgba(99, 91, 255, .22);
    transition: .25s;
    margin: auto;}
.action-btn:hover{transform:translateY(-2px);color:#fff}
.secondary-btn{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:13px;border-radius:13px;color:#334155;text-decoration:none;font-size:13px;font-weight:700;background:#fff;border:1px solid #e2e8f0;transition:.25s;margin-top:10px}
.secondary-btn:hover{background:#f8fafc;color:#172033}
.redirect-box{text-align:center;margin-top:17px;font-size:11px;color:#94a3b8}
.redirect-box strong{color:#635bff;font-size:12px}
.progress{height:3px;background:#eef2f7;border-radius:20px;overflow:hidden;margin-top:9px}
.progress-bar{width:100%;height:100%;background:linear-gradient(90deg,#0dcaf0,#635bff)}
.security{text-align:center;color:#94a3b8;font-size:11px}
.security i{color:#10b981;margin-right:3px}
@media(max-width:575px){
	.status-wrapper{padding:15px 10px}
	.status-card{border-radius:22px}
	.status-header{padding:30px 18px 22px}
	.status-body{padding:0 17px 25px}
	.status-header h1{font-size:25px}
	.status-icon{width:76px;height:76px;font-size:38px}
	.amount{font-size:29px}
}
/* GST Rrturn Hero Section */
.gst-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 50px;
    background: #4b3bd9;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
    margin-bottom: 20px;
}

.gst-title {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -2px;
    color: #111;
    margin-bottom: 24px;
}

.gst-title span {
    color: #4b3bd9;
}

.gst-description {
    max-width: 620px;
    font-size: 18px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 40px;
}

/* Benefits */
.gst-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}

.gst-benefit {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border: 1px solid #ffffff7a;
    background: #ffffff7a;
    padding: 20px;
    border-radius: 16px;
}

.gst-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #eeeaff;
    color: #4b3bd9;
    font-size: 25px;
}

.gst-benefit h6 {
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.gst-benefit p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #777;
}

/* Trust Box */
.gst-trust {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 620px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, .75);
    border: 1px solid #e9e4f8;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(75, 59, 217, .07);
}

.gst-trust-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eeeaff;
    color: #4b3bd9;
    font-size: 22px;
}

.gst-trust h6 {
    margin: 0 0 4px;
    color: #4b3bd9;
    font-size: 15px;
    font-weight: 700;
}

.gst-trust p {
    margin: 0;
    color: #777;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 991px) {
    .gst-section {
        min-height: auto;
    }

    .gst-left {
        padding: 40px 15px;
    }

    .gst-title {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .gst-title {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .gst-description {
        font-size: 16px;
    }

    .gst-benefits {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .gst-trust {
        align-items: flex-start;
    }
}


/* ==========================================
   EXPERT SECTION
========================================== */

.expert_section_new {
	padding: 55px 0;
	background:
		radial-gradient(circle at 5% 15%, rgba(37,99,235,.045), transparent 25%),
		radial-gradient(circle at 95% 25%, rgba(45,155,72,.045), transparent 25%),
		#f8faff;
	overflow: hidden;
}

/* ==========================================
   MAIN CARD
========================================== */

.expert-main-card {
	position: relative;
	min-height: 365px;
	display: grid;
	grid-template-columns: 1.15fr .95fr 1fr;
	align-items: center;
	gap: 20px;
	padding: 28px 28px 24px;
	overflow: hidden;
	border: 1px solid #e1e8f3;
	border-radius: 16px 16px 0 0;
	background:
		radial-gradient(circle at 90% 50%, rgba(45,155,72,.035), transparent 25%),
		#fff;
	box-shadow: 0 8px 30px rgba(15,23,42,.055);
}

/* ==========================================
   LEFT CONTENT
========================================== */

.expert-left {
	position: relative;
	z-index: 5;
	padding-right: 10px;
}

.expert-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 10px;
	color: #172554;
	font-size: 15px;
	font-weight: 700;
}

.expert-badge i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #edf4ff;
	color: #2563eb;
	font-size: 22px;
}

.expert-left h2 {
	margin: 0;
	color: #101828;
	font-size: 45px;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -.8px;
}

.expert-left h2 span {
	color: #2858d8;
}

.expert-intro {
	max-width: 330px;
	margin: 12px 0 15px;
	color: #667085;
	font-size: 17px;
	line-height: 1.55;
}

.expert-services {
	margin: 0 0 17px;
	padding: 0;
	list-style: none;
}

.expert-services li {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 7px;
	color: #344054;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}

.expert-services li i {
	color: #32994a;
	font-size: 12px;
	flex-shrink: 0;
}

.expert-connect-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 18px;
	border-radius: 5px;
	background: #2948c8;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 6px 15px rgba(41,72,200,.2);
	transition: all .25s ease;
}

.expert-connect-btn:hover {
	background: #203ba8;
	color: #fff;
	transform: translateY(-2px);
}

.expert-connect-btn i {
	font-size: 11px;
}

/* ==========================================
   FEATURE CARDS
========================================== */

.expert-features {
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.expert-feature-card {
	min-height: 135px;
	padding: 14px 14px 12px;
	border: 1px solid #edf0f5;
	border-radius: 11px;
	background: rgba(255,255,255,.95);
	box-shadow: 0 5px 18px rgba(15,23,42,.055);
	transition: all .25s ease;
}

.expert-feature-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(15,23,42,.09);
}

.feature-icon {
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	border-radius: 50%;
	font-size: 35px;
}

.feature-icon.blue {
	background: #edf4ff;
	color: #2563eb;
}

.feature-icon.orange {
	background: #fff1e8;
	color: #ed7b28;
}

.feature-icon.green {
	background: #e9faf0;
	color: #29a153;
}

.feature-icon.purple {
	background: #f5edff;
	color: #8b45d6;
}

.expert-feature-card h4 {
	margin: 0 0 5px;
	color: #101828;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
}

.expert-feature-card p {
	margin: 0;
	color: #667085;
	font-size: 14px;
	line-height: 1.5;
}

/* ==========================================
   RIGHT IMAGE AREA
========================================== */

.expert-visual {
	position: relative;
	height: 335px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.expert-circle {
	position: absolute;
	right: 0;
	top: 35px;
	width: 285px;
	height: 285px;
	border: 1px solid rgba(45,155,72,.22);
	border-radius: 50%;
	background: radial-gradient(
		circle,
		rgba(45,155,72,.045),
		transparent 68%
	);
}

.expert-circle::before {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px dashed rgba(45,155,72,.25);
	border-radius: 50%;
}

.expert-circle::after {
	content: "";
	position: absolute;
	top: 45px;
	right: 15px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #53bd78;
	box-shadow:
		-205px 55px 0 #53bd78,
		-20px 205px 0 #53bd78;
}

.expert-person {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 335px;
	height: 100%;
	object-fit: contain;
	object-position: bottom center;
}

/* ==========================================
   FLOATING ICONS
========================================== */

.expert-floating-icon {
	position: absolute;
	z-index: 6;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dce9e1;
	border-radius: 50%;
	background: rgba(255,255,255,.95);
	color: #28a653;
	font-size: 17px;
	box-shadow: 0 8px 22px rgba(15,23,42,.09);
}

.icon-one {
	top: 42px;
	right: 27px;
}

.icon-two {
	top: 105px;
	right: -2px;
}

.icon-three {
	top: 190px;
	right: 12px;
}

.icon-four {
	top: 258px;
	right: 50px;
}

.expert-dots {
	position: absolute;
	z-index: 2;
	top: 48px;
	left: 5px;
	width: 65px;
	height: 65px;
	border-top: 3px dotted #58c383;
	border-radius: 50%;
	transform: rotate(-35deg);
}

.expert-dots span {
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #52bd7b;
}

.expert-dots span:nth-child(1) {
	top: -5px;
	right: 10px;
}

.expert-dots span:nth-child(2) {
	top: 7px;
	right: -1px;
}

.expert-dots span:nth-child(3) {
	top: 25px;
	right: -5px;
}

.expert-dots span:nth-child(4) {
	top: 42px;
	right: -2px;
}

/* ==========================================
   BOTTOM CTA
========================================== */

.expert-bottom-cta {
	position: relative;
	z-index: 10;
	min-height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 11px 25px;
	border-radius: 0 0 16px 16px;
	background: linear-gradient(100deg,#2539bd,#172eb7);
	box-shadow: 0 10px 25px rgba(37,59,189,.18);
}

.expert-cta-content {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff;
}

.expert-cta-icon {
	width: 62px;
	height: 62px;
	min-width: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 50%;
	background: rgba(255,255,255,.09);
	font-size: 30px;
}

.expert-cta-content strong {
	display: block;
	margin-bottom: 2px;
	font-size: 20px;
	font-weight: 700;
}

.expert-cta-content span {
	display: block;
	color: rgba(255,255,255,.82);
	font-size: 15px;
}

.expert-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 175px;
	padding: 11px 18px;
	border-radius: 7px;
	background: #fff;
	color: #1743bc;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: all .25s ease;
}

.expert-cta-btn:hover {
	color: #1743bc;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.expert-cta-btn i {
	font-size: 13px;
}

/* ==========================================
   LARGE TABLET
========================================== */

@media (max-width: 1100px) {

	.expert-main-card {
		grid-template-columns: 1.1fr .95fr .9fr;
		padding: 24px 20px;
	}

	.expert-left h2 {
		font-size: 27px;
	}

	.expert-feature-card {
		min-height: 125px;
		padding: 12px;
	}

	.expert-feature-card h4 {
		font-size: 10px;
	}

	.expert-feature-card p {
		font-size: 8px;
	}

	.expert-visual {
		height: 300px;
	}

	.expert-circle {
		width: 245px;
		height: 245px;
	}

	.expert-person {
		max-width: 290px;
	}

	.expert-floating-icon {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 850px) {

	.expert_section_new {
		padding: 40px 0;
	}

	.expert-main-card {
		grid-template-columns: 1fr 1fr;
		padding: 25px;
	}

	.expert-left {
		grid-row: span 2;
	}

	.expert-features {
		grid-column: 2;
	}

	.expert-visual {
		grid-column: 2;
		height: 260px;
	}

	.expert-circle {
		width: 220px;
		height: 220px;
		top: 20px;
	}

	.expert-person {
		max-width: 255px;
	}

	.expert-bottom-cta {
		padding: 11px 18px;
	}
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

	.expert_section_new {
		padding: 35px 12px;
	}

	.expert-main-card {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
		padding: 22px 18px 10px;
		border-radius: 14px 14px 0 0;
	}

	.expert-left {
		padding: 0;
	}

	.expert-left h2 {
		font-size: 30px;
	}

	.expert-intro {
		max-width: 100%;
		font-size: 12px;
	}

	.expert-services {
		margin-bottom: 15px;
	}

	.expert-services li {
		font-size: 10px;
	}

	.expert-features {
		width: 100%;
		grid-template-columns: 1fr 1fr;
	}

	.expert-feature-card {
		min-height: 125px;
	}

	.expert-visual {
		width: 100%;
		height: 280px;
		order: 3;
	}

	.expert-circle {
		right: 50%;
		transform: translateX(50%);
		width: 240px;
		height: 240px;
		top: 15px;
	}

	.expert-person {
		max-width: 280px;
	}

	.icon-one {
		right: calc(50% - 125px);
		top: 25px;
	}

	.icon-two {
		right: calc(50% - 145px);
		top: 90px;
	}

	.icon-three {
		right: calc(50% - 130px);
		top: 170px;
	}

	.icon-four {
		right: calc(50% - 95px);
		top: 215px;
	}

	.expert-dots {
		left: 15%;
		top: 30px;
	}

	.expert-bottom-cta {
		flex-direction: column;
		align-items: stretch;
		padding: 15px;
		gap: 13px;
		border-radius: 0 0 14px 14px;
	}

	.expert-cta-btn {
		width: 100%;
	}
}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

	.expert-main-card {
		padding: 20px 15px 5px;
	}

	.expert-badge {
		font-size: 10px;
	}

	.expert-left h2 {
		font-size: 27px;
	}

	.expert-intro {
		font-size: 11px;
	}

	.expert-services li {
		font-size: 9.5px;
		margin-bottom: 6px;
	}

	.expert-connect-btn {
		padding: 8px 15px;
		font-size: 9px;
	}

	.expert-features {
		gap: 7px;
	}

	.expert-feature-card {
		min-height: 120px;
		padding: 11px;
	}

	.feature-icon {
		width: 31px;
		height: 31px;
		font-size: 13px;
	}

	.expert-feature-card h4 {
		font-size: 10px;
	}

	.expert-feature-card p {
		font-size: 7.5px;
	}

	.expert-visual {
		height: 260px;
	}

	.expert-circle {
		width: 220px;
		height: 220px;
	}

	.expert-person {
		max-width: 250px;
	}

	.expert-cta-content {
		align-items: flex-start;
	}

	.expert-cta-content strong {
		font-size: 11px;
	}

	.expert-cta-content span {
		font-size: 9px;
	}

	.expert-cta-btn {
		font-size: 10px;
	}
}
/* ==========================================
   TOP SERVICES
========================================== */

.top_services {
	padding: 12px 0 20px;
	background: #fff;
	overflow: hidden;
}

.top-services-inner {
	padding: 18px 32px 16px;
	border: 1px solid #e1e8f2;
	border-radius: 15px;
	background:
		radial-gradient(
			circle at 50% 0%,
			rgba(37,99,235,.025),
			transparent 40%
		),
		#fff;
	box-shadow: 0 5px 20px rgba(15,23,42,.035);
}

/* ==========================================
   HEADER
========================================== */

.top-services-header {
	text-align: center;
	margin: 0 0 18px;
}

.top-services-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 12px;
	margin-bottom: 5px;
	border: 1px solid #dce7fb;
	border-radius: 30px;
	background: #fff;
	color: #174dcc;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.top-services-badge i {
	color: #2563eb;
	font-size: 17px;
}

.top-services-header h2 {
	margin: 0;
	color: #101828;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.4px;
}

.top-services-header p {
	margin: 5px 0 0;
	color: #667085;
	font-size: 18px;
	line-height: 1.4;
}

/* ==========================================
   SERVICES GRID
========================================== */

.top-services-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

/* ==========================================
   SERVICE CARD
========================================== */

.top-service-card {
	min-height: 140px;
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 12px;
	border: 1px solid #edf0f5;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(15,23,42,.045);
	transition: all .25s ease;
}

.top-service-card:hover {
	transform: translateY(-3px);
	border-color: #dbe4f2;
	box-shadow: 0 10px 25px rgba(15,23,42,.08);
}

/* ==========================================
   ICON
========================================== */

.top-service-icon {
	width: 52px;
	height: 52px;
	min-width: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	font-size: 25px;
}

.top-service-icon.blue {
	background: #edf4ff;
	color: #2563eb;
}

.top-service-icon.green {
	background: #eaf9ef;
	color: #35a653;
}

.top-service-icon.orange {
	background: #fff2e9;
	color: #f18432;
}

.top-service-icon.purple {
	background: #f3eaff;
	color: #7439d5;
}

.top-service-icon.pink {
	background: #ffeaf1;
	color: #e72e67;
}

.top-service-icon.cyan {
	background: #e7faff;
	color: #13a5bb;
}

.top-service-icon.yellow {
	background: #fff7df;
	color: #ef9b18;
}

/* ==========================================
   TEXT
========================================== */

.top-service-card h3 {
	margin: 0 0 5px;
	color: #10235c;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
}

.top-service-card p {
	margin: 0;
    width: 100%;
    color: #667085;
    font-size: 14px;
}

/* ==========================================
   BUTTON
========================================== */

.top-services-button-wrap {
	display: flex;
	justify-content: center;
	margin-top: 17px;
}

.top-services-button {
	width: 245px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 9px 18px;
	border: 1px solid #9cb9f2;
	border-radius: 6px;
	background: #fff;
	color: #2452bf;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: all .25s ease;
}

.top-services-button:hover {
	background: #f5f8ff;
	color: #174dcc;
	border-color: #7098e8;
	transform: translateY(-2px);
}

.top-services-button i {
	font-size: 13px;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

	.top-services-inner {
		padding: 18px 20px;
	}

	.top-services-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.top-service-card {
		min-height: 100px;
	}
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 575px) {

	.top_services {
		padding: 8px 0 15px;
	}

	.top-services-inner {
		padding: 18px 12px 15px;
		border-radius: 12px;
	}

	.top-services-header {
		margin-bottom: 15px;
	}

	.top-services-header h2 {
		font-size: 21px;
	}

	.top-services-header p {
		font-size: 9px;
	}

	.top-services-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.top-service-card {
		min-height: 82px;
		padding: 10px;
	}

	.top-service-icon {
		width: 45px;
		height: 45px;
		min-width: 45px;
		font-size: 21px;
	}

	.top-service-card h3 {
		font-size: 10px;
	}

	.top-service-card p {
		font-size: 8px;
	}

	.top-services-button {
		width: 100%;
	}
}

/* ==========================================
   REMOVE EXTRA SPACING
========================================== */

.top_services *,
.top_services h1,
.top_services h2,
.top_services h3,
.top_services h4,
.top_services h5,
.top_services h6,
.top_services p,
.top_services ul,
.top_services li {
	box-sizing: border-box;
}

.top_services ul {
	margin: 0;
	padding: 0;
}

.top_services p {
	margin-bottom: 0;
}
/* ==========================================
   WHY CHOOSE SECTION
========================================== */

.why_choose_section {
	padding: 22px 0 65px 0px;
	background: #fff;
	overflow: hidden;
}

.why_choose_header {
	text-align: center;
	margin-bottom: 14px;
}

.why_choose_header h2 {
	margin: 0;
	color: #101828;
	font-size: 35px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -.3px;
}

.why_choose_header h2 span {
	color: #2563eb;
}

.why_choose_header p {
	max-width: 650px;
	margin: 5px auto 0;
	color: #667085;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

/* ==========================================
   GRID
========================================== */

.why_choose_grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}

/* ==========================================
   CARD
========================================== */

.why_choose_card {
	min-height: 145px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px 8px;
	border: 1px solid #edf0f5;
	border-radius: 13px;
	background: #fff;
	text-align: center;
	box-shadow: 0 5px 18px rgba(15,23,42,.045);
	transition: all .25s ease;
}

.why_choose_card:hover {
	transform: translateY(-4px);
	border-color: #dce5f5;
	box-shadow: 0 12px 28px rgba(15,23,42,.09);
}

/* ==========================================
   ICON
========================================== */

.why_choose_icon {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	border-radius: 12px;
	font-size: 24px;
}

.why_choose_icon.blue {
	background: #edf4ff;
	color: #2563eb;
}

.why_choose_icon.green {
	background: #eaf9ef;
	color: #45a948;
}

.why_choose_icon.orange {
	background: #fff0e7;
	color: #f0782b;
}

.why_choose_icon.purple {
	background: #f2eaff;
	color: #7436d4;
}

.why_choose_icon.cyan {
	background: #e7faff;
	color: #16a3bb;
}

.why_choose_icon.pink {
	background: #ffeaf2;
	color: #df3570;
}

/* ==========================================
   CARD TEXT
========================================== */

.why_choose_card strong {
	display: block;
	margin-bottom: 5px;
	color: #1755c7;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
}

.why_choose_card:nth-child(2) strong {
	color: #42a647;
}

.why_choose_card:nth-child(3) strong {
	color: #ed7428;
}

.why_choose_card:nth-child(4) strong {
	color: #7434cc;
}

.why_choose_card:nth-child(5) strong {
	color: #159eb5;
}

.why_choose_card:nth-child(6) strong {
	color: #d9336c;
}

.why_choose_card span {
	display: block;
	color: #344054;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

	.why_choose_grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.why_choose_card {
		min-height: 135px;
	}
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 575px) {

	.why_choose_section {
		padding: 18px 0;
	}

	.why_choose_header {
		margin-bottom: 12px;
	}

	.why_choose_header h2 {
		font-size: 18px;
	}

	.why_choose_header p {
		font-size: 14px;
	}

	.why_choose_grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}

	.why_choose_card {
		min-height: 125px;
		padding: 12px 5px;
	}

	.why_choose_icon {
		width: 42px;
		height: 42px;
		margin-bottom: 7px;
		font-size: 21px;
	}

	.why_choose_card strong {
		font-size: 13px;
	}

	.why_choose_card span {
		font-size: 10px;
	}
}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 380px) {

	.why_choose_grid {
		gap: 7px;
	}

	.why_choose_card {
		min-height: 118px;
	}

	.why_choose_icon {
		width: 38px;
		height: 38px;
		font-size: 19px;
	}

	.why_choose_card strong {
		font-size: 12px;
	}

	.why_choose_card span {
		font-size: 9px;
	}
}
/* ==========================================
   ACTIVE MORE HERO
========================================== */

.am_hero_section {
	padding: 20px 0 25px;
	background: #fff;
	overflow: hidden;
}

.am_hero_box {
	position: relative;
	min-height: 480px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border: 1px solid #e2e8f3;
	border-radius: 18px;
	background:
		radial-gradient(
			circle at 90% 45%,
			rgba(37,99,235,.08),
			transparent 35%
		),
		linear-gradient(
			110deg,
			#ffffff 0%,
			#ffffff 48%,
			#f7faff 100%
		);
	box-shadow: 0 8px 35px rgba(15,23,42,.06);
}

/* ==========================================
   LEFT CONTENT
========================================== */

.am_hero_content {
	position: relative;
	z-index: 5;
	width: 50%;
	gap: 30px;
    display: grid;
}

/* ==========================================
   BADGE
========================================== */

.am_hero_badge {
	width: fit-content;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 5px;
	row-gap: 2px;
	margin-bottom: 20px;
	padding: 9px 15px;
	border: 1px solid #cceee1;
	border-radius: 10px;
	background: #fafffd;
	color: #344054;
	font-size: 13px;
	line-height: 1.3;
}

.am_hero_badge i {
	margin-right: 3px;
	color: #32a852;
	font-size: 14px;
}

.am_hero_badge b {
	color: #299b4c;
}

.am_hero_badge strong {
	color: #247c3d;
	font-size: 13px;
}

/* ==========================================
   HEADING
========================================== */

.am_hero_heading h1 {
	margin: 0;
	color: #1d4ed8;
	font-size: 47px;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -1.5px;
	text-transform: uppercase;
}

.am_hero_heading p {
	margin: 13px 0 0;
	color: #667085;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.55;
}

/* ==========================================
   BUTTONS
========================================== */

.am_hero_actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
}

.am_hero_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 145px;
	padding: 12px 18px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: all .25s ease;
}

.am_hero_btn i {
	font-size: 13px;
}

.am_hero_btn_primary {
	background: #2548d5;
	color: #fff;
	box-shadow: 0 8px 20px rgba(37,72,213,.2);
}

.am_hero_btn_primary:hover {
	background: #1837b4;
	color: #fff;
	transform: translateY(-2px);
}

.am_hero_btn_light {
	border: 1px solid #e4e7ec;
	background: #fff;
	color: #172b6b;
	box-shadow: 0 5px 15px rgba(15,23,42,.04);
}

.am_hero_btn_light:hover {
	color: #174dcc;
	border-color: #cdd9f2;
	transform: translateY(-2px);
}

/* ==========================================
   STATS
========================================== */

.am_hero_stats {
	width: fit-content;
	display: flex;
	align-items: center;
	margin-top: 28px;
	padding: 10px 14px;
	border: 1px solid #edf0f5;
	border-radius: 10px;
	background: rgba(255,255,255,.92);
	box-shadow: 0 6px 20px rgba(15,23,42,.05);
}

.am_hero_stat {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 100px;
}

.am_stat_icon {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #edf4ff;
	color: #2861d8;
	font-size: 27px;
}

.am_hero_stat strong {
	display: block;
	color: #172554;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.1;
}

.am_hero_stat span {
	display: block;
	margin-top: 3px;
	color: #667085;
	font-size: 13px;
	line-height: 1;
}

.am_hero_stat_divider {
	width: 1px;
	height: 32px;
	margin: 0 10px;
	background: #e4e7ec;
}

/* ==========================================
   RIGHT VISUAL
========================================== */

.am_hero_visual {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 54%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

/* soft blue glow */

.am_hero_visual_glow {
	position: absolute;
	width: 500px;
	height: 500px;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(52,96,235,.16) 0%,
			rgba(52,96,235,.07) 35%,
			transparent 70%
		);
}

/* ==========================================
   IMAGE
========================================== */

.am_hero_image {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	mix-blend-mode: multiply;
}

/* ==========================================
   DOT PATTERN
========================================== */

.am_hero_dots {
	position: absolute;
	z-index: 1;
	right: 25px;
	bottom: 35px;
	width: 70px;
	height: 70px;
	opacity: .5;
	background-image: radial-gradient(
		#6790ed 1.2px,
		transparent 1.2px
	);
	background-size: 8px 8px;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 1100px) {

	.am_hero_box {
		min-height: 430px;
	}

	.am_hero_content {
		padding-left: 40px;
	}

	.am_hero_heading h1 {
		font-size: 39px;
	}

	.am_hero_heading p {
		font-size: 14px;
	}

	.am_hero_visual {
		width: 55%;
	}

	.am_hero_stat {
		min-width: 85px;
	}
}

/* ==========================================
   TABLET SMALL
========================================== */

@media (max-width: 767px) {

	.am_hero_section {
		padding: 12px 0 20px;
	}

	.am_hero_box {
		min-height: auto;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		border-radius: 14px;
	}

	.am_hero_content {
		width: 100%;
		padding: 28px 22px 10px;
	}

	.am_hero_badge {
		margin-bottom: 15px;
	}

	.am_hero_heading h1 {
		font-size: 35px;
	}

	.am_hero_heading p {
		font-size: 14px;
	}

	.am_hero_actions {
		margin-top: 20px;
	}

	.am_hero_stats {
		width: 100%;
		justify-content: space-between;
		margin-top: 22px;
	}

	.am_hero_stat {
		min-width: auto;
	}

	.am_hero_visual {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: 320px;
		margin-top: -5px;
	}

	.am_hero_visual_glow {
		width: 380px;
		height: 380px;
		right: 50%;
		transform: translate(50%, -50%);
		top: 55%;
	}

	.am_hero_image {
		width: 100%;
		height: 100%;
	}

	.am_hero_dots {
		right: 15px;
		bottom: 20px;
	}
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 575px) {

	.am_hero_content {
		padding: 22px 16px 8px;
	}

	.am_hero_badge {
		padding: 8px 11px;
		font-size: 9px;
	}

	.am_hero_badge strong {
		font-size: 10px;
	}

	.am_hero_heading h1 {
		font-size: 31px;
		letter-spacing: -1px;
	}

	.am_hero_heading p {
		font-size: 13px;
	}

	.am_hero_actions {
		gap: 8px;
	}

	.am_hero_btn {
		min-width: 0;
		flex: 1;
		padding: 11px 10px;
		font-size: 10px;
	}

	.am_hero_stats {
		padding: 9px 8px;
	}

	.am_hero_stat {
		gap: 5px;
	}

	.am_stat_icon {
		width: 28px;
		height: 28px;
		font-size: 13px;
	}

	.am_hero_stat strong {
		font-size: 12px;
	}

	.am_hero_stat span {
		font-size: 7px;
	}

	.am_hero_stat_divider {
		margin: 0 5px;
	}

	.am_hero_visual {
		height: 270px;
	}
}

/* ==========================================
   EXTRA SMALL
========================================== */

@media (max-width: 400px) {

	.am_hero_heading h1 {
		font-size: 27px;
	}

	.am_hero_heading p {
		font-size: 12px;
	}

	.am_hero_visual {
		height: 235px;
	}

	.am_hero_stat strong {
		font-size: 11px;
	}

	.am_hero_stat span {
		font-size: 6.5px;
	}
}
/* ==========================================
   SMART DEDUCTION CARD
========================================== */

.smart_deduction_card {
	position: absolute;
	z-index: 7;
	left: 2%;
	top: 125px;
	width: 350px;
	padding: 20px 18px 17px;
	border: 1px solid #edf0f5;
	border-radius: 14px;
	background: rgba(255,255,255,.97);
	box-shadow: 0 12px 30px rgba(15,23,42,.08);
	transform: rotate(0deg);
}

.smart_deduction_header h3 {
	margin: 0;
	color: #172554;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}

.smart_deduction_header strong {
	display: block;
	margin-top: 3px;
	color: #2459d8;
	font-size: 22px;
	font-weight: 800;
}

.smart_deduction_line {
	width: 23px;
	height: 2px;
	margin: 9px 0 12px;
	background: #3870e4;
}

/* ==========================================
   DEDUCTION ITEM
========================================== */

.deduction_item {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	margin-bottom: 7px;
	padding: 6px 7px;
	border: 1px solid #edf0f5;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(15,23,42,.04);
}

.deduction_icon {
	width: 35px;
	height: 35px;
	min-width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	font-size: 20px;
}

.deduction_icon.blue {
	background: #edf4ff;
	color: #2563eb;
}

.deduction_icon.green {
	background: #eaf9ef;
	color: #38a55a;
}

.deduction_icon.purple {
	background: #f2eaff;
	color: #8145d5;
}

.deduction_item span {
	flex: 1;
	color: #475467;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.deduction_item strong {
	color: #344054;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.deduction_check {
	color: #32a852;
	font-size: 9px;
}

/* ==========================================
   BONUS
========================================== */

.deduction_bonus {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	padding: 9px;
	border-radius: 8px;
	background: #f4edff;
}

.deduction_bonus_icon {
	width: 35px;
	height: 35px;
	min-width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: #fff;
	color: #7b42d5;
	font-size: 20px;
}

.deduction_bonus div:nth-child(2) {
	flex: 1;
}

.deduction_bonus strong {
	display: block;
	color: #7440c8;
	font-size: 16px;
	font-weight: 800;
}

.deduction_bonus span {
	display: block;
	margin-top: 2px;
	color: #667085;
	font-size: 12px;
}

.deduction_bonus > b {
	color: #6e35ce;
	font-size: 16px;
	font-weight: 800;
}

/* ==========================================
   POTENTIAL SAVINGS
========================================== */

.potential_saving {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	padding: 9px 10px;
	border-radius: 8px;
	background: #eef5ff;
}

.potential_icon {
	width: 35px;
	height: 35px;
	min-width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	background: #fff;
	color: #2563eb;
	font-size: 20px;
}

.potential_saving span {
	display: block;
	color: #667085;
	font-size: 17px;
}

.potential_saving strong {
	display: block;
	margin-top: 2px;
	color: #2563eb;
	font-size: 15px;
	font-weight: 800;
}

/* ==========================================
   REMOVE EXTRA SPACE
========================================== */

.am_hero_section,
.am_hero_section .container,
.am_hero_box,
.am_hero_visual,
.am_hero_content {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.am_hero_section {
	padding-top: 12px;
	padding-bottom: 18px;
}

.am_hero_content > *:last-child {
	margin-bottom: 0 !important;
}

.am_hero_heading p {
	margin-bottom: 0 !important;
}

.am_hero_actions {
	margin-bottom: 0 !important;
}

.am_hero_stats {
	margin-bottom: 0 !important;
}









.partner-hero {
	position: relative;
	overflow: hidden;
	padding: 65px 0 75px;
	background:
		radial-gradient(circle at 85% 45%, rgba(0, 92, 255, .28), transparent 27%),
		radial-gradient(circle at 55% 85%, rgba(0, 82, 255, .18), transparent 30%),
		linear-gradient(135deg, #020d35 0%, #061452 48%, #06185e 100%);
	color: #fff;
}

.partner-hero::before {
	content: "";
	position: absolute;
	width: 500px;
	height: 500px;
	top: -280px;
	right: 80px;
	border-radius: 50%;
	background: rgba(23, 91, 255, .15);
	filter: blur(80px);
	pointer-events: none;
}
.partner-main {
	min-height: 510px;
	display: flex;
	align-items: center;
	gap: 30px;
}

.partner-content {
	width: 58%;
	padding: 10px 0;
}

.partner-badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 16px;
	margin-bottom: 22px;
	border: 1px solid rgba(58, 132, 255, .35);
	border-radius: 30px;
	background: rgba(14, 56, 140, .45);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .3px;
}

.partner-badge span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ff7b13;
	box-shadow: 0 0 10px rgba(255, 123, 19, .8);
}

.partner-content h1 {
	margin: 0;
	font-size: clamp(38px, 4vw, 57px);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -1.7px;
	color: #fff;
}

.partner-content h1 span {
	color: #ff7714;
}

.partner-content h3 {
	margin: 18px 0 18px;
	font-size: 23px;
	line-height: 1.3;
	color: #5d98ff;
	font-weight: 700;
}

.partner-desc {
	max-width: 560px;
	margin: 0;
	color: #d9e1f5;
	font-size: 16px;
	line-height: 1.95;
}

.partner-buttons {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 32px;
}

.partner-btn {
	min-height: 47px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 0 19px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	transition: .25s ease;
}

.partner-btn i {
	font-size: 17px;
}

.partner-btn-primary {
	color: #fff;
	background: linear-gradient(135deg, #ff8518, #ff6910);
	box-shadow: 0 10px 28px rgba(255, 106, 15, .22);
}

.partner-btn-primary:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 13px 32px rgba(255, 106, 15, .35);
}

.partner-btn-outline {
	color: #fff;
	border: 1px solid rgba(185, 204, 255, .65);
	background: rgba(255, 255, 255, .02);
}

.partner-btn-outline:hover {
	color: #fff;
	border-color: #5e9bff;
	background: rgba(50, 112, 255, .12);
}

.partner-features {
	display: flex;
	align-items: center;
	gap: 35px;
	margin-top: 42px;
}

.partner-feature {
	display: flex;
	align-items: center;
	gap: 11px;
}

.feature-icon {
	width: 43px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
	background: rgba(48, 99, 203, .28);
	border: 1px solid rgba(112, 158, 255, .15);
	color: #fff;
	font-size: 19px;
}

.partner-feature small,
.partner-feature strong {
	display: block;
}

.partner-feature small {
	margin-bottom: 3px;
	color: #e0e6f5;
	font-size: 12px;
}

.partner-feature strong {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

/* Right Visual */
.partner-visual {
	width: 42%;
	min-height: 450px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.visual-glow {
	position: absolute;
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background: #0954ff;
	filter: blur(90px);
	opacity: .23;
}

.visual-lines {
	position: absolute;
	width: 430px;
	height: 250px;
	right: -50px;
	bottom: 30px;
	border-radius: 50%;
	border: 1px solid rgba(50, 144, 255, .28);
	transform: rotate(-25deg);
	box-shadow:
		0 0 0 10px rgba(40, 132, 255, .06),
		0 0 0 20px rgba(40, 132, 255, .05),
		0 0 0 30px rgba(40, 132, 255, .04);
}

.platform-card {
	position: relative;
	z-index: 4;
	width: 265px;
	height: 305px;
	padding: 32px 24px;
	border-radius: 27px;
	border: 1px solid rgba(77, 151, 255, .65);
	background: linear-gradient(145deg, rgba(8, 28, 91, .98), rgba(4, 19, 64, .96));
	box-shadow:
		0 25px 60px rgba(0, 0, 0, .45),
		inset 0 1px 1px rgba(255, 255, 255, .08);
	transform: perspective(700px) rotateY(-8deg) rotateX(2deg);
}

.platform-card h4 {
	margin: 0 0 25px;
	color: #67a8ff;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 700;
}

.platform-items {
	display: flex;
	gap: 10px;
}

.platform-item {
	width: 68px;
	padding: 12px 5px;
	border-radius: 10px;
	text-align: center;
	background: linear-gradient(145deg, #123f9c, #0a286d);
	border: 1px solid rgba(88, 147, 255, .3);
	box-shadow: inset 0 1px rgba(255, 255, 255, .1);
}

.platform-icon {
	width: 34px;
	height: 34px;
	margin: 0 auto 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: rgba(255, 255, 255, .08);
	color: #5ea7ff;
	font-size: 20px;
}

.platform-item span {
	font-size: 10px;
	color: #fff;
}

.visual-platform {
	position: absolute;
	z-index: 3;
	bottom: 43px;
	width: 310px;
	height: 72px;
	transform: perspective(500px) rotateX(55deg);
}

.platform-layer {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 12px;
}

.layer-1 {
	width: 320px;
	height: 70px;
	bottom: 0;
	background: linear-gradient(180deg, #163fbb, #0a2677);
	border: 1px solid #4b8cff;
	box-shadow: 0 0 30px rgba(40, 113, 255, .45);
}

.layer-2 {
	width: 290px;
	height: 58px;
	bottom: 22px;
	background: linear-gradient(180deg, #264dd0, #112d8b);
	border: 1px solid rgba(110, 158, 255, .8);
}

.layer-3 {
	width: 265px;
	height: 45px;
	bottom: 40px;
	background: linear-gradient(180deg, #3a58dc, #1a2d9a);
	border: 1px solid rgba(255, 130, 74, .85);
	box-shadow: 0 10px 30px rgba(255, 104, 28, .35);
}

/* Bottom Stats */
.partner-stats {
	position: relative;
	display: grid;
	grid-template-columns: 1.7fr .04fr .75fr .75fr .75fr .04fr 1.35fr;
	align-items: center;
	gap: 22px;
	min-height: 165px;
	padding: 25px 40px;
	margin-top: -75px;
	border: 1px solid rgba(93, 144, 255, .2);
	border-radius: 20px;
	background:
		linear-gradient(110deg, rgba(24, 62, 154, .9), rgba(12, 35, 111, .95));
	box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
}

.stats-intro h2 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.35;
	font-weight: 700;
	color: #fff;
}

.stats-intro h2 span {
	color: #69aaff;
}

.stats-intro p {
	max-width: 270px;
	margin: 0;
	color: #d4ddf2;
	font-size: 12px;
	line-height: 1.65;
}

.stats-divider {
	width: 1px;
	height: 105px;
	background: rgba(160, 190, 255, .22);
}

.stat-box {
	text-align: center;
}

.stat-icon {
	width: 38px;
	height: 38px;
	margin: 0 auto 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #70b8ff;
	font-size: 23px;
}

.stat-box strong {
	display: block;
	margin-bottom: 3px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}

.stat-box span {
	display: block;
	color: #e0e7f7;
	font-size: 11px;
	line-height: 1.3;
}

.stats-action h3 {
	margin: 0 0 18px;
	font-size: 17px;
	line-height: 1.45;
	font-weight: 700;
	color: #fff;
}

.stats-action .partner-btn {
	min-width: 200px;
}

/* Responsive */
@media (max-width: 991px) {
	.partner-hero {
		padding: 50px 0 55px;
	}

	.partner-main {
		min-height: auto;
	}

	.partner-content {
		width: 100%;
	}

	.partner-visual {
		display: none;
	}

	.partner-stats {
		grid-template-columns: 1.5fr 1fr 1fr 1fr;
		gap: 15px;
		padding: 25px;
	}

	.stats-divider {
		display: none;
	}

	.stats-intro {
		grid-column: 1 / -1;
		text-align: center;
	}

	.stats-intro p {
		max-width: 450px;
		margin: 0 auto;
	}

	.stats-action {
		grid-column: 1 / -1;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.partner-container {
		width: min(100% - 30px, 600px);
	}

	.partner-hero {
		padding: 40px 0;
	}

	.partner-content h1 {
		font-size: 36px;
		letter-spacing: -1px;
	}

	.partner-content h3 {
		font-size: 18px;
	}

	.partner-desc {
		font-size: 14px;
		line-height: 1.7;
	}

	.partner-buttons {
		flex-direction: column;
		align-items: stretch;
	}

	.partner-btn {
		width: 100%;
	}

	.partner-features {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
		margin-top: 30px;
	}

	.partner-stats {
		grid-template-columns: repeat(2, 1fr);
		padding: 25px 18px;
		margin-top: 25px;
	}

	.stats-intro {
		grid-column: 1 / -1;
	}

	.stat-box {
		padding: 10px 5px;
	}

	.stats-action {
		grid-column: 1 / -1;
	}

	.stats-action .partner-btn {
		min-width: 100%;
	}
}

@media (max-width: 420px) {
	.partner-content h1 {
		font-size: 31px;
	}

	.partner-badge {
		font-size: 10px;
	}

	.partner-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.stats-intro h2 {
		font-size: 21px;
	}
}
.business-partnership-section {
	padding: 55px 0;
	background: #f9fafc;
	overflow: hidden;
}
.partnership-grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr 1fr;
	gap: 20px;
	align-items: stretch;
}

/* Left Content */
.partnership-intro {
	padding: 20px 15px 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.partnership-label {
	display: inline-block;
	margin-bottom: 13px;
	color: #ef731d;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .3px;
}

.partnership-intro h2 {
	margin: 0 0 17px;
	color: #102353;
	font-size: 50px;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: -.7px;
}

.partnership-intro p {
	max-width: 330px;
	margin: 0;
	color: #525866;
	font-size: 19px;
	line-height: 1.75;
}

.partnership-intro p strong {
	color: #ef731d;
	font-size: 17px;
	font-weight: 700;
}

/* Cards */
.partnership-card {
	position: relative;
	min-height: 345px;
	padding: 30px 25px 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: rgba(255, 255, 255, .95);
	border-radius: 17px;
	border: 1px solid #dfe4ed;
	box-shadow: 0 12px 30px rgba(25, 48, 91, .07);
	transition: all .3s ease;
}

.partnership-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(25, 48, 91, .11);
}

.partner-card-orange {
	border-color: #f1dfd0;
}

/* Icons */
.partnership-icon {
	width: 76px;
	height: 76px;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 31px;
}

.partner-card-blue .partnership-icon {
	color: #2456dc;
	background: #fff;
	border: 1px solid #c8dafa;
	box-shadow:
		0 0 0 10px #e9f1ff,
		0 8px 22px rgba(38, 92, 220, .12);
}

.partner-card-orange .partnership-icon {
	color: #f27a20;
	background: #fff;
	border: 1px solid #f7d8bd;
	box-shadow:
		0 0 0 10px #fff0e4,
		0 8px 22px rgba(242, 122, 32, .12);
}

.partnership-card h3 {
	margin: 0 0 8px;
	color: #102353;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 750;
}

.card-desc {
	max-width: 280px;
	min-height: 47px;
	margin: 0;
	color: #414b60;
	font-size: 14px;
	line-height: 1.55;
}

/* List */
.partnership-list {
	width: 100%;
	margin: 14px 0 18px;
	padding: 0;
	list-style: none;
	text-align: left;
}

.partnership-list li {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 9px;
	color: #27344e;
	font-size: 15px;
	line-height: 1.4;
}

.partnership-list li:last-child {
	margin-bottom: 0;
}

.partner-card-blue .partnership-list i {
	color: #2858d8;
}

.partner-card-orange .partnership-list i {
	color: #f47920;
}

.partnership-list i {
	font-size: 15px;
	flex-shrink: 0;
}

/* Buttons */
.partnership-btn {
	width: 100%;
	min-height: 44px;
	margin-top: auto;
	padding: 0 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	transition: all .25s ease;
}

.blue-btn {
	color: #fff;
	background: linear-gradient(100deg, #2446d5, #6089ec);
	box-shadow: 0 8px 18px rgba(44, 83, 215, .18);
}

.blue-btn:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(44, 83, 215, .28);
}

.orange-btn {
	color: #ef731d;
	background: #fff;
	border: 1px solid #ef9a60;
}

.orange-btn:hover {
	color: #fff;
	background: #f47920;
	border-color: #f47920;
}

.partnership-btn i {
	font-size: 17px;
}

/* Tablet */
@media (max-width: 991px) {
	.partnership-grid {
		grid-template-columns: 1fr 1fr;
	}

	.partnership-intro {
		grid-column: 1 / -1;
		padding: 0 0 15px;
	}

	.partnership-intro p {
		max-width: 500px;
	}

	.partnership-card {
		min-height: 350px;
	}
}

/* Mobile */
@media (max-width: 575px) {
	.business-partnership-section {
		padding: 40px 0;
	}

	.business-partnership-section .container {
		width: calc(100% - 30px);
	}

	.partnership-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.partnership-intro {
		padding: 0 5px 8px;
	}

	.partnership-intro h2 {
		font-size: 27px;
	}

	.partnership-intro p {
		font-size: 14px;
	}

	.partnership-card {
		min-height: 0;
		padding: 28px 22px 22px;
	}

	.partnership-icon {
		width: 68px;
		height: 68px;
		font-size: 27px;
		margin-bottom: 17px;
	}

	.partnership-card h3 {
		font-size: 18px;
	}
}
.why-partner-section {
	padding: 60px 0 100px;
	background: #fff;
}

.why-partner-section .container {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}

.why-partner-heading {
	display: flex;
	align-items: center;
	gap: 35px;
	margin-bottom: 28px;
}

.why-partner-heading span {
	height: 1px;
	flex: 1;
	background: #e4e6eb;
}

.why-partner-heading h2 {
	position: relative;
	margin: 0;
	padding-bottom: 13px;
	color: #102353;
	font-size: 21px;
	font-weight: 750;
	line-height: 1.2;
	white-space: nowrap;
}

.why-partner-heading h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 45px;
	height: 2px;
	transform: translateX(-50%);
	border-radius: 10px;
	background: #285bdd;
}

.why-partner-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 35px;
}

.why-partner-item {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.why-icon {
	width: 64px;
	height: 64px;
	flex: 0 0 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #edf3fc;
	color: #122c62;
	font-size: 24px;
	transition: .25s ease;
}

.why-partner-item:hover .why-icon {
	background: #e2ecff;
	transform: translateY(-2px);
}

.why-content h3 {
	margin: 0 0 7px;
	color: #102353;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.why-content p {
	margin: 0;
	color: #555b67;
	font-size: 12px;
	line-height: 1.65;
}

@media (max-width: 991px) {
	.why-partner-section {
		padding: 25px 0;
	}

	.why-partner-grid {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 25px;
	}

	.why-partner-heading {
		gap: 20px;
	}
}

@media (max-width: 575px) {
	.why-partner-section {
		padding: 22px 0;
	}

	.why-partner-section .container {
		width: calc(100% - 30px);
	}

	.why-partner-heading {
		gap: 12px;
		margin-bottom: 25px;
	}

	.why-partner-heading h2 {
		font-size: 18px;
	}

	.why-partner-heading h2::after {
		width: 38px;
	}

	.why-partner-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.why-partner-item {
		gap: 14px;
	}

	.why-icon {
		width: 58px;
		height: 58px;
		flex-basis: 58px;
		font-size: 21px;
	}
}
.partnerDiv {
	position: absolute;
	z-index: 99;
	top: 130px;
	right: 230px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-15px);
	transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}

.partnerDiv.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.services-page {
    padding-top: 150px;
    padding-bottom: 70px;
    background: #f7f9fc;
}

.services-wrapper {
    width: 100%;
}

.services-heading {
    margin-bottom: 30px;
}

.heading-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    color: #2563eb;
    margin-bottom: 9px;
}

.services-heading h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    color: #2563eb;
}

.services-heading p {
    margin: 9px 0 0;
    max-width: 650px;
    font-size: 14px;
    line-height: 1.7;
    color: #6b7280;
}

.category-tabs-wrapper {
    margin-bottom: 28px;
    overflow: hidden;
}

.category-tabs {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 5px 2px 12px;
    scrollbar-width: thin;
}

.category-tabs::-webkit-scrollbar {
    height: 4px;
}

.category-tabs::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 20px;
}

.category-tab {
    min-width: 205px;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 14px;
    padding: 13px 14px;
    display: flex;
    align-items: center;
    gap: 11px;
    text-align: left;
    cursor: pointer;
    transition: all 0.25s ease;
    flex-shrink: 0;
    box-shadow: 0 3px 15px rgba(15, 23, 42, 0.035);
}

.category-tab:hover {
    border-color: #bfdbfe;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
}

.category-tab.active {
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    border-color: #2563eb;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.16);
}

.category-tab-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 19px;
    transition: 0.25s ease;
}

.category-tab.active .category-tab-icon {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.category-tab-content {
    min-width: 0;
    flex: 1;
}

.category-tab-content strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-tab-content small {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    color: #9ca3af;
}

.category-tab.active .category-tab-content strong {
    color: #fff;
}

.category-tab.active .category-tab-content small {
    color: #fff;
}

.category-tab-arrow {
    font-size: 13px;
    color: #9ca3af;
}

.category-tab.active .category-tab-arrow {
    color: #fff;
}

.service-tab {
    display: none;
    animation: serviceFade 0.3s ease;
}

.service-tab.active {
    display: block;
}

@keyframes serviceFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.category-hero {
    position: relative;
    min-height: 245px;
    border-radius: 22px;
    overflow: hidden;
    background: #2563eb;
    padding: 34px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.category-hero::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.15);
    top: -250px;
    right: 60px;
}

.category-hero::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.08);
    bottom: -190px;
    left: 35%;
}

.category-hero-content {
    position: relative;
    z-index: 3;
    max-width: 650px;
}

.category-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    border-radius: 30px;
    color: #bfdbfe;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.category-hero h2 {
    margin: 13px 0 8px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
}

.category-hero-content > p {
    margin: 0;
    max-width: 600px;
    color: #fff;
    font-size: 13px;
    line-height: 1.7;
}

.category-hero-meta {
    display: flex;
    gap: 25px;
    margin-top: 20px;
}

.hero-meta-item {
    display: flex;
    align-items: center;
    gap: 9px;
}

.hero-meta-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 9px;
    color: #93c5fd;
}

.hero-meta-item strong {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.hero-meta-item small {
    display: block;
    margin-top: 2px;
    color: #fff;
    font-size: 12px;
}

.category-hero-graphic {
    position: relative;
    width: 210px;
    height: 210px;
    flex-shrink: 0;
    margin-right: 25px;
}

.hero-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-circle-one {
    width: 190px;
    height: 190px;
    left: 10px;
    top: 10px;
}

.hero-circle-two {
    width: 145px;
    height: 145px;
    left: 32px;
    top: 32px;
    background: rgba(255, 255, 255, 0.025);
}

.hero-main-icon {
    position: absolute;
    left: 65px;
    top: 65px;
    width: 80px;
    height: 80px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 34px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.floating-icon {
    position: absolute;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff;
    color: #2563eb;
    font-size: 13px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.floating-one {
    top: 25px;
    right: 12px;
}

.floating-two {
    bottom: 25px;
    left: 12px;
}

.floating-three {
    bottom: 35px;
    right: 4px;
}

.services-list-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 19px;
}

.section-label {
    display: block;
    margin-bottom: 4px;
    color: #2563eb;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.services-list-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #2563eb;
}

.services-list-header p {
    margin: 4px 0 0;
    color: #9ca3af;
    font-size: 12px;
}

.service-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 9px;
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    font-size: 11px;
    font-weight: 700;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
}

.service-card {
    background: #fff;
    border: 1px solid #e8ebf0;
    border-radius: 17px;
    padding: 19px;
    min-height: 235px;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.035);
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: #dbeafe;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.09);
}

.service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.service-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    transition: 0.25s ease;
}

.service-card:hover .service-icon-box {
    background: #2563eb;
    color: #fff;
    transform: scale(1.04);
}

.service-type {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    border-radius: 7px;
    font-size: 9px;
    font-weight: 700;
    white-space: nowrap;
}

.service-type.normal {
    color: #047857;
    background: #ecfdf5;
}

.service-type.subscribe {
    color: #7c3aed;
    background: #f5f3ff;
}

.service-type.unavailable {
    color: #6b7280;
    background: #f3f4f6;
}

.service-card-body {
    padding: 17px 0 14px;
    flex: 1;
}

.service-card-body h4 {
    margin: 0 0 7px;
    color: #2563eb;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 750;
}

.service-card-body p {
    margin: 0;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-card-footer {
    border-top: 1px solid #f0f1f3;
    padding-top: 13px;
}

.service-action-btn {
    width: 100%;
    border: 0;
    border-radius: 9px;
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    color: #fff;
    min-height: 50px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.service-action-btn:hover {
    background: #2563eb;
    color: #fff;
}

.service-action-btn i {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 11px;
}

.service-action-btn.subscribe-btn:hover {
    background: #7c3aed;
}

.service-action-btn.disabled {
    background: #f3f4f6;
    color: #9ca3af;
    cursor: not-allowed;
}

.no-services-box {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border: 1px dashed #d1d5db;
    border-radius: 17px;
}

.no-services-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #f3f4f6;
    color: #9ca3af;
    font-size: 25px;
}

.no-services-box h4 {
    margin: 0 0 5px;
    color: #374151;
    font-size: 15px;
    font-weight: 700;
}

.no-services-box p {
    margin: 0;
    color: #9ca3af;
    font-size: 11px;
}

@media (max-width: 991px) {
    .services-page {
        padding-top: 100px;
    }

    .category-hero {
        padding: 30px;
    }

    .category-hero-graphic {
        width: 170px;
        height: 170px;
        margin-right: 0;
    }

    .hero-circle-one {
        width: 155px;
        height: 155px;
    }

    .hero-circle-two {
        width: 120px;
        height: 120px;
    }

    .hero-main-icon {
        left: 50px;
        top: 50px;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .services-page {
        padding-top: 90px;
        padding-bottom: 45px;
    }

    .services-heading h1 {
        font-size: 27px;
    }

    .services-heading p {
        font-size: 12px;
    }

    .category-tabs {
        gap: 8px;
    }

    .category-tab {
        min-width: 180px;
        padding: 10px;
        border-radius: 12px;
    }

    .category-tab-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 16px;
    }

    .category-hero {
        min-height: auto;
        padding: 25px 22px;
        border-radius: 18px;
        margin-bottom: 28px;
    }

    .category-hero h2 {
        font-size: 23px;
    }

    .category-hero-content > p {
        font-size: 11px;
    }

    .category-hero-graphic {
        display: none;
    }

    .category-hero-meta {
        gap: 15px;
        flex-wrap: wrap;
    }

    .services-list-header {
        align-items: flex-start;
        gap: 12px;
    }

    .services-list-header h3 {
        font-size: 19px;
    }

    .service-count-badge {
        font-size: 10px;
        padding: 7px 9px;
    }

    .service-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .service-card {
        min-height: 210px;
        padding: 16px;
        border-radius: 15px;
    }
}

@media (max-width: 480px) {
    .services-heading {
        margin-bottom: 22px;
    }

    .services-heading h1 {
        font-size: 24px;
    }

    .category-tab {
        min-width: 165px;
    }

    .category-tab-content strong {
        font-size: 12px;
    }

    .category-hero {
        padding: 21px 18px;
    }

    .category-hero h2 {
        font-size: 21px;
    }

    .category-hero-meta {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .services-list-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-count-badge {
        margin-top: 2px;
    }
}