/* ==========================================================================
   VOLTUP DUYURU SAYFASI - ÖZEL STİL DOSYASI (voltup.css)
   ========================================================================== */

/* -----------------------------------------
   1. GENEL VE ESKİ SAYFA AYARLARI
----------------------------------------- */
section{
    margin-top:0px ;!important;

}
.banner-numbers a {
    color: #f1f1f1 !important;
}

.banner .banner-numbers ul li {
    margin-top: 0px !important;
}

table {
    margin-left: auto;
    margin-right: auto;
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 50%;
    margin-top: 30px;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

@media only screen and (max-width: 450px) {
    .owl-carousel .title {
        font-size: 32pt !important;
        line-height: 22pt !important;
    }
    .owl-carousel .text {
        font-size: 11pt !important;
        line-height: 14pt !important;
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 380px) {
    .owl-carousel .title {
        font-size: 24pt !important;
        line-height: 22pt !important;
    }
    .owl-carousel .text {
        font-size: 10pt !important;
        line-height: 14pt !important;
        margin-bottom: 0 !important;
    }
}


/* -----------------------------------------
   2. VOLTUP: MERKEZİ TEK KUTU (Kimlik Değişimi)
----------------------------------------- */
.voltup-single-box {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    padding: 60px 380px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    max-width: 850px;
    /* Alt boşluğu daraltarak alttaki kartla aradaki mesafeyi kısalttık */
    margin: 0 auto 20px auto;
}

.voltup-single-box .logo-img {
    height: 90px;
    width: auto;
    margin-bottom: 30px;
}

.voltup-single-box p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.voltup-single-box p:last-child {
    margin-bottom: 0;
}

.voltup-single-box .highlight-title {
    color: #ec5528;
    font-weight: bold;
    font-size: 24px;
    display: block;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .voltup-single-box {
        padding: 40px 20px;
    }
    .voltup-single-box p {
        font-size: 16px;
    }
    .voltup-single-box .highlight-title {
        font-size: 20px;
    }
}


/* -----------------------------------------
   3. VOLTUP: RESİMLİ BİLGİ KARTI (Sizin İçin Ne Değişiyor?)
----------------------------------------- */
.voltup-info-card {
    background-color: #f8f9fa;
    border-radius: 20px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* Üstten margin'i kıstık, o devasa boşluk kapandı */
    margin: 10px 0 40px 0;
}

.voltup-info-text-side {
    padding-right: 40px;
}

.voltup-info-text-side h2 {
    color: #ec5528;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.voltup-info-text-side p {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.voltup-info-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.voltup-info-list li {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.voltup-info-list li::before {
    content: "•";
    color: #ec5528;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.voltup-highlight-box {
    background: #ffffff;
    border-left: 4px solid #ec5528;
    padding: 20px 25px;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    font-size: 18px;
    font-weight: 500;
    color: #222;
    line-height: 1.6;
}

.voltup-img-side img {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 100%;
    height: auto;
}

@media (max-width: 900px) {
    .voltup-info-card {
        padding: 30px 20px;
    }
    .voltup-info-text-side {
        padding-right: 0;
        margin-bottom: 40px;
    }
}


/* -----------------------------------------
   4. VOLTUP: VİTRİN KARTI (Ayrıcalıklar / Eski Akaryakıt Yeri)
----------------------------------------- */
.voltup-showcase {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #f8f9fa;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin: 30px 0; /* Margin düşürüldü */
    border: 1px solid #eaeaea;
}

.voltup-showcase .tumb {
    flex: 1;
    text-align: center;
}

.voltup-showcase .tumb img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.15));
}

.voltup-showcase .text-area {
    flex: 1.5;
}

.voltup-showcase h2 {
    font-size: 36px;
    color: #ec5528;
    margin-bottom: 25px;
    font-weight: bold;
}

.voltup-showcase .text {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
}

.voltup-showcase .text span {
    display: block;
    margin-bottom: 15px;
}

