body {
    font-family: 'Montserrat', sans-serif;
}

.top-bar {
 background-color: #0c1157;
 color: #0c1157;
 padding: 8px 0;
 font-size: 14px;
}

.navbar {
 background-color: white !important;
}

.navbar-brand {
 display: flex;
 align-items: center;
 gap: 10px;
 color: #0c1157 !important;
}

.navbar-brand img {
 width: 50px;
 height: 50px;
}

.navbar-nav .nav-link {
 color: #0c1157 !important;
 font-weight: 500;
 transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
 color: #3d7993ea !important;
}

.contact-btn {
 background-color: #43477e;
 color: white !important;
 border-radius: 5px;
 padding: 8px 20px !important;
 transition: background-color 0.3s ease;
}

.contact-btn:hover {
 background-color: #1b1d77;
}

.modal-header {
 background-color: #020456;
 color: white;
}

.btn-close {
 filter: brightness(0) invert(1);
}

.dropdown-menu {
 border: none;
 box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-item:hover {
 background-color: #43477e;
 color: white;
}

.form-control:focus {
 border-color: #43477e;
 box-shadow: 0 0 0 0.25rem rgba(70, 167, 209, 0.25);
}

.btn-primary {
 background-color: #020456;
 border-color: #020456;
}

.btn-primary:hover {
 background-color: #43477e;
 border-color: #43477e;
}

/* Mobil menü için özel stiller */
.navbar-toggler {
 border-color:  #020456;
}

.navbar-toggler-icon {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
 background-color: #0c1157;
}
/* NAVBAR DA BULUNUNA TÜM ÖGELER BİTİŞ */

/* ANASAYAFA SLİDER BAŞLANGIÇ */
.carousel-item {
            height: 600px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            background-image: #000;
        }

        .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); /* Siyah yarı saydam katman */
    z-index: 2;
    pointer-events: none;
}

 .carousel-content {
            position: relative;
            z-index: 3;
            text-align: center;
            color: white;
            padding: 2rem;
        }

.carousel-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: #ffffff;
            line-height: 1.2;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

.carousel-subtitle {
            font-size: 1.25rem;
            margin-bottom: 2rem;
            color: #f8f9fa;
            font-weight: 300;
            line-height: 1.6;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

.contact-btn {
            background-color: #020456;
            color: white;
            padding: 15px 40px;
            border-radius: 30px;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
            font-weight: 500;
            border: 2px solid transparent;
        }

 .contact-btn:hover {
            background-color: #46a7d1;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(70, 167, 209, 0.4);
            border-color: #46a7d1;
        }
 
.product-img {
    width: 100%;          /* Fotoğrafı %20 genişlet */
    height: 100%;
    object-fit: cover;    /* Sliderı kaplasın */
    max-height: none;
    display: block;
    position: relative;
               /* Ortalamak için sola kaydır */
}




.carousel-item.active .product-img {
    transform: scale(1);
}

.carousel-content-wrapper {
    position: relative;
    z-index: 2;
}

 /* Carousel indicators styling */
        .carousel-indicators {
            bottom: 30px;
            z-index: 3;
        }

        .carousel-indicators [data-bs-target] {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #ffffff;
            opacity: 0.5;
            transition: all 0.3s ease;
            border: none;
        }

 .carousel-indicators .active {
            opacity: 5;
            transform: scale(1.2);
            background-color: #020456;
        }

.carousel-control-prev,
.carousel-control-next {
    position: absolute;  /* Z-index çalışsın */
    top: 50%;
    z-index: 10;         /* Overlay’in üstüne çıkar */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(2, 4, 86, 0.9); /* koyu mavi yarı saydam */
    padding: 25px;
    border-radius: 50%;
    background-size: 100%;
    z-index: 10;
}


/* Accent shapes */
.accent-shape {
    position: absolute;
    opacity: 0.03;
    z-index: 6;
}

.accent-1 {
    top: -10%;
    right: -5%;
    width: 400px;
    height: 400px;
    background-color: #020456;
    border-radius: 50%;
}

.accent-2 {
    bottom: -20%;
    left: -10%;
    width: 500px;
    height: 500px;
    background-color: #46a7d1;
    border-radius: 50%;
}

/* Animation effects */
        .slide-content {
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.8s ease;
        }

        .carousel-item.active .slide-content {
            opacity: 1;
            transform: translateY(0);
        }
         /* Background images for each slide */
        .slide-1 {
            background-image: url('img/eder3.png');
        }

        .slide-2 {
             background-image: url('img/eder.jpg.jpeg');
        }

        .slide-3 {
            background-image: url('img/eder2.jpg.jpeg');
        }
        .slide-4 {
            background-image: url('img/adsizyeni.png');
        }
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .carousel-item {
                height: 500px;
            }
            
            .carousel-title {
                font-size: 2.5rem;
            }
            
            .carousel-subtitle {
                font-size: 1.1rem;
            }
            
            .contact-btn {
                padding: 12px 30px;
                font-size: 0.9rem;
            }
        }

        @media (max-width: 576px) {
            .carousel-item {
                height: 400px;
            }
            
            .carousel-title {
                font-size: 2rem;
            }
            
            .carousel-subtitle {
                font-size: 1rem;
            }
        }
