@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(../icons/bootstrap-icons.css);

::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-thumb {background: #888;}
::-webkit-scrollbar-thumb:hover {background: #000000;}
::-webkit-scrollbar-track {background: #ffffff;}


#header {
position: relative;
    z-index: 999;
    width: 100%;
    margin-bottom: -40px;
}
#header .headertop{
    position: relative;
    display: block;
    width: 100%;
    height: 175px;
    background-color: #191919;
    padding-top: 25px;
    padding-bottom: 75px;
}
#header .headertop a.whatsappbtn,
#header .headertop a.telegrambtn,
#header .headertop a.catalogbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease;
}
#header .headertop a.whatsappbtn {
    background-color: #25d366;
}

#header .headertop a.telegrambtn {
    background-color: #0088cc;
}

#header .headertop a.catalogbtn {
    background-color: #006ae8;
}
#header .headertop a.whatsappbtn:hover {
    background-color: #1ebe5d;
}

#header .headertop a.telegrambtn:hover {
    background-color: #0077b3;
}

#header .headertop a.catalogbtn:hover {
    background-color: #0056b3;
}

#header .headertop .contactinfo {
    display: flex;
    align-items: center;
    gap: 40px;
}

#header .headertop .contactinfo .itembox a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

#header .headertop .contactinfo .itembox a i {
    font-size: 32px;
    margin-right: 10px;
    color: #006ae8;
}

#header .headertop .contactinfo .itembox a span {
    font-size: 16px;
    color: #fff;
}

#header .headertop .contactinfo .itembox a:hover {
    color: #006ae8;
}



#header .headerbody{
    position: relative;
    margin-top: -75px;
}
#header .headerbody .headerbodyfix{
    position: relative;
    background: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 0 0 15px -9px #24292d;
    -moz-box-shadow: 0 0 15px -9px #24292d;
    box-shadow: 0 0 15px -9px #24292d;
}

#header .headerbody .headerbodyfix .logo {
	position: relative;
    display: block;
}
#header .headerbody .headerbodyfix .logo img {
    height: 75px;
}


#header ul.menuok {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#header ul.menuok li a {
    position: relative;
    color: #191919;
    font-weight: 500;
    margin: 0 10px;
    font-size: 16px;
}

#header ul.menuok li a::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background: #222;
    transition: width 0.3s ease;
}

#header ul.menuok li a:hover {
    color: #000;
}

#header ul.menuok li a:hover::before {
    width: 100%;
}


.mobilemenu {
position: relative;
    cursor: pointer;
    display: none;
    width: 65px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    padding-left: 15px;
}
.mobilemenu span {
	position: relative;
    display: block;
    height: 6px;
    border-radius: 10px;
    background: #1d1d1b;
    float: left;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.mobilemenu span:nth-child(1) {width: 50%;margin-bottom: 7px;}
.mobilemenu span:nth-child(2) {width: 100%; margin-bottom: 7px;}
.mobilemenu span:nth-child(3) {width: 75%;}


.mobilemenu:hover span:nth-child(1){width: 100%;}
.mobilemenu:hover span:nth-child(2){width: 75%;}
.mobilemenu:hover span:nth-child(3){width: 100%;}
.mobilemenu.menuacik span:nth-child(1){width: 100%;}
.mobilemenu.menuacik span:nth-child(2){width: 75%;}
.mobilemenu.menuacik span:nth-child(3){width: 100%;}



@media (max-width:992px){
#header ul.menuok {

    display: none !important;
}
.mobilemenu {
    display: block !important;
}

    #header .headertop .contactinfo {
        justify-content: center;
        gap: 20px;
    }

    #header .headertop .contactinfo .itembox a span {
        display: none;
    }

    #header .headertop .contactinfo .itembox a i {
        margin-right: 0;
    }



	
}


#panelmenuoverlay{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #191919;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}
#panelmenuoverlay.menuacik{
	opacity: .7;
    visibility: visible;
}




#panelmenu{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    z-index: 9999;
    background: #fff;
    padding: 30px 30px 30px;
    left: -450px;
	
    opacity: 0;
    visibility: hidden;
	
    transition: all 0.3s ease-in;

}
#panelmenu.menuacik{
	opacity: 1;
    visibility: visible;
    left: 0;
}

#panelmenu .panelmenutop{
	border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
