.contact-section .small-text {
  letter-spacing: 1px;
  font-size: 14px;
}

.contact-section .icon-box {
  width: 50px;
  height: 50px;
  background: var(--arovan-base);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.contact-section .right-form{
  background: var(--arovan-base);
}
.contact-section .right-form h5{
 color: #fff;
 font-size: 30px;
}
.contact-section 
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid var(--arovan-base);
  margin: 0 auto;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}
.contact-section form .form-control,  
.contact-section form select
{
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 10%);
    border-radius: 10px;
}
.contact-section form .form-control:focus-within,
.contact-section form select:focus-within
{
  border: 1px solid var(--arovan-base);
  outline: none;
  box-shadow: none;
}
 .detail-box{
    background: url('../../images/resources/contact-us-img.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    transition: 1s;
    overflow: hidden;
 }
    .detail-box::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(0 113 146 / 9%);
    z-index: -1;
  
}

.contact-section
.project-one__top{
  border-bottom: 1px solid rgba(0, 0, 0, 15%);
  padding-bottom: 20px;
}

/* --- Map Iframe CSS */

.map-container .map iframe {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(90%);
    filter: grayscale(50%);
}

