:root {
	--bg-main: #172a44;
	--bg-soft: #273f69;
	--bg-card: #315982;
	--bg-card-strong: #233f68;
	--line: rgba(156, 198, 255, 0.45);
	--line-strong: rgba(156, 198, 255, 0.65);
	--text-main: #f8fbff;
	--text-soft: #d6e3ff;
	--brand: #57e9ff;
	--brand-strong: #27c8e3;
	--radius: 16px;
	--radius-sm: 12px;
	--shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

body.modern-theme {
	background: radial-gradient(circle at 20% 0%, rgba(37, 67, 106, 0.96) 0%, var(--bg-main) 45%);
	color: var(--text-main);
	font-size: 16px;
	line-height: 1.75;
}

body.modern-theme a {
	color: var(--text-main);
	transition: all 0.25s ease;
}

body.modern-theme a:hover {
	color: var(--brand);
}

body.modern-theme p,
body.modern-theme .text,
body.modern-theme .title-text {
	color: var(--text-soft);
}

body.modern-theme .auto-container {
	max-width: 1240px;
}

body.modern-theme .sec-title {
	margin-bottom: 36px;
}

body.modern-theme .sec-title h2 {
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: -0.5px;
	color: var(--text-main);
}

body.modern-theme .theme-btn,
body.modern-theme .btn,
body.modern-theme .theme-btn-s4 {
	border-radius: 999px;
	font-weight: 600;
	padding: 12px 28px;
	border: 0;
	background: linear-gradient(135deg, var(--brand), var(--brand-strong));
	color: #031018 !important;
	box-shadow: 0 10px 24px rgba(33, 212, 228, 0.35);
}

body.modern-theme .theme-btn:hover,
body.modern-theme .btn:hover,
body.modern-theme .theme-btn-s4:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(33, 212, 228, 0.4);
}

/* Header */
body.modern-theme .main-header {
	background: rgba(18, 28, 48, 0.92);
	border-bottom: 1px solid var(--line);
	backdrop-filter: blur(10px);
}

body.modern-theme .main-header .header-upper {
	padding: 0;
	background: rgba(20, 32, 56, 0.92) !important;
}

body.modern-theme .header-type-one .header-upper,
body.modern-theme .header-type-one .nav-outer,
body.modern-theme .header-type-one .main-menu,
body.modern-theme .header-type-one .main-menu .navbar-collapse {
	background: transparent !important;
}

body.modern-theme .modern-header-nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	min-height: 72px;
	gap: 16px;
}

body.modern-theme .main-header .logo img {
	max-height: 48px;
	width: auto;
	object-fit: contain;
}

body.modern-theme .modern-header-logo {
	flex: 0 0 auto;
	margin-right: 20px;
}

body.modern-theme .modern-header-logo img {
	max-height: 48px;
	width: auto;
}

body.modern-theme .header-top {
	background-color: #06111d;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.modern-theme .header-top .top-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 6px 0;
	font-size: 0.82rem;
}

body.modern-theme .header-top .modern-header-contact {
	margin-right: 0;
	color: #fff;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

body.modern-theme .header-top .modern-header-contact .contact-info {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

body.modern-theme .header-top .modern-header-contact .contact-label {
	display: inline-block;
	font-size: 0.65rem;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.72);
	text-transform: uppercase;
	margin: 0;
}

body.modern-theme .header-top .modern-header-contact .contact-phone {
	display: inline-block;
	font-size: 0.88rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

body.modern-theme .header-top .modern-header-contact .contact-phone:hover {
	color: #b8f5ff;
}

body.modern-theme .header-top .modern-header-contact .contact-country {
	display: inline-block;
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.78);
	margin: 0;
}

body.modern-theme .header-top .top-right .theme-btn {
	min-height: auto;
	padding: 8px 18px;
	font-size: 0.78rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	background: linear-gradient(135deg, var(--brand), var(--brand-strong));
	color: #031018 !important;
	box-shadow: 0 12px 24px rgba(87, 233, 255, 0.22);
}

body.modern-theme .header-top .top-right .theme-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 26px rgba(33, 212, 228, 0.28);
}

body.modern-theme .sticky-header .sticky-contact {
	margin-right: 14px;
	margin-top: 12px;
}

