/**
 * Mars Theme — proje.md yapısı + Mars paleti (uzay, pas, turuncu, pas kırmızısı)
 * Ana stil dosyalarının ardından yüklenir; .mars-theme ile kapsanır.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

:root {
    --mars-void: #0a0b12;
    --mars-surface: #12141c;
    --mars-card-dark: #1a141c;
    --mars-ant: #1f2328;
    --mars-dust: #e8d5c4;
    --mars-rust: #ff5f6d;
    --mars-orange: #ff8a34;
    --mars-ember: #ff6b35;
    --mars-accent: #c94b6a;
    --mars-blue: #3b82f6;
    --mars-purple: #8b5cf6;
    --mars-light: #f4f6fb;
    --mars-text: #0f172a;
    --mars-muted: #64748b;
    --mars-stat-overlap: 52px;
    --mars-gradient: linear-gradient(
        90deg,
        #3b82f6 0%,
        #6366f1 35%,
        #8b5cf6 55%,
        #ec4899 78%,
        #ff5f6d 100%
    );
    --mars-glow: 0 0 28px rgba(59, 130, 246, 0.35);
}

.mars-theme {
    font-family: "Inter", "Poppins", sans-serif;
    background: var(--mars-light);
    color: var(--mars-text);
}

.mars-theme #page.site {
    background: var(--mars-light);
}

/* Üst bar: Mars’ta tek satır header — üst şeritler gizli */
.mars-theme .topbar,
.mars-theme .header > .mobile {
    display: none !important;
}

/* Header — referans: koyu şerit, mavi vurgu */
.mars-theme .middle-header {
    background: var(--mars-void) !important;
    border-bottom: 1px solid rgba(59, 130, 246, 0.18);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.mars-theme .header.sticky .middle-header {
    background: var(--mars-void) !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4) !important;
}

.mars-theme .middle-inner {
    padding: 12px 0 !important;
}

.mars-theme .middle-inner > .row {
    align-items: center;
}

