body{
    color:#202426;
    background: #ffffff;
}
p{
    font-size:18px;
    line-height: 28px;
    font-weight: 300;
    display:block;
    margin-bottom: 30px;
}

p b {
	font-weight:bold;
}

.grecaptcha-badge { 
    visibility: hidden;
}

header{
    height:130px;
    width:100%;
    position: fixed;
    top:0;
    left:0;
    transition: all ease 0.3s;
    z-index: 999;
	display: flex;
	align-items: center;
}
.header-ust-main{
	width: 100%;
}
.header_ust{
    width:100%;
    height:40px;
    display:flex;
    align-items: center;
    background:#28c9ab;
}
.header_ust ul{
    display:flex;
	width: 1260px;
    margin: auto;
    justify-content: space-between;
}
.header_ust-sosyal{
    display:flex;
}
.header_ust-sosyal a{
    width:40px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    display:block;
}
.header_ust-sosyal a:hover{
    background:#fff;
    color:#28c9ab;
}
.header_ust-iletisim{
    display:flex;
}
.header_ust-iletisim a{
    height:40px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    padding:0 20px;
    align-items: center;
} 
.header_ust-iletisim a:last-child{
    margin:0;
}
.header_ust-iletisim a i{
    margin-right:10px;
    font-size:18px;
}
.header_ust-iletisim a:hover{
    background:#fff;
    color:#28c9ab;
}
.header_alt{
    width:100%;
}
.header_alt > div > figure{
	width: 180px;
}
.header_alt > div{
    display:flex;
    align-items: center;
	justify-content: center;
}
.header_alt > div > nav > ul{
    display:flex;	
}
.header_alt > div > nav > ul > li{
    position: relative;
    height:90px;
	border-radius: 10px 10px 0 0;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.header_alt > div > nav > ul > li:has(> ul)::before{
	content: "\e902";	
    font-family: 'profornet' !important;
	right: 0;
	color: #fff;
	font-size: 0.7vw;
	position: absolute;
	transition: all 0.3s;
}
.header_alt > div > nav > ul > li > a > span{
	position: relative;
	display: flex;
	line-height: 90px;
}
.header_alt > div > nav > ul > li > a > span img{
	width: 25px;
	margin-right: 5px;
	filter: brightness(0) invert(1);
}
.header_alt > div > nav > ul > li > a > span:after{
	content: "";	
	position: absolute;
	transition: all 0.3s;
	left: 0;
	bottom: 27px;
	width: 0;
	height: 1px;
	background: #fff;
}
.header_alt > div > nav > ul > li:hover > a > span:after{
	width: 100%;
}
.header_alt > div > nav > ul > li > ul > li{
    position: relative;
    height:40px;
}
.header_alt > div > nav > ul > li:hover > ul{
    display:block;
	visibility: visible;
	top: 90px;
}
.header_alt > div > nav > ul > li > ul{
    position: absolute;
    left:0;
	top: 120px;
	visibility: hidden;
    min-width:250px;
    background:#fff;
	transition: all 0.3s;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.header_alt > div > nav > ul > li > ul > li > ul{
    position: absolute;
    left: 90%;
	visibility: hidden;
    top:0;
    min-width:250px;
    background:#fff;
	transition: all 0.3s;
}
.header_alt > div > nav > ul > li > ul > li:hover > ul{
	visibility: visible;
    left: 100%;
}
.header_alt > div > nav > ul > li > a{
    color:#fff;
    font-weight: 600;
    display:block;
    line-height: 90px;
    padding:0 1.2vw;
	transition: color 0.3s;
	font-size: 1vw;
}
.header_alt > div > nav > ul > li > ul > li{
    width:100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.header_alt > div > nav > ul > li > ul > li > ul > li{
    width:100%;
	position: relative;
    height: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header_alt > div > nav > ul > li > ul > li > a{
    display:block;
    padding:10px 40px 10px 30px;
    font-weight: 500;
    color:#000;
    transition: color .3s ease-in-out, transform .3s ease-in-out;
	position: relative;
	font-size: 0.9vw;
    white-space: nowrap;
}
.header_alt > div > nav > ul > li > ul > li:hover > a{
    color:#0a9951; 
    transform: translateX(17px);
}
.header_alt > div > nav > ul > li > ul > li > ul > li:hover > a{
    color:#0a9951; 
    transform: translateX(17px);
}
.header_alt > div > nav > ul > li > ul > li > a:before{
	content: '';
    position: absolute;
    top: calc(50% - 1px);
    height: 1px;
    width: 20px;
    background-color: #0a9951;
    transition: all 300ms ease-out 0ms;
    left: 0;
    opacity: 0;
}
.header_alt > div > nav > ul > li > ul > li > ul > li > a:before{
	content: '';
    position: absolute;
    top: calc(50% - 1px);
    height: 1px;
    width: 20px;
    background-color: #0a9951;
    transition: all 300ms ease-out 0ms;
    left: 0;
    opacity: 0;
}
.header_alt > div > nav > ul > li > ul > li:hover > a:before{
    opacity: 1;
    visibility: visible;
}
.header_alt > div > nav > ul > li > ul > li > ul > li:hover > a:before{
    opacity: 1;
    visibility: visible;
}
.header_alt > div > nav > ul > li > ul > li > ul > li > a{
    display:block;
    padding:10px 40px 10px 30px;
    font-weight: 500;
    color:#000;
    transition: color .3s ease-in-out, transform .3s ease-in-out;
	position: relative;
	font-size: 0.9vw;
    white-space: nowrap;
}

.lang{
    width:140px;
    height:40px;
    background:#28c9ab;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size:14px;
	color: rgba(255, 255, 255, 1);
	transition: all 650ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	box-shadow: rgba(30, 22, 54, 0.4) 0 0px 0px 0px inset;
}
.header-logo figure{
	width: 180px;
}
.header-logo figure img{
	filter: brightness(0) invert(1);
}
header > .px1200{
	display: flex;
	align-items: center;
}
.lang:hover{
	box-shadow: rgba(30, 22, 54, 0.7) 0 0px 0px 40px inset;
}
.swiper-pagination-bullet{
    background:#fff!important;
}
.slider-text{
    width:1260px;
    margin:auto;
    display:flex;
    align-items: center;
    height:100%;
}
.slider-text h1{
    font-weight: 500;
    color:#28c9ab;
    font-size:35px;
}
.anasayfaHakkimizda{
    width:100%;
	overflow: hidden;
}
.anasayfaHakkimizda > div{
    background: rgba(40,201,171,0.3);
    padding:90px 60px;
    width:1260px;
    margin:auto;
    display:flex;
    align-items: center;
}
.anasayfaHakkimizda h2{
    max-width: 50%;
    min-width: 50%;
    font-weight: bold;
    font-size: 36px;
    padding-right: 90px;
}
.anasayfaHakkimizda h2 strong{
    display:block;
    color:#28c9ab;
    font-size:14px;
}
.hbg{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    background: #0f172a;
	background: #fff;
	transition-property: top, background-color, box-shadow;
    transition-duration: 0.3s, 0.4s, 0.2s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0.2s, 0.4s, 0.2s;
}
.modal-online-kapat-mobil{
	display: none;
}
.anasayfaPartner ul li h3 a{
    color:#202426;
}
.anasayfaPartner ul li h3 a:Hover{
    color:#28c9ab;
}

.slider_text-icerik{
	padding: 40px 60px;
	background-color: rgba(255,255,255,0.8);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.btn-sagbuyume{
	margin-right: 10px;
}
.slider_text-icerik > div{
	width: 100%;
	margin-top: 20px;
}
.header_alt > div > nav > ul > li > ul > li:last-child{
	border-bottom: none;
}
.header_alt > div > nav > ul > li > ul > li > ul > li:last-child{
	border-bottom: none;
}
.whatsappHatti{
	display: none;
    position: fixed;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    bottom: 60px;
    right: 30px;
    background: #0ec153;
    z-index: 15;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    color: #fff;
    font-size: 16px;
}
.whatsappHatti a{
	color: #fff;
}
.whatsappHatti i{
	float: right;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    color: #fff;
}

#slider{
	height: calc(100vh - 160px);
}
.slider-mouse{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 35px;
	z-index: 10;
	display: flex;
	justify-content: center;
}
.slider-mouse figure{
	width: 24px;
}
.px1200{
	max-width: 1200px;
	margin: 0 auto;
}
.container-header{
	width: 100%;
	padding: 0 1vw;
}

.mh-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}

.mh-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 22px;
}

.mh-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #e1e7eb;
    transition: 0.25s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.06);
}

.mh-list li a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.10);
    border-color: #00a7d0;
}

.mh-list figure {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 12px;
}

.mh-list figure img {
    max-width: 100%;
    height: auto;
}

.mh-list span {
    font-size: 17px;
    font-weight: 600;
    color: #0f314a;
    display: block;
}



.container-header-icerik{
	padding: 0 1vw;
	border-radius: 30px;
	border: 1px solid #ffffff45;
	display: flex;
	align-items: stretch;
    background: #4e454514;
    backdrop-filter: blur(2px);
}

.tf-btn {
    background-color: #0a58ca;
    padding: 18px 37.5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.12px;
    border-radius: 100px;
    transition: all 200ms ease-in-out;
    overflow: hidden;
    text-align: center;
    position: relative;
    display: inline-block;
	margin-right: 20px;
	width:fit-content;
	color:#fff!important;
}

.tf-btn span {
    z-index: 2;
    position: relative;
	display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.tf-btn::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #0a9951;
    position: absolute;
    left: -100%;
    bottom: 0;
	color:#fff;
    border-radius: 7px;
    z-index: 1;
    transition: all 0.5s ease;
    opacity: 0;
}
.tf-btn:hover::after {
    left: 0%;
    border-radius: 0%;
    opacity: 1;
	color:#fff;
}
.fixed-header .tf-btn{
	background-color: #0f305f;
}
.header-modal-menu-left-btn .profornet-menu{
	display: block;
}
.header-ct-right{
	display: flex;
	align-items: center;
}
.header-logo{
	display: flex;
	align-items: center;
}
.header-modal-menu-left-btn{
	height: 100%;
	padding: 0 2vw;
	position: relative;
	border-left: 1px solid #ffffff45;
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 15px;
}
.modal-menu-left-btn i{
	font-size: 1.5vw;
	color: #fff;
	transition: all 0.4s;
}
.modal-menu-left-btn i:hover{
	transform: scale(1.2);
}



.slider-parallax-main{
	position: relative;
}
.banner{
	position: relative;
	width: 100%;
	height: 60vh;
}
.banner .container-parallax{
	position: absolute;
	left: -10%;
	top: 60px;
	width: 120%;
	height: 60vh;
	
}
.banner .container-parallax > div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60vh;
}
.banner .container-parallax .layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60vh;
}
.banner .container-parallax .layer img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60vh;
	object-fit: contain;
}
.banner .container-parallax .layer span{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 60px;
	color: #fff;
	transform: translate(-50%, -50%);
}


.slider-parallax-box-icerik {
	position:Relative;
}

.slider-parallax-box-icerik a {
	position:Absolute;
	width:100%;
	height:100%;
}

.slider-parallax-box-icerik > div{
	width: 50%;
}
.slider-parallax-box-icerik{
	display: flex;
	width: 100%;
	
}
.slider-parallax-text{
	padding: 130px 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.vertical-slider {
  height: auto;
}

.slide {
  position: relative;
  display: grid;
  place-items: center;
}
.slide-inner {
  max-width: 720px;
  text-align: center;
}
.headline {
  font-size: 32px;
  margin: 0 0 10px 0;
  color: #d4d4d8;
  font-size: 18px;
}
.desc {
  color: #d4d4d8;
  font-size: 18px;
  margin: 0;
}

.slide.s1 {
  background: #0f172a;
}
.slide.s2 {
  background: #111827;
}
.slide.s3 {
  background: #0b1020;
}

.slick-vertical .slick-slide {
  border: 0;
  height: 100vh!important;
}
.slick-vertical .slick-track {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)!important;
}

.controls {
  position: absolute;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 3;
  display: none;
}
.btn {
  border: 0;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
}
.btn:hover {
  background: rgba(255, 255, 255, 0.32);
  color: #fff;
}
.slider-parallax-main .slick-dots{
	position: absolute;
	left: 50%;
	bottom: 20px;
    transform: translate(-50%, 0%);
	display: flex;
	align-items: center;
}
.slider-parallax-main .slick-dots li{
	margin-right: 10px;
}
.slider-parallax-main .slick-dots li:last-child{
	margin-right: 0;
}
.slider-parallax-main .slick-dots li button{
	font-size: 0;
	line-height: 0;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	transition: all 0.4s;
	background: #fff;
}
.slider-parallax-main .slick-dots li.slick-active button{
	background: #0f305f;
	border-radius: 10px;
	width: 55px;
}



@media (prefers-reduced-motion: reduce) {
  .slick-track {
    transition: none !important;
  }
}

/* Başlangıç: gizli ve alttan gelsin */
.slider-parallax-text .headline {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease, opacity 0.6s ease;
  will-change: transform, opacity;
}

