.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.moving-form {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
  margin-top: 20px;
  border-radius: 10px;
  max-width: 1000px;
  width: 100%;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  min-width: 200px;
}

.form-group label {
  font-weight: 700;
  margin-bottom: 5px;
}

.form-group input {
  padding: 5px;
  border-radius: 5px;
  border: none;
  outline: 0;
  font-size: 14px;
}

.form-submit {
  text-align: center;
  margin-top: 28px;
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-submit button {
  background-color: #dc3545;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  max-width: 311px;
  width: 100%;
}

.form-submit button:hover {
  background-color: #e53935;
}

@media (max-width: 991px) {
  .form-group {
    flex: 1 1 25%;
  }

  .form-submit {
    flex: 1 1 100%;
    margin: 10px 0;
  }

  .form-submit button {
    font-size: 15px;
    padding: 10px;
  }
   .banner-wrapper picture img {
    min-height: 320px;
    object-fit: cover;
  }
}
@media (max-width: 1290px) {
  .form-group {
    flex: 1 1 25%;
  }

  .form-submit {
    flex: 1 1 100%;
    margin-top: 25px ;
    
  }

  .form-submit button {
    font-size: 15px;
    padding: 10px;
  }
   .banner-wrapper picture img {
    min-height: 320px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .form-group {
    flex: 1 1 100%;
  }

  .form-submit {
    flex: 1 1 100%;
    margin: 10px 0;
  }

  .form-submit button {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 10px;
  }
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

@media (max-width: 480px) {
  .form-submit button {
    font-size: 15px;
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .banner-wrapper {
    position: relative;
    background: linear-gradient(135deg, #fcfdfd, #6f6f70);
    min-height: 500px;
  }
  .banner-wrapper picture img {
    display: none !important;
  }
  .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
  }
  .banner-text {
    color: #fff;
    font-size: 28px;
  }
  .moving-form {
    padding: 15px;
    border-radius: 8px;
  }
  .form-row {
    gap: 10px;
  }
  .form-group {
    flex: 1 1 calc(50% - 10px);
  }
  .form-group label {
    font-size: 14px;
  }
  .form-group input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .banner-wrapper picture img {
    min-height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 485px) {
  .banner-wrapper {
    background: linear-gradient(135deg, #a9a9aa, #252525);
    min-height: 500px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .banner-wrapper picture {
    display: none !important;
  }
  .banner-overlay {
    position: relative !important;
    height: auto !important;
    padding: 20px 15px !important;
    background: 0 0 !important;
  }
  .banner-text {
    font-size: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .moving-form {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px;
    border-radius: 8px;
  }
  .form-group {
    flex: 1 1 100%;
  }

}
.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-list li {
  margin-bottom: 10px;
  border-radius: 8px;
  font-weight: 500;
  display: flex;
  gap: 0;
  align-items: center;
}
.info-icon {
  color: red;
  font-size: 18px;
  margin-right: 10px;
}
.info-image {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .info-container {
    flex-direction: column;
  }
}
.about-container {
  margin-top: 25px;
}
.about-row {
  margin-left: 0;
  margin-right: 10px;
}
.about-box {
  padding: 0;
  border-radius: 8px;
}
.map-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 10px;
}
.map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 768px) {
  .about-heading {
    font-size: 20px;
  }
  .about-box {
    padding: 16px;
  }
  .map-wrapper {
    width: 100%;
  }
}
.table-container {
  overflow-x: auto;
  margin: 30px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  padding: 20px;
  border: 1px solid #e0e0e0;
}
table {
  border-collapse: collapse;
  width: 100%;
  min-width: 800px;
  font-family: "Noto Sans", Roboto, Arial, sans-serif;
}
thead {
  background: #cfcfcf;
  color: #fff;
}
thead th {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
td,
th {
  padding-left: 14px;
  text-align: left;
  border: 1px solid #e0e0e0;
}
td {
  color: #333;
  font-size: 14px;
}
tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
tbody tr:hover {
  background-color: #eef4fb;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  td,
  th {
    padding: 10px;
    font-size: 14px;
  }
}
.process-section {
  padding: 20px;
  background: #fff;
  text-align: center;
}
.step-card:hover {
  transform: translateY(-5px);
}
.step-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.step-number {
  width: 30px;
  height: 30px;
  background: #f8d2d2;
  color: #f84040;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.step-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-align: left;
}
.keywords-section h2 {
  font-size: 24px;
  padding-top: 25px;
  color: #222;
}
.keywords-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
  justify-content: center;
  padding: 0 10px;
}
.keyword {
  background-color: #f8d2d2;
  padding: 2px 16px;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 600px) {
  .keywords-container {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .keyword {
    width: 100%;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
  }
}
.bg1 {
  background-color: #f2f2f2;
}
header .hero-section {
  margin-top: 40px;
}
@media (max-width: 990px) {
  .hero-section {
    margin-top: 0 !important;
  }
}
.img-size {
  max-width: 70%;
}
@media (max-width: 768px) {
  .copy-right .container {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .mobile-quote-btn {
    padding: 10px 15px;
  }
  .mobile-quote-btn .btn {
    width: 100%;
    font-size: 14px;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .mobile-quote-btn {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mobile-quote-btn {
    margin-bottom: 10px;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
