*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif;
}
body{
    overflow-x: hidden;
}
a{
    color: white;
}
.Container{
    background-image: url(img/bg.jpg);
    background-size:100%;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-color: #000000;
}
.mobil-header{
    display: none;
}
.inner-content{
    width: 80%;
    margin: 0px auto;
    padding: 50px 0;
}
.inner-content h1 ,.inner-content p{
    color: white;
}
.navbar{
    display: flex;
    gap: 20px;
    align-items: center;
}
.betwen{
    justify-content: space-between;
}
.abtn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 16px; /* Yazı boyutunu belirleyin */
    font-weight: bold;
}

.abtn::after {
    content: '';
    position: absolute;
    left: -2px;
    bottom: -4px;
    width: 0;
    height: 2px; 
    background-color: white; 
    transition: width 0.4s ease; 
}

.abtn:hover::after {
    width: 110%; /* Yazının uzunluğu kadar çizgi */
}

.navbar .aborder {
    color: white;
    font-size: 16px;
    border: 1px solid white;
    border-radius: 25px;
    width: 9em;
    height: 3em;
    font-weight: bold;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; /* Alt çizgi kaldır */
}

.navbar .aborder span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: white;
    transform: translateY(-150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

.navbar .aborder:nth-child(2) span {
    transform: translateY(150%);
}

.navbar .aborder:hover {
    color: black;
    transform: scale(1.05);
}

.navbar .aborder:hover span {
    transform: translateY(0) scale(2); /* Hover animasyonu */
}

.navbar .aborder span:nth-child(1) {
    --n: 1;
}

.navbar .aborder span:nth-child(2) {
    --n: 2;
}

.navbar .aborder span:nth-child(3) {
    --n: 3;
}

.navbar .aborder span:nth-child(4) {
    --n: 4;
}
.drp-btn{
    font-size: 16px;
    font-weight: bold;
}
.dropdown:hover{
    transform: scale(1.06);
    
}
.dropdown {
    position: relative;
    display: inline-block;
    transition: transform 0.4s ease;
}

.dropdown-content {
    position: absolute;
    background-color: #fff;
    margin-top: 2px;
    border-radius: 8px;
    min-width: 180px;
    left: 50%;                     
    transform: translateX(-50%) scaleY(0);  
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: transform 0.5s ease;      
    transform-origin: top center;        
    overflow: hidden;
}


.dropdown:hover .dropdown-content {
    transform: translateX(-50%) scaleY(1);
}


.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 8px;
    transition: background-color 0.3s ease; 
}

.dropdown-content a:hover {
    background-color: #a9a9a9a1;
}
.drp-btn .dropspin {
    display: inline-block;
    transition: transform 0.4s ease; 
}

.dropdown:hover .drp-btn .dropspin {
    transform: rotate(180deg);
}
.dropdown2 {
    position: relative;
    width: 100%;
}

.drp-btn2 {
    background: none;
    border: none;
    padding: 12px 0;
    font-size: 16px;
    color:white;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.422);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.dropdown2-content {
    flex-direction: column;
    background-color: transparent;
    margin-top: 5px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
    max-height: 0;              
    overflow: hidden;
    opacity: 0;                  
    transform: scaleY(0);       
    transform-origin: top;       
    visibility: hidden;        
}

.dropdown2.active .dropdown2-content {
    max-height: 500px;           
    opacity: 1;                 
    transform: scaleY(1);      
    visibility: visible;        
}


.dropdown2-content a {
    padding: 8px 0;
    text-decoration: none;
    color: #444;
    transition: background 0.3s ease;
}

.dropdown2-content a:hover {
    background-color: #dcdcdc;
    padding-left: 8px;
    border-radius: 4px;
}

.arrow {
    transition: transform 0.3s ease;
    margin-left: 5px;
}

.dropdown2.active .arrow {
    transform: rotate(180deg);
}