@media (min-width: 992px) {
    .mars-theme .middle-inner .col-md-7.col-lg-8 {
        display: flex;
        justify-content: center;
    }

    .mars-theme .middle-inner .menu-area {
        flex: 1 1 auto;
        display: flex;
        justify-content: center;
    }

    .mars-theme .middle-inner .navbar-nav.main-menu {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* Sağdaki CTA varken menüdeki tekrarlayan İletişim butonunu gizle */
    .mars-theme .navbar-nav > .nav-item:has(> a > .btn-warning) {
        display: none !important;
    }
}

.mars-theme .header .img-logo img {
    max-height: 48px;
    width: auto;
}

.mars-theme .header .nav li a {
    color: rgba(248, 250, 252, 0.92) !important;
    font-weight: 500;
    font-size: 14px;
    padding: 18px 12px !important;
}

.mars-theme .header .nav li a::before {
    background: var(--mars-gradient) !important;
    height: 3px !important;
}

.mars-theme .header .nav li.active a,
.mars-theme .header .nav li:hover a {
    color: var(--mars-blue) !important;
}

.mars-theme .header .nav li .sub-menu {
    background: var(--mars-surface) !important;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.mars-theme .header .nav li .sub-menu li a {
    color: rgba(248, 250, 252, 0.9) !important;
}

.mars-theme .header .nav li .sub-menu li:hover a {
    background: linear-gradient(90deg, var(--mars-blue), var(--mars-purple)) !important;
    color: #fff !important;
}

/* Header CTA */
.mars-header-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    text-align: right;
}

.mars-header-phone {
    font-size: 13px;
    font-weight: 600;
    color: rgba(248, 250, 252, 0.95);
    white-space: nowrap;
}

.mars-header-phone i {
    color: var(--mars-blue);
    margin-right: 6px;
}

.btn-mars-gradient {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    color: #fff !important;
    background: var(--mars-gradient);
    border: none;
    text-decoration: none;
    box-shadow: var(--mars-glow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-mars-gradient:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(196, 92, 62, 0.35);
}

/* Hero — slider ile istatistik bandı bindirmesi (proje.md: yüksekliğin yarısı) */
.mars-theme .hero-slider.style1.mars-hero {
    position: relative;
    z-index: 2;
    overflow: visible;
}

/* Hero — styles.css’deki 680px / siyah başlık / ::before çizgisini iptal */
.mars-theme .hero-slider.style1 {
    margin: 0;
    padding: 0;
}

.mars-theme .hero-slider,
.mars-theme .hero-slider .single-slider {
    height: auto !important;
    min-height: 0 !important;
}

.mars-theme .home-slider {
    background: radial-gradient(ellipse 120% 80% at 70% 20%, rgba(59, 130, 246, 0.12), transparent),
        radial-gradient(ellipse 80% 50% at 20% 80%, rgba(255, 95, 109, 0.08), transparent),
        linear-gradient(165deg, #0a0b12 0%, #12141c 45%, #0a0b12 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: var(--mars-stat-overlap);
}

.mars-theme .mars-hero-slide {
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 56px 0 72px;
    background: none !important;
    background-image: none !important;
}

.mars-theme .mars-hero-slide .welcome-text {
    margin-top: 0 !important;
}

.mars-theme .hero-slider .hero-text h1::before,
.mars-theme .hero-slider .hero-text h4:not(.mars-hero-badge)::before {
    display: none !important;
    content: none !important;
}

.mars-theme .hero-slider .hero-text h4.mars-hero-badge,
.mars-theme .hero-slider .hero-text h4.mars-hero-badge {
    position: relative !important;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    border-radius: 999px !important;
    padding: 8px 18px 8px 14px !important;
    margin-bottom: 16px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: rgba(226, 232, 240, 0.95) !important;
    border: 1px solid rgba(59, 130, 246, 0.25) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    text-transform: none;
}

.mars-theme .hero-slider .hero-text h4.mars-hero-badge::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mars-blue);
    box-shadow: 0 0 12px rgba(59, 130, 246, 0.8);
    flex-shrink: 0;
}

.mars-theme .hero-slider .hero-text h4:not(.mars-hero-badge) {
    background: rgba(255, 255, 255, 0.08) !important;
    color: var(--mars-dust) !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 12px !important;
    letter-spacing: 0.02em;
}

.mars-theme .hero-slider .hero-text h1 {
    color: #fff !important;
    font-size: clamp(32px, 4vw, 52px) !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
}

.mars-theme .hero-text h1 .gradient-text,
.mars-theme .gradient-text {
    background: var(--mars-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.mars-theme .hero-slider .hero-text p,
.mars-theme .hero-slider .p-text p {
    color: rgba(232, 213, 196, 0.88) !important;
    font-size: 16px;
    line-height: 1.65;
}

.mars-theme .hero-slider .hero-text .button {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.mars-theme .hero-slider .hero-text .button .bizwheel-btn.theme-1 {
    background: var(--mars-gradient) !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 14px 26px !important;
    color: #fff !important;
}

.mars-theme .hero-slider .hero-text .button .bizwheel-btn.theme-2 {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 14px 26px !important;
}

.mars-theme .hero-slider .hero-text .button .bizwheel-btn:hover {
    opacity: 0.95;
    transform: translateY(-2px);
}

.mars-hero-media {
    position: relative;
    border-radius: 20px;
    padding: 14px;
    background: linear-gradient(145deg, rgba(59, 130, 246, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(59, 130, 246, 0.22);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.mars-hero-media-inner {
    border-radius: 16px;
    overflow: hidden;
    background: rgba(10, 11, 18, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    line-height: 0;
}

.mars-hero-media img {
    width: 100%;
    height: auto;
    border-radius: 0;
    display: block;
    object-fit: cover;
}

.mars-hero-media--fallback .mars-hero-media-inner {
    min-height: 260px;
}

.mars-hero-media.float {
    animation: marsFloat 4s ease-in-out infinite;
}

.mars-hero-media--placeholder {
    min-height: 280px;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: radial-gradient(circle at 35% 35%, rgba(255, 140, 90, 0.45), transparent 55%),
        radial-gradient(circle at 70% 60%, rgba(196, 92, 62, 0.5), transparent 50%),
        radial-gradient(circle at 50% 100%, rgba(10, 7, 13, 0.9), #1a141c);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.mars-hero-media--placeholder::after {
    content: "";
    position: absolute;
    inset: 18%;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #e87b3a, #8b2c1a 45%, #3d1410 100%);
    box-shadow: inset -12px -12px 40px rgba(0, 0, 0, 0.45), 0 0 40px rgba(232, 123, 58, 0.25);
}

.mars-hero-trust {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
}

.mars-hero-trust li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(232, 213, 196, 0.92);
}

.mars-hero-trust i {
    color: var(--mars-blue);
    font-size: 14px;
}

.mars-theme .hero-slider .owl-carousel .owl-nav div {
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    margin-top: -22px !important;
    font-size: 20px !important;
}

.mars-theme .hero-slider .owl-carousel .owl-nav div:hover {
    background: rgba(232, 123, 58, 0.45) !important;
}

.mars-theme .hero-slider .owl-carousel .owl-nav .owl-prev {
    left: 12px !important;
}

.mars-theme .hero-slider:hover .owl-carousel .owl-nav .owl-prev {
    left: 12px !important;
}

.mars-theme .hero-slider .owl-carousel .owl-nav .owl-next {
    right: 12px !important;
}

.mars-theme .hero-slider:hover .owl-carousel .owl-nav .owl-next {
    right: 12px !important;
}

@keyframes marsFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Stats band (banner / sayaç) */
.mars-theme .yesilalan.mars-stat-band {
    border-radius: 14px !important;
    height: auto !important;
    min-height: auto;
    padding: 22px 12px !important;
    background: linear-gradient(90deg, #1a141c, #2a1f28) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Slider üzerine bindirme (proje.md) */
.mars-theme .yesilalan.mars-stat-band.mars-stat-overlap,
.mars-theme .counterup.mars-stat-band.mars-stat-overlap {
    margin-top: calc(-1 * var(--mars-stat-overlap)) !important;
    margin-bottom: 24px !important;
    position: relative;
    z-index: 6;
    border-radius: 16px !important;
    padding: 20px 16px !important;
    background: linear-gradient(100deg, rgba(18, 20, 28, 0.96), rgba(26, 32, 44, 0.98)) !important;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(59, 130, 246, 0.15) !important;
    backdrop-filter: blur(8px);
}

.mars-theme .mars-stat-item .yacard {
    border-right-color: rgba(255, 255, 255, 0.12) !important;
}

.mars-theme .yesilalan h1 {
    font-size: 22px !important;
    font-weight: 800 !important;
}

.mars-theme .yesilalan h2 {
    font-size: 13px !important;
    opacity: 0.85;
}

.mars-theme .yesilalan i {
    color: var(--mars-blue) !important;
}

.mars-theme .counterup.mars-stats:not(.mars-stat-overlap) {
    border-radius: 14px;
    margin: 24px auto;
    max-width: 1140px;
    background: linear-gradient(90deg, #1a141c, #251a22) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mars-theme .counterup.mars-stats.mars-stat-overlap {
    max-width: 1140px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.mars-theme .counterup .single-counter h3,
.mars-theme .counterup .single-counter p {
    color: #fff !important;
}

.mars-theme .counterup .single-counter .icon i {
    color: var(--mars-blue) !important;
}

/* Modül bölümleri */
.mars-module {
    position: relative;
}

.mars-services {
    padding: 72px 0 56px;
    background: #fff;
}

.mars-pricing-section {
    padding: 72px 0;
    background: var(--mars-light);
}

.mars-theme .mars-pricing-section .section-title h1 b,
.mars-theme .mars-services .section-title h1 b {
    color: var(--mars-text);
}

.mars-theme .mars-services .single-service {
    border-radius: 14px;
    border: 1px solid #ece8f0;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(26, 21, 32, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mars-theme .mars-services .single-service:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(196, 92, 62, 0.12);
}

.mars-theme .mars-services .single-service .btn {
    color: var(--mars-blue) !important;
    font-weight: 600;
}

/* Bölüm başlığı — küçük mavi etiket (proje.md) */
.mars-theme .mars-services .mars-section-head .mars-kicker {
    display: inline-block !important;
    background: transparent !important;
    color: var(--mars-blue) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0 0 8px !important;
    margin-bottom: 6px;
    border-radius: 0 !important;
    border-bottom: 2px solid rgba(59, 130, 246, 0.4);
}

.mars-theme .mars-services .mars-section-head h1 b {
    display: block;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 800;
    margin-top: 4px;
}

/* Hizmetler — 5 kart yan yana (proje.md) */
.mars-theme .mars-services-five .mars-services-row-five > [class*="col-"] {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .mars-theme .mars-services-five .mars-svc-col-fifth {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.mars-theme .mars-services-five .service-head {
    position: relative;
}

.mars-theme .mars-services-five .mars-svc-float-icon {
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: -16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mars-blue), var(--mars-purple));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    box-shadow: 0 10px 24px rgba(59, 130, 246, 0.4);
    border: 2px solid #fff;
    pointer-events: none;
}

/* Paket — devamını gör (proje.md) */
.mars-theme .mars-pricing-more-wrap {
    margin-top: 12px;
    margin-bottom: 8px;
}

.mars-theme .mars-pricing-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 15px;
    color: var(--mars-blue) !important;
    text-decoration: none !important;
    padding: 12px 24px;
    border-radius: 999px;
    border: 2px solid rgba(59, 130, 246, 0.35);
    background: rgba(59, 130, 246, 0.08);
    transition: background 0.2s ease, transform 0.2s ease;
}

.mars-theme .mars-pricing-more-btn:hover {
    background: rgba(59, 130, 246, 0.15);
    transform: translateY(-1px);
}

.mars-theme .mars-pricing-more-btn:not(.collapsed) .mars-pricing-more-ico {
    transform: rotate(180deg);
}

.mars-theme .mars-pricing-more-ico {
    transition: transform 0.25s ease;
    display: inline-block;
}

.mars-theme .mars-pricing-row-rest {
    padding-top: 8px;
}

/* Paket kartları — koyu Mars */
.mars-theme .mars-pricing-section .single-pricing,
.mars-theme .modern-pricing-card {
    background: var(--mars-card-dark) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #e8e0e5;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.mars-theme .mars-pricing-section .single-pricing .small-title,
.mars-theme .modern-pricing-card .small-title {
    color: #fff !important;
}

.mars-theme .mars-pricing-section .single-pricing .small-title span,
.mars-theme .modern-pricing-card .small-title span {
    color: var(--mars-muted) !important;
}

.mars-theme .mars-pricing-section .single-pricing .price span,
.mars-theme .modern-pricing-card .price span {
    color: var(--mars-blue) !important;
}

.mars-theme .mars-pricing-section .price-list li,
.mars-theme .modern-pricing-card .price-list li {
    color: rgba(232, 224, 229, 0.88) !important;
}

.mars-theme .mars-pricing-section .price-list li::before,
.mars-theme .modern-pricing-card .price-list li::before {
    color: #5ecf8a !important;
}

.mars-theme .modern-pricing-card .pricing-icon {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: var(--mars-blue) !important;
}

.mars-theme .package-highlight {
    border: 2px solid transparent !important;
    background: linear-gradient(var(--mars-card-dark), var(--mars-card-dark)) padding-box,
        var(--mars-gradient) border-box !important;
    box-shadow: var(--mars-glow) !important;
    transform: translateY(-4px);
}

.mars-theme .package-highlight .button .bizwheel-btn,
.mars-theme .package-highlight .bizwheel-btn.theme-1 {
    background: var(--mars-gradient) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
}

.mars-theme .mars-pricing-section .single-pricing .button .bizwheel-btn {
    border-radius: 999px !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #fff !important;
}

.mars-theme .mars-pricing-section .single-pricing .button .bizwheel-btn:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

/* Testimonials — 3 sütun kayar (proje.md) */
.mars-testimonials.mars-testimonials-3up {
    padding: 72px 0 !important;
    background: #eef2f7 !important;
    background-image: none !important;
}

.mars-theme .mars-testimonial-head h1 {
    color: var(--mars-text) !important;
}

.mars-theme .mars-testimonial-inner-wide {
    max-width: 100%;
}

.mars-theme .mars-testimonials .testimonial-inner .single-slider.mars-testimonial-card {
    background: #fff !important;
    border: 1px solid rgba(59, 130, 246, 0.12);
    border-radius: 16px;
    padding: 24px 22px 20px !important;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
    height: 100%;
}

.mars-theme .mars-quote-top {
    color: var(--mars-blue);
    font-size: 26px;
    line-height: 1;
    margin-bottom: 12px;
    opacity: 0.95;
}

.mars-theme .mars-testimonials .testimonial-inner .single-slider.mars-testimonial-card p {
    min-height: 4.5em;
}

.mars-theme .testimonial-slider.mars-testimonial-slider .owl-nav {
    margin-top: 20px;
    text-align: center;
}

.mars-theme .testimonial-slider.mars-testimonial-slider .owl-nav div {
    display: inline-block;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    border-radius: 50% !important;
    background: var(--mars-blue) !important;
    color: #fff !important;
    margin: 0 6px !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    opacity: 1 !important;
}

.mars-theme .testimonial-slider.mars-testimonial-slider .owl-nav div:hover {
    background: var(--mars-purple) !important;
}

.mars-theme .testimonial-slider.mars-testimonial-slider .owl-dots .owl-dot span {
    background: rgba(59, 130, 246, 0.25) !important;
}

.mars-theme .testimonial-slider.mars-testimonial-slider .owl-dots .owl-dot.active span,
.mars-theme .testimonial-slider.mars-testimonial-slider .owl-dots .owl-dot:hover span {
    background: var(--mars-blue) !important;
}

/* Projeler / referans / blog */
.mars-portfolio,
.mars-team,
.mars-blog,
.mars-gallery,
.mars-regions,
.mars-products {
    padding: 56px 0;
    background: #fff;
}

.mars-features {
    padding: 56px 0;
    background: linear-gradient(180deg, #fff, var(--mars-light));
}

.mars-clients {
    padding: 36px 0;
    background: #fff;
    border-top: 1px solid #ece8f0;
}

.mars-theme .clients .single-client {
    border-radius: 8px;
}

/* CTA bandı */
.mars-cta-bar {
    margin: 32px auto 0;
    max-width: 1140px;
    border-radius: 16px !important;
    padding: 36px 40px !important;
    background: linear-gradient(110deg, #151018 0%, #2a1a24 50%, #1a141c 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mars-cta-bar .call-inner h2 {
    color: #fff !important;
    font-size: 28px !important;
}

.mars-cta-bar .call-inner p {
    color: rgba(232, 213, 196, 0.85) !important;
}

.mars-cta-bar .bizwheel-btn {
    border-radius: 999px !important;
    padding: 14px 28px !important;
    font-weight: 700 !important;
    background: var(--mars-gradient) !important;
    border: none !important;
    color: #fff !important;
}

/* Footer */
.mars-theme .footer {
    background-color: var(--mars-void) !important;
    background-image: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mars-theme .footer .footer-top {
    padding: 56px 0 72px;
}

.mars-theme .footer .single-widget h3 {
    color: #fff !important;
}

.mars-theme .footer .single-widget h3::before {
    background: var(--mars-gradient);
}

.mars-theme .footer p,
.mars-theme .footer .f-link ul li a,
.mars-theme .footer .address-widget-list li {
    color: rgba(232, 224, 229, 0.75) !important;
}

.mars-theme .footer .copyright-content p {
    color: rgba(255, 255, 255, 0.55) !important;
}

/* Floating buttons — Mars uyumu */
.mars-theme .wpon.floating-contact {
    background: linear-gradient(135deg, #25d366, #128c7e) !important;
}

.mars-theme .wpalt.floating-contact {
    background: linear-gradient(135deg, var(--mars-rust), var(--mars-orange)) !important;
}

/* Fade-up scroll */
.mars-fade-up {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.mars-fade-up.mars-in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 991px) {
    .mars-header-cta {
        display: none !important;
    }

    .mars-theme .hero-slider,
    .mars-theme .hero-slider .single-slider {
        height: auto !important;
    }

    .mars-theme .hero-slider .welcome-text {
        margin-top: 0 !important;
    }

    .mars-theme .mars-hero-slide {
        min-height: auto;
        padding: 40px 0 48px;
    }

    .mars-theme .hero-slider .hero-text h1 {
        font-size: 32px !important;
    }

    .mars-hero-media {
        margin-top: 28px;
    }

    .mars-theme .yesilalan.mars-stat-band {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .mars-theme .hero-slider .hero-text .button {
        flex-direction: column;
    }

    .mars-cta-bar {
        padding: 24px !important;
        text-align: center;
    }

    .mars-cta-bar .button {
        float: none !important;
        margin-top: 16px;
    }
}
