        /* --- PREMIUM TEMA RENKLERİ --- */
        :root {
            --primary: #ff5a1f;
            --primary-gradient: linear-gradient(135deg, #ff5a1f 0%, #ff7e40 100%);
            --white: #ffffff;
            --text-gray: #cbd5e1;
            --radius-md: 8px;
            --transition: all 0.3s ease;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Plus Jakarta Sans', sans-serif; }
        body { background-color: #ffffff; color: var(--white); overflow-x: hidden; }
        a { text-decoration: none; color: inherit; }

        /* --- ÜST MENÜ (NAVBAR) --- */
.navbar-wrapper {
    position: relative;
    
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}
.navbar-container {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	
}

.hero-section{
    margin-top:0 !important;
    padding-top:0 !important;
}

.ekohero-section{
    margin-top:0 !important;

}

.radyohero-section{
    margin-top:0 !important;

}




        .logo {
            font-size: 26px;
            font-weight: 800;
            color: var(--white);
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .logo i { color: var(--primary); font-size: 28px; }
        
        .nav-menu { display: flex; list-style: none; gap: 35px; align-items: center; }
        .nav-link { font-size: 15px; font-weight: 700; color: #1e293b; transition: var(--transition); display: flex; align-items: center; gap: 6px; }
        .nav-link:hover, .nav-link.active { color: #ff5a1f; }

        .nav-actions { display: flex; align-items: center; gap: 16px; }
        .btn-login { color: #ffffff; font-weight: 600; font-size: 14px; background: #000000; padding: 15px 19px; border-radius: var(--radius-md); border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(5px); transition: var(--transition); }
        .btn-login:hover { background: #000000; color: #ffffff; }
        .btn-start { background: var(--primary-gradient); color: var(--white); font-weight: 700; font-size: 14px; padding: 15px 19px; border-radius: var(--radius-md); box-shadow: 0 10px 20px rgba(255, 90, 31, 0.2); transition: var(--transition); }

        /* --- RESMİN TAM BOY ARKAYI KAPLADIĞI ESAS ALAN --- */
        .hero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 80px;
			margin-top: 90px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/hs.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }
		
        .ekohero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 80px;
			margin-top: 90px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/ekoss.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }	

        .irchero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 80px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/irchost.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }	

        .radyohero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 80px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/radyohost.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .wphero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 80px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/wphost.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }	

        .sinirsizhero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 110px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/sinirsizweb.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .ucuzhero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 110px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/ucuz.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }	

        .resellerhero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 160px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/reseller3.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }	

        .kurumsalhero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 180px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/kurumsal.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }	

        .domainhero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 180px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/domain.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .domainuzantihero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 280px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/domain.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }	

        .domaintransferhero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 280px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/domain.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }	

        .sanalhero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 16px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/vds2.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }	
		
        .wchathero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 16px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/wchat2.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }	
		
        .hakkimizdahero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 96px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/hakkimizda.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }	

        .hizmetsozlesmesihero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 96px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/hizmetsozlesmesi.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }	

        .altyapimizhero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 96px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/altyapimiz3.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }	

        .iletisimhero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 96px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/iletisim2.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .tasarimhero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 96px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/wptema.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }		

        .hesaphero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 16px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/hesap.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }		

        .makalehero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 16px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/makale.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }


        .bothero-section {
            min-height: 180px; /* Görselin dikine de heybetli durması için yüksekliği artırdık */
            padding-top: 16px;
            display: flex;
            align-items: center;
            position: relative;
            
            /* İŞTE BURASI: Resim burayı tamamen kaplayacak, sağda solda yapay renk kalmayacak */
            background-image: url('resim/bot.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }		

        /* Yazıların görselin üstüne jilet gibi binmesini sağlayan konteyner */
        .hero-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
            width: 100%;
            display: flex;
            justify-content: flex-start; /* İçeriği tamamen sola yasla, sağ taraf görselin kendisine kalsın */
        }

        /* SOL YAZI ALANI - GÖRSELİN BOŞLUĞUNA TAM OTURUR */
        .hero-left {
            max-width: 620px; /* Yazıların sağdaki kadının üstüne taşmasını engeller */
            position: relative;
            z-index: 10;
        }
        
        .hero-badge {
            background: rgba(255, 90, 31, 0.12);
            color: #ffffff;
            border: 1px solid rgba(255, 90, 31, 0.25);
            padding: 8px 18px;
            border-radius: 30px;
            font-size: 13px;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 26px;
            text-transform: uppercase;
        }

        .hero-left h1 {
            font-size: 56px; /* Kalite kendini göstersin diye fontu büyüttük */
            font-weight: 800;
            line-height: 1.15;
            color: var(--white);
            letter-spacing: -1.5px;
            margin-bottom: 24px;
            text-shadow: 0 4px 12px rgba(0,0,0,0.5); /* Görsel üstünde yazı kör olmasın diye hafif gölge */
        }
        .hero-left h1 span { color: #000000; }

        .hero-left p {
            color: #ffffff;
            font-size: 16.5px;
            line-height: 1.75;
            margin-bottom: 38px;
            text-shadow: 0 2px 8px rgba(0,0,0,0.5);
        }

        .hero-metrics { display: flex; gap: 16px; margin-bottom: 40px; }
        .metric-box {
            background: rgba(12, 2, 16, 0.6); /* Şeffaf koyu fon, görsel üstünde cam gibi durur */
            border: 1px solid rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(8px);
            padding: 12px 22px;
            border-radius: 30px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            font-weight: 600;
            color: #f1f5f9;
        }
        .metric-box i { color: var(--primary); font-size: 16px; }

        .hero-buttons { display: flex; gap: 18px; }
        .hero-btn { padding: 16px 38px; border-radius: var(--radius-md); font-weight: 700; font-size: 15px; transition: var(--transition); text-align: center; }
        .hero-btn-primary { background: var(--primary-gradient); color: var(--white); box-shadow: 0 10px 25px -5px rgba(255,90,31,0.5); }
        .hero-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(255,90,31,0.6); }
        .hero-btn-secondary { background: rgba(255, 255, 255, 0.04); color: var(--white); border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(5px); }
        .hero-btn-secondary:hover { background: rgba(255, 255, 255, 0.08); transform: translateY(-2px); }

        /* RESPONSIVE */
        @media (max-width: 1024px) {
            .nav-menu { display: none; }
            .hero-section { background-position: 35% center; /* Mobilde yazılar boğulmasın diye arka planı kaydır */ }
			.ekohero-section { background-position: 35% center; /* Mobilde yazılar boğulmasın diye arka planı kaydır */ }
            .hero-container { justify-content: center; text-align: center; padding: 0 20px; }
			.ekohero-container { justify-content: center; text-align: center; padding: 0 20px; }
            .hero-left { max-width: 100%; }
            .hero-left h1 { font-size: 38px; }
            .hero-metrics, .hero-buttons { justify-content: center; }
        }
		
	


/* İkonların stilini belirleyelim */
.ext i {
    color: var(--primary); /* Turuncu renginiz */
    margin-right: 10px;
    font-size: 20px;
    width: 25px; /* İkonların hizalı durması için genişlik */
    text-align: center;
}

/* Kart başlığını biraz daha vurgulu yapalım */
.ext {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}



.banner-area { padding: 23px 20px; background: #f8fafc; }
.banner-wrapper { 
    max-width: 1200px; 
    margin: 0 auto; 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px; 
}

.banner-card {
    display: flex;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: #1e293b;
    border: 1px solid #e2e8f0;
    transition: all 0.4s ease;
}

.banner-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.banner-img { width: 40%; }
.banner-img img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.banner-content { padding: 30px; width: 60%; display: flex; flex-direction: column; justify-content: center; }
.banner-content h3 { font-size: 22px; margin-bottom: 10px; }
.banner-content p { color: #ffffff; font-size: 14px; margin-bottom: 20px; }
.banner-link { color: var(--primary); font-weight: 700; font-size: 14px; }

/* Responsive Düzen */
@media (max-width: 768px) {
    .banner-wrapper { grid-template-columns: 1fr; }
}














.banner-card-full {
    position: relative;
    display: block;
    width: 100%;
    height: 400px; /* Slider yüksekliğiniz */
    border-radius: 20px;
    overflow: hidden;
}

.bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Görseli kesmeden tam doldurur */
}

.banner-content {
    position: absolute; /* Yazıyı resmin üzerine bindirir */
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    color: white;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5); /* Yazının okunması için gölge */
}


.banner-card-custom {
    display: block;
    position: relative;
    width: 100%;
    height: 200px; /* Kart yüksekliği */
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
}

.banner-card-custom .bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-card-custom .banner-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    z-index: 2;
}

