@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  margin: 0;
  padding: 0;
}

body,html{
	overflow-x: hidden !important;
}


@media screen and (max-width: 580px) {
  .df {
    width: 100% !important;
  }
}

.navbar-brand img{
	width: 100px !important;
}

.process-sec{
	width: 100% !important;
}
.menu a {
  font-family: "Rubik", sans-serif;
  margin-left: 8px;
}


.menu {
  background-color: #fffef5;
}

.hello {
  height: 36px !important;
}

.btn1 {
  border: unset;
  color: #fff;
  border-radius: 2px;
  background-color: #986110;
  ;
  padding: 10px 20px;
}

.btn1 {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}


.hello_world {
  background: url("..//img/slider/slider-1.jpg")#c9c9c9;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  padding-bottom: 5em !important;
  padding-top: 3em !important;
}


.slider {
  background-color: lightgrey;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 1px;
  height: 10px !important;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}


.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 11px !important;
  border-radius: 100px !important;
}


/* From Uiverse.io by virus231 */
.button {
  background: linear-gradient(140.14deg, #ec540e 15.05%, #d6361f 114.99%) padding-box,
    linear-gradient(142.51deg, #ff9465 8.65%, #af1905 88.82%) border-box;
  border-radius: 7px;
  border: 2px solid transparent;

  text-shadow: 1px 1px 1px #00000040;
  box-shadow: 8px 8px 20px 0px #45090059;

  padding: 7px 20px;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s;
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.button:hover {
  box-shadow: none;
  opacity: 80%;
}

.us {
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: black;
}

span {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-head {
  margin-bottom: 60px;
}

.section-head h4 {
  position: relative;
  padding: 0;
  color: #986110;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

.section-head h4::before {
  content: '';
  width: 60px;
  height: 3px;
  background: rgba(247, 198, 5, 0.8);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}

.section-head p {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  margin-bottom: 30px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.item:hover {
  background: #fffef5;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
  color: #000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #f91942;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.2);
  color: #986110;
}

.item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #986110;
}

.item .feature_box_col_three {
  background: rgba(247, 198, 5, 0.2);
  color: #986110;
}

.item .feature_box_col_four {
  background: rgba(247, 198, 5, 0.2);
  color: #986110;
}

.item .feature_box_col_five {
  background: rgba(247, 198, 5, 0.2);
  color: #986110;
}

.item .feature_box_col_six {
  background: rgba(247, 198, 5, 0.2);
  color: #986110;
}

.item p {
  font-size: 15px;
  line-height: 26px;
}

.item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}


.pos-r {
  position: relative;
}

section {
  padding: 30px 0;
}

.section-title {
  margin-bottom: 50px;
  position: relative;
}

.section-title p {
  font-size: 16px;
}

.title-effect {
  width: 50px;
  height: 50px;
  top: 0;
  position: absolute;
  left: 0;
  opacity: 0.5;
  animation: rotation 12.8s steps(1) 0s infinite;
}

.text-center .title-effect {
  left: 103%;
  margin-left: -25px;
  margin-bottom: 10px !important
}

.text-center .section-title h6 {
  padding: 15px 0;
}

.title-effect .bar {
  background: #51301e;
}

.title-effect .bar-top {
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  animation: bar-top 3.2s linear 0s infinite;
}

.title-effect .bar-right {
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: left top;
  transform: scale(1, 0);
  animation: bar-right 3.2s linear 0s infinite;
}

.title-effect .bar-bottom {
  width: 100%;
  height: 7px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  animation: bar-bottom 3.2s linear 0s infinite;
}

.title-effect .bar-left {
  width: 7px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left bottom;
  transform: scale(1, 0);
  animation: bar-left 3.2s linear 0s infinite;
}

.title {
  position: relative;
  color: #1c1d3e;
  margin-bottom: 0;
}

.section-title h2 {
  margin-bottom: 15px;
}

/* ------------------------
    How It Work
------------------------*/
.work-process {
  position: relative;
}

.step-num {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
  color: #986110;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  right: 0;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.theme-bg .work-process h4,
.theme-bg .work-process p {
  color: #ffffff;
}

.step-icon {
  background: #ffffff;
  width: 140px;
  height: 140px;
  position: relative;
  border: 10px solid #fafaff;
  border-radius: 50%;
  line-height: 140px;
  font-size: 40px;
  text-align: center;
  color: #1c1d3e;
}

.step-icon span {
  position: relative;
}

.step-icon span::after,
.step-icon span::before {
  border-radius: 50%;
  content: "";
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: -1;
}

.step-icon span::after {
  background: #cdf3f6;
  height: 25px;
  left: -10px;
  top: 5px;
  width: 25px;
}

.step-icon span::before {
  background: #d4f8e6;
  bottom: 0;
  right: -10px;
}

.dark-bg .step-icon {
  color: rgba(255, 255, 255, 0.9);
  background: none;
}

.dark-bg .step-desc h4 {
  color: #2575fc;
}

.dark-bg .step-icon {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-bg .step-desc p {
  color: rgba(255, 255, 255, 0.7);
}

.step-num-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.work-process .box-loader {
  position: absolute;
  top: 30%;
  right: -15%;
  left: inherit;
}

.work-process.style-2 {
  padding: 0;
  display: flex;
  align-items: center;
}

.work-process.style-2:before {
  display: none;
}

.work-process.style-2 .step-num-box {
  margin-bottom: 0;
  margin-right: 30px;
}

.work-process.style-3 {
  padding: 70px 30px 0;
}

.work-process.style-3 .step-num {
  background: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.1);
  font-size: 120px;
  height: auto;
  left: 50%;
  line-height: 120px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: auto;
}

#svg-container {
  position: absolute;
  width: 100%;
  left: 52%;
  z-index: -1;
  transform: translateX(-50%);
  width: 75%;
}

#svgC {
  margin: 0 auto;
  width: 100%;
}


/* ------------------------
    box-loader
------------------------*/
.box-loader {
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  left: 15px;
}

.box-loader span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #51301e;
  margin: 0 5px;
  opacity: 0;
}

.box-loader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}

.box-loader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.box-loader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}


