.contact-us-title-area {
    padding: 0 80px;
}

    .contact-us-title-area p {
        color: #141f36;
        font-weight: 600;
        font-size: 39px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin: 0;
    }
.messangerBox-area img {
filter: brightness(0) invert(1);
}
.contact-talk-button img {
    filter: brightness(0) invert(1);
}
.contact-us-big-title {
    margin-top: 50px !important;
    font-size: 50px !important;
    font-weight: 400 !important;
    color: #131313 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 97px !important;
}

.contact-us-input-area {
    background: #f2f4f8;
    padding-top: 113px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 159px;
}

.contact-us-input-title-area p {
    font-size: 20px;
    color: #131313;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
}

.contact-us-input-big-title {
    font-size: 24px !important;
    color: #131313;
    font-weight: 600 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 18px !important;
}

.contact-us-input-title-area {
    margin-bottom: 51px;
}

/* input alanı */

.form-group {
    position: relative;
}

.form-group input {
    position: relative;
    z-index: 9;
    border: 2px solid #e1e3e6;
    padding: 5px;
    width: 100%;
    height: 55px;
    border-radius: 3px;
    outline: inherit;
    padding: 13px;
}

.input-area .form-group label {
    position: absolute;
    left: 13px;
    top: 16px;
    z-index: 1;
    color: #131313;
    z-index: 10;
}

    .input-area .form-group label::after {
        content: "*";
        color: #141f36;
        z-index: 1;
        margin-left: 5px;
    }

.input-area input[required]:valid+label {
    display: none;
}

.input-area .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    height: 55px;
    border-radius: 3px;
    border: 2px solid #e1e3e6;
    display: flex;
    align-items: center;
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nice-select:after {
    border-bottom: 2px solid #141f36;
    border-right: 2px solid #141f36;
    content: '';
    display: block;
    height: 10px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 10px;
}

.input-area .list {
    width: 100%;
}

.nice-select .current::after {
    content: "*";
    color: #141f36;
    z-index: 1;
    margin-left: 5px;
}



.new {
    padding: 50px;
}

.agreement-all-area .form-group {
    display: block;
    margin-bottom: 15px;
}

.agreement-all-area .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.agreement-all-area .form-group label {
    position: relative;
    cursor: pointer;
    color: #929292;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}




/* custom select alanı */
.conditions-agreement-area .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #141f36;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 50px;
}


.conditions-agreement-area .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7.5px;
    left: 5px;
    border-width: 0 2px 2px 0;
    border-radius: 50px;
    background: #141f36;
    width: 8px;
    height: 8px;
}

.cokkie-agreement-area .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #141f36;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 50px;
}

.cokkie-agreement-area .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7.5px;
    left: 5px;
    border-width: 0 2px 2px 0;
    border-radius: 50px;
    background: #141f36;
    width: 8px;
    height: 8px;
}

/* custom select alanı */

.agreement-all-area {
    margin-top: 47px;
}

.agreement-all-area a {
    color: #131313;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cokkie-agreement-area p {
    margin-left: 24px;
}

.go-to-contact-buttons {
    background: #141f36;
    border-radius: 3px;
    width: 100%;
    height: 55px;
    position: relative;
}

.go-to-contact-buttons a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: inherit;
}

.go-to-contact-buttons span {
    position: absolute;
    right: 13px;
}

.go-to-contact-buttons img {
    width: 25px;
}

.backBlackFiler {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000082;
    z-index: 11;
    top: 0px;
}

.contact-talk-area {
    background: #161616;
    width: 100%;
    height: 267px;
    position: absolute;
    top: -175px;
    border-radius: 5px;
    padding-top: 28px;
    padding-left: 51px;
    padding-right: 51px;
    padding-bottom: 28px;
}

.contact-talk-img-area {
    border: 1px solid #fff;
    width: 90px;
    height: 90px;
    max-width: 90px;
    max-height: 90px;
    border-radius: 50px;
    background-image: url('/img/contactusEngineer.png');
    background-repeat: round;
    background-size: 100%;
    position: relative;
}

.messangerBox-area {
    position: absolute;
    top: -12px;
    right: -30px;
}

.contact-talk-text-area {
    margin: 10px 0;
    color: #fff;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contact-talk-button {
    width: 180px;
    height: 39px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.contact-talk-button a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: inherit;
}

.reference-all-area {
    margin-top: 235px;
    position: relative;
    display: flex;
    justify-content: center;

}


.reference-item-number {
    display: flex;
    align-items: end;
    position: relative;
}

.reference-item-number a{
    position: absolute;
    right: 60px;
    bottom: 10px;
    color: #999999;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: inherit;
}
@media (min-width:1366px) and (max-width:1400px) {
    .reference-item-number a {
        right: 135px;
    }
}

@media (min-width:1401px){
    .reference-item-number a {
        right: 258px;
    }
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* input alanı */




.services-area .nice-select ul {
    overflow-y: scroll;
    min-height: 100px;
    height: max-content;
    max-height: 200px;
}


#otherServiceText {
    width: 100%;
    height: 150px;
    border: 2px solid #e1e3e6;
    padding: 15px;
    outline: inherit;
    border-radius:5px;
}
#otherServiceArea {
    width: 100%;
    margin-top: 20px;
}
#otherServiceArea textarea  {
    resize:none;
}



.contact-references-item img {
    width: 70%;
}

.contact-references-item {
    width: 100%;
    background: #cfcbcb;
    border-radius: 5px;
    height: 100px;
    /*padding: 30px;*/
    display: flex;
    align-items: center;
}

.contact-references-body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 135px;
}
.contact-references-item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    filter: grayscale(1);
    transition:.2s all;
}
    .contact-references-item a:hover {
        filter: none;
        transition: .2s all;
    }
.contact-more-button-area > a {
    background: #141f36;
    width: 50%;
    display: flex;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration:inherit;
}

.contact-more-button-area {
    background: #141f36;
    width: 50%;
    display: flex;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 30px;
}

.reference-all-button-area {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
}
.all-see-references-button {
    background: #141f36;
    width: 50%;
    display: flex;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 30px;
}

    .all-see-references-button > a {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        text-decoration: inherit;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

.modal-body p {
    color: #141f36 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.modal-content {
    padding: 15px 15px;
    gap: 30px;
}
.close {
    width: fit-content;
    position: absolute;
    right: 10px;
}
.success-header-area {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
    .success-header-area > img {
      width:40%;
    }

