.accordions {
    margin-top: 140px !important;
}

.accordions .accordion-button::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    background-image: none !important;
    font-weight: 900;
    font-size: 1rem;
    margin-left: auto;
    color: #232323 !important;
    transition: transform 0.3s ease;
    border: 1px solid #B6B6B6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14rem;
    width: 35px;
    height: 35px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}

.accordions .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.accordions .accordion-button {
    font-family: Poppins !important;
    font-weight: 500 !important;
    font-style: Medium !important;
    font-size: 18px !important;
    leading-trim: NONE !important;
    line-height: 32px !important;
    letter-spacing: 0% !important;
    color: #232323 !important;
}

.accordions .accordion-body {
    font-family: Poppins !important;
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 15px !important;
    leading-trim: NONE !important;
    line-height: 27px !important;
    letter-spacing: 0% !important;
    font-variant-numeric-zero: slashed-zero !important;
    color: #484848 !important;
}

.accordions .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: unset !important;
    box-shadow: unset !important;
}

.accordions .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: unset !important;
}

.accordions .accordion-item {
    border: 1px solid #E8E8E8 !important;
    margin-bottom: 24px !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}

.hero-section {
    position: relative;
    height: 100vh;
    background-image: url(/img/camsan/kariyer-bg.webp) !important;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.hero-title {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 34px;
    leading-trim: NONE;
    line-height: 48px;
    letter-spacing: 0%;
    color: #232323;
}

.input-row {
    row-gap: 3rem;
    align-items: center;
    justify-content: space-between;
}

.hero-subtitle {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 48px;
    letter-spacing: 0%;
    color: #232323;
}

.hero-description {
    font-size: 1.1rem;
    opacity: 0.9;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease-out 0.4s both;
}

.contact-form-container {
    flex: 0 0 450px;
    animation: fadeInRight 1s ease-out 0.6s both;
}

.contact-form {
    background: #FFFFFF;
    padding: 2.5rem;
    border-radius: 4px;
    box-shadow: 0px 4px 60px 0px #0000000F;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    color: #010101;
}

.form-control {
    width: 100%;
    border: 1px solid #E6E6E6;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
}

.form-control:focus {
    outline: none;
    border-color: #E6E6E6 !important;
    box-shadow: unset !important;
    background: white;
}

.form-control::placeholder {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    color: #010101;
}

.form-row {
    display: flex;
    gap: 1rem;
}

.form-row .form-group {
    flex: 1;
}

.form-control.textarea {
    min-height: 120px;
    resize: vertical;
}

.btn-submit {
    width: 100% !important;
    color: #FFFFFF !important;
    background-color: #026002 !important;
    border-radius: 64px !important;
    -webkit-border-radius: 64px !important;
    -moz-border-radius: 64px !important;
    -ms-border-radius: 64px !important;
    -o-border-radius: 64px !important;
    height: 60px !important;
    font-family: Montserrat !important;
    font-weight: 500 !important;
    font-style: Medium !important;
    font-size: 16px !important;
    leading-trim: NONE !important;
    line-height: 30px !important;
    letter-spacing: 0% !important;
}

@media (max-width: 1024px) {
    .content-wrapper {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem;
    }
    .hero-content {
        text-align: start;
        padding-right: 0;
        max-width: 100%;
    }
    .contact-form-container {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .accordions .accordion-button {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .accordions {
        margin-top: 80px !important;
    }
    .accordions .accordion-body {
        font-size: 14px !important;
    }
    .hero-section {
        margin-top: 2rem;
    }
    .hero-title {
        margin-bottom: 15px;
        font-size: 25px;
        line-height: 35px;
    }
    .hero-subtitle {
        font-size: 25px;
        line-height: 35px;
    }
    .hero-description {
        font-size: 1rem;
    }
    .hero-section {
        height: 110vh !important;
    }
    .contact-form {
        padding: 2rem;
    }
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 20px;
        margin-bottom: 0 !important;
    }
    .hero-subtitle {
        font-size: 20px;
    }
    .contact-form {
        padding: 1.5rem;
    }
}


/* Loading animation */

.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s ease-in-out infinite;
    margin-right: 10px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}