/*--rotation--*/

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes bar-top {
  0% {
    transform: scale(0, 1);
  }

  12.5% {
    transform: scale(1, 1);
  }

  87.5% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0, 1);
  }
}

@keyframes bar-right {
  0% {
    transform: scale(1, 0);
  }

  12.5% {
    transform: scale(1, 0);
  }

  25% {
    transform: scale(1, 1);
  }

  75% {
    transform: scale(1, 1);
  }

  87.5% {
    transform: scale(1, 0);
  }

  100% {
    transform: scale(1, 0);
  }
}

@keyframes bar-bottom {
  0% {
    transform: scale(0, 1);
  }

  25% {
    transform: scale(0, 1);
  }

  37.5% {
    transform: scale(1, 1);
  }

  62.5% {
    transform: scale(1, 1);
  }

  75% {
    transform: scale(0, 1);
  }

  100% {
    transform: scale(0, 1);
  }
}

@keyframes bar-left {
  0% {
    transform: scale(1, 0);
  }

  37.5% {
    transform: scale(1, 0);
  }

  50% {
    transform: scale(1, 1);
  }

  62.5% {
    transform: scale(1, 0);
  }

  100% {
    transform: scale(1, 0);
  }
}

/*--opacitychange--*/

@keyframes opacitychange {

  0%,
  100% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

/* responsive */
@media (max-width: 1200px) {
  #svg-container {
    width: 85%;
  }
}

@media (max-width: 992px) {
  .md-mt-5 {
    margin-top: 50px !important;
  }

  /*Step*/
  .work-process .box-loader {
    display: none;
  }

  .step-desc p {
    max-width: 300px;
    margin: 0 auto;
  }

  #svg-container {
    width: 100%;
    transform: rotate(90deg);
    left: 0;
    top: 50%;
  }
}


.hiqq {
  background: url('..//img/counter_bg_1.jpg');
}

.carousel-indicators {
  display: none !important;
}

