body {
    overflow-x: hidden;
    background: #fff !important;
}

.slider-item{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    position: relative;
    min-width: 100%;
}
.slider-item::before{
    content: "";
    background: rgba(0,0,0,0.6);
    position: absolute;
    inset: 0;
}
.slider-item .container{
    position: relative;
    z-index: 1; 
}
#hero-section {
  position: relative;
}

#hero-slider {
  display: flex;
  flex-direction: row;
  height: 100vh;
}
.slider-detail span{
    font-size: 1.125rem;
    color: #fff;
    font-weight: 600;
}
 


.slider-detail {
  position: fixed;
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 10px;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh; /* Bu önemli! İçinde pozisyonlandırma yapmak için */
  pointer-events: none; /* İstersen tıklanamaz yaparsın */
}

.hero-progress {
  position: absolute;
  bottom: 70px; /* ⬅️ İşte bu! */
  left: 0;
  width: 100%;
   display: flex;
  align-items: center;
  gap: 1rem;
  pointer-events: auto; /* Tıklanabilir kalsın */
}


.progress-bar-hero{
    max-width: 430px;
    width: 100%;
    height: 10px;
    background: var(--white-color);
    display: flex;
    border-radius: 10px;
    align-items: center;
    padding-inline: 10px;
}
.load-progress{
    background: var(--primary-color);
    width: 100px;
    height: 5px;
    border-radius: 10px;
}
.slider-bg-1{
    background-image: url("../../../assets/images/slider-1.png");
}
.slider-bg-2{
    background-image: url("../../../assets/images/banner/deneyim-banner.webp");
}
.slider-bg-3{
    background-image: url("../../../assets/images/banner/aracilik-ve-risk-banner.webp");
}
.slider-bg-4{
    background-image: url("../../../assets/images/banner/hasar-yonrtmimi-main-banner.webp");
}
.slider-bg-5{
    background-image: url("../../../assets/images/banner/reasurans-cozumleri-s.png");
}



.hero-flex{
    height: 100vh;
    max-width: 500px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2.5rem;
    flex-direction: column;
}

.hero-flex h2{ 
    color: var(--white-color);
    font-size: clamp(2rem,2.5vw,3rem);
}

.hero-flex strong{
    font-weight: 800;
}

.hero-flex h2 span{
    font-weight: 400;
}

.btn-hero{
    min-width: 265px;
    height: 60px;
    border-radius: 10px;
    background: rgba(255,255,255,20%);
    display: flex;
    align-items: center; 
    padding-left: 1.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--white-color);
    text-decoration: none;
    position: relative;
}

.btn-hero{padding-right:20px !important;
    min-width:fit-content  !important;
}
.btn-hero svg{margin-left:20px !important;}

/*.btn-hero::after{*/
/*    content: "";*/
/*    width: 60px;*/
/*    background: var(--white-color);*/
/*    position: absolute;*/
/*    right: 2rem;*/
/*    height: 2px;*/
/*    border-radius: 10px;*/
/*}*/

/*.btn-hero::before{*/
/*    content: "";*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    border-top: 2px solid #fff;*/
/*    border-left: 2px solid #fff;*/
/*    transform: rotate(140deg);*/
/*    position: absolute;*/
/*    right:2rem;*/
/*}*/
 