#panelmenu .panelmenutop .logo {
    width: 150px;
}
#panelmenu .panelmenutop .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}
#panelmenu .panelmenutop .panelmenukapat{
    position: relative;
    top: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#panelmenu .panelmenutop .panelmenukapat i{
    font-size: 30px;
    color: #191919;
}
#panelmenu .panelmenutop .panelmenukapat:hover i{
    color: #006ae8;
}
 
#panelmenu .panelmenubody{
	    overflow: auto;
    width: 100%;
    height: 100%;
}

#panelmenu .panelmenubody .pamenu{
    margin-bottom: 30px;
    display: block;
}

#panelmenu .panelmenubody .pamenu a {
    font-size: 17px;
    font-weight: 600;
    color: #191919;
    position: relative;
    display: block;
    margin-bottom: 10px;transition: 0.3s;
}
#panelmenu .panelmenubody .pamenu a:hover {
    margin-left: 10px;
}
#panelmenu .panelmenubody .pamenu a:hover:before {
    visibility: visible;
    opacity: 1;
}
#panelmenu .panelmenubody .pamenu a:before {
    position: absolute;
    content: "";
    background: #006ae8;
    width: 5px;
    height: 2px;
    left: -10px;
    right: 0;
    top: 10px;
    visibility: hidden;
    opacity: 0;
}
#panelmenu .panelmenubody .pamenu .pamenudropdown{
    position: relative;
    width: 100%;
    padding: 0;
    background: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    border-left: 1px solid #e5e5e5;
    padding-left: 15px;
}
#panelmenu .panelmenubody .pamenu .pamenudropdown.menuacik{
     visibility: visible;
    opacity: 1;
	display:block;
}


#panelmenu .panelmenubody .pailetisim{

    margin-bottom: 30px;
    display: block;
}
#panelmenu .panelmenubody .pailetisim a{
font-size: 20px;
    color: #191919;
    margin-bottom: 5px;
    display: block;
}
#panelmenu .panelmenubody .pailetisim a:hover{
    color: #006ae8;
}


#panelmenu .panelmenubody .paharita{
	margin-bottom:30px;
	padding-bottom:125px;
    display: block;
}
#panelmenu .panelmenubody .paharita iframe{
	
    width: 100% !important;
    height: 200px !important;
}


.social-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-btn:hover {
  transform: scale(1.1);
  opacity: 0.85;
}