.banner-card-custom h3 { margin: 0; font-size: 20px; }
.banner-card-custom p { margin: 5px 0 0 0; font-size: 14px; }


.banner-price {
    font-size: 1.2rem; /* Yazıyı normal metinden daha büyük yapar */
    font-weight: 700;   /* Yazıyı kalınlaştırır */
    color: #ff9800;     /* Fiyatı öne çıkarmak için dikkat çekici bir renk (Dilediğinizle değiştirebilirsiniz) */
    margin-top: 5px;    /* Üstteki yazı ile arasına hafif boşluk bırakır */
    margin-bottom: 15px;/* Buton ile arasına boşluk bırakır */
}


.logo-img {
    height: 40px; /* istediğin yüksekliği ayarla */
    width: auto;
    display: block;
}







.mobile-toggle{
    display:none;
    font-size:28px;
    cursor:pointer;
    color:#1e293b;
}

@media(max-width:1024px){

    .mobile-toggle{
        display:block;
    }

    .nav-menu{
        position:fixed;
        top:90px;
        left:-100%;
        width:280px;
        height:calc(100vh - 90px);
        background:#fff;
        flex-direction:column;
        align-items:flex-start;
        padding:30px;
        gap:20px;
        transition:.3s;
        box-shadow:0 10px 30px rgba(0,0,0,.1);
    }

    .nav-menu.active{
        left:0;
    }

    .nav-actions{
        display:none;
    }

    .nav-link{
        color:#1e293b;
        width:100%;
    }
}


