body{
    background: #F2F2F2;
}
.container{
    max-width: 1280px;
}
.top-header{
    background: #016BA7;
    height: 32px;
    display: flex;
    align-items: center;
}
.top-header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header .left a{
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    color: #FFF;
    margin-left: 5px;
    margin-right: 15px;
}
.top-header .right a{
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #00000033;
    border-radius: 40px;
    text-decoration: none;
    margin-left: 10px;
}
.head{
    background-image: url('/img/head-bg.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    width: 100%; 
    min-height: 167px; 
    overflow: hidden;
}
.head .head-area{
    width: 84%;
    margin-left: 16%;
}
.head-area .logo-text{
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    text-shadow:1px 3px 0px #00000040;
    color: #FFF;
}
.head .search-head{
    border: 1px solid #0000001A;
    background: #FFFFFF;
    width: 424px;
    height: 42px;
    top: 17px;
    left: 428px;
    gap: 0px;
    border-radius: 8px;
}
.head .search-head::placeholder,
footer .newsletter input::placeholder{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #00000066;
}
header nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 34px;
    margin-top: 1rem;
    position: relative;
}
header nav span{
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    height: 34px;
    cursor: pointer;
}
header nav img{
    margin-left: 3px;
}
.nav-hr{
    box-shadow: 1px 1px 2px 0px #0000000F;
    border:1px solid #f9fafba1;
}
.slide-area .card-text{
    padding: 20px 0px;
}
.slide-area .card-text .title{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}
.slide-area .card-text li{
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
    color: #000000;
}
.slide-area .card-text ul{
    list-style: none;
    padding-left: 0;
}
.slide-hr{
    box-shadow: 1px 1px 2px 0px #0000000F;
    border:1px solid #f9fafba1; 
    margin: 5px;
}
.slider{
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 320px;
    overflow: hidden;
    margin: auto;
}
.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slide {
    min-width: 100%;
    height: 100%;
}
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.indicators {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }
.dot {
    width: 10px;
    height: 10px;
    background-color: #F0F0F0;
    border-radius: 50%;
    border: 0.4px solid #004DA2;
    cursor: pointer;
    transition: opacity 0.3s;
}
.dot.active {
    background: #004DA2;
}
:root {
    --slider-width: 64px;
    --slider-height: 42px;
  }
  
  .flex-cradle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
  }
  
  .slider-cradle {
    width: 64px;
    height: 42px;
    display: flex;
    text-align: center;
    border-radius: 8px;
    background: transparent; 
    position: relative;
    overflow: hidden;
    transition: ease-in-out 0.5s;
    border: 0.8px solid #FFFFFF;
  }
  
  .slider-cradle .option-1,
  .slider-cradle .option-2 {
    width: 50%;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .slider-cradle .handle {
    cursor: pointer;
    width: 28px;
    height: 42px;
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    transition: transform cubic-bezier(1, 0.11, 1, 1.04) 400ms;
    border: 0.8px solid #FFFFFF;
    border-radius: 8px;
  }
  
  .slider-cradle div {
    line-height: var(--slider-height);
    color: white;
    font-weight: 500;
  }
  
  
  .slider-cradle.is-transitioned .handle {
    transform: translateX(36px);
  }
  
.activity .title{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #000000;
}
.activity .activity-card{
    border: 1px solid #A1A1A1;
    width: 100%;
    height: 320px;
    position: relative;
}
.activity .activity-card img{
    width: 100%;
    height: 100%;
    z-index: 1;
}
.activity-card li{
    position: absolute;
    bottom: 0px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: white;
    text-shadow: 0px 1px 1px #00000040;
    background-color: #000000b5;
    width: 100%;
    list-style: none;
}
.slide-area .slide-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #000000;
}
footer{
    background: #016BA7;
    height: 706px;
    display: flex;
    align-items: center;
    position: relative;
}
.firm{
    margin-bottom: 50px;
}
footer .footer-img{
    position: absolute;
    left: 5%;
    top: 5%;
}
footer .footer-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #FFF;
}
footer a{
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.44px;
    text-align: left;
    color: #FFFFFF;
    opacity: 0.5;
    margin-top: 10px;
    cursor: pointer;
}
footer a:hover{
    opacity: 1;
    color: #FFF;
}
footer .footer-bottom{
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;   
    color: #FFFFFF;
    opacity: 0.6;
}
.menu-item {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.submenu {
    display: none;
    position: absolute;
    top:50px;
    left: 0;
    background: #fff;
    padding: 0px;
    z-index: 100;
    width: 1280px;
    height: auto;
}

.submenu--open {
    display: block;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #333;
}
.submenu .banner{
    background-image: url('/img/banner-menu.png'); /* Varsay���lan g���rsel */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    left: -11px;
}
.submenu .banner span{
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    left: 0;
    background-color: #00000054;
    width: 100%;
}
.submenu .menu-area{
    padding: 50px 0px;
}
.submenu .row{
    margin: 0 !important;
    padding: 0 !important;
}
.submenu .menu-title{
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 3px;
    text-align: left;
    color: #000000;
}
.submenu .menu-area a{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #004DA2;
    margin-top: 10px;
}
.submenu .menu-area a:hover {
    color: #00356f;
}
.menu-item img {
    transition: transform 0.3s ease; 
}
.menu-item img.rotated {
    transform: rotate(180deg);
}
footer .newsletter{
    color: white;
}
footer .newsletter input{
    border: none;
    height: 32px;
    width: 70%;
}
footer .newsletter input:focus-visible{
    outline: none;
}
footer .newsletter button{
    border: none;
    background-color: #000000;
    color: white;
    height: 32px;
    font-size: 12px;
    width: 28%;
    margin-left: 2%;
}


  
  .success-slider-container {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .success-slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .success-slider-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left; 
  }
  
  .success-slider-controls button {
    color: black;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    transition: background 0.3s ease;
    background-color: transparent;
  }
  
  
  /* === Success Carousel Start === */
.success-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.success-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.success-slide {
  flex: 0 0 33.333%; /* Show 3 slides */
  box-sizing: border-box;
  padding: 0 15px;
  transform: scale(0.85);
  transition: 0.5s ease;
}
.success-slide.active {
  transform: scale(1);
}
/* === Success Carousel End === */

  .success-slide.active {
    opacity: 1;
    transform: scale(1);
  }
  .job-slider {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 320px;
    overflow: hidden;
    margin: auto;
}

.job-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.job-slide {
    min-width: 100%;
    height: 100%;
}

.job-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-indicators {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}

.job-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

.job-left-arrow {
    left: 10px;
}

.job-right-arrow {
    right: 10px;
}

.job-dot {
    width: 10px;
    height: 10px;
    background-color: #F0F0F0;
    border-radius: 50%;
    border: 0.4px solid #004DA2;
    cursor: pointer;
    transition: opacity 0.3s;
}

.job-dot.job-active {
    background: #004DA2;
}
.mobile-menu {
    position: relative;
}
.menu-btn {
    padding: 5px;
    background-color: transparent;
    color: black;
    border: none;
}
.overlay {
    position: fixed;
    top: 0;
    left: -100%; 
    width: 100%;
    height: 100%;
    background-color: white;
    transition: left 0.5s ease-in-out;  
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    box-sizing: border-box;
    z-index: 999;
    overflow-y: auto;
    padding-bottom:100px ;
}
.close-btn {
    background: transparent;
    border: none;
    color: black;
    font-size: 30px;
    cursor: pointer;
    margin-top: 10px;
}
.overlay.open {
    left: 0; 
}
.announce-bg{
    width: 100%;
}
.announce-bg img{
    width: 100%;
}
.announce-cards{
    margin-bottom: 75px;
    margin-top: 80px; /* Added for spacing from success-detail */
}
.announce-cards .card-ann .img-card{
    border: 1px solid #016BA7;
    border-radius: 8px;
}
.announce-cards .card-ann .img-card img{
    width: 100%;
    height: 320px;
    border-radius: 8px;
    object-fit: cover;
}
.announce-cards .card-ann{
    text-decoration: none;
}
.announce-cards .col-md-4{
    margin-top: 25px;
}
.announce-cards .card-ann .detail-event .event{
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    height: 26px;
    display: inline-block;
    color: #00000099;
    border-right: 1px solid #00000033;
    padding-right: 10px;
}
.announce-cards .card-ann .detail-event .date{
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    height: 26px;
    display: inline-block;
    color: #00000099;
    padding-left: 10px;
}
.announce-cards .card-ann .detail .exp{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #000000;
    display: block;
}
.announce-cards .detail-event{
    background-color: #016ba729;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 3px 5px;
}
.announce-cards .detail{
    background-color: #ededed;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 3px 5px;
}
.breadcrumb-item a{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #00000066;
    text-decoration: none;
}
.breadcrumb-item.active{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #000000;
    display: flex;
    align-items: center;
}
.breadcrumb-item{
    display: flex;
    align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: '';
    display: inline-block;
    width: 16px; 
    height: 16px; 
    background-image: url('/img/chevron-left-bred.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 8px; 
}
.success-exp .text{
    padding: 50px;
}
.success-exp .text span{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.success-detail .col-md-6{
    position: relative;
}
.success-exp{
    position: relative;
}
.success-detail{
    /* Removed absolute positioning */
}
.success-bg,
.success-bg img{
    width: 100%;
}
.success-exp .success-detail{
    background: #004DA2;
    width: 520px;
    height: 400px;
    box-shadow: 2px 4px 4px 0px #00000014;
    padding: 30px;
    margin-bottom: 20px; /* Added margin-bottom for spacing */
}
.success-exp .success-detail .title{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em; /* Increased line-height for better readability */
    text-align: left;
    text-shadow: 4px 4px 0px #00000040;
    margin-bottom: 15px; /* Added margin-bottom for spacing */
}
.br-right-success{
    border-right: 1px solid #FEF100;
}
.br-bottom-success{
    border-bottom: 1px solid #FEF100;
}
.success-exp .success-detail .number{
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #FFFFFF;
}
.success-exp .success-detail .text-detail{
    font-size: 14px; /* Increased font-size for better readability */
    font-weight: 300;
    line-height: 1.6em; /* Adjusted line-height for better readability */
    color: #FFFFFF; /* Changed to full white for better contrast */
    margin-top: 15px;
    display: block;
}
.links .link-card{
    width: 311px;
    height: 279px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #016BA729;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.announce-cards .title{
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-top: 30px;
}
.page-bg,
.page-bg img{
    width: 100%;
}
.image-acc{
    border: 1px solid #016BA70A;
}
.image-acc .accordion-item{
    border-radius: 2px;
}
.image-acc .accordion-button:not(.collapsed){
    color: #000000;
    background-color: transparent;
    box-shadow: none;
}
.image-acc .img-style img{
    width: 100%;
    margin-top: 3px;
}
.image-acc .accordion-button::after{
    display: none;
}
.accordion-button .icon {
    transition: transform 0.3s ease;
    width: 15px;
    margin-left: auto;
    position: relative;
    top: -3px;
}
.image-acc .img-style{
    width: calc(50% - 3px);
    display: inline-block;
}
.accordion-button.collapsed .icon {
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed) .icon {
    transform: rotate(180deg);
}
.image-acc .accordion-button,
.image-acc .accordion-collapse .accordion-body{
    padding: 12px 5px;
}
.image-acc .accordion-button:focus{
    box-shadow: none;
}
.image-acc .accordion-header{
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
}
.option-page{
    border: 0.8px solid #004DA233;
    padding: 24px 6px;
    margin-top: 20px;
}
.option-page a{
    padding: 20px 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #000000;
    text-decoration: none;
    border-bottom: 0.8px solid #004DA233;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.option-page a:last-of-type{
    border-bottom: none;
}
.option-acc{
    border: 0.8px solid #004DA233;
    padding: 24px 6px;
    margin-top: 20px;
}
.option-acc .accordion-item,
.option-acc .accordion-button,
.image-acc .accordion-item,
.image-acc .accordion-button{
    background-color: transparent;
}
.option-acc .accordion-button{
    padding: 20px 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #000000;
}
.option-acc .accordion-button:focus{
    box-shadow: none;
}
.option-acc .accordion-button::after{
    display: none;
}
.option-acc .icon-left{
    width: 20px;
    margin-right: 10px;
    transition: transform 0.3s ease;
}
.accordion-button.collapsed .icon-left {
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed) .icon-left {
    transform: rotate(90deg);
}
.page-right span{
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #000000;
}
.page-right h3{
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 15px;
}
.partnering-bg,
.partnering-bg img{
    width: 100%;
    height: auto; /* Ensure proportional scaling without cropping */
}
.partnering-text-area .text{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000000;
    margin-top: 30px;
    display: inline-block;
}
.contact-info .contact-card{
    background: #016BA70A;
    border: 1px solid #016BA733;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 120px;
}
.contact-info .contact-card div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 5px;
}
.contact-info .contact-card span{
    color: #004DA2;
    font-size: 12px;
    font-weight: 500;
    line-height: 13.08px;
    text-align: center;
}
.contact .content {
    display: none;
    margin-top: 30px;
}
.contact .content.active {
    display: block;
}
.contact .contact-firm{
    background: #FFFFFF;
    border: 1px solid #016BA70A;
    border-radius: 8px;
    padding: 10px;
}
.content h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    text-align: left;
    color: #0B0F19;
    border-bottom: 1px solid #004DA21F;
    padding-bottom: 5px;
}
.contact-firm .title{
    font-size: 14px;
    font-weight: 500;
    line-height: 15.26px;
    text-align: left;
    color: #016BA7;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact-firm .address{
    font-size: 14px;
    font-weight: 400;
    line-height: 15.26px;
    text-align: left;
    color: #000000;
}
.contact-firm a{
    font-size: 14px;
    font-weight: 300;
    line-height: 15.26px;
    text-align: left;
    color: #000000;
    text-decoration: none;
    margin-top: 10px;
}
.contact-firm img{
    margin-right: 15px;
    margin-top: 10px;
}
.contact .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
} 
.contact .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.contact .form-group.full-width {
    flex: 100%;
}
  