.whatsapp  { background-color: #25D366; }
.telegram  { background-color: #0088cc; }
.instagram { background-color: #C13584; }
.facebook  { background-color: #3b5998; }
.twitter   { background-color: #000000; }
.threads   { background-color: #000000; }
.tiktok    { background-color: #010101; }
.youtube   { background-color: #FF0000; }
.linkedin  { background-color: #0077b5; }






.slidermanset {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}
.slidermanset .owl-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: transform 1.2s ease, filter 1.2s ease;
}
.slidermanset .owl-item.active img {
    transform: scale(1.05);
    filter: brightness(0.85);
}
.slidermanset .owl-nav {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.slidermanset:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.slidermanset .owl-nav .owl-prev,
.slidermanset .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
    height: 75px;
    font-size: 25px !important;
    line-height: 75px !important;
    text-align: center;
    background: #ffffff !important;
    color: #000000 !important;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    z-index: 10;
}

.slidermanset .owl-nav .owl-prev { left: 65px; }
.slidermanset .owl-nav .owl-next { right: 65px; }

.slidermanset .owl-nav .owl-prev:hover,
.slidermanset .owl-nav .owl-next:hover {
    transform: translateY(-50%) scale(1.1);
    background: #fff !important;
}
.slidermanset .owl-item { opacity: 0.5; transition: opacity 1s ease; }
.slidermanset .owl-item.active { opacity: 1; }

@media (max-width: 991px) {
    .slidermanset {
        height: 70vh;
    }
    .slidermanset .owl-item img {
        height: 70vh;
    }
    .slidermanset .owl-nav .owl-prev,
    .slidermanset .owl-nav .owl-next {
        width: 55px;
        height: 55px;
        font-size: 20px !important;
        line-height: 55px !important;
    }
    .slidermanset .owl-nav .owl-prev { left: 35px; }
    .slidermanset .owl-nav .owl-next { right: 35px; }
}

@media (max-width: 576px) {
    .slidermanset {
        height: 50vh;
    }
    .slidermanset .owl-item img {
        height: 50vh;
    }
    .slidermanset .owl-nav .owl-prev,
    .slidermanset .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        font-size: 18px !important;
        line-height: 40px !important;
    }

    .slidermanset .owl-nav .owl-prev { left: 20px; }
    .slidermanset .owl-nav .owl-next { right: 20px; }
}









.bilgilendirmewidget {
    position: relative;
    z-index: 9;
    margin-top: -250px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

@media (max-width: 768px) {

.bilgilendirmewidget {
    margin-top: 0;
}
}


.bilgilendirmewidget .bilgiitem {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #fff;
    padding: 40px 25px;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    height: 100%;
}

.bilgilendirmewidget .bilgiitem::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #006ae8, #00c6ff);
    z-index: 0;
    transition: all 0.6s ease;
}
.bilgilendirmewidget .bilgiitem:hover::before {
    width: 100%;
    height: 100%;
}

.bilgilendirmewidget .bilgiitem:hover * {
    color: #fff !important;
}

.bilgilendirmewidget .bilgiitem i {
    font-size: 60px;
    color: #006ae8;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    transition: transform 0.5s ease, color 0.5s ease;
}

.bilgilendirmewidget .bilgiitem:hover i {
    transform: scale(1.2) rotate(5deg);
    color: #fff;
}

.bilgilendirmewidget .bilgiitem h4 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.bilgilendirmewidget .bilgiitem p {
    font-size: 15px;
    color: #555;
    position: relative;
    z-index: 1;
}

.bilgilendirmewidget .bilgiitem:hover {
    transform: translateY(-10px);
}

.bilgilendirmewidget .bilgiitem > * {
    margin: 10px 0;
}

@media (max-width: 991px) {
    .bilgilendirmewidget {
        padding: 60px 0;
    }
    .bilgilendirmewidget .bilgiitem {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .bilgilendirmewidget {
        padding: 40px 0;
    }
    .bilgilendirmewidget .bilgiitem {
        padding: 30px 20px;
    }
    .bilgilendirmewidget .bilgiitem i {
        font-size: 50px;
    }
    .bilgilendirmewidget .bilgiitem h4 {
        font-size: 18px;
    }
    .bilgilendirmewidget .bilgiitem p {
        font-size: 14px;
    }
}


/* İçerik Box */
.contentbox {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.contentbox .image {
    width: 100%;
    height: 320px;
    display: block;
    margin-bottom: 15px;
	border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.contentbox .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 20px;
    transition: transform 0.45s ease;    
	transform: translate3d(0px, 0px, 0px) scale(1.09);
}
.contentbox:hover .image img {
	transform: translate3d(-4%, 0px, 0px) scale(1.09);
}
.contentbox .title {
    width: 100%;
    text-align: center;
    margin-top: 12px;
}

.contentbox .title a {
    font-weight: 600;
    color: #1d1d1d;
    text-decoration: none;
    letter-spacing: 0.25px;
    transition: color 0.25s ease, transform 0.25s ease;
    font-size: clamp(16px, 2.3vw, 20px);
}

.contentbox:hover .title a {
    color: #0056b8;
    transform: translateY(-1px);
}

.contentbox .title a::after {
    content: "";
    display: block;
    margin: 6px auto 0 auto;
    width: 0;
    height: 2px;
    background-color: #0056b8;
    transition: width 0.25s ease;
    border-radius: 2px;
}

.contentbox:hover .title a::after {
    width: 40%;
}
/* İçerik Box */

#istatistikbilgi {
  padding: 70px 0;
  background: linear-gradient(180deg, #006ae8 0%, #004fb5 100%);
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
#istatistikbilgi::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 180px;
  background: url("data:image/svg+xml,%3Csvg width='1440' height='320' viewBox='0 0 1440 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFFFFF22' fill-opacity='1' d='M0,64L80,90.7C160,117,320,171,480,181.3C640,192,800,160,960,149.3C1120,139,1280,149,1360,154.7L1440,160L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.35;
}
#istatistikbilgi .hero {
  text-align: center;
  padding: 90px 20px 40px;
  position: relative;
  z-index: 2;
}
#istatistikbilgi .title {
  font-size: 54px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 0 18px rgba(255,255,255,0.4);
}
#istatistikbilgi .subtitle {
  font-size: 22px;
  margin-top: 12px;
  color: #e3ebff;
  text-shadow: 0 0 12px rgba(255,255,255,0.25);
}
#istatistikbilgi .stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
#istatistikbilgi .stat-box {
  width: 260px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(4px);
  padding: 35px 25px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 
      0 10px 25px rgba(0,0,0,0.12),
      0 0 25px rgba(0, 106, 232, 0.35);
  text-align: center;
  transition: 0.3s ease;
}
#istatistikbilgi .stat-box:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow:
      0 14px 30px rgba(0,0,0,0.15),
      0 0 35px rgba(0, 106, 232, 0.55);
}
#istatistikbilgi .stat-box i {
  font-size: 55px;
  color: #006ae8;
  position: relative;
  z-index: 2;
}
#istatistikbilgi .stat-box i::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 55px;
  height: 55px;
  background: #006ae8;
  filter: blur(25px);
  opacity: 0.35;
  z-index: -1;
  border-radius: 50%;
}
#istatistikbilgi .counter {
  font-size: 48px;
  font-weight: 800;
  margin: 10px 0 6px;
  color: #006ae8;
  letter-spacing: -1px;
  text-shadow: 0 0 12px rgba(0,106,232,0.35);
}
#istatistikbilgi .label {
  font-weight: 600;
  font-size: 19px;
  color: #1b2b48;
}
#istatistikbilgi .desc {
  margin-top: 10px;
  font-size: 15px;
  color: #455165;
  line-height: 1.4;
}