.auth-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.line{
    display: inline-block;
    width: 25px;
    margin-right: 5px;
    height: 3px;
    border-radius:20px;
    background: white;
}
.icon-shape{
    width: 60px;
    height: 60px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: white;
}
.rcenter{
    margin-top: 150px !important;
    display: flex;
    gap: 220px ;
}
.rleft p{
    font-size: 30px;
    display: flex;
    align-items: center;
}
.rleft h1{
    font-size: 120px;
    line-height: 110px;
}
.rright{
    display: flex;
    gap: 10px;
    margin-top: 40px;
    align-items: center;
}
.rright p{
    font-size: 27px;
}
.rright-a{
    display: block; 
    margin-left: 70px; 
    margin-top: 20px; 
    font-size: 24px;
    text-decoration: underline;
    font-weight: 600;
}
.hf-container{
    padding-top: 100px;
    width: 100%;
    position: relative;  
}
.hf{
    background-color: white;
    border-radius: 15px;
    width: 80%;
    margin: 0  auto;
    padding: 45px 55px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.hf-top{
    display: flex;
    justify-content: space-between;
    padding-top:15px ;
}
.hf-content{
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex:1;
}
.hf-input-box{
    display: flex;
    align-items: end;
    gap: 15px;
}
.hf-input-box img{
    width: 22px;
}
.hf-input{
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 2px solid black;
    height: 35px;
    font-size: 18px;
    color: black;
    padding-left: 1px;
    transition: all ease 0.3s;
}
.hf-input:focus{
    background-color: #f3f3f3;
    border-bottom: 2px solid #c7fb16;
}
.hf-content:nth-child(2){
    display: flex;
    justify-content: center;
    align-items: center;
}
.gbtn{
    padding: 7px 15px;
    border-radius: 6px;
    background-color:#c7fb16 ;
    color: black;
    border: none;
    width: 180px;
    height: 50px;
    font-size: 18px;
    transition: all ease 0.3s;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.gbtn:hover{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    transform: scale(1.03);
}
.gbtn:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
  }
.hf-h1{
    color:#c7fb16 !important ;
    font-size: 40px;
}
.hf-h2r{
    position: relative;
    color: black;
    z-index: 10;
}
.hf-h2r::before{
    content: " ";
    left: 0;
    display: block;
    position: absolute;
    height: 6px ;
    bottom: 20%;
    width: 120px;
    z-index: -1;
    border-radius: 12px;
    background-color:#c7fb16  ;
}
.hf-media {
    display: flex;
    position: absolute;
    right: -150px;
    transform: rotate(-90deg);
    font-size: 24px;
    bottom: 165px;

}
.hf-media a{
    display: inline-block;
    transition: all ease 0.3s;
}
.hf-media p{
    margin: 0 10px;
    font-size: 28px;
}

.linka:hover{
    color: #0e76a8;
    transform: scale(1.05);
}
.facea:hover{
    color:  #3b5998;
    transform: scale(1.05);
}
.instaa:hover{
    background: linear-gradient(90deg, #833AB4, #FD1D1D, #FCB045);
            -webkit-background-clip: text; /* Sadece metne arka plan uygular */
            -webkit-text-fill-color: transparent; /* Metin rengini şeffaf yapar */

    transform: scale(1.05);
}
.line100{
    width: 100%;
    height: 10px;
    background-color: rgb(44, 157, 97);
}
.Content{
    width: 80%;
    margin: 0 auto;
    padding: 100px 0;
}
.content-header h5{
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.482);
    font-size: 18px;
}
.content-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.c-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden; /* İkonun kutudan çıkıp görünmemesi için */
    position: relative; /* İkonun konumunu izole eder */
    transition: transform 0.4s ease; 
}

.c-arrow:nth-child(1) {
    border: 1px solid rgba(0, 0, 0, 0.300);
}

.c-arrow:nth-child(2) {
    background-color: #c7fb16;
}

.c-arrow i {
    color: rgba(0, 0, 0, 0.600);
    font-size: 20px;
    position: absolute;
    transition: transform 0.6s ease; /* Hareket için animasyon */
}

