/* === Contact Section === */

.contact-section {
    padding: 80px 0;
    background: #fff;
    color: #51678F;
    font-family: "DM Sans", sans-serif;
}


/* Contact Top */

.contact-top {
    margin-bottom: 30px;
}

.contact-phone strong {
    display: block;
    color: #BC0042;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-phone p {
    font-size: 14px;
    color: #51678F;
    margin: 0;
}


/* Tabs */

.contact-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
}

.contact-tabs button {
    padding: 12px 24px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background: #f5f6f8;
    color: #51678F;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.contact-tabs button:hover {
    background: rgba(188, 0, 66, 0.06);
    color: #BC0042;
}

.contact-tabs button.active {
    background: rgba(188, 0, 66, 0.06);
    border-color: #BC0042;
    color: #BC0042;
}


/* Content Row */

.contact-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 60px;
}

.contact-info {
    flex: 1;
}

.contact-info h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #51678F;
}

.contact-info .desc {
    font-size: 16px;
    margin-bottom: 25px;
    color: #51678F;
}

.contact-info h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #51678F;
}

.contact-info .address {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.contact-buttons {
    display: flex;
    gap: 15px;
}


/* Map */

.contact-map {
    flex: 1;
}

.contact-map iframe {
    width: 100%;
    border-radius: 12px;
    display: block;
}


/* Bottom Info */

.contact-bottom {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.cb-col {
    flex: 1;
}

.cb-col h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #51678F;
}

.cb-col a {
    font-size: 16px;
    color: #445d89;
    font-weight: 600;
    text-decoration: none;
}

.cb-col a:hover {
    color: #BC0042;
}

.app-links {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.app-links img {
    height: 40px;
}

.contact-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.contact-phone strong {
    display: block;
    color: #BC0042;
    font-size: 20px;
    font-weight: 700;
}

.contact-phone p {
    font-size: 14px;
    color: #51678F;
    margin: 0;
}

.contact-tabs {
    display: flex;
    gap: 15px;
}

.contact-tabs button {
    padding: 12px 24px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background: #f5f6f8;
    color: #51678F;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.contact-tabs button.active {
    background: rgba(188, 0, 66, 0.06);
    border-color: #BC0042;
    color: #BC0042;
}


/* Tab içerikleri */

.contact-tab-content {
    display: none;
}

.contact-tab-content.active {
    display: block;
}


/* === Contact Bottom === */

.contact-bottom {
    padding: 40px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.contact-bottom .container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.cb-col {
    flex: 1;
}

.cb-col h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #51678F;
}

.cb-col p {
    font-size: 14px;
    color: #51678F;
    margin-bottom: 10px;
    line-height: 1.5;
}

.cb-col a {
    font-size: 16px;
    color: #445d89;
    font-weight: 600;
    text-decoration: none;
}

.cb-col a:hover {
    color: #BC0042;
}

.app-links {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.app-links img {
    height: 40px;
}


/* === Contact Form Section === */

.contact-form-section {
    background: url('assets/images/bg-contact.jpg') no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    font-family: "DM Sans", sans-serif;
    position: relative;
}

.contact-form-box {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 50px;
    display: flex;
    gap: 50px;
    color: #fff;
    margin: 0 auto;
}


/* Sol metin */

.form-text {
    flex: 1;
}

.form-text h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-text p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 90%;
}


/* Sağ form */

.form-wrapper {
    flex: 1;
}

.form-wrapper h4 {
    font-size: 18px;
    margin-bottom: 20px;
}


/* Satırlar */

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-row.full {
    flex-direction: column;
}

.form-row input,
.form-row textarea {
    flex: 1;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    font-size: 14px;
    background: transparent;
    color: #fff;
    outline: none;
}

.form-row textarea {
    border-radius: 16px;
    resize: none;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}


/* Checkbox */

.form-consent {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.form-consent label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
}

.form-consent input[type="checkbox"] {
    margin-top: 3px;
    accent-color: #BC0042;
}

.form-consent a {
    color: #fff;
    text-decoration: underline;
}


/* Buton */

.form-submit {
    text-align: left;
}

.form-submit button {
    padding: 12px 28px;
    border: 1px solid #fff;
    border-radius: 30px;
    background: #fff;
    color: #51678F;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.form-submit button:hover {
    background: transparent;
    color: #fff;
}