.footer_section {
  background: #111;
  color: #fff;
  padding: 60px 0 20px;
  position: relative;
  font-size: 15px;
}

.footer_section a {
  color: #ccc;
  text-decoration: none;
}

.footer_section a:hover {
  color: #04AA6D;
}

.footer_logo {
  max-width: 180px;
  margin-bottom: 15px;
}

.footer_about p {
  margin-bottom: 8px;
}

.footer_links h4,
.footer_locations h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.footer_links ul,
.footer_locations ul {
  list-style: none;
  padding: 0;
}

.footer_links ul li,
.footer_locations ul li {
  margin-bottom: 6px;
}

.footer_links ul li a,
.footer_locations ul li a {
  color: #bbb;
  transition: 0.3s;
}

.footer_links ul li a:hover,
.footer_locations ul li a:hover {
  color: #04AA6D;
  padding-left: 4px;
}

.social-box {
  text-align: center;
  margin-top: 40px;
}

.social-icons a {
  display: inline-block;
  margin: 0 10px;
  font-size: 22px;
  color: #fff;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #04AA6D;
  transform: scale(1.2);
}

.footer-info1 {
  text-align: center;
  margin-top: 25px;
  border-top: 1px solid #333;
  padding-top: 15px;
  font-size: 14px;
 
}

.mainbox1 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.mainbox1 .whatapp,
.mainbox1 .callicon {
  margin-bottom: 10px;
}

.mainbox1 img {
  border-radius: 50%;
  transition: 0.3s;
}

.mainbox1 img:hover {
  transform: scale(1.1);
}

.footer_section {
  background: url('../banner/Stock-Family-Moving-Home.jpg') no-repeat center center/cover;
  position: relative;
}
.footer_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8); /* dark overlay */
}



/* 🌿 Global Refresh */
body {
  font-family: "Poppins", sans-serif;
  color: #333;
  background-color: #f8fafc;
}

/* Section titles */
.heading_container h2 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
}
.heading_container h2 span {
  color: #04AA6D;
}

/* About Section */
.about_section {
  background: #fff;
  border-radius: 20px;
  padding: 70px 0;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.about_section .img-box img {
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about_section .detail-box a {
  background-color: #04AA6D;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.about_section .detail-box a:hover {
  background-color: #028655;
}

/* Service Section */
.service_section {
  background: #f0fdf6;
  padding: 80px 0;
  border-radius: 30px 30px 0 0;
}

.service_section .box {
  background: #b0a9a9;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.service_section .box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service_section .img-box img {
  width: 100px;
  margin-bottom: 15px;
}

.service_section .detail-box a {
  color: #04AA6D;
  font-weight: 600;
  text-decoration: none;
}

.btn-box a {
  display: inline-block;
  margin-top: 20px;
  background: #04AA6D;
  color: #fff;
  padding: 12px 35px;
  border-radius: 30px;
  transition: all 0.3s;
}
.btn-box a:hover {
  background: #028655;
}

/* Call Section */
.call_section {
  background: linear-gradient(120deg, #00ABEA, #00abea);
  color: #fff;
  padding: 60px 0;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.call_section .img-box img {
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* FAQ Section */
.faq_section {
  background: #fff;
  padding: 80px 0;
  border-radius: 25px;
}

.faq_section .card {
  border: none;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.faq_section .card-header button {
  background: #f8fafc;
  border: none;
  font-weight: 600;
  color: #04AA6D;
  text-align: left;
  width: 100%;
  padding: 15px;
  border-radius: 12px;
}

.faq_section .card-body {
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 15px 20px;
}

/* News/Locations Section */
.news_section {
  background: #f0fdf6;
  padding: 70px 0;
  border-radius: 25px;
}

.news_section .box {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.news_section .box:hover {
  transform: translateY(-10px);
}

.news_section .img-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.news_section .detail-box {
  text-align: center;
  padding: 20px;
}

/* Contact Section */
.contact_section {
  background: #fff;
  border-radius: 20px;
  padding: 80px 0;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.form_container .form-control, .message-box {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 12px;
}

.submit_btn {
  background: #04AA6D;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  transition: 0.3s;
}
.submit_btn:hover {
  background: #028655;
}

.map_btn {
  background: #ddd;
  color: #333;
  border: none;
  padding: 12px 25px;
  border-radius: 30px;
  margin-left: 10px;
  transition: 0.3s;
}
.map_btn:hover {
  background: #04AA6D;
  color: #fff;
}