/* Özel CSS Stilleri */

body {
    font-family: 'Gosha Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

/* Üst bilgi çubuğu */
.top-bar {
    border-bottom: 1px solid #e9ecef !important;
    font-size: 0.875rem;
    background-color: #2e9999 !important;
}

.top-bar a {
    color: #ffffff !important;
    text-decoration: none;
}

.top-bar a:hover {
    color: #e6f7f7 !important;
    text-decoration: none;
}

.top-bar .text-muted {
    color: #ffffff !important;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

/* Header gölge efekti */
header.shadow-sm {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* Header arka planı */
header {
    background-color: #f8f9fa !important;
}

header nav {
    background-color: #f8f9fa !important;
}

/* Header altındaki gri çizgi */
.header-bottom-border {
    height: 1px;
    background-color: #e9ecef;
    width: 100%;
}

/* Desktop menü öğeleri arası boşluk */
.navbar-nav .nav-item {
    margin: 0 8px;
}

.navbar-nav .nav-link {
    padding: 8px 12px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #2e9999 !important;
}

/* Bize Ulaşın butonu */
.btn-contact {
    background-color: #2e9999;
    border-color: #2e9999;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    background-color: #248080;
    border-color: #248080;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(46, 153, 153, 0.3);
}

/* WhatsApp Canlı Destek butonu */
.btn-whatsapp {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

/* Mobil responsive düzenlemeler */
@media (max-width: 768px) {
    .navbar-nav.ms-auto {
        flex-direction: row;
        gap: 10px;
        margin-top: 10px;
    }
    
    .btn-contact {
        font-size: 0.875rem;
        padding: 6px 15px;
    }
    
    .btn-contact i {
        margin-right: 5px !important;
    }
    
        /* Mobil görünümde canlı destek butonunu gizle */
    .btn-whatsapp {
        display: none !important;
    }
    
    /* Küçük menü ikonu */
    .navbar-toggler-sm {
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        border: 1px solid #dee2e6;
        border-radius: 0.375rem;
    }
    
    .navbar-toggler-sm .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }
    
    /* Mobilde menü açıldığında slider'ın üstünde göster */
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        z-index: 1000;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        border-top: 1px solid #e9ecef;
    }
    
    .navbar-collapse.show {
        display: block !important;
    }
    
    /* Mobilde menü öğelerine boşluk ve çizgi */
    .navbar-nav .nav-item {
        border-bottom: 1px solid #e9ecef;
    }
    
    .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }
    
    .navbar-nav .nav-link {
        padding: 15px 20px;
        color: #333;
        font-weight: 500;
    }
    
    .navbar-nav .nav-link:hover {
        background-color: #f8f9fa;
        color: #2e9999;
    }
    
    /* Dropdown menü için */
    .dropdown-menu {
        border: none;
        border-radius: 0;
        box-shadow: none;
        background-color: #f8f9fa;
        margin: 0;
        padding: 0;
    }
    
    .dropdown-item {
        padding: 12px 30px;
        border-bottom: 1px solid #e9ecef;
        color: #666;
    }
    
    .dropdown-item:last-child {
        border-bottom: none;
    }
    
    .dropdown-item:hover {
        background-color: #e9ecef;
        color: #2e9999;
    }
    
    /* Mobilde hakkımızda butonuna boşluk */
    .about-overview .btn {
        margin-bottom: 20px;
    }
    
    /* Mobilde icon kartları ile buton arasında boşluk */
    .about-overview .col-lg-6:first-child {
        margin-bottom: 30px;
    }
    
    .about-overview .btn {
        margin-bottom: 30px;
    }
}
}

.card {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

/* Ana sayfa hero bölümü */
.hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 0;
    margin-bottom: 40px;
}

/* Footer düzenlemesi */
footer {
    margin-top: auto;
    background-color: #e7ebeb !important;
}

footer.bg-dark {
    background-color: #e7ebeb !important;
}

/* Footer logo stili */
.footer-logo img {
    transition: transform 0.3s ease;
    filter: brightness(0.8);
}

.footer-logo img:hover {
    transform: scale(1.05);
    filter: brightness(1);
}

/* Footer yazı renkleri */
footer {
    color: #000000 !important;
}

footer h5, footer h6 {
    color: #000000 !important;
}

footer p, footer li, footer a {
    color: #000000 !important;
}

footer .text-muted {
    color: #000000 !important;
}

footer .social-links a {
    color: #000000 !important;
}

footer .contact-info a {
    color: #000000 !important;
}