.more {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ghj {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-container {

  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.testimonial {
  display: none;
  animation: fade 1s ease-in-out;
}

.testimonial.active {
  display: block;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.testimonial img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.testimonial h3 {
  margin-bottom: 5px;
  color: #333;
}

.testimonial p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

.navigation {
  margin-top: 15px;
}

.nav-btn {
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.nav-btn.active {
  background: #986110;
  transform: scale(1.2);
}

/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #986110;
  cursor: pointer;
  user-select: none;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}


.world_hello {
  background: #fffef5 !important;
}

footer {
  background-color: #51301e;
  padding: 2em;
  color: #fff;
}


footer ul li {
  margin-top: 1em;
  font-size: 14px;
}

.footer {
  background-color: #111827;
  color: #d1d5db;
  padding: 60px 0 20px;
}

.footer-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-col h3,
.footer-col h4 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
}

.footer-col h4::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #986110;
  margin-top: 8px;
}

.footer-col p {
  line-height: 1.7;
  color: #9ca3af;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin: 8px 0;
}

.footer-col ul li a {
  color: #9ca3af;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #986110;
  padding-left: 4px;
}

.social-links a {
  display: inline-block;
  margin-right: 10px;
  color: #9ca3af;
  font-size: 18px;
  transition: 0.3s;
}

.social-links a:hover {
  color: #986110;
  transform: translateY(-2px);
}

.contact-info li {
  margin: 10px 0;
}

.contact-info i {
  color: #986110;
  margin-right: 8px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #1f2937;
  padding-top: 15px;
  margin-top: 40px;
  font-size: 14px;
  color: #9ca3af;
}



.wow1 {
  background: linear-gradient(#51301ecc, rgba(81, 48, 30, 0.8)), url('img/house-shifting-hero.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: white;
}

.hello-world h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}


/* =========================== gallery-section ===========================  */
.gallery-section {
  width: 100%;
  padding: 80px 0;
}

.gallery-section .row {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
}

.gallery-section .row .col .gallery-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.gallery-section .row .col .gallery-img img {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  display: block;
  object-fit: cover;
  overflow: hidden;
}

.gallery-section .row .col .gallery-img:hover img {
  transform: scale(1.07);
}

/* ================== services section =================== */
.services-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.services-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
}

.services-header p {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 800px;
  margin: 20px auto 0;
}

.services-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.services-list-container {
  flex: 1;
  min-width: 300px;
}

.services-list {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.services-list h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.services-list h3 i {
  margin-right: 30px;
}

.services-list ul {
  list-style: none;
  padding: 0;
}

.services-list li {
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.services-list li:hover {
  transform: translateX(5px);
}

.services-list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2c3e50;
  padding: 10px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.services-list a:hover {
  background-color: rgba(208, 161, 63, 0.1);
  color: #d0a13f;
}

.services-list a span {
  margin-left: 10px;
}

.quote-form-container {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.quote-form-container h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 20px;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #d0a13f;
  box-shadow: 0 0 0 3px rgba(208, 161, 63, 0.2);
}

.form-group button {
  width: 100%;
  padding: 14px;
  background: #51301e;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-group button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(81, 48, 30, 0.4);
}

.services-image-content {
  flex: 1;
  min-width: 300px;
}

.image-container {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.image-container:hover img {
  transform: scale(1.03);
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: white;
  padding: 30px 20px 20px;
}

.image-overlay h4 {
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.image-overlay p {
  font-size: 0.9rem;
  opacity: 0.9;
}

.content-box {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.content-box h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #d0a13f;
  margin-bottom: 20px;
}

.content-box p {
  margin-bottom: 20px;
  color: #6c757d;
  text-align: justify;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.service-item {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  background: rgba(208, 161, 63, 0.05);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.service-icon {
  width: 50px;
  height: 50px;
  background: #51301e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.service-icon i {
  color: white;
  font-size: 1.2rem;
}

.service-text h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c3e50;
}

.service-text p {
  font-size: 0.9rem;
  color: #6c757d;
  margin: 0;
}

@media (max-width: 991px) {
  .services-content {
    flex-direction: column;
  }

  .services-list-container,
  .services-image-content {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .services-header h2 {
    font-size: 2rem;
  }

  .services-list,
  .quote-form-container,
  .content-box {
    padding: 20px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* ==================== Features Section ================= */
.features-section {
  padding: 80px 0;
}



.features-section h2 {
  color: #51301e;
  margin-bottom: 1rem;
}


.features-section .lead {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0;
}

.cost {
  padding: 1.5rem;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cost:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: #51301e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.feature-icon i {
  color: white;
  font-size: 1.2rem;
}

.features-section h5 {
  font-weight: bold;
  color: #333;
  margin: 8px 0;
}

.features-section p {
  color: #666;
  line-height: 1.5;
  margin-bottom: 0;
}



@media (max-width: 768px) {
  .features-section {
    padding: 2rem 0;
  }

  .features-section h2 {
    font-size: 1.75rem;
  }

  .feature-icon i {
    font-size: 1.75rem;
  }

  .cost {
    padding: 1rem;
  }
}

/* ====================== Our Process Section ====================== */
.our-process {
  padding: 80px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.ab-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #51301e;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.title {
  font-size: 42px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 60px;
}

.process-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.process-box {
  background: white;
  border-radius: 15px;
  padding: 30px 20px;
  margin: 15px;
  transition: all 0.4s ease;
  position: relative;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.process-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.process-count {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  background: #51301e;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}

.process-img {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 20px 0;
}

.process-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s ease;
}

.process-img .hover-img {
  opacity: 0;
}

.process-box:hover .process-img img:first-child {
  opacity: 0;
}

.process-box:hover .process-img .hover-img {
  opacity: 1;
}

.process-text p {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

@media (max-width: 991px) {
  .process-box {
    height: 300px;
  }

  .process-img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .process-box {
    height: 280px;
    margin: 10px;
  }

  .process-img {
    width: 90px;
    height: 90px;
  }

  .title {
    font-size: 36px;
  }
}

/* Location Section  */
.location-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.location-section .common-heading h2 {
  position: relative;
  padding: 0;
  color: #986110;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

.location-section .common-heading h2::before {
  content: '';
  width: 60px;
  height: 3px;
  background: rgba(247, 198, 5, 0.8);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.location-section .common-heading h2 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}

.location-row {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;

}

.location-box {
  background-color: #51301e;
  border: 1px solid #51301e;
  padding: 15px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}

.location-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.location-box p {
  text-align: center;
  margin: 0;
  font-size: 13px;
}

.location-box a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.location-box a:hover {
  text-decoration: underline;
}


@media (max-width:992px) {

  .location-row ,.gallery-section .row {
    grid-template-columns: auto auto;
   

  }
}

@media (max-width:767px) {

  .location-row ,.gallery-section .row {
    grid-template-columns: auto;
   

  }
}

/* ==================== breadcrum-banner-sec ===================== */
.breadcrum-banner-sec {
  background-image: url(../img/breadcrumb-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.breadcrum-banner-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.breadcrum-banner-sec .breadcrum-banner-text {
  padding: 140px 0;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}

.breadcrum-banner-sec .breadcrum-banner-text ul {
  display: flex;
  align-items: center;
}

.breadcrum-banner-sec .breadcrum-banner-text ul li {
  list-style-type: none;
  color: #fff;
}

.breadcrum-banner-sec .breadcrum-banner-text ul li.active {
  color: #fc1d1d;
}

.breadcrum-banner-sec .breadcrum-banner-text ul li i {
  margin: 0 10px;
}

/*============== package-mover-section ============ */
.package-mover-section {
  width: 100%;
  padding: 80px 0;
}

.package-mover-section .row .col-left {
  width: 30%;
}

.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 5px;
  transition: all 0.3s ease-in-out;

}

.location-list li {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  padding: 15px;
  text-align: center;

}

.location-list li:hover {
  box-shadow: 0 8px 20px rgba(131, 123, 123, 0.1);
  background-color: #51301e;

}

.location-list li:hover a {
  color: #fff;
}

.location-list li a {
  text-decoration: none;
  color: #2c3e50;
  font-size: 14px;
  font-weight: 600;
  display: block;
  transition: all 0.3s ease-in-out;
}


/* ============== col-right ============*/
.package-mover-section .row .col-right {
  width: 65%;
}

.package-mover-section .row .col-right .package-mover-content .title-heading {
  margin: 20px 0;
}

.col-right .package-mover-content h2 span,
.col-right .package-mover-content .Choose-section h3 span,
.col-right .package-mover-content .key-services-sec h3 span,
.packing-sec .package-mover-content h3 span,
.package-mover-content .rate-sec h3 span,
.package-mover-content .area-sec h3 span,
.package-mover-content .seo-keyword-sec h3 span,
.package-mover-content .safety-ins-sec h3 span,
.package-mover-content .contact-details h3 span,
.package-mover-content .faq-section h2 span {
  color: #ff5b03;
  display: inline;
}


/* ============== Choose-section  ============*/

.col-right .Choose-section {
  padding-top: 20px 0 !important;
  padding-bottom: 0 !important;
}



.col-right .Choose-section ul {
  margin: 0;
  padding: 0;
}

.col-right .Choose-section ul li {
  list-style-type: none;
  padding: 0;
  margin: 5px 0;
}

.col-right .Choose-section ul li i {
  margin-right: 10px;
  font-size: 10px;
  height: 20px;
  width: 20px;
  background-color: #51301e;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 4px;
}

.col-right .note {
  margin-top: 10px;
}


/* ============ key-services-sec ============== */
.col-right .key-services-sec,
.packing-sec {
  padding-top: 20px 0 !important;
  padding-bottom: 0 !important;
}



.services-box {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  padding: 40px 20px;
  background: #f9f9f9;
}

.services-info {
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  flex: 1 1 calc(33.333% - 30px);
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

.services-info:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.services-info i {
  font-size: 40px;
  color: #51301e;
  margin-bottom: 15px;
}

.services-info h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.services-info p {
  font-size: 15px;
  color: #555;
}

/* ============== packing-sec ============== */
.col-right .packing-sec ul {
  display: grid !important;
  grid-template-columns: auto auto;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}


.col-right .packing-sec ul li i {
  margin-right: 10px;
  font-size: 10px;
  height: 20px;
  width: 20px;
  background-color: #ff5b03;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 4px;
}

/*=================== rete-sec ================= */
.rate-sec {
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 10px;
  color: #333;
  max-width: 100%;
}

.rate-sec h3 {
  font-size: 24px;
  margin-bottom: 10px;
}



.rate-sec h5 {
  font-size: 20px;
  margin: 20px 0 10px;
  color: #34495e;
}

.table-responsive {
  overflow-x: auto;
}

.rate-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.rate-table thead {
  background-color: #51301e;
  color: #fff;
}

.rate-table th,
.rate-table td {
  padding: 12px 15px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 15px;
}

.rate-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.total-row td {
  background-color: #ecf0f1;
  font-weight: bold;
  color: #000;
}

/* ===================== area-sec ===================*/
.area-sec {
  padding: 30px 0;
}


.area-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

.area-list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
}

.area-list ul {
  list-style: none;
  padding: 0;
}

.area-list li {
  padding: 8px 0;
  font-size: 1rem;
  color: #333;
  border-bottom: 1px solid #eee;
}

.area-list li:last-child {
  border-bottom: none;
}

/* ======================= seo section ========================= */
.seo-keyword-sec {
  padding: 20px 0;
}



.seo-keyword-sec ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  margin: 20px 0 0 0;
}

.seo-keyword-sec ul li i {
  color: #ff5b03;
  margin-right: 8px;
}

/* ================ safety section =========================== */
.safety-ins-sec {
  padding: 20px 0;
}


.safety-ins-sec .benefits-list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  list-style: none;
  padding: 0;

}

.safety-ins-sec .benefits-list li {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
}

.safety-ins-sec .benefits-list li i {
  color: #ff5b03;
  font-size: 18px;
}

.safety-ins-sec .benefits-list li h6 {
  margin: 10px 0;
}

@media (min-width: 700px) {
  .benefits-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}


@media (max-width: 420px) {
  .safety-ins-sec {
    padding: 1rem;
  }

  .benefits-list i {
    min-width: 40px;
    min-height: 40px;
    font-size: 16px;
  }
}




/* ======================= FAQ Section ======================*/
.faq-section {
  padding: 20px 0;
}


.faq-item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
}

.faq-question {
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question h4 {
  margin: 0;
  color: #2c3e50;
  font-size: 18px;
}

.faq-question i {
  transition: all 0.3s ease-in-out;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.faq-answer p {
  padding: 0 0 20px;
  margin: 0;
  color: #666;
  line-height: 1.6;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: #ff5b03;
  color: #fff;
}


/* ===================== contact-details ========================== */
.package-mover-content .contact-details {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  color: #333;

}

.package-mover-content .contact-details .fa-location-dot {
  color: #e63946;
  margin-right: 8px;
}

.contact-details .fa-phone {
  color: #1d3557;
  margin-right: 8px;
}

.package-mover-content .contact-details .fa-envelope {
  color: #457b9d;
  margin-right: 8px;
}

.package-mover-content .contact-details p .email {
  color: #457b9d;
  text-decoration: none;
}

.package-mover-content .contact-details .fa-globe {
  color: #2a9d8f;
  margin-right: 8px;
}

.package-mover-content .contact-details p .website {
  color: #2a9d8f;
  text-decoration: none;
}

.contact-details .fa-clock {
  color: #f4a261;
  margin-right: 8px;
}



/* responsive */

@media (max-width: 1180px) {
  .package-mover-section .row .col-left {
    width: 40%;
  }

  .package-mover-section .row .col-right {
    width: 55%;
  }

  .services-box {
    grid-template-columns: auto;
  }
}

@media (max-width: 992px) {

  .package-mover-section .row .col-left,
  .package-mover-section .row .col-right {
    width: 100%;
  }

  .services-box {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 580px) {

  .services-box {
    grid-template-columns: auto;
  }
}






.floating-buttons {
  position: fixed;
  top: 70%;
  transform: translateY(-50%);
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 11;
}

.floating-buttons a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 10px;
  background-color: green;
  color: white;
  text-decoration: none;
  padding: 15px;
  border-radius: 50%;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.floating-buttons a i {
  font-size: 20px;
}

.floating-buttons .call {
  background-color: #008cff;
}

.floating-buttons .call i {
  margin-right: 10px;
}


.carousel-control-prev-icon{
  display: none !important;
}

.carousel-control-next-icon{
  display: none !important;
}