.about-section {
    padding-block: 4.5rem 11rem;
}
.our-we-grid {
    max-width: 870px;
    margin-inline: auto;
    gap: 3rem;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.our-we-grid img {
    width: 55px;
    height: 55px;
    object-fit: none;
}

.our-we-grid h3 {
    font-size: 1.25rem;
    color: var(--dark-color);
    font-weight: var(--font-bold);
    margin-block: .865rem .6rem;
}

.our-we-grid p {
    font-size: var(--text-primay-size);
    font-weight: var(--font-normal);
    color: var(--dark-color);
}

.counter-bg {
    transform: translateY(-70px);
    background: var(--primary-color);
    padding-block: 3rem;
    padding-inline: 1rem;
    border-radius: var(--second-radius);
}

.counter-flex {
    max-width: 860px;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-inline: auto;
}
.counter-flex p {
    font-weight: var(--font-bold);
    font-size: clamp(var(--text-third-size),2.5vw,2.8rem);
    color: var(--white-color);
}
.counter-flex span {
    font-size: var(--text-second-size);
    color: var(--white-color);
}
.counter-flex div {
    text-align: center;
}

.why-neon {
    max-width: 995px;
    margin-inline: auto;
}

.link-box a {
    display: block;
    font-size: var(--text-second-size);
    color: var(--primary-color);
    text-decoration: none;
    width: max-content;
} 

.talent-section {
    background: url("../../../assets/images/talent-bg.webp") center / cover;
    min-height: 500px;
    max-width: 1920px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.talent-content {

    text-align: center;
}

.talent-content h2 {
    color: var(--white-color);
    position: relative;
    z-index: 1;
    font-size: clamp(2rem,2.5vw,3rem);
}

.talent-content p {
    margin-bottom: 3rem;
    color: var(--white-color);
    position: relative;
    z-index: 1;
    font-size: clamp(1rem,2.5vw,1.25rem);
}

.talent-content::after {
    content: "";
    width: 1000px;
    height: 500px;
    left: 50%;
    background: radial-gradient(circle, rgba(190, 30, 46, 0.2) 0%, rgba(116, 17, 12, 0.9) 100%);
    border-radius: 50%;
    filter: blur(75px);
    position: absolute;
    opacity: .8;
    transform: translateX(-50%) scale(1.1);
    top: 0;
}

.badge-list div {
    min-width: 215px;
    border-radius: 100px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    background: #BE1E2E;
    font-weight: var(--font-bold);
    color: var(--white-color);
}
.badge-list div:not(:last-child) {
    margin-bottom: 2.5rem;
}
.badge-list.left div:nth-child(2) {
    margin-left: -75px;
}
.badge-list.right div:nth-child(2) {
    margin-left: 75px;
}
.talent-flex {
    display: flex;
    gap: 4rem;
}

.btn-talent {
    width: 265px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white-color) !important;
    color: var(--dark-color);
    position: relative;
    margin-inline: auto;
    z-index: 2;
    border-radius: 100px;
    font-size: 1.25rem;
    font-weight: var(--font-bold);
}
@media (max-width:1450px) {
    .badge-list.left div:nth-child(2) {
        margin-left: -55px;
    }
    .badge-list.right div:nth-child(2) {
        margin-left: 55px;
    }
        .slider-detail{
        max-width: 1130px;
    }
}
@media (max-width:1200px){
        .slider-detail{
        max-width: 950px;
    }
}
@media (max-width:992px) {

  .hero-progress{
            position: absolute;
    bottom: 70px;
    left: 0;
    width: 90%;
    display: flex
;
    align-items: center;
    gap: 0rem;
    pointer-events: auto;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
    }
    .our-we-grid {
        gap: 1.5rem;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

    }

    .badge-list.left {
        order: 2;

    }
    .badge-list.right {
        order: 3;
    }
    .talent-content {
        order: 1;
    }
    .badge-list div {
        margin-left: 0 !important;
    }
    .talent-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .talent-content::after {
        display: none !important;
    }
    .talent-section {
        padding-block: 3rem;
    }
}
@media(max-width:768px) {
  .hero-progress{display:none !important;}
    #hero-slider{display:none !important;}
    .counter-flex {
        justify-content: center;
    }
}

@media (max-width:576px) {
    .badge-list div {
        min-width: 140px;
        font-size: .865rem;
    }
    .talent-content p {
        margin-bottom: 2rem;
    }
    .talent-flex {
        gap: 2rem;
    }
    .counter-flex{
        flex-wrap: wrap;
    }
.about-section {
    padding-block: 4.5rem 7rem;
}
.why-neon{
    padding-bottom: 50px;
}
}

/* Vertical Slider Styles - Sağ taraftaki dikey slider için */
.vertical-slider {
    position: fixed;
    right: 170px;
    top: 45%;
    transform: translateY(-50%);
    width: 300px;
    height: 600px;
    z-index: 1000;
    overflow: hidden;
}

.vertical-slider .swiper-wrapper {
    display: flex;
    align-items: center;
}

.vertical-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #444;
    color: white;
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    width: 246px !important;
    height: 110px !important;
    margin-bottom: -50px; /* Slaytları birbirine yaklaştır */
}

.vertical-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.vertical-slider .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    z-index: 1;
}

.vertical-slider .swiper-slide span {
    position: absolute;
    z-index: 2;
    font-weight: bold;
    font-size: 1.5rem;
    color: white;
}

/* Aktif olmayan slaytlar (önceki ve sonraki) */
.vertical-slider .swiper-slide-prev,
.vertical-slider .swiper-slide-next {
    opacity: 0.4;
    transform: scale(1);
    z-index: 1;
}

/* Aktif slayt */
.vertical-slider .swiper-slide-active {
    width: 300px !important;
    height: 214px !important;
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

/* Görünmeyen slaytlar */
.vertical-slider .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
    opacity: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
}

/* Thumbnail Slider Styles */
.thumb-slider-container {
    display: none;
}

@media (max-width: 768px) {
    
    .vertical-slider {
        display: none;
    }
}

.mobile-slider{
    height: 100%;
}
/* Mobil Slider Stilleri */
.mobile-slider-container {
    display: none;
    height: 65vh;
    position: relative;
    overflow: hidden;
}

.mobile-slider-container .swiper-slide {
    position: relative;
    height: 100%;
}

.mobile-slider-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-slider-container .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}

.mobile-slider-text {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    /* text-align: center; */
    color: white;
    width: 90%;
    max-width: 500px;
}

.mobile-slider-text span {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.mobile-slider-text strong {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-slider-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: rgba(255,255,255,0.2);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
}

.mobile-slider-btn svg {
    margin-left: 10px;
}

@media (max-width: 768px) {
    .mobile-slider-container {
        display: block;
    }
}

/* Mobil Slider Pagination Stilleri */
.mobile-slider .swiper-pagination {
    bottom: 20px !important;
    text-align: left !important;
    padding-left: 23px;
}

.mobile-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: white;
    opacity: 1;
    border: 2px solid white;
}

.mobile-slider .swiper-pagination-bullet-active {
    background: #BE1E2E;
    border: 2px solid white;
}