html, body {
  background-color: #ffffff !important;
  overscroll-behavior: none;
}
body {
	font-family: 'Roboto', sans-serif;
	color: #000;
}
body {
  padding-top: 110px;
}
@media (max-width: 991.98px) {
	body {
	  padding-top: 90px;
	}
}
#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
	z-index: 99999;
}
#spinner.show {
	transition: opacity .5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	transition: 0.5s;
	z-index: 1;
}
.text-muted {
	color: #fff !important;
}
.btn {
	font-weight: 600;
	transition: .5s;
}
.btn-square {
	width: 32px;
	height: 32px;
}
.btn-sm-square {
	width: 34px;
	height: 34px;
}
.btn-md-square {
	width: 44px;
	height: 44px;
}
.btn-lg-square {
	width: 56px;
	height: 56px;
}
.btn-xl-square {
	width: 66px;
	height: 66px;
}
.btn-square,  .btn-sm-square,  .btn-md-square,  .btn-lg-square,  .btn-xl-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}
.btn.btn-primary {
	color: var(--bs-white);
}
.btn.btn-primary:hover {
	background: var(--bs-secondary);
	border: 1px solid var(--bs-secondary);
}
.btn.btn-secondary {
	color: var(--bs-white);
}
.btn.btn-secondary:hover {
	background: var(--bs-primary);
	border: 1px solid var(--bs-primary);
}
.btn.btn-light {
	color: #05073e;
}
.btn.btn-light:hover {
	color: var(--bs-white);
	background: #05073e;
	border: 1px solid #05073e;
}

.cost-calculator {
	padding: 8px 15px !important;
	border-radius: 4px !important;
	margin: 0 10px !important; 
}

/*** Icon Animation Start ***/

@keyframes icon-animat {
 0% {
border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
}
 25% {
border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;
}
 50% {
border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;
}
 75% {
border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;
}
 100% {
border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
}
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	font-family: 'Roboto', sans-serif;
}
h1, .h1 {
	font-size: 28px !important;
	font-weight: 700 !important
}
h2, .h2 {
	font-size: 24px !important;
	font-weight: 700 !important
}
h3, .h3 {
	font-size: 20px !important;
	font-weight: 700 !important
}
h4, .h4 {
	font-size: 18px !important;
	font-weight: 700 !important
}
.nav-bar {
	background: var(--bs-white);
}
.sticky-top {
	transition: 1s;
}
.bg-header {
	background: linear-gradient(36deg, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 15%, rgba(244,98,45,1) 15%, rgba(244,98,45,1) 15%);
	padding: 5px 0;
}
.header-slider {
  position: relative;
  margin-top: 0;
}

.header-slider .item {
  position: relative;
}
#header {
  transition: all 0.3s ease-in-out;
}
#header.shrink {
  padding: 5px 0 !important;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.slider-caption h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.slider-caption p {
  font-size: 1.2rem;
}
.header-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 15px;
}

.header-slider .owl-nav button.owl-prev,
.header-slider .owl-nav button.owl-next {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: background 0.3s ease;
  width: 40px;
  height: 40px;
}

.header-slider .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.footer a:hover {
  text-decoration: underline;
  color: #f8c146;
}
.search {
  margin-left: -2rem !important
}
.footer h5 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer ul li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.footer ul li i {
  width: 20px;
  color: #dc3545;
}
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 70px;
  width: 40px;
  height: 40px;
  background: #dc3545;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  z-index: 999;
  display: none;
  transition: all 0.3s ease;
}

.back-to-top:hover {
  background: #0056b3;
  color: #fff;
}
.social-icons a:hover {
  color: #f8c146;
  transition: color 0.3s ease;
}
.header-banner-with-form {
  position: relative;
}
/*.header-banner-background {
	background-image: url('https://assets.movingsolutions.in/payload/images/delhi.avif'); 
	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat; 
}*/
.bg-overlay {
	background: rgba(0, 0, 0, 0.6); 
	position: absolute; 
	inset: 0;
}

.why-us {
  background-color: #f8f9fa; /* Light gray Bootstrap-like background */
}

.count-box:hover {
  transform: translateY(-5px);
  transition: 0.3s ease-in-out;
}

.service-box:hover {
  transform: translateY(-5px);
  transition: 0.3s ease-in-out;
}

.service-box a {
	color:#343a40;
}

.location-box:hover {
  background-color: #f8f9fa;
  transition: all 0.3s ease;
  transform: translateY(-4px);
}

.location-box a {
	color:#343a40;
}

.after-slider-section h3 {
  color: #dc3545; /* Slightly lighter grey for subheadings */
}

.after-slider-section a {
  color: #dc3545; /* Matching yellow theme */
  text-decoration: none;
}

.after-slider-section a:hover {
  color: #b02a37; /* Slightly darker yellow on hover */
  text-decoration: underline;
}

.faq-wrapper {
  width: 100%;
}
.img-display {
  width: 100%;
 }
@media (min-width: 992px) {
  .faq-wrapper {
	  width: 80%;
  }
  .img-display {
	  width: 600px;
  }
}
.video-testimonials iframe {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.top-70 {
    top: 70% !important;
}
.fixedbar {
	display:none;
}
@media (max-width:767.98px) {
  .fixedbar {
    background:#000;
    bottom:0;
    color:#fff;
    left:0;
    padding:0;
    position:fixed;
    font-size:inherit;
    width:100%;
    z-index:99999;
    float:left;
    vertical-align:middle;
    font-weight:700;
    display:block
  }
  .background-contact,
  .background-whatapp {
    float:left;
    width:50%;
    padding:5px;
    height:50px
  }
  .background-whatapp {
    background:#198754
  }
  .background-contact {
    background:#dc3545
  }
}
.breadcrumb-section {
  background-color: #f8f9fa;
  padding: 15px 0;
}

.breadcrumb {
  background: transparent;
  font-size: 14px;
  margin-bottom: 0;
}

.breadcrumb-item a {
  color: #A41929;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
  color: var(--bs-btn-hover-bg) #bb2d3b;
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: var(--bs-btn-hover-bg) #bb2d3b;
}

.breadcrumb i {
  color: #dc3545;
}
.callback-section-danger {
  /* background: linear-gradient(135deg, #dc3545 0%, #a71d2a 100%); */
  background: linear-gradient(135deg, #ffc107 0%, #ffe082 100%);
}

.callback-box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.form-control:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control::placeholder {
  color: #aaa;
}
@media (max-width: 767.98px) {
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.hover-shadow {
  transition: all 0.3s ease; /* smooth animation */
}

.hover-shadow:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* shadow effect */
  transform: translateY(-2px); /* optional lift */
}
#whatsapp-chat {
	position: fixed;
    bottom: 120px; /* adjust spacing */
    right: 20px;  /* adjust spacing */
    z-index: 9999;
	display:none
}
 #whatsapp-chat img {
	height: auto;
}
#whatsapp-chat img:hover {
	transform: scale(1.05);
}
@media (min-width: 768px) {
	#whatsapp-chat {
		display: block;
	}
}
.lazy-bg {
  min-height: auto; /* set height */
  background-size: cover;
  background-position: center;
}