/* --------------------------
        PAGE TITLE
---------------------------*/
.page-title{
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 140px 0 140px 0;
    margin-bottom: 40px;
}

/* Daha yumuşak koyuluk + fade efekti */
.page-title::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.75)
    );
    z-index: 1;
}

/* İçerik */
.page-title .container{
    position: relative;
    z-index: 2;
    text-align: center;
}

.page-title h3{
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    display: inline-block;
    padding-bottom: 18px;
}

.page-title h3::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 90px;
    height: 4px;
    background-color: #006ae8;
    border-radius: 4px;
}

.page-title .bread-crumb{
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-title .bread-crumb li{
    font-size: 17px;
    color: #ffffff;
    display: inline-block;
    margin: 0;
    position: relative;
    font-weight: 500;
}

.page-title .bread-crumb li a{
    color: #ffffff;
    transition: 0.3s;
}

.page-title .bread-crumb li a:hover{
    color: #ffffff;
}

/* Ayraç */
.page-title .bread-crumb li:not(:last-child)::after{
    content: "/";
    margin-left: 10px;
    color: #ffffffa8;
}
@media(max-width: 992px){
    .page-title{
        padding: 110px 0;
    }
    .page-title h3{
        font-size: 32px;
    }
}

@media(max-width: 768px){
    .page-title{
        padding: 90px 0;
    }
    .page-title h3{
        font-size: 28px;
    }
    .page-title h3::after{
        width: 70px;
    }
    .page-title .bread-crumb li{
        font-size: 15px;
    }
}

@media(max-width: 480px){
    .page-title{
        padding: 70px 0;
    }
    .page-title h3{
        font-size: 24px;
    }
    .page-title .bread-crumb li{
        font-size: 14px;
    }
}


#pagewidget{
	position: relative;
    display: block;
    padding: 75px 0;
}
#pagewidget .widgettitle{
	position: relative;
    display: block;
    margin-bottom: 30px;
}

#pagewidget .widgettitle .widgettitlecontetnt {
    position: relative;
    text-align: center;
    padding: 30px 0;
    overflow: hidden;
}

#pagewidget .widgettitle .widgettitlecontetnt h4 {
    font-size: clamp(12px, 1.4vw, 14px);
    font-weight: 600;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #006ae8;
    display: inline-block;
    padding: 6px 14px;
    background: rgba(0, 106, 232, 0.08);
    border-radius: 40px;
    margin-bottom: 5px;
    position: relative;
    transition: transform 0.3s ease;
}

#pagewidget .widgettitle .widgettitlecontetnt:hover h4 {
    transform: scale(1.12);
}
#pagewidget .widgettitle .widgettitlecontetnt h2 {
    font-size: clamp(26px, 3.5vw, 34px);
    font-weight: 700;
    color: #111;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    transition: 0.3s ease;
}

#pagewidget .widgettitle .widgettitlecontetnt h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #006ae8, #5ab0ff);
    border-radius: 2px;
    transition: width 0.3s ease;
}