.logo-img{
    height:80px;
    width:auto;
}




.nav-menu{
    display:flex;
    gap:10px;
    list-style:none;
}

.nav-menu li{
    position:relative;
}

.nav-link{
    display:flex;
    align-items:center;
    gap:8px;
    padding:14px 18px;
    border-radius:12px;
    color:#1e293b;
    font-weight:700;
    transition:.3s;
}

.nav-link:hover{
    background:#fff3ee;
    color:#ff5a1f;
}



















.mega-parent {
    position: relative;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -20px);

    width: 650px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
    padding: 20px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .25s ease;
    z-index: 9999;
}

/* HOVER AÇILMA */
.mega-parent:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

/* GRID */
.mega-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

/* KARTLAR */
.mega-box {
    display: flex;
    gap: 12px;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #0f172a;
    transition: .2s;
    border: 1px solid #f1f5f9;
}

.mega-box:hover {
    background: #f8fafc;
    transform: translateY(-2px);
}

.mega-box i {
    font-size: 20px;
    color: #ff5a1f;
    margin-top: 3px;
}

.mega-box strong {
    display: block;
    font-size: 15px;
}

.mega-box span {
    font-size: 12px;
    color: #64748b;
}



.mega-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.mega-box{
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #eef0f4;
    text-decoration: none;
    transition: 0.25s ease;
}

