.contact-us-head {
    width: 100%;
    background: url('./contact-us-images/head-background.jpg');
    background-size: cover;
}
.contact-us-title,
.contact-us-title h1 {
    width: 100%;
    text-align: center !important;
}


.icons .icon {
    filter: invert(100%);
}
.nav-links a {
    color: black;
}

.contact-page-header.scrolled .nav-links a{
    color: white;
    transition: 1s;
}
.contact-page-header.scrolled .icons img {
    filter: none;
}
.contact-page-header.scrolled .mobile-menu-icon i{
    color: white;
}




.contact-info-section {
    width: 100%;
    background-color: #f4f4f4;
}
.contact-info-section .container {
    display: flex;
    flex-direction: column;
}
.contact-info-title p {
    width: 90%;
    color: rgba(0, 0, 0, 0.541);
    line-height: 1.8;
    font-size: 15px;
    margin-top: 20px;
}
.contact-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-box {
    text-align: center;
    margin-top: 60px;
}
.info-box h2 {
    text-align: center !important;
}
.info-box img{
    width: 40px;
}

.lang-btn img,
.langOption img,
.lang-btn {
    color: rgb(104, 104, 104);
    filter: invert(0%);
}

.container {
    padding: 100px 0;
}
.info-box h2 {
    font-size: 19px;
    margin-top: 10px;
}
.info-box span {
    color: rgba(0, 0, 0, 0.575);
    font-size: 14px;
}

.contact-information .row {
    width: 42%;
    display: flex;
    justify-content: space-between;
}




.contact-form-Questions {
    width: 100%;
    background-color: #f4f4f4;
}


.contact-form-Questions .contact-form {
    width: 50%;
}
.contact-form input,
.contact-form textarea {
    background-color: white;
    border: none;
    padding: 13px 10px;
    outline: none;
    width: 100%;
}
.contact-form textarea {
    height: 180px;
}
.submit {
    background-color: rgba(34, 37, 41, 1);
    color: white;
    cursor: pointer;
    padding: 15px 25px;
    border: none;
}
label {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.664);
    line-height: 3;
}
label span {
    font-size: 18px;
    color: rgba(255, 0, 0, 0.74);
}


.asked-questions h2 {
    margin-bottom: 30px;
}



.accordion-item.active .accordion-content {
    margin-bottom: 12px;
}
.accordion-header {
  background-color: white;
  margin-bottom: 10px;
  border: none;
  font-weight: 600;
  font-size: 14.5px;
  cursor: pointer;
  padding: 10px;
}

.accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  padding: 0 10px;
}
.asked-questions .accordion-item {
    border: none;
}
.accordion-header {
    border-bottom: 2px solid rgba(0, 0, 0, 0.063);


}

.accordion-content p {
  margin: 0;
  padding: 10px 0;
}

.asked-questions h2,
.contact-form h2,
.accordion-header {
    color: rgba(0, 0, 0, 0.87);
}



@media (max-width: 900px) {
    .container {
    padding: 60px 0;
}
    .contact-info-title p {
        width: 100%;
        margin-bottom: 20px;
    }
    .info-box h2 {
    font-size: 14px;
    }
    .info-box span {
        font-size: 11px;
    }
    .contact-form-Questions .contact-form {
        width: 100%;
    }
    .contact-information {
        flex-direction: column;
    }
    .contact-information .row {
        width: 100%;
    }
    .contact-information .row .info-box {
        width: 50%;
    }
    .submit {
        margin: 20px 0 50px 0;
    }
    * {
        cursor: default;
    }
}
