@media(min-width:700px) {
    .side-menu__item { color: #fff !important; }
}

/* Mobil menü ayarları - sadece mobil için */
@media(max-width: 699px) {
    /* Alt menü açıklamaları */
    .tx-default {
        color: rgba(255, 255, 255, 0.8) !important;
    }

    /* Mobil menüdeki butonlar için özel stiller */
    .login-btn {
        color: #fff !important;
    }

    .login-btn:hover {
        background: rgba(255, 255, 255, 0.1) !important;
        color: #ffc207 !important;
        border-color: #ffc207 !important;
    }

    .btn-secondary {
        background: #ffc207 !important;
        border-color: #ffc207 !important;
        color: #fff !important;
    }

    .btn-secondary:hover {
        background: #ffdb4d !important;
        border-color: #ffdb4d !important;
        color: #fff !important;
    }

    .btn-secondary i {
        color: #fff !important;
    }

    /* Menü içeriği görünürlük */
    .main-sidebar {
        padding: 20px 0 50px 0 !important;
        overflow: visible !important;
        min-height: 100vh !important;
    }

    /* Butonların tam görünmesi için */
    .d-lg-none.d-grid {
        margin: 15px 10px 30px 10px !important;
        padding: 0 !important;
    }

    /* Butonların kendisi */
    .d-lg-none.d-grid .btn {
        width: 100% !important;
        padding: 10px 8px !important;
        margin-bottom: 8px !important;
        font-size: 15px !important;
        white-space: nowrap !important;
    }

    /* Nav container overflow düzeltme */
    .main-menu-container {
        overflow: visible !important;
        padding-bottom: 150px !important;
        min-height: calc(100vh - 100px) !important;
    }
    
    /* Menü z-index düzeltmesi - Sanal Sunucu menüsü Hosting'in üstüne gelsin */
    .main-menu > .slide {
        position: relative;
        z-index: 10;
    }
    
    .main-menu > .slide:hover {
        z-index: 999 !important;
    }
    
    .main-menu > .slide .slide-menu {
        z-index: 999 !important;
    }
}

/* Hosting Mega Menu Genişlik Ayarı */
.mega-slide-menu-twofr {
    min-width: 750px !important;
}

.mega-slide-menu-twofr .mega-menu > div {
    padding: 15px 20px !important;
}

/* Hosting menü kolonları için gap */
.mega-slide-menu-twofr .mega-menu {
    gap: 30px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}

/* Bayi Hosting özel kart tasarımı */
.reseller-hosting-special {
    background: linear-gradient(135deg, rgba(255, 194, 7, 0.1), rgba(255, 194, 7, 0.03)) !important;
    border: 2px solid rgba(255, 194, 7, 0.3) !important;
    border-radius: 12px !important;
    padding: 8px !important;
    transition: all 0.3s ease !important;
}

.reseller-hosting-special:hover {
    background: linear-gradient(135deg, rgba(255, 194, 7, 0.15), rgba(255, 194, 7, 0.05)) !important;
    border-color: rgba(255, 194, 7, 0.5) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 20px rgba(255, 194, 7, 0.3) !important;
}

/* Pricing List Icons - Modern Style */
.pricing-list li i.bi-cpu-fill {
    color: #FDB913 !important;
    font-size: 16px !important;
    display: inline-block !important;
    margin-right: 8px !important;
}

.pricing-list li i.bi-memory {
    color: #5B4A9E !important;
    font-size: 16px !important;
    display: inline-block !important;
    margin-right: 8px !important;
}

.pricing-list li i.bi-hdd-fill {
    color: #F59E0B !important;
    font-size: 16px !important;
    display: inline-block !important;
    margin-right: 8px !important;
}

.pricing-list li i.bi-cloud-arrow-up-fill {
    color: #7563BC !important;
    font-size: 16px !important;
    display: inline-block !important;
    margin-right: 8px !important;
}

.pricing-list li i.bi-speedometer {
    color: #FDB913 !important;
    font-size: 16px !important;
    display: inline-block !important;
    margin-right: 8px !important;
}

.pricing-list li i.bi-gear-wide-connected {
    color: #5B4A9E !important;
    font-size: 16px !important;
    display: inline-block !important;
    margin-right: 8px !important;
}

.pricing-list li i.bi-shield-fill-check {
    color: #28a745 !important;
    font-size: 16px !important;
    display: inline-block !important;
    margin-right: 8px !important;
}

.pricing-list li i {
    margin-right: 8px !important;
    display: inline-block !important;
}

/* Mobil cihazlarda ikonların kesinlikle gösterilmesi */
@media (max-width: 991px) {
    .pricing-list li i {
        display: inline-block !important;
        font-size: 16px !important;
        margin-right: 8px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .pricing-list li i.bi-cpu-fill,
    .pricing-list li i.bi-memory,
    .pricing-list li i.bi-hdd-fill,
    .pricing-list li i.bi-cloud-arrow-up-fill,
    .pricing-list li i.bi-speedometer,
    .pricing-list li i.bi-gear-wide-connected,
    .pricing-list li i.bi-shield-fill-check {
        display: inline-block !important;
        font-size: 16px !important;
        margin-right: 8px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media (max-width: 767px) {
    .pricing-list li i {
        font-size: 18px !important;
    }

    .pricing-list li span {
        font-size: 15px !important;
    }
}

@media (max-width: 575px) {
    .pricing-list li i {
        font-size: 18px !important;
    }

    .pricing-list li span {
        font-size: 15px !important;
    }
}

/* ========== INDEX PAGE DOMAIN CARDS (Premium Style from alan-adi-kayit-et) ========== */
.domain-package-grid-index {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .domain-package-grid-index { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .domain-package-grid-index { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .domain-package-grid-index { grid-template-columns: 1fr; max-width: 300px; }
}

.domain-card-index {
    background: linear-gradient(145deg, #f8fafc, #fff);
    border-radius: 18px;
    padding: 20px 16px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 4px 16px rgba(20, 12, 58, 0.04);
}

.domain-card-index:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(20, 12, 58, 0.1);
}

.domain-card-index.featured-index {
    background: linear-gradient(145deg, #140c3a, #1a1050);
    border: 2px solid rgba(249, 189, 6, 0.3);
}

.domain-card-index.featured-index .domain-ext-index,
.domain-card-index.featured-index .domain-price-index {
    color: #fff;
}

.domain-card-index.featured-index .domain-label-index {
    color: rgba(255,255,255,0.7);
}

.domain-featured-badge-index {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    background: #f9bd06;
    color: #140c3a;
    padding: 4px 12px;
    border-radius: 14px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.domain-icon-index {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, rgba(249, 189, 6, 0.15), rgba(249, 189, 6, 0.05));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.domain-icon-index i {
    font-size: 1.1rem;
    color: #f9bd06;
}

.domain-ext-index {
    font-size: 1.4rem;
    font-weight: 800;
    color: #140c3a;
    margin-bottom: 4px;
}

.domain-ext-index .dot-index {
    color: #f9bd06;
}

.domain-label-index {
    font-size: 10px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.domain-price-index {
    font-size: 1.3rem;
    font-weight: 800;
    color: #140c3a;
    margin-bottom: 12px;
}

.domain-price-index .currency-index {
    font-size: 0.8rem;
    color: #f9bd06;
}

.domain-btn-index {
    display: block;
    width: 100%;
    padding: 8px;
    background: #140c3a;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.domain-btn-index:hover {
    background: #f9bd06;
    color: #140c3a;
}

.domain-card-index.featured-index .domain-btn-index {
    background: #f9bd06;
    color: #140c3a;
}

.domain-card-index.featured-index .domain-btn-index:hover {
    background: #fff;
}

/* ========== NEDEN MEOHOST - CLEAN MINIMAL DESIGN ========== */
.why-meohost-section {
    padding: 80px 0;
    background: #fff;
}

.why-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.why-badge {
    display: inline-block;
    color: #f9bd06;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.why-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #140c3a;
    margin-bottom: 14px;
    line-height: 1.3;
}

.why-title .highlight-gold {
    color: #f9bd06;
}

.why-subtitle {
    font-size: 1rem;
    color: #64748b;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Cards Grid */
.why-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 1200px) {
    .why-cards-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .why-cards-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
    .why-title { font-size: 1.8rem; }
}

/* Clean Card */
.why-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 24px;
    position: relative;
    transition: all 0.3s ease;
}

.why-card:hover {
    border-color: #f9bd06;
    box-shadow: 0 8px 30px rgba(20, 12, 58, 0.08);
    transform: translateY(-4px);
}

/* Card Number */
.why-card-number {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 2.5rem;
    font-weight: 800;
    color: #f4f4f5;
    line-height: 1;
}

.why-card:hover .why-card-number {
    color: rgba(249, 189, 6, 0.15);
}

/* Icon */
.why-icon-wrap {
    width: 56px;
    height: 56px;
    background: #140c3a;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.why-icon-wrap i {
    font-size: 1.4rem;
    color: #f9bd06;
}

/* Content */
.why-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #140c3a;
    margin-bottom: 10px;
}

.why-card-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px;
}

/* Tags */
.why-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.why-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f8f9fa;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 11px;
    color: #140c3a;
    font-weight: 500;
}

.why-tag i {
    font-size: 9px;
    color: #f9bd06;
}

/* Featured Card */
.why-card.featured-card {
    border-color: #f9bd06;
    border-width: 2px;
}

.featured-label {
    position: absolute;
    top: -10px;
    right: 20px;
    background: #f9bd06;
    color: #140c3a;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Stats Row */
.why-stats-row {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #e5e7eb;
}

@media (max-width: 768px) {
    .why-stats-row { flex-wrap: wrap; gap: 30px; }
}

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

.why-stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #140c3a;
    line-height: 1;
    margin-bottom: 6px;
}

.why-stat-label {
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Pricing Included Info - Modern Design */
.pricing-included-info {
    margin: 35px auto 45px;
    max-width: 1000px;
}

.info-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #140c3a;
    padding: 35px 45px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(20, 12, 58, 0.3);
    position: relative;
    overflow: hidden;
}

.info-container::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(253, 185, 19, 0.08) 0%, transparent 70%);
    animation: pulse-info 4s ease-in-out infinite;
}

@keyframes pulse-info {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.info-item-modern {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    position: relative;
    z-index: 1;
}

.info-icon {
    width: 65px;
    height: 65px;
    background: rgba(253, 185, 19, 0.12);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    flex-shrink: 0;
    border: 1px solid rgba(253, 185, 19, 0.2);
}

.info-icon i {
    font-size: 32px;
    color: #FDB913;
}

.info-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.info-text h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.info-text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.4;
}

.info-divider {
    width: 2px;
    height: 60px;
    background: rgba(253, 185, 19, 0.25);
    margin: 0 35px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .info-container {
        flex-direction: column;
        gap: 15px;
        padding: 20px 15px;
    }

    .info-divider {
        width: 60%;
        height: 1px;
        margin: 0;
    }

    .info-item-modern {
        width: 100%;
        gap: 12px;
    }

    .info-icon {
        width: 45px;
        height: 45px;
        border-radius: 10px;
    }

    .info-icon i {
        font-size: 20px;
    }

    .info-text h5 {
        font-size: 14px;
    }

    .info-text p {
        font-size: 11px;
    }
}

/* Küçük mobil - 480px */
@media (max-width: 480px) {
    .info-container {
        gap: 12px;
        padding: 15px 12px;
        border-radius: 12px;
    }

    .info-divider {
        width: 50%;
        height: 1px;
    }

    .info-item-modern {
        gap: 10px;
    }

    .info-icon {
        width: 38px;
        height: 38px;
        border-radius: 8px;
    }

    .info-icon i {
        font-size: 16px;
    }

    .info-text {
        gap: 3px;
    }

    .info-text h5 {
        font-size: 12px;
        font-weight: 600;
    }

    .info-text p {
        font-size: 10px;
        line-height: 1.3;
    }
}

/* ========== TECHNOLOGY PARTNERS SHOWCASE ========== */
.tech-partners-section {
    padding: 50px 0 30px;
    position: relative;
    overflow: hidden;
}

.tech-partners-header {
    text-align: center;
    margin-bottom: 40px;
}

.tech-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(249, 189, 6, 0.15), rgba(249, 189, 6, 0.05));
    color: #f9bd06;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
    border: 1px solid rgba(249, 189, 6, 0.2);
}

.tech-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #140c3a;
    margin: 0;
    line-height: 1.4;
}

