/* Created By AkinaCss */
/* Main Css Start */

.mainDetay {
    width: 100%;
    min-height: 350px;
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 45px;
    overflow: hidden;
}

.mapping {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    color: var(--white);
    font-size: 14px;
}

.mapping a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.mapping p {
    color: #cfcfcf;
}

.mapping a:hover {
    color: var(--blueLight);
}

/* Main Css end */

/* ========================================================= */

/* Sertifika Area Css Start */

.sertifikaAlan {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
}

.sertifikaAlan h2 {
    font-size: 40px;
}

.sertifikaAlan p {
    font-family: var(--text);
    font-size: 18px;
}

.sertifikaAlan ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: start;
    gap: 10px;
    margin: auto;
    padding: 20px 0px;
    font-size: 20px;
}

.sertifikaAlan ul li {
    flex: 1 1 33%;
    max-width: calc(33% - 10px);
    min-width: 200px;
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: start;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 20px;
}

.sertifikaAlan ul li i {
    color: var(--orange);
}

.sertifikaAlan ul li ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    flex-wrap: nowrap;
}

.sertifikaAlan ul li ul li {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: nowrap;
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 200px;
    margin-bottom: 0px;
    font-family: var(--text);
}

.sertifikaAlan li {
    position: relative;
    padding-left: 30px;
    list-style: none;
}

.sertifikaAlan li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--orange);
}

/* Sertifika Area Css end */

/* ========================================================= */

/* Yarar Area Css Start */

.yararSec {
    background-color: var(--whiteLight);
}

.sertifikaAlan h2.center {
    text-align: center;
    width: 100%;
}

.hrkisa {
    width: 150px;
    height: 5px;
    background: var(--orange);
    border: none;
    outline: none;
}

.sertifikaAlan h2 i {
    color: var(--orange);
}

.sertifikaAlan.center {
    align-items: center;
}

.yararAlan {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 20px;
    margin-top: 20px;
}

.yararBox {
    flex: 1 1 25%;
    max-width: calc(25% - 20px);
    min-width: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 30px;
}

.yararBox i {
    font-size: 80px;
    color: var(--blue);
}

.yararBox h3 {
    font-size: 16px;
}

.yararBox p {
    font-size: 14px;
    font-family: var(--text);
}

/* Yarar Area Css end */

/* ========================================================= */

/* Belgelendirme Ara Sayfa Css Start */

.fstart {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
    width: 85%;
    gap: 20px;
}

.sertifikaAlan.baslikAlan {
    flex: 1 1 70%;
    width: 70%;
    max-width: calc(70% - 20px);
}

.sertifikaRight {
    flex: 1 1 30%;
    width: 30%;
    max-width: 30%;
}

.mapBox {
    background-color: var(--blueDark);
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    overflow: auto;
    overflow-x: hidden;
    max-height: 300px;
}
.mapBox.mtozel {
    margin-top: 10px;
}
/* width */
.mapBox::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.mapBox::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.mapBox::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 3px;
}

/* Handle on hover */
.mapBox::-webkit-scrollbar-thumb:hover {
  background: var(--blueDark); 
}

.mapRdropdown {
    margin-top: 5px;
}

.mapR-btn,
.mapR-btn1 {
    background: none;
    color: white;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    transition: background-color 0.3s;
    border-radius: 8px;
}

.mapR-btn:hover,
.mapR-btn1:hover {
    background-color: var(--blueLight);
}

.mapR-btn a,
.mapR-btn1 a {
    width: fit-content;
    cursor: pointer;
}
.mapR-btn a:hover,
.mapR-btn1 a:hover {
    color: var(--orangeLight);
}

.mapR-btn i,
.mapR-btn1 i {
    text-align: end;
    transition: 0.3s;
}

.mapR-btn1 {
    padding: 0px 10px;
}

.mapR-content,
.mapR-content1 {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    width: 100%;
    background-color: var(--blue);
    padding: 10px 5px;
    border-radius: 8px;
    border-top: 1px solid #ffffff80;
    max-height: 200px;
    overflow: auto;
}

/* width */
.mapR-content::-webkit-scrollbar,
.mapR-content1::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.mapR-content::-webkit-scrollbar-track,
.mapR-content1::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.mapR-content::-webkit-scrollbar-thumb,
.mapR-content1::-webkit-scrollbar-thumb {
  background: var(--blueDark);
  border-radius: 3px;
}

