
@font-face {
    font-family: 'din-next-arabic';
    src: url('http://www.slisor.com/wp-content/themes/theme/fonts/DINNextLTArabic-Regular.eot');
}
body {

    direction: rtl;
    margin: 0;
    padding: 0;
}
.nav-link{
 
    color: #1D1D1D;
}
.open{
    font-weight: 700;
}
.lang-select {
    display: flex;
    align-items: center;
}
.lang-select img {
    width: 20px;
    height: 15px;
    margin-left: 5px;
}
.lang-dropdown {
    display: flex;
    align-items: center;
}
.dropdown-menu img {
    width: 20px;
    height: 15px;
    margin-right: 5px;
}
.search-box {
    position: relative;
    width: 250px;
    margin-right: 30px;
}
.search-box input {
    width: 90%;
    padding: 8px 35px 8px 10px;
    border-radius: 50px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #b6b4b4;
   
}
.search-box .search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
}
.btn-gray {
    background-color: #8B917C;
    color: white;
    border: none;
    padding: 6px 15px;
    border-radius: 0px;
}
.btn-gray:hover {
    background-color: darkgray;
}
.signup{
    margin-right: 30px;
}
.image_sort{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    float: left;
}
.card{
    width: 100%;
    border: 1px solid #E3E5E0;
    border-radius: 5px;
}

.card_image{

border-radius: 3px;
padding: 9px;
aspect-ratio: 16/9;

}
.btn-report {
   
    display: block;
        width: 100%;
        max-width: 510px;
    margin: 20px auto;
    background-color: rgba(227, 229, 224, 1);
    color: rgba(139, 145, 124, 1);
    padding: 10px;
    text-align: center;
    border: none;
    border-radius: 5px;
    font-size: 20px;
}
.btn-report:hover {
    background-color:  rgba(227, 229, 224, 1);
}
.card2_image{
    aspect-ratio: 9/16;
}
.location_image{
     width: 15px;
    height: 17px;

}
.footer {
    background-color: rgba(139, 145, 124, 1);
    color: white;
    padding: 20px 0;
    margin-top: 0;
}

.contact-section-fullwidth + .footer,
#contact + .footer {
    margin-top: 0;
}
.footer a i {
    margin-left: 8px;
    font-size: 18px;
}
.footer .fa-map-marker {
    margin-left: 8px;
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.social-icons a {
    margin: 0 10px;
    color: white;
    font-size: 20px;
}
.location_footer{
    padding-right: 11px;
}
.list-unstyled {
    padding-right: 0px;
}
.a_link{
    color: rgba(196, 196, 196, 1);
    text-decoration: none;

}

.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 600px;
    margin: 30px auto;
}

.progress-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: rgba(231, 231, 231, 1);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.progress-step {
    width: 50px;
    height: 50px;
    background-color: rgba(231, 231, 231, 1);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
}

.progress-step.active {
    background-color: rgba(139, 145, 124, 1);
}

.step-content {
    display: none;
}

.step-content.active {
    display: block;
}

.btn-next, .btn-prev {
    margin-top: 20px;
}
h4{
    color: rgba(29, 29, 29, 1);
}
.form-control {
    border-radius: 5px;
}
.btn-custom {
    background-color: rgba(139, 145, 124, 1);
    color: white;
    width: 100%;
    font-size: 20px;
}
.btn-custom:hover{
    background-color: rgba(139, 145, 124, 1);
    color: white;
}
.btn-save{
    background-color: transparent;
    color: rgba(139, 145, 124, 1);
    width: 100%;
    border: 1px solid #ced4da;
    font-size: 18px;
}


.form-check .form-check-input {
    float: right;
    margin-left: 0.5em;
}
.form-check-input:checked {
    background-color: rgba(139, 145, 124, 1);
    border-color: rgba(139, 145, 124, 1);
}
.important{
    color: rgba(183, 56, 40, 1);
}
.form-label{
color:rgba(29, 29, 29, 1);

font-size: 18px;
}
.custom-file-input {
    display: none;
}
.custom-file-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    cursor: pointer;
}
.hidden {
    display: none;
}
.btn-download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 160px;
    font-size: 16px;
    text-align: right;
    border-radius: 8px;
    background-color: transparent;
    color: rgba(29, 29, 29, 0.5);
    border: 1px solid #ced4da;
}
.btn-download:hover{
    background-color: transparent;
    color: rgba(29, 29, 29, 0.5);
    border: 1px solid #ced4da;
}
.contact-list {
    max-height: 400px;
    overflow-y: auto;
}
.div_add{
    border: 1px solid #ced4da;
    padding: 10px;
}
.btn-success{
    background-color: rgba(227, 229, 224, 1);
    color: rgba(29, 29, 29, 1);
    border: 1px solid #ced4da;
    width: 40%;
border-radius: 2px;
}
.btn-success2{
    background-color:transparent;
    color:rgba(139, 145, 124, 1);
    border: 1px solid #ced4da;
    width: 100%;
    font-weight: 600;
    border-radius: 2px;
   
}

