body{
    margin: 0px;
    padding: 0px;
}

.navbar{
    width: 100%;
    height: 104px;
    background-color: #47BCCB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spacer-85{
    height: 85px;
}

.top-h1{
    font-family: Montserrat;
font-weight: 700;
font-size: 40px;
leading-trim: NONE;
line-height: 57px;
letter-spacing: 0.2px;
text-align: center;
height: 57px;
margin-bottom: 40px;
}

.top-p{
    font-family: Montserrat;
font-weight: 500;
font-size: 20px;
leading-trim: NONE;
line-height: 30px;
letter-spacing: 0.2px;
text-align: center;
height: 120px;
width: 500px;
margin-bottom: 165px;
}

.center{
    justify-items: center;
}

.top-h2{
    font-family: Montserrat;
font-weight: 700;
font-size: 40px;
leading-trim: NONE;
line-height: 57px;
letter-spacing: 0.2px;
text-align: center;
}

.navbar-img {
    max-height: 80px;
    width: auto;
    margin: 0;
}

.spacer-45{
    height: 45px;
}

.photos{
    justify-content: center;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.photo{
    width: 328px;
}

.downed{
    margin-top: 100px;
}

.spacer-190{
    height: 190px;
}

.form-haber{
    margin-left: 243px;
}

.spacer-40{
    height: 40px;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-haber {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1200px) {
    .form-haber {
        margin-left: 10vw;
        max-width: 80vw;
    }
}

@media (max-width: 900px) {
    .form-haber {
        margin-left: 0;
        max-width: 100%;
        padding: 0 16px;
    }
    .form-row {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
}

.form-haber-p, .form-haber-h3 {
    text-align: left;
}

.form-row {
    display: flex;
    flex-direction: row;
    gap: 20.5px;
    margin-bottom: 20px;
    width: 100%;
}

.form-haber-p {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin: 0px;
}

.form-haber-h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;
    letter-spacing: 0.2px;
    margin: 0px;
}

.success-message {
    display: none;
    text-align: center;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #01AEBE;
    margin-top: 20px;
}

#successMessage[style*="display: block"] {
    display: block !important;
}

#name{
    width: 280px;
    height: 50px;
    padding-left: 21px;
    padding-right: 21px;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    font-family: Montserrat;
font-weight: 600;
font-size: 14px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0.2px;

}

#mail{
    width: 290px;
    height: 50px;
    padding-left: 21px;
    padding-right: 21px;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    font-family: Montserrat;
font-weight: 600;
font-size: 14px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0.2px;
}

#mesaj{
    max-width: 590px;
    min-width: 590px;
    width: 590px;
    min-height: 140px;
    height: 140px;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 16px;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    font-family: Montserrat;
font-weight: 600;
font-size: 14px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0.2px;
}

.gönder{
    width: 136px;
    height: 58px;
    background-color: #01AEBE;
    font-family: Montserrat;
font-weight: 700;
font-size: 14px;
leading-trim: NONE;
line-height: 28px;
letter-spacing: 0.2px;
text-align: center;
color: white;
border: none;
border-radius: 5px;
}

.spacer-94{
    height: 94px;
}

/* Responsive styles */
@media (max-width: 900px) {
    .top-h1, .top-h2 {
        font-size: 28px;
        line-height: 38px;
        height: auto;
    }
    .top-p {
        font-size: 16px;
        line-height: 24px;
        width: 90vw;
        max-width: 500px;
        height: auto;
        margin-bottom: 80px;
    }
    .photos {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .photo {
        width: 80vw;
        max-width: 328px;
    }
    .downed {
        margin-top: 40px;
    }
    .form-haber {
        margin-left: 5vw;
        margin-right: 5vw;
    }
    #name, #mail, #mesaj {
        width: 90vw;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    #mesaj {
        min-width: 0;
        max-width: 100%;
    }
    form > div[style*="flex-direction: row"] {
        flex-direction: column !important;
        gap: 10px !important;
    }
    .gönder {
        width: 100%;
        max-width: 136px;
        height: 48px;
        font-size: 16px;
    }
    .spacer-85 { height: 40px; }
    .spacer-190 { height: 80px; }
    .spacer-40 { height: 20px; }
    .spacer-94 { height: 40px; }
}

@media (max-width: 600px) {
    .top-h1, .top-h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .top-p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 40px;
    }
    .photo {
        width: 95vw;
        max-width: 95vw;
    }
    .form-haber {
        align-items: center;
        padding: 0 8px;
        margin-left: 0;
        max-width: 100%;
    }
    .form-haber-p, .form-haber-h3 {
        text-align: center;
        width: 100%;
    }
    .form-row {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    #name, #mail, #mesaj {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
    .gönder {
        width: 100%;
        max-width: 100%;
    }
    .navbar-img {
        height: 48px;
    }
    .spacer-85, .spacer-190, .spacer-40, .spacer-94 {
        height: 20px;
    }
}

.footer {
    background: #000;
    color: #fff;
    padding: 32px 435px 70px 435px;
    margin-top: 48px;
    font-family: Montserrat, Arial, sans-serif;
    height: 526px;
    box-sizing: border-box;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.footer-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}
.footer-socials {
    display: flex;
    gap: 18px;
    margin-top: 4px;
}
.footer-icon {
    color: #fff;
    font-size: 22px;
    transition: color 0.2s;
}
.footer-icon:hover {
    color: #01AEBE;
}
.footer-line {
    border: none;
    border-top: 1px solid #222a36;
    margin: 24px 0 16px 0;
    max-width: 100%;
}
.footer-bottom {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 32px;
    margin-top: 70px;
}
.footer-link {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.footer-link:hover {
    color: #01AEBE;
}
@media (max-width: 600px) {
    .footer-top, .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 0 12px;
    }
    .footer-title {
        margin-bottom: 8px;
    }
    .footer-line {
        margin: 16px 0 12px 0;
    }
}
@media (max-width: 1200px) {
    .footer {
        padding-left: 10vw;
        padding-right: 10vw;
    }
}
@media (max-width: 900px) {
    .footer {
        padding-left: 16px;
        padding-right: 16px;
    }
}
