@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Lato", serif;
  font-style: normal;
}

.copyright {
  background: #38aa9f;
  padding: 10px 0;
}
.copyright-text {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.footer-logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
.customer-support-box {
  background: #e2e2e2;
  padding: 15px 0;
  border-bottom: 2px solid #df329e;
}
.customer-support-box p {
  margin-bottom: 0;
  font-weight:500;
  color:#000;
}
.call-link {
  color: #000;
}
.rqust-qt-btn {
  background-color: #38aa9f;
  color: #fff !important;
  padding: 10px 25px;
  text-decoration: none;
  transform: skewX(-15deg);
}
.rqust-qt-btn:hover {
  background-color: #138c7e;
  transform: skewX(-20deg);
}
.col-content {
  display: flex;
  gap: 10px;
}
.col-title {
  color: #38aa9f;
  margin-bottom: 10px;
  font-weight: 600;
}
.adrs-line {
  font-size: 14px;
  margin-bottom: 0;
}
.col-link {
  color: #000;
}
.mail-link {
  color: #df329e;
}
.mail-link:hover {
  color: #8a1f61;
}
.working-time p {
  font-size: 14px;
  margin-bottom: 0.5rem !important;
}
.footer-title {
  color: #df329e;
  display: inline-block;
  position: relative;
}
.footer-subtitle::after {
  content: "";
  display: block;
  width: 150px;
  background-color: #fff;
  margin: 5px auto 0;
  border: 1px solid #19a69a;
  padding: 1.5px;
  border-radius: 3px;
}
.footer-top {
  padding: 45px 0;
}
.bg-pink {
  background: #df329e;
}
.navbar-brand img{width:200px}
.get-quote-section {
  background: url(https://businessonline.website/rolloff-guys.com/wp-content/uploads/2025/03/image20.jpg);
  background-position: center;
  background-size: cover;
  padding: 100px 30px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.get-quote-section::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.get-quote-section h2 {
  font-weight: 600;
  font-size: 56px;
}
.get-quote-section .get-quote-desc {
  font-size: 14px;
  margin-top: 15px;
}
.get-quote-section .rqust-qt-btn,
.banner .rqust-qt-btn {
  border: 1px solid #fff;
}

/* roll section */

.sec-title {
  color: #38aa9f;
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  font-family: "Oswald", serif;
}
.roll-sec {
  padding: 50px 0;
}
.roll-sec .slider img {
  border-radius: 10px;
}
.section-padding {
  padding: 50px 0;
}
.whc-title {
  color: #38aa9f;
  font-weight:700;
  font-size:22px;
  font-family: "Oswald", serif;
}
.whc-desc {
  font-size: 14px;
  margin-bottom: 0;
}
.why-chose-col {
  display: flex;
  flex-direction: column;
}
.why-chose-col {
  background: #f7f7f7;
  padding: 15px 10px;
  border-radius: 10px;
  width: calc(20% - 20px);
}
.why-chose-sec {
  background: #f7f7f7;
}
.why-chose-sec .headline {
  color: #000;
  text-align: center;
  margin-top: 30px;
  font-weight: 700;
  font-family: "Oswald", serif;
  font-size:19px;
}
/*  */

.section-desc {
  text-align: center;
  margin: auto;
  font-size: 15px;
  margin-bottom:15px;
}
.our-products-sec .product-image {
  border-radius: 10px;
  width: 100%;
}
.advantage-col {
  background: #eafffd;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.advantages-sec .sec-title,
.about-sec .sec-title,
.clients-section .sec-title {
  width: 50%;
  margin: auto;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: "Oswald", serif;
}
.col-desc {
  margin-bottom: 0;
}
/* product section */
.ps-title {
  color: #38aa9f;
  font-size: 39px;
  font-weight: 600;
  font-family: "Oswald", serif;
  margin-bottom:15px;
}
.ps-desc {
  font-size: 14px;
  color: #0f0f0f;
  line-height:26px;
}
.ps-text-content {
  padding: 10px 20px;
}
.ps-media {
  padding: 35px;
}

/* clients */
.clients-item {
  display: flex;
  justify-content: center;
}
.clients-item img{
  max-width:100%;
}

/* contact */

.progress-bar {
  height: 20px;
  background: #d2d6dc;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
.progress {
  height: 100%;
  width: 50%;
  background: #004d40;
  border-radius: 5px;
  transition: width 0.3s ease-in-out;
  display: flex;
  justify-content: end;
  align-items: center;
}
.step {
  display: none;
}
.step.active {
  display: block;
}
#contactForm .input-group {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  justify-content: space-between;
}
#contactForm input {
    width: 100%;
    padding: 10px;
    border: 1px solid gray;
    margin-bottom: 14px;
    background: #ebf1ed;
}
#contactForm .btn-group {
  display: flex;
  justify-content: space-between;
}
#contactForm .nextBtn,
#contactForm .form-btn {
  background: white;
  color: #009688;
  padding: 5px 35px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-top: 20px;
  outline: none !important ;
}
#contactForm .nextBtn:hover,
#contactForm .form-btn:hover {
  border-color: #df329e;
}
.right-form {
  flex: 1;
 
  padding: 20px;
  border-radius: 8px;
  color: white;
  padding: 20px 20px 0px 20px;
/*  border: 3px solid #fff;*/
}
.step.active {
   
    padding: 30px;
}
.form-heading {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
.steps-count {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
/* banner */
.banner {
  background: linear-gradient(to right, #595959, #4c4c4c);
  padding: 100px 0;
}
.color-green {
  color: #38aa9f;
}
.banner-image img {
  border-radius: 10px;
}
.banner-heading {
  font-size: 64px;
  width: 90%;
  color: #fff;
  font-family: "Oswald", serif;
}
/* Top Bar */
.top-bar {
  background: #df329e;
  color: white;
  padding: 8px 0;
  font-size: 14px;
}
.contact-dets {
  font-size: 14px;
}
.top-bar .call-link,
.email-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.email-link:hover {
  color: #38aa9f;
}
/* Header Styling */
.main-header {
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
/*  border-bottom: 3px solid #df329e;*/
}

/* Navigation */
.navbar-nav .nav-link {
  color: #111111;
  font-weight: 500;
  padding: 10px 15px;
  font-size: 14px;
}
.navbar-nav {
  gap: 15px;
}
.navbar-nav .nav-link:hover {
  color: #df329e;
}

/* Social Icons */
.social-icons a {
  color: white;
  margin-left: 10px;
  font-size: 16px;
}

.social-icons a:hover {
  color: #38aa9f;
}

/* Mobile Navbar */
.navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}
.navbar {
  width: 100%;
}
.main-header.theame-header.sticky-header {
  position: sticky;
  top: 0;
  z-index: 100;
}
