<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
:root {
  --primary-color: #ff5c00;
  --secodary-hover: #f9bd9a;
  --primary-bg-color: #faf7f4;
  --primary-text-color: #000;
  --secondary-text-color: #000;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: Poppins, sans-serif !important;
}

/* =============commo btn=============== */
.common__btn {
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  color: #fff;
  border-color: var(--primary-color);
  background: var(--primary-color);
}

.common__btn__one {
  border: 1px solid var(--primary-color);
  background: white;
  color: var(--primary-text-color);
  padding: 0.5rem 1rem;
  transition: 0.6s;
}
.common__btn__one:hover {
  border: 1px solid var(--primary-color);
  background: var(--secodary-hover);
  color: var(--primary-bg-color);
  padding: 0.5rem 1rem;
}

.common__btn:hover {
  color: #fff;
  border-color: transparent;
  background: var(--primary-color);
  text-decoration: none !important;
}

.second_button {
  background: white;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.6s;
}

/* .second_button:hover {
  background: rgba(0, 0, 0, 0.03) !important;
  border: 1px solid #000 !important;
} */

.three_button {
  background: var(--primary-color);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.three_button:hover {
  background: var(--primary-color);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  cursor: pointer;
}

/* .btn.focus,
.btn:focus {
  outline: 0;
  color: var(--primary-bg-color) !important;
  box-shadow: 0 0 0 0.2rem rgb(136, 14, 79, 0.45) !important;
} */

/* Global heading sizes */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif !important;
}

/* Desktop view (default) */
.h1,
h1 {
  font-size: 40px;
  font-weight: bold;
}

.h2,
h2 {
  font-size: 36px;
  font-weight: 500;
}

.h3,
h3 {
  font-size: 32px;
  font-weight: 400;
}

.h4,
h4 {
  font-size: 28px;
  font-weight: 300;
}

.h5,
h5 {
  font-size: 24px;
  font-weight: 200;
}

.h6,
h6 {
  font-size: 20px;
  font-weight: normal;
}

/* smooth scrolling */
html {
  scroll-behavior: smooth;
  /* Enables smooth scrolling */
}

/* ========================================================================== */

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 10px;
  border: 2px solid transparent;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

a {
  text-decoration: none !important;
}

p {
  text-align: justify;
}
/* =========================================================================== */

/* navbar style */

.navbar__menus__text:hover {
  text-decoration: underline !important;
  text-decoration-color: var(--primary-color) !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.hero {
  position: relative;
  height: 60vh;
  background: url("../Images/banner.webp") center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 3;
  top: 30px;
}

.action-bar {
  position: absolute;
  bottom: -40px;
  background: white;
  border-radius: 50px;
  padding: 1rem 2rem;
  backdrop-filter: blurr(20px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 4;
}

.action-label {
  font-weight: 500;
  margin-right: 1rem;
  color: black;
}

.custom-service-card {
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.custom-service-card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.custom-icon img {
  width: 64px;
  height: 64px;
}

.citylist {
  font-size: 16px;
  transition: color 0.3s ease;
}

.citylist:hover {
  color: var(--primary-color) !important;
}

/* Testtimonial code */
.testimonial-section {
  background-image: url("../Images/ChatBackground.webp");
  background-size: contain;
  background-position: center;
  color: var(--primary-bg-color);
}

.quote-icon-card {
  position: absolute;
  top: -10px;
  left: 1px;
  font-size: 2.5rem;
  color: var(--primary-bg-color);
  opacity: 1;
  z-index: 100;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

.testimonial-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #000;
  color: var(--primary-bg-color) !important;
  padding-top: 40px;
  position: relative;
  overflow: visible;
}

.blockquote {
  font-size: 1rem;
  line-height: 1.5;
}

.blockquote-footer {
  font-size: 18px;
  color: var(--primary-bg-color);
  font-weight: bold;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.carousel-indicators {
  bottom: 10px;
}

.carousel-indicators .active {
  background-color: var(--primary-color) !important;
}

.Testminioal_heading {
  font-size: 60px;
  font-weight: bold;
}

.highlight {
  color: var(--primary-color);
  text-shadow: 2px 2px var(--primary-text-color);
}

/* footer */
.footer {
  color: var(--primary-bg-color);
  padding: 40px 0;
}

.footer-links ul {
  list-style-type: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #7e7e7e;
  text-decoration: none;
  transition: 0.6s;
}

.footer-links ul li a:hover {
  color: var(--primary-color) !important;
}

.footer-contact h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.social-icons {
  margin-top: 10px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: var(--primary-text-color);
  transition: color 0.3s;
}

.description {
  margin-bottom: 14px;
  font-size: 16px;
  color: #7e7e7e;
  line-height: 28px;
}

.divider {
  height: 2px;
  background-color: var(--primary-color);
  margin: 10px 0 15px;
  width: 20%;
}

.conatctmail:hover {
  color: var(--primary-color) !important;
  text-decoration: underline !important;
  transition: color 0.3s !important;
}

.citylist:hover {
  color: var(--primary-color) !important;
  transition: color 0.3s !important;
}

/* cities view pages */
.cities__banner__image {
  background-image: url("../Images/banner.webp");
  background-size: cover;
  background-position: center;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.privacy_and_policy_text {
  color: var(--primary-bg-color);
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding-top: 100px;
}

.custom-video {
  width: 100%;
  height: 80vh;
}

.removalist-card {
  border: 1px solid var(--primary-color);
  padding: 20px;
  text-align: start;
  transition: transform 0.6s ease-in-out, box-shadow 0.5s ease-in-out;
  border-radius: 0px 0px 0px 30px;
  min-height: 310px;
}

.removalist-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.removalist__icons {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.callback__section {
  background-color: #0c2c36;
  padding: 50px 0;
}

.remove_moveus {
  padding: 40px 0;
  background-image: url("../Images/banner_cities.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.remove_moveus .col-md-6 {
  position: relative;
}

.removalists__ease__move {
  background-color: var(--primary-color);
  color: var(--primary-bg-color);
  max-width: 400px;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.accordion-button:not(.collapsed) {
  background-color: var(--secodary-hover);
  color: #000;
}

.accordion-button:focus {
  box-shadow: none;
}

/* contact us */
.contact-info-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.contact-info-item {
  display: flex;
  align-items: center;
}

.contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.contact-icon i {
  color: var(--primary-color);
  font-size: 24px;
}

.contact-info-item p {
  margin: 0;
  color: #4a4a4a;
}

.contact-info-item a {
  color: #7e7e7e;
  text-decoration: none;
  transition: 0.6s all;
}

.contact-info-item a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

.map-container {
  height: 100%;
  width: 100%;
}

.privacy_and_policy_text {
  color: white;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.action-btn.selected {
  background-color: var(--secodary-hover);
  color: var(--primary-text-color) !important;
  border-radius: 10px;
}
</pre></body></html>