/*
    Template Name    : Shree Siddhivinayak Relocation And Movers
	Description		 : Responsive HTML5 Transport & Logistics Template
    Version          : 1.0
/*
================================================
/* Table of Content
==================================================

1. Fonts - Roboto and Lato
2. Common CSS
3. Loader CSS
4. Header Top
5. Main Slider
6. Featured Sec
7. Introduction Sec
8. Services Sec
9. Our Team Sec
10. Testimonial Sec
11. Pricing Table Sec
12. Request a Call Back Section
13. Blog Section
14. Subscribe Section
15. Page Title Section
16. Inner content wrapper
17. FAQ Sec
18. Gallery Sec
19. Error Sec
20. Contact Us Sec
21. Footer Area
22. Responsive CSS

/*
================================================
1. Fonts - Roboto and Lato
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700|Lato:300,400,700,900');

/*
================================================
2. Common CSS
================================================
*/
:root {
	--primary-color: #ff6b35;
	--secondary-color: #004e89;
	--accent-color: #1dd1a1;
	--text-dark: #2d2e2e;
	--text-light: #666;
	--white: #ffffff;
	--border-radius: 6px;
	--transition-fast: 0.2s ease;
	--transition-normal: 0.3s ease;
	--transition-slow: 0.5s ease;
	--shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
	--shadow-md: 0 4px 16px rgba(0, 0, 0, 0.15);
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', sans-serif;
	margin-top: 0;
}

a {
	color: #2d2e2e;
	transition: all var(--transition-fast) ease 0s;
}

a:hover {
	color: #242c42;
	text-decoration: none;
}

a,
a:hover,
a:active,
a:focus,
button,
button:hover,
button:focus {
	outline: none;
	text-decoration: none;
}

.btn,
.btn * {
	transition: all var(--transition-fast) ease 0s;
}

i {
	transition: all 0.4s ease-in-out 0s;
}

.transition3s {
	transition: all var(--transition-normal) ease-in-out 0s;
}

/* CTA Button Pulse Animation - Increases Conversions */
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7);
	}
	50% {
		box-shadow: 0 0 0 10px rgba(255, 107, 53, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
	}
}

@keyframes slideInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes scaleIn {
	from {
		opacity: 0;
		transform: scale(0.95);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.scm-btn-primary,
.theme-btn {
	position: relative;
	animation: pulse 2s infinite;
	box-shadow: var(--shadow-md);
}

.scm-btn-primary:hover,
.theme-btn:hover {
	animation: none;
	box-shadow: 0 8px 24px rgba(255, 107, 53, 0.3);
	transform: translateY(-2px);
}

.scm-btn-whatsapp {
	animation: pulse 2.5s infinite;
}

.scm-btn-whatsapp:hover {
	animation: none;
}

/* Fast Load Optimization */
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

li {
	list-style: outside none none;
}

a.line-animation {
	position: relative;
	left: 0;
	transition: all .3s;
	display: inline-block;
	text-decoration: none !important;
	font-weight: 500;
	outline: none;
	color: #0046c0;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-20 {
	margin-bottom: 20px;
}

.pl-65 {
	padding-left: 65px;
}

.pr-70 {
	padding-right: 70px;
}

.pl-50 {
	padding-left: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

section {
	float: left;
	width: 100%;
	padding: 80px 0;
}

@keyframes white-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
		-webkit-transition: box-shadow .3s ease-in-out;
		-webkit-transition: -webkit-box-shadow .3s ease-in-out;
		-o-transition: box-shadow .3s ease-in-out;
		transition: box-shadow .3s ease-in-out;
		transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	}

	100% {
		-webkit-box-shadow: 0 0 0 30px transparent;
		box-shadow: 0 0 0 30px transparent;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: box-shadow .4s ease-in-out;
		-webkit-transition: -webkit-box-shadow .4s ease-in-out;
		-o-transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out;
		transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
	}
}

@-webkit-keyframes red-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(228, 31, 122, 0.4);
		box-shadow: 0 0 0 0 rgba(228, 31, 122, 0.4);
	}

	100% {
		-webkit-box-shadow: 0 0 0 30px transparent;
		box-shadow: 0 0 0 30px transparent;
	}
}

@keyframes red-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(228, 31, 122, 0.4);
		box-shadow: 0 0 0 0 rgba(228, 31, 122, 0.4);
	}

	100% {
		-webkit-box-shadow: 0 0 0 30px transparent;
		box-shadow: 0 0 0 30px transparent;
	}
}

#scrollUp {
	border-radius: 50%;
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	width: 40px;
	z-index: 1000 !important;
	-webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
	animation: white-shadow .8s infinite, red-shadow .8s infinite;
	-webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	background-color: #ff7906;
}

#scrollUp i {
	display: block;
	padding-top: 5px;
}

.no-padding {
	padding: 0;
}

.pad-b-10 {
	padding-top: 10px;
}

.bg-color2 {
	background: #f2f2f2;
}

.padding-20 {
	padding: 20px;
}

.border-left-four {
	border-left: 1px solid #e3e0e0;
}

.border-three {
	border: 1px solid #e3e0e0;
}

.margin-bottom3 {
	margin-bottom: 25px;
}

img {
	max-width: 100%;
}

.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/** Section Tilte **/
.section-icon::before {
	content: "\e60f";
	font-family: themify;
	position: absolute;
	font-size: 115px;
	opacity: 0.2;
	color: #e6dbce;
	animation-name: spinInfinit;
	animation-duration: 6000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	left: 0;
	right: 0;
	margin: -25px 0 0;
}