.c-arrow:hover{
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.c-arrow:active{
    box-shadow: #D6D6E7 0 3px 7px inset;
}
.c-arrow:nth-child(1):hover i {
    animation: slideIn 0.5s ease;
}
.c-arrow:nth-child(2):hover i, .c-arrow:nth-child(3):hover i{
    animation: slideIn2 0.5s ease;
}


/* Geri Dönüş Efekti */
@keyframes slideIn {
    0% {
        transform: translateX(0); /* Başlangıç pozisyonu */
    }
    50% {
        transform: translateX(-350%); /* Kutudan dışarı çıkar */
        opacity: 0;
    }
    75% {
        transform: translateX(850%); /* Diğer yönden geri döner */
       
    }
    100% {
        transform: translateX(0); /* Diğer yönden geri döner */
        opacity: 1;
    }
}
@keyframes slideIn2 {
    0% {
        transform: translateX(0); /* Başlangıç pozisyonu */
    }
    50% {
        transform: translateX(350%); /* Kutudan dışarı çıkar */
        opacity: 0;
    }
    75% {
        transform: translateX(-850%); /* Diğer yönden geri döner */
       
    }
    100% {
        transform: translateX(0); /* Diğer yönden geri döner */
        opacity: 1;
    }
}
.content-gallery{
    display: flex;
    gap: 30px;
    padding-top: 80px;
    transition: transform 0.5s ease;
     overflow: hidden;
}
.cg1{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 30%;
    flex: 1;
    perspective: 1000px;
}
.content-gallery h3{
    font-size: 22px;
    margin-bottom: 10px;
}
.content-gallery p{
    color: rgba(255, 255, 255, 0.548);
}
.car {
    border-radius: 20px;
    width: 100%;
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 20px; 
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform-origin: center bottom; /* Alt kısmı sabitlemek için */
    position: relative; /* Parlama efekti için gerekli */
    overflow: hidden; /* Parlama dışarı taşmasın */
}

.car:hover {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    transform: scale(1.02) rotateX(4deg) translateY(-20px) translateZ(20px); /* Daha belirgin 3D efekt */
}


.scard{
    background-image: url(img/m1.jpg);
    justify-content: end;
}
.scard:nth-child(2){
    background-image: url(img/m2.jpeg);
    justify-content: start;
}
.cg2{
    flex: 1.4;
    perspective: 1000px;
}
.cg3{
    flex:1.6;
    display: flex;
    flex-direction: column;
    gap: 30px;
    perspective: 1000px;
}
.tcard{
    background-image: url(img/m3.webp);
    justify-content: end;
}
.bcar{
    display: flex;
    gap: 30px;
    perspective: 1000px;
}
.bcard1{
    flex: 0.8;
    background-image: url(img/m4.jpeg);
    background-size:contain;
    color: white;
    background-color: black;
    justify-content: end;
}
.bcard2{
    flex: 1.2;
    background-image: url(img/m5.jpg);
    color: white;
    justify-content: start;
}
.ccard{
    background-image: url(img/m7.jpg);
    height: 690px;
}
.content-bmw{
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 50px;
    background-image: url(img/CTA.png) ;
    background-size: 100% 120%;
    background-color: transparent;
    background-repeat: no-repeat;
}
.content-bmw::after{
    content: " ";
    display: block;
    position: absolute;
    right: -190px;
    top: 330px;
    background-image: url(img/Filler.png) ;
    background-color: transparent;
    background-size: 100% 50%;
    background-repeat: no-repeat;
    width: 360px;
    height: 200px;
}
.content-bmw::before{
    content: " ";
    display: block;
    position: absolute;
    left: -190px;
    top: 330px;
    background-image: url(img/Filler.png) ;
    background-color: transparent;
    background-size: 100% 50%;
    background-repeat: no-repeat;
    width: 360px;
    height: 200px;
}
.bmw-top{
    display: flex;
    justify-content: space-between;
}
.bmw-p{
    color: #c7fb16;
    text-align: center;
    font-size: 24px;
    max-width: 345px;
    letter-spacing: 0.5px;
}
.bmw-center{
    display: flex;
    justify-content: center;
}
.bmw-bottom{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.c-title6{
    color:#c7fb16 ;
    font-size: 14px;
    text-align: center;
}
.c-title6 span{
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #c7fb16;
    margin-right: 5px;
}
.c-title1{
    text-align: center;
    font-size: 48px;
    margin-top: 16px;
}
.csarrow {
    border: 1px solid #c7fb16 !important;
    background: transparent;
    cursor: pointer;
    border-radius: 50%;
    padding: 0px 20px;
}

.csarrow i {
    color: #c7fb16;
    font-size: 18px;
}

.csarrow:hover {
    box-shadow: none;
}

.cslider-container {
    width: 100%; /* Container sabit genişlikte */
    overflow: hidden; /* Taşan içerikleri gizler */
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 5px;
}

.cslider {
    display: flex;
    gap: 40px;
    padding: 15px 25px;
    transition: transform 0.5s ease-in-out; /* Kayma animasyonu */
}

.cslider-card {
    width: 380px;
    height: 350px;
    border-radius: 6px;
    padding: 35px 30px;
    line-height: 28px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, 
                rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, 
                rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    flex-shrink: 0; /* Kartların boyutlarının küçülmesini engeller */
    background: #fff;
}

.cslider-card p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
}

.cslider-card p i {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.9);
    margin-right: 5px;
}