/* ANASAYFA SLİDER CSS BİTİŞ */

/* <!-- ÜRÜNLER  KART BAŞLANGIÇ --> */

.card {
    border: blue;
    border-radius: 100px;
    transition: all 0.10s ease;
    overflow: hidden;
}

.card:hover .card-title,
.card:hover .card-text,
.card:hover .pricing {
    color: #00076f !important;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    border-radius: 30px;
    border-radius: 200px;
 
}
.btn.btn-custom {
    background-color: #04a101;
    color: white;
    border-radius: 200px;
}
.btn-custom{
    background-color: #028900;
    border-radius: 200px;
}

.card-body {
    padding: 10px;
     border-radius: 7px;
}

.card-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #2d3436;
    font-family: 'Montserrat', sans-serif;

}

.card-text {
    color: #636e72;
    font-size: 0.95rem;
    line-height: 1.6;
}

.pricing {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3436;
}

.pricing span {
    font-size: 1rem;
    font-weight: 400;
    margin-right: 5px;
}

.btn-custom {
    border: 2px solid #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    transform: scale(1.05);
}

.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.image-container img {
    transition: transform 0.5s ease;
}

.feature-icon {
    font-size: 1.2rem;
    margin-right: 10px;
    color:  #43477e;
}

.features-list {
    margin: 1.5rem 0;
    padding: 0;
    list-style: none;
    background-color: white;
}

.features-list li {
    margin-bottom: 0.8rem;
    color: #ffffff;
}

.card:hover .features-list li {
    color: #ffffff;
}

.badge-custom {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #43477e;
    color: #000;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.8rem;
}


/* PRODUCT CARD BİTİŞ */

/* ANASAYFA HAKKIMDA BAŞLANGIÇ */
.ege-main {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
}

.ege-corporate-section {
    padding: 100px 0;
    position: relative;
}

.ege-description {
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.ege-image-container {
    position: relative;
    height: 600px;
}

.ege-image-primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    z-index: 2;
}

.ege-image-secondary {
    position: absolute;
    bottom: 5;
    left: 0;
    right: 4%;
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 35px rgba(0,0,0,0.15);
    z-index: 1;
}

.ege-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.10s ease;
}

.ege-image-primary:hover .ege-image,
.ege-image-secondary:hover .ege-image {
    transform: scale(1.08);
}

.ege-action-btn {
    background-color: transparent;
    color: #43477e;
    border: 2px solid #43477e;
    padding: 14px 35px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.9rem;
    position: relative;
    overflow: hidden;
}

.ege-action-btn:hover {
    background-color: #43477e;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(67, 71, 126, 0.3);
}

@media (max-width: 991px) {
    .ege-image-container {
        height: 500px;
        margin-top: 50px;
    }

    .ege-image-primary {
        width: 90%;
        height: 300px;
    }

    .ege-image-secondary {
        width: 70%;
        height: 250px;
    }
}

@media (max-width: 768px) {
    .ege-image-container {
        height: 400px;
    }

    .ege-image-primary,
    .ege-image-secondary {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
}
/* ANASAYFA HAKKIMIZDA BİTİŞ */

/* ANASAYFA KONUM BAŞLANGIÇ */
.map-container {
    width: 100%;
  }
  
  .map-container iframe {
    display: block;
    width: 100%;
  }
  
  .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  
  .map-container:hover .hover-content {
    opacity: 1;
    pointer-events: auto;
   
  }
  
  .btn-light {
    padding: 10px 20px;
    font-size: 16px;
    background: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
    background-color: blueviolet;
  }
  
  .btn-light:hover {
    transform: scale(1.05);
  }
  h6.fs-1.mb-4 {
    color: #43477e;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    position: relative;
}

h6.fs-1.mb-4 ::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 80px;
    height: 4px;
    background-color: #43477e;
}
  /* ANASAYFA KONUM BİTİŞ */