.mega-box:hover{
    transform: translateY(-3px);
    border-color: #ff5a1f;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ICON BOX */
.icon-box{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    font-size: 18px;
    color: #334155;
}

/* renk varyasyonları */
.icon-box.blue{
    background: #e0f2fe;
    color: #0284c7;
}

.icon-box.gray{
    background: #f1f5f9;
    color: #475569;
}

.icon-box.dark{
    background: #fff7ed;
    color: #f97316;
}

/* TEXT */
.mega-box .content strong{
    display: block;
    font-size: 15px;
    color: #0f172a;
}

.mega-box .content span{
    font-size: 13px;
    color: #64748b;
}


@media(max-width:1024px){

.mega-menu{
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 10px 0;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.mega-parent.active .mega-menu{
    display: block;
}

.mega-grid{
    grid-template-columns: 1fr;
}
}




.top-bar{
    width:100%;
    background:#0c0210;
    border-bottom:1px solid rgba(255,255,255,0.08);
    position:relative;
    z-index:10001;
}

.top-bar-container{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:8px 30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-sizing:border-box;
}

.top-left,
.top-right{
    display:flex;
    gap:18px;
}

.top-bar a{
    color:#cbd5e1;
    font-size:13px;
    font-weight:500;
    text-decoration:none;
    transition:.2s;
}

.top-bar a:hover{
    color:#ff5a1f;
}


@media (max-width: 1024px){

    .top-bar-container{
        justify-content:center;
    }

    .top-right{
        width:100%;
        display:flex;
        justify-content:center;
        gap:10px;
        flex-wrap:wrap;
    }

    .top-left{
        display:none;
    }
}




.top-bar a{
    display:inline-flex;
    align-items:center;
    padding:6px 12px;
    border-radius:8px;
    background:#2f4f4f;
    color:#ffffff;
    font-size:12px;
    transition:.2s;
	gap: 6px;
}

.top-bar a:hover{
    background:#ff5a1f;
    color:#fff;
}



/* GENEL */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.domain-area {
    padding: 8px 20px;
    background: #f7f9fc;
}

.domain-wrapper {
    max-width: 1336px;
    margin: 0 auto;
}

/* HEADER */
.domain-header {
    text-align: center;
    margin-bottom: 30px;
}

.domain-header h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #1f2a37;
}

.domain-header p {
    color: #6b7280;
    font-size: 15px;
}

/* SEARCH */
/* GENEL ALAN */
.domain-area {
    padding: 8px 20px;
    background: #fff;
}

.domain-wrapper {
    max-width: 91%;
    margin: 0 auto;
    padding: 50px 30px;
    border-radius: 30px;
    background: linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
    box-shadow: 0 10px 40px rgba(0,0,0,.05);
    text-align: center;
    border: 1px solid #e8eef7;
}

/* BAŞLIK */
.domain-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 15px;
}

.domain-header p {
    font-size: 18px;
    color: #6b7280;
    margin-bottom: 40px;
}

/* ARAMA KUTUSU */
.search-box {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border-radius: 25px;
    padding: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    border: 1px solid #edf2f7;
}

/* INPUT */
.search-box input {
    flex: 1;
    border: 0;
    outline: 0;
    padding: 25px 30px;
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    background: transparent;
}

.search-box input::placeholder {
    color: #9ca3af;
    font-weight: 500;
}

/* BUTON */
.search-box button {
    border: 0;
    background: #e11d48;
    color: #fff;
    padding: 22px 35px;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
}

.search-box button:hover {
    background: #be123c;
    transform: translateY(-2px);
}

/* TABLET */
@media (max-width: 768px) {

    .domain-wrapper {
        padding: 35px 20px;
    }

    .domain-header h2 {
        font-size: 30px;
    }

    .domain-header p {
        font-size: 16px;
    }

    .search-box {
        flex-direction: column;
        padding: 15px;
        gap: 12px;
    }

    .search-box input {
        width: 100%;
        padding: 18px 20px;
        font-size: 18px;
        text-align: center;
    }

    .search-box button {
        width: 100%;
        padding: 18px;
    }
}

/* TELEFON */
@media (max-width: 480px) {

    .domain-header h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .domain-header p {
        font-size: 15px;
    }

    .search-box input {
        font-size: 16px;
        padding: 16px;
    }

    .search-box button {
        font-size: 16px;
    }
}















/* GRID - DESKTOP */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* CARD */
.price-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    text-align: center;
    transition: 0.2s;
}

.price-card:hover {
    transform: translateY(-5px);
}

.domain-icon {
    width: 150px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 15px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    font-size: 14px;
    color: #374151;
}

.price-row strong {
    color: #111827;
}

.btn-buy {
    margin-top: 15px;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    background: #ff7a00;
    color: white;
    cursor: pointer;
    transition: 0.2s;
}

.btn-buy:hover {
    background: #059669;
}

