body {
    font-family: Montserrat;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1010px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1220px;
    }
}

.custom-button {
    color: var(--Color-General-Black, #000);
    /* Body/SemiBold/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 192.857% */
    display: flex;
    height: 48px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 40px;
    border: 2px solid var(--Primary-Default, #DE8130);
    background: #FDF7F1;
}

.custom-button:hover {
    background-color: #DE8130;
    color: white;
}

.custom-button:hover svg {
    stroke: white;
}


.sbox-3 {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    width: 289.5px;
    height: 205px;
    overflow: hidden;
}

.number {
    color: #DE8130;
    font-size: 50px;
    font-weight: 700;
    padding: 8px;
    height: 140px;
    margin-left: 15px;
}

.text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    max-height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: start;
}

.sbox-3 {
    transition: height 0.3s ease;
    overflow: hidden;
    position: relative;
}

#dynamicContent h4 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #DE8130;
    margin-bottom: 1rem;
}

#dynamicContent p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

.box {
    width: 400px !important;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 8px 0px;
    padding: 40px 20px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    height: 205px;
    overflow: hidden;
    transition: height 0.3s ease;
    overflow: hidden;
    position: relative;
}

#faqs-title {
    color: var(--Color-General-Black, #000);
    text-align: center;

    /* Heading/H3 */
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.28px;
}

#faqs-title-head {
    color: var(--Primary-Default, #DE8130);
    text-align: center;

    /* Body/Medium/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 200% */
}

#pills-tab {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

#pills-tab .nav-item .nav-link {
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 36px;
    border: 1px solid var(--Primary-200, #F4E3D2);
    color: var(--Primary-Default, #DE8130);
    /* Body/SemiBold/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 192.857% */
}

#pills-tab .nav-item .nav-link.active {
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 36px;
    background: var(--Primary-Default, #DE8130);
    color: var(--Color-General-White, #FFF);
    /* Body/SemiBold/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 192.857% */
}

#accordion .card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    width: 1220px;
    border-radius: 16px;
    border: 1px solid var(--Primary-200, #F4E3D2);
}

#faqs-page {
    padding-top: 0px;
}

#faqs-page .card-header {
    width: 100%;
}

#faqs-page #accordion [data-bs-toggle="collapse"].collapsed:after,
#faqs-page #accordion [data-bs-toggle="collapse"]:after {
    color: #DE8130;
}

.content h1 {
    font-size: 32px;
    margin: 0;
}

.content p {
    font-size: 18px;
    margin-top: 10px;
}

#tabs-1 {
    display: flex;
    padding: 64px 244px 72px 244px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    background: var(--Primary-100, #FDF7F1);
}

#accordion {
    display: flex;
    width: 802px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

#accordion .card .card-body p {
    color: var(--Color-General-Black, #000) !important;
    /* Body/Regular/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

#accordion .card .card-header .h5-xs a {
    color: var(--Color-General-Black, #000) !important;
    /* Body/SemiBold/Default */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.breadcrumb-item a:hover {
    color: #DE8130;
}

.dynamicContent p {
    font-size: 28px;
    color: black;
    font-weight: 300;
}

.dynamicContent strong {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    line-height: 46px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

#pageImage {
    top: -50px;
    position: absolute;
    z-index: -1;
}

#contact-info-section {
    padding: 50px 20px 0px 0px;
    max-width: 1220px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

#contact-info-section .info-box {
    background: #f8f4ee;
    padding: 32px;
    border-radius: 10px;
    width: 48%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: -webkit-left;
    height: 23rem;
}

#contact-info-section .info-box h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

#contact-info-section .info-box p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

#contact-form-section {
    max-width: 595px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    padding: 25px 0 50px 0px;
}

#contact-form-section h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

#contact-form-section p {
    font-size: 16px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}

#contact-form-section .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}

#contact-form-section .form-group label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #555;
}