footer .social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: rgba(255,255,255,0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

footer .social-links a:hover {
    background-color: #007bff;
    transform: translateY(-2px);
}

footer .contact-info a:hover {
    color: #007bff !important;
}

footer ul li a:hover {
    color: #007bff !important;
}

/* Slider Stilleri - tam genişlik, sağdan soldan boşluk yok */
.slider-section {
    margin: 0 0 20px 0;
}

.slider-section .container-fluid.px-0 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.carousel {
    border-radius: 0;
    overflow: hidden;
}

.carousel-item img {
    height: 520px;
    object-fit: cover;
    width: 100%;
    border-radius: 0;
}

@media (max-width: 768px) {
    .carousel-item img {
        height: 350px;
    }
    
    .carousel-caption h2 {
        font-size: 1.8rem;
    }
    
    .carousel-caption p {
        font-size: 1rem;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
        margin: 0 5px;
    }
}

.carousel-caption {
    background: rgba(0,0,0,0.45);
    border-radius: 0;
    padding: 14px 18px;
    bottom: 16px;
    left: 0;
    right: 0;
    width: 100%;
}

.carousel-caption h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.carousel-caption p {
    font-size: 1.1rem;
    margin-bottom: 0;
}

/* Custom carousel indicators - sağda konumlandır */
.custom-indicators {
    position: absolute;
    right: 20px;
    bottom: 20px;
    top: auto;
    left: auto;
    margin: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.custom-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    border: 2px solid white !important;
    background: transparent !important;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 4px !important;
    padding: 0 !important;
    text-indent: 0 !important;
    box-sizing: border-box !important;
    flex: none !important;
}

.custom-indicators button.active {
    background: white !important;
}

/* Sağ/sol okları göster */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin: 0 10px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
}

/* Hizmetler Sayfası Stilleri */
.service-category {
    margin-bottom: 60px;
}

/* Hizmetler sayfası başlık arka planı */
.service-category h2 {
    background: #f8f9fa !important;
    padding: 2rem !important;
    border-radius: 15px !important;
    border: 1px solid #e9ecef !important;
    margin-bottom: 2rem !important;
    text-align: center !important;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1) !important;
}