body.modern-theme .sticky-header .sticky-contact .contact-phone {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

body.modern-theme .sticky-header .sticky-contact .contact-phone:hover {
	color: #b8f5ff;
}

body.modern-theme .modern-header .main-menu {
	flex: 1 1 auto;
}

body.modern-theme .modern-toggler {
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 6px 9px;
	background: rgba(24, 36, 60, 0.92);
}

body.modern-theme .modern-toggler .navbar-toggler-icon {
	background-image: none;
	width: 20px;
	height: 2px;
	background-color: #d9e7ff;
	display: block;
	position: relative;
}

body.modern-theme .modern-toggler .navbar-toggler-icon::before,
body.modern-theme .modern-toggler .navbar-toggler-icon::after {
	content: "";
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #d9e7ff;
}

body.modern-theme .modern-toggler .navbar-toggler-icon::before {
	top: -6px;
}

body.modern-theme .modern-toggler .navbar-toggler-icon::after {
	top: 6px;
}

body.modern-theme .header-type-one .main-menu .navigation>li>a {
	color: #e6f1ff;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 18px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	transition: color 0.25s ease, transform 0.25s ease;
}

body.modern-theme .header-type-one .main-menu .navigation>li>a:hover,
body.modern-theme .header-type-one .main-menu .navigation>li.current>a {
	color: #ffffff;
	transform: translateY(-1px);
}

body.modern-theme .main-menu .navbar-collapse>.navigation {
	background: transparent;
	border: 0;
}

body.modern-theme .sticky-header {
	background: rgba(20, 32, 54, 0.96);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

body.modern-theme .main-header .main-menu .navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

body.modern-theme .main-header .main-menu .navigation>li {
	float: none;
}

/* Hero slider */
body.modern-theme .main-slider .tp-banner-container {
	position: relative;
	min-height: 520px;
}

body.modern-theme .main-slider .tp-banner-container::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	/* background: linear-gradient(110deg, rgba(2, 5, 9, 0.96) 18%, rgba(2, 5, 9, 0.58) 50%, rgba(2, 5, 9, 0.18) 84%); */
	pointer-events: none;
}

body.modern-theme .main-slider .tp-caption {
	z-index: 4 !important;
}

body.modern-theme .main-slider .tparrows.preview3 {
	top: 50% !important;
	transform: translateY(-50%);
}

body.modern-theme .main-slider .tparrows.preview3.tp-leftarrow {
	left: 30px !important;
}

body.modern-theme .main-slider .tparrows.preview3.tp-rightarrow {
	right: 30px !important;
}

body.modern-theme .main-slider h2 {
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1.05;
	color: #ffffff;
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
	letter-spacing: -0.02em;
}

body.modern-theme .main-slider .text {
	color: #d8e3f4;
	font-size: 1rem;
	max-width: 620px;
	margin-top: 12px;
	line-height: 1.9;
}

body.modern-theme .main-slider .modern-hero-content {
	max-width: 680px;
	padding: 0 16px;
}

body.modern-theme .main-slider .hero-title h2 {
	margin: 0;
}

body.modern-theme .main-slider .hero-text .text {
	font-size: 1rem;
	max-width: 680px;
}

body.modern-theme .main-slider .hero-action {
	z-index: 5;
}

body.modern-theme .main-slider .btn-style-two {
	margin-top: 20px;
	padding: 14px 30px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	color: #101828;
	font-weight: 600;
	box-shadow: 0 22px 40px rgba(15, 23, 42, 0.18);
}

body.modern-theme .main-slider .btn-style-two:hover {
	background: #ffffff;
	color: #0f172a;
}

body.modern-theme .main-slider {
	position: relative;
}

body.modern-theme .main-slider .tp-banner-container {
	min-height: 80vh;
	max-height: 850px;
}

body.modern-theme .main-slider .tp-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.modern-theme .main-slider .tp-caption {
	z-index: 4 !important;
}

@media only screen and (max-width: 991px) {
	body.modern-theme .main-slider .tp-banner-container {
		min-height: 620px;
	}

	body.modern-theme .main-slider .modern-hero-content {
		max-width: 88%;
		padding: 0 18px;
	}

	body.modern-theme .main-slider h2 {
		font-size: clamp(36px, 6vw, 46px);
	}
}

@media only screen and (max-width: 767px) {
	body.modern-theme .main-slider .tp-banner-container {
		min-height: 480px;
	}

	body.modern-theme .main-slider .tp-caption {
		text-align: center;
	}

	body.modern-theme .main-slider .modern-hero-content {
		max-width: 100%;
		padding: 0 14px;
	}

	body.modern-theme .main-slider .text {
		font-size: 15px;
		line-height: 1.7;
	}

	body.modern-theme .main-slider .btn-style-two {
		display: inline-flex;
		justify-content: center;
		width: auto;
		padding: 12px 26px;
	}

	body.modern-theme .main-slider .tp-caption[data-x="center"] {
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
}

/* Sections spacing */
body.modern-theme .services-section-two,
body.modern-theme .services-featured-section,
body.modern-theme .contact-section,
body.modern-theme .full-width-section-one,
body.modern-theme .full-width-section-two,
body.modern-theme .client-section {
	padding-top: 92px;
	padding-bottom: 92px;
}

body.modern-theme .modern-section-title .text {
	font-size: 16px;
	color: #b7c7de;
}

/* Cards */
body.modern-theme .services-style-two .inner-box,
body.modern-theme .contact-info .inner,
body.modern-theme .service-sidebar .widget,
body.modern-theme .accordion-item,
body.modern-theme .content-box,
body.modern-theme .legal-content-card,
body.modern-theme .default-form,
body.modern-theme .contact-form,
body.modern-theme .main-footer .footer-widget {
	background: linear-gradient(180deg, rgba(41, 61, 96, 0.94), rgba(31, 48, 82, 0.94));
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

body.modern-theme .services-style-two .inner-box,
body.modern-theme .contact-info .inner,
body.modern-theme .service-sidebar .widget,
body.modern-theme .accordion-item {
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.modern-theme .services-style-two .inner-box:hover,
body.modern-theme .contact-info .inner:hover,
body.modern-theme .service-sidebar .widget:hover,
body.modern-theme .accordion-item:hover {
	transform: translateY(-4px);
	border-color: var(--line-strong);
}

body.modern-theme .services-style-two .inner-box .image,
body.modern-theme .service-pic {
	overflow: hidden;
}

body.modern-theme .services-style-two .inner-box .image img,
body.modern-theme .service-pic img,
body.modern-theme .modern-fluid-image {
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: transform 0.45s ease;
}

body.modern-theme .services-style-two .inner-box:hover .image img {
	transform: scale(1.04);
}

body.modern-theme .services-style-two .inner-box .content {
	background: linear-gradient(180deg, rgba(26, 38, 58, 0.14) 0%, rgba(18, 28, 48, 0.90) 100%);
	padding: 16px;
}

body.modern-theme .services-style-two .content h3 a {
	color: #fff;
}

body.modern-theme .services-featured-section .services-style-two>h3 a {
	color: var(--brand);
}

body.modern-theme .modern-grid-gap .services-style-two {
	margin-bottom: 30px;
}

/* About split and forms */
body.modern-theme .full-width-section-one .content-column .content-box,
body.modern-theme .full-width-section-two .testimonial-column .content-column,
body.modern-theme .full-width-section-two .outer-box .form-column .form-inner,
body.modern-theme .service-single-content,
body.modern-theme .legal-content-card {
	padding: 38px;
}

body.modern-theme .full-width-section-one .image-column {
	min-height: 440px;
	border-radius: var(--radius);
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

body.modern-theme .full-width-section-one .image-column .image {
	display: none;
}

body.modern-theme .default-form,
body.modern-theme .contact-form {
	padding: 28px;
}

body.modern-theme .default-form input,
body.modern-theme .default-form textarea,
body.modern-theme .contact-form input,
body.modern-theme .contact-form textarea {
	background: rgba(21, 34, 57, 0.82);
	border: 1px solid var(--line);
	color: #dce7f8;
	border-radius: var(--radius-sm);
	padding: 14px 16px;
}

body.modern-theme .default-form input:focus,
body.modern-theme .default-form textarea:focus,
body.modern-theme .contact-form input:focus,
body.modern-theme .contact-form textarea:focus {
	border-color: var(--brand);
	box-shadow: 0 0 0 4px rgba(33, 212, 228, 0.13);
}

body.modern-theme .default-form textarea,
body.modern-theme .contact-form textarea {
	min-height: 150px;
}

/* Counter and message */
body.modern-theme .counter-section {
	margin: 20px auto;
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow);
}

body.modern-theme .counter-section::before {
	background: rgba(19, 32, 55, 0.75);
}

body.modern-theme .counter-section h2,
body.modern-theme .counter-section p {
	color: #fff;
}

body.modern-theme .message-section {
	background: linear-gradient(145deg, rgba(28, 48, 80, 0.95), rgba(18, 31, 54, 0.94));
	border: 1px solid var(--line);
	border-radius: var(--radius);
	margin: 0 15px 50px;
	box-shadow: var(--shadow);
	padding: 12px 0;
}

body.modern-theme .message-section h2 {
	color: #fff;
}

/* Partners */
body.modern-theme .client-section .slide-item .image-box {
	background: rgba(9, 15, 25, 0.9);
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	padding: 16px;
}

body.modern-theme .client-section .slide-item .image-box img {
	height: 76px;
	object-fit: contain;
	margin: 0 auto;
}

/* Accordion */
body.modern-theme .accordion-header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px;
	cursor: pointer;
	border-bottom: 1px solid var(--line);
}

body.modern-theme .accordion-header i {
	color: var(--brand);
}

body.modern-theme .accordion-body {
	display: none;
	padding: 0 18px 18px;
}

body.modern-theme .accordion-body img,
body.modern-theme .colorsImg {
	width: 100% !important;
	height: 240px !important;
	object-fit: cover;
	border-radius: var(--radius-sm);
	margin-top: 10px !important;
}

/* Page hero */
body.modern-theme .page-title {
	background: linear-gradient(120deg, rgba(11, 18, 33, 0.98), rgba(22, 36, 62, 0.97)) !important;
	margin-top: 0 !important;
	padding: 76px 0 62px;
}

body.modern-theme .page-title h1,
body.modern-theme .page-title h2,
body.modern-theme .page-title .bread-crumb li,
body.modern-theme .page-title .bread-crumb li a,
body.modern-theme .modern-page-subtitle {
	color: #eef4ff;
}

/* Contact page extras */
body.modern-theme .contact-section .mapouter,
body.modern-theme .contact-section .gmap_canvas,
body.modern-theme .contact-section .gmap_canvas iframe {
	width: 100%;
	max-width: 100%;
	height: 420px;
	border-radius: var(--radius);
}

body.modern-theme .modern-contact-page .contact-info .icon-box {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: rgba(33, 212, 228, 0.15);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.modern-theme .modern-contact-page .contact-info .icon-box span {
	color: var(--brand);
	font-size: 24px;
}

/* CTA card */
body.modern-theme .modern-cta-card {
	padding: 8px 0 65px;
}

body.modern-theme .modern-cta-card .container {
	background: linear-gradient(145deg, rgba(27, 44, 72, 0.96), rgba(18, 31, 52, 0.95));
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 24px 28px;
}

body.modern-theme .modern-cta-card h3 {
	color: #f3f8ff;
	margin-top: 10px;
}

body.modern-theme .modern-cta-card .contact-btn {
	text-align: right;
}

/* Sidebar */
body.modern-theme .service-sidebar .widget {
	padding: 20px;
}

body.modern-theme .service-sidebar .service-list-widget ul li {
	border-bottom: 1px solid var(--line);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

body.modern-theme .service-sidebar .contact-widget {
	background: linear-gradient(150deg, rgba(24, 40, 64, 0.96), rgba(14, 25, 42, 0.95));
}

/* Footer */
body.modern-theme .main-footer {
	background: #102039;
	border-top: 1px solid var(--line);
	padding-top: 82px;
}

body.modern-theme .main-footer h2,
body.modern-theme .main-footer h5,
body.modern-theme .main-footer a {
	color: #eaf1ff;
}

body.modern-theme .main-footer p,
body.modern-theme .main-footer li,
body.modern-theme .main-footer span {
	color: #a6b9d3;
}

body.modern-theme .main-footer .footer-widget {
	padding: 24px;
	min-height: 260px;
}

body.modern-theme .testimonial-style-one .inner-box .text,
body.modern-theme .testimonial-style-one .inner-box p {
	color: #c7d4e8;
	font-size: 15px;
	line-height: 1.75;
}

body.modern-theme .modern-review-and-form .title h2,
body.modern-theme .modern-review-and-form .sec-title h2 {
	font-size: 34px;
}

body.modern-theme .main-footer .social-icon-one li a {
	background: rgba(255, 255, 255, 0.08);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.modern-theme .footer-bottom {
	border-top: 1px solid var(--line);
	margin-top: 34px;
	padding: 24px 0;
}

body.modern-theme .footer-bottom a {
	color: var(--brand) !important;
}

body.modern-theme .modern-hidden {
	display: none !important;
}

@media only screen and (max-width: 1023px) {
	body.modern-theme .modern-header-nav-wrap {
		display: block;
		min-height: 0;
		padding: 8px 0;
	}

	body.modern-theme .modern-header-logo {
		margin: 0 0 8px;
		text-align: center;
	}

	body.modern-theme .main-header .main-menu .navigation {
		justify-content: center;
		gap: 0;
	}

	body.modern-theme .main-header .main-menu.navbar {
		display: block;
	}

	body.modern-theme .main-slider h2 {
		font-size: 44px;
	}

	body.modern-theme .main-slider .text {
		font-size: 16px;
	}

	body.modern-theme .modern-cta-card .contact-btn {
		text-align: left;
		margin-top: 16px;
	}
}

@media only screen and (max-width: 767px) {
	body.modern-theme .main-header .header-upper {
		padding-top: 6px;
	}

	body.modern-theme .main-header .main-menu .navigation>li>a {
		font-size: 14px;
		padding: 12px 14px !important;
		color: #e7f1ff;
	}

	body.modern-theme .main-menu .navbar-collapse>.navigation {
		background: rgba(22, 35, 58, 0.98) !important;
		border: 1px solid var(--line);
		border-radius: 12px;
		overflow: hidden;
	}

	body.modern-theme .main-menu .navbar-collapse>.navigation>li {
		border-top: 1px solid rgba(123, 147, 178, 0.2) !important;
	}

	body.modern-theme .main-menu .navbar-collapse>.navigation>li:first-child {
		border-top: 0 !important;
	}

	body.modern-theme .main-slider .tp-banner-container {
		min-height: 0px;
	}

	body.modern-theme .sec-title h2 {
		font-size: 28px;
	}

	body.modern-theme .services-section-two,
	body.modern-theme .services-featured-section,
	body.modern-theme .contact-section,
	body.modern-theme .full-width-section-one,
	body.modern-theme .full-width-section-two,
	body.modern-theme .client-section {
		padding-top: 62px;
		padding-bottom: 62px;
	}

	body.modern-theme .full-width-section-one .content-column .content-box,
	body.modern-theme .full-width-section-two .testimonial-column .content-column,
	body.modern-theme .full-width-section-two .outer-box .form-column .form-inner,
	body.modern-theme .service-single-content,
	body.modern-theme .legal-content-card {
		padding: 20px;
	}

	body.modern-theme .main-slider h2 {
		font-size: 30px;
		line-height: 1.22;
	}

	body.modern-theme .main-slider .text {
		font-size: 14px;
		line-height: 1.65;
	}

	body.modern-theme .modern-hero-content {
		max-width: 92%;
	}

	body.modern-theme .services-style-two .inner-box .image img,
	body.modern-theme .service-pic img,
	body.modern-theme .modern-fluid-image,
	body.modern-theme .accordion-body img,
	body.modern-theme .colorsImg {
		height: 220px !important;
	}

	body.modern-theme .page-title {
		padding: 62px 0 54px;
	}

	body.modern-theme .message-section {
		margin: 10px 10px 35px;
		padding: 6px 0;
	}

	body.modern-theme .main-footer {
		padding-top: 48px;
	}

	body.modern-theme .main-header .logo img {
		width: 146px;
		max-height: 52px;
	}

	body.modern-theme .modern-header-logo {
		text-align: left;
		margin-bottom: 6px;
	}

	body.modern-theme .main-footer .footer-widget {
		min-height: auto;
		margin-bottom: 16px;
	}

	body.modern-theme .modern-review-and-form .testimonial-column,
	body.modern-theme .modern-review-and-form .form-column {
		margin-bottom: 20px;
	}
}