@font-face {
    font-family: 'Gilroy';
    src: url('/tema/carbil/public/fonts/Gilroy-Light.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}
::selection {
    background-color: #FFC300;
    color: #444444; /* İsteğe bağlı: Metin rengini de değiştirebilirsiniz */
    border-radius: 3px;
  }
body{
    font-family: 'Gilroy', sans-serif;
}
.sasi{
    height: 75px;
    font-size: 35px;
}
.copyright{
    text-align: right;
    font-size: 12px;
}
.sasi::placeholder{
    color: #CDCACA;
}
.navbar {
    background-color: #474C5F !important;
    padding: 1rem 2rem;
}

.navbar-brand img {
    height: 40px;
}

.nav-link {
    color: white !important;
    margin-left: 1.5rem;
}

.hero-section {
    background-color: #F8F9FA;
    padding: 5rem 0;
}

.hero-text {
    color: #666;
}

.search-section {
    background-color: #F1F1F1;
    padding: 3rem 0;
}

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.features-section {
    background: #F1F1F1;
    padding: 5rem 0;
}

.footer {
    background-color: #F8F9FA;
    padding: 4rem 0;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #666;
    text-decoration: none;
}

.contact-float {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1000;
}

.contact-icon {
    background: red;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.primary-button {
    background-color: #0D6EFD;
    color: white;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

.primary-button:hover {
    background-color: #0b5ed7;
    color: white;
}

.steps-container {
    max-width: 800px;
    margin: 3rem auto;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.steps-header {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    position: relative;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    flex: 1;
    max-width: 150px;
}

.fbaslik{
    display: flex;
    background-color: #EEF4FF;   
    height:50px  ;
    text-align: center;
    border-radius: 3px;
    margin-top: 2px;
    }

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.yanmenu{
    background-color: #474C5F;
}
.yanmenu h5{
    color: #FFFFFF;
}
.detay{

    margin-top: 30px;
    margin-bottom: 30px;
}
.hakkimizdaDetay{
    background-color: #EEF4FF;
    border: solid #E0E0E0  1px ;
}
@media (max-width: 993px) {
    .sasi{
        height: 65px;
        font-size: 25px;
    }
    .package-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .navbar {
        padding: 1rem 2rem;
    }

    .navbar-brand img {
        height: 40px;
    }

    .nav-link {
        margin-left: 1.5rem;
        font-size: 1rem;
    }

  

    .form-container {
        padding: 2rem;
        margin: 0;
    }

    h2 {
        font-size: 1.5rem;
    }

    .contact-float {
        bottom: 1rem;
        left: 1rem;
        right: 1rem;
        justify-content: center;
    }
    .hero-section {
        text-align: center;
        padding: 3rem 0;
    }
    
    .hero-image {
        margin-top: 2rem;
    }
 
}

@media (max-width: 993px) {

    .sasi{
        height: 35px;
        font-size: 15px;
    }
    .primary-button{
        height: 40px;
        font-size: 15px;
    }

}