@font-face {
    font-family: 'Inter';
    src: url('/public/assets/fonts/Inter_18pt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/public/assets/fonts/Inter_18pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/public/assets/fonts/Inter_18pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/public/assets/fonts/Inter_24pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/public/assets/fonts/Inter_24pt-Bold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'MADE Outer Sans';
    src: url('/public/assets/fonts/MADEOuterSansAltMedium.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('/public/assets/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('/public/assets/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('/public/assets/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('/public/assets/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('/public/assets/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('/public/assets/fonts/GalanoGrotesqueAltRegular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Galano Grotesque';
    src: url('/public/assets/fonts/GalanoGrotesqueAltMedium.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Galano Grotesque';
    src: url('/public/assets/fonts/GalanoGrotesqueAltMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Galano Grotesque';
    src: url('/public/assets/fonts/GalanoGrotesqueAltRegular.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Galano Grotesque';
    src: url('/public/assets/fonts/GalanoGrotesqueAltBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Isotope fallback ve zorlayıcı görünürlük kuralları */
.owl-carousel1 .grid.filter-fiber .grid-item.vdsl { display: none !important; }
.owl-carousel1 .grid.filter-fiber .grid-item.fiber { display: block !important; }
.owl-carousel1 .grid.filter-all .grid-item { display: block !important; }
/* Filtre sonrası boş kalan slaytı gizle */
.owl-carousel1 .owl-item.hide-slide { display: none !important; }
/* Rebuild/yeniden kurulum sırasında jank'i azalt */
.owl-carousel1.is-filtering { visibility: hidden; }
.owl-carousel1.is-ready { visibility: visible; }
/* Slayt iç padding'i kaldırıldı; düzen orijinal tasarıma döndü */
.owl-carousel1 .slide { padding: 0; }
body {
    margin: 0;
}

:root {
    --ni-primary: #068bdb;
    --ni-warning: #f59f1a;
    --ni-text: #1f2937;
    --ni-muted: #6b7280;
    --ni-border: #e5e7eb;
    --ni-bg: #f8fafc;
}


.ni-header {
    font-family: "Poppins-SemiBold", Helvetica;
    background-image: url(/public/assets/media/main-rectangle.png);
    background-repeat: no-repeat;
    position: relative;
    min-height: 715px;
    background-size: cover;
      background-position-y: bottom;
}

.ni-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 16px;
}

.ni-topbar__tabs {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 170px;
}
.verify-content{
  padding: 0 6%;
}
.ni-navbar__menu{
  padding: 0 3%;
}
.ni-topbar__tabs a {
    color: var(--ni-muted);
    text-decoration: none;
    padding: 2px 0;
    font-family: 'Poppins';
    font-style: normal;
    font-size: 16px;
    line-height: 128%;
    position: relative;
}
.ni-tab-underline img{
  width: 110px;
}
.ni-topbar__tabs a .ni-tab-underline {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    height: 16px;
    line-height: 0;
}

.ni-topbar__tabs a.is-active {
    color: var(--ni-primary);
}

.ni-topbar__tabs a.is-active .ni-tab-underline {
    display: block;
}

.ni-topbar__tabs .divider {
    width: 1px;
    height: 14px;
    background: var(--ni-border);
    display: inline-block;
}

.ni-topbar__actions {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    top: -19px;
    z-index: 2; /* Diğer elemanların üstünde kalması için */
}

.ni-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: filter .15s ease;
}

.ni-btn--primary {
    background: var(--ni-primary);
}
.comment-list .comment {
  	width: 100%;
    max-width: 600px;
  	border-radius: 5px;
  	background-color: rgba(196, 196, 196, 0.3);
}
.comment .comment-text{
  font-size: 18px;
  	letter-spacing: -0.01em;
  	line-height: 30px;
  	font-family: Montserrat;
  	color: rgba(0, 0, 0, 0.8);
}
.comment .comment-date{
  font-size: 16px;
  	letter-spacing: -0.01em;
  	line-height: 30px;
  	font-family: Poppins;
  	color: #068bdb;
}

.ni-btn--warning {
    background: var(--ni-warning);
}

.ni-btn:hover,
.ni-btn--primary:hover,
.beni-arayin:hover {
    filter: none;
    background-color:var(--ni-primary)!important;
    color: #fff !important;
}

.ni-navbar {
    display: flex;
    align-items: baseline;
    gap: 16px;
    padding: 12px 6%; /* Sabit px yerine yüzdeli padding */
    margin-top: 16px;
    position: relative;
    z-index: 1000;

}

.ni-navbar__brand .ni-logo {
    display: inline-flex;
    align-items: center;
}

.ni-navbar__brand .ni-logo img {
    height: 38px;
}

.ni-navbar__menu {
    display: flex;
    align-items: center;
    gap: 36px;
}

.ni-navbar__menu a {
    color: var(--ni-text);
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    font-family: "Poppins-Medium", Helvetica;
}

.ni-navbar__menu a:hover {
    color: var(--ni-primary);
}

.ni-hamburger-menu {
    display: none;
    cursor: pointer;
    background: none;
    border: none;
}

.verify-content-mobile{
  display: none;
}
.ni-header .ni-header__hero {
    width: clamp(240px, 32vw, 520px);
    height: 725px;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    width: auto;
    position: absolute;
    top: 0;          
    right: 0;
}
.ni-hero-text {
    display: flex;
    flex-direction: column;
    padding: 0 6%; 
    margin-top: 50px;
    position: relative;
    z-index: 2;
    font-family: 'Galano Grotesque';
}

.hero-text,
.hero-text-primary, .hero-text-primary-light{
    font-family: 'Galano Grotesque';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 114%;
}
.hero-text-primary-light{
  font-weight: 200!important;    
  color: var(--ni-primary);
 
}
.hero-desc{
  font-size: 24px;
  color: #000;
  font-family: 'Poppins';
  line-height: 98%;
  font-weight: 200;
}
.hero-text-primary {
    color: var(--ni-primary);
}
.blue-title {
  font-size: 50px;
  color: #068BDB;
  font-family: 'Poppins';
  font-weight: 700;
}
.navy-blue-title{
  color: #144994;

}
.harita {
  position: relative;
  overflow: visible; 
  margin-top: 50px;
}
.kurumsal-ihtiyalarnza-zel {
  	font-size: 24px;
  	line-height: 28px;
  	font-family: 'Galano Grotesque';
  	color: #475569;
  	text-align: center;
  	display: inline-block;
}


.gecikme-cards{
  padding-inline: 100px;
}
.gecikme-card{
  	width: 100%;
  	box-shadow: 2px 4px 8.8px rgba(0, 0, 0, 0.25);
  	border-radius: 43px;
  	background-color: #fff;
  	height: 100%;
}
.gecikme-card .title{
    font-size: 32px;
  	line-height: 114%;
  	color: #068bdb;
  	text-align: center;
  	display: inline-block;
  	font-family: Poppins;
    font-weight: 700;
}
.gecikme-card .title-slim{
    font-size: 31px;
  	line-height: 114%;
  	color: #068bdb;
  	text-align: center;
  	display: inline-block;
  	font-family: Poppins;
    font-weight: 200;
}
.gecikme-card .info{
    font-size: 20px;
  	line-height: 114%;
  	font-weight: 200;
  	font-family: Poppins;
  	color: #000;
  	text-align: center;
  	display: inline-block;
    margin-top: 20px;
}
.gecikme-cards-slider .gecikme-card-item,
.gecikme-cards-slider .owl-item {
    display: flex;
    height: 100%;
}
.gecikme-cards-slider .gecikme-card {
    width: 100%;
    height: 100%;
}
.gecikme-cards-slider .owl-stage {
    display: flex;
}
.gecikme-cards-slider .owl-dots {
    margin-top: 32px;
}


.harita::before {
  content: ''; 
  position: absolute; 
  
 
  top: -40px;
  left: 288px;
  
  
  max-width: 1622px; 
  max-height: 1000px;
 width: 1622px; 
  height: 1000px;
  /* Arka plan resminiz */
  background-image: url('/public/assets/media/fly_person.png');
  background-size: cover; /* Resmi 1250px x 1000px'lik alana sığdırır */
  background-repeat: no-repeat;

  /* Bu katman, harita üzerindeki yazıların altında kalsın diye z-index veriyoruz. */
  z-index: -1; 
}

.hero-hizli-basvuru {
    background-color: #E7EAEF;
    border-radius: 8px;
    margin: 50px 6% 0; /* Üst ve yan boşluklar */
    padding: 25px;
    max-width: 777px;
    position: relative; /* z-index için */
    z-index: 2;
    display: flex;
    flex-wrap: wrap; /* Elemanların sığmadığında alt satıra geçmesi için */
    gap: 16px; /* Elemanlar arası boşluk */
    align-items: center;
}

.basvuru-text-container {
    width: 100%; /* Başlık metninin tam genişlik kaplaması */
    margin-bottom: 10px;
}

.simdi-basvurun,
.sizi-arayalim {
    font-family: 'Galano Grotesque';
    font-style: normal;
    font-size: 20px;
    line-height: 114%;
    color: #5E5E5E;
    display: inline; /* Yan yana durmaları için */
}

.sizi-arayalim {
    color: var(--ni-primary);
}

.hizli-basvuru-input-container{
    display: flex;
    gap: 16px;
    flex-grow: 1; /* Esnek büyüme */
}

.hizli-basvuru-input {
    height: 55px; /* Yüksekliği artıralım */
    padding: 8px 12px;
    border: 1px solid var(--ni-border);
    border-radius: 8px;
    font-size: 16px;
    width: 300px;
}
.sticky-switch {
    display: none;
}
.veri-merkezi-switch{
  background-color: #252525;
  color: #fff;
  font-size: 20px;
  font-family: "DM Sans";
  border-top-right-radius:16px;
}
.evde-internet-switch{
  background-color: #068BDB;
  color: #fff;
  font-size: 26px;
  font-family: "DM Sans";
  border-bottom-right-radius:16px;

}
.options-section .title-blue{
  color: #068BDB;
  font-size: 50px;
  font-family: 'Galano Grotesque';
  font-weight: 700;
  line-height: 70.20px;
  word-wrap: break-word
}
.options-section .title{
  color: #000;
  font-size: 50px;
  font-family: 'Galano Grotesque';
  font-weight: 700;
  line-height: 70.20px;
  word-wrap: break-word
}
.options-section .title-container{
  margin-top: 150px;
}
.options-section .subtitle{
  color: #000;
  font-size:34px;
  font-family: 'Galano Grotesque';
  font-weight: 500;
  line-height: 39.78px;
  word-wrap: break-word
}

.veri-merkezi-switch {
  	position: absolute;
  	top: -75px;
  	left: 0px;
  	height: 176px;
}
.veri-merkezi-switch-child {
  	position: absolute;
  	top: 176px;
  	left: 130px;
  	border-radius: 0px 0px 0px 22px;
  	background-color: #252525;
  	width: 130px;
  	height: 130px;
  	transform:  rotate(-180deg);
  	transform-origin: 0 0;
}
.veri-merkezi {
  	position: absolute;
  	top: 78px;
  	left: 23px;
  	line-height: 112%;
  	font-weight: 600;
}
.veri {
  	margin: 0;
}
.evde-internet-swtich {
  	position: absolute;
  	top: 128px;
  	left: 0px;
  	width: 130px;
  	height: 180px;
}
.evde-internet-swtich-child {
  	position: absolute;
  	top: 110px;
  	left: 130px;
  	border-radius: 22px 0px 0px 0px;
  	background-color: #068bdb;
  	width: 130px;
  	height: 150px;
  	transform:  rotate(-180deg);
  	transform-origin: 0 0;
}
.fiber-nternet {
  	position: absolute;
  	top: 2px;
  	left: 14px;
  	line-height: 112%;
  	font-weight: 600;
  	display: inline-block;
  	width: 104px;
  	height: 64.7px;
}
.select-line-icon {
  	position: absolute;
  	top: 55px;
  	left: 8px;
  	width: 117px;
  	height: 12px;
  	object-fit: cover;
}

.options-title {
  	width: 1173px;
  	text-align: center;
  	display: inline-block;
  	font-size: 50px;
  	color: #000;
  	font-family: 'Galano Grotesque';
    margin-top: 50px;
    width: 100%;
}
.options-section {
  	width: 100%;
  	display: flex;
  	text-align: center;
  	font-size: 32px;
  	color: #068bdb;
  	font-family: Poppins;
    justify-content: center;
    max-width: 1500px;
}
.yannzdayz {
  	line-height: 117%;
    padding-top: 28px;
    padding-bottom: 12px;
}
.p {
  	margin: 0;
}
.options-section-yannzdayz {
  	margin: 0;
  	font-weight: 200;
}
.option-decs {
  	font-size: 20px;
  	line-height: 117%;
  	font-weight: 300;
  	color: #000;
  	display: inline-block;
  	padding-inline: 20px;
}
.opt-1-child {

  	width: 128px;
  	height: 128px;
}
.gcn-altyapsndan-alyor-container {
  	line-height: 117%;
    padding-top: 28px;
    padding-bottom: 12px;
}
.fiber-destekli-gl {
  	font-size: 20px;
  	line-height: 117%;
  	font-weight: 300;
  	color: #000;
  	display: inline-block;
  	width: 334px;
}
.opt-2-child {
  	width: 129.8px;
  	height: 128px;
}
.ay-sabit-fiyat-container {
  	line-height: 117%;
    padding-top: 28px;
    padding-bottom: 12px;
}
.deimeyen-fiyat-ve-container {
  	font-size: 20px;
  	line-height: 117%;
  	font-weight: 300;
  	color: #000;
  	display: inline-block;
  	width: 425px;
}
.opt-3-child {
  	width: 110.3px;
  	height: 127.1px;
}

.fiber-35{
  width: 440px;
  height: 630px;
  background: radial-gradient(circle at center, #0090E3 0%, #0078D1 100%);
  transform:  rotate(-7.8deg);
  border-radius: 16px;
  padding: 40px;
  transform-origin:right 200px;

}
.fber-35 {
  	position: relative;
  	font-size: 36px;
  	letter-spacing: 0.03em;
  	line-height: 117%;
  	color: #fff;
  	text-align: left;
  	display: inline-block;
  	font-family: 'MADE Outer Sans';
    border: 1px solid #FFC128;
    border-radius: 16px;
    padding: 15px;

}
.fiber-50{
  width: 440px;
  height: 630px;
  background: radial-gradient(circle at center, #0090E3 0%, #0078D1 100%);
  transform:  rotate(7.8deg);
  border-radius: 16px;
  padding: 40px;
  transform-origin:left 200px;


}
.fber-50 {
  	font-size: 36px;
  	letter-spacing: 0.03em;
  	line-height: 117%;
  	color: #fff;
  	text-align: left;
  	display: inline-block;
  	font-family: 'MADE Outer Sans';
    border: 1px solid #FFC128;
    border-radius: 16px;
    padding: 15px;

}
.fiber-100{
  width: 440px;
  height: 636px;
  background: radial-gradient(
  circle at center,
  #003973 10%,   
  #003973 30%,  
  #005173 100%  
);
  z-index: 9999;

  border-radius: 16px;
  padding: 40px;

}
.fber-100 {
  	font-size: 36px;
  	letter-spacing: 0.03em;
  	line-height: 117%;
  	color: #fff;
  	text-align: left;
  	display: inline-block;
  	font-family: 'MADE Outer Sans';
    border: 1px solid #FFC128;
    border-radius: 16px;
    padding: 15px;

}
.fber {
  	font-weight: 300;
}
.span {
  	font-weight: 500;
}
.fber-35-span {
  	font-weight: 900;
}

.mbps-download-12-container {
  	font-size: 29px;
  	line-height: 200%;
  	font-weight: 500;
  	font-family: 'Galano Grotesque';
  	color: #fff;
  	text-align: left;
  	display: inline-block;
}
.mbps-download-12-mbps-upload-k {
  	margin: 0;
  	font-family: inherit;
  	font-size: 24px;
  	padding-left: 39px;
}
.mbps-download {
  	margin-bottom: 0px;
}
.post-title {
  	font-size: 48px;
  	letter-spacing: -0.01em;
  	line-height: 54px;
  	font-family: Poppins;
  	color: #000;
    display: block;
    max-width: 726px;
    font-weight: 500;
}
.dik-cizgi{
  height: 22px;width: 1px;border: 1px solid rgba(0, 0, 0, 0.5);
}
.blog-date {
  	font-size: 18px;
  	letter-spacing: -0.01em;
  	line-height: 30px;
  	font-family: Poppins;
  	color: rgba(0, 0, 0, 0.5);
  	display: inline-block;
}
.blog-icerik{
  max-width: 1108px;
}
.blog-icerik p {
  	font-size: 18px;
  	letter-spacing: -0.01em;
  	line-height: 30px;
  	font-family: Poppins;
  	color: rgba(0, 0, 0, 0.8);
}
.blog-icerik h1,
.blog-icerik h2,
.blog-icerik h3,
.blog-icerik h4,
.blog-icerik h5 {
	font-family: Poppins;
  	color: rgba(0, 0, 0, 0.8);
}
.blog-reklam img{
  width: 396px;
  margin-top: 140px;
}
.tagging-item {
  	height: 37px;
  	text-align: left;
  	font-size: 18px;
  	color: rgba(0, 0, 0, 0.5);
  	font-family: Montserrat;
    border-radius: 100px;
  	background-color: rgba(196, 196, 196, 0.5);
  	padding:5px 10px;
}
.benzer-yazilar .benzer,.yazilar {
  	font-size: 24px;
  	letter-spacing: -0.01em;
  	line-height: 30px;
  	font-family: Poppins;
  	color: #068bdb;
    font-weight: 500;
}
.yazilar {
  	color: #000;
}
.benzer-kart {
  text-decoration: none;
}
.benzer-blog-title{
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 28px;
  display: block;
  font-family: Montserrat;
  color: rgba(0, 0, 0, 0.8);
}
.benzer-yazilar .benzer-img {
  height: 166px !important;
  width: 100%;
  object-fit: cover;
  display: block;
}
.benzer-placeholder {
  height: 166px;
  background: linear-gradient(135deg, #068bdb, #0457a0);
  border-radius: 4px;
}
.yorumlar {
  	font-size: 32px;
  	letter-spacing: -0.01em;
  	line-height: 30px;
  	font-family: Poppins;
  	color: #000;
}


.paketler{
  padding-top: 140px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: url('/public/assets/media/orange-vector.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.tum-paketler{
  padding-top: 250px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.blue-line{
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: -660px;
  z-index: -22;
}
.taahhtsz-nternet-keyfi-container {
  	line-height: 117%;
    padding-top: 28px;
    padding-bottom: 12px;
}
.cayma-bedeli-yok {
  	font-size: 20px;
  	line-height: 117%;
  	font-weight: 300;
  	color: #000;
  	display: inline-block;
  	width: 349px;
}
.opt-4-child {
  	width: 108.9px;
  	height: 126.2px;
}

.sabit-fiyat-snrsz {
  	color: #068bdb;
}
.netinternetin-avantajl-dnya {
  	margin: 0;
  	font-size: 24px!important;
    line-height: 24px!important;

}
.options-section-netinternetin-avantajl-dnya {
  	font-weight: 500;
}


.sabit-fiyat-snrsz-hz-kes {
  	margin: 0;
}
.sabit-fiyat-snrsz {
  	color: #068bdb;
}

.options-title-netinternetin-avantajl-dnya {
  	font-weight: 500;
    font-size: 24px;
}


.form-control:focus,
.form-check-input:focus {
    box-shadow: none;
}
.beni-arayin {
    color: #fff !important;
    font-size: 18px;
    font-family: "Poppins-Medium", Helvetica;
    padding: 10px 30px; 
    border-radius: 8px;
    background-color: var(--ni-primary);
    border: none;
    cursor: pointer;
    flex-shrink: 0; 
    position: absolute;
    left: 73%;
    z-index: 999;
    bottom: -40px;
}
.aydinlatma-metni-container{
    width: 100%;
    margin-top: 10px;
}
.aydinlatma-metni {
    color: #000 !important;
    font-family: "Poppins-Medium", Helvetica;
    text-decoration: none;
}
.svg-turkiye-haritasi {
    max-width: 1560px;
    margin: 0 auto;
    text-align: center;
}

.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
}

.il-isimleri {
    position: fixed;
    z-index: 9999;
    pointer-events: none;
}

.il-isimleri div {
    font-family: 'Open Sans';
    display: inline-block;
    background: #144994;
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #068bdb;
}

#svg-turkiye-haritasi path:hover {
    fill: #144994;
}

.centered-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
/* === MOBİL UYUMLULUK (Responsive Kodlar) === */
@media (max-width: 1200px) {
    .hizli-basvuru-input-container {
        flex-direction: column; 
    }
    .hizli-basvuru-input {
        width: 100%;
    }
    .hero-hizli-basvuru {
       flex-direction: column;
       align-items: stretch;
    }
    .nav-menu-link{
      font-size: 14px!important;
    }
    .search-box{
      width: 265px!important;
    }
    .logo img{
      width: 228px;
    }
    .logo{
      height:40px!important;
    }

}


@media (max-width: 768px) {
  /* Mobil menü görünürlüğü */

}

@media (min-width: 769px) and (max-width: 1024px) {
  /* Tablet için mobil menü ayarları */

}
  @media (max-width: 768px) {
  .veri-merkezi-switch{
    font-size: 12px;
  }
  .veri-merkezi-switch-child{
    width: 100px;
    height: 100px;
    left: 100px;
    top: 109px;
  }
  .evde-internet-swtich{
    font-size: 12px;
    width: auto;
    top: 62px;
  }
  .sabit-fiyat-snrsz-hz-kes{
    padding: 60px 10px 0;
  }
  .evde-internet-swtich-child{
    width: 100px;
    height: 120px;
    left: 100px;
    top: 92px;
  }
  .fiber-nternet{
    top: 12px;
    left: 25px;
    }
    .select-line-icon{
      top: 47px;
      left: 7px;
      width: 90px;
      height: auto;
    }
    .veri-merkezi {
      top: 46px;
      left: 28px;
    }
    .ni-topbar {
        display: none;
    }
    
    .ni-navbar {
        padding: 15px 20px;
        margin-top: 0!important;
        align-items: center;
    }
    .ni-navbar__brand .ni-logo img {
        height: 38px; 
    }
    .verify-content-mobile{
      display: block;
    }
    .ni-navbar__menu {
        display: none;
    }
    
    .ni-hamburger-menu {
        display: block;
    }
    .ni-navbar__menu{
      display: none!important;
    }
    .hero-section .right {
      position: absolute;
      top: 250px;
    }
    .ni-header {
        min-height: 622px!important;
        background-position: top; 
        padding-bottom: 40px;
        background-size: 100% 50%;
    }
      .beni-arayin {
        left: 17%;
        z-index: 999;
        bottom: -17px;
        font-size: 18px;
        padding: 5px 24px;
        width: auto!important;
      }
      .hizli-basvuru-input {
        height: 40px!important;
      }
    .ni-header .ni-header__hero {
       width: 100%;
       z-index: -7; 
       height: auto;
    }
    .blue-line{
      display: none;
    }
    .netinternetin-avantajl-dny{
      line-height: 24px;
    }
    .ni-header__hero {
      top: -80%!important;
    }
    .ni-hero-text {
        padding: 0 20px;
        padding-top: 40px;
        text-align: center;
    }

    .hero-text,
    .hero-text-primary {
        font-size: 42px; 
    }

    .hero-hizli-basvuru {
        margin: 40px 20px 0;
        flex-direction: column; 
        gap: 20px;
        padding: 20px;
    }
    .basvuru-text-container{
        text-align: center;
    }

    .hizli-basvuru-input-container{
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .hizli-basvuru-input {
        width: 100%; 
        box-sizing: border-box; 
    }

    .beni-arayin {
        position: static;
        width: 100%;
        margin-top: 0; 
        right: auto; 
    }
    .aydinlatma-metni-container{
        text-align: center;
    }
}

.ni-navbar__menu {
    display: flex; /* Masaüstünde görünür olmalı */
    align-items: center;
    gap: 36px;
}

@media (max-width: 1200px) {
  .options-title-netinternetin-avantajl-dnya{
    padding-inline: 100px;
  }
  .ni-topbar__tabs {
    margin-left: 50px;
  }
  
  .ni-navbar__brand .ni-logo img {
    margin-left: 50px;
  }
  
  .ni-hero-text, .hero-hizli-basvuru {
    margin-left: 50px;
  }
  
  .hero-text, .hero-text-primary {
    font-size: 50px;
  }
  .gecikme-card{
    padding: 30px!important ;
  }
  .blue-title {
    font-size: 36px;
  }
}

@media (max-width: 992px) {
  .hero-text, .hero-text-primary {
    font-size: 52px;
  }
  
  .ni-topbar__tabs {
    margin-left: 20px;
  }
  
  .ni-navbar__brand .ni-logo img {
    margin-left: 20px;
  }
  
  .ni-hero-text, .hero-hizli-basvuru, .verify-content {
    margin-left: 20px;
  }
  
  .hero-hizli-basvuru {
    max-width: 600px;
  }
  
  .hizli-basvuru-input {
    width: 250px;
  }
  .options-section {
    font-size: 26px!important;
  }
  .option-decs {
    font-size: 18px;
  }
}

.pricing-switcher {
    position: relative;
    text-align: center;
}
.pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 6px 11px;
    border-radius: 50em;
    background: rgb(23, 48, 120);
    margin-bottom: 0;
}
.pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 93px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    text-align: center !important;
    font-family: vag-light;
}
.pricing-switcher .switch {
    position: absolute;
    top: -1px;
    left: -1px;
    height: 54px;
    width: 108px;
    background-color: #e6e6e6;
    border-radius: 50em;
    transition: transform 0.5s;
    color: rgb(23, 48, 120);
}
.pricing-switcher .hosting {
    color: rgb(23, 48, 120);
}
.altyapi_img{
  width: 100%;
  height: auto;
}

.altyapi_ozellik{
  font-size: 14px;
  font-weight: 900;
  line-height: normal;;
}
.internet, .altyapisini-sorgulama{
    font-size: 30px;
  	line-height: 114%;
  	font-weight: 600;
  	font-family: Poppins;
  	text-align: left;
  	display: inline-block;
  	color: #068bdb;
}
.altyapisini-sorgulama{
  color: #000;
}
.altyapi-box .info{
	  font-size: 20px;
  	line-height: 114%;
  	font-weight: 200;
  	font-family: Poppins;
  	color: #000;
    display: block;
    margin-top: 10px;
}
.altyapi-box{
	border: 1px solid #bababa;
  box-shadow: -1px -9px 17.8px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  border-radius: 13px;
  opacity: 0.76;
  padding-inline: 30px;
  padding-block: 50px;
  max-width: 550px;
}

.pricing-switcher-currency .fieldset-currency {
    display: inline-block;
    position: relative;
    padding: 0px 0px;
    border-radius: 1em;
    background: rgb(23, 48, 120);
    margin-bottom: 0;
}
.pricing-switcher-currency input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.options-container{
  display: flex;
  justify-content: center;
}
.pricing-switcher-currency label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 41px;
    height: 37px;
    line-height: 40px;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    font-family: vag-light;
}
.pricing-switcher-currency .dolar{
    color: #173078;
}
.pricing-switcher-currency .tl{
    color: #fff;
}
.pricing-switcher-currency .switch-currency {
    position: absolute;
    top: -1px;
    left: -1px;
    height: 40px;
    width: 41px;
    background-color: #fff;
    border-radius: 1em;
    transition: transform 0.5s;
    color: rgb(23, 48, 120);
}

.pricing-switcher-currency {
    padding: 7px;
    right: 0;
}
.backgroundborder {
  border-radius: 12px;
  	background-color: #eff6ff;
  	border: 1px solid #bfdbfe;
}
.altyapi-ozellik-card{
  	border-radius: 8px;
  	background-color: #f3f4f6;
}
#abonebtn, .view-campaign{
  background: linear-gradient(90deg, #0082cf, #58b5eb);
  font-size: 18px;
}
.header-altyapi{
  background-color: #fff;
  position: absolute;
  right: 95px;
  box-shadow: -1px -9px 17.8px rgba(0, 0, 0, 0.03); 
  border: none;
  top: 19%;
}
@media (max-width: 768px) {
  .display-4 {
    font-size: 14px;
  }
  .sorgulama-sonucu{
    padding: 0!important;
  }
  .ni-topbar { 
    padding: 8px 12px;
    flex-wrap: wrap;
  }
  .harita::before {

    top: 0;
    left: 0;
    width: 572px;
    height: 200px;
  }
  .ni-topbar__tabs {
    margin-left: 0;
    order: 2;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
  
  .ni-topbar__actions {
    gap: 8px;
    top: 0;
    order: 1;
  }
  .altyapi_ozellik_img{
    width: 30px!important;
  }
   .altyapi_ozellik{
    font-size: 12px;
   }
  .ni-navbar {
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    gap: 10px;
  }
  /* Navbar sabit kalsın */
.ni-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99999999;
}

/* Menü navbar'ın altından başlasın */
.mobile-menu {
    position: fixed;
    top: 76px; /* navbar yüksekliği */
    left: 0;
    width: 100%;
    height: calc(100vh - 76px);
    overflow-y: auto;
}
  .internet, .altyapisini-sorgulama {
    font-size: 20px;
  }
  .altyapi-box .info {
    font-size: 16px;
  }
  .payment-bg{
    padding: 0px!important;
  }
  .ni-navbar__brand .ni-logo img {
    margin-left: 0;
    height: 38px;
  }
  .options-title-netinternetin-avantajl-dnya{
    padding-inline: 20px;
  }
  .options-title {
    margin-top: 0!important;
  }
  .ni-navbar__menu { 
    gap: 16px; 
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  
  .ni-navbar__menu a {
    font-size: 18px;
  }
  
  .ni-btn {
    padding: 12px 16px;
    font-size: 16px;
  }
  
  /* Hero Section Mobile */
  .hero-section {
    flex-direction: column;
    min-height: auto;
  }
  
  .left, .right {
    width: 100%;
  }
  
  .right {
    order: -1;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .ni-header .ni-header__hero {
    position: relative;
    width:100%;
    content: url('/public/assets/media/isik-hizinda-kesintisiz-mobile.png');
  }
  
  .ni-hero-text {
    margin-top: 40px;
    text-align: left;
    text-align: center;
  }
  
  .hero-text, .hero-text-primary {
    font-size: 36px;
    line-height: 110%;
  }
  
  .hero-hizli-basvuru {
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 30px;
    padding: 20px;
    max-width: none;
  }
  
  .simdi-basvurun, .sizi-arayalim {
    font-size: 20px;
  }
  .basvuru-txt{
    text-align: center;
    padding-top: 20px;
  }
  
  .hizli-basvuru-input {
    width: 100%;
    max-width: none;
  }
  
  .beni-arayin {
    position: absolute;
    margin-top: 15px;
    right: auto;
    width: 100%;
    max-width: 200px;
    margin-left: 20px;
  }
  
  .verify-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .ni-header {
    min-height: auto;
    padding-bottom: 30px;
    top: 30px;
  }
   .ni-header .ni-header__hero {
    transform: none!important;
   }
}
@media (min-width:768px ) and (max-width: 810) {
  .left{
    width: 100%!important;
  }
  .ni-header .ni-header__hero {
    display: none!important;
  }
}
@media (min-width:810 )and (max-width: 1024) {
.left{
    width: 60%!important;
  }
}
@media (max-width: 576px) {
  .ni-topbar__actions {
    flex-direction: column;
    width: 100%;
    gap: 5px;
  }
  
  .ni-btn {
    padding: 10px 12px;
    font-size: 14px;
    width: 100%;
    max-width: 150px;
  }
  
  .hero-text, .hero-text-primary {
    font-size: 28px!important;
  }
  .ni-navbar{
    margin-top: 0!important;
  }
  .simdi-basvurun, .sizi-arayalim {
    font-size: 20px;
  }
  .hero-text-primary-light{
    font-size: 28px!important;
  }
  .hero-desc{
    margin-top: 10px!important;
  }
  .hero-desc {
    font-size: 14px!important;
  }
  .header-altyapi{
    right: -1px;
    top: 12px!important;
    position: relative;
    max-width: 340px;
  }
  .hero-hizli-basvuru {
    padding: 15px;
  }
  .option-decs {
    font-size: 12px!important;
    padding-inline: 6px!important;
  }
  .options-section {
    font-size: 16px!important;
  }
  .gecikme-cards {
    padding-inline: 10px!important;
  }
  .opt-2-child ,.opt-1-child ,.opt-3-child ,.opt-4-child {
      width: 90px;
  }

  .footer-contact-row .d-flex{
    flex-direction: column;
    gap: 5px!important;

  }
  .contact-item{
    flex-direction: row!important;
  }
  .gcn-altyapsndan-alyor-container,.yannzdayz ,.ay-sabit-fiyat-container , .taahhtsz-nternet-keyfi-container{
    padding-block: 10px;
  }
  .fber-100 {
    font-size: 24px;
    padding: 10px;
  }
  .mbps-download-12-container {
    font-size: 18px;
  }
  .mbps-download-12-mbps-upload-k {
    padding-left: 24px;
  }
  .paketler{
    padding-top: 0;
    flex-direction: column;
  }
  .fiber-35,.fiber-50, .fiber-100{
    transform: none;
    width: auto;
    height: 476px!important;
    margin-bottom: 20px;
    padding-inline: 20px!important;
  }
  .fber-35,.fber-50,.fber-100 {
    font-size: 24px;
  }
  .mbps-download-12-mbps-upload-k{
    font-size: 16px;
  }
  .mbps-download{
    line-height: 38px!important;
  }
  .aylik {
    font-size: 24px!important;
    height: 70px!important;
  }
  .abone-ol{
    right: 22%!important;
  }
  .kampanyalar img{
    height: auto!important;
  }
  .tac-icon{
    width: 190px!important;
    top: -95px!important;
    left: -66px!important;
  }
  .incele {
    padding: 12px !important;
    width: 100%;
  text-align: center;
  }
  .campaign-section {
    border-radius: 37px!important;
    text-align: center!important;
     padding: 0!important;
  }
  .campaign-text {
    padding: 50px 47px!important;
    align-items: center!important;
     justify-content: center!important;
  }
  .fiber-yuksek-hizlarda, .indirim-kampanyasi{
    font-size: 30px!important;
  }
  .campaign-section .subtitle {
    font-size: 18px!important;
  }
  .campaign-section .kampanya-incele {
    font-size: 18px!important;
  }
   .campaign-section{
    margin-top: 0!important;
    margin-inline: 10px!important;
   }
   .campaign-section .campaign-img {
    display: none;
   }
   .diger-paketler {
    margin-bottom: 30px!important;
   }
   .carousel-item-container{
    display: block!important;
   }
}

/* Tablet özel düzenlemeler */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-section {
    align-items: center;
  }
  
  .right {
    width: 40%;
  }
  
  .ni-header .ni-header__hero {
    width: clamp(300px, 35vw, 450px);
    height: auto;
  }
  
  .hero-text, .hero-text-primary {
    font-size: 56px;
  }
}
.blogs{
  padding-inline: 200px;
  
}
.blogs {
  margin: 50px auto;
  max-width: 1300px;
  padding-inline: 20px;
  margin-bottom: 50px;
}

.blogs .main-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.fiber-yuksek-hizlarda {
  color: #0066cc;
  font-weight: bold;
}

.indirim-kampanyasi {
  color: #000;
  font-weight: bold;
}

/* Genel blog kartı */
.blog-card {
  background: #fff;
  border-radius: 10px;
  margin: 10px;
  min-height: 655px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.blog-card .img {
  background: #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  min-height: 400px;
}
.blog-card .img img{
  border-radius: 10px;
  object-fit: cover;
  height: 400px;
}
/* En Çok Okunan grid */
/* Carousel Item Container */
  .carousel-item-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      padding: 0 10px;
  }
  
  /* Sol taraf - büyük kart */
  .popular-big {
      background: white;
      border-radius: 10px;
      overflow: hidden;
      border: 1px solid rgba(0, 0, 0, 0.5);
      display: flex;
      flex-direction: column;
  }
  
  .popular-big .img {
      width: 100%;
      height: 496px;
      position: relative;
      overflow: hidden;
  }
  
  
  .popular-big .content {
      padding: 25px;
  }
  
  .popular-big .blog-title {
      color: #0099ff;
      font-size: 24px;
      margin-bottom: 8px;
      font-weight: 600;
      text-decoration: none;
  }
  .popular-big .img img{
    border-radius: 10px;
    object-fit: cover;
    height: 496px;
  }
   .popular-small .img img{
    border-radius: 10px;
    object-fit: cover;
    height: 206px;
  }
  .popular-big .subtitle {
      color: #333;
      font-size: 20px;
      margin-bottom: 15px;
      font-weight: 400;
  }
  
  .popular-big .desc {
      color: #666;
      font-size: 14px;
      line-height: 1.6;
  }
  
  /* Sağ taraf - küçük kartlar container */
  .right-column {
      display: flex;
      flex-direction: column;
      gap: 20px;
  }
  
  /* Küçük kartlar */
  .popular-small {
      background: white;
      border-radius: 12px;
      overflow: hidden;
        border: 1px solid rgba(0, 0, 0, 0.5);
      min-height: 140px;
  }
  .grid-popular .desc{
    -webkit-line-clamp:2!important;
  }
  .popular-small .img {
      position: relative;
      overflow: hidden;
  }
    
  .popular-small .content {
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  
  .popular-small .blog-title {
      color: #0099ff;
      font-size: 18px;
      margin-bottom: 6px;
      font-weight: 700;
      text-decoration: none;
      font-family: 'Poppins';
  }
  
  .popular-small .subtitle {
      color: #333;
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 400;
  }
  
  .popular-small .desc {
      color: #666;
      font-size: 13px;
      line-height: 1.5;
  }
  
  
  /* Responsive */
  @media (max-width: 768px) {
      .carousel-item-container {
          grid-template-columns: 1fr;
      }
      
      .popular-small {
          grid-template-columns: 120px 1fr;
          min-height: 100px;
      }
      
      .popular-big .img {
          height: 200px;
      }
      
      .blogs h2 {
          font-size: 24px;
      }
  }
/* Diğer yazılar grid */
.other-blog-card {
  background: #fff;
  border-radius: 10px;
  margin: 10px;
  min-height: 600px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.other-blog-card .img {
  background: #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  min-height: 267px;
}
.other-blog-card .img img{
  border-radius: 10px;
  object-fit: cover;
  height: 267px;
}
.other-blogs {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
  gap: 20px;
}
.other-blogs .blog-title {
  font-size: 24px;
  font-family: 'Poppins';
  color: #068bdb;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 30px;
  text-decoration: none;
}
.blogs .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

  font-size:20px;
  letter-spacing: -0.01em;
  line-height: 30px;
  font-family: Poppins;
  color: rgba(0, 0, 0, 0.8);
}

.blog-page-link ,.blog-slug{
  	font-size: 18px;
  	letter-spacing: -0.01em;
  	line-height: 45px;
  	font-weight: 300;
  	font-family: Poppins;
  	color: #068bdb;
    text-decoration: none;

}
.blog-slug {
  	color: rgba(0, 0, 0, 0.3);
}



.aylik{
  font-size: 36px;
  line-height: 228%;
  font-family: 'Galano Gratesque';
  border-radius: 12px;
  background-color: #fefefe;
  height: 86px;
}
.abone-ol{
  border-radius: 12px;
  background-color: #fd9302;
  padding: 12px 25px;
  text-decoration: none;
  color: #fff;
  position: absolute;
  bottom: -25px;
  right: 34%;
}
.incele{
  border-radius: 12px;
  background-color: #fd9302;
  padding: 12px 150px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.tac-icon{
  position: absolute;
  top: -124px;
  left: -86px;
}
.diger-paketler{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 130px;
  margin-inline: 10px;
  
}
.campaign-section{
  border-radius: 97px;
  background-color: #eaedf0;
  margin-top: 185px;
  margin-inline: 250px;
}
.campaign-section .campaign-img{
  position: absolute;
  right: 0;
  bottom: 0;
  height: 516px;
  width: auto;
}
.fiber-yuksek-hizlarda{
  color: #068bdb;
}
.fiber-yuksek-hizlarda, .indirim-kampanyasi{
  text-align: center;
  font-size: 50px;
  font-family: 'Galano Grotesque';
  line-height: 117%;
  font-weight: 700;
}
.campaign-section .subtitle{
    font-size: 24px;
    font-family: 'Poppins';
    line-height: 117%;
    font-weight: 200;
    margin-top: 30px;
}
.campaign-section .kampanya-incele{
    font-size: 24px;
    font-family: 'Poppins';
    line-height: 117%;
    font-weight: 600;
    margin-top: 30px;
    background-color: #068bdb;
    padding: 15px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
}
.campaign-text{
  padding:55px 86px ;
}
.kampanyalar{
  	width: 565px;
  	position: relative;
  	border-radius: 14px;
  	background-color: #fff;
  	border: 1px solid #e7e8ec;
  	box-sizing: border-box;
  	height: 744px;
}
.pricing-switcher input[type=radio]:checked+label+.switch, .pricing-switcher input[type=radio]:checked+label:nth-of-type(n)+.switch {
    transform: translateX(102px);
}
.pricing-switcher-currency input[type=radio]:checked+label+.switch-currency, .pricing-switcher-currency input[type=radio]:checked+label:nth-of-type(n)+.switch-currency {
    transform: translateX(43px);
}
.pricing-switcher-currency .fieldset-currency input[type=radio]:checked+label {
    color: rgb(0, 128, 215) !important;
    opacity: 1;
}
.pricing-switcher .fieldset input[type=radio]:checked+label {
    color: rgb(0, 128, 215) !important;
    opacity: 1;
}
.kampanyalar img{
  width: 100%;
  height: 270px;
  margin-top: 48px;
}
.owl-carousel3{
  margin-block: 80px;
  display: flex;
  align-items: center;
}
.owl-carousel3 .title{
  font-size: 32px;
  line-height: 110%;
  font-family: 'Poppins';
  color: #003e66;
  font-weight: 700;
}
.son-yazilar-slider .blog-title{
  font-size: 24px;
  font-family: 'Poppins';
  color: #068bdb;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 30px;
  text-decoration: none;
}
.last-two2{
  color: #000;
}


.owl-carousel3 .text{
  margin-top: 76px;
  margin-left: 40px;
}
.owl-carousel3 .desc{
  margin-top: 33px;
  color: #797979;
  font-size: 20px;
  line-height: 110%;
  font-family: 'Poppins';
  font-weight: 200;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;

}
.owl-carousel3 .owl-stage-outer{
  padding: 20px 0; /* kartları ortalamada üst-alt nefes */
  overflow: hidden; /* kenarlardaki kartların bir kısmı kesilsin */
}
.owl-carousel3 .owl-item{
  display: flex;
  justify-content: center; /* kartları hücre içinde ortala */
  transition: opacity .25s ease, transform .25s ease;
}
.owl-carousel3 .kampanyalar{
  margin: 0 auto; /* kartın kendisini ortala */
}
/* ortadaki kart vurgulu, kenardakiler soluk */
.owl-carousel3 .owl-item:not(.center){
  opacity: .45;
}
.owl-carousel3 .owl-item.center, .owl-carousel1 .owl-item.center, .gecikme-cards-slider .owl-item.center{
  opacity: 1;
}
/* dots */
.owl-carousel3 .owl-dots, .owl-carousel1 .owl-dots, .gecikme-cards-slider .owl-dots{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.owl-carousel3 .owl-dot span, .owl-carousel1 .owl-dot span, .gecikme-cards-slider .owl-dot span{
  width: 10px;
  height: 10px;
  background: #d9dde3;
  display: block;
  border-radius: 999px;
  transition: background-color .2s ease, transform .2s ease;
}
.owl-carousel3 .owl-dot.active span, .owl-carousel1 .owl-dot.active span, .gecikme-cards-slider .owl-dot.active span{
  background: #068bdb;
  transform: scale(1.15);
}
.son-yazilar-slider .owl-dots, .owl-carousel1 .owl-dots{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.son-yazilar-slider .owl-dot span, .owl-carousel1 .owl-dot span{
  width: 20px;
  height: 20px;
  background: #d9dde3;
  display: block;
  border-radius: 999px;
  transition: background-color .2s ease, transform .2s ease;
}
.son-yazilar-slider .owl-dot.active span, .owl-carousel1 .owl-dot.active span{
  background: #068bdb;
  transform: scale(1.15);
}

.grid-popular .owl-dots, .owl-carousel1 .owl-dots{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.grid-popular .owl-dot span, .owl-carousel1 .owl-dot span{
  width: 20px;
  height: 20px;
  background: #d9dde3;
  display: block;
  border-radius: 999px;
  transition: background-color .2s ease, transform .2s ease;
}
.grid-popular .owl-dot.active span, .owl-carousel1 .owl-dot.active span{
  background: #068bdb;
  transform: scale(1.15);
}

.other-blogs .owl-dots, .owl-carousel1 .owl-dots{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.other-blogs .owl-dot span, .owl-carousel1 .owl-dot span{
  width: 20px;
  height: 20px;
  background: #d9dde3;
  display: block;
  border-radius: 999px;
  transition: background-color .2s ease, transform .2s ease;
}
.other-blogs .owl-dot.active span, .owl-carousel1 .owl-dot.active span{
  background: #068bdb;
  transform: scale(1.15);
}
.last-two {
  color: #068bdb;
}

/* === FAQ (Sıkça Sorulan Sorular) === */
.faq{
  max-width: 980px;
  margin: 20px auto 80px;
}
.faq-item{
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #068bdb;
  margin-bottom: 26px;
  overflow: hidden;
}
.faq-question{
  width: 100%;
  background: #068bdb;
  color: #fff;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
}
.faq-icon{
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  position: relative;
}
.faq-icon::before,
.faq-icon::after{
  content: "";
  position: absolute;
  background: #068bdb;
  transition: transform .2s ease;
}
.faq-icon::before{ /* yatay */
  width: 12px; height: 2px;
}
.faq-icon::after{ /* dikey */
  width: 2px; height: 12px;
}
.faq-item.is-open .faq-icon::after{ /* eksiye dönüşsün */
  transform: scaleY(0);
}
.faq-answer{
  padding: 16px 22px 24px;
  display: none;
  color: #364152;
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 150%;
  background: #fff;
}
.faq-item.is-open .faq-answer{
  display: block;
}

/* === Footer Promo === */


footer {
    position: relative;
    left: 0;
    width: 100%;
    min-height: 560px; /* içerik için daha fazla alan */
    padding: 40px 0 24px; /* üst boşluğu azalt */
    overflow: hidden; /* dalgaları içeride tut */
    color: white;
    text-align: center;
}

footer::before,
footer::after {
    content: '';
    position: absolute;
    
    
    z-index: -1;
    left: 0;
    bottom: 0;
}

footer::before {
    background-image: url('/public/assets/media/footer-bg-shadow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; 
    height: 100%;
}

footer::after {
    background-image: url('/public/assets/media/footer-wave.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; 
    height: 90%;
}
.footer-accordion{
  display: none;
}

.footer-icerik {
    position: relative;
    z-index: 1;
    padding-top: 140px;
}

.footer-icerik a {
    color: #ffffff;
    text-decoration: none;
}
.app-promo{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 300px;
  margin-top: 10px;
}
.active > .page-link, .page-link.active{
  background-color: #068BDB;
}
.page-link{
  color: #000;
}
.app-promo__text{max-width:520px;text-align:left;margin-top: 110px;}
.app-promo__text h2{margin:0 0 10px 0;font-family:'Galano Grotesque';font-weight:700;font-size:34px;line-height:120%;color: #fff;}
.app-promo__text p{margin:0 0 18px 0;font-family:'Poppins';font-size:18px;color:#eaf4ff}
.app-buttons{display:flex;gap:12px}
.app-buttons img{height:48px;border-radius:6px}
.store-google{
  display:inline-grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto auto;
  grid-template-areas:
    "logo top"
    "logo bottom";
  align-items:center;
  column-gap:8px;
  row-gap:2px;
  padding:6px 12px;
  background:#000;
  border:1px solid #fff;
  border-radius:8px;
}
.store-google img{grid-area:logo;height:24px;width:auto;display:block}
.store-google::before{
  content:"GET IT ON";
  grid-area:top;
  color:#fff;
  font-family:'Poppins';
  font-weight:600;
  font-size:10px;
  letter-spacing:0.06em;
  line-height:1;
  opacity:.85;
}
.store-google::after{
  content:"Google Play";
  grid-area:bottom;
  color:#fff;
  font-family:'Poppins';
  font-weight:600;
  font-size:16px;
  line-height:1.1;
}
.app-promo__visual{position:relative}
.app-phone{height:400px;width:auto;display:block;filter:drop-shadow(0 20px 40px rgba(0,0,0,.25))}
.footer-divider{position:relative;height:1px;opacity:1;background:#ffffff;margin:28px auto;max-width:960px;border-radius:2px}
.footer-divider::after{content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);width:36%;height:4px;background:#00639E;border-radius:2px}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;text-align:left}
.footer-col h3{margin:0 0 10px 0;font-size:20px;font-family:'Poppins';font-weight:700}
.footer-col ul{margin:0;padding:0;list-style:none;display:grid;gap:6px}
.footer-col a{color:#fff;opacity:.9}
.footer-bottom{margin:24px auto 0;text-align:center;padding:0 16px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.footer-brand{margin-bottom:8px}
.footer-legal{margin:8px 0 16px 0;font-size:12px;opacity:.8;max-width: 600px;}
.footer-bottom-bar{display:flex;align-items:center;justify-content:center;gap:12px;font-size:14px}
.footer-bottom-bar .dot{width:4px;height:4px;border-radius:999px;background:#ffffff;display:inline-block}

.footer-contact-row{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:10px;width:100%;padding-inline: 150px;}
.contact-item{display:flex;align-items:center;color:#fff;text-decoration:none;gap:12px}
.contact-item img{height:36px;width:auto}
.contact-item.phone span{font-family:'Poppins';font-weight:200;font-size:24px;opacity:.9}
.contact-item.address{display:flex;gap:4px}
.address-top{display:flex;align-items:center;gap:8px}
.address-top span{font-family:'Poppins';font-weight:200;font-size:14px;opacity:.95}
.address-sub{font-family:'Poppins';font-weight:400;font-size:12px;opacity:.85;margin-left:16px}
.social-links{display:flex;align-items:center;gap:12px}
.social-links img{height:22px;width:auto;opacity:.95}

.sikca-sorulan-sorular .sikca-sorulan{
  font-size: 50px;
  line-height: 96%;
  font-family: 'Galano Grotesque';
  color: #068bdb;
  font-weight: 700;
}
.sikca-sorulan-sorular .sorular{
  font-size: 50px;
  line-height: 96%;
  font-family: 'Galano Grotesque';
  font-weight: 700;
}




@media (max-width: 576px){
  .app-promo h2{ font-size: 30px; }
  .app-promo p{ font-size: 16px; }
  .app-buttons img{ height: 40px; }
  .footer-links{ grid-template-columns: 1fr; }
  .footer-bottom-bar{ flex-direction: column; text-align: center; }
  .cayma-bedeli-yok{
    font-size: 12px!important;
    width: auto!important;
  } .owl-carousel3 .title {
    font-size: 24px;
   }
   .owl-carousel3 .desc {
    font-size: 18px;
   }
   .owl-carousel3 .text {
      margin-inline: 20px!important;
      margin-top: 20px;
   }
    .owl-carousel3 .desc {
      margin-top: 20px;
     }
     .kampanyalar {
      height: 480px!important;
     }
     .sikca-sorulan, .sorular{
      font-size: 36px!important;
    }
    .faq-question{
      font-size: 14px!important;
    }
    .faq-answer {
      font-size: 12px;
    }
    .faq{
      margin-inline:10px!important;
      margin-bottom: 0px!important;
    }
    
    
}

@media (max-width: 992px){
  .app-promo{flex-direction:column;text-align:center}
  .app-promo__text{text-align:center}
  .app-phone{height:200px}
}
/* Genişlik 1706px'in altına düşerse hero görselini ve hero metnini orantılı küçült */
@media (max-width: 1706px) {
  .ni-header .ni-header__hero {
    transform: scale(0.9);
    transform-origin: top right;
  }

  .hero-text,
  .hero-text-primary {
    font-size: clamp(40px, 4.5vw, 50px); /* Orantılı küçülme */
  }

  .hero-hizli-basvuru {
    max-width: 700px;
    padding: 20px;
  }
  .ni-navbar__brand .ni-logo img {
    height: 32px!important;
  }
  .ni-navbar__menu a {
    font-size: 18px!important;
    white-space: nowrap;
  }
}

/* Genişlik 1500px altı */
@media (max-width: 1500px) {
  .ni-header .ni-header__hero {
    transform: scale(0.8);
  }
  .campaign-section .campaign-img {
    height: 400px;
  }
  .hero-text,
  .hero-text-primary {
    font-size: clamp(52px, 4vw, 56px);
  }
  .hero-hizli-basvuru {
    display: block;
  }
  .sabit-fiyat-snrsz-hz-kes{
    font-size: clamp(30px, 4vw, 36px);
  }
  .options-title-netinternetin-avantajl-dnya{
    font-size: clamp(18px, 4vw, 24px);
  }
}

/* Genişlik 1350px altı */
@media (max-width: 1350px) {
  .ni-header .ni-header__hero {
    transform: scale(0.75);
  }

  .hero-text,
  .hero-text-primary {
    font-size: clamp(48px, 3.5vw, 56px);
  }
  .hero-text-primary-light {
    font-size: clamp(48px, 3.5vw, 56px);
  }
  .hero-desc{
    font-size: clamp(24px, 2.5vw, 34px);
  }
    .ni-topbar__tabs a {
      font-size: 18px;
    }
}
@media (max-width: 1200px) {
  .hero-hizli-basvuru {
      max-width: 480px;
    }
     .beni-arayin {
      font-size: 18px;
      min-width: 160px;
     }
     
     .mbps-download-12-container {
      font-size: 24px!important;
    }
    .paketler{
      padding-top: 130px!important;
    }
    .fiber-35, .fiber-50 {
      height: 557px;
      width: 350px!important;
    }
    .fiber-100 {
      height: 557px;
      width: 350px!important;

    }
    .header-altyapi {
      top: 80%;
    }
    .gecikme-card .info {
      font-size: 14px;
    }
    .gecikme-card .title,.gecikme-card .title-slim {
      font-size: 24px;
    }
}
@media (min-width: 540px) and (max-width: 1200px) {
    .aylik {
      font-size: 26px!important;
      height:68px;
     }
     .fber-35,.fber-50, .fber-100 {
        font-size: 26px;
     }
     .mbps-download-12-mbps-upload-k {
      font-size: 16px;
     }
     .mbps-download-12-mbps-upload-k {
      padding-left: 20px;
     }
     .abone-ol {
      padding: 6px 20px;
      bottom: -18px;
      right: 27%;
    }
    .options-section {
    font-size: 26px!important;
    }
    .option-decs {
      font-size: 18px;
    }
    .campaign-section {
    border-radius: 37px!important;
  }
  .campaign-text {
    padding: 50px 47px!important;;
  }
  .fiber-yuksek-hizlarda, .indirim-kampanyasi{
    font-size: 30px!important;
  }
  .campaign-section .subtitle {
    font-size: 18px!important;
  }
  .campaign-section .kampanya-incele {
    font-size: 18px!important;
  }
   .campaign-section{
    margin-top: 150px!important;
    margin-inline: 40px!important;
   }
   .campaign-section .campaign-img {
    height: 476px!important;
   }
   .diger-paketler {
    margin-bottom: 30px!important;
   }
   .owl-carousel3 .title {
    font-size: 24px;
   }
   .owl-carousel3 .desc {
    font-size: 18px;
   }
   .owl-carousel3 .text {
      margin-inline: 20px!important;
      margin-top: 20px;
   }
    .owl-carousel3 .desc {
      margin-top: 20px;
     }
     .kampanyalar {
      height: 620px!important;
     }
     .sikca-sorulan, .sorular{
      font-size: 36px!important;
    }
   
}
@media (min-width: 810px) and (max-width: 1200px) {
  .header-altyapi {
      top: 9%;
    right: -23%;
    position: relative;
    min-width: 550px;
    }
 .app-promo{
      padding: 0 50px!important;
    }
  .footer-links {
    padding-inline: 80px;
  }
  .app-phone {
    height: 330px;
  }
   .contact-item.phone span{
        font-size: 16px!important;
    }
    .footer-contact-row {
      padding-inline: 40px!important;
    }
}
html{
  overflow-x: hidden;
}
@media (min-width: 540px) and (max-width: 810px) {
  .sabit-fiyat-snrsz-hz-kes{
    padding-inline: 126px;
  }
  .app-promo{
      padding: 0 50px!important;
    }
  .footer-links {
    padding-inline: 80px;
  }
  .app-phone {
    height: 230px;
  }
   .contact-item.phone span{
        font-size: 16px!important;
    }
    .footer-contact-row {
      padding-inline: 40px!important;
    }
    .app-promo {
      flex-direction: column-reverse!important;
    }
    .app-promo__text h2 {
      font-size: 26px;
    }
    .app-buttons{
      justify-content: center;
    }
    .app-promo__visual {
      top: 100px;
    }
    .footer-icerik {
      padding-top: 0!important;
    }
    .blog-section{
      padding-left: 60px!important;
    }
    .post-title{
      font-size: 36px!important;
      max-width: 500px!important;
    }
    .blog-reklam img{
      width: 186px!important;
    }
}
@media (max-width: 576px) {
    .app-promo{
        padding: 0 0px!important;
        flex-direction: column-reverse!important;
    }
    .app-promo__text h2 {
        font-size: 26px;
    }
    .app-buttons{
        justify-content: center;
    }
    .app-promo__visual {
        top: 100px;
    }
    .app-phone {
        height: 278px;
    }
    .footer-icerik {
        padding-top: 0!important;
    }
    .footer{
      padding: 0!important;
    }
    .contact-item.phone span{
        font-size: 12px!important;
    }
    .footer-contact-row {
        padding-inline: 40px!important;
    }
    footer::before {
      background-position: center;
      height: 87%;
    }
    footer::after {
      background-position: center;
      height: 82%;

    }

    /* --- YENİ EKLENEN ACCORDION STİLLERİ --- */

    /* Orjinal link sütunlarını mobilde gizle */
    .footer-links {
        display: none;
    }

    /* Accordion ana kapsayıcısını göster ve ayarla */
    .footer-accordion {
        display: block;
        padding-inline: 40px; /* Kenar boşlukları */
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .accordion-item {
        margin-bottom: 10px;
    }

    .accordion-header {
        background-color: #F4F8FE; /* Mavi arka plan */
        color: #068bdb;
        padding: 2px 20px;
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background-color 0.3s ease;
    }
    
    .accordion-header h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 500;
    }

    .accordion-icon {
        font-size: 24px;
        font-weight: bold;
        transition: transform 0.3s ease;
    }
    
    /* Accordion açıldığında başlık stili (resimdeki gibi) */
    .accordion-item.active .accordion-header {
      background-color: #F4F8FE; /* Mavi arka plan */
        color: #068bdb;
    }

    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out, padding 0.3s ease-out;
        background-color: #068bdb;
        border-radius: 0 0 8px 8px;
        color: white;
        border-right: 1px solid white;
        border-left: 1px solid white;
        border-radius: 0 0 8px 8px;
        border-top: none;
    }
    
    .accordion-content ul {
        list-style: none;
        padding: 0 20px 15px 20px;
        margin: 0;
    }

    .accordion-content ul li {
        padding: 8px 0;
    }

    .accordion-content ul li a {
        color: #f4f8fe;
        text-decoration: none;
        font-size: 15px;
    }
    .contact-item img {
      height: 23px;
      width: auto;
    }
    .footer-contact-row:first{
      flex-direction: column;
    }
    .footer-brand img{
      height: 22px!important;
    }
    .social-links img {
        height: 16px;
      }
      .store-google::after {
        font-size: 12px!important;
      }
      .store-btn.store-google img {
         height: 30px;
      }
      .footer-contact-row {
        padding-inline: 0!important;
      }

      .post-title{
        font-size: 24px!important;
        max-width: 500px!important;
      }
      .blog-reklam img{
        display: none!important;
      }
      .blog-section{
        padding-left: 20px!important;
        padding-right: 20px!important;
      }
      .blog-page-link, .blog-slug, .blog-page-link, .blog-date{
        font-size: 14px!important;
      }
      .blog-icerik p{
        font-size: 16px!important;
      }
      #myForm{
        max-width: 350px!important;
      }
       .mobile-menu {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100vh;
          background: #fff;
          transform: translateY(-100%);
          transition: transform 0.4s ease;
          z-index: 9999;
          overflow-y: auto;
          display: flex;
          flex-direction: column;
      }
    .mobile-top-menu{
        border-bottom: 1px solid #afafaf4a;
    }
    .veri-mobile, .evde-internet-mobile{
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        font-family: Inter;
        color: #000;
        padding: 12px;
    }
    .veri-mobile.active, .evde-internet-mobile.active{
        font-size: 14px;
        line-height: 20px;
        font-family: Inter;
        color: #0082cf;
        border-bottom: 4px solid #0082cf;
        font-weight:600
    }
    .musteri-paneli-mobile{
        border-radius: 6px;
        background: linear-gradient(90deg, #0082cf, #58b5eb);
        color: #fff;
        padding: 4px 8px;
        font-size: 14px;
        margin-right: 5px;
    }
    
    .mobile-menu.active {
          transform: translateY(0);
          top: 70px;    
        }

    .mobile-menu-content {
        padding: 32px 20px;
        display: flex;
        flex-direction: column;
        gap: 18px;
        padding-bottom: 0px;
    }
    .mobile-menu-content {
        flex: 1;
        overflow-y: auto;
    }
    body.menu-open {
        overflow: hidden;
    }
    .mobile-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        color: #0082CF;
        font-weight: 400;
        text-decoration: none;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 10px;
    }

    .mobile-item span {
        font-size: 22px;
        color: #58B5EB;
    }
    .mobile-menu-footer{
        background-color: #f4f4f4;
        padding-block: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-footer-text{
        font-size: 12px;
        line-height: 20px;
        font-family: Inter;
        color: #bdbdc2;
        margin-inline:6px
    }
    .mobile-footer-text-blue{
        font-size: 12px;
        line-height: 20px;
        font-family: Inter;
        color: #12567f;
            margin-inline:6px
    }
    .mobile-footer-dik-cizgi{
        width: 1px;
        height: 20px;
        background-color: #bdbdc2;
    }
    
    .menu-toggle {
    cursor: pointer;
    }

    body.menu-open {
        overflow: hidden;
    }
     .mobile-menu-content,
    .mobile-hizmetlerimiz-menu {
    transition: transform 0.4s ease, opacity 0.4s ease;
    }
    .mobile-title{
        color: #575757;
        font-weight: 500;
        font-size: 18px;
    }
    .mobile-border-bottom{
        border-bottom: 1px solid #00000015;
    }
    .mobile-menu-content.hide {
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    }

    .mobile-hizmetlerimiz-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    }

    .mobile-hizmetlerimiz-menu.show {
    left: 0;
    opacity: 1;
    pointer-events: all;
    }

    /* Geri butonu */
    .mobile-back {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0082CF;
    font-weight: 500;
    text-decoration: none;
    }

    .mobile-back svg {
    width: 14px;
    height: 14px;
    }

    /* Alt menü öğeleri */
    .mobile-sub-item {
    display: block;
    padding-top: 12px;
    padding-bottom: 6px;
    color: #292828;
    text-decoration: none;
    font-weight: 500;
    }
    .mobile-hemen-incele{
        color: #007BC1!important;
        font-size: 16px!important;
        font-weight: 400!important;
    }

    .mobile-sub-item span {
    display: block;
    color: #666;
    font-size: 13px;
    margin-top: 3px;
    }
    .mobile-sub-item span{
        display: none; 
        opacity: 0;
        transition: opacity 0.5s ease-in-out; 
        font-size: 0.85em;
        color: #6c757d;
        
    }
    .mobile-sub-item a {
        display: none;
        opacity: 0; 
        transition: opacity 0.5s ease-in-out; 
        font-size: 0.85em;
        color: #6c757d;
        
    }
    .mobile-sub-item.is-scrolled span {
        display: block; 
        opacity: 1; 
    }
    .mobile-sub-item.is-scrolled a {
        display: block; 
        opacity: 1; 
    }
    .hiz-testi-title, .hiz-testi-title-blue{
      font-size: 24px!important;
    }
    .hiz-testi-desc{
      font-size: 16px!important;

    }
    .teknik-ozellik-card-title{
      font-size: 20px!important;
    }
}
a{
  text-decoration: none!important;
}
.gecikme-cards-slider .owl-stage{
  padding-block: 20px;
}
.gecikme-cards-slider .gecikme-card-item, .gecikme-cards-slider .owl-item{
  height: auto;
}
body{
  overflow-x: hidden;
}
.hiz-testi-title, .hiz-testi-title-blue{
  font-size: 32px;
  line-height: 108%;
  display: inline-block;
  font-family: Poppins;
  text-align: left;
  color: #12567f;
  font-weight: 700;
}
.hiz-testi-title-blue{
  background: linear-gradient(90deg, #0082cf, #58b5eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kurumsal-card-title, .kurumsal-card-title-blue{
  font-size:24px;
  line-height: 108%;
  font-family: Poppins;
  text-align: left;
  color: #12567f;
  font-weight: 700;
  display: flex;
}
.kurumsal-card-title-blue{
  background: linear-gradient(90deg, #0082cf, #58b5eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.speedtest-wrapper img{
  width: auto;
  height: 384px;
}
.hiz-testi-desc{
  	font-size: 20px;
  	line-height: 124%;
  	font-weight: 500;
  	font-family: Poppins;
  	color: #12567f;
  	text-align: left;
  	display: inline-block;
}


.daha-fazla {
  	width: 100%;
  	height: 50px;
  	box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  	border-radius: 16px;
  	background: linear-gradient(90deg, #0082cf, #58b5eb);
  	overflow: hidden;
  	text-align: center;
  	font-size: 16px;
  	color: #fff;
  	font-family: Inter;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-banner {
    background: linear-gradient(90deg, #0082cf, #00395b); /* Mavi gradient */
    color: white;
    padding: 54px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden; /* SVG'nin taşan kısımlarını gizlemek için */
    margin-top: 150px;
}

/* SVG Arka Plan Deseni */
.info-banner::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px; /* Sağa biraz dışarı taşırdık */
    transform: translateY(-50%);
    width: 214px; /* SVG genişliği */
    height: 218px; /* SVG yüksekliği */
    /* SVG kodunu doğrudan background-image olarak kullandık. */
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg width='214' height='218' viewBox='0 0 214 218' fill='none' xmlns='http://www.w3.org/2000/svg'><g opacity='0.1'><path d='M195.697 182.88H185.57C182.214 182.88 179.493 185.652 179.493 189.071V199.39C179.493 202.809 182.214 205.581 185.57 205.581H195.697C199.053 205.581 201.773 202.809 201.773 199.39V189.071C201.773 185.652 199.053 182.88 195.697 182.88Z' fill='white'/><path d='M180.267 161.943C180.267 159.953 179.491 158.044 178.11 156.637C176.728 155.229 174.855 154.439 172.901 154.439H158.944C156.991 154.439 155.117 155.229 153.736 156.637C152.355 158.044 151.579 159.953 151.579 161.943V176.239C151.579 178.229 152.355 180.138 153.736 181.545C155.117 182.952 156.991 183.743 158.944 183.743H172.901C174.855 183.743 176.728 182.952 178.11 181.545C179.491 180.138 180.267 178.229 180.267 176.239V161.943Z' fill='white'/><path d='M209.36 145.584H203.91C201.347 145.584 199.269 147.7 199.269 150.311V155.865C199.269 158.476 201.347 160.592 203.91 160.592H209.36C211.923 160.592 214 158.476 214 155.865V150.311C214 147.7 211.923 145.584 209.36 145.584Z' fill='white'/><path d='M192.199 125.172H184.575C181.606 125.172 179.199 127.624 179.199 130.65V138.379C179.199 141.405 181.606 143.857 184.575 143.857H192.199C195.168 143.857 197.575 141.405 197.575 138.379V130.65C197.575 127.624 195.168 125.172 192.199 125.172Z' fill='white'/><path d='M170.802 100.971H162.811C158.743 100.971 155.446 104.33 155.446 108.475V116.617C155.446 120.762 158.743 124.121 162.811 124.121H170.802C174.87 124.121 178.168 120.762 178.168 116.617V108.475C178.168 104.33 174.87 100.971 170.802 100.971Z' fill='white'/><path d='M147.049 71.2161H133.607C129.539 71.2161 126.242 74.5759 126.242 78.7204V92.4157C126.242 96.5603 129.539 99.9201 133.607 99.9201H147.049C151.117 99.9201 154.414 96.5603 154.414 92.4157V78.7204C154.414 74.5759 151.117 71.2161 147.049 71.2161Z' fill='white'/><path d='M152.978 202.991H147.528C144.965 202.991 142.888 205.108 142.888 207.719V213.272C142.888 215.883 144.965 218 147.528 218H152.978C155.541 218 157.618 215.883 157.618 213.272V207.719C157.618 205.108 155.541 202.991 152.978 202.991Z' fill='white'/><path d='M135.817 182.58H128.194C125.224 182.58 122.817 185.033 122.817 188.058V195.788C122.817 198.813 125.224 201.266 128.194 201.266H135.817C138.786 201.266 141.194 198.813 141.194 195.788V188.058C141.194 185.033 138.786 182.58 135.817 182.58Z' fill='white'/><path d='M114.421 158.378H106.429C102.362 158.378 99.064 161.738 99.064 165.883V174.025C99.064 178.169 102.362 181.529 106.429 181.529H114.421C118.488 181.529 121.786 178.169 121.786 174.025V165.883C121.786 161.738 118.488 158.378 114.421 158.378Z' fill='white'/><path d='M90.6672 128.624H77.2255C73.1577 128.624 69.8602 131.984 69.8602 136.128V149.824C69.8602 153.968 73.1577 157.328 77.2255 157.328H90.6672C94.735 157.328 98.0326 153.968 98.0326 149.824V136.128C98.0326 131.984 94.735 128.624 90.6672 128.624Z' fill='white'/><path d='M144.729 117.78H122.927C118.859 117.78 115.562 121.14 115.562 125.285V147.46C115.562 151.604 118.859 154.964 122.927 154.964H144.729C148.796 154.964 152.094 151.604 152.094 147.46V125.285C152.094 121.14 148.796 117.78 144.729 117.78Z' fill='white'/><path d='M196.36 20.8244H188.81C184.743 20.8244 181.445 24.1842 181.445 28.3287V36.0206C181.445 40.1652 184.743 43.525 188.81 43.525H196.36C200.428 43.525 203.725 40.1652 203.725 36.0206V28.3287C203.725 24.1842 200.428 20.8244 196.36 20.8244Z' fill='white'/><path d='M160.601 15.9469H143.403C139.336 15.9469 136.038 19.3067 136.038 23.4512V40.9362C136.038 45.0807 139.336 48.4405 143.403 48.4405H160.601C164.669 48.4405 167.967 45.0807 167.967 40.9362V23.4512C167.967 19.3067 164.669 15.9469 160.601 15.9469Z' fill='white'/><path d='M115.194 8.74224H83.965C79.8972 8.74224 76.5997 12.102 76.5997 16.2465V48.0648C76.5997 52.2093 79.8972 55.5691 83.965 55.5691H115.194C119.262 55.5691 122.559 52.2093 122.559 48.0648V16.2465C122.559 12.102 119.262 8.74224 115.194 8.74224Z' fill='white'/><path d='M108.675 71.2161H77.2255C73.1577 71.2161 69.8602 74.5759 69.8602 78.7204V110.764C69.8602 114.908 73.1577 118.268 77.2255 118.268H108.675C112.743 118.268 116.041 114.908 116.041 110.764V78.7204C116.041 74.5759 112.743 71.2161 108.675 71.2161Z' fill='white'/><path d='M55.7924 0H7.36534C3.29757 0 0 3.35979 0 7.50431V56.8451C0 60.9897 3.29757 64.3494 7.36534 64.3494H55.7924C59.8602 64.3494 63.1577 60.9897 63.1577 56.8451V7.50431C63.1577 3.35979 59.8602 0 55.7924 0Z' fill='white'/><path d='M47.2116 78.0449H15.9458C11.878 78.0449 8.58043 81.4047 8.58043 85.5492V117.367C8.58043 121.512 11.878 124.872 15.9458 124.872H47.2116C51.2794 124.872 54.5769 121.512 54.5769 117.367V85.5492C54.5769 81.4047 51.2794 78.0449 47.2116 78.0449Z' fill='white'/><path d='M40.178 138.605H22.9799C18.9121 138.605 15.6146 141.964 15.6146 146.109V163.632C15.6146 167.776 18.9121 171.136 22.9799 171.136H40.178C44.2457 171.136 47.5433 167.776 47.5433 163.632V146.109C47.5433 141.964 44.2457 138.605 40.178 138.605Z' fill='white'/><path d='M35.3535 184.869H27.7672C23.6994 184.869 20.4018 188.228 20.4018 192.373V200.065C20.4018 204.209 23.6994 207.569 27.7672 207.569H35.3535C39.4212 207.569 42.7188 204.209 42.7188 200.065V192.373C42.7188 188.228 39.4212 184.869 35.3535 184.869Z' fill='white'/></g></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none; /* Etkileşim olmaması için */
    z-index: 1; /* İçerik altta kalsın */
}

/* Banner İçeriği */
.banner-content {
    position: relative;
    z-index: 2; /* İçerik SVG'nin üstünde olmalı */
   	font-size: 43px;
  	line-height: 108%;
  	color: #fff;
  	text-align: left;
  	display: inline-block;
  	font-family: Poppins;
}

.banner-content p {
    margin: 0;
}

.banner-content strong {
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

/* Bilgi İste Butonu */
.info-button {
    color: #007bff; /* Mavi renk, gradientin başlangıcı */
    border: none;
    border-radius: 21px;
  	background: linear-gradient(90deg, #0082cf, #58b5eb);
    padding: 16px 39px;
   	font-size: 30px;
  	line-height: 108%;
  	font-weight: 600;
  	font-family: Poppins;
  	color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    /* Hafif bir kutu gölgesi ekledik */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}


.info-button:hover {
    background-color: #f0f0f0;
    color: #0056b3;
}
@media (max-width: 767px) {
    .info-banner{
        padding: 54px 30px;
        flex-direction: column;
    }
    .banner-content{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .info-button{
        font-size: 18px;
    }
    .metro-ethernet-tarifeleri .barindirma-td{
        font-size: 12px;
    }
}



.metro-ethernet-tarifeleri .table-responsive:first-of-type {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.metro-ethernet-tarifeleri .table-responsive:first-of-type .table {
    margin-bottom: 0;
}

.metro-ethernet-tarifeleri thead {
    position: relative;
}

.metro-ethernet-tarifeleri .barindirma-table thead::before {
    content: "";
    position: absolute;
    inset: 0; 
    background: linear-gradient(90deg, #0082cf, #58b5eb);
    border-radius: 10px 10px 10px 10px;
    z-index: 1;
}
.metro-ethernet-tarifeleri .barindirma-table thead{
    border: 0;
}
.metro-ethernet-tarifeleri .barindirma-table2 thead::before {
    content: "";
    position: absolute;
    inset: 0; 
    background: linear-gradient(90deg, #0082cf, #58b5eb);
    z-index: 1;
}
.metro-ethernet-tarifeleri thead th {
    position: relative;
    z-index: 2;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: transparent !important; 
}


.metro-ethernet-tarifeleri .barindirma-th {
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 600;
}

.metro-ethernet-tarifeleri .barindirma-table tbody tr:nth-child(odd) .barindirma-td {
    background-color: #ffffff;
}


.metro-ethernet-tarifeleri .barindirma-td {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    color: #1f2937;
  	font-family: Inter;
    font-weight: 300;
}

.metro-ethernet-tarifeleri .barindirma-table.table-bordered > :not(caption) > * > * {
    border-color: #e5e7eb;
}


/* Bilgilendirme kartı (mavi arka plan) */
.metro-ethernet-tarifeleri .table-responsive:last-of-type {
    margin-top: 32px;
    background: linear-gradient(90deg, #0082cf, #002941);
    border-radius: 12px;
    padding: 24px 24px 28px;
    box-shadow: none;
    color: #ffffff;
}

.metro-ethernet-tarifeleri .table-responsive:last-of-type .table {
    margin-bottom: 0;
    background: transparent;
}

.metro-ethernet-tarifeleri .table-responsive:last-of-type .table thead th,
.metro-ethernet-tarifeleri .table-responsive:last-of-type .table tbody td {
    background: transparent;
    border: none;
    color: #ffffff;
}

.metro-ethernet-tarifeleri .table-responsive:last-of-type .barindirma-th {
    background: transparent;
    font-size: 18px;
    text-align: left;
}

.metro-ethernet-tarifeleri.table-responsive:last-of-type .bilgilendirme-desc {
    color: #ffffff;
    font-size: 14px;
  	line-height: 20px;
  	font-family: Inter;
    font-weight: 300;
    margin-top: 18px;
}

.metro-ethernet-tarifeleri  .table-responsive:last-of-type ul {
    margin-bottom: 0;
}

.metro-ethernet-tarifeleri.table-responsive:last-of-type ul li + li {
    margin-top: 6px;
}
.metro-ethernet-tarifeleri{
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.15), 0px -2px 6.3px -4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  background-color: #ffffff;
  padding: 32px 24px 40px;
  color: #1f2937;
}
.barindirma-table tbody {
    display: block;
    overflow-x: hidden;
}

.barindirma-table thead,
.barindirma-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.teknikozellikler{
  	box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
  	border-radius: 16px;
  	background-color: #fff;
  	border: 1px solid #e2e8f0;
  	box-sizing: border-box;
  	overflow: hidden;
  	text-align: left;
  	font-size: 12px;
  	color: #6b7280;
  	font-family: Inter;
    padding: 33px;
}


.teknik-key{
    font-size: 12px;
  	letter-spacing: 0.6px;
  	line-height: 16px;
  	text-transform: uppercase;
  	font-weight: 500;
  	font-family: Inter;
  	color: #6b7280;
}
.teknik-value{
  font-size: 16px;
  	line-height: 24px;
  	display: flex;
  	font-family: Inter;
  	color: #111827;
}
.border-bottom-small{
  height: 1px;
  position: relative;
  background: linear-gradient(90deg, #94a3b8 33%, rgba(148, 163, 184, 0) 33%);
  opacity: 0.5;
  width: 500px;
}
.teknik-ozellik-bg {
  	width: 100%;
  	height: 135px;
  	position: relative;
  	box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
  	border-radius: 12px;
  	background: linear-gradient(90deg, #0082cf, #58b5eb);
  	overflow: hidden;
  	text-align: center;
  	font-size: 24px;
  	color: #fff;
  	font-family: Poppins;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rocket-launch-icon {
  	position: absolute;
  	top: 20px;
  	left: calc(50% - 6px);
  	width: 142.1px;
  	height: 142.1px;
  	object-fit: contain;
  	opacity: 0.28;
  	flex-shrink: 0;
}
.teknik-ozellik-card-title{
  font-size: 24px;
  	line-height: 32px;
  	color: #fff;
  	text-align: center;
  	font-family: Poppins;
}
@media (max-width: 768px) {
    .sticky-switch {
        display: block;
        position: fixed;
        left: 0;
        top: 90%;
        transform: translateY(-50%) scale(0.75);
        transform-origin: left center;
        z-index: 999;
        transition: transform 0.3s ease, opacity 0.3s ease;
        height: 210px; /* orijinal yükseklik korunuyor */
    }
    
    .sticky-switch.scrolled {
        transform: translateY(-50%) scale(0.6);
        opacity: 0.75;
    }
    footer {
        padding: 0 20px;
    }
    .altyapi_img{
      width: 250px;
    }
}