@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .long_section {
    margin-left: 30px;
    margin-right: 30px;
  }

  .hero_area {
    min-height: auto;
  }

  .quote_btn-container a {
    margin-right: 0;
    margin-top: 10px;
  }

  .slider_section {
    padding-top: 45px;
    padding-bottom: 90px;
  }

  .quote_btn-container {
    flex-direction: column;
    align-items: center;
  }


}

@media (max-width: 768px) {


  .slider_section {
    padding-top: 45px;
    padding-bottom: 75px;
  }

  .slider_section .detail_box {
    text-align: center;
    padding-left: 0;
  }

  .slider_section .img-box {
    margin-top: 45px;
  }

  .about_section .img-box {
    margin-bottom: 45px;

  }

  .contact_section .form_container {
    margin-bottom: 45px;
  }

  .client_section .box {
    flex-direction: column;
    text-align: center;
    margin: 45px 15px;
  }

  .client_section .box .detail-box {
    align-items: center;
  }

  .client_section .box .img-box {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .info_section .contact_nav {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .info_section .contact_nav a {
    margin-bottom: 15px;
  }

  .info_section .row>div {
    text-align: center;
  }

  .info_section .info_post .post_box {
    justify-content: center;
  }

  .info_section .info_links .info_links_menu a {
    flex-basis: 100%;
  }

  .info_form {
    margin-top: 35px;
  }

  .info_form form {
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .info_form .social_box {
    justify-content: center;
  }

  .info_form .social_box a {
    margin: 0 5px;
  }

}

@media (max-width: 576px) {
  .long_section {
    margin-left: 25px;
    margin-right: 25px;
  }


  .info_section .info_links .info_links_menu {
    margin-bottom: 35px;
  }

}

@media (max-width: 480px) {}

@media (max-width: 420px) {
  .long_section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .slider_section .detail-box .btn-box {
    flex-direction: column;
  }

  .slider_section .detail-box .btn-box a {
    width: 100%;
  }

  .furniture_section .box .img-box {
    height: auto;
  }
}

@media (max-width: 376px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* FOOTER GENERAL STYLING */
footer {
  background-color: #0f172a;
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 150px;
  padding-bottom: 40px;

}

footer a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}




footer h4,
footer span.fs-16 {
  color: #ffffff;
}

footer ul {
  padding: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 8px;
}

/* CONTACT SECTION BOX */
.overlap-section .row.bg-base-color {
  height: 200px;
  width: 1300px;
  border-radius: 12px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #007cf0, #00dfd8);
  color: #ffffff;
  margin-top: -250px;
  padding-bottom: 10px;
  

}

.feature-box-icon {
 font-size: 26px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 20%;
}

.feature-box-icon i {
  font-size: 26px;
}

/* SOCIAL / WHATSAPP / PHONE ICONS */
footer .bi,
footer .fa-brands,
footer .fa-regular {
  font-size: 16px;
  margin-right: 10px;


}

/* BOTTOM COPYRIGHT BAR */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 30px;
}

.footer-bottom p {
  color: #94a3b8;
  font-size: 14px;
}
footer .text-sm-start {
  text-align: Left !important;
}


/* LOGO STYLING */
footer img {
  border-radius: 12px;
  padding: 10px;
  background-color: #ffffff;
  max-width: 100%;
  height: auto;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}

/* RESPONSIVE TWEAKS */
@media (max-width: 767px) {
  footer {
    text-align: center;
  }

  .feature-box {
    justify-content: center;
  }

  .feature-box-content {
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    
  }
  @media (min-width: 768px) {
  footer .row > div:not(:first-child) {
    text-align: right;
  }
}
}