.service-card {
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    border-radius: 15px;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.service-card .card-body {
    padding: 2rem 1.5rem;
}

.service-card i {
    transition: all 0.3s ease;
}

.service-card:hover i {
    transform: scale(1.1);
}

.service-card .card-title {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.service-card .card-text {
    color: #666;
    line-height: 1.6;
}

.cta-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
}

.cta-section .btn-primary {
    background-color: #2e9999;
    border-color: #2e9999;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cta-section .btn-primary:hover {
    background-color: #248080;
    border-color: #248080;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 153, 153, 0.3);
}

/* Ana Sayfa Hizmetler Önizleme Kartları */
.service-preview-card {
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    border-radius: 12px;
    overflow: hidden;
}

.service-preview-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.service-preview-card .card-body {
    padding: 2rem 1.5rem;
}

.service-preview-card i {
    transition: all 0.3s ease;
}

.service-preview-card:hover i {
    transform: scale(1.1);
}

.service-preview-card .card-title {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.service-preview-card .card-text {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.service-preview-card .btn {
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service-preview-card .btn:hover {
    transform: translateY(-2px);
}

/* Hakkımızda Özet Bölümü */
.about-overview {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border: 1px solid #dee2e6;
padding: 2rem;
}

.about-overview .text-center {
background: white;
border-radius: 10px;
transition: all 0.3s ease;
}

.about-overview .text-center:hover {
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.about-overview .text-center a {
color: #ffffff;
text-decoration: none;
transition: color 0.3s ease;
}

.about-overview h4 {
    color: #2e9999;
}

.about-overview .btn-outline-primary {
    border-color: #2e9999;
    color: #2e9999;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.about-overview .btn-outline-primary:hover {
    background-color: #2e9999;
    border-color: #2e9999;
    transform: translateY(-2px);
}

/* Hakkımızda Sayfası Stilleri */
.about-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.about-image-container img {
    transition: transform 0.3s ease;
}

.about-image-container:hover img {
    transform: scale(1.05);
}

.mission-card, .vision-card {
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    border-radius: 15px;
    overflow: hidden;
}

.mission-card:hover, .vision-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.value-card {
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 12px;
    overflow: hidden;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.value-card i {
    transition: all 0.3s ease;
}

.value-card:hover i {
    transform: scale(1.1);
}

.stats-section .bg-light {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.stats-section .bg-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-color: #2e9999;
}

.team-card {
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    border-radius: 15px;
    overflow: hidden;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.team-avatar {
    transition: all 0.3s ease;
}

.team-card:hover .team-avatar {
    transform: scale(1.1);
}

/* Hakkımızda sayfası responsive düzenlemeler */
@media (max-width: 768px) {
    .about-image-container {
        margin-top: 2rem;
    }
    
    .mission-card, .vision-card {
        margin-bottom: 1rem;
    }
    
    .value-card {
        margin-bottom: 1rem;
    }
    
    .stats-section .bg-light {
        margin-bottom: 1rem;
    }
    
    .team-card {
        margin-bottom: 1rem;
    }
}

/* İletişim Sayfası Stilleri */
.contact-info-section {
    background: #f8f9fa !important;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #e9ecef;
}

.contact-form-section {
    background: #f8f9fa !important;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #e9ecef;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.map-container {
    background: #f8f9fa !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    min-height: 300px;
}



.contact-item {
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateX(5px);
}

.contact-icon {
    min-width: 50px;
    text-align: center;
}

.contact-item h5 {
    color: #333;
    margin-bottom: 0.5rem;
}

.contact-item p {
    color: #666;
    line-height: 1.6;
}

.contact-item a {
    color: #2e9999;
    transition: all 0.3s ease;
}

.contact-item a:hover {
    color: #248080;
    text-decoration: underline !important;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    min-height: 300px;
}

/* İletişim sayfası: harita alanı (responsive) */
.contact-map {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}
.contact-map iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}
@media (max-width: 768px) {
    .contact-map { height: 220px; }
}
@media (max-width: 400px) {
    .contact-map { height: 180px; }
}

/* Admin ayarları: harita önizleme yüksekliği */
.settings-map-preview {
    height: 140px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}
.settings-map-preview iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

.contact-form-section {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #e9ecef;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.contact-form .form-control,
.contact-form .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: #2e9999;
    box-shadow: 0 0 0 0.2rem rgba(46, 153, 153, 0.25);
}

.contact-form .form-label {
    color: #333;
    margin-bottom: 0.5rem;
}

.contact-form .btn-primary {
    background-color: #2e9999;
    border-color: #2e9999;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-form .btn-primary:hover {
    background-color: #248080;
    border-color: #248080;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 153, 153, 0.3);
}

.quick-contact-card {
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    border-radius: 15px;
    overflow: hidden;
}

.quick-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.quick-contact-card i {
    transition: all 0.3s ease;
}

.quick-contact-card:hover i {
    transform: scale(1.1);
}

.quick-contact-card .btn {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.quick-contact-card .btn:hover {
    transform: translateY(-2px);
}

.social-links .btn {
    transition: all 0.3s ease;
}

.social-links .btn:hover {
    transform: translateY(-2px);
}

/* İletişim sayfası responsive düzenlemeler */
@media (max-width: 768px) {
    .contact-info-section,
    .contact-form-section {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .contact-item {
        margin-bottom: 1.5rem;
    }
    
    .quick-contact-card {
        margin-bottom: 1rem;
    }
    
    .map-container iframe {
        height: 200px;
    }
}

/* Yapılan İşler Slider Stilleri */
.works-slider-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    margin: 2rem 0;
}

.works-slider-container {
    overflow: hidden;
    position: relative;
    padding: 0 5px;
}

.works-slider {
    display: flex;
    animation: slideWorks 60s linear infinite;
    width: calc(300px * 24); /* 12 resim + 12 kopya */
}

.work-slide {
    flex: 0 0 300px;
    padding: 0 10px;
}

.work-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 250px;
}

.work-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.work-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.work-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: all 0.3s ease;
}

.work-card:hover .work-overlay {
    transform: translateY(0);
}

.work-card:hover .work-image {
    transform: scale(1.1);
}

.work-overlay h5 {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.work-overlay p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.9;
}

@keyframes slideWorks {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    .about-overview { padding: 1.5rem; }
    .carousel-item img { height: 350px; }
    .carousel-caption { bottom: 8px; padding: 10px 12px; }
    .carousel-caption h2 { font-size: 1.2rem; }
    .carousel-caption p { font-size: 0.9rem; }
    
    .hero-section {
        padding: 40px 0;
    }
    
    .card {
        margin-bottom: 20px;
    }
    
    
    
    .service-card .card-body {
        padding: 1.5rem 1rem;
    }
    
    .service-category h2 {
        font-size: 1.8rem;
    }
}

/* Reklamcılık Banner Styles */
.advertising-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin: 0;
    width: 100%;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.advertising-banner .container {
    z-index: 2;
}

.banner-content h2 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.banner-content p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.banner-stats {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 1rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffd700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0.5rem;
}

.stat-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.banner-buttons .btn {
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.banner-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.banner-buttons .btn-warning {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    border: none;
    color: #333;
}

.banner-buttons .btn-warning:hover {
    background: linear-gradient(45deg, #ffed4e, #ffd700);
    color: #333;
}

.banner-buttons .btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: white;
    background: transparent;
}

.banner-buttons .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: white;
}

/* Banner içindeki ikonlar için özel stiller */
.banner-content .fa-chart-line {
    color: #28a745 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.banner-content .fa-users {
    color: #007bff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.banner-content .fa-rocket {
    color: #ffc107 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Banner mobil responsive */
@media (max-width: 768px) {
    .advertising-banner {
        
        border-radius: 15px;
        padding-left: 10px; /* sol biraz azaltıldı */
        padding-right: 18px; /* sağ biraz artırıldı */
    }

    .advertising-banner .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .banner-content h2 {
        font-size: 2rem;
        text-align: center;
    }
    
    .banner-content .lead {
        text-align: center;
        font-size: 1rem;
    }
    
    .banner-stats {
        margin-top: 2rem;
        padding: 1.5rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .banner-buttons {
        text-align: center;
    }
    
    .banner-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
}