#pagewidget .widgettitle .widgettitlecontetnt:hover h2:after {
    width: 120px;
}
#pagewidget .widgettitle .widgettitlecontetnt h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.7) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-20deg);
    transition: all 0.65s ease;
    opacity: 0;
}
#pagewidget .widgettitle .widgettitlecontetnt:hover h2::before {
    left: 120%;
    opacity: 1;
}


.widgetbutton {
    position: relative;
    display: block;
    margin-top: 30px;
    text-align: center;
}

.widgetbutton a {
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 26px;
    font-weight: 600;
    color: black;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    background: linear-gradient(90deg, #006ae8, #5ab0ff, #006ae8);
    background-size: 200% 100%;
    background-position: right;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.widgetbutton a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #006ae8, #5ab0ff);
    border-radius: 2px;
    transition: width 0.4s ease;
    z-index: 1;
}

.widgetbutton a:hover {
    background-position: left;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 106, 232, 0.2);
}

.widgetbutton a:hover::before {
    width: 100%;
}

@media (max-width: 480px) {
    .widgetbutton a {
        font-size: 14px;
        padding: 6px 16px;
    }
}

#pagekeywords {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
	overflow-x: hidden;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    text-align: center;
}



#pagebody {
    position: relative;
    display: block;
    width: 100%;
}
.pagebodycontenttitle {
    font-size: clamp(24px, 5vw, 40px); /* Responsive font */
    color: #030304;
    font-weight: 700;
    display: block;
    margin: 30px auto 50px auto;
    text-align: center;
    position: relative;
    transition: color 0.3s ease;
}

.pagebodycontenttitle:hover {
    color: #006ae8; /* Hover rengini değiştir */
}

/* Alt çizgi */
.pagebodycontenttitle:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px; /* Başlığa göre konum */
    left: 50%;
    transform: translateX(-50%);
    background: #006ae8;
    width: 0;
    height: 3px;
    border-radius: 2px;
    transition: width 0.5s ease;
}

/* Hover olunca alt çizgi genişlesin */
.pagebodycontenttitle:hover:after {
    width: 75px;
}

/* Responsive küçük ekranlar için iyileştirme */
@media (max-width: 768px) {
    .pagebodycontenttitle {
        margin-bottom: 30px;
    }
    .pagebodycontenttitle:after {
        height: 2px;
    }
}

.pagebodycontentgalery {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pagebodycontentgalery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.pagebodycontentgalery:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.pagebodycontentgalery:hover img {
    transform: scale(1.05);
}


#pagebody .stkiyimage{
    position: sticky;
    margin-bottom: 30px;
	top:10px;
}
#pagebody .pageimg{
    display: block;
    width: 100%;
    height: 450px;
    margin-bottom: 20px
}
#pagebody .pageimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 20px;
}
@media screen and (max-width: 770px) {
#pagebody .pageimg {
        width:100%;
    }
}





.icerikbulunamadi{
	display: block;
    width: 100%;
    background: #fff3cd;
    padding: 15px;
    margin: 50px 0 !important;
    text-align: center;
}
.icerikbulunamadi p{
	font-size: 16px;
    font-weight: 400;
    color: #6c757d;
}


.telegramwhatspp {
    position:fixed;
    bottom:15px;
    left:15px;
    z-index:99
}
.telegramwhatspp a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 25px;
    display: block;
    margin-bottom: 5px;
    border-radius: 50%;
}
.telegramwhatspp a i{

color: #ffffff;
}
.telegramwhatspp a.whatsapp{
color: #ffffff;
    background: #008069;
}
.telegramwhatspp a.telegram{
color: #ffffff;
    background: #4097ed;
}
.telegramwhatspp a.phone{
color: #ffffff;
    background: #1c4281;
}
.telegramwhatspp a.envelope{
color: #ffffff;
    background: #9076ff;
}