.cslider-card-bottom {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 25px 0;
}

.cslider-card-bottom img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #d5d5d5;
}

.cslider-card-bottom p {
    font-size: 14px;
}

.cslider-card.active {
    border-bottom: 4px solid #c7fb16;
}

.cslider-card.active i {
    color: #c7fb16;
}
.bk-container{
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 60px 40px;
}
.bk-box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
}
.bk-content{
    display: flex;
    gap: 15px;
    align-items: start;
}
.bk-number{
    width: 30px;
    height: 30px;
    background-color: #c7fb16;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: relative;
}
.bk-text{
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: white;
    width:100%;
}
.bk-text h3{
    font-size: 24px;
}
.bk-content:not(:nth-child(4)) .bk-number::before {
    content: " ";
    position: absolute;
    display: block;
    top: 30px;
    left: 14px;
    width: 2px;
    height: 120px;
    background-color: white;
}
.bkline .bk-number::before {
    content: " ";
    position: absolute;
    display: block;
    top: 30px;
    left: 14px;
    width: 2px;
    height: 120px;
    background-color: white;
}
.c-title5{
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.482);
    font-size: 18px;
    text-align: center;
}
.ss-container{
    display: flex;
    margin: 0 auto;
}
.accordion {
    background-color: #fefffa;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 20%;
    padding-top: 60px;
  }
  
  .accordion__title {
    padding: 15px 15px 15px 40px;
    display: block;
    position: relative;
    font-weight: 400;
  }
  
  .accordion__title:before {
    font-family: FontAwesome;
    content: "\f067";
    font-size: 20px;
    position: absolute;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17px;
    color: black;
    border-radius: 6px;
    width: 24px;
    height: 24px;
    border: 2px solid black;
  }
  
  .accordion__title h5 {
    border-bottom: 1px solid #fefffa;
    display: inline-block;
    font-weight: 400;
    font-size: 26px;
  }
  
  .accordion__title:hover,
  .accordion__title:focus {
    cursor: pointer;
    outline: none;
  }
  
  .is-expanded .accordion__title:before {
    content: "\f068";
  }
  
  .accordion__content-inner {
    padding: 0 40px 10px 40px;
  }
  
  .accordion__content {
    transition: height 0.3s ease-out;
    height: 0;
    overflow: hidden;
  }
  footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #050b20;
  }
  .fo1{
    width: 80%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px; 
    color: white;
    display: flex;
    justify-content: end;
    gap: 10px;
  }
  .fo2{
    width: 80%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0; 
    color: white;
    display: flex;
    justify-content: space-between;
  }
  .fo2 p{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .fo2 h2{
    font-size: 42px;
    margin-bottom: 5px;
  }
  .fo3{
    width: 80%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0 !important; 
    color: white;
    display: flex;
  }
  .fo3-link{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .fo3-link h4{
    margin-bottom: 25px;
    font-size: 24px;
  }
  .col-lg-6{
    padding: 0 !important;
  }
  .inpbtn{
    display: flex;
  }
  .inpbtn input{
    height: 70px;
    width: 360px;
    margin: 0;
    border: none;
    font-size: 36px;
  }
  .inpbtn input:focus{
    border: none;
    outline: none;
    padding-left: 8px;
  }
  .inpbtn input::placeholder{
    padding: 0 20px;
    font-size: 20px;

  }
  .inpbtn button{
    height: 70px;
    background-color: #c7fb16;
    width: 180px;
    border: none;
    outline: none;
    font-size: 24px;
  }
  .fo3-link a:hover{
    opacity: 0.7;
    transform: scale(1.08);
  }
  .bottom-footer{
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 !important; 
    justify-content: space-between;
  }


  .checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 25px;
    transform: scale(0.75);
  }

  @-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  .checkbox-wrapper-19 input[type=checkbox] {
    display: none;
  }

  .checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .07) solid #000;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
  }
  .checkbox-wrapper-19 .check-box::before,
  .checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }
  .checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-19 .check-box.checked {
    border-color: #34b93d;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
  }
  .xp-c{
    display: flex;
    width: 100%; 
    padding: 0; 
    min-height: 85vh !important; 
    background-color: #050b20;
  }
  .xp-left{
    width: 100%;
    padding: 150px 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-left: 250px;

  }
  .xp-left h1{
    color: white;
    text-align: left;
    font-size: 60px;
  }
  .xp-left h6{
    text-align: left;
  }
  .xp-right{
    width: 100%;
  }
  .xp-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.xp-check-c{
    margin-top: 60px;
    display: flex;
    padding-right: 90px;
    gap: 20px;
}
.xp-check-col{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 60px;
}
.xp-check{
    color: white;
    font-size: 20px;
    display: flex;
    align-items: start;
    gap: 20px;
}
.check-cricle{
    width: 37px !important;
    height: 37px !important;
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.xp-check p{
    width: 80%;
}
.xp-check i{
    font-size: 18px;
}
.ccc{
    background-color: white;
}
.ccc i{
    color: #fba316;
}
.about-col:nth-child(1){
    flex: 0.95;
    display: flex;
    justify-content: end;
}
.about-col:nth-child(2){
    padding-top: 60px;
    flex: 1.05;
}
.about-col h1,.about-col h6{
    text-align: left;
}
.about-col p,.about-col blockquote{
    letter-spacing: 0.5px;
    line-height: 25px;
    margin-right: 200px;
}
blockquote{
    margin:35px 0;
    padding-left: 20px;
    position: relative;
}
blockquote::before{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    width: 4px;
    background-color: #c7fb16;
}
.video-c{
    height: 570px;
    width: 450px;
    border-radius: 8px;
    margin-right: 60px;
    display: flex;
    align-items: end;
    background-color: black;
    background-image: url(img/m4.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}
.video-c::before{
    content: " ";
    position: absolute;
    display: block;
    left: -80px;
    top: 19%;
    height: 310px;
    width: 300px;
    border: 12px solid #c6fb1671;
    z-index: -2;
}
.vbt-c{
    display: flex;
    gap: 35px;
    margin-top: 55px;
}
.v-btn{
    background-color: #081134;
    border-radius: 4px;
    padding: 20px 50px;
    border: none;
    outline: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: all ease 0.3s;
}
.v-btn:hover{
    transform: scale(1.04);
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}  
.v-btn:active{
    box-shadow: #000000 0 3px 7px inset;
    transform: scale(1);
}   
.vd-xp{
    background-color: #c7fb16;
    padding: 25px;
    border-radius: 4px;
    width: min-content;
    margin-left: -20px;
    margin-bottom: 5px;
}
.vd-xp p{
    color: white;
    font-weight: 900;
    margin: 0;
    font-size: 18px;
}
.imza{
    display: flex;
    font-weight: 600;
    font-size: 14px;
    color: #0d1f5e;
    align-items: end;
    gap: 10px;
}
.blog-c{
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.blog-c p{
    font-size: 18px;
    letter-spacing: 0.6px;
    word-spacing: 1px;
    line-height: 26px;
}
.blog-c img{

    max-height: 450px;
    border-radius: 20px;
    object-fit: contain;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.login-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #050b20;
    padding: 30px;
    border-radius: 15px;
    width: 100%;
}
.login-container h2{
    color: white;
    margin-bottom: 15px;
}
.login-input{
    display: flex;
    width: 100%;
}
.li-icon{
    width: 55px;
    height: 45px;
    border-top-left-radius:6px ;
    border-bottom-left-radius: 6px;
    background-color: #91fc34;
    display: flex;
    justify-content: center;
    align-items: center;
}
.li-icon i{
    font-size: 18px;
    color: white;
}
.login-input input{
    border: none;
    outline: none;
    width: 100%;
    padding-left:12px ;
    font-size: 18px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.login-input input:focus{
    border: 3px solid #91fc34;
}
.login-f{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.login-btn{
    width: 200px; 
    padding: 14px; 
    background-color: #91fc34; 
    color: white;
}
.login-fa {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.login-fa::after {
    content: '';
    position: absolute;
    left: -2px;
    bottom: 2px;
    width: 0;
    height: 1px; 
    background-color: white; 
    transition: width 0.4s ease; 
}

.login-fa:hover::after {
    width: 100%; /* Yazının uzunluğu kadar çizgi */
}
.log-chec{
    width: 15px;
    height: 15px;
    cursor: pointer;
    transition: all ease 0.3s;
}
.log-chec:hover{
    transform: scale(1.3);
}
.hesapla-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    
}
.hesapla-container2{
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    
}
.hesapla-container2 h3{
    color: #c7fb16 !important;
}
.hesapla-container h3{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.hesapla-container h3 span{
    color: #34b93d;
    display: inline-block;
    width: 100px;
    text-align: start;
}

.carsecim-container{
    display: flex;
    gap: 20px;
}
.carsecim-progres{
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 25px;
    width: 50%;
    position: relative;
    z-index: 10;
}
.carsecim-progres::after{
    content: " ";
    position: absolute;
    left: 0;
    top: 25px;
    width: 80%;
    height: 2px ;
    width: 100%;
    background-color: #00000078;
    z-index: -5;
}
.carsecim-progres-cricle{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carsecim-progres-cricle i{
    font-size: 22px;
    color: white;
}
.carsecim-progres-cricle:first-child{
    background-color: #34b93d;
}
.carsecim-progres-cricle:first-child i{
    color: white;
}
.carsecim-progres-cricle:nth-child(2){
    background-color: #fb9816;
}
.carsecim-progres-cricle:nth-child(2) i{
    color: white;
}
.carsecim-progres-cricle:last-child{
    background-color: #b5b5b5;
}
.carsecim-progres-cricle:last-child i{
    color: white;
}
.carsecim-info{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    flex: 3;
}
.carsecim-info-card{
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.33);
}
.carsecim-info-card h4{
    border-bottom: 1px solid rgba(0, 0, 0, 0.326);
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.carsecim-info-card h5{
    margin-left: 15px;
}
.carsecim-content{
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    flex: 7;
    padding: 20px;
}
.carsec{
    padding: 20px 40px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.33);
    display: flex;
    flex-direction: column;
}
.carsec-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.carsec img{
    width: 300px !important;
    height: 200px !important;
    object-fit: contain;
    border-radius: 6px;
}
.carsec-icon-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.carsec-icon-container p{
    font-size: 18px;
}
.carsec-icon{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
}
.carsec-icon-content{
    display: flex;
    color: black;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 22px;
    background-color: #c7fb16;
    font-size: 16px;
}
.carsec-price{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.carsec-acor{
    padding: 0;
}
.carsec-acor-btn{
    padding: 0;
}
.carsec-acor-btn::before{
    content: "Weitere Informationen";
    width: calc(100% - 15px)  !important;
    padding: 8px 0;
    padding-left: 12px;
    position: relative;
    top: 0;
    font-family: Arial, Helvetica, sans-serif;
    border-color: #c6fb1631;
    background-color:#c6fb1645 ;
    justify-content: start;
}
.carsehf{
    padding: 30px;
}
.is-expanded .carsec-acor-btn:before {
    content: "Weitere Informationen";
    background-color: #c7fb16;

}
.carsec-icon-container p {
    font-size: 22px;
}
.carsec-acpr-p{
    border-bottom: 1px solid rgba(0, 0, 0, 0.313);
    padding: 15px 10px;
}
.carsec-acpr-p p{
    color: black;
}
.index-info-container{
    gap: 80px;
    margin-bottom: 140px;
}
.index-info-img{
    flex: 1;
    width: 100%;
}
.index-info-img img{
    width: 750px;
    max-height: 600px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.44) 0px 5px 12px;
}
.index-info-text{
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 40px;
}
.index-info-text h1{
    font-size: 72px;
}
.index-info-text p{
    font-size: 18px;
    padding-right: 60px;
}
.index-info-btncontainer{
    display: flex;
    gap: 45px;
    align-items: center;
}
.index-info-btncontainer .gbtn{
    width: 150px;
}
.iirb{
    color: #000000ce;
    border-bottom: 1px solid rgba(0, 0, 0, 0.37);
    transition: all ease 0.3s;
    font-size: 18px;
    display: block;
}
.iirb:hover{
    
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    transform: scale(1.05);
}

/* ===============================
   MODERN PRELOADER STYLES
   =============================== */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #050B20 0%, #0a1a3a 50%, #050B20 100%);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

#preloader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-container {
    text-align: center;
    color: white;
    max-width: 400px;
    width: 100%;
    padding: 20px;
}

/* Logo Section */
.preloader-logo-section {
    margin-bottom: 50px;
    animation: logoFadeIn 1s ease-out;
}

.logo-icon-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.logo-icon {
    font-size: 4rem;
    color: #C7FC16;
    text-shadow: 0 0 20px rgba(199, 252, 22, 0.5);
    animation: iconFloat 2s ease-in-out infinite;
    z-index: 2;
    position: relative;
}

.logo-pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border: 2px solid #C7FC16;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulseRing 2s ease-in-out infinite;
    opacity: 0.3;
}

.logo-text-wrapper {
    text-align: center;
}

.logo-main {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 3px;
    margin: 0;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

.logo-accent {
    color: #C7FC16;
    text-shadow: 0 0 20px rgba(199, 252, 22, 0.8);
}

.logo-subtitle {
    font-size: 0.9rem;
    color: #888;
    margin-top: 10px;
    letter-spacing: 2px;
    font-weight: 300;
}

/* Loading Section */
.loading-section {
    animation: textFadeIn 1s ease-out 0.5s both;
}

.loading-bar-container {
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 20px;
}

.loading-bar {
    height: 100%;
    background: linear-gradient(90deg, #C7FC16, #ffffff, #C7FC16);
    background-size: 200% 100%;
    border-radius: 2px;
    animation: loadingBar 2s ease-in-out infinite;
}

/* Loading Text */
.loading-text-wrapper {
    text-align: center;
}

.loading-text {
    font-size: 1.1rem;
    display: block;
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #C7FC16;
    text-shadow: 0 0 10px rgba(199, 252, 22, 0.3);
}

.loading-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.loading-dots span {
    width: 8px;
    height: 8px;
    background-color: #C7FC16;
    border-radius: 50%;
    animation: dotsBounce 1.4s ease-in-out infinite both;
    box-shadow: 0 0 10px rgba(199, 252, 22, 0.5);
}

.loading-dots span:nth-child(1) {
    animation-delay: -0.32s;
}

.loading-dots span:nth-child(2) {
    animation-delay: -0.16s;
}

.loading-dots span:nth-child(3) {
    animation-delay: 0s;
}

/* Animations */
@keyframes logoFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulseRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.3;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.3;
    }
}

@keyframes loadingBar {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes textFadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dotsBounce {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    40% {
        transform: scale(1.2);
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .logo-icon {
        font-size: 3rem;
    }
    
    .logo-text {
        font-size: 2.5rem;
    }
    
    .preloader-spinner {
        width: 60px;
        height: 60px;
    }
    
    .spinner-ring:nth-child(2) {
        width: 45px;
        height: 45px;
        top: 7.5px;
        left: 7.5px;
    }
    
    .spinner-ring:nth-child(3) {
        width: 30px;
        height: 30px;
        top: 15px;
        left: 15px;
    }
    
    .loading-text {
        font-size: 1rem;
    }
}

/* Page Transition Overlay */
.page-transition-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0B1C98 0%, #00B57F 50%, #288BBD 100%);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.page-transition-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Özel Loading Durumları */
.loading-text.success {
    color: #00B57F;
}

.loading-text.error {
    color: #ff6b6b;
}

.loading-text.warning {
    color: #FFBD00;
}

/* Preloader için ek animasyonlar */
.preloader-container.loading-success .spinner-ring {
    border-top-color: #00B57F;
    animation: spinSuccess 0.8s ease-in-out;
}

.preloader-container.loading-error .spinner-ring {
    border-top-color: #ff6b6b;
    animation: shake 0.5s ease-in-out;
}

@keyframes spinSuccess {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* Preloader için pulse efekti */
.pulse-effect {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* ===============================
   ABOUT PAGE STYLES
   =============================== */

.about-main-container {
    padding: 80px 0;
}

.about-main-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.about-text-section {
    flex: 1;
}

.about-description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, #0B1C98 0%, #00B57F 100%);
    border-radius: 15px;
    color: white;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-item h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FFBD00;
}

.stat-item p {
    font-size: 14px;
    opacity: 0.9;
}

.about-image-section {
    flex: 1;
}

.about-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about-image-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.about-image-container:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 30px 20px 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.about-image-container:hover .image-overlay {
    transform: translateY(0);
}

.overlay-content h4 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.overlay-content p {
    font-size: 14px;
    opacity: 0.9;
}

/* Values Section */
.values-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.value-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0B1C98 0%, #00B57F 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 2rem;
}

.value-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
}

.value-card p {
    color: #666;
    line-height: 1.6;
}

/* Services Section */
.services-about-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.service-about-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: left;
}

.service-about-card:hover {
    transform: translateY(-5px);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #FFBD00 0%, #00B57F 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.service-about-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
}

.service-about-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-about-card ul {
    list-style: none;
    padding: 0;
}

.service-about-card li {
    color: #666;
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
}

.service-about-card li:before {
    content: "✓";
    color: #00B57F;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Team Section */
.team-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.team-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.team-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.team-feature {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.team-feature:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #288BBD 0%, #0B1C98 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    margin: 0 auto 20px;
}

.team-feature h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #333;
}

.team-feature p {
    color: #666;
    line-height: 1.6;
}

/* Contact CTA Section */
.contact-cta-container {
    background: linear-gradient(135deg, #0B1C98 0%, #00B57F 50%, #288BBD 100%);
    padding: 80px 0;
    text-align: center;
    color: white;
}

.cta-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: white;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-buttons .gbtn {
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-buttons .gbtn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-main-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .about-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .stat-item h3 {
        font-size: 2rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .team-features {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .cta-content h1 {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .gbtn {
        width: 200px;
        margin: 10px 0;
    }
}

/* Footer Contact Button */
.footer-contact-btn {
    background: #C7FB16;
    color: #081134 !important;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid #C7FB16;
    font-size: 14px;
}

.footer-contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(199, 251, 22, 0.3);
    background: #B8E600;
    color: #081134 !important;
    text-decoration: none;
}

.footer-contact-btn:active {
    transform: translateY(0);
}

/* Mobile responsive for footer button */
@media (max-width: 768px) {
    .footer-contact-btn {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        font-size: 16px;
    }
}