﻿
/* Kariyer detay sayfasındaki form style */

.career-application-form .form-row {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.career-application-form .form-input {
    position: relative;
}

.career-application-form .form-control,
.career-application-form .custom-file-label {
    min-height: 58px;
    border: 1px solid rgba(19, 29, 53, 0.12);
    border-radius: 16px;
    background: #f8f8f8;
    color: #1f1f25;
    padding: 16px 22px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

/* Textarea + placeholder: tema (style.css) textarea line-height:28px ve ::placeholder fontu farklı görünmesin */
.career-application-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
    line-height: 1.55;
}

.career-application-form .form-control::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: inherit;
    color: rgba(31, 31, 37, 0.45);
    opacity: 1;
}

.career-application-form textarea.form-control::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.career-application-form .custom-file-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.career-application-form .form-input svg {
    position: absolute;
    right: 18px;
    top: 18px;
    pointer-events: none;
}

.career-application-form .form-bottom {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 4px;
}

.career-application-form .form-checkbox {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #5c6270;
    font-size: 14px;
    line-height: 1.7;
}

    .career-application-form .form-checkbox input {
        width: 18px;
        height: 18px;
        margin-top: 4px;
        accent-color: #e30613;
    }

    .career-application-form .form-checkbox a {
        color: #e30613;
        text-decoration: underline;
    }

.career-application-form .alert {
    margin-top: 12px;
    border-radius: 16px;
}

@media (max-width: 575.98px) {
    .career-application-form .form-bottom {
        flex-direction: column;
    }
}


/* İletişim sayfasındaki form style */

body.contact-page .thumbnail-contact-form {
    margin: 0 -30px;
}

body.contact-page .thumbnail-contact-form img {
    width: 100%;
    height: 580px;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

@media (max-width: 991.98px) {
    body.contact-page .thumbnail-contact-form {
        margin: 0 0 24px;
    }

    body.contact-page .thumbnail-contact-form img {
        height: auto;
    }
}

/* Keep contact icons fixed when address wraps */
body.contact-page .contact-info-area-wrapper-p .single-contact-info {
    align-items: flex-start;
}

body.contact-page .contact-info-area-wrapper-p .single-contact-info .icon {
    flex: 0 0 51px;
}

body.contact-page .contact-info-area-wrapper-p .single-contact-info .info-wrapper {
    flex: 1;
    min-width: 0;
}

body.contact-page .contact-info-area-wrapper-p .single-contact-info .info-wrapper a {
    display: block;
    font-size: 20px;
    line-height: 1.45;
    word-break: break-word;
}



/* Breadcrumb: sol şekil (class one) tema varsayılanında top=0; aşağıda dursun */
.rts-breadcrumb-area .shape-area .one {
    top: auto;
    bottom: 12%;
}

@media only screen and (max-width: 767px) {
    .rts-breadcrumb-area .shape-area .one {
        left: 16px;
        bottom: 10%;
        max-width: 90px;
        height: auto;
    }
}

/* Belge & Sertifikalar: sayfa geneli yatay nefes + büyük kartlar — .certificate-page-section + .certificate-partner-grid */
.our-partner-area-content-bottom.certificate-page-section > .container {
    max-width: 1280px;
    padding-left: clamp(20px, 4.5vw, 52px);
    padding-right: clamp(20px, 4.5vw, 52px);
}

/* Breadcrumb altı: başlık + paragraf ortada, alt alta (tema varsayılanı yan yana flex) */
.our-partner-area-content-bottom.certificate-page-section .our-partner-bottom-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 22px;
}

    .our-partner-area-content-bottom.certificate-page-section .our-partner-bottom-wrapper > * {
        flex-basis: auto;
        width: 100%;
        max-width: 920px;
        margin-left: auto;
        margin-right: auto;
    }

    .our-partner-area-content-bottom.certificate-page-section .our-partner-bottom-wrapper .title {
        margin-bottom: 0;
    }

    .our-partner-area-content-bottom.certificate-page-section .our-partner-bottom-wrapper .disc {
        font-size: clamp(18px, 2.35vw, 22px);
        line-height: 1.8;
        color: #5d666f;
    }


.brand-area-main-wrapper--box.certificate-partner-grid {
    margin-top: 8px;
}

.brand-area-main-wrapper--box.certificate-partner-grid .single-brand {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 34px 22px 34px;
    height: auto;
    min-height: 360px;
    box-sizing: border-box;
}

    .brand-area-main-wrapper--box.certificate-partner-grid .single-brand > a,
    .brand-area-main-wrapper--box.certificate-partner-grid .single-brand > .cert-partner-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: inherit;
    }

    .brand-area-main-wrapper--box.certificate-partner-grid .single-brand img {
        max-height: 205px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }

.brand-area-main-wrapper--box.certificate-partner-grid .cert-partner-name {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #1c2539;
    line-height: 1.32;
    text-align: center;
}

.brand-area-main-wrapper--box.certificate-partner-grid .cert-partner-kind {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #5d666f;
    line-height: 1.38;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .brand-area-main-wrapper--box.certificate-partner-grid .single-brand {
        min-height: 0;
        padding: 26px 16px 28px;
    }

    .brand-area-main-wrapper--box.certificate-partner-grid .single-brand img {
        max-height: 158px;
    }
}



/* Kariyer sayfasındaki style*/

.rts-breadcrumb-area.career-page {
    height: 260px;
    overflow: hidden;
}

.rts-breadcrumb-area.career-page .container {
    position: relative;
    z-index: 3;
}

.rts-breadcrumb-area.career-page .shape-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.rts-breadcrumb-area.career-page .title-area-left {
    padding-bottom: 60px;
}