.tech-title .highlight {
    background: linear-gradient(135deg, #f9bd06, #ffc207);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Infinite Scroll Wrapper */
.tech-partners-wrapper {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.tech-partners-track {
    display: flex;
    gap: 24px;
    animation: scrollPartners 35s linear infinite;
    width: max-content;
}

.tech-partners-track:hover {
    animation-play-state: paused;
}

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

/* Partner Card */
.tech-partner-card {
    flex-shrink: 0;
    width: 180px;
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border: 1px solid rgba(20, 12, 58, 0.08);
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.tech-partner-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #f9bd06, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tech-partner-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(249, 189, 6, 0.3);
    box-shadow: 0 20px 40px rgba(20, 12, 58, 0.12);
}

.tech-partner-card:hover::before {
    opacity: 1;
}

.tech-partner-card.featured {
    background: linear-gradient(145deg, #140c3a, #1a1050);
    border-color: rgba(249, 189, 6, 0.3);
}

.tech-partner-card.featured .partner-info h5 {
    color: #fff;
}

.tech-partner-card.featured .partner-info p {
    color: rgba(255, 255, 255, 0.7);
}

/* Partner Logo */
.partner-logo {
    width: 70px;
    height: 70px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(249, 189, 6, 0.1), rgba(249, 189, 6, 0.02));
    border-radius: 14px;
    padding: 12px;
    transition: all 0.3s ease;
}

.partner-logo img {
    max-width: 100%;
    max-height: 46px;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter 0.3s ease;
}

.tech-partner-card:hover .partner-logo img {
    filter: grayscale(0%);
}

.partner-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-fallback i {
    font-size: 2rem;
    color: #f9bd06;
}

/* Partner Info */
.partner-info h5 {
    font-size: 15px;
    font-weight: 700;
    color: #140c3a;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.partner-info p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    font-weight: 500;
}

/* Partner Glow Effect */
.partner-glow {
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(249, 189, 6, 0.15) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.tech-partner-card:hover .partner-glow {
    opacity: 1;
}

/* Stats Row */
.tech-stats-row {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.tech-stat {
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #140c3a, #1a1050);
    padding: 16px 24px;
    border-radius: 14px;
    min-width: 180px;
    transition: all 0.3s ease;
    border: 1px solid rgba(249, 189, 6, 0.1);
}

.tech-stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(20, 12, 58, 0.25);
    border-color: rgba(249, 189, 6, 0.3);
}

.stat-icon {
    width: 44px;
    height: 44px;
    background: rgba(249, 189, 6, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon i {
    font-size: 1.2rem;
    color: #f9bd06;
}

.stat-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.stat-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.stat-suffix {
    font-size: 1rem;
    font-weight: 700;
    color: #f9bd06;
}

.stat-content p {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .tech-partner-card {
        width: 160px;
        padding: 20px 16px;
    }

    .partner-logo {
        width: 60px;
        height: 60px;
    }

    .tech-stats-row {
        gap: 12px;
    }

    .tech-stat {
        min-width: 160px;
        padding: 14px 18px;
    }
}

@media (max-width: 768px) {
    .tech-partners-section {
        padding: 40px 0 20px;
    }

    .tech-title {
        font-size: 1.4rem;
    }

    .tech-partner-card {
        width: 150px;
        padding: 18px 14px;
    }

    .partner-logo {
        width: 55px;
        height: 55px;
        margin-bottom: 12px;
    }

    .partner-info h5 {
        font-size: 13px;
    }

    .partner-info p {
        font-size: 11px;
    }

    .tech-stats-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 10px;
    }

    .tech-stat {
        min-width: unset;
        padding: 12px 14px;
        gap: 10px;
    }

    .stat-icon {
        width: 38px;
        height: 38px;
    }

    .stat-icon i {
        font-size: 1rem;
    }

    .stat-number {
        font-size: 1.2rem;
    }

    .stat-suffix {
        font-size: 0.85rem;
    }

    .stat-content p {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .tech-badge {
        font-size: 10px;
        padding: 6px 14px;
    }

    .tech-title {
        font-size: 1.2rem;
    }

    .tech-partner-card {
        width: 130px;
        padding: 14px 10px;
        border-radius: 12px;
    }

    .partner-logo {
        width: 48px;
        height: 48px;
        padding: 8px;
    }

    .partner-logo img {
        max-height: 32px;
    }

    .partner-fallback i {
        font-size: 1.5rem;
    }

    .tech-stats-row {
        padding: 0 5px;
    }

    .tech-stat {
        padding: 10px 12px;
        border-radius: 10px;
    }

    .stat-icon {
        width: 34px;
        height: 34px;
    }
}