/* Handle on hover */
.mapR-content::-webkit-scrollbar-thumb:hover,
.mapR-content1::-webkit-scrollbar-thumb:hover {
  background: var(--blueLight); 
}
.mapR-content1 {
    border-radius: 0px;
    background-color: var(--blueDark);
}
.mapR-content1.thirdclass {
    background-color: #0f437a;
}
.mapR-content a,
.mapR-content1 a {
    color: #ffffff;
    padding: 10px 5px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.mapR-content a:hover,
.mapR-content1 a:hover {
    background-color: var(--blueLight);
    color: var(--orangeLight);
    border-radius: 5px;
}

.mapRdropdown.active .mapR-btn {
    background-color: var(--blue);
    border-radius: 8px 8px 0px 0px;
}

.mapRdropdown.active .mapR-content {
    display: flex;
    border-radius: 0px 0px 8px 8px;
}
.mapRdropdown.active .mapR-btn i {
    transform: rotate(180deg);
}
.mapRdropdown.ikinci.active .mapR-btn1 i {
    transform: rotate(180deg);
}
.mapRdropdown.ucuncu .mapR-btn1 i {
    transform: rotate(0deg) !important;
}
.mapRdropdown.ucuncu.active .mapR-btn1 i {
    transform: rotate(180deg) !important;
}
.mapR-content,
.mapR-content1 {
    display: none;
}

.mapRdropdown.active > .mapR-content,
.mapRdropdown.active > .mapR-content1 {
    display: block;
}
/* Belgelendirme Ara Sayfa Area Css end */

/* ========================================================= */

/* Sertifika Sorgu Area Css Start */

.sorguIc {
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
    padding: 70px 0px;
}

.sorguContainer {
    text-align: left;
    width: 50%;
    padding: 70px 20px;
    background-color: white;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sorguTitle {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.sorguTitle span {
    color: var(--blueLight);
}

.sorguSearch-container {
    display: flex;
    margin: 20px 0px;
}

.sorguSearch-container input {
    padding: 10px;
    font-size: 1rem;
    border: 2px solid #ddd;
    border-radius: 5px 0 0 5px;
    outline: none;
    flex: 1;
    width: 100%;
    transition: 0.3s;
}

.sorguSearch-container input:hover,
.sorguSearch-container input:focus,
.sorguSearch-container input:active,
.sorguSearch-container input:valid {
    border: 2px solid var(--blueLight);
}

.sorguSearch-container input:hover + button,
.sorguSearch-container input:focus + button,
.sorguSearch-container input:active + button,
.sorguSearch-container input:valid + button {
    border: 2px solid var(--blueLight);
    border-left: none;
}

.sorguSearch-container button {
    padding: 10px 20px;
    font-size: 1rem;
    color: white;
    background-color: #00a3e0;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    border: 2px solid #ddd;
    border-left: none;
    transition: 0.3s;
}

.sorguDescription {
    font-size: 0.9rem;
    color: #666;
}

.sorguSonuc {
    text-align: left;
    width: 50%;
    background-color: white;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
}

.sorguSonuc img {
    width: 100%;
    height: 300px;
    object-fit: scale-down;
}

.icerikBoxbg {
    text-align: left;
    width: 100%;
    padding: 70px 20px;
    background-color: white;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
}

.basvurBtn {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #00a3e0;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.basvurBtn:hover {
    background-color: var(--blue);
}


/* Sertifika Sorgu Area Css end */

/* ========================================================= */

/* Sertifika Basvuru Area Css Start */

.basvuruIc {
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
    padding: 50px 0px;
    gap: 20px;
}

.basvuru-form-container {
    flex: 1 1 70%;
    width: 70%;
    max-width: calc(70% - 20px);
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.basvuru-form-container h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.basvuru-form-group {
    margin-bottom: 15px;
}

.basvuru-form-group label {
    display: block;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
}

.basvuru-form-group input, .basvuru-form-group select, .basvuru-form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.basvuru-form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.basvuru-submit-button {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    color: white;
    background-color: #00a3e0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 15px;
}

.basvuru-submit-button:hover {
    background-color: #008ac6;
}

.basvuru-right {
    flex: 1 1 30%;
    width: 30%;
    max-width: 30%;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
}

.basvuru-rightmBox h2 {
    font-size: 22px;
    margin-bottom: 5px;
}

/* Sertifika Basvuru Area Css end */

/* ========================================================= */

/* Hakkimizda Area Css end */


.hakkimizdaIc {
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
}

.hakkimizdaContainer {
    text-align: left;
    width: 50%;
    padding: 20px 20px;
    background-color: white;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
}

.hakkimizdaSonuc {
    text-align: left;
    width: 50%;
    background-color: white;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
}

.hakkimizdaSonuc img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.basvuru-rightmBox {
    width: 100%;
}

.basvuru-rightmBox iframe {
    width: 100%;
    height: 300px;
    border-radius: 8px;
}


.cardmainmiss {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 0;
    color: var(--black);
    padding: 50px 0px;
    background-color: #f0f0f0;
    margin: 50px 0px;
}

.bglightblue {
    background-color: #f1f9ff;
}
.bgnone {
    background-color: transparent !important;
}

.newUl {
    flex-direction: column !important;
    font-size: 16px !important;
}

.newLi {
    flex: 1 1 100% !important;
    max-width: 100% !important;
}

.text-center {
    width: 85%;
    text-align: center;
    margin-bottom: 20px;
}

.containerMainx {
    display: flex;
    justify-content: space-between;
    width: 85%;
    gap: 20px;
  }
  
  .cardMainx {
    background-color: var(--white);
    border-radius: 10px;
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    outline: none;
    justify-content: flex-start;
    padding-bottom: 10px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
  }
  
  .cardMainx img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-radius: 10px 10px 0px 0px;
  }
  
  .cardMainx h2 {
      font-size: 18px;
      color: var(--blueDark);
      padding: 10px;
  }
  
  .cardMainx p {
      font-size: 14px;
      color: var(--bg-color);
      padding: 0px 10px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 20px;
  }

.questionBtn {
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 12px;
    transition: 0.3s;
    text-align: center;
    border: 2px solid var(--blue);
    background-color: var(--blue);
    color: var(--white);
}

.questionBtn:hover {
    border: 2px solid var(--blue) !important;
    color: var(--blue);
    background-color: transparent;
}

  @media (max-width: 850px) {
    .cardMainx {
        min-width: 320px;
    }
    .containerMainx {
        flex-wrap: wrap;
    }
}

@media (max-width: 370px) {
    .cardMainx {
        min-width: 250px;
    }
}

/* Hakkimizda Area Css end */

/* ========================================================= */

/* sitemap Area Css end */

.siteMapArea {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
}

.section-title {
    color: #005eb8;
    font-size: 35px;
    font-weight: bold;
    margin-top: 20px;
    text-decoration: none;
}

.section-title:hover {
    color: var(--orangeLight);
    padding-left: 10px;
}

.hrMap {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #ccc;
}

.link-group {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    padding-left: 15px;
}

.link-column {
    width: 100%;
}

.link-column i {
    margin-right: 5px;
}

.link-column a {
    display: block;
    color: #005eb8;
    text-decoration: none;
    margin: 5px 0;
    font-weight: 500;
}

.link-column a:hover {
    text-decoration: underline;
    color: var(--orangeLight);
    padding-left: 10px;
}

.sub-link {
    padding-left: 15px;
    font-size: 1em;
    font-weight: 300 !important;
}
.sub-link:hover {
    color: var(--orangeLight);
    padding-left: 25px !important;
}

.sub-link2 {
    padding-left: 30px;
    font-size: 0.8em;
    font-weight: 300 !important;
}
.sub-link2:hover {
    color: var(--orangeLight);
    padding-left: 40px !important;
}

/* sitemap Area Css end */

/* ========================================================= */

/* Search Area Css Start */

.searchBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    background-color: var(--white);
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: 0.3s;
}

.saerchImgBox {
    width: 40%;
    border-radius: 8px;
    overflow: hidden;
}

.searchBox:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.searchBox:hover .saerchImgBox img {
    transform: scale(1.1);
}

.searchBox:hover .saerchTxtBox {
    text-decoration: underline;
}

.saerchImgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.3s;
}

.saerchTxtBox {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 60%;
    color: var(--black);
}

/* Search Area Css End */

/* ========================================================= */

/* Responsive Css */

@media (max-width: 600px) {
    .sertifikaAlan h2 {
        font-size: 35px;
    }
}

@media (max-width: 950px) {
    .sertifikaAlan ul {
        width: 100%;
        justify-content: flex-start;
    }
    .hakkimizdaIc {
        flex-direction: column;
    }
    .hakkimizdaContainer, .hakkimizdaSonuc {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .sorguIc {
        flex-direction: column;
    }

    .sorguContainer, .sorguSonuc {
        width: 100%;
    }
}

@media (max-width: 850px) {
    .fstart {
        flex-direction: column;
    }
    .sertifikaRight {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }

    .sertifikaAlan.baslikAlan {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 800px) {
    .basvuruIc {
        flex-direction: column;
    }

    .basvuru-form-container {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
    .basvuru-right {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .sertifikaAlan ul li {
        flex: 1 1 50%;
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 500px) {
    .sertifikaAlan ul li {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 1011px) {
    .yararBox {
        flex: 1 1 33%;
        max-width: calc(33% - 20px);
        min-width: 200px;
    }
}

@media (max-width: 752px) {
    .yararBox {
        flex: 1 1 50%;
        max-width: calc(50% - 20px);
        min-width: 200px;
    }
}

@media (max-width: 520px) {
    .mainDetay, .main {
        margin-top: 95px;
    }
}

@media (max-width: 495px) {
    .yararBox {
        min-width: 150px;
    }
}

@media (max-width: 420px) {
    .sertifikaAlan h2 {
        font-size: 25px;
    }
}

@media (max-width: 376px) {
    .yararBox {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