.yukaricikbutton {
	position: fixed;
    right: 50px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.yukaricikbutton.activeyukaricikbutton {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.yukaricikbutton::after {
position: absolute;
    content: "\f148";
    font-family: bootstrap-icons !important;
    font-weight: 300;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #ffffff;
    left: 2px;
    top: 2px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.yukaricikbutton svg path {

    fill: #006ae8;
}
.yukaricikbutton svg.pbmit-progress-circle path {
stroke:#000000;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


.hatasayfasi{
	text-align: center;
    width: 100%;
    display: block;
}
.hatasayfasi .row{
    width: 100%;
    height: 100vh;
}
.hatasayfasi .desigicon{
	    font-size: 80px;
    color: #006ae8;
    margin-bottom: 20px;
}
.hatasayfasi .desigicon i{
    color: #006ae8;
}
.hatasayfasi h1{
	font-size: 50px;
    margin-bottom: 20px;
    color: #010101;
}
.hatasayfasi p{
	    font-size: 18px;
    margin-bottom: 30px;
    color: #010101;
}

.hatasayfasi a {
    font-size: 18px;
    margin-bottom: 30px;
    color: #006ae8;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
}

.hatasayfasi a:hover {
    color: #006ae8;
    transform: translateY(-3px);
}

.hatasayfasi a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #006ae8;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.hatasayfasi a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.referansitem{
	width: 100%;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #ececec;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.referansitem:hover { -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -o-transform: translateY(-4px); transform: translateY(-4px); -webkit-box-shadow: 0 15px 25px rgba(81, 97, 157, 0.08), 0 25px 30px -25px rgba(0, 0, 0, 0.5); box-shadow: 0 15px 25px rgba(81, 97, 157, 0.08), 0 25px 30px -25px rgba(0, 0, 0, 0.5); }
.referansitem img{
	width: 100%;
    height: 100%;
    object-fit: contain;
	padding:10px;
}

.makalepage{
}
.makalepage h2{
	font-size: 35px;
    font-weight: 600;
    color: #000000;
    text-align: center;
	margin-bottom: 20px;
}
.makalepage .makalecontent {
	position: relative;
    display: block;
    width: 100%;
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px;
    border: 1px solid #ececec;
    background: #ffffff;
}
.makalepage .makalecontent p{

}



#footer {
    position: relative;
    background: #191919;
    padding: 70px 0 0;
    color: #e0e0e0;
    font-family: "Inter", sans-serif;
}

#footer::before {
content: "";
    display: block;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 10px;
    background-color: #006ae8;
    position: absolute;
    top: -5px;
    border-radius: 5px;
}

.footer-wrapper {
    max-width: 1250px;
    margin: auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.footer-col {
    min-width: 250px;
}

.footer-brand img {
    width: 190px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    display: block;
    transition: transform 0.3s ease;
}

.footer-brand img:hover {
    transform: scale(1.05);
}

.footer-text {
    font-size: 15px;
    line-height: 1.7;
    color: #bdbdbd;
    margin-bottom: 25px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #252525;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    transition: .3s;
}

.footer-social a:hover {
    background: #006ae8;
    transform: translateY(-4px);
}

.footer-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    padding-bottom: 8px;
}

.footer-title::after {
    content: "";
    width: 45px;
    height: 3px;
    background: #006ae8;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 3px;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu a {
    color: #cfcfcf;
    text-decoration: none;
    font-size: 15px;
    transition: .3s;
    position: relative;
    padding-left: 0;
}

.footer-menu a:hover {
    color: #006ae8;
    padding-left: 6px;
}

.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin-bottom: 14px;
    font-size: 15px;
}

.footer-contact i {
    color: #006ae8;
    margin-right: 10px;
    font-size: 17px;
}

.footer-contact a {
    color: #cfcfcf;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #006ae8;
}

.footer-bottom {
    margin-top: 60px;
    padding: 18px 0;
    text-align: center;
    background: #111111;
    color: #b5b5b5;
    font-size: 14px;
}

@media(max-width: 900px){
    .footer-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 600px){
    .footer-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-social {
        justify-content: center;
    }
}


.timeline-wrapper {
    position: relative;
    padding-left: 40px;
}

.timeline-wrapper::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #0d6efd;
    border-radius: 2px;
}

.timeline-card {
    position: relative;
    background: #fff;
    padding: 20px 25px;
    border-radius: 14px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin-bottom: 25px;
    transition: all .25s ease;
}

.timeline-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.timeline-dot {
    position: absolute;
    left: -28px;
    top: 44%;
    width: 20px;
    height: 20px;
    background: #0d6efd;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #0d6efd;
}

.timeline-icon {
    font-size: 28px;
    color: #0d6efd;
    margin-right: 10px;
}

.timeline-title {
    font-weight: 600;
    font-size: 18px;
}

.timeline-text {
    margin-top: 6px;
}

.timeline-text a,
.timeline-text span {
    color: #333;
    font-size: 15px;
    text-decoration: none;
}

.timeline-text a:hover {
    color: #0d6efd;
    text-decoration: underline;
}

.map-box {
    width: 100%;
	padding:15px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    height: 100%;
}