@keyframes spinInfinit {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.section-title {
	margin: 0 0 80px;
	text-align: center;
	position: relative;
}

.section-title h2 {
	font-weight: 600;
}

.text-underline {
	text-decoration: underline;
}

.text-primary-color {
	color: #fa4612;
}

/* Button Effects */
.bttn {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	overflow: hidden;
	background: none;
	border-radius: 0px;
	padding: 14px 44px 14px;
	text-transform: capitalize;
	background-image: -ms-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: -moz-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: -o-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C2292A), color-stop(100, #d1641a));
	background-image: -webkit-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: linear-gradient(to bottom, #C2292A 0%, #d1641a 100%);
	font-family: 'Poppins', sans-serif;
	border: none;
}

.bttn:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
	background-image: -ms-linear-gradient(top, #D1641A 0%, #C2292A 100%);
	background-image: -moz-linear-gradient(top, #D1641A 0%, #C2292A 100%);
	background-image: -o-linear-gradient(top, #D1641A 0%, #C2292A 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D1641A), color-stop(100, #C2292A));
	background-image: -webkit-linear-gradient(top, #D1641A 0%, #C2292A 100%);
	background-image: linear-gradient(to bottom, #D1641A 0%, #C2292A 100%);
}

.bttn .txt {
	position: relative;
	z-index: 1;
}

.bttn:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.bttn:hover {
	color: #ffffff;
}

/** btn **/
.btn {
	background: #fa4612;
	border: 1px solid #fa4612;
	transition: .4s;
	color: #fff;
	z-index: 9;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 40px;
	border-radius: 5px;
	position: relative;
}

.btn:hover {
	color: #fff;
	background-color: #0046c0;
	border: 1px solid #0046c0;
}

/*
================================================
3. Loader CSS
================================================
*/
.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #0046c0;
}

.spinner {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*
================================================
4. Header Top
================================================
*/
/** Header Top **/
.header-top {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #3c7dee;
	background-color: #0046c0;
	z-index: 1;
}

.header-top-item .header-top-left ul {
	margin: 0;
	padding: 0;
}

.header-top-item .header-top-left ul li {
	display: inline-block;
	list-style-type: none;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	margin-right: 25px;
}

.header-top-item .header-top-left ul li:last-child {
	margin-right: 0;
}

.header-top-item .header-top-left ul li a {
	display: inline-block;
	color: #fff;
}

.header-top-item .header-top-left ul li a:hover {
	color: #fff;
	opacity: 0.6;
}

.header-top-item .header-top-left ul li a i {
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 2px;
	margin-right: 4px;
}

.header-top-item .header-top-right {
	text-align: right;
}

.header-top-item .header-top-right ul {
	margin: 0;
	padding: 0;
}

.header-top-item .header-top-right ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
}

.header-top-item .header-top-right ul li:last-child {
	margin-right: 0;
}

.header-top-item .header-top-right ul li a {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 22px;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	border: 1px solid transparent;
	background-color: #fa4612;
	border-radius: 46%;
}

.header-top-item .header-top-right ul li a:hover {
	color: #fa4612;
	background-color: #fff;
	border: 1px solid transparent;
}

/*-- End Header Top --*/
/*-- Navbar --*/
.mobile-nav {
	display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
	width: 300px;
	/* Increased from 240px */
}

/* WhatsApp is supplied by Font Awesome's Brands font, not the solid icon font. */
i.fa.fa-whatsapp {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.navbar-light .navbar-brand img {
	height: 80px;
	/* Increased from 60px */
	width: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
}

.main-nav {
	background: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}

.navbar-area .is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100% !important;
}

.navbar-area .is-sticky nav {
	padding: 8px 0;
}

.main-nav nav {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0;
	padding-left: 0;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.main-nav nav .navbar-nav {
	margin-right: auto;
	margin-left: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a {
	color: #fa4612;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px #ddd;
	box-shadow: 0px 0px 15px 0px #ddd;
	border: 0;
	border-left: 3px solid #fa4612;
	padding-top: 15px;
	padding-bottom: 15px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	border-bottom: 1px dashed #0046c047;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	color: #4a6f8a;
	font-size: 15px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #0046c0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: #0046c0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a.active {
	color: #0046c0;
}

.main-nav nav .navbar-nav .nav-item a {
	font-weight: 500;
	font-size: 16px;
	color: #1c3254;
	text-transform: capitalize;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
	color: #fa4612;
}

.nav-btn {
	margin-left: 20px;
}

.nav-btn .theme-btn {
	padding: 10px 25px;
	border-radius: 0;
	background-color: #fa4612;
	color: #fff !important;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	box-shadow: 0 4px 15px rgba(250, 70, 18, 0.3);
}

.nav-btn .theme-btn:hover {
	background-color: #111;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.nav-btn .theme-btn i {
	margin-right: 5px;
}

.menu-shrink {
	-webkit-box-shadow: 0px 0px 15px 0px #ddd;
	box-shadow: 0px 0px 15px 0px #ddd;
}

.menu-shrink nav {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*-- End Navbar --*/
/*
================================================
5. Main Slider
================================================
*/
.main-slider {
	position: relative;
	padding: 0;
}

.main-slider .container {
	position: relative;
}

.main-slider .slide::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .85;
	z-index: -1;
}

.main-slider .slide {
	position: relative;
	padding: 190px 0px 280px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.main-slider .title {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	opacity: 0;
	letter-spacing: 1px;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active .title {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.main-slider h1 {
	position: relative;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 30px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active h1 {
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1000ms;
}

.main-slider .text {
	position: relative;
	color: #eeeeee;
	font-size: 16px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	line-height: 1.9em;
	font-weight: 400;
	margin-bottom: 42px !important;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active .text {
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1500ms;
}

.main-slider .link-box {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	display: inline-block;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active .link-box {
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 2000ms;
}

.main-slider .link-box .theme-btn {
	margin-right: 20px;
	float: left;
}

.main-slider .link-box .video-box {
	position: relative;
	width: 60px;
	height: 60px;
	color: #6b6b6b;
	font-size: 18px;
	text-align: center;
	border-radius: 50px;
	line-height: 60px;
	display: inline-block;
	float: left;
	margin-right: 40px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: rgba(255, 255, 255, 1);
}

.main-slider .link-box .video-box .overlay-box span {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	z-index: 99;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	padding-left: 7px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: -30px;
	margin-left: -30px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.main-slider .link-box .video-box .ripple,
.main-slider .link-box .video-box .ripple:before,
.main-slider .link-box .video-box .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 60px;
	width: 60px;
	margin-left: .5px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.main-slider .link-box .video-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.main-slider .link-box .video-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.main-slider .owl-dots {
	position: absolute;
	right: 110px;
	top: 50%;
}

.main-slider .owl-dots .owl-dot {
	position: relative;
	width: 16px;
	height: 16px;
	margin-bottom: 10px;
	border-radius: 50px;
	background-color: #ffffff;
	margin-bottom: 10px;
	display: block;
}

.main-slider .owl-dots .owl-dot:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	border-radius: 50px;
	border: 3px solid #fa4612;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-slider .owl-dots .owl-dot span {
	display: none;
}

.main-slider .owl-dots .owl-dot.active:before,
.main-slider .owl-dots .owl-dot:hover::before {
	opacity: 1;
}

.main-slider .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 1;
	width: 100%;
	opacity: 0;
	margin-top: -10px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-slider:hover .owl-nav {
	opacity: 1;
}

.main-slider .owl-nav .owl-prev {
	position: absolute;
	left: 20px;
	width: 60px;
	height: 60px;
	color: #ffffff !important;
	line-height: 56px;
	font-size: 24px;
	text-align: center;
	border-radius: 50px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid rgba(255, 255, 255, 0.60) !important;
}

.main-slider .owl-nav .owl-next {
	position: absolute;
	right: 20px;
	color: #ffffff;
	font-size: 24px;
	width: 60px;
	height: 60px;
	color: #ffffff !important;
	line-height: 56px;
	border-radius: 50px;
	text-align: center;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid rgba(255, 255, 255, 0.60) !important;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
	color: #ffaa00;
}

/*
================================================
6. Featured Sec
================================================
*/
.featured-sec {
	padding: 0;
	position: relative;
}

.featured-sec .featured-inner {
	position: relative;
	margin-top: -160px;
	overflow-x: hidden;
}

/** Single Service Block **/
.service-block {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.service-block .inner-box:hover .icon-box .icon {
	color: #ffffff;
	-webkit-text-fill-color: inherit;
}

.service-block .inner-box:hover .text,
.service-block .inner-box:hover h5 a {
	color: #ffffff;
}

.service-block .inner-box:hover h5::before {
	background-image: -ms-linear-gradient(left, #ffffff 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%);
	background-image: -o-linear-gradient(left, #ffffff 0%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(100, #ffffff));
	background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}

.service-block .inner-box:hover .text,
.service-block .inner-box:hover h5 a {
	color: #ffffff;
}

.service-block .inner-box::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0px;
	height: 100%;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: -moz-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: -o-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D1641A), color-stop(100, #C2292A));
	background-image: -webkit-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: linear-gradient(to top, #D1641A 0%, #C2292A 100%);
}

.service-block .inner-box {
	position: relative;
	padding: 45px 55px 60px;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.service-block .inner-box .content-box {
	position: relative;
	overflow: hidden;
}

.service-block .inner-box .icon-box {
	position: relative;
}

.service-block .inner-box .icon-box .icon:before {
	font-size: 70px;
	margin: 0 20px 0 0;
}

.service-block .inner-box .icon-box .icon {
	position: relative;
	line-height: 1em;
	color: #d1641b;
	line-height: 1em;
	font-size: 70px;
	background: linear-gradient(to right, #d1641b 0%, #fd5e16 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-block .inner-box h5::before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 3px;
	width: 44px;
	background-image: -ms-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: -moz-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: -o-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D1641A), color-stop(100, #C2292A));
	background-image: -webkit-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: linear-gradient(to right, #D1641A 0%, #C2292A 100%);
}

.service-block .inner-box h5 {
	position: relative;
	font-weight: 600;
	margin-top: 16px;
	margin-bottom: 22px;
	padding-bottom: 14px;
}

.service-block .inner-box h5 a {
	position: relative;
	color: #222222;
	line-height: 1.3em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-block .inner-box .text {
	position: relative;
	color: #222222;
	font-size: 16px;
	line-height: 1.8em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-block .inner-box .big-icon {
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 1em;
	color: #d1641b;
	line-height: 1em;
	font-size: 110px;
	opacity: 0.2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: linear-gradient(to right, #d1641b 0%, #fd5e16 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service-block .inner-box .arrow-box {
	position: absolute;
	right: -40px;
	bottom: -25px;
	width: 50px;
	height: 50px;
	opacity: 0;
	color: #222222;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
	background-color: #ffffff;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}

.service-block .inner-box:hover .arrow-box {
	right: 30px;
	opacity: 1;
}

.service-block .inner-box:hover::before {
	width: 100%;
}

/*
================================================
7. Introduction Sec
================================================
*/
.introduction-section {
	position: relative;
	padding: 30px 0px 40px;
}

.introduction-section .image-column {
	position: relative;
	margin-bottom: 40px;
}

.introduction-section .image-column .inner-column {
	position: relative;
	padding: 55px 35px 0px 40px;
}

.introduction-section .image-column .inner-column:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 448px;
	height: 570px;
	background: url(../images/pattern-bg.png);
	background-repeat: no-repeat;
}

.introduction-section .image-column .image {
	position: relative;
}

.introduction-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.introduction-section .image-column .image .projects {
	position: absolute;
	left: -40px;
	bottom: -55px;
	padding: 22px 60px;
	font-weight: 700;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.4em;
	display: inline-block;
	background-image: -ms-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: -moz-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: -o-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D1641A), color-stop(100, #C2292A));
	background-image: -webkit-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: linear-gradient(to right, #D1641A 0%, #C2292A 100%);
}

.introduction-section .content-column {
	position: relative;
	margin-bottom: 40px;
}

.introduction-section .content-column .inner-column {
	position: relative;
}

.introduction-section .sec-title {
	position: relative;
	margin-bottom: 40px;
}

.introduction-section .sec-title .title {
	position: relative;
	color: #fd5e16;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.introduction-section .sec-title h2 {
	position: relative;
	color: #222222;
	font-weight: 700;
	line-height: 1.3em;
	text-transform: capitalize;
}

.introduction-section .content-column .text {
	position: relative;
	margin-bottom: 25px;
}

.introduction-section .content-column .text p {
	position: relative;
	color: #666666;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 18px;
}

.introduction-section .content-column .text p:last-child {
	margin-bottom: 0px;
}

.introduction-section .content-column .contact {
	position: relative;
	padding-top: 26px;
	margin-top: 30px;
	color: #666;
	font-weight: 700;
	font-size: 30px;
	border-top: 1px solid #e1e1e1;
}

.introduction-section .content-column .contact .question {
	position: relative;
	color: #d1651a;
	font-size: 18px;
	font-weight: 600;
	display: block;
}

.introduction-section .content-column .contact a {
	position: relative;
	color: #fd5e16;
	font-weight: 700;
	line-height: 1.6em;
	margin-top: 10px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.introduction-section .content-column .contact a:hover {
	color: #fa4612;
}

.introduction-section .list-style-three {
	position: relative;
}

.introduction-section .list-style-three li::before {
	position: absolute;
	content: '\f00c';
	left: 0px;
	top: 0px;
	font-weight: 400;
	color: #d1651a;
	font-size: 16px;
	font-family: 'FontAwesome';
}

.introduction-section .list-style-three li {
	position: relative;
	color: #222222;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 30px;
	line-height: 1.6em;
}

/*
================================================
8. Services Sec
================================================
*/
.service_section {
	background: #f6f6f9;
}

.service_section.inner-content-wrapper {
	padding: 40px 0 80px;
}

.service_section .section-title {
	margin: 0 0 40px;
}

/** Single Service Sec **/
.service_section .service_item {
	background: #ffffff;
	padding: 30px;
	text-align: center;
	margin-bottom: 30px;
	transition: all .3s;
	margin: 40px 0 0;
}

.service_section .service_item:hover {
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.service_section .service_title {
	font-size: 24px;
	color: #1d3b5f;
	font-weight: 700;
	margin: 0 0 10px;
}

.service_section .service_title a {
	color: #102541;
}

.service_section .service_title a:hover {
	color: #fd5e16;
}

.service_item p {
	font-size: 14px;
}

.service_icon_wrapper {
	margin: 0 0 10px;
	line-height: normal;
}

.service_icon_wrapper i:before {
	font-size: 60px;
	margin: 0;
	color: #101827;
}

.service_item .service_icon {
	width: 70px;
}

.service_item a.line-animation {
	position: relative;
	left: 0;
	transition: all .3s;
}

.service_item a.line-animation:hover::before {
	transform: translateY(-50%) scale(1);
	left: -18px;
}

.service_item a.line-animation::before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: #0f73ee;
	position: absolute;
	left: 0;
	top: 52%;
	transform: translateY(-50%) scale(0);
	transition: all .3s;
}

.service_item a.line-animation:hover {
	left: 5px;
}

/*** Service Details **/
.service-sidebar-area .service-details-title {
	background-color: #0046c0;
	color: #ffffff;
	padding: 15px 20px;
	margin-bottom: 20px;
}

.service-sidebar-area .service-card {
	margin-bottom: 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.service-sidebar-area .service-list ul li {
	border-bottom: 1px dashed #eeeeee;
	padding: 15px 20px;
	font-weight: 500;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.service-sidebar-area .service-list ul li:last-child {
	border-bottom: none;
}

.service-sidebar-area .service-list ul li a {
	color: #172541;
	display: block;
}

.service-sidebar-area .service-list ul li i {
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #3c7dee;
	border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.service-sidebar-area .service-list ul li:hover {
	background-color: #3c7dee;
	color: #ffffff;
}

.service-sidebar-area .service-list ul li:hover i {
	background-color: #ffffff;
	color: #3c7dee;
}

.service-sidebar-area .service-list ul li:hover a {
	color: #ffffff;
}

.service-sidebar-area .service-faq .faq-accordion {
	position: unset;
	padding: 0;
	background-color: #4424a8;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-item {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title {
	font-size: 15px;
	font-weight: 600;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title span {
	top: 11px;
}

.service-sidebar-area .paint {
	margin-bottom: 15px;
}

.service-details-wrap h3 {
	font-weight: 700;
}

.service-details-wrap .service-img {
	margin-bottom: 30px;
}

.service-details-wrap ul {
	margin-top: 30px;
	margin-bottom: 30px;
}

.service-details-wrap ul li {
	display: inline-block;
	font-weight: 600;
	color: #172541;
	font-size: 14px;
	padding-left: 35px;
	position: relative;
}

.service-details-wrap ul li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #3c7dee;
	border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 4px;
	position: absolute;
	top: 0px;
	left: 0;
}

.service-details-wrap .car-service-list-wrap {
	margin-bottom: 35px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul {
	margin: 0;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li {
	margin-bottom: 15px;
	font-size: 13px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li:last-child {
	margin-bottom: 0;
}

.service-details-wrap .list-unstyled {
	margin: 0;
}

.service-details-wrap .list-unstyled li {
	color: #dc3545;
	padding-left: 0 !important;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
}

.service-details-wrap #msgSubmit {
	margin-top: 30px;
}

.service-details-wrap .ask-question {
	text-align: center;
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	margin: 30px 0 0;
}

.service-details-wrap .ask-question h3 {
	font-size: 25px;
	margin-bottom: 30px;
}

.service-details-wrap .ask-question .form-group {
	margin-bottom: 30px;
}

.service-details-wrap .ask-question .default-btn {
	margin: auto;
	display: table;
}

.service-details-wrap .form-control {
	height: 50px;
	color: #172541;
	border: 1px solid #e8e8e8;
	background-color: #f9f9f9;
	border-radius: 4px;
	font-size: 15px;
	padding: 10px 20px;
	width: 100%;
}

.service-details-wrap textarea.form-control {
	height: auto;
}

.faq-area .faq-accordion {
	background-color: #4424a8;
	padding: 40px;
	padding: 40px;
	max-width: 570px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 350px;
	top: 100px;
}

.faq-area .faq-accordion h2 {
	color: #ffffff;
	font-size: 35px;
	margin-bottom: 30px;
}

.faq-area .faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.faq-area .faq-accordion .accordion .accordion-item {
	display: block;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	background: #0046c0;
	margin-bottom: 20px;
}

.faq-area .faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-area .faq-accordion .accordion .accordion-title {
	padding: 12px 20px 12px 40px;
	color: #ffffff;
	position: relative;
	margin-bottom: -1px;
	display: block;
	font-size: 16px;
	border: 1px solid #0046c0;
}

.faq-area .faq-accordion .accordion .accordion-title i {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	height: 100%;
	background: #0046c0;
	color: #4424a8;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	color: #ffffff;
}

.faq-area .faq-accordion .accordion .accordion-title i::before {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faq-area .faq-accordion .accordion .accordion-title span {
	position: absolute;
	top: 14px;
	left: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #4424a8;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
}

.faq-area .faq-accordion .accordion .accordion-title.active {
	border-bottom-color: #4424a8;
}

.faq-area .faq-accordion .accordion .accordion-title.active i {
	background-color: #0046c0;
	color: #fff;
}

.faq-area .faq-accordion .accordion .accordion-title.active i::before {
	content: "\e622";
}

.faq-area .faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	padding: 20px;
	color: #ffffff;
	font-size: 14px;
}

.faq-area .faq-accordion .accordion .accordion-content.show {
	display: block;
}

/*
================================================
9. Our Team Sec
================================================
*/
.our-team-sec {
	padding: 80px 0 120px;
}

.our-team-sec.inner-content-wrapper {
	padding: 0 0 120px;
}

.our-team-sec .section-title {
	margin: 0;
}

/** Single Team Sec **/
.team-block {
	position: relative;
	margin: 80px 0 0;
}

.team-block .team-upper-part {
	position: relative;
	overflow: hidden;
}

.social-list.list-sm li {
	margin-right: 10px;
	width: 34px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	display: inline-block;
}

.team-block .team-upper-part img {
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.team-block .team-upper-part .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(33, 38, 49, 0.8);
	padding: 35px 40px 40px 40px;
	transform-origin: bottom;
	-webkit-transform: perspective(1em) rotateY(2deg);
	-moz-transform: perspective(1em) rotateY(2deg);
	-ms-transform: perspective(1em) rotateY(2deg);
	-o-transform: perspective(1em) rotateY(2deg);
	transform: perspective(2em) rotateX(2deg);
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
}

.team-block .team-upper-part .social-list {
	position: absolute;
	bottom: -34px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
}

.team-block .team-upper-part .social-list.vertical-style li {
	float: none;
	margin-right: 5px;
	margin-bottom: 5px;
	opacity: 0;
	transform: translateY(60px);
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.team-block .team-upper-part .social-list.vertical-style li a {
	border-radius: 4px;
	background: #FF7906;
}

.team-block .team-bottom-part {
	background: #f9f9f9;
	padding: 20px;
	position: absolute;
	width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -35px;
	z-index: 10;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.team-block .team-bottom-part h4 {
	font-weight: 600;
}

.team-block .team-bottom-part .designation {
	color: #FF7906;
}

.team-block:hover .team-upper-part img {
	-moz-transform: scale3d(1.1, 1.1, 1.1);
	-o-transform: scale3d(1.1, 1.1, 1.1);
	-ms-transform: scale3d(1.1, 1.1, 1.1);
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.team-block:hover .team-upper-part .overlay {
	-webkit-transform: perspective(0em) rotateY(0deg);
	-moz-transform: perspective(0em) rotateY(0deg);
	-ms-transform: perspective(0em) rotateY(0deg);
	-o-transform: perspective(0em) rotateY(0deg);
	transform: perspective(0em) rotateY(0deg);
	opacity: 1;
}

.team-block:hover .team-upper-part .social-list {
	position: absolute;
	bottom: 25%;
	opacity: 1;
}

.team-block:hover .team-upper-part .social-list.vertical-style li {
	opacity: 1;
	transform: translateY(0);
}

.team-block:hover .team-bottom-part {
	background: #FF7906;
	bottom: -60px;
}

.team-block:hover .team-bottom-part .team-title {
	z-index: 1;
	color: #fff;
	position: sticky;
}

.team-block:hover .team-bottom-part .team-title a {
	color: #fff;
}

.team-block:hover .team-bottom-part .designation {
	z-index: 1;
	position: sticky;
	color: #fff;
}

.social-list.list-sm li a {
	height: 34px;
	width: 34px;
	font-size: 14px;
	line-height: 34px;
	display: inline-block;
	color: #fff;
	text-align: center;
}

/*
================================================
10. Testimonial Sec
================================================
*/
.testimonial-section {
	float: left;
	width: 100%;
	padding: 80px 0;
}

.testimonial-section .section-title {
	margin: 0;
}

.testimonial-section .testimonial-area {
	background: rgba(0, 0, 0, 0);
	overflow: hidden;
	padding: 0px 0 0;
}

.testimonial-section .testimonial-image-slider {
	margin-top: 5px;
}

.testimonial-section .slick-list {
	margin: 0 5px;
}

.testimonial-section .sin-testiImage {
	display: inline-block;
	margin-bottom: 11px;
	outline: medium none;
}

.testimonial-section .sin-testiImage img {
	border: 5px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block !important;
	height: 80px;
	margin-bottom: 30px;
	margin-top: 36px;
	outline: 0 none;
	width: 80px;
}

.testimonial-section .sin-testiImage.slick-current img {
	height: 145px;
	margin-top: 0;
	opacity: 1;
	width: 146px;
	border: 5px solid #ffffff;
	border-radius: 50%;
	margin-bottom: 35px;
}

.testimonial-section .testimonial-text-slider h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #ffffff;
}

.testimonial-section .testimonial-text-slider span {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 15px;
	color: #ffffff;
}

.testimonial-section .testimonial-text-slider {
	margin: auto;
	padding: 0;
	position: relative;
	width: unset;
	z-index: 9;
}

.testimonial-section .sin-testiText {
	outline: none;
}

.testimonial-section .sin-testiText p {
	max-width: 555px;
	margin: auto;
	color: #ffffff;
}

/* New Testimonial Card Styles (Refined from Screenshot) */
.testi-card {
	background: #ffffff;
	padding: 40px 30px;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.testi-card:hover {
	transform: translateY(-8px);
}

.quote-icon {
	color: #ffb400;
	/* Orange color from screenshot */
	font-size: 32px;
	margin-bottom: 20px;
}

.testi-content {
	margin-bottom: 30px;
	flex-grow: 1;
}

.testi-content p {
	color: #4a4a4a !important;
	/* Darker gray from screenshot */
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	font-weight: 500;
}

.testi-info {
	display: flex;
	align-items: center;
	margin-top: auto;
}

.user-avatar-icon {
	width: 50px;
	height: 50px;
	background: #000000;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	flex-shrink: 0;
}

.user-avatar-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.testi-info .info-text h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 2px;
	color: #1a2a3a;
}

.testi-info .info-text .location {
	font-size: 13px;
	color: #ffb400 !important;
	/* Orange location text */
	font-weight: 600;
	display: block;
}

.testi-carousel {
	display: flex;
	overflow: hidden;
	margin: 0 -15px;
}

.testi-item {
	padding: 20px 15px;
	outline: none;
	width: 33.333%;
	/* Fallback for 3 items in a row */
	flex-shrink: 0;
}

/* Slick initialized state overrides */
.testi-carousel.slick-initialized {
	display: block;
}

.testi-carousel.slick-initialized .testi-item {
	width: auto;
}

.text-white {
	color: #ffffff !important;
}

.testi-item {
	padding: 15px;
	outline: none;
}

.testi-carousel .slick-dots {
	bottom: -40px;
	text-align: center;
	width: 100%;
}

.testi-carousel .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.testi-carousel .slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: all 0.3s;
}

.testi-carousel .slick-dots li.slick-active button {
	background: #fa4612;
	width: 30px;
	border-radius: 10px;
}

.testimonial-section .slick-prev,
.testimonial-section .slick-next {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 25px;
	outline: medium none;
	padding: 0;
	position: absolute;
	top: 200px;
	width: 16px;
}

.testimonial-section .slick-prev:hover::before,
.testimonial-section .slick-next:hover::before {
	background: #ffffff;
}

.testimonial-section .slick-prev {
	left: -31px;
}

.testimonial-section .slick-next {
	right: -31px;
}

.testimonial-section .slick-prev:before,
.testimonial-section .slick-next:before {
	height: 25px;
	width: 16px;
	left: -130px;
	top: -44px;
	position: absolute;
	color: #101827;
	font-family: "foundation-icons";
	content: "<";
	font-family: "Material-Design-Iconic-Font";
	font-size: 33px !important;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 1;
	background: rgba(255, 255, 255, 0.35);
	width: 45px;
	height: 45px;
	border-radius: 45px;
	line-height: 45px;
	font-family: inherit;
}

.testimonial-section .slick-next:before {
	right: -130px;
	left: inherit;
	content: '>';
}

.testimonial-section .slick-slider {
	z-index: 9;
}

.testimonial-section .testimonial-area:hover .slick-prev:before,
.testimonial-section .testimonial-area:hover .slick-next:before {
	opacity: 1;
}

.testimonial-bg {
	background-image: url(../images/generated-mumbai-road-truck.webp);
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
}

.testimonial-bg::before {
	position: absolute;
	content: '';
	background: #101827;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .8;
	z-index: -1;
}

/*
================================================
11. Pricing Table Sec
================================================
*/
.pricing-sec {
	padding: 40px 0 80px;
}

.pricing-sec .section-title {
	margin: 0 0 40px;
}

/** Single Pricing Sec **/
.pricing-sec .pricing_plan {
	background-image: url(../images/shap1.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 40px 35px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	box-shadow: 0px 0 45px 0px rgba(205, 205, 205, 0.4);
	border-radius: 5px;
}

.pricing-sec .pricing_plan .pricing_plan_wrapper {
	position: relative;
	z-index: 1;
}

.pricing-sec .pricing_plan.active .plan_title {
	color: #0046c0;
	font-weight: 600;
}

.pricing-sec .plan_title {
	color: #1d3b5f;
	font-size: 35px;
	margin: 15px 0 10px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.pricing_plan.business .plan_title {
	color: #0f73ee;
}

.pricing_plan .price_area {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: rgba(5, 117, 255, 0.2);
	margin: 0 auto 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pricing_plan .price_area .price_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 7px);
	background: #0f73ee;
	height: calc(100% - 7px);
	border-radius: 50%;
}

.pricing_plan .price_area .price_wrapper p {
	margin: 0;
}

.pricing_plan.business {
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
}

.pricing_plan.business .price_area .price_wrapper {
	background-color: #1d3b5f;
}

.pricing_plan .price_area p {
	color: #ffffff;
	font-size: 36px;
	font-weight: 600;
}

.pricing_plan .price_area p span {
	font-size: 24px;
}

.pricing_plan .price_area_img {
	margin: -40px -35px 30px;
	overflow: hidden;
}

.pricing_plan .price_area_img img {
	width: 100% !important;
	height: 200px !important;
	object-fit: cover !important;
	transition: all 0.5s ease;
}

.pricing_plan:hover .price_area_img img {
	transform: scale(1.1);
}

.pricing_plan .plan_info {
	color: #6f87aa;
	font-size: 15px;
	margin-bottom: 25px;
	padding: 0 10px;
}

.pricing-sec .plan_title {
	color: #1d3b5f;
	font-size: 28px;
	margin: 0 0 15px;
	font-weight: 600;
	font-family: ' Montserrat', sans-serif;
}

/*
================================================
12. Request a Call Back Section
================================================
*/
.request-quote-sec::before {
	position: absolute;
	content: '';
	background: #0b0c26;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .8;
	z-index: -1;
}

.request-quote-sec {
	background-image: url(../images/generated-mumbai-road-truck.webp);
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
}

.request-quote-sec h6::after {
	position: absolute;
	content: "";
	background: #f2343c;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	left: -10px;
	z-index: -1;
	top: -4px;
	animation: leftright 1s infinite alternate;
	opacity: 0.5;
}

.request-quote-sec h6 {
	position: relative;
	color: #fff;
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 26px;
}

.request-quote-sec h2 {
	font-size: 42px;
	line-height: 48px;
	color: #fff;
	font-weight: 700;
}

.request-quote-sec .form-control {
	box-shadow: none;
	outline: none;
	border: 1px solid #dfdce6;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	font-family: "Poppins", sans-serif;
	color: #243b60;
	height: auto;
	padding: 20px;
	resize: none;
	min-width: 100%;
	height: 56px;
}

select {
	width: 268px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 5px;
	height: 34px;
	background: url(../images/down-arrow.png) no-repeat right #ddd;
	-webkit-appearance: none;
	background-position-x: 96%;
}

.request-quote-sec .custom-select-categories {
	background-color: #fff;
	color: #243b60;
	height: 56px;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	padding: 4px 15px;
	border: 1px solid #dfdce6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: none;
}

/* leftright animation */
.leftright {
	animation: leftright 1s infinite alternate;
}

@-webkit-keyframes leftright {
	0% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(40px);
		-moz-transform: translateX(40px);
		-ms-transform: translateX(40px);
		-o-transform: translateX(40px);
		transform: translateX(40px);
	}
}

@keyframes rotateInfinit {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(45deg);
	}

	50% {
		transform: rotate(90deg);
	}

	75% {
		transform: rotate(135deg);
	}

	100% {
		transform: rotate(180deg);
	}
}

@keyframes spinInfinit {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/*
================================================
13. Blog Section
================================================
*/
.latest-blog-style4-outer {
	position: relative;
	display: block;
	overflow: hidden;
}

.single-blog-post-style4 {
	position: relative;
	display: block;
}

.single-blog-post-style4 .img-holder {
	position: relative;
	display: block;
}

.single-blog-post-style4 .img-holder .inner {
	position: relative;
	display: block;
	overflow: hidden;
}

.single-blog-post-style4 .img-holder .inner img {
	width: 100%;
}

.single-blog-post-style4 .img-holder .title-holder {
	position: absolute;
	left: 60px;
	bottom: -60px;
	right: 60px;
	background: #18212e;
	display: block;
	padding: 33px 40px 32px;
}

.single-blog-post-style4 .img-holder .title-holder .meta-info {
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 12px;
}

.single-blog-post-style4 .img-holder .title-holder .meta-info li {
	position: relative;
	display: inline-block;
	float: left;
	line-height: 24px;
	margin-right: 25px;
}

.single-blog-post-style4 .img-holder .title-holder .meta-info li:last-child {
	margin-right: 0;
}

.single-blog-post-style4 .img-holder .title-holder .meta-info li i {
	position: relative;
	display: inline-block;
	font-size: 16px;
	padding-left: 5px;
	color: #fa4612;
}

.single-blog-post-style4 .img-holder .title-holder .meta-info li a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-blog-post-style4 .img-holder .title-holder .blog-title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
}

.single-blog-post-style4 .img-holder .title-holder .blog-title a {
	color: #ffffff;
}

.blog-carousel.owl-carousel {
	position: relative;
	display: block;
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

.blog-carousel.owl-carousel .owl-stage-outer {
	padding: 0px 0px 60px;
}

.latest-blog-style4-outer .btn-block {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.latest-blog-style4-outer .btn-block .next-btn,
.latest-blog-style4-outer .btn-block .prev-btn {
	width: 125px;
	height: 125px;
	border: none;
	outline: none;
	background-color: #000;
	border-radius: 0%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.thumb-img {
	display: none !important;
}

.blog-carousel.owl-carousel .owl-nav {
	position: absolute;
	left: -166px;
	bottom: 155px;
	right: -166px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	height: auto;
}

.blog-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
}

.blog-carousel.owl-carousel .owl-nav button p {
	color: #222222;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

/** Blog Details **/
.blog-grid-item {
	box-shadow: 8px 14px 38px rgba(39, 44, 49, .06), 1px 3px 8px rgba(39, 44, 49, .03);
}

.blog-grid-info {
	padding: 30px;
}

.blog-grid-item:hover {
	box-shadow: 8px 28px 50px rgba(39, 44, 49, .07), 1px 6px 12px rgba(39, 44, 49, .04);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.blog-grid-thubmnil img {
	border-radius: 5px 5px 0px 0px;
}

.blog-grid-info h4 {
	line-height: 1.5;
	font-size: 20px;
	font-weight: 600;
}

.blog-grid-info h5 {
	font-weight: 600;
}

.blog-auth img {
	max-width: 40px;
	border-radius: 50%;
}

.blog-auth span {
	float: right;
	display: inline-block;
	margin-top: 7px;
}

blockquote.authore-blockquote {
	padding: 30px;
	background: #fa4612;
	position: relative;
}

blockquote.authore-blockquote p {
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	color: #fff;
}

.blog-grid-item.single-blog:hover {
	-webkit-transform: inherit;
	transform: inherit;
}

blockquote.authore-blockquote h4,
blockquote.authore-blockquote span {
	color: #fff;
}

blockquote.authore-blockquote h4 {
	margin-bottom: 0;
}

blockquote.authore-blockquote i {
	color: #fff;
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 50px;
}

.recent-post-item {
	position: relative;
	padding-left: 85px;
}

.recent-post-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	border-radius: 50%;
}

.recent-post-item h5 {
	line-height: 1.5;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 3px;
}

.widget.follow-us-widget a i {
	color: #fff;
	background: #fa4612;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 9px 0 10px 0px;
	margin-right: 5px;
}

.widget.follow-us-widget a i:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.widget.follow-us-widget a i.fa-facebook {
	background: #4267B2 !important;
}

.widget.follow-us-widget a i.fa-twitter {
	background: #55ADED !important;
}

.widget.follow-us-widget a i.fa-instagram {
	background: #E1327D !important;
}

.widget.follow-us-widget a i.fa-linkedin {
	background: #0077B5 !important;
}

.widget.follow-us-widget a i.fa-tumblr {
	background: #314358 !important;
}

.widget_tag_cloud a {
	padding: 8px 14px;
	font-size: 12px;
	display: inline-block;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	position: relative;
	background: #f6f7f8;
}

.widget_tag_cloud a:hover {
	background: #fa4612;
	color: #fff;
}

.widget ul li a {
	color: #232323;
	position: relative;
	display: block;
	padding-left: 13px;
	-webkit-transition: .5s;
	transition: .5s;
}

.widget ul li {
	padding-bottom: 10px;
	border-bottom: 1px solid #ececf0;
	margin-bottom: 10px;
}

.widget {
	padding-left: 20px;
}

.widget ul li a:after {
	position: absolute;
	content: "\f105";
	top: 0;
	font-family: fontawesome;
	left: 0;
}

.widget ul li a:hover {
	margin-left: 10px;
	color: #fa4612;
}

.instagrm-widget a {
	width: 75px;
	display: inline-block;
	margin-bottom: 3px;
}

.sb-post-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.re-post-thumbnil {
	max-width: 80px;
	max-height: 80px;
	margin-right: 20px;
}

.re-post-thumbnil img {
	border-radius: 50%;
}

.rs-post-content span {
	display: block;
}

.rs-post-content a {
	display: block;
	margin-bottom: 5px;
	color: #232323;
}

.widget.widget_search input[type="search"] {
	float: left;
	width: 80%;
	border: 1px solid #eeeeee;
	color: #666666;
	padding: 10px;
	margin-bottom: 30px;
}

.widget-title {
	font-weight: 700;
}

.widget.widget_search button {
	background: #fa4612;
	color: #fff;
	border: none;
	padding: 11px 15px;
}

.rs-post-content a:hover {
	color: #fa4612;
}

.comment-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border: 1px solid #dee2e6;
	padding: 30px;
	position: relative;
}

.comment-thumb {
	margin-right: 20px;
}

.comment-thumb img {
	border-radius: 50%;
}

.reply-btn {
	position: absolute;
	top: 30px;
	right: 30px;
}

.reply-btn a {
	background: #fa4612;
	color: #fff;
	padding: 8px 25px;
	border-radius: 30px;
}

.comment-item.reply {
	margin-left: 50px;
}

.comment-authore h5 {
	font-weight: 700;
	;
}

.comment-item p {
	margin: 0;
}

.comment-item.reply-reply {
	margin-left: 100px;
}

.comment-authore span {
	display: block;
}

.comment-form-area h4 {
	font-weight: 700;
	;
}

form.comment-form textarea {
	height: 140px;
}

.comment-form-area input {
	height: 50px;
	color: #172541;
	border: 1px solid #e8e8e8;
	background-color: #f9f9f9;
	border-radius: 4px;
	font-size: 15px;
	padding: 10px 20px;
	width: 100%;
	margin-bottom: 30px;
}

form.comment-form textarea {
	height: 140px;
	color: #172541;
	border: 1px solid #e8e8e8;
	background-color: #f9f9f9;
	border-radius: 4px;
	font-size: 15px;
	padding: 10px 20px;
	width: 100%;
	margin-bottom: 30px;
}

.comment-form-area input.btn {
	background: #fa4612;
	border: 1px solid #fa4612;
	transition: .4s;
	color: #fff;
	z-index: 9;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 40px;
	border-radius: 5px;
	position: relative;
	width: auto;
}

/*
================================================
14. Subscribe Section
================================================
*/
.subscribe-area {
	margin-bottom: -115px;
	float: left;
	width: 100%;
}

.subscribe-area .subscribe-box {
	background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
	background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
	background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
	padding: 40px 0;
}

.subscribe-area .subscribe-box .subscribe-info .title {
	color: #fff;
	font-size: 30px;
	padding-bottom: 30px;
	font-weight: 700;
}

.subscribe-area .subscribe-box .subscribe-info ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 33px;
}

.subscribe-area .subscribe-box .subscribe-info .input-box {
	position: relative;
}

.subscribe-area .subscribe-box .subscribe-info .input-box input {
	width: 100%;
	border: 0;
	background: #b23521;
	line-height: 60px;
	padding-left: 22px;
	color: #fff;
}

.subscribe-area .subscribe-box .subscribe-info .input-box input::placeholder {
	opacity: .5;
	color: #fff;
}

.subscribe-area .subscribe-box .subscribe-info .input-box button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 48px;
	margin: 0;
	background: #fff;
	border: 0;
	color: #d1651a;
	z-index: 10;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
}

.subscribe-area .subscribe-box .subscribe-info.pl-50 {
	border-left: 1px solid #d97f65;
}

/*
================================================
15. Page Title Section
================================================
*/
.page-title-area {
	position: relative;
	z-index: 1;
	padding-top: 150px;
	padding-bottom: 150px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../images/price-home.webp);
}

.page-title-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #000000;
	opacity: 0.7;
}

.page-title-area .page-title-content h2 {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
}

.page-title-area .page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 0;
	float: right;
}

.page-title-area .page-title-content ul li {
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	padding-right: 20px;
	color: #fa4612;
}

.page-title-area .page-title-content ul li::before {
	content: "";
	position: absolute;
	top: 12px;
	right: 5px;
	background-color: #ffffff;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.page-title-area .page-title-content ul li:last-child::before {
	display: none;
}

.page-title-area .page-title-content ul li i {
	font-size: 20px;
	margin: 0 5px;
	position: relative;
	top: 5px;
}

.page-title-area .page-title-content ul li a {
	color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
	color: #fa4612;
}

/*
================================================
16. Inner content wrapper
================================================
*/
.inner-content-wrapper {
	float: left;
	width: 100%;
	padding: 80px 0
}

/*
================================================
17. FAQ Sec
================================================
*/
.faq-sec .faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.faq-sec .faq-accordion .accordion .accordion-item {
	display: block;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	background: #ffffff;
}

.faq-sec .faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-sec .faq-accordion .accordion .accordion-title {
	padding: 12px 20px 12px 60px;
	color: #0d3a88;
	position: relative;
	border-bottom: 1px dashed #eeeeee;
	margin-bottom: -1px;
	display: block;
	font-size: 18px;
}

.faq-sec .faq-accordion .accordion .accordion-title i {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	height: 100%;
	background: #faf5f5;
	color: #fa4612;
	font-size: 14px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.faq-sec .faq-accordion .accordion .accordion-title i::before {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faq-sec .faq-accordion .accordion .accordion-title span {
	position: absolute;
	top: 14px;
	left: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #fa4612;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
}

.faq-sec .faq-accordion .accordion .accordion-title.active {
	border-bottom-color: #fa4612;
}

.faq-sec .faq-accordion .accordion .accordion-title.active i {
	background-color: #fa4612;
	color: #fff;
}

.faq-sec .faq-accordion .accordion .accordion-title.active i::before {
	content: "\e622";
}

.faq-sec .faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	padding: 30px;
}

.faq-sec .faq-accordion .accordion .accordion-content.show {
	display: block;
}

.faq-sec .faq-img {
	background-image: url(../images/news-details-img.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

/*
================================================
18. Gallery Sec
================================================
*/
.portfolio-area .portfolio-wrapper {
	background: #fff;
	padding: 0 10px;
	border-radius: 5px;
}

.portfolio-menu button {
	position: relative;
	display: inline-block;
	padding: 12px 31px 7px;
	cursor: pointer;
	background: none;
	border: none;
	color: #727B9A;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.portfolio-menu button.active,
.portfolio-menu button:hover {
	color: #686EE4;
}

.single-portfolio-item {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.portfolio-first-item {
	height: 436px;
}

.portfolio-second-item {
	height: 305px;
}

.portfolio-third-item {
	height: 356px;
}

.portfolio-fourth-item {
	height: 450px;
}

.portfolio-fifth-item {
	height: 400px;
}

.portfolio-sixth-item {
	height: 319px;
}

.single-portfolio-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fa4612;
	opacity: 0;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}

.portfolio-hover {
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	opacity: 0;
}

.portfolio-hover a {
	color: #fff;
	font-size: 30px;
	padding: 10px;
	font-weight: 500;
}

.single-portfolio-item:hover .portfolio-hover {
	opacity: 1;
	left: 0;
}

.single-portfolio-item:hover::before {
	opacity: .9;
}

.single-portfolio-item img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

/*
================================================
19. Error Sec
================================================
*/
.error-section.inner-content-wrapper {
	padding: 40px 0 80px;
}

.error-section .error-text h2 {
	color: #fa4612;
	font-size: 150px;
	font-weight: 700;
	letter-spacing: 4px;
}

.error-section h3 {
	font-weight: 600;
	font-size: 28px;
	margin-top: 25px;
	margin: 0 0 15px;
	font-family: 'Lato', sans-serif;
}

.error-section .error-options .or {
	color: #2f2f2f;
	font-size: 18px;
	margin: 0 18px;
	font-weight: 500;
}

.error-search-box {
	position: relative;
	margin-top: 12px;
	width: 320px;
	display: inline-block;
}

.error-search-box .form-group {
	position: relative;
	margin: 0;
}

.error-search-box .form-group input[type="text"],
.error-search-box .form-group input[type="search"] {
	padding: 10px 50px 10px 20px;
	border: 2px solid #ededed;
	display: block;
	width: 100%;
	height: 54px;
	border-radius: 40px;
	transition: 500ms;
}

.error-search-box .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 52px;
	width: 50px;
	line-height: 52px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: silver;
	background: 0 0;
	border-radius: 0 3px 3px 0;
	font-weight: 400;
	border: none;
}

/*
================================================
20. Contact Us Sec
================================================
*/
.contact-form-item {
	position: relative;
}

.contact-form-item i {
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: 11px;
	color: #fa4612;
	font-size: 25px;
}

.contact-form-item input[type="text"],
.contact-form-item input[type="tel"],
.contact-form-item input[type="email"],
.contact-form-item textarea {
	padding-left: 45px;
}

.contact-form-item textarea {
	height: 120px;
}

.contact-info-item i {
	box-shadow: 0px 0px 42px rgba(0, 0, 0, .08);
	width: 80px;
	height: 80px;
	display: block;
	text-align: center;
	font-size: 30px;
	color: #fa4612;
	line-height: 80px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.contact-info-item {
	position: relative;
	padding-left: 94px;
}

.contact-info-item h4 {
	font-weight: 700;
}

.contact-form-area h1 {
	font-weight: 700;
}

.contact-info-item p {
	margin-bottom: 0;
}

.contact-info-item a {
	color: #212127;
}

.contact-info-item:hover i {
	background: #fa4612;
	color: #fff;
}

.contact-area {
	float: left;
	width: 100%;
	padding: 60px 0;
}

.contact-wrapper {
	box-shadow: 8px 14px 38px rgba(39, 44, 49, .06), 1px 3px 8px rgba(39, 44, 49, .03);
}

.contact-img {
	position: relative;
	height: 100%;
}

.contact-bg {
	background-image: url(../images/contact-info.jpg);
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.contact-form-area {
	padding: 30px;
}

.g-map {
	height: 500px;
}

.contact-form-item {
	position: relative;
}

.contact-form-item i {
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: 11px;
	color: #fa4612;
	font-size: 25px;
}

.contact-form-item input[type="text"],
.contact-form-item input[type="tel"],
.contact-form-item input[type="email"],
.contact-form-item textarea {
	border: 1px solid #eeeeee;
	color: #666666;
	padding: 10px 10px 10px 45px;
	margin-bottom: 30px;
	width: 100%;
}

.contact-form-item textarea {
	height: 120px;
}

/*
================================================
21. Footer Area
================================================
*/
.footer-area {
	background: #1a1f26;
	/* Slightly darker than original for better premium feel */
	padding-top: 80px;
	float: left;
	width: 100%;
	position: relative;
	color: #fff;
}

.footer-widget .title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 12px;
	text-transform: capitalize;
}

.footer-widget .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #fa4612;
}

.footer-content p {
	color: #ffffff;
	/* Brighter for better visibility */
	line-height: 1.8;
	margin-bottom: 25px;
	font-size: 15px;
}

/* Social Links */
.footer-social ul {
	display: flex;
	gap: 12px;
}

.footer-social ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	border-radius: 50%;
	transition: all 0.3s ease;
	font-size: 16px;
}

.footer-social ul li a:hover {
	background: #fa4612;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(250, 70, 18, 0.3);
}

/* Service & Quick Links */
.footer-list ul li {
	margin-bottom: 12px;
}

.footer-list ul li a {
	color: #ffffff;
	/* Brighter for better visibility */
	font-size: 15px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
}

.footer-list ul li a i {
	margin-right: 10px;
	font-size: 12px;
	color: #fa4612;
	transition: transform 0.3s ease;
}

.footer-list ul li a:hover {
	color: #fa4612;
	/* Brand orange for clear hover feedback */
	padding-left: 5px;
}

.footer-list ul li a:hover i {
	transform: translateX(3px);
}

/* Contact Info */
.contact-list li {
	display: flex;
	margin-bottom: 20px;
	align-items: flex-start;
}

.contact-list .icon {
	min-width: 40px;
	height: 40px;
	background: rgba(250, 70, 18, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	color: #fa4612;
	font-size: 18px;
}

.contact-list .text {
	color: #ffffff;
	/* Brighter for better visibility */
	font-size: 15px;
	line-height: 1.6;
}

.contact-list .text a {
	color: #ffffff;
	/* Brighter for better visibility */
}

.contact-list .text a:hover {
	color: #fff;
}

/* Copyright Row */
.footer-copyright {
	background: #13171c;
	padding: 30px 0;
	margin-top: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright-text {
	color: #7a7f85;
	font-size: 14px;
	margin: 0;
}

.footer-bottom-links {
	margin: 0;
	padding: 0;
}

.footer-bottom-links li {
	display: inline-block;
	margin-left: 20px;
}

.footer-bottom-links li a {
	color: #7a7f85;
	font-size: 14px;
	transition: all 0.3s ease;
}

.footer-bottom-links li a:hover {
	color: #fa4612;
}

@media (max-width: 767px) {
	.footer-area {
		padding-top: 60px;
	}

	.footer-widget {
		margin-bottom: 40px;
	}

	.footer-bottom-links {
		text-align: center;
		margin-top: 15px;
	}

	.footer-bottom-links li {
		margin: 0 10px;
	}

	.copyright-text {
		text-align: center;
	}
}


/*
================================================
22. Responsive CSS
================================================
*/
@media (min-width: 1200px) and (max-width: 1399px) {}


@media (min-width: 992px) and (max-width: 1199px) {

	/*-- Subscribe Sec --*/
	.subscribe-area .subscribe-box .subscribe-info {
		padding-right: 30px;
		padding-left: 30px;
	}

	/*-- Footer Sec --*/
	.footer-area .footer-content p {
		padding-right: 20px;
	}
}

@media (max-width: 991px) {

	/** Header Top **/
	.mobile-nav {
		display: block;
		position: relative;
	}

	.mobile-nav .logo {
		text-decoration: none;
		position: absolute;
		top: 11px;
		z-index: 999;
		left: 15px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 20px;
	}

	.mean-container .mean-bar {
		background-color: #0046c0;
		padding: 0;
	}

	.mean-container a.meanmenu-reveal {
		padding: 15px 15px 0 0;
	}

	.mobile-nav nav .navbar-nav .nav-item a i {
		display: none;
	}

	.main-nav {
		display: none !important;
	}

	.mobile-nav nav .navbar-nav {
		height: 300px;
		overflow-y: scroll;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	/*-- Header Top --*/
	.mobile-nav .logo {
		width: 110px;
		top: 9px !important;
	}



	/*-- Intrudction Sec --*/
	.content-column .inner-column {
		margin: 40px 0 0;
	}

	.introduction-section .content-column {
		margin: 0;
	}

	/*--Blog Sec --*/
	.blog-carousel.owl-carousel {
		max-width: 400px;
	}

	.single-blog-post-style4 .img-holder .title-holder {
		padding: 30px;
		left: 30px;
		right: 30px;
		bottom: -30px;
	}

	/*-- Subscribe Sec --*/
	.subscribe-area .subscribe-box .subscribe-info.pl-50 {
		margin-top: 40px;
	}

	.subscribe-area .subscribe-box .subscribe-info {
		padding-right: 30px;
		padding-left: 30px;
	}

	/*-- FAQ Sec --*/
	.faq-sec .faq-img {
		height: 400px;
		margin-top: 30px;
	}

	.faq-area .faq-accordion {
		padding: 30pxpx;
		max-width: unset;
		position: unset;
	}

	/*-- Footer Sec --*/
	.footer-area .footer-copyright .footer-copyright-item ul li a {
		margin-left: 8px;
		padding-left: 8px;
	}

	.footer-content ul {
		margin-bottom: 40px;
	}

	.footer-copyright-item {
		text-align: center;
	}

	.footer-area .footer-copyright.footer-copyright-item ul {
		float: none;
		margin: 10px 0 0;
	}
}

@media (max-width: 767px) {

	/*-- Header Top --*/
	.header-top {
		padding-top: 15px;
		border-bottom: 1px solid #f2f2f2;
		text-align: center;
	}

	.header-top-item .header-top-left ul li {
		font-size: 13px;
		margin-right: 0;
		margin-bottom: 8px;
		display: block;
	}

	.header-top-item .header-top-left ul li i {
		font-size: 16px;
	}

	.header-top-item .header-top-right {
		text-align: center;
	}

	/*-- End Header Top --*/
	/*-- Navbar --*/
	.mobile-nav .logo {
		width: 180px;
		/* Increased from 120px */
		top: 5px !important;
	}

	.mobile-nav.mean-container .mean-nav ul li a.active {
		color: #0046c0;
	}



	/*-- Slider Sec --*/
	.main-slider .slide {
		padding: 140px 0px 150px
	}

	.main-slider h1 br {
		display: none;
	}

	.main-slider .owl-dots {
		display: inherit;
		position: absolute;
		bottom: 50px;
		top: auto;
		left: 50%;
		right: auto;
		margin: 0 0 0 -25px;
	}

	.main-slider .owl-dots .owl-dot {
		display: inline-block;
		margin: 0 2px;
	}

	.main-slider .owl-nav .owl-prev:hover,
	.main-slider .owl-nav .owl-next:hover {
		display: none;
	}

	/*-- Featured Sec --*/
	.featured-sec .featured-inner {
		margin-top: -90px;
	}

	/*-- page title Sec --*/
	.page-title-area {
		padding-top: 180px !important;
		padding-bottom: 50px !important;
	}

	.page-title-area .page-title-content ul {
		float: left;
	}

	.page-title-area .page-title-content h2 {
		margin-bottom: 5px;
	}

	/*-- Induction Sec --*/
	.inner-content-wrapper.introduction-section {
		padding: 80px 0;
	}

	.introduction-section {
		padding: 0 0px 80px;
	}

	.introduction-section .sec-title {
		margin-bottom: 20px;
	}

	.introduction-section .content-column {
		margin: 0;
	}

	.introduction-section .image-column .inner-column::before {
		display: none;
	}

	.introduction-section .image-column .inner-column {
		padding: 0;
	}

	.introduction-section .image-column .image .projects {
		position: initial;
		width: 100%;
		padding: 25px 30px;
	}

	.introduction-section .sec-title h2 {
		font-size: 25px;
		line-height: 35px;
	}

	.introduction-section .sec-title h2 br {
		display: none;
	}

	/* Request Demo Sec */
	.request-quote-sec h2 {
		font-size: 25px;
		line-height: 35px;
	}

	/* Blog Sec */
	.blog-carousel.owl-carousel .owl-stage-outer {
		padding: 0px 0px 200px;
	}

	.widget {
		padding-left: 0;
	}

	.blog-sec .img-holder .title-holder {
		left: 20px;
		bottom: -60px;
		right: 20px;
		padding: 23px 20px 22px;
		width: 300px;
		margin: 0 auto;
	}

	.blog-sec .btn-block {
		top: auto;
		bottom: 0px;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.blog-sec .img-holder .title-holder .blog-title {
		font-size: 20px;
		line-height: 30px;
	}

	.blog-carousel.owl-carousel .owl-nav {
		left: 0;
		bottom: 50px;
		right: 0;
	}

	/*-- Subscribe Sec --*/
	.subscribe-area .subscribe-box .subscribe-info.pl-50 {
		margin-top: 40px;
	}

	.subscribe-area .subscribe-box .subscribe-info .input-box button {
		padding: 0 20px;
	}

	.subscribe-area .subscribe-box .subscribe-info .title {
		font-size: 21px;
	}

	.subscribe-area .subscribe-box .subscribe-info {
		padding-right: 10px;
		padding-left: 10px;
	}

	/*-- FAQ Sec --*/
	.faq-sec .faq-img {
		height: 300px;
		margin-top: 30px;
	}

	/*-- Error Sec --*/
	.error-section .error-text h2 {
		font-size: 100px;
	}

	.error-section h3 {
		font-size: 18px;
		margin: 0 0 20px;
	}

	/*-- Contact Sec --*/
	.contact-area {
		padding: 30px 0 0;
	}

	.contact-info-item {
		margin-bottom: 30px;
	}

	/*-- Footer Sec --*/
	.footer-area .footer-list .title {
		margin-top: 30px;
	}

	.footer-area .footer-copyright-item {
		display: block;
		text-align: center;
	}

	.footer-area .footer-copyright-item p {
		padding-bottom: 10px;
	}

	.footer-area .footer-copyright.footer-copyright-item ul {
		float: none;
	}

	.footer-area .footer-copyright-item ul li a {
		margin: 0;
		padding: 0 8px;
	}

	.footer-area .footer-copyright.footer-copyright-item ul li a {
		margin-left: 2px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

	/*-- Subscribe Sec --*/
	.subscribe-area .subscribe-box .subscribe-info .input-box button {
		padding: 0 30px;
	}

	.subscribe-area .subscribe-box .subscribe-info .title {
		font-size: 30x;
	}

	.subscribe-area .subscribe-box .subscribe-info {
		padding-right: 30px;
		padding-left: 30px;
	}
}

/*
================================================
Banner & Custom Form Styles
================================================
*/
.home-banner {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
	.home-banner {
		padding-top: 180px !important;
		padding-bottom: 50px;
		text-align: center;
	}

	.banner-content h1 {
		font-size: 30px !important;
	}

	.banner-btns .theme-btn {
		margin-bottom: 10px;
		margin-right: 0 !important;
		display: block;
		width: 100%;
	}
}

.banner-content h5 {
	color: #fa4612;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.banner-content h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 800;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.banner-content p {
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 35px;
}

.banner-btns .theme-btn {
	border-radius: 0;
	margin-right: 15px;
	padding: 15px 35px;
	font-weight: 700;
	text-transform: capitalize;
}

.btn-whatsapp {
	background: #25d366 !important;
	border-color: #25d366 !important;
	color: #fff !important;
}

.btn-whatsapp:hover {
	background: #128c7e !important;
	border-color: #128c7e !important;
}

.btn-call {
	background: #fa4612 !important;
	border-color: #fa4612 !important;
	color: #fff !important;
}

.btn-call:hover {
	background: #c2292a !important;
	border-color: #c2292a !important;
}

/* Custom Quote Form */
.custom-quote-form {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	border-radius: 0;
	background: #fff;
	overflow: hidden;
}

.form-header {
	background: #fa4612;
	padding: 15px;
	text-align: center;
}

.form-header h3 {
	color: #fff;
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.quote-form-body {
	padding: 25px;
}

.quote-form-body .form-group {
	position: relative;
	margin-bottom: 15px;
}

.quote-form-body .form-group i {
	position: absolute;
	left: 15px;
	top: 14px;
	color: #fa4612;
	font-size: 16px;
}

.quote-form-body .form-group input,
.quote-form-body .form-group select {
	width: 100%;
	height: 48px;
	border: 1px solid #eee;
	border-radius: 0;
	padding: 10px 15px 10px 45px;
	font-size: 14px;
	background: #f5f5f5;
	color: #333;
}

.quote-form-body .form-group select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='%23888' d='M6 8L1 3h10z'/></svg>");
	background-repeat: no-repeat;
	background-position: right 15px center;
}

.quote-form-body .btn-submit {
	width: 100%;
	height: 55px;
	background: #fa4612;
	color: #fff;
	border: none;
	border-radius: 0;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: capitalize;
}

.quote-form-body .btn-submit:hover {
	background: #c2292a;
}

/* CTA Banner Section Styles (Updated from image) */
.cta-banner-sec {
	padding: 100px 0;
	background-image: url('../images/page-bg-img.jpg');
	/* Need a background image, using an existing one for now */
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.cta-banner-sec::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(44, 53, 67, 0.85);
	/* Dark overlay */
	z-index: -1;
}

.cta-banner-content h2 {
	color: #ffffff !important;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cta-banner-content p {
	color: #e2e2e2 !important;
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.cta-btn-group a {
	display: inline-block;
	padding: 15px 35px;
	font-weight: 700;
	border-radius: 4px;
	margin: 10px;
	color: #fff !important;
	font-size: 16px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	border: none;
}

.cta-btn-group .btn-call {
	background-color: #fca311;
	/* Orange-yellow from image */
}

.cta-btn-group .btn-call:hover {
	background-color: #e59005;
	color: #fff;
}

.cta-btn-group .btn-whatsapp {
	background-color: #25d366;
	/* WhatsApp Green */
}

.cta-btn-group .btn-whatsapp:hover {
	background-color: #12b74f;
	color: #fff;
}

.cta-btn-group a i {
	margin-right: 8px;
	font-size: 18px;
}

/* Modern FAQ Section Styles */
.modern-faq-sec {
	background-color: #f8f9fa;
	/* Light grey background for contrast */
}

.faq-accordion-modern .accordion {
	list-style: none;
	padding: 0;
	margin: 0;
}

.faq-accordion-modern .accordion-item {
	margin-bottom: 15px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	transition: all 0.3s ease;
	border: 1px solid #eee;
}

.faq-accordion-modern .accordion-item:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
	/* Lift effect on hover */
}

.faq-accordion-modern .accordion-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 25px;
	font-size: 18px;
	font-weight: 600;
	color: #1a2a3a;
	text-decoration: none;
	background-color: #ffffff;
	transition: all 0.3s ease;
}

.faq-accordion-modern .accordion-title:hover {
	color: #fa4612;
	/* Primary Action Color */
}

.faq-accordion-modern .accordion-title i {
	font-size: 20px;
	color: #fa4612;
	transition: transform 0.3s ease;
}

.faq-accordion-modern .accordion-title.active {
	background-color: #fffaf7;
	/* Very light orange tint for active state */
	color: #fa4612;
	border-bottom: 1px solid #f6e6df;
}

.faq-accordion-modern .accordion-title.active i {
	transform: rotate(180deg);
	/* Flip the arrow when open */
}

.faq-accordion-modern .accordion-content {
	display: none;
	padding: 20px 25px;
	font-size: 16px;
	color: #555;
	line-height: 1.7;
	background: #ffffff;
	margin: 0;
	border-top: none;
}

.faq-accordion-modern .accordion-content.show {
	display: block;
	/* For the initially open item */
}

/* Modern Work Process Section Styles */
.modern-process-sec {
	background-color: #f8f9fa;
	padding: 40px 0 30px !important;
}

.modern-process-card {
	background: #ffffff;
	padding: 40px 30px;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease;
	height: 100%;
	z-index: 1;
}

.modern-process-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px rgba(250, 70, 18, 0.1);
}

.modern-process-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fa4612;
	/* Orange accent */
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
}

.modern-process-card:hover::before {
	transform: scaleX(1);
}

.modern-process-card .watermark-number {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 80px;
	font-weight: 800;
	color: #f0f3f8;
	/* Very light watermark */
	z-index: -1;
	transition: all 0.4s ease;
	line-height: 1;
}

.modern-process-card:hover .watermark-number {
	color: rgba(250, 70, 18, 0.05);
	transform: scale(1.1);
}

.modern-process-card .icon-circle {
	width: 80px;
	height: 80px;
	background: #fffaf7;
	/* Super light orange */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	transition: all 0.4s ease;
	border: 1px solid #fce8df;
}

.modern-process-card .icon-circle i {
	font-size: 45px;
	color: #fa4612;
	transition: all 0.4s ease;
}

.modern-process-card:hover .icon-circle {
	background: #fa4612;
	border-color: #fa4612;
}

.modern-process-card:hover .icon-circle i {
	color: #ffffff;
}

.modern-process-card h4 {
	font-size: 22px;
	font-weight: 700;
	color: #1c2b39;
	margin-bottom: 15px;
}

.modern-process-card p {
	font-size: 15px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

/*
================================================
Floating Contact Buttons
================================================
*/
.floating-contact {
	position: fixed;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 999;
	pointer-events: none;
	width: 100%;
}

.floating-btn {
	position: fixed;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #fff !important;
	box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
	pointer-events: auto;
	animation: pulse-animation 2s infinite;
}

.whatsapp-btn {
	bottom: 30px;
	left: 30px;
	background-color: #25d366;
}

.whatsapp-btn:hover {
	background-color: #128c7e;
	transform: scale(1.1);
}

.call-btn {
	bottom: 30px;
	right: 30px;
	background-color: #fa4612;
}

.call-btn:hover {
	background-color: #c2292a;
	transform: scale(1.1);
}

@keyframes pulse-animation {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
	}

	70% {
		transform: scale(1.05);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@media (max-width: 767px) {
	.floating-btn {
		width: 50px;
		height: 50px;
		font-size: 24px;
		bottom: 20px;
	}

	.whatsapp-btn {
		left: 20px;
		bottom: 20px;
	}

	.call-btn {
		right: 20px;
		bottom: 20px;
	}
}
/* Legal Pages Styles */
.legal-content-card {
	background: #fff;
	padding: 50px;
	border-radius: 10px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	margin-bottom: 50px;
}

.legal-content-card h3 {
	color: #0046c0;
	font-size: 24px;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 20px;
	border-left: 4px solid #fa4612;
	padding-left: 15px;
	display: flex;
	align-items: center;
}

.legal-content-card h3 i {
	margin-right: 12px;
	font-size: 22px;
	color: #fa4612 !important;
}

.legal-content-card p {
	color: #555;
	line-height: 1.8;
	margin-bottom: 15px;
	font-size: 16px;
}

.legal-content-card ul {
	padding-left: 20px;
	margin-bottom: 25px;
}

.legal-content-card ul li {
	list-style: none;
	position: relative !important;
	padding-left: 25px !important;
	margin-bottom: 12px;
	color: #555;
	line-height: 1.6;
}

.legal-content-card ul li::before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	color: #fa4612;
	font-size: 14px;
}

.legal-contact-box-modern {
	background: #f8f9fa;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 30px;
	margin-top: 40px;
}

.legal-contact-box-modern h4 {
	font-size: 20px;
	font-weight: 700;
	color: #1c2b39;
	margin-bottom: 20px;
}

.legal-contact-box-modern ul {
	margin: 0;
	padding: 0;
}

.legal-contact-box-modern ul li {
	list-style: none;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	padding-left: 0 !important;
}

.legal-contact-box-modern ul li i {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	color: #fa4612 !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.legal-contact-box-modern ul li a {
	color: #0046c0;
	font-weight: 600;
}

@media (max-width: 767px) {
	.legal-content-card {
		padding: 30px 20px;
	}
	
	.legal-content-card h3 {
		font-size: 20px;
	}
}

/* Service Page Image Standardization */
.service-details-wrap .service-img {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.service-details-wrap .service-img img {
	width: 100% !important;
	height: 450px !important;
	object-fit: cover !important;
	display: block;
}

@media (max-width: 767px) {
	.service-details-wrap .service-img img {
		height: 250px !important;
	}
}

/* Shree Siddhivinayak Relocation brand refresh */
:root {
	--ssr-navy: #12324a;
	--ssr-ink: #182430;
	--ssr-muted: #5d6b78;
	--ssr-coral: #e4572e;
	--ssr-gold: #f6a313;
	--ssr-mint: #20b486;
	--ssr-cloud: #f4f7fb;
	--ssr-line: #dfe7ee;
}

body {
	font-family: "Manrope", Arial, sans-serif;
	color: var(--ssr-ink);
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.plan_title,
.service_title a,
.navbar-nav .nav-link {
	font-family: "Sora", Arial, sans-serif;
	letter-spacing: 0;
}

a,
.text-primary-color,
.section-title h5 {
	color: var(--ssr-coral);
}

a:hover {
	color: var(--ssr-navy);
}

.header-top {
	background: var(--ssr-navy);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.header-top-left ul {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
	align-items: center;
}

.header-top-left ul li,
.header-top-left ul li a {
	color: rgba(255, 255, 255, .9);
	font-size: 14px;
}

.header-top-left ul li i {
	color: var(--ssr-gold);
}

.header-trust-line {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	color: rgba(255, 255, 255, .62);
	font-weight: 800;
	font-size: 14px;
}

.header-trust-line span + span {
	position: relative;
	padding-left: 14px;
}

.header-trust-line span + span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 14px;
	background: rgba(255, 255, 255, .22);
	transform: translateY(-50%);
}

.header-trust-line i {
	color: var(--ssr-mint);
	font-size: 9px;
	margin-right: 5px;
}

.top-quote-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 999px;
	background: var(--ssr-coral);
	color: #fff !important;
	font-weight: 900;
	box-shadow: 0 12px 28px rgba(228, 87, 46, .35);
}

.navbar-area,
.main-nav {
	background: #fff;
	box-shadow: 0 12px 32px rgba(18, 50, 74, .08);
}

.navbar-brand img,
.mobile-nav .logo img,
.footer-logo img {
	width: 282px;
	max-height: 76px;
	object-fit: contain;
}

.navbar-nav {
	margin-left: auto;
}

.main-nav nav .navbar-nav .nav-item a {
	color: var(--ssr-navy);
	font-weight: 700;
	font-size: 14px;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a.active {
	color: var(--ssr-coral);
}

.theme-btn,
.btn-submit {
	border-radius: 6px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
	box-shadow: 0 12px 28px rgba(228, 87, 46, .24);
}

.theme-btn.bttn,
.btn-call,
.btn-submit {
	background: var(--ssr-coral) !important;
	border-color: var(--ssr-coral) !important;
	color: #fff !important;
}

.btn-whatsapp,
.cta-btn-group .btn-whatsapp {
	background: var(--ssr-mint) !important;
	border-color: var(--ssr-mint) !important;
	color: #fff !important;
	box-shadow: 0 12px 28px rgba(32, 180, 134, .22);
}

.home-banner {
	position: relative;
	min-height: 690px;
	display: flex;
	align-items: center;
	--service-banner-overlay: linear-gradient(100deg, rgba(6, 9, 15, .96) 0%, rgba(6, 9, 15, .91) 34%, rgba(6, 9, 15, .66) 58%, rgba(6, 9, 15, .2) 100%);
	background-image:
		var(--service-banner-overlay),
		url("../images/main-slider-1.jpg") !important;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.home-banner::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 10px;
	background: linear-gradient(90deg, var(--ssr-gold), var(--ssr-coral), var(--ssr-mint));
}

.home-banner.service-home-banner {
	background-image:
		var(--service-banner-overlay),
		url("../images/price-home.webp") !important;
}

.home-banner.service-office-banner {
	background-image:
		var(--service-banner-overlay),
		url("../images/price-office.webp") !important;
}

.home-banner.service-car-banner {
	background-image:
		var(--service-banner-overlay),
		url("../images/price-car.webp") !important;
}

.home-banner.service-local-banner {
	background-image:
		var(--service-banner-overlay),
		url("../images/price-local.webp") !important;
}

.home-banner.service-long-banner {
	background-image:
		var(--service-banner-overlay),
		url("../images/main-slider-3.jpg") !important;
}

.home-banner.service-storage-banner {
	background-image:
		var(--service-banner-overlay),
		url("../images/ware.jpg") !important;
}

.banner-content {
	max-width: 760px;
	padding: 70px 0;
	position: relative;
	z-index: 2;
	text-shadow: 0 3px 18px rgba(0, 0, 0, .45);
}

.banner-content h5 {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	margin-bottom: 18px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 999px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.banner-content h1 {
	color: #fff;
	font-size: clamp(38px, 5vw, 68px);
	line-height: 1.05;
	text-transform: none;
	margin-bottom: 22px;
}

.banner-content p {
	color: rgba(255, 255, 255, .88);
	font-size: 19px;
	line-height: 1.75;
	max-width: 680px;
}

.custom-quote-form {
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
	border: 1px solid rgba(255, 255, 255, .14);
}

.custom-quote-form .form-header {
	background: linear-gradient(135deg, var(--ssr-navy), #1f4b67);
	padding: 22px 24px;
}

.custom-quote-form .form-header h3 {
	color: #fff;
	font-size: 22px;
	margin: 0;
}

.quote-form-body {
	padding: 24px;
}

.quote-form-body .form-group {
	border: 1px solid var(--ssr-line);
	border-radius: 6px;
	background: var(--ssr-cloud);
}

.quote-form-body .form-group i {
	color: var(--ssr-coral);
}

.quote-form-body input,
.quote-form-body select {
	font-family: "Manrope", Arial, sans-serif;
	color: var(--ssr-ink);
}

.section-title h2,
.introduction-section .sec-title h2 {
	color: var(--ssr-navy);
}

.section-title h5,
.introduction-section .sec-title .title {
	color: var(--ssr-coral) !important;
	font-weight: 800;
}

.introduction-section {
	background: linear-gradient(180deg, #fff 0%, var(--ssr-cloud) 100%);
}

.introduction-section .image img {
	border-radius: 8px;
}

.introduction-section .projects {
	background: var(--ssr-navy);
	color: #fff;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(18, 50, 74, .28);
}

.list-style-three li::before,
.legal-content-card ul li::before {
	color: var(--ssr-mint);
}

.pricing-sec {
	background: #fff;
}

.pricing_plan {
	border: 1px solid var(--ssr-line);
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(18, 50, 74, .08);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pricing_plan:hover,
.pricing_plan.active {
	transform: translateY(-7px);
	border-color: rgba(228, 87, 46, .35);
	box-shadow: 0 24px 70px rgba(18, 50, 74, .14);
}

.pricing_plan .plan_title {
	color: var(--ssr-navy);
}

.pricing_plan .plan_info,
.service_item p,
.modern-process-card p,
.faq-accordion-modern .accordion-content {
	color: var(--ssr-muted);
}

.service_section {
	background: var(--ssr-cloud);
}

.service_item {
	border-radius: 8px;
	border: 1px solid var(--ssr-line);
	box-shadow: 0 14px 42px rgba(18, 50, 74, .08);
}

.service_icon_wrapper,
.modern-process-card .icon-circle {
	background: linear-gradient(135deg, #101827, var(--ssr-gold));
	color: #fff;
}

.service_icon_wrapper i:before,
.modern-process-card .icon-circle i {
	color: #fff;
}

.testimonial-bg,
.cta-banner-sec,
.footer-area {
	background:
		linear-gradient(135deg, rgba(18, 50, 74, .96), rgba(22, 72, 94, .94)),
		url("../images/pattern-bg.png");
}

.testi-card,
.modern-process-card,
.faq-accordion-modern .accordion-item,
.legal-content-card,
.contact-info-item,
.contact-wrapper {
	border-radius: 8px;
	border: 1px solid rgba(18, 50, 74, .08);
	box-shadow: 0 16px 46px rgba(18, 50, 74, .08);
}

.cta-banner-content h2 {
	color: #fff;
	text-transform: none;
}

.cta-banner-content p {
	color: rgba(255, 255, 255, .86);
}

.footer-area .footer-logo img {
	background: #fff;
	border-radius: 8px;
	padding: 8px;
}

.footer-widget .title::after {
	background: var(--ssr-gold);
}

.footer-widget,
.footer-widget p,
.footer-widget .contact-list .text,
.copyright-text {
	color: rgba(255, 255, 255, .78);
}

.footer-widget a,
.footer-bottom-links li a {
	color: rgba(255, 255, 255, .9);
}

.floating-btn {
	border-radius: 50%;
	box-shadow: 0 14px 34px rgba(18, 50, 74, .22);
}

.call-btn {
	background: var(--ssr-coral);
}

.page-title-area {
	background-image:
		linear-gradient(100deg, rgba(18, 50, 74, .9), rgba(18, 50, 74, .68)),
		url("../images/page-bg-img.jpg") !important;
	background-size: cover;
	background-position: center;
}

.page-title-area .page-title-content h2 {
	color: #fff;
	text-transform: none;
}

@media (max-width: 991px) {
	.mobile-nav {
		background: #fff;
		box-shadow: 0 12px 28px rgba(18, 50, 74, .08);
	}

	.mobile-nav .logo img {
		width: 235px;
	}

	.home-banner {
		min-height: auto;
		padding: 50px 0 70px;
	}

	.banner-content {
		padding: 25px 0 30px;
	}
}

@media (max-width: 767px) {
	.header-top-left ul {
		display: block;
	}

	.header-top-left ul li {
		margin-bottom: 6px;
	}

	.banner-content h1 {
		font-size: 38px;
	}

	.banner-content p {
		font-size: 16px;
	}

	.banner-btns,
	.cta-btn-group {
		display: grid;
		gap: 12px;
	}

	.theme-btn {
		width: 100%;
		text-align: center;
	}

	.quote-form-body {
		padding: 18px;
	}
}

/* Reference-style homepage redesign */
.scm-home {
	background: #f6f8fb;
	color: #111827;
	overflow: hidden;
}

.scm-home .container {
	position: relative;
}

.scm-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 12px;
	color: #8ec127;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.scm-eyebrow::before {
	content: "";
	width: 22px;
	height: 2px;
	background: currentColor;
	border-radius: 99px;
}

.scm-title {
	max-width: 760px;
	margin: 0 auto 34px;
}

.scm-title h2,
.scm-section-copy h2 {
	color: #101827;
	font-size: 34px;
	line-height: 1.18;
	font-weight: 900;
	margin-bottom: 12px;
}

.scm-title h2 span,
.scm-section-copy h2 span,
.scm-hero h1 span {
	color: #8ec127;
}

.scm-title p,
.scm-section-copy p {
	color: #687386;
	font-size: 15px;
	line-height: 1.8;
}

.scm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 12px 20px;
	border-radius: 7px;
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
}

.scm-btn-primary {
	background: #9d323b;
	color: #fff !important;
	box-shadow: 0 14px 30px rgba(225, 29, 46, .28);
}

.scm-btn-whatsapp {
	background: #16a34a;
	color: #fff !important;
	box-shadow: 0 14px 30px rgba(22, 163, 74, .22);
}

.scm-btn-dark {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .22);
	color: #fff !important;
	box-shadow: none;
}

.scm-btn-light {
	background: #fff;
	color: #9d323b !important;
}

.scm-hero {
	background:
		radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .08) 1px, transparent 0),
		linear-gradient(110deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .95) 45%, rgba(0, 0, 0, .92) 100%),
		url("../images/generated-hero-relocation.webp");
	background-size: 24px 24px, cover, cover;
	background-position: top left, center center, center center;
	background-repeat: repeat, no-repeat, no-repeat;
	padding: 66px 0 70px;
	position: relative;
}

.scm-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: rgba(255, 255, 255, .08);
}

.scm-hero-content {
	max-width: 760px;
	padding-right: 24px;
}

.scm-hero h1 {
	color: #fff;
	font-size: clamp(46px, 5vw, 74px);
	line-height: 1.05;
	font-weight: 900;
	margin-bottom: 18px;
	text-transform: none;
	text-wrap: balance;
}

.scm-hero p {
	color: rgba(255, 255, 255, .78);
	max-width: 650px;
	font-size: 17px;
	line-height: 1.75;
}

.scm-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 28px 0 22px;
}

.scm-rating-badge {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 24px;
	padding: 10px 18px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .09);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 18px 36px rgba(0, 0, 0, .24);
	backdrop-filter: blur(8px);
	color: rgba(255, 255, 255, .72);
	font-weight: 800;
}

.scm-rating-badge > i {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(34, 197, 94, .16);
	color: #22c55e;
	font-size: 14px;
}

.scm-rating-badge .scm-stars {
	color: #ffc107;
	font-size: 17px;
	letter-spacing: 3px;
	line-height: 1;
}

.scm-rating-badge strong {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}

.scm-rating-badge span:last-child {
	color: rgba(255, 255, 255, .7);
	font-size: 17px;
}

.scm-service-pills {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 210px));
	gap: 10px;
}

.scm-service-pills a {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 46px;
	padding: 10px 13px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 7px;
	background: rgba(255, 255, 255, .06);
	color: #fff;
	font-weight: 800;
	font-size: 13px;
}

.scm-service-pills i {
	color: #ef233c;
}

.scm-hero-trust-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	max-width: 610px;
	margin-top: 20px;
}

.scm-hero-trust-list div {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 46px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 9px;
	background: rgba(255, 255, 255, .07);
	color: rgba(255, 255, 255, .92);
	font-size: 12px;
	font-weight: 900;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
	backdrop-filter: blur(8px);
}

.scm-hero-trust-list i {
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	border-radius: 8px;
	background: rgba(34, 197, 94, .14);
	border: 1px solid rgba(34, 197, 94, .45);
	color: #22c55e;
	font-size: 13px;
}

.scm-joined-proof {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 8px 0 22px;
}

.scm-avatar-row {
	display: flex;
	align-items: center;
}

.scm-avatar-row span {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: -8px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .18);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

.scm-avatar-row span:first-child {
	margin-left: 0;
	background: #ef233c;
}

.scm-avatar-row span:nth-child(2) {
	background: #2563eb;
}

.scm-avatar-row span:nth-child(3) {
	background: #f97316;
}

.scm-avatar-row span:nth-child(4) {
	background: #10b981;
}

.scm-avatar-row span:nth-child(5) {
	background: #1f2937;
}

.scm-joined-proof p {
	margin: 0;
	color: rgba(255, 255, 255, .62);
	font-size: 13px;
	line-height: 1.35;
}

.scm-joined-proof strong {
	color: #fff;
	font-weight: 900;
}

.scm-hero-stat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	max-width: 500px;
}

.scm-hero-stat-grid div {
	min-height: 56px;
	padding: 9px 8px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .12);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .02);
}

.scm-hero-stat-grid strong,
.scm-hero-stat-grid span {
	display: block;
	text-align: center;
}

.scm-hero-stat-grid strong {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: 900;
}

.scm-hero-stat-grid span {
	margin-top: 4px;
	color: rgba(255, 255, 255, .58);
	font-size: 9px;
	font-weight: 800;
}

.scm-instant-quote {
	max-width: 470px;
	margin-left: auto;
	padding: 36px 34px 28px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
	text-align: center;
}

.scm-instant-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: #fff1f2;
	color: #ef233c;
	font-weight: 900;
	font-size: 13px;
}

.scm-instant-quote h3 {
	color: #101827;
	font-size: 25px;
	font-weight: 900;
	margin-bottom: 6px;
}

.scm-instant-quote > p {
	color: #6b7280;
	font-size: 14px;
	margin-bottom: 24px;
}

.scm-steps {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 28px;
}

.scm-steps span {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #d8dee7;
}

.scm-steps span.active {
	background: #ef233c;
}

.scm-steps b {
	width: 44px;
	height: 2px;
	background: #e5e7eb;
}

.scm-instant-quote h4 {
	text-align: left;
	color: #384152;
	font-size: 15px;
	font-weight: 900;
	margin-bottom: 14px;
}

.scm-moving-options {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-bottom: 20px;
}

.scm-moving-options a {
	min-height: 94px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	color: #384152;
	font-weight: 900;
	box-shadow: inset 0 0 0 1px #f3f4f6;
}

.scm-moving-options a:hover {
	border-color: #ef233c;
	color: #ef233c;
}

.scm-moving-options i {
	font-size: 24px;
	color: #7b8494;
}

.scm-next-step {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	border-radius: 7px;
	background: #9d323b;
	color: #fff !important;
	font-weight: 900;
}

.scm-quote-trust {
	display: flex;
	justify-content: center;
	gap: 18px;
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid #edf0f4;
	color: #7b8494;
	font-size: 12px;
	font-weight: 800;
}

.scm-quote-trust i {
	color: #22c55e;
	margin-right: 5px;
}

.scm-hero-gallery {
	position: relative;
	min-height: 520px;
	margin-left: 18px;
}

.scm-hero-gallery::before {
	content: "";
	position: absolute;
	inset: 42px 20px 28px 74px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 18px;
	background: rgba(255, 255, 255, .05);
	backdrop-filter: blur(3px);
}

.scm-hero-gallery img {
	position: absolute;
	display: block;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .35);
	border: 5px solid rgba(255, 255, 255, .12);
}

.scm-hero-img-main {
	top: 28px;
	right: 0;
	width: 78%;
	height: 340px;
	z-index: 2;
}

.scm-hero-img-small {
	width: 42%;
	height: 170px;
	z-index: 3;
}

.scm-hero-img-one {
	left: 0;
	top: 210px;
}

.scm-hero-img-two {
	right: 28px;
	bottom: 18px;
}

.scm-hero-proof {
	position: absolute;
	left: 30px;
	top: 60px;
	z-index: 4;
	width: 128px;
	padding: 18px 16px;
	border-radius: 10px;
	background: #9d323b;
	color: #fff;
	box-shadow: 0 18px 36px rgba(225, 29, 46, .3);
}

.scm-hero-proof strong,
.scm-hero-proof span {
	display: block;
}

.scm-hero-proof strong {
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
}

.scm-hero-proof span {
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.35;
	font-weight: 800;
}

.scm-quote-card {
	background: #fff;
	border-radius: 9px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
	overflow: hidden;
}

.scm-form-top {
	text-align: center;
	padding: 24px 26px 12px;
}

.scm-form-top span {
	color: #9d323b;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.scm-form-top h3 {
	color: #101827;
	font-size: 23px;
	font-weight: 900;
	margin: 4px 0 0;
}

.scm-quote-form {
	padding: 18px 24px 24px;
}

.scm-quote-form label {
	display: block;
	color: #455064;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 7px;
}

.scm-quote-form input,
.scm-quote-form select {
	width: 100%;
	height: 46px;
	margin-bottom: 14px;
	padding: 0 12px;
	border: 1px solid #e3e8ef;
	border-radius: 6px;
	background: #f9fafc;
	color: #111827;
	font-size: 13px;
}

.scm-quote-form button {
	width: 100%;
	height: 48px;
	border: 0;
	border-radius: 6px;
	background: #9d323b;
	color: #fff;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 12px 26px rgba(225, 29, 46, .26);
}

.scm-quote-form p {
	margin: 12px 0 0;
	text-align: center;
	color: #7a8596;
	font-size: 12px;
}

.scm-mini-strip {
	background: #090f1c;
	padding: 22px 0;
}

.scm-mini-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.scm-mini-grid div {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff;
}

.scm-mini-grid i {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(225, 29, 46, .15);
	color: #ef233c;
}

.scm-mini-grid strong {
	display: block;
	font-size: 14px;
}

.scm-mini-grid span {
	display: block;
	color: rgba(255, 255, 255, .55);
	font-size: 12px;
}

.scm-about,
.scm-services,
.scm-process,
.scm-testimonials,
.scm-faq-quote,
.scm-quote-section,
.scm-blog,
.scm-cities {
	padding: 82px 0;
	position: relative;
}

.scm-about,
.scm-faq-quote,
.scm-blog {
	background: #fff;
}

.scm-image-stack {
	position: relative;
	padding-right: 24px;
}

.scm-image-stack img,
.scm-faq-image {
	width: 100%;
	height: 430px;
	object-fit: cover;
	border-radius: 9px;
	box-shadow: 0 24px 65px rgba(16, 24, 39, .16);
}

.scm-badge {
	position: absolute;
	left: 28px;
	bottom: 28px;
	width: 92px;
	height: 92px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #9d323b;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	box-shadow: 0 20px 36px rgba(225, 29, 46, .26);
}

.scm-badge span {
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
}

.scm-check-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 18px;
	margin: 22px 0 24px;
}

.scm-check-grid span {
	color: #263244;
	font-weight: 800;
	font-size: 14px;
}

.scm-check-grid i {
	color: #16a34a;
	margin-right: 7px;
}

.scm-link-btn {
	color: #9d323b;
	font-weight: 900;
}

.scm-stats {
	background: #9d323b;
	padding: 54px 0;
}

.scm-stats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
	max-width: 980px;
	margin: 0 auto;
}

.scm-stats-grid div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 22px;
	padding: 36px 24px 34px;
	text-align: center;
	box-shadow: 0 18px 42px rgba(92, 12, 22, .14);
}

.scm-stats-grid i {
	width: 66px;
	height: 66px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 18px;
	border-radius: 18px;
	background: #9d323b;
	color: #fff;
	font-size: 26px;
}

.scm-stats-grid strong {
	display: block;
	color: #101827;
	font-size: 42px;
	line-height: 1;
	font-weight: 900;
	margin: 0;
	text-align: center;
	width: 100%;
}

.scm-stats-grid span {
	color: #687386;
	display: block;
	margin-top: 14px;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .6px;
	text-align: center;
	width: 100%;
}

.scm-service-card {
	display: block;
	min-height: 100%;
	margin-bottom: 28px;
	background: #fff;
	border: 1px solid #e7ebf1;
	border-radius: 8px;
	overflow: hidden;
	color: #111827;
	box-shadow: 0 16px 40px rgba(16, 24, 39, .07);
	transition: transform .24s ease, box-shadow .24s ease;
}

.scm-service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 55px rgba(16, 24, 39, .12);
	color: #111827;
}

.scm-service-card img {
	width: 100%;
	height: 178px;
	object-fit: cover;
	background: #eef2f6;
}

.scm-service-card strong,
.scm-service-card p,
.scm-service-card span {
	display: block;
	margin-left: 18px;
	margin-right: 18px;
}

.scm-service-card strong {
	margin-top: 18px;
	font-size: 18px;
	font-weight: 900;
}

.scm-service-card p {
	margin-top: 9px;
	color: #687386;
	font-size: 14px;
	line-height: 1.7;
}

.scm-service-card span {
	margin-top: 14px;
	margin-bottom: 18px;
	color: #9d323b;
	font-size: 13px;
	font-weight: 900;
}

.scm-dark-features {
	padding: 92px 0;
	background:
		radial-gradient(circle at 82% 10%, rgba(239, 35, 60, .1), transparent 26%),
		linear-gradient(120deg, #0c1422 0%, #151627 100%);
}

.scm-dark-features .scm-title h2 {
	color: #fff;
}

.scm-dark-features .scm-title {
	max-width: 900px;
	margin-bottom: 60px;
}

.scm-dark-features .scm-title p {
	max-width: 780px;
	margin: 0 auto;
	color: rgba(255, 255, 255, .58);
}

.scm-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.scm-feature-grid div {
	min-height: 230px;
	padding: 34px 28px;
	border-radius: 14px;
	background: rgba(33, 40, 58, .9);
	border: 1px solid rgba(255, 255, 255, .13);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
}

.scm-feature-grid i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 28px;
	border-radius: 14px;
	background: rgba(239, 35, 60, .2);
	color: #ff6b70;
	font-size: 24px;
}

.scm-feature-grid strong {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 14px;
}

.scm-feature-grid p {
	color: rgba(255, 255, 255, .58);
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

.scm-process-line {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-bottom: 34px;
	position: relative;
}

.scm-process-line div {
	text-align: center;
	padding: 10px 14px;
}

.scm-process-line b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: #9d323b;
	color: #fff;
	box-shadow: 0 12px 26px rgba(225, 29, 46, .22);
}

.scm-process-line strong {
	display: block;
	color: #101827;
	font-size: 16px;
	font-weight: 900;
}

.scm-process-line p {
	color: #687386;
	font-size: 13px;
	line-height: 1.7;
	margin: 8px 0 0;
}

.scm-gallery {
	background: #fff;
	padding: 78px 0 0;
}

.scm-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}

.scm-gallery-grid img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.scm-review {
	min-height: 100%;
	padding: 24px;
	background: #fff;
	border: 1px solid #e7ebf1;
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(16, 24, 39, .07);
}

.scm-review div {
	color: #f59e0b;
	letter-spacing: 2px;
	margin-bottom: 14px;
}

.scm-review .scm-review-stars {
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 1;
}

.scm-review p {
	color: #4b5565;
	line-height: 1.8;
}

.scm-review strong,
.scm-review span {
	display: block;
}

.scm-review strong {
	color: #101827;
	font-weight: 900;
}

.scm-review span {
	color: #9d323b;
	font-size: 12px;
	font-weight: 800;
}

.scm-faq-image {
	height: 500px;
}

.scm-quote-section {
	background: #f6f8fb;
}

.scm-quote-card-light {
	box-shadow: 0 16px 46px rgba(16, 24, 39, .08);
	border: 1px solid #e7ebf1;
}

.scm-contact-stack {
	display: grid;
	gap: 14px;
}

.scm-contact-stack a,
.scm-contact-stack div {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 0 14px;
	align-items: center;
	padding: 18px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #e7ebf1;
	box-shadow: 0 14px 36px rgba(16, 24, 39, .06);
}

.scm-contact-stack i {
	grid-row: span 2;
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff0f1;
	color: #9d323b;
}

.scm-contact-stack span {
	color: #687386;
	font-size: 12px;
	font-weight: 800;
}

.scm-contact-stack strong {
	color: #101827;
	font-size: 14px;
	word-break: break-word;
}

.scm-blog article {
	height: 100%;
	background: #fff;
	border: 1px solid #e7ebf1;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(16, 24, 39, .07);
}

.scm-blog article img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.scm-blog article span,
.scm-blog article h3,
.scm-blog article p {
	display: block;
	margin-left: 18px;
	margin-right: 18px;
}

.scm-blog article span {
	margin-top: 18px;
	color: #9d323b;
	font-size: 12px;
	font-weight: 900;
}

.scm-blog article h3 {
	font-size: 18px;
	line-height: 1.35;
	margin-top: 8px;
	color: #101827;
}

.scm-blog article p {
	color: #687386;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 20px;
}

.scm-cities {
	background: #fff;
}

.scm-city-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.scm-city-card {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #e7ebf1;
	box-shadow: 0 16px 36px rgba(16, 24, 39, .06);
	transition: all .25s ease;
}

.scm-city-card:hover {
	transform: translateY(-4px);
	border-color: rgba(225, 29, 46, .28);
	box-shadow: 0 22px 46px rgba(16, 24, 39, .11);
}

.scm-city-card img {
	width: 100%;
	height: 185px;
	object-fit: cover;
	display: block;
}

.scm-city-card > span {
	position: absolute;
	top: 14px;
	left: 14px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #9d323b;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 8px 18px rgba(225, 29, 46, .25);
}

.scm-city-card div {
	padding: 18px 20px 20px;
}

.scm-city-card strong {
	display: block;
	color: #101827;
	font-size: 22px;
	line-height: 1.15;
	font-weight: 900;
}

.scm-city-card small {
	display: block;
	margin-top: 6px;
	color: #9aa3b2;
	font-size: 16px;
	font-weight: 700;
}

.scm-final-cta {
	padding: 72px 0;
	background: #9d323b;
	text-align: center;
	color: #fff;
}

.scm-final-cta h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 900;
	margin-bottom: 10px;
}

.scm-final-cta p {
	color: rgba(255, 255, 255, .86);
	max-width: 680px;
	margin: 0 auto 24px;
}

.scm-final-cta div div,
.scm-final-cta .container > div {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.scm-hero {
		padding: 66px 0;
	}

	.scm-hero-content {
		padding-right: 0;
		margin-bottom: 34px;
	}

	.scm-hero-gallery {
		min-height: 430px;
		margin-left: 0;
	}

	.scm-hero-img-main {
		width: 76%;
		height: 290px;
	}

	.scm-hero-img-small {
		height: 145px;
	}

	.scm-mini-grid,
	.scm-stats-grid,
	.scm-process-line,
	.scm-city-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.scm-feature-grid,
	.scm-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.scm-image-stack {
		padding-right: 0;
		margin-bottom: 34px;
	}

	.scm-contact-stack {
		margin-top: 24px;
	}

	.scm-instant-quote {
		max-width: 100%;
		margin: 8px 0 0;
	}

	.scm-hero-stat-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.scm-hero h1 {
		font-size: 38px;
		text-align: left;
	}

	.scm-hero p {
		font-size: 16px;
		text-align: left;
	}

	.scm-hero-gallery {
		min-height: 370px;
		margin-top: 28px;
	}

	.scm-hero-gallery::before {
		inset: 32px 8px 18px 42px;
	}

	.scm-hero-img-main {
		top: 18px;
		width: 82%;
		height: 235px;
	}

	.scm-hero-img-small {
		width: 46%;
		height: 126px;
		border-width: 4px;
	}

	.scm-hero-img-one {
		top: 174px;
	}

	.scm-hero-img-two {
		right: 12px;
		bottom: 8px;
	}

	.scm-hero-proof {
		left: 14px;
		top: 42px;
		width: 112px;
		padding: 14px 12px;
	}

	.scm-hero-proof strong {
		font-size: 25px;
	}

	.scm-service-pills,
	.scm-hero-trust-list,
	.scm-mini-grid,
	.scm-stats-grid,
	.scm-feature-grid,
	.scm-process-line,
	.scm-gallery-grid,
	.scm-city-grid {
		grid-template-columns: 1fr;
	}

	.scm-moving-options,
	.scm-hero-stat-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.scm-hero-stat-grid div {
		min-height: 62px;
		padding: 10px 8px;
	}

	.scm-hero-stat-grid strong {
		font-size: 19px;
	}

	.scm-hero-stat-grid span {
		font-size: 10px;
	}

	.scm-hero-actions,
	.scm-final-cta .container > div {
		display: grid;
	}

	.scm-rating-badge {
		width: 100%;
		gap: 8px;
		padding: 9px 12px;
		justify-content: center;
	}

	.scm-rating-badge .scm-stars {
		font-size: 13px;
		letter-spacing: 1px;
	}

	.scm-rating-badge strong,
	.scm-rating-badge span:last-child {
		font-size: 13px;
	}

	.scm-hero-trust-list div {
		min-height: 44px;
		padding: 8px 10px;
		gap: 9px;
		font-size: 12px;
	}

	.scm-hero-trust-list i {
		width: 28px;
		height: 28px;
		flex-basis: 28px;
	}

	.scm-btn {
		width: 100%;
	}

	.scm-joined-proof {
		align-items: flex-start;
	}

	.scm-avatar-row span {
		width: 34px;
		height: 34px;
		font-size: 10px;
	}

	.scm-instant-quote {
		padding: 26px 18px 22px;
		border-radius: 14px;
	}

	.scm-moving-options a {
		min-height: 78px;
	}

	.scm-quote-trust {
		flex-direction: column;
		gap: 8px;
	}

	.scm-title h2,
	.scm-section-copy h2,
	.scm-final-cta h2 {
		font-size: 29px;
	}

	.scm-about,
	.scm-services,
	.scm-process,
	.scm-testimonials,
	.scm-faq-quote,
	.scm-quote-section,
	.scm-blog,
	.scm-cities {
		padding: 58px 0;
	}

	.scm-image-stack img,
	.scm-faq-image {
		height: 310px;
	}

	.scm-check-grid {
		grid-template-columns: 1fr;
	}

	.scm-gallery-grid img {
		height: 250px;
	}

	.scm-stats {
		padding: 32px 0;
	}

	.scm-stats-grid {
		gap: 16px;
	}

	.scm-stats-grid div {
		border-radius: 18px;
		padding: 28px 18px 26px;
	}

	.scm-stats-grid i {
		width: 58px;
		height: 58px;
		margin-bottom: 16px;
		font-size: 22px;
	}

	.scm-home .scm-stats-grid strong {
		font-size: 34px;
	}

	.scm-stats-grid span {
		font-size: 13px;
	}
}

/* Header alignment fixes */
@media (min-width: 992px) {
	.header-top {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	.header-top .row {
		min-height: 42px;
	}

	.header-top-item,
	.header-top-left,
	.header-top-right {
		height: 100%;
	}

	.header-top-left ul,
	.header-top-right ul {
		height: 100%;
		display: flex !important;
		align-items: center;
		margin: 0;
		padding: 0;
	}

	.header-top-left ul {
		gap: 20px;
		flex-wrap: nowrap;
	}

	.header-top-left ul li {
		margin: 0 !important;
		white-space: nowrap;
	}

	.header-top-left ul li,
	.header-top-left ul li a {
		font-size: 13px;
		line-height: 1;
	}

	.header-trust-line {
		min-height: 42px;
		justify-content: center;
		gap: 12px;
		font-size: 13px;
		white-space: nowrap;
	}

	.header-top-item .header-top-right ul {
		justify-content: flex-end;
	}

	.header-top-item .header-top-right ul li a.top-quote-link {
		width: auto !important;
		height: 38px !important;
		line-height: 1 !important;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		padding: 0 20px !important;
		border-radius: 999px !important;
		font-size: 13px !important;
		text-align: center;
		white-space: nowrap;
	}

	.main-nav nav {
		min-height: 82px;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		display: flex;
		align-items: center;
	}

	.navbar-light .navbar-brand,
	.navbar-light .navbar-brand:hover {
		width: 245px !important;
		margin-right: 22px;
	}

	.navbar-brand img,
	.mobile-nav .logo img {
		width: 240px !important;
		max-height: 58px !important;
	}

	.main-nav .navbar-collapse {
		align-items: center;
	}

	.main-nav nav .navbar-nav {
		align-items: center;
		flex-wrap: nowrap;
		margin-left: auto;
		margin-right: 10px;
	}

	.main-nav nav .navbar-nav .nav-item a {
		padding-left: 8px !important;
		padding-right: 8px !important;
		font-size: 13px !important;
		line-height: 1.2;
		white-space: nowrap;
	}

	.nav-btn {
		margin-left: 8px !important;
		flex: 0 0 auto;
	}

	.nav-btn .theme-btn {
		width: auto !important;
		min-width: 112px;
		height: 46px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0 18px !important;
		border-radius: 8px !important;
		font-size: 13px !important;
		line-height: 1 !important;
		white-space: nowrap;
		text-align: center;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-top-left ul {
		gap: 12px;
	}

	.header-top-left ul li,
	.header-top-left ul li a,
	.header-trust-line {
		font-size: 11px;
	}

	.header-trust-line {
		gap: 8px;
	}

	.header-trust-line span + span {
		padding-left: 8px;
	}

	.header-top-item .header-top-right ul li a.top-quote-link {
		height: 34px !important;
		padding: 0 14px !important;
		font-size: 12px !important;
	}

	.navbar-light .navbar-brand,
	.navbar-light .navbar-brand:hover {
		width: 198px !important;
		margin-right: 12px;
	}

	.navbar-brand img,
	.mobile-nav .logo img {
		width: 192px !important;
		max-height: 52px !important;
	}

	.main-nav nav .navbar-nav .nav-item a {
		padding-left: 5px !important;
		padding-right: 5px !important;
		font-size: 12px !important;
	}

	.nav-btn .theme-btn {
		min-width: 96px;
		height: 42px;
		padding: 0 12px !important;
		font-size: 12px !important;
	}
}

/* Desktop/mobile logo visibility pass */
@media (min-width: 1200px) {
	.navbar-area .container,
	.header-top .container {
		max-width: 1360px;
	}

	.main-nav .navbar {
		gap: 24px;
	}

	.main-nav .navbar-brand,
	.main-nav .navbar-brand:hover {
		flex: 0 0 318px !important;
		width: 318px !important;
		max-width: 318px !important;
		min-width: 318px !important;
		margin-right: 12px !important;
		padding: 0 !important;
		display: flex !important;
		align-items: center;
	}

	.main-nav .navbar-brand img {
		display: block !important;
		width: 318px !important;
		min-width: 318px !important;
		max-width: 318px !important;
		height: auto !important;
		max-height: 78px !important;
		object-fit: contain !important;
		object-position: left center !important;
	}

	.main-nav nav .navbar-nav .nav-item a {
		font-size: 13px !important;
		padding-left: 7px !important;
		padding-right: 7px !important;
	}

	.nav-btn .theme-btn {
		min-width: 118px;
	}
}

@media (max-width: 991px) {
	.header-top {
		padding: 7px 0 !important;
	}

	.header-top .container {
		max-width: 100%;
	}

	.header-top-left ul {
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 12px;
		margin: 0;
		padding: 0;
	}

	.header-top-left ul li {
		margin: 0 !important;
		font-size: 12px !important;
		line-height: 1.2;
		white-space: nowrap;
	}

	.header-top-left ul li a {
		font-size: 12px !important;
		line-height: 1.2;
	}

	.header-top-left ul li a[href^="mailto:"] {
		max-width: 220px;
		overflow: hidden;
		text-overflow: ellipsis;
		vertical-align: bottom;
	}

	.mobile-nav {
		min-height: 68px;
		background: #fff !important;
		box-shadow: 0 10px 26px rgba(18, 50, 74, .08);
	}

	.mean-container .mean-bar {
		min-height: 68px;
		background: #fff !important;
	}

	.mobile-nav .logo {
		left: 12px !important;
		top: 8px !important;
		width: 220px !important;
		max-width: calc(100% - 78px);
		height: 52px;
		display: flex !important;
		align-items: center;
	}

	.mobile-nav .logo img {
		width: 220px !important;
		max-width: 100% !important;
		height: auto !important;
		max-height: 52px !important;
		object-fit: contain !important;
		object-position: left center !important;
	}

	.mean-container a.meanmenu-reveal {
		color: var(--ssr-navy) !important;
		padding: 22px 16px 0 0 !important;
	}

	.mean-container a.meanmenu-reveal span {
		background: var(--ssr-navy) !important;
	}
}

@media (max-width: 575px) {
	.header-top-left ul {
		justify-content: flex-start;
		overflow-x: auto;
		padding-left: 6px;
		padding-right: 6px;
	}

	.header-top-left ul li a[href^="mailto:"] {
		max-width: 185px;
	}

	.mobile-nav .logo,
	.mobile-nav .logo img {
		width: 190px !important;
	}
}

/* Homepage smaller typography */
.scm-home .scm-eyebrow {
	font-size: 11px;
}

.scm-home .scm-title h2,
.scm-home .scm-section-copy h2 {
	font-size: 28px;
	line-height: 1.22;
}

.scm-home .scm-title p,
.scm-home .scm-section-copy p,
.scm-home p {
	font-size: 14px;
	line-height: 1.7;
}

.scm-home .scm-hero h1 {
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.08;
}

.scm-home .scm-hero p {
	font-size: 16px;
	line-height: 1.7;
}

.scm-home .scm-btn {
	min-height: 42px;
	padding: 10px 16px;
	font-size: 13px;
}

.scm-home .scm-service-pills a,
.scm-home .scm-mini-grid strong,
.scm-home .scm-check-grid span,
.scm-home .scm-service-card p,
.scm-home .scm-feature-grid p,
.scm-home .scm-process-line p,
.scm-home .scm-review p,
.scm-home .scm-blog article p,
.scm-home .scm-contact-stack strong {
	font-size: 13px;
}

.scm-home .scm-service-card strong,
.scm-home .scm-feature-grid strong,
.scm-home .scm-process-line strong,
.scm-home .scm-blog article h3 {
	font-size: 16px;
}

.scm-home .scm-stats-grid strong {
	font-size: 40px;
}

.scm-home .scm-final-cta h2 {
	font-size: 32px;
}

@media (max-width: 767px) {
	.scm-home .scm-hero h1 {
		font-size: 30px;
	}

	.scm-home .scm-title h2,
	.scm-home .scm-section-copy h2,
	.scm-home .scm-final-cta h2 {
		font-size: 25px;
	}

	.scm-home .scm-hero p,
	.scm-home .scm-title p,
	.scm-home .scm-section-copy p,
	.scm-home p {
		font-size: 13px;
	}

	.scm-home .scm-hero-stat-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
		max-width: 100%;
	}

	.scm-home .scm-hero-stat-grid div {
		min-height: 58px;
		padding: 9px 6px;
		border-radius: 10px;
	}

	.scm-home .scm-hero-stat-grid strong {
		font-size: 18px;
	}

	.scm-home .scm-hero-stat-grid span {
		font-size: 9px;
	}

	.scm-home .scm-stats-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}

	.scm-home .scm-stats-grid div {
		min-height: 150px;
		padding: 20px 8px 18px;
		border-radius: 16px;
	}

	.scm-home .scm-stats-grid i {
		width: 46px;
		height: 46px;
		margin-bottom: 12px;
		border-radius: 14px;
		font-size: 18px;
	}

	.scm-home .scm-stats-grid strong {
		font-size: 28px;
	}

	.scm-home .scm-stats-grid span {
		margin-top: 9px;
		font-size: 10px;
		line-height: 1.25;
		letter-spacing: .3px;
	}
}

/* Premium why-choose section final sizing */
.scm-home .scm-dark-features .scm-eyebrow {
	color: #ff6b70;
	font-size: 13px;
	letter-spacing: 1.8px;
}

.scm-home .scm-dark-features .scm-eyebrow::before {
	display: none;
}

.scm-home .scm-dark-features .scm-eyebrow i {
	font-size: 15px;
}

.scm-home .scm-dark-features .scm-title h2 {
	font-size: clamp(34px, 4vw, 56px);
	line-height: 1.08;
}

.scm-home .scm-dark-features .scm-title p {
	font-size: 17px;
	line-height: 1.75;
}

.scm-home .scm-dark-features .scm-feature-grid strong {
	font-size: 20px;
}

.scm-home .scm-dark-features .scm-feature-grid p {
	font-size: 15px;
	line-height: 1.65;
}

@media (max-width: 1199px) {
	.scm-home .scm-dark-features .scm-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.scm-dark-features {
		padding: 64px 0;
	}

	.scm-home .scm-dark-features .scm-title {
		margin-bottom: 32px;
	}

	.scm-home .scm-dark-features .scm-title h2 {
		font-size: 30px;
	}

	.scm-home .scm-dark-features .scm-title p {
		font-size: 14px;
	}

	.scm-home .scm-dark-features .scm-feature-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.scm-home .scm-dark-features .scm-feature-grid div {
		min-height: auto;
		padding: 22px;
		border-radius: 12px;
	}

	.scm-home .scm-dark-features .scm-feature-grid i {
		width: 46px;
		height: 46px;
		margin-bottom: 18px;
		font-size: 20px;
	}

	.scm-home .scm-dark-features .scm-feature-grid strong {
		font-size: 17px;
	}

	.scm-home .scm-dark-features .scm-feature-grid p {
		font-size: 13px;
	}
}

/* City image cards final responsive layout */
@media (max-width: 1199px) {
	.scm-home .scm-city-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.scm-home .scm-city-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.scm-home .scm-city-card img {
		height: 180px;
	}

	.scm-home .scm-city-card div {
		padding: 16px 18px 18px;
	}

	.scm-home .scm-city-card strong {
		font-size: 20px;
	}

	.scm-home .scm-city-card small {
		font-size: 14px;
	}
}

/* Image interaction polish for service and blog visuals */
.scm-service-card img,
.plan_item .img_holder img,
.scm-blog article img,
.blog-card img,
.service-details-wrap .service-img img,
.scm-city-card img,
.single-portfolio-item img {
	transition: transform .35s ease, filter .35s ease;
	will-change: transform;
}

.scm-service-card:hover img,
.scm-service-card:focus-within img,
.plan_item:hover .img_holder img,
.scm-blog article:hover img,
.blog-card:hover img,
.service-details-wrap .service-img:hover img,
.scm-city-card:hover img,
.single-portfolio-item:hover img {
	transform: scale(1.045);
	filter: saturate(1.08) contrast(1.04);
}

.service-details-wrap .service-img,
.scm-blog article,
.blog-card,
.plan_item .img_holder {
	overflow: hidden;
}

@media (hover: none) {
	.scm-service-card:active img,
	.plan_item:active .img_holder img,
	.scm-blog article:active img,
	.blog-card:active img,
	.service-details-wrap .service-img:active img,
	.scm-city-card:active img,
	.single-portfolio-item:active img {
		transform: scale(1.03);
		filter: saturate(1.06) contrast(1.03);
	}
}

@media (max-width: 767px) {
	.home-banner {
		min-height: 620px;
		background-attachment: scroll;
		--service-banner-overlay: linear-gradient(180deg, rgba(6, 9, 15, .97) 0%, rgba(6, 9, 15, .91) 48%, rgba(6, 9, 15, .72) 100%);
	}
}

/*
================================================
Frontend Premium Polish Layer
================================================
*/
:root {
	--ssr-shadow-soft: 0 18px 48px rgba(18, 50, 74, .12);
	--ssr-shadow-strong: 0 28px 70px rgba(18, 50, 74, .2);
	--ssr-radius-lg: 18px;
}

html {
	scroll-behavior: smooth;
}

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.ssr-scrolled .header-top {
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
}

.header-top,
.navbar-area,
.main-nav,
.main-nav nav,
.mobile-nav.mean-container .mean-bar {
	transition: transform .28s ease, opacity .28s ease, box-shadow .28s ease, background-color .28s ease, padding .28s ease;
}

.navbar-area {
	position: sticky;
	top: 0;
	z-index: 1000;
}

body.ssr-scrolled .navbar-area,
.navbar-area .is-sticky,
.main-nav.is-sticky {
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(14px);
	box-shadow: 0 18px 45px rgba(18, 50, 74, .14);
}

body.ssr-scrolled .main-nav nav {
	padding-top: 8px;
	padding-bottom: 8px;
}

.main-nav .navbar-brand img {
	transition: transform .28s ease, width .28s ease;
}

body.ssr-scrolled .main-nav .navbar-brand img {
	transform: scale(.92);
}

.main-nav nav .navbar-nav .nav-item a {
	position: relative;
	transition: color .22s ease, transform .22s ease;
}

.main-nav nav .navbar-nav .nav-item > a::after {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 8px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--ssr-coral), var(--ssr-gold));
	transition: left .24s ease, right .24s ease;
}

.main-nav nav .navbar-nav .nav-item > a:hover::after,
.main-nav nav .navbar-nav .nav-item > a.active::after {
	left: 16px;
	right: 16px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	border: 0;
	border-radius: 14px;
	padding: 10px;
	box-shadow: var(--ssr-shadow-strong);
	overflow: hidden;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	border-radius: 10px;
}

.theme-btn,
.scm-btn,
.top-quote-link,
.quote-form-body .btn-submit,
.scm-next-step,
button,
input[type="submit"] {
	position: relative;
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.theme-btn:hover,
.scm-btn:hover,
.top-quote-link:hover,
.quote-form-body .btn-submit:hover,
.scm-next-step:hover,
button:hover,
input[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: var(--ssr-shadow-soft);
}

.theme-btn:active,
.scm-btn:active,
.top-quote-link:active,
.quote-form-body .btn-submit:active,
.scm-next-step:active,
button:active,
input[type="submit"]:active,
.ssr-pressed {
	transform: translateY(0) scale(.98);
}

.scm-hero,
.home-banner {
	isolation: isolate;
	background-attachment: scroll;
}

.scm-hero::before,
.home-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 122, 24, .16), transparent 28%),
		radial-gradient(circle at 88% 16%, rgba(32, 180, 134, .12), transparent 26%);
	pointer-events: none;
}

.scm-rating-badge,
.scm-hero-trust-list div,
.scm-hero-stat-grid div,
.scm-instant-quote,
.custom-quote-form,
.scm-review,
.service-card,
.scm-city-card,
.scm-service-card,
.plan_item,
.scm-blog article {
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background-color .28s ease;
}

.scm-hero-trust-list div:hover,
.scm-hero-stat-grid div:hover,
.scm-instant-quote:hover,
.custom-quote-form:hover,
.scm-review:hover,
.service-card:hover,
.plan_item:hover,
.scm-blog article:hover {
	transform: translateY(-5px);
	box-shadow: var(--ssr-shadow-soft);
}

.scm-service-card:hover,
.plan_item:hover {
	border-color: rgba(228, 87, 46, .28);
	background: linear-gradient(180deg, #fff 0%, #fff8f5 100%);
}

.scm-services,
.scm-blog,
.scm-cities,
.inner-content-wrapper,
.service_section {
	position: relative;
}

.scm-services::before,
.scm-blog::before,
.inner-content-wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: radial-gradient(circle at 1px 1px, rgba(18, 50, 74, .045) 1px, transparent 0);
	background-size: 26px 26px;
	pointer-events: none;
}

.scm-services > *,
.scm-blog > *,
.inner-content-wrapper > * {
	position: relative;
	z-index: 1;
}

.custom-quote-form,
.scm-quote-card-light,
.scm-quote-form {
	border-radius: var(--ssr-radius-lg);
}

.quote-form-body .form-group,
.scm-quote-form input,
.scm-quote-form select,
.scm-quote-form textarea,
.form-control {
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.quote-form-body .form-group:focus-within,
.scm-quote-form input:focus,
.scm-quote-form select:focus,
.scm-quote-form textarea:focus,
.form-control:focus {
	border-color: rgba(228, 87, 46, .65) !important;
	box-shadow: 0 0 0 4px rgba(228, 87, 46, .12) !important;
	background-color: #fff !important;
}

.faq-area .faq-accordion .accordion .accordion-item,
.faq-sec .faq-accordion .accordion .accordion-item,
.faq-accordion-modern .accordion-item {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(18, 50, 74, .08);
}

.faq-area .faq-accordion .accordion .accordion-title,
.faq-sec .faq-accordion .accordion .accordion-title,
.faq-accordion-modern .accordion-title {
	transition: background-color .24s ease, color .24s ease, box-shadow .24s ease;
}

.faq-area .faq-accordion .accordion .accordion-title i,
.faq-sec .faq-accordion .accordion .accordion-title i,
.faq-accordion-modern .accordion-title i {
	transition: transform .24s ease, background-color .24s ease;
}

.faq-area .faq-accordion .accordion .accordion-title.active i,
.faq-sec .faq-accordion .accordion .accordion-title.active i,
.faq-accordion-modern .accordion-title.active i {
	transform: rotate(180deg);
}

.accordion-content {
	overflow: hidden;
}

.ssr-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .6s ease, transform .6s ease;
}

.ssr-reveal.ssr-visible {
	opacity: 1;
	transform: translateY(0);
}

.floating-contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 22px;
}

.floating-btn {
	transform: translateZ(0);
	transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.floating-btn:hover,
.floating-btn:focus {
	transform: translateY(-4px) scale(1.04);
	filter: brightness(1.04);
	box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

.floating-btn:active {
	transform: scale(.96);
}

#scrollUp {
	width: 46px;
	height: 46px;
	right: 24px;
	bottom: 102px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--ssr-coral), var(--ssr-gold));
	color: #fff;
	box-shadow: 0 16px 38px rgba(228, 87, 46, .34);
	transition: transform .22s ease, box-shadow .22s ease;
}

#scrollUp:hover {
	transform: translateY(-3px);
	box-shadow: var(--ssr-shadow-soft);
}

.mean-container .mean-bar {
	box-shadow: 0 12px 32px rgba(18, 50, 74, .1);
}

.mean-container .mean-nav {
	border-radius: 0 0 18px 18px;
	overflow: hidden;
	box-shadow: var(--ssr-shadow-soft);
}

.mean-container .mean-nav ul li a {
	transition: background-color .2s ease, color .2s ease, padding-left .2s ease;
}

.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li a.active {
	padding-left: 24px;
	background: #fff4ee;
	color: var(--ssr-coral) !important;
}

@media (min-width: 992px) {
	.scm-hero,
	.home-banner {
		background-size: 24px 24px, cover, 104% auto;
		transition: background-position .35s ease;
	}

	.scm-hero:hover,
	.home-banner:hover {
		background-position: top left, center center, center center;
	}
}

@media (max-width: 767px) {
	.header-top {
		position: relative;
		z-index: 1001;
	}

	.mobile-nav .logo img {
		max-width: 185px;
	}

	.floating-contact {
		bottom: 14px;
		padding: 0 18px;
	}

	.floating-btn {
		width: 52px;
		height: 52px;
		font-size: 24px;
		box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
	}

	#scrollUp {
		right: 18px;
		bottom: 84px;
		width: 42px;
		height: 42px;
	}

	.scm-service-card:hover,
	.scm-hero-trust-list div:hover,
	.scm-hero-stat-grid div:hover,
	.scm-review:hover,
	.scm-blog article:hover {
		transform: none;
	}

	.scm-service-card:active,
	.scm-hero-trust-list div:active,
	.scm-hero-stat-grid div:active,
	.scm-review:active,
	.scm-blog article:active {
		transform: scale(.985);
	}
}

@media (max-width: 360px) {
	.floating-contact {
		padding: 0 12px;
	}

	.floating-btn {
		width: 48px;
		height: 48px;
		font-size: 22px;
	}

	#scrollUp {
		right: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
	}

	.ssr-reveal {
		opacity: 1;
		transform: none;
	}
}

/*
================================================
Network Page Location Sections
================================================
*/
.ssr-network-block {
	margin-top: 34px;
	padding: 28px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e7ebf1;
	box-shadow: 0 18px 48px rgba(18, 50, 74, .08);
}

.ssr-network-intercity {
	background:
		linear-gradient(135deg, rgba(157, 50, 59, .06), rgba(255, 255, 255, .96)),
		#fff;
}

.ssr-network-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #edf0f4;
}

.ssr-network-head span {
	color: #9d323b;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.ssr-network-head h3 {
	margin: 0;
	color: #101827;
	font-size: 24px;
	font-weight: 900;
}

.ssr-location-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ssr-location-grid span {
	display: flex;
	align-items: center;
	min-height: 52px;
	padding: 12px 15px;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid #e7ebf1;
	color: #101827;
	font-weight: 800;
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.ssr-location-grid span::before {
	content: "\f041";
	font-family: FontAwesome;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	border-radius: 50%;
	background: rgba(157, 50, 59, .1);
	color: #9d323b;
	font-size: 12px;
}

.ssr-route-grid span::before {
	content: "\f178";
}

.ssr-location-grid span:hover {
	transform: translateY(-3px);
	background: #fff;
	border-color: rgba(157, 50, 59, .28);
	box-shadow: 0 14px 34px rgba(18, 50, 74, .1);
}

@media (max-width: 991px) {
	.ssr-location-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.ssr-network-block {
		padding: 20px;
		border-radius: 14px;
	}

	.ssr-network-head {
		display: block;
	}

	.ssr-network-head h3 {
		margin-top: 8px;
		font-size: 21px;
	}

	.ssr-location-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.ssr-location-grid span {
		min-height: 48px;
		font-size: 14px;
	}
}

/*
================================================
Contact Page Layout Refresh
================================================
*/
.contact-info-area {
	background:
		linear-gradient(180deg, #f8fafc 0%, #fff 38%, #f8fafc 100%);
	padding-top: 82px;
}

.contact-info-area > .container > .row {
	gap: 0;
	margin-bottom: 34px;
}

.contact-info-area .contact-info-item {
	min-height: 150px;
	margin-bottom: 24px;
	padding: 26px 24px 24px 104px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e7ebf1;
	box-shadow: 0 18px 48px rgba(18, 50, 74, .08);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.contact-info-area .contact-info-item:hover {
	transform: translateY(-5px);
	border-color: rgba(157, 50, 59, .24);
	box-shadow: 0 24px 60px rgba(18, 50, 74, .13);
}

.contact-info-area .contact-info-item i {
	left: 24px;
	top: 26px;
	width: 58px;
	height: 58px;
	line-height: 58px;
	font-size: 24px;
	background: linear-gradient(135deg, #101827, var(--ssr-gold));
	color: #fff;
	box-shadow: 0 14px 30px rgba(16, 24, 39, .16);
}

.contact-info-area .contact-info-item:hover i {
	background: linear-gradient(135deg, #9d323b, var(--ssr-gold));
	color: #fff;
}

.contact-info-area .contact-info-item h4 {
	margin-bottom: 8px;
	color: #101827;
	font-size: 19px;
	font-weight: 900;
}

.contact-info-area .contact-info-item p,
.contact-info-area .contact-info-item a {
	color: #5d6878;
	font-size: 14px;
	line-height: 1.65;
	word-break: break-word;
}

.contact-info-area .contact-area {
	float: none;
	padding: 16px 0 86px;
}

.contact-info-area .contact-wrapper {
	overflow: hidden;
	border-radius: 24px;
	background: #fff;
	border: 1px solid #e7ebf1;
	box-shadow: 0 30px 90px rgba(18, 50, 74, .12);
}

.contact-info-area .contact-wrapper > .row {
	align-items: stretch;
}

.contact-info-area .contact-form-area {
	padding: 44px;
}

.contact-info-area .contact-form-area h1 {
	margin-bottom: 12px;
	color: #101827;
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 900;
	line-height: 1.1;
}

.contact-info-area .contact-form-area > p {
	max-width: 720px;
	margin-bottom: 24px;
	color: #667085;
	font-size: 15px;
	line-height: 1.8;
}

.contact-info-area .custom-quote-form {
	margin-top: 28px !important;
	border-radius: 18px;
	box-shadow: none;
	border: 1px solid #e7ebf1;
	background: #f9fafc;
}

.contact-info-area .quote-form-body {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: 22px;
}

.contact-info-area .quote-form-body .form-group {
	margin-bottom: 0;
	border-radius: 14px;
	background: #fff;
}

.contact-info-area .quote-form-body .form-group:last-child {
	grid-column: 1 / -1;
}

.contact-info-area .quote-form-body input,
.contact-info-area .quote-form-body select {
	height: 52px;
	border: 0;
	background: transparent;
	font-size: 14px;
}

.contact-info-area .quote-form-body .btn-submit {
	width: 100%;
	height: 54px;
	border-radius: 14px;
	background: linear-gradient(135deg, #9d323b, #c66a32) !important;
	letter-spacing: .2px;
}

.contact-info-area .contact-img {
	min-height: 100%;
	height: 100%;
}

.contact-info-area .contact-bg {
	position: relative;
	min-height: 100%;
	height: 100%;
	border-radius: 0;
	background-position: center;
}

.contact-info-area .contact-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(16, 24, 39, .08), rgba(16, 24, 39, .66)),
		radial-gradient(circle at 78% 20%, rgba(255, 255, 255, .22), transparent 28%);
}

.contact-info-area .contact-bg::after {
	content: "Fast callback support for Mumbai, Navi Mumbai and Thane moves";
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 28px;
	padding: 18px 20px;
	border-radius: 16px;
	background: rgba(255, 255, 255, .9);
	color: #101827;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
	box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
}

@media (max-width: 991px) {
	.contact-info-area .contact-form-area {
		padding: 34px;
	}

	.contact-info-area .contact-bg {
		min-height: 420px;
	}
}

@media (max-width: 767px) {
	.contact-info-area {
		padding-top: 54px;
	}

	.contact-info-area .contact-info-item {
		min-height: auto;
		padding: 22px 20px 22px 92px;
		border-radius: 16px;
	}

	.contact-info-area .contact-info-item i {
		left: 20px;
		top: 22px;
		width: 52px;
		height: 52px;
		line-height: 52px;
		font-size: 22px;
	}

	.contact-info-area .contact-form-area {
		padding: 26px 18px;
	}

	.contact-info-area .quote-form-body {
		grid-template-columns: 1fr;
		padding: 16px;
		gap: 12px;
	}

	.contact-info-area .contact-bg {
		min-height: 300px;
	}

	.contact-info-area .contact-bg::after {
		left: 18px;
		right: 18px;
		bottom: 18px;
		font-size: 15px;
	}
}

/*
================================================
Reference Style Footer Bottom
================================================
*/
.footer-area {
	padding-top: 54px;
	text-align: center;
	background: #0b0e14 !important;
}

.ssr-footer-intro {
	max-width: 880px;
	margin: 0 auto 34px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.ssr-footer-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	padding: 10px 16px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

.ssr-footer-mark img {
	width: 230px;
	max-height: 70px;
	object-fit: contain;
}

.ssr-footer-intro p {
	margin: 0 auto;
	max-width: 820px;
	color: rgba(255, 255, 255, .9);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.65;
}

.footer-area .row {
	justify-content: center;
}

.footer-area .footer-widget {
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}

.footer-area .footer-content .footer-logo,
.footer-area .footer-content p,
.footer-area .footer-social {
	display: none;
}

.footer-area > .container > .row > .col-lg-3:first-child {
	display: none;
}

.footer-area > .container > .row > .col-lg-3 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.footer-widget .title {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	color: #fff;
	font-size: 26px;
	font-weight: 900;
}

.footer-widget .title::after {
	left: 50%;
	bottom: -12px;
	width: 86px;
	height: 4px;
	border-radius: 999px;
	transform: translateX(-50%);
	background: var(--ssr-gold);
}

.footer-list ul li {
	margin-bottom: 16px;
}

.footer-list ul li a {
	justify-content: center;
	color: rgba(255, 255, 255, .9);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.35;
}

.footer-list ul li a i {
	display: none;
}

.footer-list ul li a:hover {
	padding-left: 0;
	color: var(--ssr-gold);
	transform: translateY(-2px);
}

.footer-area .contact-list li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	text-align: left;
}

.footer-area .contact-list .icon {
	min-width: auto;
	width: auto;
	height: auto;
	margin-right: 0;
	background: transparent;
	color: var(--ssr-gold);
	font-size: 20px;
	line-height: 1.55;
	flex: 0 0 24px;
	text-align: center;
}

.footer-area .contact-list .text,
.footer-area .contact-list .text a {
	color: rgba(255, 255, 255, .9);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.55;
	text-align: left;
	word-break: break-word;
}

.footer-area .contact-list .text {
	flex: 0 1 auto;
	min-width: 0;
}

.footer-copyright {
	margin-top: 46px !important;
	padding: 34px 0 42px;
	background: #080a0f;
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.copyright-text {
	color: rgba(255, 255, 255, .88);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}

.ssr-managed-by {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, .88);
	font-size: 16px;
	font-weight: 700;
}

.ssr-managed-by a {
	display: inline-block;
	margin-left: 6px;
	color: var(--ssr-gold);
	font-weight: 900;
}

.ssr-managed-by a:hover {
	color: #fff;
}

.footer-bottom-links {
	justify-content: center;
	margin-top: 18px;
	text-align: center !important;
}

.footer-bottom-links li a {
	color: rgba(255, 255, 255, .76);
}

@media (max-width: 991px) {
	.footer-area > .container > .row > .col-lg-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.footer-widget .title {
		font-size: 24px;
	}

	.footer-list ul li a,
	.footer-area .contact-list .text,
	.footer-area .contact-list .text a {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.footer-area {
		padding-top: 38px;
	}

	.ssr-footer-intro p {
		font-size: 16px;
	}

	.ssr-footer-mark img {
		width: 205px;
	}

	.footer-widget .title {
		font-size: 23px;
	}

	.footer-list ul li a,
	.footer-area .contact-list .text,
	.footer-area .contact-list .text a {
		font-size: 15px;
	}

	.footer-area .contact-list li:nth-child(2),
	.footer-area .contact-list li:nth-child(3) {
		justify-content: center;
		transform: translateX(10px);
	}

	.copyright-text,
	.ssr-managed-by {
		font-size: 14px;
	}

	.ssr-managed-by a {
		display: block;
		margin: 8px 0 0;
		font-size: 16px;
	}
}

/*
================================================
Service Banner Text-Side Overlay
================================================
*/
.page-title-area.home-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	opacity: 1;
	background:
		linear-gradient(100deg, rgba(6, 9, 15, .94) 0%, rgba(6, 9, 15, .9) 34%, rgba(6, 9, 15, .62) 58%, rgba(6, 9, 15, .12) 100%);
	pointer-events: none;
}

.page-title-area.home-banner .container {
	position: relative;
	z-index: 2;
}

.page-title-area.home-banner::after {
	z-index: 3;
}

@media (max-width: 767px) {
	.page-title-area.home-banner::before {
		background:
			linear-gradient(180deg, rgba(6, 9, 15, .96) 0%, rgba(6, 9, 15, .9) 52%, rgba(6, 9, 15, .72) 100%);
	}
}

/*
================================================
Services Dropdown Large Link Panel
================================================
*/
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	min-width: 420px;
	padding: 18px 20px;
	border: 0;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(16, 24, 39, .18);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	border-bottom: 1px dashed rgba(77, 120, 155, .42);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	display: block;
	padding: 14px 14px;
	border-radius: 12px;
	color: #4b708d !important;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.2;
	white-space: nowrap;
	transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #101827 !important;
	background: #f6f8fb;
	transform: translateX(4px);
}

@media (max-width: 991px) {
	.mean-container .mean-nav ul li li a {
		padding: 13px 24px !important;
		border-top: 1px dashed rgba(77, 120, 155, .35);
		color: #4b708d !important;
		font-size: 17px;
		font-weight: 800;
		line-height: 1.35;
	}
}

@media (max-width: 575px) {
	.main-nav nav .navbar-nav .nav-item .dropdown-menu {
		min-width: 0;
		width: calc(100vw - 28px);
		padding: 14px;
		border-radius: 18px;
	}

	.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
		padding: 12px 10px;
		font-size: 20px;
		white-space: normal;
	}
}

/*
================================================
Mobile Review Row
================================================
*/
@media (max-width: 767px) {
	.scm-testimonials {
		overflow: hidden;
	}

	.scm-testimonials .row {
		display: flex;
		flex-wrap: nowrap;
		gap: 12px;
		margin-left: -8px;
		margin-right: -15px;
		padding: 4px 15px 16px 8px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.scm-testimonials .row::-webkit-scrollbar {
		display: none;
	}

	.scm-testimonials .row > [class*="col-"] {
		flex: 0 0 82%;
		max-width: 82%;
		padding-left: 0;
		padding-right: 0;
		scroll-snap-align: start;
	}

	.scm-testimonials .scm-review {
		min-height: 230px;
		padding: 18px;
	}

	.scm-testimonials .scm-review .scm-review-stars {
		margin-bottom: 12px;
		font-size: 16px;
	}

	.scm-testimonials .scm-review p {
		margin-bottom: 18px;
		font-size: 14px;
		line-height: 1.65;
	}
}

@media (max-width: 380px) {
	.scm-testimonials .row > [class*="col-"] {
		flex-basis: 86%;
		max-width: 86%;
	}
}

/*
================================================
Reviews Page Testimonial Carousel
================================================
*/
.reviews-testimonial-page {
	overflow: hidden;
}

.reviews-testimonial-page .section-title {
	margin-bottom: 34px;
	text-align: center;
}

.reviews-testimonial-page .section-title h2 {
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.12;
}

.reviews-subtitle {
	max-width: 640px;
	margin: 14px auto 0;
	color: rgba(255, 255, 255, .76);
	font-size: 16px;
	line-height: 1.7;
}

.reviews-testimonial-page .testi-card {
	min-height: 310px;
	border: 1px solid rgba(255, 255, 255, .16);
}

.reviews-testimonial-page .testi-content p {
	font-size: 17px;
	line-height: 1.8;
}

@media (max-width: 767px) {
	.reviews-testimonial-page {
		padding: 70px 0 82px;
	}

	.reviews-testimonial-page .section-title {
		margin-bottom: 24px;
	}

	.reviews-testimonial-page .section-title h2 {
		font-size: 34px;
	}

	.reviews-subtitle {
		font-size: 14px;
	}

	.reviews-testimonial-page .testi-item {
		padding: 10px;
	}

	.reviews-testimonial-page .testi-card {
		min-height: 420px;
		padding: 34px 24px;
		border-radius: 8px;
	}

	.reviews-testimonial-page .quote-icon {
		font-size: 42px;
		margin-bottom: 30px;
	}

.reviews-testimonial-page .testi-content p {
	font-size: 18px;
	line-height: 1.75;
	}
}

/*
================================================
Lead Popup
================================================
*/
.ssr-lead-popup {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .25s ease, visibility .25s ease;
}

.ssr-lead-popup.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ssr-lead-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 10, 15, .7);
	backdrop-filter: blur(7px);
}

.ssr-lead-popup__dialog {
	position: relative;
	z-index: 1;
	width: min(480px, 100%);
	max-height: calc(100vh - 36px);
	overflow: auto;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
	transform: translateY(18px) scale(.98);
	transition: transform .25s ease;
}

.ssr-lead-popup.is-active .ssr-lead-popup__dialog {
	transform: translateY(0) scale(1);
}

.ssr-lead-popup__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: rgba(16, 24, 39, .1);
	color: #101827;
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.ssr-lead-popup__close:hover,
.ssr-lead-popup__close:focus {
	background: #101827;
	color: #fff;
	transform: rotate(90deg);
}

.ssr-lead-popup__content {
	padding: 42px 34px 36px;
	background:
		linear-gradient(145deg, rgba(16, 24, 39, .95), rgba(28, 38, 56, .92)),
		url("../images/generated-mumbai-road-truck.webp");
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.ssr-lead-popup__eyebrow {
	display: inline-flex;
	margin-bottom: 16px;
	color: #8ec127;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.ssr-lead-popup__content h3 {
	margin-bottom: 14px;
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.12;
}

.ssr-lead-popup__content p {
	margin-bottom: 22px;
	color: rgba(255, 255, 255, .78);
	font-size: 15px;
	line-height: 1.7;
}

.ssr-lead-popup__quick {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.ssr-lead-popup__quick a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.ssr-lead-popup__quick a:last-child {
	background: #16a34a;
}

body.ssr-popup-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.ssr-lead-popup {
		align-items: flex-end;
		padding: 10px;
	}

	.ssr-lead-popup__dialog {
		width: 100%;
		max-height: calc(100vh - 20px);
		border-radius: 16px;
	}

	.ssr-lead-popup__content {
		padding: 28px 22px 20px;
	}

	.ssr-lead-popup__content h3 {
		max-width: calc(100% - 36px);
		margin-left: auto;
		margin-right: auto;
		font-size: 25px;
	}

	.ssr-lead-popup__content p {
		font-size: 14px;
	}

	.ssr-lead-popup__quick {
		display: grid;
		grid-template-columns: 1fr;
	}

	.ssr-lead-popup__quick a {
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ssr-lead-popup,
	.ssr-lead-popup__dialog,
	.ssr-lead-popup__close {
		transition: none;
	}
}