#contact-form-section .form-group input,
#contact-form-section .form-group select,
#contact-form-section .form-group textarea {
    flex: 1;
    border: 1px solid #DE8130;
    outline: none;
    width: 289.5px;
    height: 56px;
    padding: 24px;
    border-radius: 16px;
}

#contact-form-section .form-group input::placeholder,
#contact-form-section .form-group select::placeholder,
#contact-form-section .form-group textarea::placeholder {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

#contact-form-section .form-group select {
    padding: 16px 20px !important;
    font-size: 14px;
    color: black;
    font-weight: 500;
}

#contact-form-section .uploaded-files {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#contact-form-section .uploaded-files span {
    background: #f8f4ee;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 119px !important;
    height: 44px !important;
    padding: 12px 8px 12px 8px !important;
    border-radius: 8px !important;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

#contact-form-section .uploaded-files span button {
    background: transparent;
    border: none;
    color: #DE8130;
    cursor: pointer;
    font-size: 14px;
}

#contact-form-section .form-footer {
    justify-content: space-between;
    align-items: center;
}

#contact-form-section .form-footer input {
    margin-right: 0px;
}

#contact-form-section .form-footer button {
    background: #DE8130;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#contactBoxTitle {
    font-family: Montserrat;
    font-size: 49px;
    font-weight: 700;
    line-height: 49px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

#contactBoxTitleAlert {
    font-family: Montserrat;
    font-size: 49px;
    font-weight: 700;
    line-height: 49px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

#contactBoxText {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

#contactBoxButton {
    width: 186px;
    height: 48px;
    padding: 8px 16px 8px 16px;
    border-radius: 40px;
    background-color: #DE8130;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    text-align: -webkit-center;
    border: 0;
}

#formTitle {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

#formTitleText {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    line-height: 31px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

#formKVKK {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}



#contact-form-section {
    position: relative;
    width: 100%;
}

.select-with-icon {
    -webkit-appearance: none;
    /* Safari ve Chrome için varsayılan oku kaldır */
    -moz-appearance: none;
    /* Firefox için varsayılan oku kaldır */
    appearance: none;
    /* Genel */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Webkit tarayıcılar için */
    margin: 0;
    /* Varsayılan boşlukları kaldır */
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox için */
}

/* Form Grubu için */
.form-group {
    position: relative;
    /* İkonu input'a göre hizalamak için */
    display: flex;
    /* Esnek düzen için */
    align-items: center;
    /* Dikey hizalama */
}

/* Input alanı */
.form-group input {
    width: 100%;
    /* Alanın tam genişliğini kullan */
    padding-right: 30px;
    /* İkon için sağda boşluk bırak */
}

/* İkon */
.form-group .select-icon {
    position: absolute;
    /* Input'un içine göre sabitler */
    right: 20px;
    /* Input'un sağından 10px içeride */
    top: 50%;
    /* Dikey ortala */
    transform: translateY(-50%);
    /* Gerçek dikey ortalama */
    width: 18px;
    /* İkon boyutları */
    height: 18px;
    pointer-events: none;
    /* İkona tıklanmayı engeller */
}

#contactMessage {
    position: relative;
}

#contact-form-section .form-group textarea {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    border: 1px solid #DE8130;
    resize: none;
}

.char-counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #999;
}

#contactSubmitButton {
    width: 201px;
    height: 56px;
    padding: 8px 16px 8px 16px !important;
    border-radius: 40px !important;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: -webkit-center;
}

#kvkk {
    -webkit-appearance: none;
    /* Safari ve Chrome için varsayılan görünümü kaldır */
    -moz-appearance: none;
    /* Firefox için varsayılan görünümü kaldır */
    appearance: none;
    /* Diğer tarayıcılar için varsayılan görünümü kaldır */
    border: 1px solid #DE8130 !important;
    /* Özel border rengi */
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background-color: white;
    /* Arka plan rengini beyaz yapıyoruz */
    position: relative;
    cursor: pointer;
    /* Kullanıcı tıklayabilmesi için pointer */
    top: 8px;
}