/* Sadece aktif slaytta ve .animate verilince görünür */
.slick-active .slider-parallax-text .headline.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Erişilebilirlik */
@media (prefers-reduced-motion: reduce) {
  .slider-parallax-text .headline {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.slider-parallax-box-icerik picture{
	width: 100%;
}
.slider-parallax-box-icerik picture img{
	width: 100%;
	object-fit: cover;
	height:100vh;
    object-position: top;
}
.slider-parallax-text h2{
	font-size: 40px;
	font-weight: bold;
}

.modal-main{
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 99999999;
	transition: all 0.4s;
	opacity: 0;
	right: -90%;
	visibility: hidden;
	
}
.modal-main.open{	
	opacity: 1;
	right: 0;
	visibility: visible;
}
.modal-main-kapat{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.4s;
	cursor: url(../images/mouse.png), auto;
}
.modal-main.open .modal-main-kapat{	
    backdrop-filter: blur(4px);
    background: #00000045;
	transition-delay: 0.4s;
}
.modal-main-icerik{
	width: 30%;
	height: 100vh;
	background: #3a4050;
    position: absolute;
    top: 0;
    right: 0;
	padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
	min-width: 570px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.modal-menu-left-btn{
	cursor: pointer;
}
.modal-main-link h2{
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 15px
}
.modal-main-link ul li a{
	color: #fff;
	font-size: 18px;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 20px;
	transition: all 0.4s;
}
.modal-main-link ul li a:hover{
	color: #0a9951;
	padding-left: 30px;
}
.modal-main-link ul li a:before{
	content: "";
	position: absolute;
	left: 0;
	width: 10px;
	height: 2px;
	background: #fff;
	transition: all 0.4s;
}
.modal-main-link ul li a:hover:before{
	width: 25px;
	background: #0a9951;
}
.modal-main-link ul li{
	margin-bottom: 10px;
}
.modal-main-link ul li:last-child{
	margin-bottom: 0;
}
.modal-main-iletisim ul li{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.modal-main-iletisim ul li:last-child{
	margin-bottom: 0;
}
.modal-main-iletisim ul li i{
	color: #fff;
	font-size: 30px;
	padding: 10px;
	border: 1px solid #ffffff45;
	border-radius: 10px;
	margin-right: 10px;
}
.modal-main-iletisim-text h4{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}
.modal-main-iletisim-text a{
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	transition: all 0.4s;
}
.modal-main-iletisim-text a:hover{
	color: #0a9951;
}
.modal-main-sosyal ul{
	display: flex;
	align-items: center;
}
.modal-main-sosyal ul li{
	margin-right: 20px;
}
.modal-main-sosyal ul li:last-child{
	margin-right: 0;
}
.modal-main-sosyal ul li a{
	display: flex;
	align-items: center;
}
.modal-main-sosyal ul li a i{
	display: flex;
	color: #fff;
	font-size: 20px;
	border: 1px solid #ffffff45;
	border-radius: 10px;	
	padding: 10px;
	transition: all 0.4s;
}
.modal-main-sosyal ul li a:hover i{
	color: #0a9951;
}
.modal-main-sosyal h2{
	color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;	
}
.modal-main-iletisim h2{
	color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;	
}


.modal-online-main svg{
	height: 100vh;
	width: auto;
}
.svg-link path{
	opacity: 0.8;
}
.svg-link:hover path{
	opacity: 1;
}


.modal-online{
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 99999999;
	transition: all 0.4s;
	opacity: 0;
	left: 0;
	top: 0;
	visibility: hidden;
}
.modal-online.open{	
	opacity: 1;
	visibility: visible;
}
.modal-online-main{
	/*background: #3a4050;*/
	background:url(/images/online-bg-v2.jpg);
	background-position:center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
    gap: 30px;
	min-width: 570px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;	
    width: 100%;
    height: 100vh;
	position: relative;
	z-index: 1;
	padding: 30px;
	background-size: cover;
}
.modal-online-main h2{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}
.modal-online.open .modal-online-kapat{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
    cursor: url(../images/mouse.png), auto;
}
.modal-online-icerik{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
}
.modal-online-islemler ul{
	display: flex;
}
.modal-online-islemler ul li{
	margin-right: 20px;
	flex: 1;
}
.modal-online-islemler ul li:last-child{
	margin-right: 0;
}
.modal-online-islemler ul li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.modal-online-islemler ul li a span{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	transition: all 0.4s;
}
.modal-online-islemler ul li a figure{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	border: 1px solid #ffffff45;
	transition: all 0.4s;
	border-radius: 10px;
}
.modal-online-islemler ul li a figure img{
	width: 50px;
    filter: invert(1);
	transition: all 0.4s;
}
.modal-online-islemler ul li a:hover figure img{
	transform: scale(1.1);
}
.modal-online-islemler ul li a:hover span{
	transform: scale(1.1);
}
.modal-online-islemler{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.modal-online-islemler h2{
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}

.modal-musteri-hizmetleri ul{
	display: flex;
}
.modal-musteri-hizmetleri ul li{
	margin-right: 20px;
	flex: 1;
}
.modal-musteri-hizmetleri ul li:last-child{
	margin-right: 0;
}
.modal-musteri-hizmetleri ul li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.modal-musteri-hizmetleri ul li a span{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	transition: all 0.4s;
}
.modal-musteri-hizmetleri ul li a figure{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	border: 1px solid #ffffff45;
	transition: all 0.4s;
	border-radius: 10px;
}
.modal-musteri-hizmetleri ul li a figure img{
	width: 50px;
    filter: invert(1);
	transition: all 0.4s;
}
.modal-musteri-hizmetleri ul li a:hover figure img{
	transform: scale(1.1);
}
.modal-musteri-hizmetleri ul li a:hover span{
	transform: scale(1.1);
}

.modal-musteri-hizmetleri{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.modal-musteri-hizmetleri h2{
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}

.hbg .header-modal-menu-left-btn{	
    border-left: 1px solid #00000015;
    transition-delay: 0.4s;
}
.hbg .header_alt > div > nav > ul > li > a{
	color: #000;
    transition-delay: 0.4s;
}
.hbg .header_alt > div > nav > ul > li:hover > a{
    transition-delay: 0s;
}
.hbg .header_alt > div > nav > ul > li:before{
	color: #000;
    transition-delay: 0.4s;
}
.hbg .header-logo figure img{
	filter: none;
    transition-delay: 0.4s;
}
.hbg .container-header-icerik{
	border: 1px solid #00000015;
    transition-delay: 0.4s;
	background: #fff;
}
.hbg .modal-menu-left-btn i{
	color: #000;
    transition-delay: 0.4s;
}
.hbg .tf-btn{
	background-color: #0a58ca;
}
.hbg .header_alt > div > nav > ul > li > a > span:after{
	background: #0a9951;
}
.hbg .header_alt > div > nav > ul > li > a > span img{
    transition-delay: 0.4s;
	filter: none;
}


.anasayfa-hizmetler-box figure {
	background: #fff;
	padding: 10px 12px;
	border-radius: 10px;
	margin: 0;          
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 72px;       
	height: 72px;    
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,0.06) inset;
}
.anasayfa-hizmetler-box figure img {
	display: block;
}
.anasayfa-hizmetler-box {
	color: #000; 
	font-weight: bold;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	transition: all 0.4s;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.anasayfa-hizmetler-box:hover {
	background: #eaeaea !important; 
	box-shadow:  0 4px 10px rgba(0,0,0,0.1);
	cursor: pointer;
	transform: scale(1.03)
}
.anasayfa-hizmetler-box span {
	width: calc(100% - 100px);
}
.anasayfa-hizmetler-icerik{
	width: 100%;
	padding: 0 1vw;
}
.sayfa-baslik h2{
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 10px;
}
.sayfa-baslik h3{
	font-weight: 400;
	font-size: 22px;
	width: 70%;
}
.sayfa-baslik{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}
.sayfa-baslik:before{
	content: "";
	width: 30%;
	height: 5px;
	bottom: 0;
	background: transparent;
	position: absolute;
    border-top: 5px double #0a9951;
}
.haberler-box figure{
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.haberler-box figure img{
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
    transition: .8s;
}
.haberler-box figure:before{
	position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: rgba(10, 88, 202, 0.2);
    transition: .8s;
	z-index: 1;
}
.haberler-box-text{
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 22px 16px 0;
    height: calc(100% - 300px);
    justify-content: space-between;
}
.haberler-box{
	position: relative;
    transition: .5s;
    border-radius: 10px;
    filter: drop-shadow(0 0 20px rgba(170, 192, 228, 0.3));
    background-color: #ffffff;
    padding: 20px 20px 29px;
	height: 100%;
}
.haberler-box:hover{
    transform: translate3d(0, -6px, 0);
}
.haberler-box:hover figure img{
	transform: scale(1.1);
}
.haberler-box:hover figure:before{
	left: 0;
	width: 100%;
}
.haberler-box-text time i{
	height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    background: #D4E4FF;
    font-size: 12px;
	margin-right: 7px;
    display: inline-block;
	color: #0a58ca;
}
.haberler-box-text time{
	color: #0a58ca;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}



.haber-icerik time i{
	height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    background: #D4E4FF;
    font-size: 12px;
	margin-right: 7px;
    display: inline-block;
	color: #0a58ca;
}
.haber-icerik time{
	color: #0a58ca;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	display:block;
}


.haber-anim {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.haber-anim.geldi {
    opacity: 1;
    transform: translateY(0);
}

.haber-box-text-ust a{
	font-size: 20px;
	color: #232323;
	font-weight: bold;
    transition: .5s;

	margin-bottom:20px;
}
.haber-box-text-ust a:hover{
	color: #0a58ca;
}
.haber-box-text-ust{
	display: flex;
	flex-direction: column;
}

.haber-box-text-ust p {
	margin-bottom:0px;
}

.haberler-box-devami{
	margin-top: 20px;
}
.haberler-box-devami a{
	padding: 10px 20px;
	background: #0a58ca;
	border-radius: 10px;
	color: #fff!important;
	font-size: 15px;
	transition: .5s;

}
.haberler-box-devami a:hover{
	transform: scale(0.95);
	background: #0a9951;
}




.back-button {
	padding: 10px 20px;
	background: #0a58ca;
	border-radius: 10px;
	color: #fff!important;
	font-size: 15px;
	transition: .5s;
	display: block;
	
}
.back-button:hover{
	transform: scale(0.95);
	background: #0a9951;
}



.daha-fazla{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.daha-fazla a{
	background-color: #0a58ca;
    padding: 18px 60px;
    font-size: 16px;
    font-weight: 600;
	color: #fff;
	border-radius: 99px;
	transition: 0.4s;
	display: block;
}
.daha-fazla a:hover{
	background-color: #0a9951;
	transform: scale(0.98);
}
.anasayfa-harita-icerik > ul{
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}
.anasayfa-harita-icerik > ul li{
	flex: 1;
}
.anasayfa-harita-icerik > ul li select{
	width: 100%;
	border-radius: 10px;
	border-color: #3a4050;
	margin-bottom:0px!important;
}
.anasayfa-harita{
	background: #3a4050;
}

.anasayfa-harita-main {
	display:flex;
	padding-right:30px;
}

.anasayfa-harita-map{
	width:66.6666%;
	padding-right:30px;

}

#map {
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}

.anasayfa-harita-icerik{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	width:33.33%;
}
.anasayfa-harita-icerik-scroll{
	height: calc(480px - 50px);
    border-radius: 10px;
	overflow: auto;
}
.anasayfa-harita-icerik-scroll > ul{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.anasayfa-harita-icerik-scroll > ul li{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #3a4050;
    border-radius: 10px;
}

.lutfen-seciniz {
	
	border:none!important;
	font-weight:bold;
	font-size:22px;
	justify-content:center!important;
	display:flex;
}

.anasayfa-harita-text{
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-right: 10px;
    gap: 8px;
    max-width: 335px;
}
.anasayfa-harita .sayfa-baslik{
	color: #fff;
}
.anasayfa-harita-konum a{
	width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0a58ca;
    padding: 10px;
    border-radius: 10px;
	color: #fff;
	font-size: 14px;
	transition: all 0.4s;
}
.anasayfa-harita-konum a i{
	font-size: 18px;
	margin-right: 5px;
}
.anasayfa-harita-konum a:hover{
	transform: scale(0.98);
	
	background: #0a9951;
}
.anasayfa-harita-text h2{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 3px;
}
.anasayfa-harita-text a{
	display: flex;
	align-items: center;
	margin-bottom:4px;
}
.anasayfa-harita-text a span{
	color: #000;
	transition: 0.4s;
	font-weight: 500;
	font-size: 14px;
}
.anasayfa-harita-text a:hover span{
	color: #0a58ca;
}
.anasayfa-harita-text i{
	margin-right: 5px;
	color: #0a58ca;
	font-size: 15px;
}
.anasayfa-harita-text p{
	font-weight: 500;
	font-size: 15px;
	line-height: normal;
	color: #000;
}

.anasayfa-harita-text p:last-child {
	margin-bottom:0px;
}

.anasayfa-harita-text p b{
	font-weight: 500;
}
.anasayfa-harita-map iframe{
	height: 82vh;
	width: 100%;
}
.anasayfa-harita-map{
	position: relative;
}
.map-icon1{
	position: absolute;
	left: 55%;
	top: 45%;
	width: 30px;
}
.map-icon2{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
}
.map-icon3{
	position: absolute;
	left: 40%;
	top: 50%;
	width: 30px;
}
.map-icon4{
	position: absolute;
	left: 40%;
	top: 65%;
	width: 30px;
}
.map-icon-modal{
	position: absolute;
	top: -100%;
	left: 50%;
	background: #fff;
	padding: 10px;
	display: none;
	flex-direction: column;
	align-items: start;
	border-radius: 10px;
    transform: translate(-50%, -78%);
    width: 350px;
	gap: 8px;
    cursor: auto;
}

.map-icon-modal h2{
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 22px;
}
.map-icon-modal a{
	display: flex;
	align-items: center;
}
.map-icon-modal a span{
	color: #000;
	transition: 0.4s;
	font-weight: 500;
	font-size: 15px;
}
.map-icon-modal a:hover span{
	color: #0a58ca;
}
.map-icon-modal i{
	margin-right: 5px;
	color: #0a58ca;
	font-size: 18px;
}
.map-icon-modal p{
	font-weight: 500;
	font-size: 15px;
	line-height: normal;
	color: #000;
}
.map-icon-modal p b{
	font-weight: 500;
}
.map-icon{
	cursor: pointer;
}
.map-modal-kapat{
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

body {
  --sb-track-color: #ffffff;
  --sb-thumb-color: #0a9951;
  --sb-size: 15px;
}

.anasayfa-harita-icerik-scroll::-webkit-scrollbar {
  width: var(--sb-size)
}

.anasayfa-harita-icerik-scroll::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 40px;
}

.anasayfa-harita-icerik-scroll::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 40px;
  border: 6px solid #ffffff;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

.footer-diagonal {
  background: linear-gradient(135deg, #002b5b 0%, #004a8f 100%);
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}


.footer-logo img{
	width: 100%;
	max-width: 180px;
	    filter: brightness(0) invert(1);
}
.footer-logo a{
	display: flex;
	justify-content: start;
}
.footer-logo{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 40px;
}
.footer-logo span{
	max-width: 350px;
	font-size: 14px;
	font-weight: 300;
}
.footer-iletisim{
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 20px;
}
.footer-online .tf-btn{
	margin-right: 0;
}
.footer-sosyal ul{
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-sosyal ul li{
	display: flex;
	align-items: center;
}
.footer-sosyal ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-sosyal ul li a i{
	font-size: 16px;
	padding: 10px;
	border-radius: 50%;
	background: #0a58ca;
	color: #fff;
	transition: all 0.4s;
}
.footer-sosyal ul li a:hover i{
	background: #0a9951;
}
.footer-tel a{
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
}
.footer-tel a i{
	font-size: 33px;
	margin-right: 5px;
}
.footer-tel{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-tel span{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    display: flex;
}
.footer-link h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
}
.footer-link ul{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.footer-link ul li a {
  display: inline-flex; 
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: transform 0.4s ease, color 0.4s ease;
}

.footer-link ul li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* solid ikon */
  content: "\f054"; /* fa-chevron-right */
  color: #009640;
  font-size: 8px;
  margin-right: 5px;
  transition: color 0.4s ease;
}

.footer-link ul li a:hover {
  transform: translateX(6px); 
}

.footer-link ul li a:hover::before {
  color: #0a58ca; 
}




.container-footer{
	width: 100%;
	padding: 0 2vw;
}


.footer-kvkk ul{
	display: flex;
	align-items: center;
	justify-content:center;
}
.footer-kvkk ul li{
	display: flex;
	align-items: center;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}
.footer-kvkk ul li:before{
	content: "/";
	position: absolute;
	right: 0;
}
.footer-kvkk ul li:last-child:before{
	content: none;
}
.footer-kvkk ul li:last-child{
	margin-right: 0;
	padding-right: 0;
}
.footer-kvkk ul li a{
	font-size: 14px;
	color: #fff;
}
.footer-kvkk ul li a:hover{
	text-decoration: underline;
}
.footer-alt-icerik span{
	text-align: center;
	width: 100%;
	font-size: 13px;
	font-weight: 500;
	display: block;
}
.footer-alt{
	padding-bottom: 10px;
}
.footer-logo ul{
	display: flex;
	flex-direction: column;
	gap: 10px;

}
.footer-logo ul li{
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-logo ul li a{
	color: #fff;
	transition: all 0.4s;
	max-width: 290px;
}
.footer-logo ul li a:hover{
	text-decoration: underline;
}
.footer-logo ul li i{
	font-size: 20px;
}




.info-section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 650px;
  color: #000;
  overflow: hidden;
}

.video-btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 20px 30px;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.info-content-main{
	display: flex;
	justify-content: end
}
.info-content {
	width: 65%;
  padding-left: 50px;
  padding-right: 10vw;
  margin-bottom:30px;
}
.tab-pane-main{
	display: flex;
	align-items: center;
}

.nav-tabs .nav-link {
  color: #000;
  font-weight: 600;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 21px;
}

.nav-tabs .nav-link.active {
  color: #000;
  border-bottom: 2px solid #0a58ca;
  background: transparent;
}



.feature-list {
    list-style: none;
    padding: 0;
    margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
  }

  .feature-list li {
	  width: calc(50% - 20px);
	display: flex;
	position: relative;
  }

  .feature-list a {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 1;
  }

  .feature-list li figure{
	  
		margin-right: 10px;
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #0a58ca;
		border-radius: 50%;
		transition: 0.4s;
  }
  .feature-list li figure img{
		width: 65%;
		transition: 0.4s;
		filter: brightness(0) saturate(100%) invert(20%) sepia(59%) saturate(2964%) hue-rotate(207deg) brightness(108%) contrast(99%);
  }
  .feature-list li:hover figure {
	  background: #0a58ca;
  }
  .feature-list li:hover figure img{
	  filter: brightness(0) invert(1);
  }
  
  
  
  .feature-list li:hover .btn-minimal{
	  
		transform: translateY(0px);
		opacity: 1;
  }
  

  .feature-list a:hover {
    color: #0a58ca;
  }
.feature-list-box{
	width: calc(100% - 60px);
}
.feature-list h3{
	font-weight: 600;
	font-size: 20px;
}
.feature-desc{
	margin: 10px 0;
	line-height: normal;
	font-size:16px;
}

  .btn-minimal {
    padding: 6px 14px;
    font-size: 0.85rem;
    border: 1px solid #0a58ca;
    color: #0a58ca;
    border-radius: 20px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
	margin-top: 10px;
	z-index: 2;
	position: relative;
    transform: translateY(-10px);
	opacity: 0;
  }

  .btn-minimal:hover {
    background: #0a58ca;
    color: #fff;
  }
.learn-btn {
  background-color: #0a58ca;
  border: none;
  padding: 12px 28px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}

.learn-btn:hover {
  background-color: #e05500;
}

.info-imagee img{
	width: 100%;
	border-radius: 0 30px 30px 0;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 520px;
    object-fit: cover;
}
.info-imagee{
	width: 35%;
	margin-top: -60px;
}
.tab-pane-icerik{
	width: 65%;
	padding-left: 50px;
	padding-right: 10vw;
}
.info-content-icerik{
	position: relative;
	z-index: 1;
}
.info-content-icerik:before{
	content: "";
	position: absolute;
	left: 16%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #eef2f0;
	z-index: -1;
	border-radius: 30px;
}
.feature-list a{
	color: #000;
	font-weight: 500;
	font-size: 18px;
}
.nav-tabs{
	justify-content: space-between;
	border:none!important;
}
.custom-tabs .nav-link {
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #dcdcdc;
    color: #555;
    background: #f9f9f9;
    margin-right: 12px;
    transition: all .25s ease;
}

.custom-tabs .nav-link:hover {
    background: #eaeaea;
    border-color: #bbb;
    color: #333;
}

.custom-tabs .nav-link.active {
    background: #0a58ca;
    color: #fff !important;
    border-color: #0a58ca;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}
.custom-popup {
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  color: #222;
  line-height: 1.4em;
}
.popup-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
}
.popup-line {
  display: flex;
  align-items: center;
  margin: 4px 0;
}
.popup-line i {
  color: #0078ff;
  margin-right: 6px;
}
.popup-info {
  font-size: 13px;
  color: #555;
}
#map { width: 100%; height: 520px; }
.anasayfa-enerji{
	background: url(/images/enerji.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 500px;
	display: flex;
	align-items: center;
}
.anasayfa-enerji-text{
	color: #fff;
	padding: 4vw 0;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 2vw;
}
.anasayfa-enerji-text-ust h2{
	font-size: 3.5vw;
	font-weight: 900;
	line-height: 3vw;
}
.anasayfa-enerji-text-ust span{
	font-size: 1.5vw;
	font-weight: 600;
	color: #232f5d;
	background: #fff;
	padding: 2px 7px;
	border-radius: 5px;
	margin-top: 1vw;
	display: block;
}
.anasayfa-enerji-text-btn ul{
	columns: 2;           
	-webkit-columns: 2;  
	-moz-columns: 2;      
	list-style-position: inside;
	gap: 20px;
}
.anasayfa-enerji-text-btn ul li a{
	background: #fff;
	color: #232f5d;
	font-size: 1vw;
	width: 9.5vw;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0.5vw 1.5vw;
	font-weight: 600;
	border-radius: 1.1vw;
	transition: all 0.4s;
}
.anasayfa-enerji-text-btn ul li a:hover{
	background: #232f5d;
	color: #fff;
}
.anasayfa-enerji-text-btn ul li:nth-child(1){
	margin-bottom: 20px;
}
.anasayfa-enerji-text-btn ul li:nth-child(3){
	margin-bottom: 20px;
}
.anasayfa-enerji-dvm a i{
	color: #fff;
	font-size: 3vw;
	transition: all 0.4s;
}
.anasayfa-enerji-dvm a:hover i{
	color: #232f5d;
}
.anasayfa-enerji-text-ust{
    transform: rotate(-3deg);
}
.anasayfa-enerji-text-btn{
	margin: 2vw 0;
}




.hizmet-alani {
  position: relative;
  display: block;
  overflow: hidden;
}

.h-baslik,.f-links {
	flex:0 0 auto;width:50%
}

.hizmetlist {
	justify-content:center;
}

.hizmet-div {
  position: relative;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  padding: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all .5s ease-in-out;
  z-index: 1;
}

.hizmet-div:hover{
  transform: translateY(-10px);
}
.hizmet-item{
	padding: 10px 0;
}

.hizmet-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #1d9e52;
  color: #fff;
  width: 90px;
  height: 90px;
  font-size: 50px;
  border-radius: 50%;
  margin: 0 auto 25px auto;
  z-index: 1;
}

.hizmet-icon img {
  height:50px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(103%) contrast(103%);
}

.hizmet-icon::before{
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  border: 3px solid #0a4583;
  border-top-color: transparent;
  border-radius: 50%;
  transition: all .5s ease-in-out;
  z-index: -1;
}

.hizmet-div:hover .hizmet-icon::before{
 transform: rotate(180deg);
}

.hizmet-baslik{
  margin-bottom: 10px;
}

.hizmet-baslik a{
  font-size: 20px;
  color: #253745;
}

.hizmet-baslik a:hover{
  color: #1d9e52;
}

.hizmet-devam{
  margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.hizmet-ozet {
    display: block;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;	
}

.hizmet-btn{
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #F0F4F9;
  color: #1d9e52;
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  display: block;
}

.hizmet-div:hover .hizmet-btn{
  background: #1d9e52;
  color: #fff;
}

.sayfa-ust{
	padding-top: 130px;
}
.split-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.split-container img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Sol görsel - eğik kesim */
.left-img {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  width: 100%;
  
    object-position: bottom;
}

/* Sağ görsel - ters eğik kesim */
.right-img {
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
  margin-left: 0px; 
  width: 50%;
  z-index: 2;
}

/* Yazı katmanı */
.text-overlay {    
	position: absolute;
    bottom: 50%;
    left: 10%;
    color: white;
    z-index: 10;
    width: 35%;
    height: calc(50vh - 130px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translate(0%, 50%);
}

.tarife-overlay ul {
	display:none!important
}

.text-overlay h1 {
	font-weight: 700;
	margin-bottom: 10px;
}

.text-overlay p {
	line-height: normal;
}
.text-overlay h1 {
    line-height: 1.2;
}

.text-overlay p {
    line-height: 1.5;
}
@media (max-width: 768px) {
    .text-overlay {
        width: 100%;
        left: 0;
        height: auto;
        padding: 0 20px;
    }
}


.text-overlay2 {
	bottom: 0;
    left: 10%;
    color: white;
    z-index: 10;
    width: 100%;
    height: calc(100% - 110px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-overlay2 h1 {
	font-weight: 700;
	margin-bottom: 10px;
}

.text-overlay2 p {
	line-height: normal;
}
.text-overlay2 h1 {
    line-height: 1.2;
}

.text-overlay2 p {
    line-height: 1.5;
}
@media (max-width: 768px) {
    .text-overlay2 {
			display:none;
    }
}






.text-overlay2 ul{
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.text-overlay2 ul li{
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 20px;
	margin-right: 10px;
}
.text-overlay2 ul li:before{
	content: "\e937";
	font-family: 'profornet' !important;
	position: absolute;
	right: 0;
	color: #fff;
	font-size: 10px;
}
.text-overlay2 ul li:last-child:before{
	content: none;
}
.text-overlay2 ul li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.text-overlay2 ul li a{
	color: #fff;
	display: flex;
}
.text-overlay2 ul li a:hover{
	text-decoration: underline;
}











/* Hover efekti - isteğe bağlı */
.split-container img {
  transform: scale(1.045);
}
.text-overlay ul{
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.text-overlay ul li{
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 20px;
	margin-right: 10px;
}
.text-overlay ul li:before{
	content: "\e937";
	font-family: 'profornet' !important;
	position: absolute;
	right: 0;
	color: #fff;
	font-size: 10px;
}
.text-overlay ul li:last-child:before{
	content: none;
}
.text-overlay ul li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.text-overlay ul li a{
	color: #fff;
	display: flex;
}
.text-overlay ul li a:hover{
	text-decoration: underline;
}



.left-img-main {
	position: relative;
	width: 50%;
}

.left-img-main:before{
  position: absolute;
  content: none;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  opacity: 0.1;
  z-index: 1;
  --c: #09f;
  background-color: #000;
  background-image: radial-gradient(4px 100px at 0px 235px, var(--c), #0000),
    radial-gradient(4px 100px at 300px 235px, var(--c), #0000),
    radial-gradient(1.5px 1.5px at 150px 117.5px, var(--c) 100%, #0000 150%),
    radial-gradient(4px 100px at 0px 252px, var(--c), #0000),
    radial-gradient(4px 100px at 300px 252px, var(--c), #0000),
    radial-gradient(1.5px 1.5px at 150px 126px, var(--c) 100%, #0000 150%),
    radial-gradient(4px 100px at 0px 150px, var(--c), #0000),
    radial-gradient(4px 100px at 300px 150px, var(--c), #0000),
    radial-gradient(1.5px 1.5px at 150px 75px, var(--c) 100%, #0000 150%),
    radial-gradient(4px 100px at 0px 253px, var(--c), #0000),
    radial-gradient(4px 100px at 300px 253px, var(--c), #0000),
    radial-gradient(1.5px 1.5px at 150px 126.5px, var(--c) 100%, #0000 150%),
    radial-gradient(4px 100px at 0px 204px, var(--c), #0000),
    radial-gradient(4px 100px at 300px 204px, var(--c), #0000),
    radial-gradient(1.5px 1.5px at 150px 102px, var(--c) 100%, #0000 150%),
    radial-gradient(4px 100px at 0px 134px, var(--c), #0000),
    radial-gradient(4px 100px at 300px 134px, var(--c), #0000),
    radial-gradient(1.5px 1.5px at 150px 67px, var(--c) 100%, #0000 150%),
    radial-gradient(4px 100px at 0px 179px, var(--c), #0000),
    radial-gradient(4px 100px at 300px 179px, var(--c), #0000),
    radial-gradient(1.5px 1.5px at 150px 89.5px, var(--c) 100%, #0000 150%),
    radial-gradient(4px 100px at 0px 299px, var(--c), #0000),
    radial-gradient(4px 100px at 300px 299px, var(--c), #0000),
    radial-gradient(1.5px 1.5px at 150px 149.5px, var(--c) 100%, #0000 150%),
    radial-gradient(4px 100px at 0px 215px, var(--c), #0000),
    radial-gradient(4px 100px at 300px 215px, var(--c), #0000),
    radial-gradient(1.5px 1.5px at 150px 107.5px, var(--c) 100%, #0000 150%),
    radial-gradient(4px 100px at 0px 281px, var(--c), #0000),
    radial-gradient(4px 100px at 300px 281px, var(--c), #0000),
    radial-gradient(1.5px 1.5px at 150px 140.5px, var(--c) 100%, #0000 150%),
    radial-gradient(4px 100px at 0px 158px, var(--c), #0000),
    radial-gradient(4px 100px at 300px 158px, var(--c), #0000),
    radial-gradient(1.5px 1.5px at 150px 79px, var(--c) 100%, #0000 150%),
    radial-gradient(4px 100px at 0px 210px, var(--c), #0000),
    radial-gradient(4px 100px at 300px 210px, var(--c), #0000),
    radial-gradient(1.5px 1.5px at 150px 105px, var(--c) 100%, #0000 150%);
  background-size:
    300px 235px,
    300px 235px,
    300px 235px,
    300px 252px,
    300px 252px,
    300px 252px,
    300px 150px,
    300px 150px,
    300px 150px,
    300px 253px,
    300px 253px,
    300px 253px,
    300px 204px,
    300px 204px,
    300px 204px,
    300px 134px,
    300px 134px,
    300px 134px,
    300px 179px,
    300px 179px,
    300px 179px,
    300px 299px,
    300px 299px,
    300px 299px,
    300px 215px,
    300px 215px,
    300px 215px,
    300px 281px,
    300px 281px,
    300px 281px,
    300px 158px,
    300px 158px,
    300px 158px,
    300px 210px,
    300px 210px,
    300px 210px;
  animation: hi 150s linear infinite;
}

@keyframes hi {
  0% {
    background-position:
      0px 220px,
      3px 220px,
      151.5px 337.5px,
      25px 24px,
      28px 24px,
      176.5px 150px,
      50px 16px,
      53px 16px,
      201.5px 91px,
      75px 224px,
      78px 224px,
      226.5px 350.5px,
      100px 19px,
      103px 19px,
      251.5px 121px,
      125px 120px,
      128px 120px,
      276.5px 187px,
      150px 31px,
      153px 31px,
      301.5px 120.5px,
      175px 235px,
      178px 235px,
      326.5px 384.5px,
      200px 121px,
      203px 121px,
      351.5px 228.5px,
      225px 224px,
      228px 224px,
      376.5px 364.5px,
      250px 26px,
      253px 26px,
      401.5px 105px,
      275px 75px,
      278px 75px,
      426.5px 180px;
  }

  to {
    background-position:
      0px 6800px,
      3px 6800px,
      151.5px 6917.5px,
      25px 13632px,
      28px 13632px,
      176.5px 13758px,
      50px 5416px,
      53px 5416px,
      201.5px 5491px,
      75px 17175px,
      78px 17175px,
      226.5px 17301.5px,
      100px 5119px,
      103px 5119px,
      251.5px 5221px,
      125px 8428px,
      128px 8428px,
      276.5px 8495px,
      150px 9876px,
      153px 9876px,
      301.5px 9965.5px,
      175px 13391px,
      178px 13391px,
      326.5px 13540.5px,
      200px 14741px,
      203px 14741px,
      351.5px 14848.5px,
      225px 18770px,
      228px 18770px,
      376.5px 18910.5px,
      250px 5082px,
      253px 5082px,
      401.5px 5161px,
      275px 6375px,
      278px 6375px,
      426.5px 6480px;
  }
}

@keyframes leafSwing {
  0% { transform: rotate(0deg) translateY(0); }
  25% { transform: rotate(-5deg) translateY(-1px); }
  50% { transform: rotate(0deg) translateY(0); }
  75% { transform: rotate(5deg) translateY(1px); }
  100% { transform: rotate(0deg) translateY(0); }
}

.leaf-icon {
  animation: leafSwing 3s ease-in-out infinite;
  transform-origin: center;
  display: inline-block;
}


/*.sidebar > li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	transition: all 0.4s;
	background:#f3f3f3;
	padding-left:10px;
	margin:10px 0px;
}

.sidebar > li:first-child{
	margin-top:0px!important;
	border-top-left-radius:10px;
}

.sidebar > li:last-child{
	margin-top:0px!important;
	border-bottom-right-radius:10px;
	margin-bottom:0px!important;
}

.sidebar > li:hover {
	transform: scale(1.04);
}


.sidebar > li > a:before{
	content:"";
	position: absolute;
	left: 0;
	width: 5px;
	height: 5px;
	background: #1d9e52;
    transition: all .5s ease-in-out;
	border-radius: 50%;
}
.sidebar > li > a:hover:before{
	width: 20px;
	border-radius: 5px;
}
.sidebar > li > a:hover{
	padding-left: 30px;
}

.sidebar .active> li > a:hover{
	padding-left: 50px!important;
}

.sidebar .active a{
	padding-left: 50px!important;
}
.sidebar .active a:before{
	width: 40px!important;
	border-radius: 5px;
}
.sidebar .active a{
	color: #1d9e52!important;
}
.sidebar > li > a{
	font-size: 18px;
    font-weight: 600;
    padding: 8px 15px;
    color: #253745;
    position: relative;
    transition: all .5s ease-in-out;
	display: flex;
	align-items: center;
}
.sidebar > li > a:hover{
	color: #1d9e52;
}

.ic-sayfa-menu-icerik {
	background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 1.5rem;
}

.ic-sayfa-menu-icerik h2{
	font-weight: 700;
    font-size: 27px;
    color: #253745;
	margin-bottom: 20px;
}*/

.ic-sayfa-menu-icerik {
	background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 1.5rem;
}





.side-menu {
  background: #fff;

}

.side-menu h2{
	font-weight: 700;
    font-size: 27px;
    color: #253745;
	margin-bottom: 20px;
}

.menu-item {
  padding: 12px 11px;
  border-radius: 8px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.menu-item i {
  color: #0a58ca;
  font-size: 1rem;
  margin-right:8px;
     display: inline-block;
    vertical-align: middle;
    white-space: nowrap; 
}

.menu-item a {
    display: flex;
	color:#000;
    align-items: center;
}

.active a{
	color:#fff!important;
}

.menu-item:hover {
  background-color: #e9f7ef;
  color: #009a44;
}
.menu-item.active {
  background-color: #0a58ca;
  color: #fff;
}
.menu-item.active i {
  color: #fff;
}

.menu-item:hover i {
  animation: iconBounce .6s cubic-bezier(.25, .46, .45, .94) both;
  opacity: 1;
}

@keyframes iconBounce {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  30% {
    transform: translateX(-4px) rotate(-8deg);
  }
  60% {
    transform: translateX(3px) rotate(4deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}




.ic-sayfa-main-text {
	background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    padding: 1.5rem;
}

.ic-sayfa-main-text table {
	width:100%;
	margin-bottom:30px;
}

.ic-sayfa-main-text table tr td {
	border:1px solid #c3c3c3;
	padding:15px;
	font-size:18px;
}

.board-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 30px;
}

.member-card {
	background: white;
	border-radius: 15px;
	padding: 40px 30px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
}



.member-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.member-name {
	font-size: 1.5em;
	color: #2c3e50;
	margin-bottom: 15px;
	font-weight: 600;
}

.member-title {
	font-size: 1.1em;
	color: #7f8c8d;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.member-photo {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	margin: 0 auto 20px;
	object-fit: cover;
	border: 4px solid #f0f0f0;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
	h1 {
		font-size: 2em;
	}
	
	.board-grid {
		grid-template-columns: 1fr;
	}
}

.box-style1 {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.box-all-select{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.box-style1 p {
	margin-bottom:0px;
}

.box-style1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.box-style1  h2 {
  color: #1d9e52;
  font-weight: 600;
  border-left: 5px solid #1d9e52;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 22px;

}
.box-style1 p:last-child {
	margin-bottom:0px;
}


.box-style1 ul {
  list-style: none;
  padding-left: 0;
}

.box-style1 ul li::before {
  content: "✔";
  color: #1d9e52;
  margin-right: 10px;
}

.politikalar .box-style1 p {
	min-height:140px;
}

.politikalar .box-style1 h2 {
	min-height:60px;
	display:Flex;
	align-items:center;
}

.ic-sayfa-main-text ul{
	display: flex;
	flex-direction: column;
	align-items: start;
	margin-bottom:30px;
}
.ic-sayfa-main-text ul li{
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}
.ic-sayfa-main-text ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #009640;
    font-size: 8px;
    margin-right: 5px;
    transition: color 0.4s ease;
}
.ic-sayfa-main-text ul li:last-child{
	margin-bottom: 0;
}

.ic-sayfa-main-text h2 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
}





    .iletisim-card {
      background: #fff;
      border-radius: 15px;
	  display:flex;
      padding: 30px 20px;
	  align-items:center;
	  justify-content:flex-start;
	  gap:20px;
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
	
	.iletisim-card div:last-child {
		display:flex;
		flex-direction:column;
		justify-content:flex-start;
		align-items:flex-start
	}

    .iletisim-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }

    .iletisim-icon {
      background: #eaf4ff;
      color: #0a58ca;
      width: 60px;
      height: 60px;
	   flex-shrink: 0;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      margin-bottom: 15px;
    }

    .iletisim-card h5 {
	color: #1d9e52;
    font-weight: 600;
    font-size: 22px;
    }

    .iletisim-card a {
      color: #0a58ca;
      text-decoration: none;
    }
	
	.iletisim-card p {
		margin-bottom:0px!important
	}
	

    .iletisim-card a:hover {
      text-decoration: underline;
    }

	.social-icons {
		display:flex;
		flex-direction:row!important;
	}

    .social-icons a {
      background: #0a58ca;
      color: #fff!important;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 8px;
      transition: background 0.2s ease;
    }

    .social-icons a:hover {
      background: #0a9951;
	  text-decoration:None!important
    }

.ic-sayfa-main-icerik{

    padding: 1.5rem 0;
}
  .ic-sayfa-main-icerik a{
	  font-weight:400;
	  transition:all 0.3s;
  }
  
  .ic-sayfa-main-icerik a:hover {
	  text-decoration:underline;
  }
  
  .ic-sayfa-main-icerik h2 {
	  font-size:24px;
	  font-weight:700;
	  margin-bottom:30px;
  }
  
    .rapor-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 24px;
    }

    .rapor-card {
      background: white;
      border-radius: 12px;
      padding: 24px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      cursor: pointer;
      border: 2px solid transparent;
	  position:relative;
    }
	
	.rapor-card a {
		position:Absolute;
		width:100%;
		height:100%;
	}

    .rapor-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
      border-color: #3b82f6;
    }

    .rapor-header {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 20px;
	  flex-wrap:Wrap;
    }
	
	
	.rapor-kapak {
		width:100%;
	}

    .rapor-icon {
      width: 60px;
      height: 60px;
      background:#ebebeb;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: 700;
      font-size: 14px;
	  padding:10px;
      flex-shrink: 0;
    }

    .rapor-info {
      flex: 1;
	  text-align:center;
    }

    .rapor-title {
      font-size: 18px;
      color: #1e293b;
      font-weight: 600;
      margin-bottom: 4px;
    }

    .rapor-meta {
      font-size: 14px;
      color: #64748b;
    }

    .rapor-actions {
      display: flex;
      gap: 8px;
    }

    .btn {
      flex: 1;
      padding: 10px 16px;
      border-radius: 8px;
      border: none;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.2s ease;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
	  width: fit-content;
	  min-height: 52px;
    }

    .btn-primary {
      background: #3b82f6;
      color: white;
    }

    .btn-primary:hover {
      background: #2563eb;
    }

    .btn-secondary {
      background: #f1f5f9;
      color: #475569;
    }

    .btn-secondary:hover {
      background: #e2e8f0;
    }

    @media (max-width: 768px) {
      .rapor-grid {
        grid-template-columns: 1fr;
      }

      .header h1 {
        font-size: 24px;
      }

      .rapor-title {
        font-size: 16px;
      }
    }



    .logo-card {
      border: none;
      border-radius: 1.25rem;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
      transition: all 0.4s ease;
      overflow: hidden;
      background: #fff;
    }

    .logo-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
    }

    .logo-img {
      width: 100%;
      object-fit: contain;
      background: linear-gradient(135deg, #e6f2ff 0%, #f8fbfd 100%);
      border-bottom: 1px solid #eef3f8;
    }

    .logo-title {
      color: #004c97;
      font-weight: 600;
      margin-bottom: 1rem;
    }

    /* === İNDİRME SATIRLARI === */
    .download-item {
      position: relative;
      background: #f7f9fb;
      border-radius: 0.75rem;
      padding: 12px 16px;
      margin-bottom: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: all 0.35s ease;
      cursor: pointer;
      overflow: hidden;
    }

    .download-item:hover {
      background: linear-gradient(90deg, #e8f2ff, #f5faff);
      transform: translateY(-2px);
    }
	
	.download-item a {
		position:absolute;
		width:100%;
		height:100%;
	}

    .download-item span {
      font-weight: 500;
      color: #1a1a1a;
      z-index: 2;
    }

    /* === İKONLAR === */
    .download-icon {
      position: relative;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .download-icon i {
      font-size: 1.4rem;
      transition: transform 0.4s ease, color 0.4s ease, text-shadow 0.3s ease;
      position: relative;
      z-index: 2;
    }

    /* Dönen halka efekti */
    .download-icon::before {
      content: "";
      position: absolute;
      width: 48px;
      height: 48px;
      border: 2px solid transparent;
      border-top-color: rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      animation: spin 2s linear infinite;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .download-item:hover .download-icon::before {
      opacity: 1;
    }

    .download-item:hover i {
      transform: scale(1.3) rotate(20deg);
      text-shadow: 0 0 10px rgba(0, 114, 206, 0.4);
    }

    .download-item[data-type="pdf"] i { color: #e63946; }
    .download-item[data-type="png"] i { color: #00a884; }
    .download-item[data-type="svg"] i { color: #004c97; }

    @keyframes spin {
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
    }


  .search-wrapper::before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1.1rem;
    pointer-events: none;
  }

.form-control-lg,
.form-select-lg {
  height: 56px !important; 
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

.search-wrapper::before {
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .form-control-lg,
  .form-select-lg {
    height: 50px !important;
  }
}

.haber-icerik {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  padding: 1.5rem;
}

.haber-baslik {
  font-size: 2rem;
  font-weight: 800;
  color: #1e1e1e;
  line-height: 1.3;
  margin-bottom:30px;
}

.haber-meta {
  font-size: 0.95rem;
  color: #777;
  margin-bottom: 1.5rem;
}

.lg-container{
	position: fixed;
	z-index: 99999;
}

#lightgallery img {
  border-radius: 10px;
  width: auto;
  height: 120px;
  object-fit: cover;
  transition: all 0.3s ease;
}
#lightgallery a:hover img {
  transform: scale(1.05);
}

.paylas-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.paylas-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.facebook { background-color: #1877f2; }
.twitter { background-color: #1da1f2; }
.linkedin { background-color: #0077b5; }
.whatsapp { background-color: #25d366; }

.diger-haberler {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  padding: 1.5rem;
}

.diger-haberler h5 {
  font-weight: 700;
  margin-bottom: 1.3rem;
  color: #1e1e1e;
  font-size: 2rem;
}

.diger-haber {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
}

.diger-haber time {
	margin-top:15px;
	font-size:12px;
}

.diger-haber time i {
	margin-right:5px;
}

.diger-haber:last-child {
  border-bottom: none;
}

.diger-haber:hover {
  background: #f8fafb;
  border-radius: 8px;
}

.diger-haber img {
  width: 90px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
}

.diger-haber-title {
  font-weight: 600;
  font-size: 0.95rem;
      line-height: 1.3rem;
  color: #222;
  margin-bottom: 0;
  transition: color 0.2s;
}

.diger-haber:hover .diger-haber-title {
  color: #009a52;
}

@media (max-width: 991px) {
  .haber-icerik, .diger-haberler {
	padding: 1rem;
  }
}


.sss-section {
  max-width: 900px;
  margin: 70px auto;
  background: #f6f8fa;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  padding: 2.5rem 3rem;
  position: relative;
}


.accordion-item {
  border: none;
  border-radius: 14px;
  margin-bottom: 30PX;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-header {
	margin-bottom:0px!important;
}

.accordion-button {
  font-weight: 600;
  font-size: 1.05rem;
  color: #222;
  background-color: #f6f8fa;
  padding: 1.3rem 2.5rem 1.3rem 1.5rem;
  transition: all 0.3s;
  position: relative;
}

.accordion-button:focus {
  box-shadow: none;
}


.accordion-button::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none !important;
  color: #0a9951;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  position: absolute;
  right: 10px;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  right: 15px;
}

.accordion-body {
  background: #fff;
  padding: 1.5rem 1.5rem 1.8rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #444;
  border-top: 1px solid #eee;
}

/* --- Hover efekti --- */
.accordion-item:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .sss-section {
	padding: 1.8rem;
	margin: 40px 20px;
  }
  .sss-title {
	font-size: 1.6rem;
  }
}



    .upload-box {
      border: 2px dashed #00a9c8;
      background: #f8fbfc;
      border-radius: 10px;
      padding: 2rem;
      text-align: center;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .upload-box:hover {
      background: #e6f8fc;
      border-color: #029cc2;
    }

    .upload-box input[type="file"] {
      display: none;
    }

    .upload-icon {
      font-size: 2rem;
      color: #00a9c8;
    }

    .file-name {
      margin-top: 0.75rem;
      color: #555;
      font-size: 0.95rem;
      font-style: italic;
    }
	
	
	.ik-form label a{
		font-weight:700;
	}




.kvkk-title {
  font-weight: 700;
  color: #000000;
  font-size:24px;
  border-left: 4px solid #009a44;
  padding-left: 0.75rem;
  margin-bottom: 1rem;
}

.kvkk-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1.75rem;
}

.kvkk-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size:18px;
  background: #ffffff;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  text-decoration: none;
  color: #0d3b66;
  transition: all 0.25s ease;
}

.kvkk-item i {
  font-size: 1.2rem;
  color: #009a44;
}

.kvkk-item:hover {
  transform: translateX(5px);
  background-color: #e9f7ef;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  font-weight:600;
  text-decoration:none!important;
}

.duyuru-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.duyuru-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
}

.duyuru-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.duyuru-meta {
  color: #009a44;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.duyuru-title {
  color: #000000;
  font-weight: 700;
  font-size:18px;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.duyuru-desc {
  color: #555;
  font-size:16px;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

.duyuru-link {
  font-weight: 600;
  color: #009a44;
  text-decoration: none;
  transition: color 0.2s ease;
}

.duyuru-link:hover {
  color: #006b30;
  text-decoration: underline;
}

.sayfa-btn {
    background-color: #0a58ca;
    padding: 18px 37.5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.12px;
    border-radius: 100px;
    transition: all 200ms ease-in-out;
    overflow: hidden;
    text-align: center;
    position: relative;
    display: inline-block;
	margin-right: 20px;
	width:fit-content;
	color:#fff!important;
}

.sayfa-btn span {
    z-index: 2;
    position: relative;
	display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.sayfa-btn::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #0a9951;
    position: absolute;
    left: -100%;
    bottom: 0;
	color:#fff;
    border-radius: 7px;
    z-index: 1;
    transition: all 0.5s ease;
    opacity: 0;
}
.sayfa-btn:hover::after {
    left: 0%;
    border-radius: 0%;
    opacity: 1;
	color:#fff;
}

.filters {
	display:flex;
    gap: 20px;
    margin-bottom: 35px;
    align-items: center;
}

.filters label {
    font-weight: 600;
    display: block;
	font-size:18px;
}

.filters select {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 18px;
	width:300px;
	margin-bottom:0px!important;
}

.center-list {
    display: flex;
    gap: 15px;
	flex-wrap:wrap;
	justify-content:center;
}

/*.center-card {
    display: grid;
    grid-template-columns: 360px 1fr 150px;
    align-items: center;
	gap:50px;
    background: #fff;
    border-radius: 12px;
    padding: 22px 25px;
    margin-bottom: 18px;
    border: 1px solid #e1e6eb;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: .2s;
}*/

.center-card {
	display:flex;
	flex-direction:column;
    align-items: center;
	gap:20px;
    background: #fff;
    border-radius: 12px;
    padding: 22px 25px;
    margin-bottom: 18px;
    border: 1px solid #e1e6eb;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: .2s;
	max-width:32%;
}



.center-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}
.card-left {
	min-height:90px;
	width:100%;
    padding: 18px;
    border-radius: 10px;	
	display:flex;
	align-items:center;
}

.center-card .card-left h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
	text-align:center;
}

.center-card p {
	font-weight:400;
}

.center-card p,.center-card span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 4px;
    font-size: 18px;
}

.center-card p i,.center-card span i {
    color: #0f7fb1;
    font-size: 20px;
    line-height: 1;
    padding-top: 3px;
    flex-shrink: 0;
}



.card-tags {
	display:Flex;
	flex-direction:column;
	gap:10px;
	margin-top:20px;
}

.card-tags span {
    display: inline-flex;
    align-items: center;
    background: #e6f7e6;
    color: #2d7a33;
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-right: 6px;
}

.card-action {
    text-align: center;
}

.route-btn {
    display: inline-flex;
    align-items: center;
	gap:10px;
    padding: 10px 18px;
    background: #0a58ca;
    color: #fff!important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: .2s;
}

.route-btn:hover {
    background: #0a9951;
	text-decoration:none;
}

.mim .card-left {
	background: #005ba6;
}


.yim .card-left {
	background:#0097c4;
}

.yin .card-left {
	background:#009d50;
}


.center-legend {
    display: flex;
    gap: 25px;
    margin: 10px 0 25px;
    font-size: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.center-legend .legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    color: #333;
}

.center-legend .legend-item i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

/* Renk eşleştirmeleri (kartlarla aynı) */
.center-legend .mim i {
    background: #005ba6;
}
.center-legend .yim i {
    background: #0097c4;
}
.center-legend .yin i {
    background: #009d50;
}

.tarife-card {
	border-radius: 12px;
	overflow: hidden;
	border: none;
	transition: 0.3s;
	box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.tarife-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.tarife-img {
	height: 180px;
	object-fit: cover;
}

.tarife-title {
	font-size: 30px;
	color: #0a58ca;
	font-weight: 600;
	margin-bottom: 15px;
}


.btn-custom {
	background: #0a58ca;
	color: white;
	border-radius: 6px;
	padding: 10px 18px;
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
}

.btn-custom:hover {
	background: #0a9951;
}

.tarife-info {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 25px;
  text-align: center;
  font-size: 19px;
  line-height: 1.7;
  color: #333;
}

.tarife-info p {
  margin-bottom: 28px;
}

.bilgi-kutular {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.bilgi-card {
  background: #f7fafc;
  border: 1px solid #e6edf2;
  padding: 22px 25px;
  border-radius: 12px;
  text-align: left;
  transition: 0.2s;
}

.bilgi-card:hover {
  background: #e9f6ff;
  border-color: #b9e3ff;
  transform: translateY(-3px);
}

.bilgi-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .bilgi-kutular {
    grid-template-columns: 1fr;
  }
  .indirimli-elektrik-detay {
	  padding:0px!important;
  }
}

.indirimli-elektrik-detay {

    font-size: 18px;
    line-height: 1.7;
}

.bilgi-item {
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #efefef;
}

.bilgi-item:last-child {
	border:none;
}

.bilgi-item h4 {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0f305f;
    margin-bottom: 8px;
}



.bilgi-uyari {
    background: #fff7e6;
    border-left: 5px solid #f4b100;
    padding: 18px 22px;
    border-radius: 8px;
    font-size: 17px;
    margin-top: 25px;
}

.enerji-danisanim-box{
	padding: 25px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
	position: relative;
}
.enerji-danisanim-box h2{
	font-weight: 600;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.enerji-danisanim-box i{
	position: absolute;
	z-index: -1;
	font-size: 70px;
	right: 15px;
	bottom: 0;
	color: #158d51;
	opacity: 0.3;
}
.enerji-danisanim-main .row{
	justify-content: center;
}







@media screen and (max-width: 1199px){
	
    .d-md-none {
        display: block!important;
    }
	.mobilmenu-ust .profornet-arama {
        width: 40px;
        height: 40px;
        line-height: 40px !important;
        text-align: center;
        position: absolute;
        padding: 0;
        display: Flex;
        justify-content: center;
        align-items: center;
        right: 120px;
        top: 20px;
        cursor: pointer;
        display: block;
        font-size: 20px;
        background: none;
		color: #262626;
    }
	.arama-acilir-input{
		width: 95%!important;
	}
	.arama-acilir .sigma_close{
		right: 30px!important;
	}
}
@media screen and (min-width: 1199px){
	
	.detail-header{
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
		background: #0f172a;
		background: #fff;
		transition-property: top, background-color, box-shadow;
		transition-duration: 0.3s, 0.4s, 0.2s;
		transition-timing-function: ease-in-out, ease-in-out;
		transition-delay: 0.2s, 0.4s, 0.2s;
	}
	
	.detail-header .header-modal-menu-left-btn{	
		border-left: 1px solid #00000015;
		transition-delay: 0.4s;
	}
	.detail-header .header_alt > div > nav > ul > li > a{
		color: #000;
		transition-delay: 0.4s;
	}
	.detail-header .header_alt > div > nav > ul > li:hover > a{
		transition-delay: 0s;
	}
	.detail-header .header_alt > div > nav > ul > li:before{
		color: #000;
		transition-delay: 0.4s;
	}
	.detail-header .header-logo figure img{
		filter: none;
		transition-delay: 0.4s;
	}
	.detail-header .container-header-icerik{
		border: 1px solid #00000015;
		transition-delay: 0.4s;
		background: #fff;
	}
	.detail-header .modal-menu-left-btn i{
		color: #000;
		transition-delay: 0.4s;
	}
	.detail-header .tf-btn{
		background-color: #0a58ca;
	}
	.detail-header .header_alt > div > nav > ul > li > a > span:after{
		background: #0a9951;
	}
	.detail-header .header_alt > div > nav > ul > li > a > span img{
		transition-delay: 0.4s;
		filter: none;
	}
	.detail-header .aramaAc{
		background-color: #0a58ca!important;
	}
	
}

@media screen and (min-width: 1199px) and (max-width: 1459px){
	
	.modal-main-icerik a{
		font-size: 1.2vw!important;
	}
	.modal-main-icerik h2{
		font-size: 2vw;
	}
	.modal-main-icerik h4{
		font-size: 1.5vw;
	}
	.modal-main-iletisim ul li i{
		font-size: 1.8vw;
	}
	.modal-main-sosyal ul li a i{
		font-size: 1.2vw;
	}
	.modal-main-icerik{
		gap: 20px;
	}
	.modal-main-icerik{
		min-width: 500px;
	}
	.modal-online-icerik{
		gap: 40px;
	}
	.modal-musteri-hizmetleri h2{
		margin-bottom: 20px;
	}
	.split-container{
		height: 65vh;
	}
}




		.hero-section-etik {
            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
            position: relative;
            overflow: hidden;
        }
		.container-ic-sayfa{
			width: 100%;
			padding: 5%;
		}
        
        .logo-section {
            padding: 2rem 0;
        }
        
        .main-logo {
            max-width: 250px;
            height: auto;
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
            padding: 4rem 0;
        }
        
        .shield-container {
            position: relative;
            animation: float 3s ease-in-out infinite;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }
        
        .shield-graphic {
            max-width: 500px;
            width: 100%;
            height: auto;
            filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
        }
       
        .etik-hat-title {
            font-size: 4rem;
            font-weight: 700;
            color: #fff;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
            margin-bottom: 0;
        }
        
        .subtitle {
            font-size: 2.5rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 2rem;
        }
        
        .description-box {
            background: rgba(255, 255, 255, 0.95);
            padding: 2rem;
            border-radius: 15px;
            margin-bottom: 2rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
        
        .description-box p {
            color: #1e3a8a;
            margin-bottom: 0;
        }
        
        /* Info Section */
        .info-section-etik {
            background: linear-gradient(to bottom, #f8fafc 0%, #e2e8f0 100%);
        }
        
        .situations-box {
            background: white;
            padding: 3rem;
            border-radius: 20px;
            box-shadow: 0 15px 50px rgba(0,0,0,0.1);
        }
        
        .situations-title {
            font-size: 2rem;
            font-weight: 700;
            color: #1e3a8a;
            margin-bottom: 1.5rem;
        }
        
        .situations-subtitle {
            font-style: italic;
            color: #64748b;
            margin-bottom: 2rem;
        }
        
        .situations-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
        }
        
        .situation-item {
            display: flex;
            align-items: center;
            padding: 1rem;
            background: #f1f5f9;
            border-radius: 10px;
            transition: all 0.3s ease;
        }
        
        .situation-item:hover {
            transform: translateY(-5px);
            background: #e0f2fe;
        }
        
        .situation-item i {
            color: #3b82f6;
            margin-right: 1rem;
            font-size: 1.5rem;
        }
        
        /* Features Section */
        .features-section {
            background: linear-gradient(to top, #f8fafc 0%, #e2e8f0 100%);
        }
        
        .feature-card {
            background: linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%);
            color: white;
            padding: 2.5rem;
            border-radius: 20px;
            text-align: center;
            height: 100%;
            transition: all 0.3s ease;
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(59, 130, 246, 0.4);
        }
        
        .feature-icon {
            font-size: 3rem;
            margin-bottom: 1.5rem;
        }
        
        .feature-title1 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
        
        /* Contact Section */
        .contact-section {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: white;
        }
        
        .contact-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 3rem;
            text-align: center;
        }
        
        .contact-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 2rem;
            border-radius: 15px;
            border: 2px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
        }
        
        .contact-card:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: scale(1.05);
        }
        
        .contact-icon {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }
        
        .contact-method {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        
        .contact-detail {
            font-size: 1rem;
            word-break: break-word;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .etik-hat-title {
                font-size: 2.5rem;
            }
            
            .subtitle {
                font-size: 1.8rem;
            }
            
            .hero-content {
                padding: 2rem 0;
            }
            
            .situations-grid {
                grid-template-columns: 1fr;
            }
        }
		
		
:root{
--color1: #0ba3ca;
--color2: #ac4922;
--spinner-size: 64px;
--spinner-speed: 1.2s;
}


.preloader{
position: fixed; inset:0; display:grid; place-items:center;
background: #ffffff; /* tamamen opak */
transition: opacity .4s ease; z-index: 1000;
z-index:999999999;
}
.is-loaded .preloader{ opacity:0; pointer-events:none; }


.preloader__box{ display:flex; flex-direction:column; align-items:center }


.preloader__spinner{
width: var(--spinner-size); height: var(--spinner-size);
border-radius: 50%;
border: 4px solid transparent;
border-top: 4px solid var(--color1);
animation: spin var(--spinner-speed) linear infinite, hueShift 2.4s linear infinite;
}


@keyframes spin { to { transform: rotate(360deg); } }


@keyframes hueShift {
0% { border-top-color: var(--color1); }
50% { border-top-color: var(--color2); }
100% { border-top-color: var(--color1); }
}


.preloader__label{ margin-top:12px; color:#000;}


@media (prefers-reduced-motion: reduce){
.preloader, .is-loaded .preloader{ transition:none }
.preloader__spinner{ animation-duration: 2.5s }
}		



        .page-header {
            text-align: center;
            margin-bottom: 60px;
            animation: fadeInDown 0.8s ease;
        }

        .page-header h1 {
            color: #232f5d;
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .page-header p {
            color: #666;
            font-size: 18px;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .info-section1 {
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 20px;
            padding: 50px;
            margin-bottom: 60px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
            animation: fadeInUp 0.8s ease 0.2s both;
        }

        .info-section1 h2 {
            color: #0a9951;
            font-size: 32px;
            margin-bottom: 30px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 15px;
        }



        .process-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
            margin-top: 40px;
        }

        .process-card {
            background: white;
            padding: 20px;
            border-radius: 16px;
            border: 2px solid #e0e0e0;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }


        .process-card:hover {
            transform: translateY(-10px);
            border-color: #0a9951;
            box-shadow: 0 15px 40px rgba(0, 170, 119, 0.15);
        }

        .process-card h4 {
            font-size: 20px;
            margin-bottom: 15px;
            font-weight: 600;
            color: #0a9951;
            position: relative;
            z-index: 1;
        }

        .process-card p {
            margin: 0;
            position: relative;
            z-index: 1;
        }

        .tariff-section {
            margin-top: 60px;
        }

        .section-title {
            text-align: center;
            color: #232f5d;
            font-size: 42px;
            margin-bottom: 60px;
            font-weight: 700;
            animation: fadeInUp 0.8s ease 0.4s both;
        }

        .tariff-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(397px, 1fr));
            gap: 40px;
        }

        .tariff-card {
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 24px;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            animation: fadeInUp 0.8s ease both;
            position: relative;
        }

        .tariff-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0, 170, 119, 0.02) 0%, rgba(0, 136, 204, 0.02) 100%);
            opacity: 0;
            transition: opacity 0.5s ease;
        }

        .tariff-card:hover::before {
            opacity: 1;
        }

        .tariff-card:nth-child(1) { animation-delay: 0.5s; }
        .tariff-card:nth-child(2) { animation-delay: 0.6s; }
        .tariff-card:nth-child(3) { animation-delay: 0.7s; }

        .tariff-card:hover {
            transform: translateY(-15px) scale(1.02);
            border-color: #00aa77;
            box-shadow: 0 20px 60px rgba(0, 170, 119, 0.2);
        }

        .tariff-image-wrapper {
            position: relative;
            overflow: hidden;
            height: 240px;
        }

        .tariff-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .tariff-card:hover .tariff-image {
            transform: scale(1.15);
        }

        .tariff-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
        }

        .tariff-category {
            position: absolute;
            top: 20px;
            left: 20px;
            background: linear-gradient(135deg, #00aa77 0%, #0088cc 100%);
            color: white;
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1px;
            z-index: 2;
            box-shadow: 0 4px 15px rgba(0, 170, 119, 0.3);
        }

        .tariff-body {
            padding: 40px 35px;
            position: relative;
        }

        .tariff-icon {
            font-size: 50px;
            margin-bottom: 20px;
            display: block;
            filter: drop-shadow(0 0 20px rgba(0, 170, 119, 0.3));
        }

        .tariff-body h3 {
            font-size: 28px;
            color: #1a1a1a;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .tariff-body p {
            margin-bottom: 30px;
        }

        .tariff-body ul {
            margin-bottom: 30px;
            padding-left: 0;
            list-style: none;
        }

        .tariff-body ul li {
            padding: 10px 0;
            padding-left: 20px;
            position: relative;
        }

        .tariff-body ul li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #00aa77;
            font-weight: bold;
            font-size: 18px;
        }

        .tariff-btn {
    padding: 10px 20px;
    background: #0a58ca;
    border-radius: 10px;
    color: #fff !important;
    font-size: 15px;
    transition: .5s;
    display: block;
	width:fit-content;
}
 



        .tariff-btn:hover {
		transform: scale(0.95);
		background: #0a9951;
        }

        @media (max-width: 768px) {
            
			.info-section h2::before {
			display:none;
}
			
            .info-section {
                padding: 30px;
            }

            .section-title {
                font-size: 32px;
                margin-bottom: 40px;
            }

            .process-grid {
                grid-template-columns: 1fr;
            }

            .tariff-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .tariff-body {
                padding: 30px 25px;
            }
        }
		
.accordion-body ul{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: start;
}
.accordion-body ul li{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: start;
	margin-bottom: 15px;
}
.accordion-body ul li:last-child{
	margin-bottom: 0;
}
.accordion-body ul li:before{
	content: none;
}
.accordion-body ul li iframe{
	height: 500px;
	max-width: 600px;
	width: 100%;
}
.accordion-body ul li span{
	margin-bottom: 5px;
}
.accordion-body ul li span:last-child{
	margin-bottom: 0;
}


        .enerji-hero {
            position: relative;
            background: linear-gradient(135deg, #0a9951 0%, #098145 100%);
            padding-top:130px;
            color: white;
            overflow: hidden;
			height:60vh;
        }

        .enerji-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.05)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
            background-size: cover;
        }

        .enerji-hero .container {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .enerji-title {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 1rem;
            animation: fadeInUp 0.8s ease;
        }

        .enerji-subtitle {
            font-size: 1.3rem;
            opacity: 0.95;
            max-width: 800px;
            animation: fadeInUp 0.8s ease 0.2s backwards;
        }
		

        @media (max-width: 768px) {
            .enerji-title {
                font-size: 2rem;
            }

            .enerji-subtitle {
                font-size: 1.1rem;
            }

            .enerji-hero {
                padding: 126px 5% 80px;
            }
        }
		

:root {
    --primary: #0a58ca;
    --primary-soft: #e7efff;
    --secondary: #0a9951;
    --bg-page: #f5f7fb;
    --card-bg: #ffffff;
    --border-subtle: #e5e7eb;
    --text-main: #1f2933;
    --text-muted: #6b7280;
    --radius-lg: 20px;
    --shadow-soft: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.enerji-subtitle {
    font-size: 1.05rem;
    font-weight: 400;
    opacity: 0.95;
    margin-bottom: 20px;
}

.enerji-danisanim-main {
    padding: 56px 0 80px;
    background-color: var(--bg-page);
}

.split-section,
.floating-card,
.hexagon-card,
.calculator-section,
.timeline-section,
.circular-section,
.video-section {
    background: var(--card-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-subtle);
}

/* Animasyonları sadeleştir – sadece hafif fade-in */
.split-section,
.floating-card,
.hexagon-duo,
.calculator-section,
.timeline-section,
.circular-section,
.video-section {
    opacity: 1;
    transform: translateY(0);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.split-section:hover,
.floating-card:hover,
.hexagon-card:hover,
.calculator-section:hover,
.timeline-section:hover,
.circular-section:hover,
.video-section:hover {
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    transform: translateY(-4px);
}

/* 1. Kademeli Tarife – daha sade, kurumsal görünüm */
.split-section {
    display: flex;
	align-items:center;
    margin-bottom: 32px;
    overflow: hidden;
}

.split-section img {
	max-width:50%;
}

.split-left {
    padding: 40px 40px 40px 40px;
}

.split-left h2 {
    font-size: 1.8rem;
    color: var(--text-main);
    margin-bottom: 12px;
}


.split-left .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: var(--primary);
    padding: 9px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.7);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.split-left .btn:hover {
    background: #0849a6;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
    transform: translateY(-1px);
	color:#fff;
}

.split-right {
    background: var(--primary-soft);
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-large {
    font-size: 4rem;
    color: var(--primary);
}

.floating-card {
    margin-bottom: 32px;

}

.floating-card-text {
	    padding: 40px 40px 40px 40px;
}

.floating-card-content {
    display: flex;
    align-items: center;
    gap: 24px;
}

.floating-card-content img {
max-width:50%;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;

}

.floating-card-icon {
    font-size: 2.6rem;
    color: var(--primary);
}

.floating-card-text h2 {
    font-size: 1.5rem;
    color: var(--text-main);
    margin-bottom: 8px;
}



.floating-card-text .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: var(--primary);
    padding: 9px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.7);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.floating-card-text .btn:hover {
    background: var(--primary);
    color: #ffffff;
    border-color: var(--primary);
}

.hexagon-duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

.hexagon-card {
    padding: 24px 24px;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
}

.hexagon-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 88, 202, 0.08), rgba(10, 153, 81, 0.06));
    opacity: 0;
    transition: opacity 0.2s ease;
}

.hexagon-card:hover::before {
    opacity: 1;
}

.hexagon-card:nth-child(1) .hexagon-icon {
    color: var(--primary);
}

.hexagon-card:nth-child(2) .hexagon-icon {
    color: var(--secondary);
}

.hexagon-icon {
    font-size: 2.4rem;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.hexagon-card h2 {
    font-size: 1.25rem;
    color: var(--text-main);
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}



.hexagon-card .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: var(--primary);
    padding: 9px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.7);
    position: relative;
    z-index: 1;
}

.hexagon-card:nth-child(2) .btn {
    color: var(--secondary);
}

.hexagon-card .btn:hover {
    background: var(--primary);
    color: #ffffff;
    border-color: var(--primary);
}

.hexagon-card:nth-child(2) .btn:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}


.circular-section {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 28px 32px 32px;
    margin-bottom: 32px;
    position: relative;
}

.circular-content {
    position: relative;
    z-index: 1;
    text-align: left;
}

.circular-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    background: #e5f5eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.circular-icon {
    font-size: 1.7rem;
    color: var(--secondary);
}

.circular-content h2 {
    font-size: 1.5rem;
    color: var(--text-main);
    margin-bottom: 8px;
}



.circular-content .btn {
    background: var(--secondary);
    color: #ffffff;
    padding: 9px 20px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid transparent;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.circular-content .btn:hover {
    background: #087b3f;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
    transform: translateY(-1px);
}

.video-section {
    margin-bottom: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.video-content {
display:flex;
flex-wrap:wrap;
align-items:center;
background: #0f172a;
}

.video-info {
    padding: 24px 32px;
    color: #e5e7eb;
	width:50%;
}

.video-info h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}



.video-info .btn {
    background: #ffffff;
    color: #111827;
    padding: 9px 20px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid transparent;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.video-info .btn:hover {
    background: #e5e7eb;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.5);
    transform: translateY(-1px);
}

.video-preview {
    background: #020617;
    display: flex;
    align-items: center;
    justify-content: center;
	width:50%;
}

.video-preview img {
    max-width: 100%;
    height: auto;
	min-width:100%;
    border-radius: 14px;
}

@media (max-width: 1024px) {
    .split-section,
    .hexagon-duo,
    .calculator-body,
    .video-content {
        grid-template-columns: 1fr;
    }
	
	.split-section {
		display:Block!important;
	}
	
	.split-section img {
    max-width: 100%;
}

.floating-card-content img {
	width:100%;
	max-width:100%;
}

.floating-card-text,.split-left  {
	    padding: 20px;
}

.video-info,.video-preview {
	width:100%;
}

    .split-right {
        order: -1;
    }

    .hero-section3 {
        padding: 52px 0 40px;
    }

    .page-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .floating-card-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .timeline-content2 {
        flex-direction: row;
    }

    .hero-section3 .container,
    .enerji-danisanim-main .container {
        padding: 0 16px;
    }
}


		.info-box {
			background: #f8f9fa;
			border-left: 4px solid #0d6efd;
			padding: 15px 20px;
			border-radius: 6px;
			margin-bottom: 20px;
			font-size: 15px;
		}
		.info-box i {
			color: #0d6efd;
			margin-right: 6px;
		}
		.info-box p:last-child{
			margin-bottom: 0;
		}
		

		.form-section {
			background: #ffffff;
			border-radius: 8px;
			padding: 25px;
			box-shadow: 0 4px 10px rgba(0,0,0,0.07);
		}


		.input-icon {
			position: absolute;
			left: 12px;
			top: 50%;
			transform: translateY(-50%);
			color: #6c757d;
		}

		.section-wrapper {
			padding: 25px;
			background: #ffffff;
			border-radius: 12px;
			box-shadow: 0 4px 14px rgba(0,0,0,0.08);
			margin-bottom: 35px;
		}

		.section-title {
			font-size: 20px;
			font-weight: 700;
			text-align: center;
			margin-bottom: 20px;
			color: #374151;
		}

		.highlight {
			color: #0d6efd;
		}

		.input-icon {
			position: absolute;
			left: 12px;
			top: 50%;
			transform: translateY(-50%);
			color: #6c757d;
		}
		.section-wrapper > div > div{
			position: relative;
		}
		.section-wrapper > div > div:last-child:before{
			position: absolute;
			left: 0;
			top: 0;
			content: "";
			width: 2px;
			height: 100%;
			background: #0d6efd;
		}
		
		.info-box2 {
			background: #f8f9fa;
			border-left: 4px solid #0d6efd;
			padding: 15px 20px;
			border-radius: 6px;
			margin-bottom: 20px;
			font-size: 15px;
		}
		.info-box2 i {
			color: #0d6efd;
			margin-right: 6px;
		}
		.info-box2 p:last-child{
			margin-bottom: 0;
		}
		


		.divider {
			border-left: 2px solid #e5e7eb;
		}

		@media (max-width: 991px) {
			.section-wrapper > div > div:last-child:before{
				content: none;
			}
		}
		
		
		
		
				:root {
            --primary-gradient: linear-gradient(135deg, #0a9951 0%, #0a58ca 100%);
            --secondary-gradient: linear-gradient(135deg, #0a58ca 0%, #0a9951 100%);
            --light-bg: #ffffff;
            --card-bg: #f8f9fa;
            --card-hover: #e9ecef;
            --border-color: #dee2e6;
            --primary-green: #0a9951;
            --primary-blue: #464e5b;
        }
		
		
		
		
        .devices-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            gap: 20px;
            margin-bottom: 40px;
        }

        .device-card {
            background: var(--card-bg);
            border: 2px solid var(--border-color);
            border-radius: 16px;
            padding: 25px 15px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        }

        .device-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(10, 153, 81, 0.1), transparent);
            transition: left 0.5s;
        }

        .device-card:hover::before {
            left: 100%;
        }

        .device-card:hover {
            transform: translateY(-5px);
            border-color: var(--primary-green);
            box-shadow: 0 10px 30px rgba(10, 153, 81, 0.3);
        }

        .device-icon {
            font-size: 3rem;
            margin-bottom: 15px;
            color: var(--primary-blue);
        }

        .device-name {
            font-size: 0.95rem;
            font-weight: 600;
            color: #212529;
            line-height: 1.4;
        }

        .added-devices {
            background: var(--card-bg);
            border-radius: 20px;
            padding: 30px;
            margin-bottom: 30px;
            border: 2px solid var(--border-color);
            box-shadow: 0 2px 12px rgba(0,0,0,0.08);
        }

        .added-devices h2 {
            font-size: 1.8rem;
            margin-bottom: 25px;
            color: #212529;
        }

        .device-item {
            background: white;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: all 0.3s ease;
            border: 2px solid var(--border-color);
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
			cursor: pointer;
        }

        .device-item:hover {
            transform: translateX(5px);
            border-color: var(--primary-green);
            box-shadow: 0 4px 16px rgba(10, 153, 81, 0.2);
        }

        .device-item-left {
            display: flex;
            align-items: center;
            gap: 20px;
            flex: 1;
        }

        .device-item-icon {
            font-size: 2rem;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--primary-blue);
            border-radius: 12px;
        }

        .device-item-icon i {
            color: white;
        }

        .device-item-details {
            flex: 1;
        }

        .device-item-name {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 8px;
            color: #212529;
        }

        .device-item-specs {
            font-size: 0.9rem;
            color: #6c757d;
        }

        .device-item-right {
            text-align: right;
            margin-right: 15px;
        }

        .device-consumption {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--primary-green);
            margin-bottom: 5px;
        }

        .device-cost {
            font-size: 0.95rem;
            color: #6c757d;
        }

        .btn-delete {
            background: #ef4444;
            border: none;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 1.1rem;
        }

        .btn-delete:hover {
            background: #dc2626;
            transform: scale(1.1);
        }

        .total-section {
            background: var(--primary-green);
            border-radius: 20px;
            padding: 40px;
            text-align: center;
            box-shadow: 0 10px 40px rgba(10, 153, 81, 0.3);
        }

        .total-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }

        .total-item {
            background: rgba(255, 255, 255, 0.1);
            padding: 25px;
            border-radius: 15px;
            backdrop-filter: blur(10px);
        }

        .total-label {
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 10px;
            opacity: 0.9;
			color: #fff;
        }

        .total-value {
            font-size: 2.5rem;
            font-weight: 700;
            color: white;
        }

        /* Modal Styles */
        .modal-content {
            background: white;
            border: 2px solid var(--border-color);
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.15);
        }

        .modal-header {
            border-bottom: 2px solid var(--border-color);
            padding: 25px;
        }

        .modal-title {
            display: flex;
            align-items: center;
            gap: 15px;
            color: #212529;
            font-size: 1.5rem;
            font-weight: 700;
        }

        .modal-title i {
            font-size: 2rem;
            color: var(--primary-blue);
        }

        .modal-body {
            padding: 30px;
			display: flex;
			flex-wrap: wrap;
        }
        .modal-body > div{
			width: 48%;
			margin-right: 4%;
        }
        .modal-body > div:nth-child(2n){
			margin-right: 0;
        }
        .modal-body > div:last-child{
			width: 100%;
			margin-right: 0;
        }
		.device-card.disabled {
			opacity: 0.4;
			pointer-events: none;
			filter: grayscale(100%);
		}

        .form-label {
            color: #495057;
            font-weight: 600;
            margin-bottom: 10px;
            font-size: 0.95rem;
        }

        .form-control {
            background: #f8f9fa;
            border: 2px solid var(--border-color);
            color: #212529;
            padding: 12px 16px;
            border-radius: 10px;
            font-size: 1rem;
            transition: all 0.3s ease;
			min-height:50px;
        }

        .form-control:focus {
            background: white;
            border-color: var(--primary-green);
            color: #212529;
            box-shadow: 0 0 0 0.2rem rgba(10, 153, 81, 0.25);
        }

        .result-preview {
            background: var(--primary-blue);
            padding: 20px;
            border-radius: 12px;
            text-align: center;
            margin-top: 20px;
        }

        .result-preview-label {
            font-size: 0.9rem;
            margin-bottom: 8px;
            opacity: 0.9;
			color: #fff;
        }

        .result-preview-value {
            font-size: 2rem;
            font-weight: 700;
            color: white;
        }

        .btn-save {
            background: var(--primary-green);
            border: none;
            padding: 12px 30px;
            border-radius: 10px;
            color: white;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
        }

        .btn-save:hover {
            transform: translateY(-2px);
			background: #004a8f;
			color: #fff;
        }
		.modal-footer .btn-secondary:hover{
			background: #004a8f;
		}
        .btn-close {
            background: #6c757d;
            opacity: 1;
            transition: all 0.3s ease;
			width: 2em;
			height: 2em;
			padding: 0;
			color: #fff;
        }
		#deviceModal{			
			z-index: 99999;
			background: rgba(0, 0, 0, 0.6);
		}

        .btn-close:hover {
            background: #495057;
            transform: rotate(90deg);
        }
		

        .empty-state {
            text-align: center;
            padding: 60px 20px;
            color: #6c757d;
        }

        .empty-state i {
            font-size: 4rem;
            margin-bottom: 20px;
        }

        .empty-state p {
            font-size: 1.1rem;
        }

        @media (max-width: 768px) {
		

            .devices-grid {
                grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
                gap: 15px;
            }

            .device-icon {
                font-size: 2.5rem;
            }

            .device-name {
                font-size: 0.85rem;
            }

            .device-item {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }

            .device-item-left {
                flex-direction: column;
                width: 100%;
            }

            .device-item-right {
                margin-right: 0;
            }

            .total-value {
                font-size: 2rem;
            }
        }
		
		
		
	    .device-card1 {
        border-radius: 16px;
        overflow: hidden;
        background: #fff;
        border: none;
        transition: .25s ease;
        box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    }

    .device-card1:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }

    .device-img {
        width: 100%;
        height: 250px;
        object-fit: contain;
        background: #fff;
		border-radius: 16px;
    }

    .content-device {
        padding: 15px 18px;
    }

    .device-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .info {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        margin-bottom: 6px;
        color: #333;
    }

    .kwh {
        font-size: 18px;
        font-weight: 700;
        margin-top: 6px;
    }

    .card-wrapper > div:nth-child(4n+1) .device-card1 { background: linear-gradient(180deg, #ffebeb, #ffffff); }
    .card-wrapper > div:nth-child(4n+2) .device-card1 { background: linear-gradient(180deg, #e9f0ff, #ffffff); }
    .card-wrapper > div:nth-child(4n+3) .device-card1 { background: linear-gradient(180deg, #f8e9ff, #ffffff); }
    .card-wrapper > div:nth-child(4n+4) .device-card1 { background: linear-gradient(180deg, #e9fff2, #ffffff); }

    .page-info {
        color: #444;
        font-size: 15px;
        margin-bottom: 20px;
    }	
	
	
	
	    .tip-card{
      position:relative;
      background:#0a9e54;
      border-radius:24px;
      overflow:hidden;
      box-shadow:0 14px 35px rgba(8, 27, 45, .3);
      color:#fff;
      display:flex;
      flex-direction:column;
      min-height:320px;
      isolation:isolate;
      transition:transform .25s ease, box-shadow .25s ease;
    }

    .tip-card:hover{
      transform:translateY(-6px);
      box-shadow:0 20px 45px rgba(8, 27, 45, .45);
    }

    .tip-card::before,
    .tip-card::after{
      content:"";
      position:absolute;
      border-radius:40px;
      z-index:0;
    }

    .tip-card::before{
      width:180px;
      height:180px;
      background:#1e6f9f;
      top:-60px;
      right:-40px;
      transform:rotate(18deg);
    }

    .tip-card::after{
      width:160px;
      height:160px;
      background:#0b9450;
      bottom:-40px;
      left:-40px;
      transform:rotate(-18deg);
    }

    .tip-card__inner{
      position:relative;
      z-index:1;
      display:flex;
      flex-direction:column;
      height:100%;
	  min-height:512px;
    }

    .tip-card__media-wrapper{
      position:relative;
      height:250px;
      overflow:hidden;
    }

    .tip-card__media{
      position:absolute;
      top:0;
      right:0;
      bottom:0;
      left:0;
      background:#000;
      clip-path:polygon(45% 0,100% 0,100% 100%,0 100%,0 25%);
    }

    .tip-card__media img{
      width:100%;
      height:100%;
      object-fit:cover;
      opacity:.95;
      transform:scale(1.05);
      transition:transform .4s ease;
    }

    .tip-card:hover .tip-card__media img{
      transform:scale(1.12);
    }

    .tip-card__badge{
      position:absolute;
      left:24px;
      top:18px;
      background:#e5f4ff;
      color:#122234;
      font-weight:600;
      font-size:.72rem;
      padding:4px 10px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;
      gap:6px;
      box-shadow:0 6px 18px rgba(0,0,0,.25);
    }

    .tip-card__badge span.icon-dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:#0a58ca;
    }

    .tip-card__body{
      padding:26px 26px 22px;
      display:flex;
      flex-direction:column;
      gap:10px;
      flex:1;
    }

    .tip-card__title{
      font-size:1.4rem;
      font-weight:600;
      line-height:1.3;
	  min-height:60px;
    }

    .tip-card__subtitle{
      font-size:.8rem;
      font-weight:500;
      letter-spacing:.08em;
      text-transform:uppercase;
      color:#ffc94a;
    }

    .tip-card__text{
      font-size:.9rem;
      color:#d0dde8;
      line-height:1.5;
    }

    .tip-card__footer{
      padding:0 26px 24px;
      font-size:.78rem;
      display:flex;
      align-items:center;
      justify-content:space-between;
      color:#fff;
    }

    .tip-card__footer span{
      display:inline-flex;
      align-items:center;
      gap:6px;
    }

    .dot-pill{
      display:inline-flex;
      align-items:center;
      gap:4px;
      background:rgba(0,0,0,.5);
      border-radius:999px;
      padding:3px 9px;
    }

    .dot-pill i{
      width:6px;
      height:6px;
      border-radius:50%;
      background:#0a58ca;
    }

    /* small screen tweaks */
    @media (max-width:575.98px){
      .page-wrapper{
        padding-top:30px;
      }
      .tip-card__media-wrapper{
        height:160px;
      }
    }
	
	
	.etikhat {
		color:#fff!important;
		padding:0px!important;
	}
	


@property --renk1 {
  syntax: '<color>';
  initial-value: #eff8fc;
  inherits: false;
}

@property --renk2 {
  syntax: '<color>';
  initial-value: #cae9f8;
  inherits: false;
}
@property --renk3 {
  syntax: '<color>';
  initial-value: #002855;
  inherits: false;
}

@property --renk4 {
  syntax: '<color>';
  initial-value: #00A3E0;
  inherits: false;
}
.abonelik-select-box{
	transition: all 0.4s;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	background: linear-gradient(180deg, var(--renk1), var(--renk2));
	transition: --renk1 0.4s, --renk2 0.4s;
	flex: 1;
	cursor: pointer;
	border-radius: 14px;
}
.abonelik-select-box:hover{
	--renk1: #002855; 
	--renk2: #00A3E0; 
}
.abonelik-select-box img{
	filter: invert(36%) brightness(142%) contrast(165%);
	transition: all 0.4s;
	height:120px;
}
.abonelik-select-box:hover img{
	filter: none;
}
.abonelik-select-main{
	display: flex;
	gap: 30px;
	margin-top:30px;
}

.abonelik-evraklar-sss {
	margin-top:30px;
}

.abonelik-select-box h3{
	font-size: 32px;
	font-weight: 600;
	color: #565656;
	text-align: center;
	transition: all 0.4s;
}
.abonelik-select-box:hover h3{
	color: #fff;
}
.abonelik-select-box span{
	width: 100%;
	display: flex;
	align-items: end;
	justify-content: end;
}
.abonelik-select-box span i{
	padding: 20px;
	border-radius: 50%;
	background: #84a3c3;
	color: #fff;
	font-size: 30px;
	transition: all 0.4s;
}
.abonelik-select-box:hover span i{
	color: #00407f;
	background: #fff;
}
.abonelik-btn{
	background: linear-gradient(90deg, #002855 0%, #00A3E0 100%);
	z-index: 1;
	overflow: hidden;
	padding: 15px 50px;
	border-radius: 99px;
	color: #fff!important;
	font-size: 20px;
	font-weight: 600!important;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.abonelik-btn:before{
	content: "";
	width: calc(100% - 15px);
	height: calc(100% - 12px);
	background: transparent;
	border: 1px solid #fff;
	border-radius: 99px;
	position: absolute;
	transition: all 0.4s;
	opacity: 0;
}
.abonelik-btn:hover:before{
	opacity: 1;
}
.abonelik-btn:hover:after{
	content: "";
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;
	background: #002855;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.8s ease;
}
.abonelik-btn:hover:after{
	opacity: 1;
}
.abonelik-btn:hover{
	text-decoration: none!important;
}















.modal-online-main-honeycomb{	
	background: url(/images/online-bg2.jpg);
	height:100vh;
	overflow:hidden;
	display:flex;
	flex-direction:column;
	align-items:center;
	padding-top:2vw;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position:relative;
	width: 100%;
	z-index: 1;
}
.blur-overlay{
	position:fixed;
	inset:0;
	backdrop-filter:blur(0vw);
	opacity:0;
	pointer-events:none;
	transition:.2s;
	z-index:-5;
}
.has-sub:before{
	content: "";
	position: absolute;
    left: -100vw;
    top: -100vh;
    width: 200vw;
    height: 200vh;
	position:absolute;
	backdrop-filter:blur(1vw);
	pointer-events:none;
	opacity:0;
}
.has-sub.active:before{
	opacity:1;pointer-events:auto;
}

body.blur-bg .blur-overlay{opacity:1;pointer-events:auto;}

.honeycomb-baslik{
 color:white;
 margin-bottom:2vw;
 font-size:2.3vw;
 font-weight:700;
}

.container-container{
 width:100%;
 display:flex;
 justify-content:center;
 align-items:center;
 flex:1;
 position: relative;
}

.honeycomb{
 display:flex;
 flex-direction:column;
 align-items:center;
 gap:1vw;
}

.honeycomb-row{
 display:flex;
 gap:1vw;
 
    transform: translateX(0vw);
}

.honeycomb-row:nth-child(2){
 transform:translateX(5vw);
}
.honeycomb-row:nth-child(3){
 transform:translateX(-5.6vw);
}





.hexagon.active > .hexagon-middle{background:green;}
.hexagon.active:before{border-right-color:green;}
.hexagon.active:after{border-left-color:green;}



.submenu{
 position:absolute;
 top:0;
 left:30%;
 transform:translate(-50%, -50%);
 opacity:0;
 pointer-events:none;
 transition:.2s;
 z-index:10;
}

.sm{
 position:absolute;
 width:8vw;
 height:7vw;
 cursor:pointer;
 z-index:11;
}
.hexagon {
	position: relative;	
    cursor: pointer;
	z-index: -1;
}
.hexagon.active{
	z-index: 1;
}

.hexagon-content {
	--b: 10px;
	--bg: #66a6a9;   /* ⭐ Yeni renk */
	position: relative;
	height: 8vw;
	aspect-ratio: 1 / cos(30deg);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-size: 1vw;
	font-weight: 500;
	z-index: 0;
	width: 9.7vw;
	transition: all 0.4s;
}

/* NEON */
.hexagon-content::before {
	content: "";
	position: absolute;
	inset: 0;

	clip-path: 
		polygon(0 50%,50% -50%,100% 50%,50% 150%,0 50%,
		var(--b) 50%,
		calc(25% + var(--b)*cos(60deg)) calc(100% - var(--b)*sin(60deg)),
		calc(75% - var(--b)*cos(60deg)) calc(100% - var(--b)*sin(60deg)),
		calc(100% - var(--b)) 50%,
		calc(75% - var(--b)*cos(60deg)) calc(var(--b)*sin(60deg)),
		calc(25% + var(--b)*cos(60deg)) calc(var(--b)*sin(60deg)),
		var(--b) 50%);

	background: var(--bg);
	z-index: -1;
	filter: drop-shadow(0 0 1px #66a6a9) drop-shadow(0 0 3px #66a6a9);

	/* ⭐ NEON GLOW (Yeni renk ile) ⭐ */

	transition: all 0.4s;
}

/* HOVER – Daha güçlü neon */
.hexagon-content:hover::before {
	clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
	filter: drop-shadow(4px 0px 7px #66a6a9) drop-shadow(15px 0px 10px #66a6a9);


}


.p0{transform:translate(-3vw,-9vw);} 
.p1{transform:translate(6vw,-4vw);} 
.p3{transform:translate(6vw,5vw);} 
.p4{transform:translate(-2vw,10vw);} 
.p5{transform:translate(-11vw,6vw);} 
.p6{transform:translate(-11vw,-3.7vw);} 
.mobil-goster{
	display: none;
}
.mobil-gizle{
	display: block;
}
@media (max-width:1199px){
	.honeycomb-baslik{
		font-size:28px;
		margin-bottom:25px;
		text-align: center;
	}
	.honeycomb{
		display:flex;
		flex-direction: column;
		gap:25px;
		width:100%;
	}
	.honeycomb-row{
		display:flex;
		flex-wrap: wrap;
		transform:none!important;
		gap: 30px 5px;
        justify-content: space-around;
	}
	.hexagon::before,.hexagon::after{
		border-top:47.5px solid transparent;
		border-bottom:47.5px solid transparent;
	}
	.hexagon::before{
		border-right:27px solid rgba(56,189,248,0.25);
	} 
	.hexagon::after{
		border-left:27px solid rgba(56,189,248,0.25);
	} 
	.hexagon-middle{
		display: none;
	}
	.hexagon-content{
		font-size:0.8rem;
        width: 9rem;
		height: 8rem;
	}
	.sm{
		transform: none!important;
        width: 10.2rem;
		height: 9.1rem;
		position: relative;
	}
	.sm::before,.sm::after{
		border-top:47.5px solid transparent;
		border-bottom:47.5px solid transparent;
	}
	.sm::before{
		border-right:27px solid rgba(56,189,248,0.25);
	} 
	.sm::after{
		border-left:27px solid rgba(56,189,248,0.25);
	} 
	.sm .hexagon-middle{
		left:27px;
		width:56px;
		height:95px;
	}
	.submenu{
		top:150px;
		left:0;
		transform: none;
		display: flex;
		flex-wrap: wrap;
		width: 100vw;
		height: auto;
	} 
	.mobil-goster{
		display: block;
	}
	.mobil-gizle{
		display: none;
	}
	.modal-online-main-honeycomb{
        justify-content: start;
        padding: 70px 20px 30px 20px;
        overflow-y: scroll;
        overflow-x: hidden;
	}
	.container-honeycomb{
		width: 100%;
	}
	.hexagon{
		z-index: 1;
	}
	body.blur-bg .honeycomb-row{
		z-index: -1;
	}
	.honeycomb-row-sub{
		z-index: 2!important;
	}
	body.blur-bg .honeycomb-row-sub .hexagon{
		z-index: -1;
	}
	.hexagon.active {
		z-index: 1 !important;
	}
	.has-sub:before{
		backdrop-filter: blur(8px);
	}
	.fixed-header.nav-down{
		top: 0!important;
	}



}



  .floating-btn {
    position: fixed;
    bottom: 60px;
    right: 24px;
    width: 160px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.35s ease;
    opacity: 1;
    transform: translateY(0);
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }

  .floating-btn:hover {
    transform: scale(1.15);
	opacity:0.8;
  }
  .hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
  }

  .flash-close-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff4d4d;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  }

  .flash-close-btn:hover {
    background: #e60000;
  }
  
  @keyframes floatLoop {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-6px); }
    100% { transform: translateY(0); }
  }

  .float-animate {
    animation: floatLoop 2.2s ease-in-out infinite;
  }
  
  
          .info-box3 {
            border-radius: 10px;
            padding: 1.4rem;
            margin-bottom: 1rem;
            box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        }
        .limit-box {
            background: linear-gradient(135deg, #007bff, #005fcc);
            color: white;
            border-radius: 10px;
            padding: 1.2rem;
            margin-bottom: 1rem;
        }
        .contact-box {
            background: linear-gradient(135deg, #007bff, #0491f8);
            color: white;
            border-radius: 10px;
            padding: 1.4rem;
            margin-bottom: 1rem;
            text-align: center;
            font-size: 1.2rem;
            font-weight: 500;
        }
        .contact-box a { color: white; text-decoration: none; font-weight: 600; }
.fatura-danisanim-main .section-title:before{
	left: 0;
}
		
		
		
		
		
		
		
		
		
/* Reset ve temel stiller */
.container_fatura {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 20px auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Grid yapısı - çift öğeleri yan yana göster */
.container_fatura > li {
  padding: 20px;
  border-bottom: 1px solid #e5e7eb;
}

/* İlk 4 öğe (2 çift) için özel grid - yan yana */
.container_fatura > li:nth-child(1),
.container_fatura > li:nth-child(2),
.container_fatura > li:nth-child(3),
.container_fatura > li:nth-child(4) {
  display: inline-block;
  width: calc(50% - 2px);
  vertical-align: top;
  border-bottom: none;
  border-right: 1px solid #e5e7eb;
  text-align: center;
}

.container_fatura > li:nth-child(2),
.container_fatura > li:nth-child(4) {
  border-right: none;
}

/* Başlıklar */
.container_fatura > li:nth-of-type(odd):not(#fatura_gun):not(#fatura_tuketim):not(#fatura_aylar):not(#fatura_bedel) {
  font-weight: 600;
  color: #374151;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  text-align: center;
}

/* Değerler */
#fatura_gun,
#fatura_tuketim,
#fatura_bedel {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
}
#fatura_dusuk,
#fatura_yuksek,
#fatura_gece{
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
}

#fatura_bedel {
  color: #059669;
  text-align: center;
}
#fatura_bedel1{
	color: #059669;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}

#fatura_bedel::after {
  content: ' ₺';
  font-size: 18px;
  margin-left: 4px;
}

/* Aylar ve Fatura Tutarı bölümü */
.container_fatura > li:nth-child(5),
.container_fatura > li:nth-child(6),
.container_fatura > li:nth-child(7),
.container_fatura > li:nth-child(8) {
  display: block;
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #e5e7eb;
}

/* AYLAR başlığı */
.container_fatura > li:nth-child(5) {
  padding-bottom: 12px;
  text-align: center;
}

/* Aylar bölümü */
#fatura_aylar {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex!important;
  flex-wrap: wrap;
  gap: 20px;
}

#fatura_aylar > ul {
  list-style: none;
  padding: 20px;
  margin: 0;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
  width: calc(50% - 10px);
}

#fatura_aylar > ul > li:nth-child(odd) {
  font-weight: 500;
  color: #6b7280;
  font-size: 13px;
}

#fatura_aylar > ul > li:nth-child(even) {
  font-weight: 600;
  color: #1f2937;
}

/* Ay başlığı özel stil */
#fatura_aylar > ul > li:nth-child(1) {
  font-size: 12px;
  text-transform: uppercase;
  color: #9ca3af;
}

#fatura_aylar > ul > li:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
  color: #2563eb;
}

/* İlk satır (ay adı) tam genişlik */
#fatura_aylar > ul > li:nth-child(1),
#fatura_aylar > ul > li:nth-child(2) {
  grid-column: 1 / -1;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #e5e7eb;
}

/* Mobil uyumluluk */
@media (max-width: 640px) {
  .container_fatura {
    margin: 10px;
    border-radius: 8px;
  }

  /* Mobilde tüm öğeler tek sütun */
  .container_fatura > li:nth-child(1),
  .container_fatura > li:nth-child(2),
  .container_fatura > li:nth-child(3),
  .container_fatura > li:nth-child(4) {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
    padding: 16px;
  }

  .container_fatura > li {
    padding: 16px;
  }

  .container_fatura > li:nth-of-type(odd):not(#fatura_gun):not(#fatura_tuketim):not(#fatura_aylar):not(#fatura_bedel) {
    font-size: 12px;
    margin-bottom: 6px;
  }

  #fatura_gun,
  #fatura_tuketim,
  #fatura_bedel {
    font-size: 20px;
  }

  #fatura_aylar > ul {
    padding: 16px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #fatura_aylar > ul > li:nth-child(odd) {
    font-size: 12px;
  }

  #fatura_aylar > ul > li:nth-child(even) {
    text-align: left;
    padding-left: 12px;
    font-size: 15px;
  }

  #fatura_aylar > ul > li:nth-child(2) {
    font-size: 16px;
  }
}

/* Tablet görünüm */
@media (min-width: 641px) and (max-width: 1024px) {
  .container_fatura {
    margin: 16px;
  }

  .container_fatura > li {
    padding: 18px;
  }
}

.leaflet-popup-content p{margin:5px!important;font-size:14px;line-height:24px;}
.leaflet-popup-content p i{font-size:14px;margin-right:5px;color:#000;}
.leaflet-popup-content {min-width:360px!important;}

.leaflet-marker-icon {
    transition: filter 0.2s ease, box-shadow 0.2s ease;
}

.leaflet-marker-icon:hover {
    filter: brightness(1.2);
    z-index: 9999;
}
.accordion-body a{
	color: #0a58ca;
	font-weight: 600;
}




.ticari-kalite-tab1,
.ticari-kalite-tab2-grid,
.ticari-kalite-tab3-grid {
    display: none;
}

.ticari-kalite-box-text{
	font-weight: 600;
    font-size: 1.05rem;
    color: #222;
    background-color: #c4e1ff;
    padding: 1.3rem 2.5rem 1.3rem 1.5rem;
    transition: all 0.4s;
    position: relative;
	cursor: pointer;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}
.ticari-kalite-box-text.active{
	color: #0a9951;
    background-color: #f2fcf7;
}
.ticari-kalite-tab-grid{
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0;
}
.ticari-kalite-tab-text{
	flex: 1;
	font-weight: 600;
    font-size: 1.05rem;
    padding: 1.3rem 2.5rem 1.3rem 1.5rem;
    transition: all 0.4s;
    position: relative;
	cursor: pointer;
    color: #222;
    background-color: #c4e1ff;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.ticari-kalite-tab-text.active{
	color: #0a9951;
    background-color: #f2fcf7;
}
.ticari-kalite-grid{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 15px;
	width: 100%;
}
.ticari-kalite-box{
	width: 100%;
}
.ticari-kalite-tab4-grid{
	padding: 20px 0;
}
.ticari-kalite-box{
	padding: 0;
	margin-bottom: 15px;
	background: transparent;
	transition: all 0.4s;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.ticari-kalite-box.active{
	background: #f7f7f7;
	padding: 10px;
}
.ticari-kalite-box-text span i{
	margin-right: 10px;
}
.hexagon-content > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.bank-card {
	border-radius: 10px;
	border: 1px solid #e3e3e3;
	transition: .2s;
	background: #fff;
}
.bank-card:hover {
	box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}
.bank-logo {
	max-width: 160px;
	max-height: 55px;
	object-fit: contain;
}
.check {
	color: #28a745;
	font-size: 1.2rem;
	margin-left: 5px;
}
.bank-list li {
	padding: 3px 0;
	height:30px;
	line-height:30px;
}
.bank-list li i {
	font-size:22px;
	margin-left:10px;
}
.nav-tabs1 {
	border-bottom: 2px solid #dee2e6;
}
.nav-tabs1 .nav-link1 {
	border: none;
	padding: 12px 22px;
	font-weight: 600;
	color: #555;
	background: #f8f9fa;
	margin-right: 5px;
	border-radius: 8px 8px 0 0;
	transition: 0.25s;
}
.nav-tabs1 .nav-link1:hover {
	background: #e9ecef;
	color: #000;
}
.nav-tabs1 .nav-link1.active {
	background: #0d6efd;
	color: #fff !important;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}
.nav-tabs1 .nav-link1.active:hover {
	background: #0b5ed7;
}	
.table-responsive {
	margin:30px 0px;
}


.faiz-wrapper {
	background: #ffffff;
}
.faiz-logo-main {
	max-height:75px;
	margin-right:30px;
	}
.faiz-title {
	font-weight: 700;
	
	margin-bottom:0px!important
}
.faiz-table img {
	max-height: 30px;
	margin: 2px 6px;
	object-fit: contain;
	display:inline-block;
}
.faiz-table th,
.faiz-table td {
	font-size: .9rem;
	white-space: nowrap;
	vertical-align: middle;
	border:1px solid #ebebeb;
}
@media (max-width: 980px) {
	.faiz-table {width:900px!important;}
}	

.svg-popup-main{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: transparent;
	backdrop-filter: blur(0px);
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
}
.svg-popup-main.open{
	transition: all 0.4s;
	display: flex;
	backdrop-filter: blur(5px);
	background: #ffffff0a;
}		  
.svg-popup-icerik{	
    transform: scaleX(0);
	transition: all 0.4s;
}	
.svg-popup-main.open .svg-popup-icerik{
    transform: scaleX(1);
}	  
.svg-popup-icerik ul{
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 60px;
}  
.svg-popup-icerik ul li a{
	padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
    border: 2px solid #dcdcdc;
    color: #000;
    background: #f9f9f9;
    margin-right: 12px;
    transition: all .25s ease;
	font-size: 20px;
} 
.svg-popup-icerik ul li a:hover{
	background: #52c1dd;
	color: #fff;
	border-color: #52c1dd;
}
.modal-svg-kapat{	
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
    cursor: url(../images/mouse.png), auto;
}


/* GENEL */
.green-wrapper { 
    max-width: 1260px; 
}

.green-title {
    font-size: 2rem;
    color: #0f5132;
}

.green-sub { 
    color: #198754;
	font-size:22px;
}

.green-desc { 
    max-width: 650px; 
    color: #6c757d;
}

/* BİLGİ BOX */
.green-info-box {
    background: #f4fcf7;
    border: 1px solid #d7f2df;
    border-radius: 14px;
    padding: 25px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: .3s ease;
}

.green-info-box:hover {
    transform: translateY(-4px);
    border-color: #20c997;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* BİLGİ BOX İKON */
.green-info-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #d9f7e8;
    color: #0f5132;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 15px;
}

/* LİSTE */
.green-list li {
    margin-bottom: 8px;
    color: #495057;
}

/* AVANTAJ KARTLAR */
.green-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 20px;
}

.green-card {
    background: #ffffff;
    border: 1px solid #e4efe7;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    transition: .25s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

.green-card:hover {
    transform: translateY(-6px);
    border-color: #20c997;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.green-card-icon {
    font-size: 28px;
    color: #198754;
    margin-bottom: 12px;
}



/* Arka plan sadece container’da */
.iso-container {
  background:#ebebeb;
  padding-top: 20px;
  padding-left:20px;
  padding-right:20px;
 padding-bottom:0px;
  position: relative;
  overflow: visible;
  display:flex;
  gap:20px;
  border-radius:15px;
  margin-top:130px;
  justify-content: center;
}

/* Kartları yukarı “taşır” */
.iso-container__card {
  background: #1b365d;
  border-radius: 18px;
  padding: 28px;
  text-align:Center;
  transform: translateY(-70px); /* üstte beyaza taşma */
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
  transition: transform .25s ease, box-shadow .25s ease;
}

.iso-container__card:hover {
  transform: translateY(-78px);
  box-shadow: 0 28px 60px rgba(0,0,0,.35);
}

/* Kart içindeki görsel */
.iso-container__image {
  width: 100%;
  max-width: 180px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 1024px) {
  .iso-container { flex-wrap: wrap; gap: 24px; }
}
@media (max-width: 600px) {
  .iso-container__card { width: 100%; max-width: 100%; }
  .iso-container__image {
	  max-width:100%;
  }
}





.arama-acilir{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    z-index: 99999999;
    backdrop-filter: blur(5px);
}
.arama-acilir.open{	
    opacity: 1;
    visibility: visible;
}
.arama-acilir .sigma_close {
	position: absolute;
	top: 60px;
	right: 60px;
	border-color: #fff;
	color: #fff;
	cursor: pointer;
	font-size: 40px;
	transition: all 0.4s;
}
.arama-acilir .sigma_close:hover{
	color: #0a9951;
}
.arama-acilir-input{
	position: relative;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	width: 40%;
	transition-duration: .3s;
	transition-delay: .3s;
	transform: scale(.5);
	opacity: 0;
	visibility: hidden;
}





.arama-acilir.open .arama-acilir-input {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.sigma_all-close{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.arama-acilir-input input{
	width: 100%;
	background: transparent;
	border: none;
	padding: 15px 65px 15px 15px;
	font-size: 18px;
	color: #000;
	background: #fff;
	border-radius: 10px;
	box-shadow: rgba(255, 255, 255, 0.25) 0px 6px 12px -2px, rgba(255, 255, 255, 0.3) 0px 3px 7px -3px;
}
.arama-acilir-input input::placeholder{
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
.arama-acilir-input button{
	position: absolute;
	right: 20px;
	background: none;
	color: #000;
	font-size: 20px;
	transition: all 0.4s;
}
.arama-acilir-input button:hover{
	color: #0a9951;
}
.arama-acilir-input form{
	display: flex;
	align-items: center;
	width: 100%;
}
.arama-baslik a{
    font-size: 20px;
    font-weight: bold;
    color: #0a9951;
}
.arama-baslik{
	margin: 15px 0;
}
.arama-icerik{
	margin-bottom: 10px;
}
.arama-bulunamadi h2{
    color: #0a58ca;
}

.aramaAc{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #0a58ca;
	color: #fff;
	transition: all 0.4s;
	font-size: 18px!important;
}
.aramaAc:hover{
	background: #fff!important;
	color: #0a9951;
}
.fixed-header .aramaAc{
	background-color: #0f305f;
}
.hbg .aramaAc {
    background-color: #0a58ca;
}


    .ef-page-title {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .ef-intro {
      font-size: 16px;
      color:#555;
      line-height:1.7;
      margin-bottom: 40px;
    }

    .ef-section {
      margin-bottom: 50px;
    }

    .ef-section-title {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .ef-text {
      line-height: 1.8;
      color:#444;
    }

    .ef-icon {
      color:#0d6efd;
      margin-right: 8px;
    }

    .ef-note {
      font-size: 14px;
      color:#666;
      margin-top: 15px;
    }

    .ef-cta {
      background:#f1f3f5;
      padding: 25px;
      border-left: 4px solid #0d6efd;
    }
	
	
	.ef-steps-section {
  background:#fff;
}

.ef-steps-title {
  font-size:26px;
  font-weight:700;
  margin-bottom:30px;
}

.ef-step {
  border:1px solid #e6e6e6;
  padding:20px;
  height:100%;
}

.ef-step-title {
  font-weight:700;
  margin-bottom:10px;
  font-size:22px;
}

.ef-step-text {
  font-size:18px;

  margin-bottom:15px;
  color:#444;
}

.ef-step-image {
  border:1px solid #ddd;
  padding:10px;
  background:#fafafa;
}


.sonuc-list {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.sonuc-list a {
    display: flex;
    align-items: center;
    gap: 12px;
	padding:5px 0px;

    padding: 16px 18px;
    color: #111;
    font-weight: 600;
    text-decoration: none;

    border-bottom: 1px solid #ebebeb;
    transition: all .2s ease;
}

.sonuc-list a:hover {
    background: #f9f9f9;
    padding-left: 24px;
    color: #0a9951 !important;
}
.at-top{
	top: 0!important;	
}
.search-false i{
	color: #232f5d;
}
.search-false h4{
	color: #232f5d;
	font-size: 24px;
	font-weight: 600;
}

.thm-btn {
  position: relative;
  display: flex;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: #0a58ca;
  flex-direction:column;
  justify-content:center;
  align-items:Center;
  color: #fff;
  font-size: 14px;
  font-weight: 700; 

  border-radius: 10px;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1;
}

.status-text {
	padding-bottom:20px;
}

.thm-btn:hover {
  color: #ffffff;
}

#uploadLabel {
	display:table;
}

.thm-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  background: rgba(var(--profornet-primary-rgb, 51, 75, 53), 0.15);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  content: "";
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 700ms ease;
  transition: 700ms ease;
  z-index: -1;
}

input[type="file"].proGonder {
    display: none;
}

.thm-btn:hover:before {
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  border-radius: 0;
  background: var(--profornet-primary, #334b35);
}