.btn-danger{
background-color: rgba(183, 56, 40, 1);
/* width: 40%; */
border-radius: 2px;
}
.btn-danger2{
    background-color: rgba(183, 56, 40, 1);
    width: 40%;
    border-radius: 2px;
    color:white
    }
.title_add{
    padding-right: 59px;
}
.contact-item small {
    color: rgba(29, 29, 29, 0.6)
}
.contact-item span{
color: rgba(29, 29, 29, 1);
font-weight: 600;
}
.list-group-item{
    border: none;
    margin-top: 1px;
}
.vertical-line {
    border-left: 1px solid rgba(108, 108, 108, 1);
    height: 100%;
    margin-top: 30px;
}
.card_send{
    width: 40%;
    display: flex
;
    margin-left: auto;
    margin-right: auto
}
.rectangle{
    border: 1px solid #ccc;
    background-color: rgba(227, 229, 224, 0.5);
 
}
.report_image{
    aspect-ratio: 16/9;

width: 300px;
height: 400px;
    display: flex
    ;
        margin-left: auto;
        margin-right: auto
    
}
.report-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
}
.report-card {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
}
.report-icon {
    font-size: 22px;
    padding: 7px 12px;
    border-radius: 50%;
    color: white;
}
.orange { background: #f39c12; }
.blue { background: #3498db; }
.red { background: #e74c3c; }
.green { background: #2ecc71; }
.gray { background: #95a5a6; }
.templat_image{
    width: 100%;
   
    aspect-ratio: 1.5 / 2;
}

  .popup-content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    ;
    padding: 20px;
  
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 27%;
  
  }
  .download-box {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
   
}
.download-box i {
    font-size: 50px;
    color: green;
}
.download-box a {
    display: block;
    margin-top: 10px;
    color: gray;
    text-decoration: none;
}
.status-bar {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.status-bar button {
    border: none;
    padding: 4px 33px;
    border-radius: 20px;
    background-color: #f0f0f0;
    color: rgba(29, 29, 29, 0.8);
    font-weight: bold;
    cursor: pointer;
}
.status-bar .active {
    background-color: rgba(139, 145, 124, 1);
    color: white;
}
#map {
    height: 100px;
    width: 100%;
    margin: 20px auto;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.btn:hover{
    border: 1px solid #ddd;
    

}
.card2 {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    text-align: center;
    transition: 0.3s;
    min-height: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;  */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 
}
.card2:hover {
    transform: scale(1.05);
}
/* .card2 h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
} */
.price {
    font-size: 20px;
    color: rgba(29, 29, 29, 1);
    margin-bottom: 10px;
    font-weight: 600;
}
/* .price strong {
    font-size: 24px;
    color: #000;
} */
.features {
    text-align: right;
    padding: 10px 20px;
    font-size: 12px;
}
.features ul {
    list-style: none;
    padding: 0;
}
.features li {
    margin: 10px 0;
    color: #333;
    font-size: 12px;
}
.features li i {
    color: rgba(139, 145, 124, 1);
    margin-left: 5px;
    font-size: 18px;
}
.card2 h3{
    color:rgba(139, 145, 124, 1);
    font-weight: 600;
}
.btn_pack {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: rgba(139, 145, 124, 1);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.3s;
    font-weight: 600;
    
}
.phone-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.phone-input select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    background: white;
}
.phone-input input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}
.iti {
    width: 100%;
}
.iti__country-list {
    left:20%
}
.option {
  

 display: flex;
    padding: 15px;
    margin: 10px 0;
    border-radius: 6px;
    background-color: #ddd;
    font-size: 18px;
    font-weight: bold;
   
}
.button-container {
    text-align: center;
    margin-top: 20px;
}
.btn_buy {
    background-color: rgba(139, 145, 124, 1);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    width: 50%;
}
#fileName{
    color: rgba(29, 29, 29, 0.5);
}
.fa-upload{
    color: rgba(29, 29, 29, 0.5); 
    
}
.fa-eye{
   color: rgba(139, 145, 124, 1);
}
.imge_list{
    width: 250px;
    aspect-ratio:16/9 ;
 margin-top: 50px; margin-right: 10px;

 
}
.login-container {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 300px;
}
.login-container h2 {
    margin-bottom: 20px;
}
.input-group {
    margin-bottom: 15px;
    text-align: right;
}
.input-group label {
    display: block;
    margin-bottom: 5px;
}
.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: right;
}
.login-button {
    background-color: #333;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}
.login-button:disabled {
    background-color: #aaa;
}
.social-login {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.social-login img {
    width: 59px;
    cursor: pointer;
}
.register-link {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
}
.div_login{
     border: 1px solid #ccc; background-color: white;
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;padding-top: 20px; padding-bottom: 150px;
}
.div_containt_last_card{
     flex: 1; /* يجعل المحتوى يتمدد لدفع الزر للأسفل */
    display: flex;
    flex-direction: column;
}
.eye-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
    color: #777;
}
.password-container {
    position: relative;
   
}
.verification-container {
    text-align: center;
}
.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.otp-inputs input {
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    transition: 0.3s;
}
.otp-inputs input:focus {
    border-color: #ccc;
    box-shadow: 0 0 5px #ccc;
}
.verification-box {
  
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
}
.verification-box h2 {
    margin-bottom: 5px;
}
.verification-box p {
 
    font-size: 14px;
    margin-bottom: 15px;
}



.optionn img {
    width: 50px;
    height: 50px;
}

  .optionn {
   
    align-items: center;
    
    padding:5px;
    border: 2px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: 0.3s;
    font-size: 15px;
    width: 96%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
.imag_macbook{
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#map{
    width:600px;
    height: 350px;
}
@media (max-width: 575px) {
    #map{
        width:100%;
        height: 150px;
    }
    .imag_macbook{
        width: 400px;
    }
    
    .div_login{
        width: 90%;
    }
    .imge_list{
        width: 350px;}

    .signup{
        margin-right: 0px;
        margin-top: 20px;
    }
    .search-box {
       
        margin-right: 0px;
    }
    .card_send {
        width: 80%;
    }
    .status-bar {
        flex-direction: column;
        align-items: center;
    }

    .status-bar button {
        width: 90%; /* الأزرار بعرض أكبر */
        text-align: center;
    }
    .contact-item{
        margin-right: -40px;
    }
    .title_add {
    padding-right: 16px;
}
.form-check-label{
    font-size: 13px;
}

}
@media (min-width: 576px) and (max-width: 767px) {
    #map{
        width:100%;
        height: 150px;
    }
    .imag_macbook{
        width: 400px;
    }
    .div_login{
        width: 90%;
    }
    .signup{
        margin-right: 0px;
        margin-top: 20px;
    }
    .search-box {
       
        margin-right: 0px;
    }
    .card_send {
        width: 80%;
    }
    .status-bar {
        flex-direction: column;
        align-items: center;
    }

    .status-bar button {
        width: 90%; /* الأزرار بعرض أكبر */
        text-align: center;
    }
}

/* Breadcrumb Styles */
.breadcrumb-nav {
    background: linear-gradient(135deg, rgba(139, 145, 124, 0.05) 0%, rgba(139, 145, 124, 0.02) 100%);
    padding: 16px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(139, 145, 124, 0.1);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
    font-size: 14px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: normal;
    color: rgba(139, 145, 124, 0.6);
    margin: 0 12px;
    font-size: 12px;
}

.breadcrumb-item a {
    color: rgba(139, 145, 124, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.breadcrumb-item a:hover {
    color: rgba(139, 145, 124, 1);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: rgba(29, 29, 29, 1);
    font-weight: 600;
}

.breadcrumb-item.active::before {
    color: rgba(139, 145, 124, 0.6);
}

/* LTR Support for Breadcrumbs */
.ltr .breadcrumb {
    flex-direction: row-reverse;
}

.ltr .breadcrumb-item + .breadcrumb-item::before {
    content: "\f104";
    font-family: "FontAwesome";
    margin: 0 12px;
}

/* Responsive Breadcrumb */
@media (max-width: 575px) {
    .breadcrumb-nav {
        padding: 12px 0;
    }
    
    .breadcrumb {
        font-size: 12px;
    }
    
    .breadcrumb-item + .breadcrumb-item::before {
        margin: 0 8px;
        font-size: 10px;
    }
    
    .ltr .breadcrumb-item + .breadcrumb-item::before {
        margin: 0 8px;
    }
}

/* Contact Section Styles */
.contact-section-fullwidth {
    background-color: #f5f5f5;
    padding: 40px 0;
    padding-bottom: 200px;
    width: 100vw;
    min-height: calc(100vh - 300px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: -150px !important;
    margin-top: 0;
}

/* Ensure no white space between contact section and footer */
.contact-section-fullwidth ~ * {
    margin-top: 0 !important;
}

/* Remove margins from closing divs after contact section */
.contact-section-fullwidth + div,
.contact-section-fullwidth + div + div,
.contact-section-fullwidth + div + div + div {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Make sure footer has no margin when it comes after contact section */
body:has(.contact-section-fullwidth) .footer {
    margin-top: 0 !important;
}


.contact-section-fullwidth .container {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    padding-bottom: 0;
}

#contact {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.contact-map-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 600px;
}

.contact-map-container .contact-map-wrapper {
    min-height: 600px;
    height: 100%;
}

.contact-map-wrapper {
    height: 100%;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: transparent;
}

.contact-map-wrapper.contact-equal {
    background-color: transparent;
}

.location-card {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.location-title {
    font-size: 24px;
    font-weight: 700;
    color: rgba(29, 29, 29, 1);
    margin-bottom: 10px;
    text-align: right;
}

.location-address {
    font-size: 16px;
    color: rgba(29, 29, 29, 0.8);
    margin-bottom: 15px;
    text-align: right;
}

.location-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    text-align: right;
    direction: rtl;
    justify-content: flex-start;
}

.location-phone i {
    color: rgba(139, 145, 124, 1);
    font-size: 18px;
}

.location-phone span {
    font-size: 16px;
    color: rgba(29, 29, 29, 1);
}

.btn-location-contact {
    width: 100%;
    background-color: rgba(139, 145, 124, 1);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.btn-location-contact:hover {
    background-color: rgba(139, 145, 124, 0.9);
    color: white;
}

.contact-form-wrapper {
    background-color: white;
    padding: 40px 35px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.contact-form-wrapper .messages {
    margin-top: 10px;
    margin-bottom: 0;
}

.contact-form-wrapper .form-control {
    margin-bottom: 0;
}

.contact-form-wrapper .form-control.contact-input {
    margin-bottom: 25px;
}

.contact-form-title {
    font-size: 28px;
    font-weight: 700;
    color: rgba(29, 29, 29, 1);
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}

.contact-form-question {
    font-size: 16px;
    color: rgba(29, 29, 29, 0.6);
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 1.6;
}

.contact-input {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px 20px !important;
    font-size: 16px;
    text-align: right;
    direction: rtl;
    margin-bottom: 25px !important;
    width: 100%;
    min-height: 52px;
    background-color: #f8f8f8;
    color: rgba(29, 29, 29, 1);
    box-sizing: border-box;
}

.contact-input[type="text"] {
    height: 52px;
    padding: 15px 20px !important;
    box-sizing: border-box;
}

.contact-input[type="textarea"],
.contact-input textarea,
textarea.contact-input {
    min-height: 120px;
    padding: 15px 20px !important;
    box-sizing: border-box;
}

.contact-input::placeholder {
    color: rgba(29, 29, 29, 0.5);
    text-align: right;
}

.contact-input:focus {
    background-color: white;
    border-color: rgba(139, 145, 124, 1);
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(139, 145, 124, 0.15);
}

.contact-equal {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
}

.contact-map-wrapper.contact-equal {
    background-color: transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-custom-contact {
    background-color: rgba(139, 145, 124, 1);
    color: white;
    border: none;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    transition: background-color 0.3s;
    min-height: 50px;
}

.btn-custom-contact:hover {
    background-color: rgba(139, 145, 124, 0.9);
    color: white;
}

.contact-form-wrapper .form-check {
    text-align: right;
    direction: rtl;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.contact-form-wrapper .form-check-input {
    margin-left: 8px;
    margin-top: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.contact-form-wrapper .form-check-label {
    font-size: 16px;
    color: rgba(29, 29, 29, 1);
    cursor: pointer;
    margin-right: 0;
    line-height: 1.5;
}

.contact-form-wrapper .terms-link {
    text-decoration: underline;
    color: rgba(29, 29, 29, 1);
}

@media (max-width: 767px) {
    .contact-map-wrapper {
        min-height: 250px;
    }
    
    .location-card {
        padding: 15px;
    }
    
    .location-title {
        font-size: 20px;
    }
    
    .contact-form-wrapper {
        padding: 20px;
    }
    
    .contact-form-title {
        font-size: 20px;
    }
}