@font-face {
    font-family: Vazir;
    src: url('Vazir-Regular.eot');
    src: url('Vazir-Regular.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Regular.woff2') format('woff2'),
         url('Vazir-Regular.woff') format('woff'),
         url('Vazir-Regular.ttf') format('truetype');

}


* {
  font-family: vazir;
  font-weight: bold;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    text-align: right;
}

.brand-logo{
    width: 70px;
}
.brand-logo img{
    width: 100%;
}
    .service-title {
    width: 100%;
    height: 120px;
    background-color: #ffc107;
    padding: 0;
    margin: 0;
    text-align: center;
   
    
}
.navbar-text{
    color: #2a2a7d;
}

.service-title h1 {
    padding: 30px;
    margin: 0;
    color: #000000;
    font-size: 40px;
    font-weight: bold;
}
    .content-container {
    height: 2500px;
    margin-top: -50px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
   text-align: center;
   justify-content: center;
    padding: 20px;
    font-size: 40px;
    color: grey;
    background-color: #fff;
    border-end-start-radius: 50px;
    border-end-end-radius: 50px;
    box-shadow: 0 2px 4px rgba(93, 89, 89, 0.1);
   
}

.col ul{
    font-size: 15px;
    font-weight: 300;
    list-style: none;
    padding: 0;
    margin: 0;
}


.col ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    
}
.col h3{
    margin-bottom: 10px;
    color: #ffc107;
    font-size: 20px;
    font-weight: 600;
   
}
.logo-footer{
    width: 70px;
}

.footer-map {
    width: 300px;
}
.footer-map img{
    width: 100%;
}
.footer-map {
    width: 300px;
}
.footer-map img{
    width: 100%;
}
.contact-container {
    background-color: #d3d3d3;
    border-radius: 50px;
    padding: 20px;
    max-width: 800px;
    margin: auto;
    margin-bottom: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    color: #333;
}
 
.contact-info div {
    display: flex;
    align-items: center;
    color: #000000;
    margin: 20px;
}

.contact-info div img {
    margin-left: 8px;
    width: 24px;
    height: 24px;
}

.contact-form {
    background-color: #2a2a7d;
    padding: 20px;
    border-radius: 50px;
    color: white;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.contact-form input{
    margin-bottom: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.contact-form textarea{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.contact-form input,
.contact-form textarea {
    width: calc(51% - 10px);
    padding: 10px;
    border: none;
    font-size: 14px;
    outline: none;

}

.contact-form textarea {
    height: 200px;
    width: 100%;
}

.contact-form button {
    background-color: #f0c402;
    color: #333;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    display: block;
    margin: 20px auto 0 auto;
}
.contact-form button:hover {
    background-color: #a38200; 
}

@media (max-width: 768px) {
    .contact-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .contact-info div{
        margin: 0;
    }

    .contact-form input {
        width: 100%;
    }
}