@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,
.beni-arayin:hover {
    filter: none;
    background-color:var(--ni-primary)!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: 99999999;

}

.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: 600;
}
.navy-blue-title{
  color: #144994;

}
.harita {
  position: relative; 
  overflow: visible; 
  top: -55px;
}
.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: -120px;
  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{
  position: fixed;
}
.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
}
.sticky-switch {
  	--sticky-scale: 1;
  	width: 100%;
  	position: relative;
  	height: 210px;
  	text-align: center;
  	font-size: calc(20px * var(--sticky-scale));
  	color: #fff;
  	font-family: 'DM Sans';
  	transform: scale(var(--sticky-scale));
  	transform-origin: left top;
}
.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;
  	position: relative;
  	text-align: center;
  	display: inline-block;
  	font-size: 50px;
  	color: #000;
  	font-family: 'Galano Grotesque';
    top: -127px;
    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-blog-title{
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 36px;
  display: inline-block;
  font-family: Montserrat;
  color: rgba(0, 0, 0, 0.8);
}
.benzer-yazilar img{
  height: 166px;
}
.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;
}
.options-section-netinternetin-avantajl-dnya {
  	font-weight: 500;
}


.sabit-fiyat-snrsz-hz-kes {
  	margin: 0;
}
.sabit-fiyat-snrsz {
  	color: #068bdb;
}
.netinternetin-avantajl-dnya {
  	margin: 0;
  	font-size: 24px;
}
.options-title-netinternetin-avantajl-dnya {
  	font-weight: 500;
}


.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: absolute;
    z-index: 2;
}

.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: 0;
    }
    .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;
    }
    .ni-header__hero {
      top: -80%!important;
    }
    .ni-hero-text {
        padding: 0 20px;
        margin-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{
  margin-left: 10px;
  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;
  margin-top: -45px;
}
.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: 17px;
    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;
  }
  .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: 10px;
  }
  .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;
  }
   .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;
  }
  .options-container{
    position: relative;
    top: -86px;
  }
  .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 100px!important;
  }
  .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: 0!important;
    margin-inline: 0!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{
  position: relative;
  padding-inline: 200px;
  top: -350px;
  
}
.blogs {
  margin: 158px auto;
  max-width: 1300px;
  padding-inline: 20px;
}

.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;
  
}
.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: 630px;
  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: 16px!important;
    }
    .faq-answer {
      font-size: 14px;
    }
    
    
}

@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);
  }

  .hero-text,
  .hero-text-primary {
    font-size: clamp(52px, 4vw, 56px);
  }
  .hero-hizli-basvuru {
    display: block;
  }
  .sabit-fiyat-snrsz-hz-kes{
    font-size: clamp(36px, 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 50px!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: 16px!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: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        transform: translateY(-100%);
        transition: all 0.4s ease;
        z-index: 9999;
        overflow-y: auto;
        border-top: 2px solid #afafaf4a;
    }
    .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: 76px;
    }

    .mobile-menu-content {
        padding: 32px 20px;
        display: flex;
        flex-direction: column;
        gap: 18px;
        padding-bottom: 0px;
    }

    .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: 44px 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-footer-text{
        font-size: 13px;
        line-height: 20px;
        font-family: Inter;
        color: #bdbdc2;
        margin-inline:6px
    }
    .mobile-footer-text-blue{
        font-size: 13px;
        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;

    }
}
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;
}
.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;
}