/* Checkbox işaretlendiğinde, arka plan rengi değişir ve bir işaret görünür */
#kvkk:checked {
    background-color: #DE8130;
    /* Arka plan rengini değiştirir */
    border-color: #DE8130;
    /* Border rengini işaretli olduğunda aynı yapar */
}

#kvkk:checked::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M9 11.5l3 3 7-7-1.5-1.5-5.5 5.5-1.5-1.5z" fill="white"/></svg>');
    position: absolute;
    left: -2px;
}


/* Label ile checkbox arasındaki boşluğu artırmak için */
label[for="kvkk"] {
    margin-left: 10px;
    cursor: pointer;
}

#document {
    width: 100%;
    height: 66px;
    padding: 10px 16px 10px 16px;
    border-radius: 8px;
    border: 1px dashed var(--Color-Brown-200, #F4E3D2);
    background: var(--Color-Brown-100, #FDF7F1);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black !important;
    align-content: center;
    text-align: center;
    cursor: pointer;
    margin-bottom: 15px;
}

.info-box-success {
    width: 100%;
    height: auto;
    padding: 56px 0px 56px 0px;
    gap: 24px;
    border-radius: 32px;
    background: var(--Color-Brown-100, #FDF7F1);
    text-align: -webkit-center;
}

.info-box-error {
    width: 100%;
    height: auto;
    padding: 56px 0px 56px 0px;
    gap: 24px;
    border-radius: 32px;
    background: var(--Sentiment-Success-Sentiment-Error-100, #FFF8F8);
    text-align: -webkit-center;
}

#successErrorButton {
    width: 201px;
    height: 56px;
    padding: 8px 16px 8px 16px;
    gap: 8px;
    border-radius: 40px;
    border: 2px solid var(--Primary-Default, #DE8130);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
    text-align: -webkit-center;
    outline: none;
}

#successErrorButtonMobile {
    width: 201px;
    height: 56px;
    padding: 8px 16px 8px 16px;
    gap: 8px;
    border-radius: 40px;
    border: 2px solid var(--Primary-Default, #DE8130);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
    text-align: -webkit-center;
    outline: none;
}

.mobile-only,
.web-only {
    display: none !important;
}

@media screen and (max-width: 1100px) {
    #contact-info-section {
        padding-top: 0px;
    }

    .mobile-only {
        display: block !important;
    }

    .mobile-only #contact-info-section {
        display: block !important;
    }

    #contact-info-section .info-box h3 {
        font-size: 24px;
        color: #333;
        margin-bottom: 10px;
        margin-top: 20px !important;
    }

    .mobile-only #contact-info-section .info-box {
        background: #f8f4ee;
        padding: 32px;
        border-radius: 10px;
        width: 48%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: -webkit-left;
        height: 23rem;
    }
}

@media screen and (min-width: 1101px) {
    .web-only {
        display: block !important;
    }

    #contact-info-section.web-only {
        display: flex !important;
    }

}

.centered-image {
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.responsive-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 100%;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.input-group {
    display: flex;
    gap: 15px;
}

.input-container {
    flex: 1;
    position: relative;
}

.input-container input,
.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    border: 2px solid orange;
    border-radius: 5px;
}

.error-message {
    color: red;
    font-size: 0.85em;
    margin-top: 0px;
    display: none;
    position: relative;
}

.error-message.active {
    display: block;
}

.error {
    border-color: red !important;
}

.error-message {
    position: absolute;
    top: 100%;
    /* Hata mesajını input'un hemen altına yerleştiriyoruz */
    left: 0;
    width: 100%;
    font-size: 12px;
    color: red;
    display: none;
    /* Başlangıçta gizli */
}

.input-container {
    position: relative;
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    /* Add space for the arrow */
    /* background: url('/assets/images/icons/down-arrow.svg') no-repeat; */
    background-position: right 20px center;
    /* Adjust position of the arrow */
    background-size: 15px 10px;
}