/* TABLET */
@media (max-width: 992px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBIL */
@media (max-width: 600px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .search-box input {
        width: 100%;
    }
}



.package-switch{
    display:flex;
    background:#f1f5f9;
    border-radius:10px;
    padding:4px;
    margin-bottom:20px;
}

.billing-btn{
    flex:1;
    border:none;
    background:transparent;
    padding:10px;
    cursor:pointer;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.billing-btn.active{
    background:#ff7a00;
    color:#fff;
}

.yearly-price{
    display:none;
}


*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.hosting-packages{
    padding:80px 20px;
    background:#f8fafc;
}

.container{
    max-width:1300px;
    margin:auto;
}

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

.section-title h2{
    font-size:38px;
    margin-bottom:10px;
    color:#1e293b;
}

.section-title p{
    color:#64748b;
}

.packages-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.package-card{
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    position:relative;
    transition:.3s;
}

.package-card:hover{
    transform:translateY(-8px);
}

.package-icon{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#fff3e8;
    display:flex;
    align-items:center;
    justify-content:center;
}

.package-icon i{
    font-size:32px;
    color:#ff7a00;
}

.package-card h3{
    font-size:24px;
    margin-bottom:15px;
    color:#1e293b;
}

.price{
    font-size:42px;
    font-weight:700;
    color:#ff7a00;
    margin-bottom:20px;
}

.price span{
    font-size:16px;
    color:#64748b;
}

.package-card ul{
    list-style:none;
    text-align:left;
    margin-bottom:25px;
}

.package-card ul li{
    margin:12px 0;
    color:#475569;
}

.package-card ul li i {
    color: #fff;
    background-color: #696969;

    width: 24px;
    height: 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-right: 8px;
	opacity: 0.9;
    border-radius: 4px; /* istersen 50% yapıp yuvarlak da yapabilirsin */
}

.buy-btn{
    display:block;
    background:#ff7a00;
    color:#fff;
    text-decoration:none;
    padding:14px;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
}

.buy-btn:hover{
    background:#e86e00;
}

.popular{
    border:2px solid #ff7a00;
}

.badge{
    position:absolute;
    top:-12px;
    right:20px;
    background:#ff7a00;
    color:#fff;
    padding:8px 14px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
}

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

@media(max-width:768px){
    .packages-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:30px;
    }
}



.footer{
    position:relative;
    overflow:hidden;
    background:#091223;
    color:#fff;
    padding-top:70px;
}

.footer-bg::before,
.footer-bg::after{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(255,122,0,.15);
    filter:blur(140px);
}

.footer-bg::before{
    left:-150px;
    top:-100px;
}

.footer-bg::after{
    right:-150px;
    bottom:-100px;
}

.footer-container{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px 60px;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 50px;
    position: relative;
    z-index: 2;
}

.footer-logo-box,
.footer-contact-box,
.social-box{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.06);
    border-radius:12px;
    padding:25px;
    margin-bottom:15px;
}

