
:root {
    --primary-color: #2c3e50;
    --secondary-color: #e74c3c;
    --light-color: #ecf0f1;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar {
    background-color: var(--primary-color);
    padding: 15px 0;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.8rem;
}

.navbar-brand span {
    color: var(--secondary-color);
}

.hero-section {
    background: linear-gradient(rgba(44, 62, 80, 0.01), rgba(70, 91, 120, 0.85));
    padding: 120px 0;
    color: white;
}
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: white;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(44, 62, 80, 0.85), rgba(70, 91, 120, 0.01)),
    url('images/Online_Shoping_29.jpg') no-repeat center center/cover;
    z-index: -1;
}

.hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--secondary-color);
}

.service-box {
    padding: 30px;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.btn-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    padding: 10px 25px;
}

.btn-primary:hover {
    background-color: #c0392b;
    border-color: #c0392b;
}

.btn-outline-light:hover {
    color: var(--secondary-color);
}

footer {
    background-color: var(--primary-color);
    color: white;
    padding: 60px 0 30px;
}

.social-icons a {
    color: white;
    font-size: 1.5rem;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    color: var(--secondary-color);
}
/* Karusel stilleri */
.carousel-container {
    margin: 30px 0;
}

.carousel-item {
    padding: 20px;
    text-align: center;
}

.carousel-icon {
    font-size: 3rem;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.carousel-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 15px;
}

.carousel-text {
    color: #555;
    line-height: 1.6;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

.carousel-indicators button {
    background-color: var(--primary-color);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--secondary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 50%;
}

@media (max-width: 768px) {
    .carousel-icon {
        font-size: 2.5rem;
    }

    .carousel-title {
        font-size: 1.3rem;
    }
}
.payment-logos {
    text-align: center;
    padding: 20px 0;
}

.payment-title {
    margin-bottom: 15px;
    color: #ecf0f1;
    font-weight: 600;
}

.payment-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.payment-img {
    height: 40px;
    width: auto;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.payment-img:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .payment-images {
        flex-direction: column;
        gap: 10px;
    }
}

.custom-campaign-card {
    border-radius: 1rem;
    border: 1px solid rgba(110, 231, 183, 0.6);
    background-color: #ecfdf5;
}

.campaign-badge {
    border-radius: 50rem;
    border: 1px solid #6ee7b7;
    background-color: white;
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
}

.custom-badge {
    position: absolute;
    top: -12px;
    right: 50%;
    transform: translateX(80px);
    background-color: #dc3545;
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 0.25rem 0.6rem;
    border-radius: 50rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    z-index: 1;
}

.custom-btn {
    border-radius: 0.7rem;
    background-color: #dc3545;
    color: white;
    font-weight: 600;
    padding: 0.7rem 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: none;
    transition: background-color 0.2s ease-in-out;
}

.custom-btn:hover {
    background-color: #bb2d3b;
}