@media only screen and (max-width: 575px) {
    .rts-breadcrumb-area.career-page .shape-area .two,
    .rts-breadcrumb-area.career-page .shape-area .three {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .rts-breadcrumb-area.career-page {
        height: auto;
        min-height: 240px;
        padding-bottom: 48px;
    }

    .rts-breadcrumb-area.career-page .title-area-left {
        padding-bottom: 32px;
    }
}

.career-page-content {
    padding-top: 40px;
    background: #fff;
    color: #1c2539;
}

.career-page-description {
    font-size: 16px;
    line-height: 1.75;
}

.career-page-description > *:first-child {
    margin-top: 0;
}

.career-page-description > *:last-child {
    margin-bottom: 0;
}

.career-page-content .rts-contact-area-in-page {
    margin-top: 0 !important;
}

.career-page-content .ik-form-col {
    margin-top: 0 !important;
}

@media only screen and (min-width: 992px) {
    .career-page-description .rts-contact-area-in-page .row.align-items-start {
        align-items: flex-end;
    }
}

.career-page-content .current-opening-area.bg_primary {
    background: #fff !important;
    border-radius: 16px;
    border: 1px solid rgba(28, 37, 57, 0.16);
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
}

.career-page-content .current-opening-area.bg_primary.rts-section-gap {
    padding: 56px 48px !important;
}

@media only screen and (max-width: 767px) {
    .career-page-content .current-opening-area.bg_primary.rts-section-gap {
        padding: 40px 24px !important;
    }
}

.career-page-content .current-opening-area.bg_primary .title-style-five * {
    color: #5d666f !important;
}

.career-page-content .current-opening-area.bg_primary .title-style-five .title {
    color: var(--color-primary) !important;
}

.career-page-content .current-opening-area.bg_primary .single-open-career {
    background: #f4f6f8;
    border: 1px solid #c5cdd6;
}

.career-page-content .current-opening-area.bg_primary .single-open-career:hover {
    background: #eef1f4;
    border-color: #b0bac4;
}

.career-page-content .current-opening-area.bg_primary .single-open-career .left-side .title {
    color: #1c2539 !important;
}

.career-page-content .current-opening-area.bg_primary .single-open-career .left-side .title span {
    background: #fff;
    color: var(--color-primary) !important;
    border: 1px solid rgba(28, 37, 57, 0.12);
}

.career-page-content .current-opening-area.bg_primary .single-open-career .left-side .bottom .single i {
    color: var(--color-primary) !important;
}

.career-page-content .current-opening-area.bg_primary .single-open-career .left-side .bottom .single span {
    color: #5d666f !important;
}

.career-page-content .current-opening-area.bg_primary .single-open-career .right-side .bottom .single p {
    color: #1c2539 !important;
}

.career-page-content .current-opening-area.bg_primary .single-open-career .right-side .bottom .single span {
    color: #5d666f !important;
}

/* Aktif ilanlar bloğu: köşe yuvarlaklarını sıfırlama */
.current-opening-area.bg_primary,
.current-opening-area.bg_primary .single-open-career,
.current-opening-area.bg_primary .single-open-career .left-side .title span {
    border-radius: 0 !important;
}



/* servis sliderındaki noktalarda düzeltmeler*/

.mySwiper-service-1 .service-swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 30px;
}

    .mySwiper-service-1 .service-swiper-pagination .swiper-pagination-bullet {
        opacity: 1;
        background: rgba(32, 40, 45, 0.2);
    }

    .mySwiper-service-1 .service-swiper-pagination .swiper-pagination-bullet-active {
        background-image: url(../images/service/icons/bullet-active.svg);
        height: 20px;
        width: 20px;
        background-size: contain;
        background-color: transparent;
    }



/* ================================
   Home Banner stylı
================================ */

.banner-swiper-two .mySwiper-banner-two .rts-banner-area-two {
    height: 470px !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

@media only screen and (max-width: 767px) {
    .banner-swiper-two .mySwiper-banner-two .rts-banner-area-two {
        height: 370px !important;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

/* ================================
   Sayfalardaki header alanlarının stylı
================================ */

.partner-breadcrumb {
  height: 260px !important;
  min-height: unset !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.partner-breadcrumb > .container,
.partner-breadcrumb > .container > .row,
.partner-breadcrumb > .container > .row > .col-lg-12 {
  height: 100%;
}

.partner-breadcrumb > .container > .row {
  align-items: center !important;
}

.partner-breadcrumb .title-area-left.center {
  height: 100%;
  min-height: unset !important;
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  position: relative;
}

.partner-breadcrumb .title-area-left.center .bg-title {
  position: static !important;
  transform: none !important;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}

.partner-breadcrumb .title-area-left.center .title {
  margin: 0 !important;
  line-height: 1.15;
}


@media (max-width: 767px) {
    .partner-breadcrumb {
        height: 170px !important;
    }

    
}

/* ================================
   Header Logo style
================================ */

.header-main-one-wrapper .thumbnail a img.header-logo-img {
    max-width: 175px;
    height: auto;
}

@media only screen and (max-width: 575px) {
    .header-main-one-wrapper .thumbnail a img.header-logo-img {
        max-width: 125px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-main-one-wrapper .main-header {
        margin-right: 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-main-one-wrapper .main-header {
        margin-right: 85px;
    }
}


/* ================================
   Footer Mobile Submenu
================================ */

@media only screen and (max-width: 767px) {
    .footer-two li.has-dropdown:not(:focus-within):hover > .submenu {
        opacity: 0;
        visibility: hidden;
        transform: scaleY(0);
    }

    .footer-two li.has-dropdown:focus-within .submenu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: translateY(0);
        transform: scaleY(1);
    }
}