.contact label {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #0B0F19;    
}
.contact input,
.contact textarea {
    background: #FFFFFF;
    border: 1px solid #004DA21F;
    padding: 5px;
}
.contact textarea::placeholder{
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #B4B7C9;
}
.contact textarea {
    resize: none; 
}
.contact .btn-cancel {
    background: #FFFFFF;
    border: 1px solid #016BA7;
    color: #016BA7;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    width: 100px;
    height: 30px;
    border-radius: 8px;
}
.contact .btn-submit {
    background: #016BA7;
    border: 1px solid #016BA7;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    width: 100px;
    height: 30px;
    border-radius: 8px;
}
.announce-cards .title{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color:#000000;
}
.europe{
    background: #FFFFFF;
    margin-top: 30px;
    padding: 30px 0;
}
.europe .title{
    font-size: 32px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    color: #016BA7;
}
.europe img{
    width: 100%;
}
.europe .europe-content{
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #016BA7;
    padding: 10px;
}
.newsletter-area .container{
    max-width: 1440px;
    display: flex;
}
.newsletter-area .news-one{
    width: 20%;
}
.bg-one{
    background: #DD1367 !important;
}
.bg-two{
    background: #3E7D43;
}
.bg-three{
    background: #2CEDE8;
}
.bg-four{
    background: #FE3920;
}
.bg-five{
    background: #00679C;
}
.bg-six{
    background: #3F7E44;
}
.bg-seven{
    background: #A11941;
}
.newsletter-area .news-one .content{
    height: 300px;
    opacity: .3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 20px;
}
.newsletter-area .news-two{
    width: 30%;
}
.newsletter-area .news-two .content-small{
    height: 200px;
    opacity: .3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 10px;
}
.newsletter-area .news-one .content .number{
    font-size: 128px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    opacity: 1;
    color: #FFFFFFCC;
}
.newsletter-area .news-two .content-small .number{
    font-size: 64px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    opacity: 1;
    color: #FFFFFFCC; 
}
.newsletter-area .news-two .content-small .title{
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: right;
    color: #FFFFFFCC;
}
.newsletter-area .news-one .content .title{
    font-size: 30px;
    font-weight: 500;
    line-height: 26px;
    text-align: right;
    color: #FFFFFFCC;
}
.newsletter-area .news-two .content-big{
    height: 400px;
    opacity: .3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 20px;
}
.newsletter-area .news-two .content-big .number{
    font-size: 128px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    opacity: 1;
    color: #FFFFFFCC; 
}
.newsletter-area .news-two .content-big .title{
    font-size: 30px;
    font-weight: 500;
    line-height: 26px;
    text-align: right;
    color: #FFFFFFCC;
}
.show-news{
    padding: 30px 15px;
    background: #DFE9F3;
    height: 600px;
    position: relative;
    width: 30%;
}
.show-news .title{
    font-size: 32px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #005DA2;
}
.show-news .text-news{
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #005DA2;
    margin-top: 40px;
    display: block;
}
.show-news .more-btn{
    width: 210px;
    height: 30px;
    border-radius: 2px;
    background: #016BA7;
    border: 1px solid #016BA7;
    color: #DFE9F3;
    font-weight: 700;
    font-size: 13px;
    position: absolute;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.news-one .content:hover,
.news-two .content-big:hover,
.news-two .content-small:hover{
    opacity: 1;
    cursor: pointer;
}
.news-one .content .text-news,
.news-two .content-big .text-news,
.news-two .content-small .text-news{
    display: none;
}
.show-news {
    transition: all 0.3s ease-in-out;
}
.filter-job{
    margin-top: 25px;
    margin-bottom: 25px;
}
.filter-job .title{
    color: #404040;
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
.filter-area .select-container {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
.filter-area label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.filter-area .select-container .input-option{
    border: 1px solid #ccc;
    padding: 5px;
    background: white;
    position: relative;
    height: 38px;
    width: 100%;
  }
.filter-area .dropdown {
    border: 1px solid #ccc;
    padding: 5px;
    cursor: pointer;
    background: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
}
.filter-area .dropdown .icon {
  margin-left: 10px;
  transition: transform 0.3s;
}
.filter-area .dropdown.open .icon {
  transform: rotate(180deg);
}
.filter-area .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  padding: 5px;
  z-index: 1;
}
.filter-area .dropdown-menu label {
  display: block;
}
.filter-area .dropdown.open .dropdown-menu {
  display: block;
}
.filter-area .search-box {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.filter-area input:focus-visible,
.filter-area select:focus-visible{
    outline: none;
} 
.filter-area .filter-btn{
    background-color: #016BA7;
    border:none;
    border-radius: 0;
    height: 40px;
    margin-right: 15px;
    width: 100px;
    color: white;
    font-weight: 600;
}
.filter-area .clear-btn{
    background-color: #2CEDE8;
    border:none;
    border-radius: 0;
    height: 40px;
    margin-right: 15px;
    width: 100px;
    color: black;
    font-weight: 600;
}
.event-bg,
.event-bg img{
    width: 100%;
}
.event-page .event-card{
    background: #FFFFFF;
    border: 2px solid #016BA729;
    border-radius: 8px;
    margin-top: 15px;
    padding: 10px 30px;
}
.event-page .event-card .title{
    font-size: 40px;
    font-weight: 500;
    line-height: 64px;
    text-align: center;
    color: #0B0F19;
    margin:15px 0;
}
.event-page .event-card hr{
    background-color: #004DA21F;
    height: 1.5px;
}
.event-page .event-card span{
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    text-decoration: none;
    color: #000000;
    display: block;
}
.event-page .event-card a{
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    text-decoration: none;
    color: #000000;
}
.event-card label{
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    text-align: left;
    color: #0B0F19;
    display: flex;
}
.event-card label .star{
    color: #BC0D0D !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    text-align: left;
    display: inline-block;
    margin-left: 5px;
}
.event-card input{
    border: none;
    width: 100%;
    border-radius: 0;
    height: 40px;
}
.event-card input:focus-visible{
    outline: none;
    border: 0.1px solid #ececec;
}
.event-card input::placeholder{
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
}   
.event-card .option{
    display: flex;
    align-items: center;
}
.event-card .option input{
    width: 18px;
}
.event-card .option span{
    margin-left: 15px;
}
.event-page button{
    width: 40%;
    background: #016BA7;
    border: 1px solid #016BA7;
    border-radius: 8px;
    height: 30px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 75px;
}
.card-list {
    list-style: none;
    padding: 0;
}
.card-list .card {
    margin-bottom: 10px;
}
.pagination-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}
.pagination-numbers {
    display: flex;
    gap: 5px;
}
.pagination-numbers button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 16px;
}
.pagination-numbers button.active {
    font-weight: bold;
}
.pagination-container .btn-page{
    border: none;
    background-color: transparent;
}
#cardContainer .min-title span{
    font-size: 13px;
    color: #0B0F19;
    font-weight: 400;
}
#cardContainer .title-card{
    font-size: 18px;
    color: #004DA2;
    font-weight: 500;
    margin-top: 10px;
    text-decoration: none;
}
#cardContainer .title-card:hover{
    font-size: 18px;
    color: #0B0F19;
    font-weight: 500;
    margin-top: 10px;
    text-decoration:underline;
}
#cardContainer .exp{
    font-size: 16px;
    color: #404040;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}