#footer-1 {
    border-top: 3px solid #F4E3D29E;
}

.css746 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.css747 {
    padding-bottom: 35px;
}

.css748 {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.css749 {
    margin-left: 0px;
}

.css750 {
    font-size: 32px;
    color: black;
    font-weight: 700;
}

.css751 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.css752 {
    margin-top: 50px;
}

.css753 {
    bottom: 0rem;
    position: relative;
}

.css754 {
    font-size: 40px !important;
    margin-top: 50px;
}

.css755 {
    bottom: -1.5rem;
    position: relative;
}

.css756 {
    width: 100%;
}

.css757 {
    width: 100% !important;
}

.css758 {
    width: 100% !important;
}

.css759 {
    margin-top: 15px;
}

.css760 {
    font-size: 40px !important;
    text-align: center;
    margin-top: 20px;
}

.css761 {
    bottom: -1rem;
    position: relative;
}

.css762 {
    background: var(--Color-Brown-100, #FDF7F1);
}

.css763 {
    background-color: #FFF8F8;
}

.css764 {
    font-size: 40px !important;
    text-align: center !important;
    margin-top: 20px;
    word-wrap: break-word;
    margin-right: 20px;
    margin-left: 20px;
}

.css765 {
    background: var(--Sentiment-Success-Sentiment-Error-100, #FFF8F8);
}

.css766 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.css767 {
    margin-left: 0px !important;
}

.css768 {
    font-size: 32px !important;
    color: black !important;
    font-weight: 700 !important;
}

.css769 {
    height: 180px;
    margin-top: 20px;
}

.css770 {
    font-size: 32px;
    color: black;
    font-weight: 700;
}

.css771 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.css772 {
    width: 100% !important;
    height: 333.5px !important;
}

.css773 {
    margin-top: 60px;
    font-size: 23px !important;
    line-break: anywhere;
}

.css774 {
    font-size: 14px !important;
}

.css775 {
    margin-top: 60px;
    font-size: 21px !important;
    line-break: anywhere;
}

.css776 {
    width: 93% !important;
}

.css777 {
    width: 100% !important;
}

.css778 {
    position: relative !important;
}

.css779 {
    width: 100% !important;
}

.css780 {
    width: 18px;
    height: 18px;
    top: 47%;
}

.css781 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

.css782 {
    margin-top: 4px;
}

.css783 {
    flex: 1;
}

.css784 {
    color: black;
}

.css785 {
    outline: none;
    width: 100%;
}

.css786 {
    font-size: 40px !important;
    text-align: center !important;
    margin-top: 20px;
}

.css787 {
    bottom: -1rem;
    position: relative;
}

.css788 {
    background: var(--Color-Brown-100, #FDF7F1);
}

.css789 {
    background-color: #FFF8F8;
}

.css790 {
    font-size: 40px !important;
    text-align: center !important;
    margin-top: 20px;
    word-wrap: break-word;
}

.css791 {
    background: var(--Sentiment-Success-Sentiment-Error-100, #FFF8F8);
}

#contact-form-section .form-footer button:hover {
    background: white;
    color: #DE8130;
    border: 2px solid #DE8130;
}

#contactBoxButton:hover {
    background: white;
    color: #DE8130;
    border: 2px solid #DE8130;
}

.input-with-tooltip {
    position: relative;
    display: flex;
    align-items: center;
}

.input-with-tooltip input {
    padding-right: 30px !important; /* ikon için boşluk bırak */
}

.tooltip-wrapper {
    position: absolute;
    right: 10px;
    cursor: pointer;
    z-index: 10;
}

.tooltip-wrapper img {
    width: 20px;
    height: 20px;
}

.tooltip-wrapper .tooltip-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 120%;
    right: 0;
    background-color: #fff;
    color: #000;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    width: 260px;
    z-index: 9999;
    transition: opacity 0.2s ease;
}

.tooltip-wrapper:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