.footer-logo-box{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.footer-logo-box h2{
    color:#fff;
    margin:0;
}

.footer-logo-box span{
    color:#ff7a00;
    font-weight:700;
}

.mini-title{
    color:#ff7a00;
    font-size:13px;
    display:block;
    margin-bottom:15px;
}

.footer-contact-box h3{
    font-size:28px;
    margin-bottom:25px;
}

.contact-item{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
}

.contact-item i{
    color:#ff7a00;
}

.social-box{
    display:flex;
    justify-content:center;
    gap:20px;
}

.social-box a{
    color:#fff;
    font-size:20px;
}

.footer-links{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}

.footer-column h4{
    color:#ff7a00;
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.footer-column a{
    display:block;
    color:#fff;
    text-decoration:none;
    margin-bottom:12px;
    transition:.3s;
}

.footer-column a:hover{
    color:#ff7a00;
    padding-left:5px;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    padding:25px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    max-width:1300px;
    margin:auto;
}

.payments{
    display:flex;
    gap:15px;
    font-size:34px;
}

.payments i{
    color:#fff;
}

@media(max-width:992px){

    .footer-container{
        grid-template-columns:1fr;
    }

    .footer-links{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .footer-links{
        grid-template-columns:1fr;
    }

    .footer-bottom{
        flex-direction:column;
        gap:20px;
        text-align:center;
    }

}



.vps-frame{
    max-width:91%;
    margin:40px auto;
    padding:25px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
	
}
.vps-plans{
    max-width:100%;
    margin:auto;
}

.plan-item{
    position:relative;
    display:flex;
    align-items:center;
    gap:25px;
    background:#fff;
    border:1px solid #eee;
    border-radius:18px;
    padding:18px 25px;
    margin-bottom:18px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    transition:.3s;
}

.plan-item:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 30px rgba(0,0,0,.08);
}

.plan-name{
    min-width:170px;
    display:flex;
    align-items:center;
    gap:15px;
    font-size:18px;
    font-weight:700;
    color:#1e293b;
}

.plan-icon{
    width:50px;
    height:50px;
    border-radius:12px;
    background:#fff3e8;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.plan-spec{
    padding:0 16px;
    border-left:1px solid #e5e7eb;
}

.plan-spec strong{
    display:block;
    color:#334155;
    font-size:18px;
    font-weight:700;
}

.plan-spec span{
    color:#64748b;
    font-size:12px;
}

.plan-price{
    margin-left:auto;
    text-align:right;
}

.plan-price strong{
    display:block;
    color:#ff6b00;
    font-size:32px;
    font-weight:800;
}

.plan-price span{
    color:#ff6b00;
    font-size:15px;
}

.plan-btn{
    background:#ff6b00;
    color:#fff;
    text-decoration:none;
    padding:14px 25px;
    border-radius:50px;
    font-weight:700;
}

.plan-btn:hover{
    background:#e85f00;
}

.badge{
    position:absolute;
    right:20px;
    top:-10px;
    background:#000000;
    color:#fff;
    font-size:12px;
    font-weight:700;
    padding:6px 14px;
    border-radius:30px;
}

/* HIDE */
.plan-item.hidden{
    display:none;
}

/* BUTTON */
.show-more-wrapper{
    text-align:center;
    margin-top:20px;
}

.show-more-btn{
    background:#1e293b;
    color:#fff;
    border:none;
    padding:12px 25px;
    border-radius:30px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.show-more-btn:hover{
    background:#0f172a;
}

/* MOBILE */
@media(max-width:768px){
    .plan-item{
        flex-direction:column;
        align-items:flex-start;
    }

    .plan-spec{
        border:none;
        padding:0;
        width:100%;
        display:flex;
        justify-content:space-between;
        border-bottom:1px solid #eee;
    }

    .plan-price{
        margin-top:20px;
        text-align:center;
        width:100%;
    }

    .plan-btn{
        width:100%;
        text-align:center;
    }
}

.hosting-features{
    padding:90px 20px;
    background:#fff;
}

.section-title{
    text-align:center;
    max-width:800px;
    margin:0 auto 60px;
}

.section-title h2{
    font-size:42px;
    color:#1e293b;
    margin-bottom:15px;
    font-weight:800;
}

.section-title p{
    color:#64748b;
    font-size:17px;
    line-height:1.8;
}

.features-grid{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.feature-card{
    background:#fff;
    border-radius:20px;
    padding:40px 35px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.feature-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:6px;
}

.border-green::before{
    background:#22c55e;
}

.border-blue::before{
    background:#3b82f6;
}

.border-orange::before{
    background:#f97316;
}

.border-purple::before{
    background:#a855f7;
}

.border-red::before{
    background:#ef4444;
}

.border-dark::before{
    background:#334155;
}

.feature-icon{
    font-size:58px;
    margin-bottom:25px;
    line-height:1;
}

.feature-card h3{
    font-size:28px;
    color:#1e293b;
    margin-bottom:18px;
    font-weight:700;
}

.feature-card p{
    color:#64748b;
    line-height:1.9;
    font-size:16px;
}

@media(max-width:991px){

    .features-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .section-title h2{
        font-size:30px;
    }

    .features-grid{
        grid-template-columns:1fr;
    }

    .feature-card{
        padding:30px 25px;
    }

}@media(max-width:1024px){

    .mega-menu{
        position: static;
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        padding: 10px 0;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        overflow: hidden;
    }

    .mega-parent.active .mega-menu{
        display: block;
    }

    .mega-grid{
        grid-template-columns: 1fr;
        width: 100%;
    }

    .mega-box{
        width: 100%;
        min-width: 0;
    }

    .nav-menu{
        overflow-y: auto;
        overflow-x: hidden;
    }

}
@media (max-width:1024px){

    .mega-box:hover{
        transform:none;
        box-shadow:none;
    }

}


@media (max-width:1024px){

    .mega-menu{
        transform:none !important;
    }

}