#cardContainer .date{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
#cardContainer .date span{
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
#cardContainer .lct{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
#cardContainer .lct span{
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
#cardContainer .detail{
    margin-top: 15px;
}
#cardContainer .detail h5{
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}
#cardContainer .detail span{
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.footer-text{
    color:white;
}
.footer-design{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    color: #666;
}
@media(min-width:768px){
    .mobile-menu{
        display: none;
    }
}
@media(max-width:768px){
    .accordion-body a{
        display: block;
        text-decoration: none;
        color: black;
        margin-top:5px;        
        padding-bottom: 8px;
        border-bottom: 1px solid #80808021;
    }
    .accordion-body a:last-child{
        display: block;
        text-decoration: none;
        color: black;
        margin-top:5px;        
        padding-bottom: 8px;
        border-bottom: none;
    }
    .accordion-body {
        padding: 1rem 1.25rem 20px;
        background-color: #eaeaea6b;
    }
    .slider,
    .job-slider{
        height: auto;
    }
    .mobile-menu .accordion-item {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0;
    }
    .mobile-menu .accordion-item:first-of-type .accordion-button,
    .mobile-menu .accordion-item:last-of-type .accordion-button.collapsed{
        border-radius: 0;
    }
    .activity .activity-card{
        height: auto;
        margin-top: 10px;
    }
    .desktop-nav{
        display: none;
    }
    .mobile-dn{
        display: none !important;
    }
    footer .footer-img{
        width: 70%;
    }
    .partnering-text-area .text{
        margin-top: 0;
    }
    .mobile-menu .menu-title{
        font-size: 18px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 3px;
        text-align: left;
        color: #000000;
        margin-top: 15px;
    }
    .mobile-menu .menu-area a{
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        text-align: left;
        color: #004DA2;
        margin-top: 10px;
        text-decoration: none;
    }
    .success-exp .success-detail {
        background: #004DA2;
        width: 100%;
        height: 400px;
        box-shadow: 2px 4px 4px 0px #00000014;
        padding: 30px;
    }
    .success-detail{
        position: relative;
    }
    .links .link-card{
        width: 100%;
        height: 190px;
    }
    .links .link-card img{
        width: 90%;
        height: 100%; /* Ensure image takes full height of card */
        object-fit: contain; /* Prevent cropping, scale down to fit */
        object-position: center; /* Center the image within the card */
    }
    .contact-info .contact-card {
        height: 190px;
        flex-direction: column;
        margin-top: 10px;
    }
    .contact-info .contact-card div{
        width: 100%;
    }
    .contact .form-group {
        flex: 1;
        display: flex;
        flex-direction: column;
        width: 40%;
    }
    .top-header .left {
        flex-direction: column;
    }
    .top-header {
        height: 64px;
    }
    .filter-job .title{
        margin-top: 15px;
    }
/* Menü Sistemi */
.navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.375rem;
    margin-top: 0.5rem;
}

.navbar-nav .dropdown-item {
    padding: 0.5rem 1rem;
    color: #495057;
    transition: all 0.2s ease-in-out;
}

.navbar-nav .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #212529;
}

.navbar-nav .nav-link {
    color: #495057;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.2s ease-in-out;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #0d6efd;
}

.navbar-nav .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.2s ease-in-out;
}

.navbar-nav .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}


    @media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu {
        border: none;
        box-shadow: none;
        background-color: #f8f9fa;
        margin-top: 0;
        padding-left: 1rem;
    }
    
    .navbar-nav .dropdown-item {
        padding: 0.5rem 0;
        border-bottom: 1px solid #dee2e6;
    }
    
    .navbar-nav .dropdown-item:last-child {
        border-bottom: none;
    }
}