.voltup-highlight {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin: 30px 0;
    border-left: 5px solid #ec5528;
    padding-left: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.voltup-signature {
    font-size: 28px;
    font-weight: bold;
    color: #ec5528;
    margin-top: 10px;
    display: inline-block;
}

@media (max-width: 900px) {
    .voltup-showcase {
        flex-direction: column;
        padding: 30px 20px;
    }
    .voltup-showcase h2 {
        font-size: 28px;
        text-align: center;
    }
    .voltup-highlight {
        font-size: 20px;
    }
}


/* -----------------------------------------
   5. VOLTUP: İKONLU BİLGİ KUTULARI (4'lü Grid)
----------------------------------------- */
.voltup-feature-box .icon {
    font-size: 70px;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ec5528;
}

.voltup-feature-box .text {
    font-size: 20px;
    color: #444;
    line-height: 1.6;
    font-weight: 500;
}


/* -----------------------------------------
   6. VOLTUP: NEDEN VOLTUP BÖLÜMÜ
----------------------------------------- */
.voltup-why-container {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 24px;
    padding: 60px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    margin: 40px 0;
    border: 1px solid #eaeaea;
}

.voltup-why-title {
    font-size: 42px;
    color: #ec5528;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.voltup-why-text {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 20px;
}

.voltup-why-highlight {
    background: #ffffff;
    border-left: 5px solid #ec5528;
    padding: 25px 30px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: bold;
    color: #222;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    margin-top: 30px;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .voltup-why-container {
        padding: 40px 25px;
    }
    .voltup-why-title {
        font-size: 32px;
        text-align: center;
        margin-bottom: 30px;
    }
    .voltup-why-text {
        text-align: center;
    }
    .voltup-why-highlight {
        font-size: 18px;
        text-align: center;
        border-left: none;
        border-top: 5px solid #ec5528;
        padding: 20px;
    }
}


/* -----------------------------------------
   7. VOLTUP: KAYAN YAZI (MARQUEE)
----------------------------------------- */
.voltup-marquee-wrapper {
    width: 100%;
    overflow: hidden;
    background: #fff5f3;
    border: 1px solid #ffebe8;
    border-radius: 12px;
    padding: 15px 0;
    margin-top: 10px;
    display: flex;
    white-space: nowrap;
    position: relative;
    box-shadow: inset 0 2px 10px rgba(232, 75, 36, 0.03);
}

.voltup-marquee-content {
    display: inline-flex;
    align-items: center;
    animation: voltupSlide 15s linear infinite;
}

.voltup-marquee-content span {
    font-size: 20px;
    font-weight: 800;
    color: #ec5528;
    margin: 0 20px;
    letter-spacing: 1px;
}

.voltup-marquee-content img {
    height: 28px;
    width: auto;
    margin: 0 20px;
}

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


/* -----------------------------------------
   8. VOLTUP: HAREKETLİ FOOTER (FANCY BÖLÜM)
----------------------------------------- */
.voltup-fancy-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(-45deg, #ec5528, #ff4b2b, #222222, #ec5528);
    background-size: 400% 400%;
    animation: voltupGradientBG 12s ease infinite;
    padding: 100px 0;
    color: #ffffff;
    text-align: center;
    margin: 40px 0;
}

@keyframes voltupGradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.voltup-bg-marquee {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 150px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.04);
    pointer-events: none;
    animation: scrollGiantText 30s linear infinite;
    z-index: 1;
}

@keyframes scrollGiantText {
    0% { transform: translate(0, -50%); }
    100% { transform: translate(-50%, -50%); }
}

.voltup-fancy-content {
    position: relative;
    z-index: 2;
}

.voltup-fancy-logo {
    height: 100px;
    width: auto;
    margin-bottom: 25px;
    filter: drop-shadow(0px 4px 10px rgba(0,0,0,0.3));
}

@media (max-width: 768px) {
    .voltup-fancy-logo {
        height: 60px;
    }
}

.voltup-fancy-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.voltup-fancy-subtitle {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 1.6;
}

.voltup-glow-btn {
    display: inline-block;
    background: #ffffff;
    color: #ec5528;
    font-size: 22px;
    font-weight: bold;
    padding: 18px 45px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    animation: pulseBtn 2s infinite;
    margin-bottom: 60px;
}

.voltup-glow-btn:hover {
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.8);
    color: #ff4b2b;
}

@keyframes pulseBtn {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
    70% { box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.voltup-contact-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.voltup-glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 25px 30px;
    min-width: 250px;
    transition: transform 0.3s ease, background 0.3s ease;
    cursor: default;
}

.voltup-glass-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.2);
}

.voltup-glass-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.voltup-glass-text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
