body,
html {
  min-width: 320px;
  font-family: 'Outfit', sans-serif;
}

@media screen and (min-width:1199px) and (max-width:1401px){

	body {
		zoom:0.86;
	}
	
	.nav-link {
		font-size:0.80rem!important;
	}
	
}


/* 1. Standart Büyük Ekranlar (Laptops - 1200px ve üzeri) */
/* Bootstrap normalde burada 1140px verir, biz 1180px-1200px bandına çekiyoruz */
@media (min-width: 1200px) {
    .container {
        max-width: 1180px; 
    }
}

/* 2. Geniş Masaüstü & 1080p Monitörler (1400px ve üzeri) */
/* Senin bahsettiğin 1380px gibi çözünürlüklerde ferahlık sağlar */
@media (min-width: 1400px) {
    .container {
        max-width: 1340px; /* Kenarlarda 30px'er boşluk bırakır, içeriği sıkıştırmaz */
    }
}

/* 3. 2K Monitörler & Geniş Ekranlar (1600px ve üzeri) */
@media (min-width: 1600px) {
    .container {
        max-width: 1520px;
    }
}

/* 4. Ultra Geniş & 4K Başlangıcı (1920px ve üzeri) */
/* Profesyonel web tasarımında "Premium" görünüm için ideal üst sınır */
@media (min-width: 1920px) {
    .container {
        max-width: 1800px;
    }
}

/* 5. Tam 4K Monitörler (2500px ve üzeri) */
/* İçeriğin devasa ekranlarda kaybolmaması için bir limit koymak sağlıklıdır */
@media (min-width: 2560px) {
    .container {
        max-width: 2100px;
    }
}

header {
  height: 90px;
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

#header-ust {
  width: 100%;
  height: 90px;
}

#header-ust>div {
  width: 1320px;
  margin: auto;
}

#header-ust figure {
  float: left;
}

#header-ust figure img {
  display: block;
  margin-top: 5px;
  width: 150px;
}

#header-ust nav {
  float: right;
}

#header-ust>div>nav>ul>li {
  float: left;
  height: 90px;
  transition: all ease 0.3s;
  position: relative;
}

#header-ust>div>nav>ul>li>a {
  display: block;
  line-height: 90px;
  font-size: 14px;
  color: #000;
  padding: 0 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#header-ust>div>nav>ul>li:hover {
  transition: all ease 0.3s;
  background: #0ba14b;
}

#header-ust>div>nav>ul>li:hover a {
  color: #fff;
}

#header-ust>div>nav>ul>li>ul {
  position: absolute;
  left: 0;
  top: 80px;
  background: #0ba14b;
  width: 250px;
  display: none;
}

#header-ust>div>nav>ul>li:hover>ul {
  display: block;
}

#header-ust>div>nav>ul>li>ul>li {
  width: 100%;
  height: 40px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all ease 0.3s;
}

#header-ust>div>nav>ul>li>ul>li>a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
}

#header-ust>div>nav>ul>li>ul>li:hover {
  transition: all ease 0.3s;
  background: rgba(0, 0, 0, 0.1);
}

#header-ust>div>nav>ul>li>i {
  width: 40px;
  height: 40px;
  margin: 35px 20px;
  background: #e6f5ed;
  border-radius: 10px;
  color: #0ba14b;
  display: block;
  text-align: center;
  line-height: 40px;
}

#header-ust>div>nav>ul>li:last-child:hover ul {
  left: auto !important;
  right: 0;
}

#header-ust input[type="text"] {
  height: 30px;
  width: 240px;
  border: none;
  background: #fff;
  line-height: 30px;
  padding: 0 10px;
  margin: 5px;
}

#header-ust button {
  position: absolute;
  right: 10px;
  font-size: 18px;
  top: 5px;
  height: 30px;
  width: 30px;
  border: none;
  background: none;
  line-height: 30px;
  color: #0ba14b;
}

#header-alt {
  width: 100%;
  height: 40px;
  /* background: #f5f5f5; */
  border-bottom: 1px solid #e9e9e9;
}

#header-alt>div {
  width: 1320px;
  margin: auto;
}

#header-alt h3 {
  line-height: 40px;
  float: left;
  font-size: 14px;
  font-weight: 300;
}

#header-alt ul {
  float: right;
}

#header-alt ul li {
  float: left;
  height: 40px;
}

#header-alt ul li a {
  line-height: 40px;
  font-size: 14px;
  color: #000;
  padding: 0 20px;
  display: block;
}

#header-alt ul li a span {
  float: left;
  margin-right: 15px;
  font-size: 22px;
  line-height: 40px;
  color: #0ba14b;
}

#header-alt ul li:hover {
  transition: all ease 0.3s;
  background: #0ba14b;
}

#header-alt ul li:hover a,
#header-alt ul li:hover span {
  color: #fff;
}

#slider {
  width: 100%;
  height: 450px;
  position: relative;
}

#slider li {
  position: relative;
  background-position: top center;
  height: 450px !important;
  overflow: hidden;
}

.slider-text {
  width: 1320px;
  margin: auto;
  height: 450px;
  position: relative;
}

.slide {
  background: rgba(11, 161, 75, 0.9);
  height: 80px;
  line-height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 60px;
  z-index: 8;
}

.slide h1 {
  color: #ffF;
  font-size: 24px;
  font-weight: 300;
}

.slide:before {
  width: 500px;
  left: -500px;
  height: 80px;
  bottom: 0;
  background: rgba(11, 161, 75, 0.9);
  content: "";
  position: absolute;
}

.geri,
.ileri {
  position: Absolute;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.geri {
  bottom: 0;
  background: #0ba14b;
}

.ileri {
  top: 0;
}

.geri:Hover,
.ileri:hover {
  cursor: pointer;
  background: #ed1c24;
}

#hizli-form {
  width: 350px;
  padding-left: 50px;
  height: auto;
  position: fixed;
  right: 0;
  z-index: 333;
  top: 200px;
  transition: all ease 0.5s;
  font-size: 18px;
}

#hizli-form>div {
  width: 300px;
  float: right;
  padding: 30px;
  background: #2db742;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
}

#hizliform-kapat {
  width: 50px;
  height: 50px;
  background: #2db742;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

#hizliform-kapat:Hover {
  background: red;
  transition: all ease 0.3s;
}

.formKapali {
  right: -300px !important;
  transition: all ease 0.5s;
}

#hizliform-kapat i {
  width: 50px;
  height: 50px;
  position: Absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 50px;
}

#hizliform-kapat p {
  position: absolute;
  transform: rotate(90deg);
  width: 200px;
  background: #2db742;
  left: -74px;
  top: 125px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  letter-spacing: 1px;
}

#hizliform-kapat .profornet-left-arrow {
  font-size: 24px !important;
}

#hizli-form input {
  border: 1px solid #fff;
  width: 100%;
  background: #fff;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
  border-radius: 50px;
  padding-left: 15px;
}

#hizli-form select {
  border: 1px solid #fff;
  width: 100%;
  color: #686868;
  background: #fff;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
  border-radius: 50px;
  padding-left: 15px;
  transition: all ease 0.3s;
}

#hizli-form input[type=submit] {
  cursor: pointer;
  border: none;
  width: 100%;
  color: #fff;
  background: #0ba14b;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  margin-top: 10px;
}

#hizli-form span {
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
}

#hizli-form div p {
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

#hizli-form input::placeholder {
  color: #686868;
}

#hizli-form input:hover,
#hizli-form select:hover {
  border: 1px solid #0ba14b;
}

#hizli-form input[type=submit]:hover {
  background: #ed1c24;
  border: none;
}

#kolay-basvuru {
  width: 100%;
  height: 135px;
  background: #f5f5f5;
}

#kolay-basvuru ul {
  width: 1320px;
  margin: auto;
  height: 135px;
}

#kolay-basvuru ul li {
  float: left;
  height: 135px;
  position: relative;
  padding-right: 50px;
  padding-left: 60px;
}

#kolay-basvuru ul li:first-child {
  padding-left: 0;
  overflow: hidden;
}

#kolay-basvuru ul li:last-child {
  padding-right: 0;
}

#kolay-basvuru h2 {
  color: #000;
  font-size: 18px;
  display: block;
  font-weight: 300;
}

#kolay-basvuru strong {
  color: #000;
  font-size: 18px;
  display: block;
  font-weight: 400 !important;
  margin-top: 40px;
}

#kolay-basvuru span {
  float: left;
  font-size: 48px;
  line-height: 135px;
  color: #0ba14b;
  position: absolute;
  left: 0;
  top: 0;
}

#kolay-basvuru b {
  color: #0ba14b;
  font-size: 14px;
  display: block;
  margin-top: 50px;
}

#kolay-basvuru mark {
  position: absolute;
}

#kolay-basvuru ul li:first-child:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 100px 53.2px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  content: "";
  top: -28px;
  right: 11px;
}

#kolay-basvuru ul li:first-child:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 100px 53.2px;
  border-color: transparent transparent transparent #f5f5f5;
  position: absolute;
  content: "";
  top: -28px;
  right: 16px;
  z-index: 2;
}

#kolay-basvuru mark {
  width: 20px;
  height: 20px;
  text-align: center;
  background: #0ba14b;
  color: #fff;
  font-size: 12px;
  top: 40px;
  font-weight: bold;
  position: absolute;
  left: 0px;
  z-index: 2;
  line-height: 20px;
  border-radius: 3px;
}

#bulgaristan {
  width: 100%;
  padding: 25px 0;
}

#bulgaristan>div {
  width: 1320px;
  margin: auto;
}

#bulgaristan-baslik {
  width: 100%;
}

#bulgaristan-baslik div {
  float: left;
  width: 340px;
}

#bulgaristan-baslik p {
  float: right;
  width: 860px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-top: 15px;
}

#bulgaristan-baslik strong {
  font-size: 13px;
  color: #0ba14b;
  display: block;
}

#bulgaristan-baslik h2 {
  color: #000;
  font-size: 24px;
  display: block;
}

#bulgaristan ul {
  width: 100%;
}

#bulgaristan ul li {
  float: left;
  margin-right: 20px;
  height: 235px;
  width: 224px;
  border: 1px solid #e9e9e9;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  transition: all ease 0.3s;
}

#bulgaristan ul li:last-child {
  margin-right: 0;
}

#bulgaristan ul li i {
  color: #0ba14b;
  font-size: 72px;
  display: block;
  text-align: center;
  margin: 30px auto;
}

#bulgaristan ul li a {
  display: block;
}

#bulgaristan ul li img {
  height: 85px;
}

#bulgaristan ul li h3 {
  color: #000;
  font-size: 16px;
  display: block;
  padding-top: 10px
}

#bulgaristan ul li:hover {
  border: 1px solid #0ba14b;
  transition: all ease 0.3s;
}

#bulgaristan ul li:hover i,
#bulgaristan ul li:hover h3 {
  color: #000;
}

#vatandaslik-oturum {
  width: 100%;
}

#vatandaslik-oturum>div {
  width: 1320px;
  margin: auto;
  display: flex;
}

#vatandaslik-oturum>div>div {
  width: 50%;
  float: left;
  background: #f8f8f8;
  padding: 60px;
}

#vatandaslik-oturum>div>figure {
  width: 50%;
  float: left;
}

#vatandaslik-oturum>div>figure>img {
  width: 100%;
}

#vatandaslik-oturum strong {
  font-size: 13px;
  color: #0ba14b;
  display: block;
  margin-bottom: 10px;
}

#vatandaslik-oturum h2 {
  color: #000;
  font-size: 24px;
  display: block;
}

#vatandaslik-oturum ul {
  margin-top: 30px;
  width: 100%;
}

#vatandaslik-oturum ul li {
  float: left;
  padding-right: 30px;
  width: 50%;
}

#vatandaslik-oturum h3 {
  color: #000;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

#vatandaslik-oturum p {
  color: #000;
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}

#vatandaslik-oturum i {
  color: #0ba14b;
  font-size: 60px;
  display: block;
  margin-bottom: 20px;
}

#vatandaslik-oturum a {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  float: left;
  text-decoration: underline;
}

#vatandaslik-oturum a span {
  float: right;
  margin-left: 10px;
  color: #000;
}

#sirketleri-icin {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}

#sirketleri-icin strong {
  font-size: 13px;
  color: #0ba14b;
  display: block;
  margin-bottom: 10px;
}

#sirketleri-icin h2 {
  color: #000;
  font-size: 24px;
  display: block;
}

#sirketleri-icin ul {
  width: 1320px;
  margin: 30px auto 0 auto;
  display: flex;
}

#sirketleri-icin h3 a {
  color: #000;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

#sirketleri-icin p {
  color: #000;
  font-size: 14px;
  display: block;
}

#sirketleri-icin li {
  background: #f8f8f8;
  margin-right: 30px;
  border-radius: 20px;
  overflow: hidden;
  transition: all ease 0.3s;
  flex: 1;
}

#sirketleri-icin li:hover {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  transition: all ease 0.3s;
}

#sirketleri-icin li:last-child {
  margin-right: 0;
}

#sirketleri-icin div {
  width: 100%;
  padding: 30px;
}

#sirketleri-icin img {
  display: block;
}

#sirketleri-icin h3 a:hover {
  color: #0ba14b;
}

#blog {
  width: 100%;
  padding: 60px 0;
  background: #f8f8f8;
}

#blog>div {
  width: 1320px;
  margin: auto;
  text-align: center;
  position: relative;
}

#blog strong {
  font-size: 13px;
  color: #0ba14b;
  display: block;
  margin-bottom: 10px;
}

#blog h2 {
  color: #000;
  font-size: 24px;
  display: block;
}

#blog>div>a {
  font-size: 13px;
  color: #0ba14b;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 20px;
}

#blog>div>a>span {
  float: right;
  margin-left: 10px;
}

#blog ul {
  width: 100%;
  margin-top: 30px;
  display: flex;
}

#blog ul li {
  margin-right: 30px;
  background: #fff;
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  transition: all ease 0.3s;
}

#blog ul li:last-child {
  margin-right: 0;
}

#blog ul li div {
  width: 100%;
  padding: 30px;
}

#blog ul li:hover {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  transition: all ease 0.3s;
}

#blog h3 a {
  color: #000;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

#blog p {
  color: #000;
  font-size: 14px;
  display: block;
}

#blog h3 a:hover {
  color: #0ba14b;
}

#alt-linkler {
  width: 100%;
  padding: 50px 0;
}

#alt-linkler ul {
  display: table;
  margin: auto;
}

#alt-linkler ul li {
  float: left;
  padding: 0 30px;
  text-align: center;
}

#alt-linkler ul li img {
  height: 85px;
}

#alt-linkler i {
  color: #000;
  font-size: 48px;
  display: block;
  margin-bottom: 20px;
}

#alt-linkler h4 {
  margin-top: 10px;
}

#alt-linkler h4 a {
  color: #000;
  font-size: 18px;
}

#alt-linkler h4 a:hover {
  color: #0ba14b;
}

footer {
  width: 100%;
}

#footer-ust {
  width: 100%;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  height: 102px;
  padding: 0 30px;
}

#footer-ust>ul {
  height: 40px;
  display: table;
  margin: auto;
}

#footer-ust>ul>li {
  float: left;
  height: 40px;
  margin-right: 30px;
  padding: 30px 0;
}

#footer-ust>ul>li:last-child {
  margin-right: 30px;
}

#footer-ust>ul>li>span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e6f5ed;
  float: left;
  margin-right: 10px;
  border-radius: 10px;
  color: #0ba14b;
}

#footer-ust>ul>li>a {
  font-size: 14px;
  color: #000;
  line-height: 40px;
}

#footer-ust>ul>li>address {
  font-size: 14px;
  color: #000;
  width: 300px;
  margin-top: 3px;
}

.yol-tarifi {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  background: #0ba14b;
  color: #fff !important;
  display: inline-block;
  font-size: 12px !important;
  font-weight: bold;
  transition: all ease 0.3s;
}

.yol-tarifi:hover {
  background: #ed1c24;
  transition: all ease 0.3s;
}

.yol-tarifi span {
  float: left;
  margin-right: 10px;
  line-height: 40px;
}

#footer-ust>ul>li>div>a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e6f5ed;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  color: #0ba14b;
  transition: all ease 0.3s;
}

#footer-ust>ul>li>a:hover {
  color: #0ba14b;
}

#footer-ust>ul>li>div>a:hover {
  color: #fff;
  background: #0ba14b;
  transition: all ease 0.3s;
}

#footer-alt {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

#footer-alt>div {
  width: 1320px;
  margin: auto;
}

#footer-alt span {
  float: left;
  font-size: 13px;
}

#footer-alt ul {
  float: right;
}

#footer-alt ul li {
  float: left;
  margin-right: 30px;
}

#footer-alt ul li a {
  display: block;
  font-size: 14px;
  color: #000;
}

#footer-alt ul li:last-child {
  margin-right: 0;
}

#footer-alt ul li a:hover {
  color: #0ba14b;
}

#slider-mobil {
  display: none;
}

.menu-open,
.menu-close {
  display: none;
}

#breadcrumb {
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin-bottom: 30px;
}

#breadcrumb>div {
  width: 1320px;
  margin: auto;
  height: 80px;
}

#breadcrumb h1 {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  float: left;
}

#sayfa {
  background: #fff;
  position: relative;
}

#sayfa h2 {
  font-size: 24px;
  display: block;
  margin: 40px 0 15px;
  color: #000;
}

#sayfa h2:first-child {
  margin-top: 0;
}

#sayfa h3 {
  font-size: 22px;
  display: block;
  margin: 40px 0 15px;
  color: #000;
}

#sayfa h4 {
  font-size: 20px;
  display: block;
  margin: 40px 0 15px;
  color: #000;
}

#sayfa h5 {
  font-size: 18px;
  display: block;
  margin: 40px 0 15px;
  color: #000;
}

#sayfa p {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  color: #000;
  line-height: 22px;
  letter-spacing: 0.1px;
}

#sayfa ul {
  margin-left: 35px;
}

#sayfa ul li {
  list-style: disc;
  margin-bottom: 15px;
  font-size: 16px;
  color: #444;
}

#sayfa p a {
  color: #000;
  font-weight: 700;
}

#sayfa p a:hover {
  text-decoration: underline;
}

#sayfa ol li {
  list-style-type: circle;
  margin: 20px 0px 0px 35px;
}

#sayfa figure {
  width: 100%;
}

#sayfa figure:first-child,
#sayfa h3:first-child,
#sayfa h4:first-child,
#sayfa h5:first-child {
  margin-top: 0;
}

#sayfa figure img {
  width: 100%;
  border-radius: 20px;
}

aside .mevcut-sayfa {
  font-weight: bold;
}

#soru-sor {
  width: 100%;
  background: #fefefe;
  padding: 30px;
  text-align: center;
  margin: 30px auto;
}

#soru-sor h4 {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}

#soru-sor span {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  display: block;
}

#soru-sor a {
  width: fit-content;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #0ba14b;
  font-size: 14px;
  border-radius: 50px;
  margin: Auto;
  display: inline-block;
  transition: all ease 0.3s;
}

#soru-sor a:Hover {
  background: #ed1c24;
  transition: all ease 0.3s;
}

#sorular {
  width: 100%;
  padding: 30px;
  text-align: center;
  margin: 30px 0;
  background: #fafafa;
}

#sorular p {
  width: 100%;
  margin: auto !important;
  text-align: left;
  font-size: 16px;
  display: block;
  margin-bottom: 20px !important;
  color: #000;
  line-height: 22px;
  letter-spacing: 0.1px;
}

#sorular strong {
  font-weight: 600 !important;
  color: #000;
  font-size: 17px !important;
  border-bottom: 1px solid #f3f3f3;
  width: 100% !important;
  padding-bottom: 15px;
}

#sorular ul {
  width: 100%;
  margin: auto !important;
  text-align: left;
}

#sorular li {
  list-style: decimal !important;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
  margin-left: 15px;
}

#sorular li a {
  color: #000;
  font-size: 16px;
}

#sorular li a:hover {
  text-decoration: underline;
  color: #0ba14b;
}

#sorular li:last-child {
  border-bottom: none;
}

#sol-menu {
  width: 250px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

#sol-menu h6 {
  width: 100%;
  padding: 20px;
  background: #0ba14b;
  border-bottom: 1px solid #e9e9e9;
  color: #fff;
}

#sol-menu li {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}

#sol-menu li a {
  color: #000;
  font-size: 14px;
  display: block;
  padding: 15px 20px;
}

#sol-menu li:last-child {
  border-bottom: none;
}

#sol-menu li a:hover {
  color: #0ba14b;
}

#sayfabreadcrumb {
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
}

#sayfa-ust>div>div {
  max-width: 650px;
  float: right;
  padding: 60px 0;
  width: 650px;
}

#sayfabreadcrumb h1 {
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
  color: #0ba14b;
}

#sayfabreadcrumb h2 {
  font-size: 18px;
  display: block;
  line-height: 24px;
  color: #000;
  display: none;
}

#sorular h2 {
  width: 100%;
  margin: 0 auto 40px auto !important;
  text-align: left;
}

#sayfabreadcrumb ul {
  float: left;
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
}

#sayfabreadcrumb ul li {
  float: left;
  margin-left: 40px;
  position: relative;
  font-size: 13px;
  color: #000;
  width: auto;
  list-style: none;
  margin-left: 0;
  margin-right: 40px;
  margin-bottom: 10px;
}

#sayfabreadcrumb ul li a {
  font-size: 13px;
  color: #000;
}

#sayfabreadcrumb ul li mark {
  background: none !important;
}

#sayfabreadcrumb ul li:after {
  position: absolute;
  content: "\e918";
  font-family: profornet;
  font-size: 9px;
  right: -25px;
  top: 3px;
  transform: rotate(270deg);
}

#sayfabreadcrumb ul li:last-child:after {
  display: none;
}

/* #sayfa ul li:last-child{margin-bottom: 0!important;} */
#sayfa-galeri {
  margin: 30px auto;
}

#sayfa p:last-child {
  margin-bottom: 0;
}

.sayfa-galeri figure {
  margin-bottom: 10px;
}

#blog-liste {
  width: 1320px;
  margin: 30px auto;
  position: relative;
}

#blog-sol {
  width: 850px;
  float: left;
  margin-right: 30px;
  margin-left: 0 !important;
}

#blog-sag {
  width: 320px;
  float: left;
  padding-top: 0;
}

#blog-sol>ul {
  margin-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#blog-sol>ul>li {
  width: 410px;
  border-radius: 20px;
  margin-bottom: 30px !important;
  border: 1px solid #e9e9e9;
  list-style: none !important;
  margin-left: 0;
  float: left;
}

#blog-sol>ul>li:nth-child(2n) {
  margin-right: 0;
}

#blog-sol h2 {
  font-size: 18px !important;
  margin: 0 !important;
}

#blog-sol h2 a {
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 46px;
}

#blog-sol>ul>li>article>div {
  width: 100%;
  padding: 30px;
  transition: all ease 0.3s;
}

#blog-sol time {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

#blog-sol h2 a:Hover {
  color: #0ba14b;
}

#blog-baslik {
  width: 1320px;
  margin: 0 0 15px 0;
  color: #000;
  font-size: 24px;
}

#blog-sol>ul>li:hover {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  transition: all ease 0.3s;
}

#blog-sag>div {
  width: 100%;
  padding: 30px;
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
}

#blog-kategorileri li {
  list-style: none !important;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0 !important;
}

#blog-kategorileri ul {
  margin-left: 0 !important;
}

#blog-kategorileri a {
  color: #000;
  font-size: 14px;
  display: block;
  padding: 15px 0;
}

#blog-kategorileri li:last-child {
  border-bottom: none;
}

#blog-kategorileri a:hover {
  color: #0ba14b;
}

#blog-kategorileri li:hover {
  border-bottom: 1px solid #aaccb8;
}

#blog-popular-yazilar li {
  list-style: none !important;
  margin-bottom: 30px !important;
}

#blog-popular-yazilar ul {
  margin-left: 0 !important;
  margin-top: 25px;
}

#blog-popular-yazilar figure {
  width: 80px;
  float: left;
}

#blog-popular-yazilar figure img {
  display: block;
}

#blog-popular-yazilar div {
  float: left;
  width: 178px;
  padding-left: 10px;
}

#blog-popular-yazilar h4 {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}

#blog-popular-yazilar h4 a {
  color: #000;
  font-size: 15px;
  line-height: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}

#blog-popular-yazilar h4 a:hover {
  color: #0ba14b;
}

#sayfalama {
  width: 100%;
  margin: 30px 0;
  clear: both;
}

#sayfalama a {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 5px;
  margin-top: 5px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  font-size: 13px;
  line-height: 30px;
  color: #000;
  transition: all ease 0.3s;
}

#sayfalama a:Hover {
  color: #fff;
  background: #0ba14b;
  border: 1px solid #0ba14b;
  transition: all ease 0.3s;
}

#blog-detay {
  width: 850px;
  float: left;
  margin-right: 30px;
  margin-left: 0 !important;
}

#blog-detay time {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
  margin-top: 30px;
}

#blog-detay h2 {
  margin: 0 0 30px 0 !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

#blog-detay #sayfa-galeri {
  width: 100% !important;
}

#sayfa-paylas {
  width: 100%;
  margin: 30px 0;
}

#sayfa-paylas a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e6f5ed;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  color: #0ba14b;
  transition: all ease 0.3s;
}

#sayfa-paylas a:hover {
  color: #0ba14b;
}

#sayfa-paylas a:hover {
  color: #fff;
  background: #0ba14b;
  transition: all ease 0.3s;
}

#iletisim-sayfasi {
  width: 100%;
}

#iletisim-sayfasi li {
  width: 100% !important;
  margin-bottom: 20px !important;
}

#iletisim-sayfasi li:after {
  display: none;
}

#iletisim-sayfasi>ul {
  margin-bottom: 20px !important
}

#iletisim-sayfasi>ul>li>span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e6f5ed;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  color: #0ba14b;
}

#iletisim-sayfasi>ul>li>a {
  font-size: 14px;
  color: #000;
  line-height: 40px;
}

#iletisim-sayfasi>ul>li>address {
  font-size: 14px;
  color: #000;
  margin-top: 3px;
}

#iletisim-sayfasi>ul>li>div>a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e6f5ed;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  color: #0ba14b;
  transition: all ease 0.3s;
}

#iletisim-sayfasi>ul>li>a:hover {
  color: #0ba14b;
}

#iletisim-sayfasi>ul>li>div>a:hover {
  color: #fff;
  background: #0ba14b;
  transition: all ease 0.3s;
}

#iletisim-sayfasi>ul>li>div {
  float: left;
  height: 40px;
}

#iletisim-sayfasi .yol-tarifi {
  float: left;
  margin-right: 10px;
}

#iletisim-icerik {
  width: 1320px;
  margin: 0 auto 30px auto;
  display: flex;
}

#iletisim-sol {
  width: 585px;
  margin-right: 30px;
  border: 1px solid #e9e9e9;
  padding: 30px;
  float: left;
}

#iletisim-sag {
  width: 585px;
  border: 1px solid #e9e9e9;
  padding: 30px;
  float: left;
}

#iletisim-sol span {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
}

#iletisim-sol>form>ul>li {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  list-style: none !important;
}

#iletisim-sol>form>ul>li>input,
#iletisim-alt>li>ul>li>select {
  width: 100%;
  border: 1px solid #e6e9f0;
  text-indent: 10px;
  height: 35px;
  line-height: 35px;
  transition: all ease 0.3s;
}

#iletisim-sol>form>ul>li>textarea {
  width: 100%;
  border: 1px solid #e6e9f0;
  padding: 10px;
  height: 80px;
  transition: all ease 0.3s;
}

#iletisim-sol>form>ul>li>input:hover,
#iletisim-alt>li>ul>li>select:hover,
#iletisim-alt>li>ul>li>textarea:hover {
  border: 1px solid #232b61;
  transition: all ease 0.3s;
}

#iletisim-sol>form>ul>li>input[type=submit] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #0ba14b;
  text-align: center;
  height: 45px;
  line-height: 45px;
  transition: all ease 0.3s;
  color: #fff;
  border-radius: 50px;
}

#iletisim-sol>form>ul>li>input[type=submit]:hover {
  background: #ed1c24;
  transition: all ease 0.3s;
}

#iletisim-sol>form>ul {
  margin-left: 0 !important;
}

#iletisim-sag iframe {
  width: 100%;
}

#oteller {
  width: 100%;
  margin-left: 0 !important;
}

#oteller>li {
  width: 380px;
  float: left;
  list-style: none !important;
  text-align: center;
  margin-bottom: 30px !important;
  margin-right: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  overflow: hidden;
  transition: all ease 0.3s;
}

#oteller>li:hover {
  transition: all ease 0.3s;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
}

#oteller>li:nth-child(3n) {
  margin-right: 0
}

#oteller>li>figure {
  width: 100%;
  overflow: hidden;
}

#oteller>li>figure>a>img {
  width: 100%;
  display: block;
}

#oteller>li>div {
  padding: 30px;
  width: 100%;
}

#oteller h2 a {
  font-size: 18px;
  display: block;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#oteller h2 a:hover {
  color: #0ba14b;
}

#oteller>li>div>div {
  width: 13px;
  height: 13px;
  margin: 20px auto;
  background-image: url(../images/yildiz.png);
}

#oteller .yildiz2 {
  width: 26px !important;
}

#oteller .yildiz3 {
  width: 39px !important;
}

#oteller .yildiz4 {
  width: 52px !important;
}

#oteller .yildiz5 {
  width: 65px !important;
}

#oteller>li>div>p {
  font-size: 14px;
  display: block;
  color: #808080;
  line-height: 14px !important;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#oteller>li>p {
  width: 100%;
  height: 50px;
  border-top: 1px solid #e9e9e9;
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 50px;
}

#oteller strong {
  color: #0ba14b;
}

#otel-resimler {
  width: 100%;
}

#otel-resimler .sayfa-galeri {
  width: 100%;
  margin-top: 30px;
  column-count: inherit;
  column-gap: inherit;
}

#otel-resimler .sayfa-galeri figure {
  width: 141px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#otel-aciklamalar {
  width: 100%;
}

.ulke-list ul {
  margin-left: 0 !important;
  margin-bottom: 30px;
}

.ulke-list {
  width: 100%;
}

.ulke-list ul li:before {
  display: none;
}

.ulke-list ul li {
  position: relative;
  float: left;
  width: 277px;
  margin-right: 30px;
  margin-bottom: 30px;
  list-style: none !important;
  text-align: Center;
  border: 1px solid #ebebeb;
  border-radius: 15px;
  overflow: hidden;
}

.ulke-list ul li:nth-child(4n) {
  margin-right: 0;
}

.ulke-list ul li img {
  width: 100%;
  display: block;
  height: 154px;
}

.ulke-list ul li h2 {
  font-size: 14px !important;
  display: block !important;
  margin: 0 !important;
  line-height: 40px !important;
  color: #000;
}

.ulke-list ul li a {
  position: Absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ulke-list ul li:hover {
  background: #0ba14b;
  transition: all ease 0.3s;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
}

.ulke-list ul li:hover h2 {
  color: #fff !important;
}

#sorular h3 {
  text-align: left;
  width: 100%;
  margin: 0 auto 15px auto;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
}

#sorular h3:first-of-type {
  border: 0;
}

#blog-bos {
  width: 850px;
  float: left;
  margin-right: 30px;
  margin-left: 0 !important;
  text-align: center;
}

#blog-bos img {
  display: block;
  margin: 30px auto;
}

#blog-bos span {
  font-size: 18px;
}

#iletisim-sayfasi>div {
  width: 310px;
  margin-bottom: 15px;
  border-top: 1px solid #e8e8e8;
  padding-top: 15px;
}

#iletisim-sayfasi>div>strong {
  font-size: 14px;
  width: 160px;
  float: left;
  color: #0ba14b;
}

#iletisim-sayfasi>div>a {
  font-size: 14px;
  float: right;
  color: #000;
}

#iletisim-sayfasi>div:first-of-type {
  border-top: 0;
}

#iletisim-sayfasi>div>a:hover {
  color: #0ba14b;
  text-decoration: underline;
}

#iletisim-ek {
  width: 100%;
  margin: 30px auto;
  display: flex;
  gap: 20px;
}

#iletisim-ek>div {
	flex: 1;
}

#iletisim-ek li {
  width: 100% !important;
  margin-bottom: 20px !important;
  list-style: none !important;
}

#iletisim-ek li:after {
  display: none;
}

#iletisim-ek ul {
  margin-bottom: 20px !important;
  margin-left: 0 !important;
}

#iletisim-ek>div>ul>li>span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e6f5ed;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  color: #0ba14b;
}

#iletisim-ek ul li a {
  font-size: 14px;
  color: #000;
  line-height: 40px;
}

#iletisim-ek ul li address {
  font-size: 14px;
  color: #000;
  margin-top: 3px;
}

#iletisim-ek ul li div a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e6f5ed;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  color: #0ba14b;
  transition: all ease 0.3s;
}

#iletisim-ek ul li a:hover {
  color: #0ba14b;
}

#iletisim-ek ul li div a:hover {
  color: #fff;
  background: #0ba14b;
  transition: all ease 0.3s;
}

#iletisim-ek ul li div {
  float: left;
  height: 40px;
}

#iletisim-ek .yol-tarifi {
  float: left;
  margin-right: 10px;
  display: block !important;
}

.aracizgi {
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  margin: 30px 0;
  display: block;
}

#sayfa-icerik em {
  width: 100%;
  display: block;
  padding: 10px 30px 10px 50px;
  position: relative;
  background-image: url(../images/vizenot.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #fce9e9;
  margin: 30px 0;
  font-size: 14px;
  color: #dd2a26;
}

.vizebasvur {
  padding: 10px 30px;
  text-align: center;
  display: inline-block;
  background: #0ba14b;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
}

.vizebasvur:hover {
  background: #087236;
}

.vizebutonlar {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 40px;
}

.hemenbasvurbuton {
  float: left;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #0ba14b;
  border-radius: 50px;
  transition: all ease 0.3s;
}

.hemenbasvurbuton:hover {
  background: #0a7136;
  transition: all ease 0.3s;
}

.vizebutonlar span {
  color: #363636;
  margin: 0 20px;
  float: left;
  font-size: 18px;
}

.hemenarabuton {
  font-size: 24px;
  font-weight: bold;
  float: left;
  color: #363636;
}

.hemenarabuton i {
  color: #0ba14b;
  float: left;
  line-height: 40px;
  margin-right: 10px;
}

.vizeListeleme {
  width: 100%;
  margin-left: 0 !important;
}

.vizeListeleme>li {
  width: 285px;
  float: left;
  position: relative;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  list-style: none !important;
}

.vizeListeleme>li>figure {
  width: 100% !important;
}

.vizeListeleme>li>figure>img {
  width: 100%;
  display: block;
}

.vizeListeleme>li>div {
  width: 100%;
  text-align: center;
}

.vizeListeleme>li>div>ul>li {
  margin-bottom: 0 !important;
  text-align: center;
  list-style: none !important;
  width: 100%;
  padding-top: 10px;
  margin-top: 10px;
}

.vizeListeleme>li>div>ul>li>a {
  font-size: 16px;
  color: #363636;
  font-weight: bold;
}

.vizeListeleme>li>div>p {
  margin: 0 !important;
}

.vizeListeleme>li>div>ul>li>a:hover {
  text-decoration: underline;
}

.vizeListeleme>li:nth-child(4n) {
  margin-right: 0;
}

#ulke-govde {
  width: 1320px;
  margin: auto;
}

#sayfa-govde {
  width: 1320px;
  margin: auto;
  display: flex;
}

#sayfa-govde aside {
  float: left;
  width: 300px;
  margin-bottom: 30px;
  border-left: 1px solid #ebebeb;
  padding-top: 50px;
  border-right: 1px solid #ebebeb;
  background: #fafafa;
  border-bottom: 1px solid #ebebeb;
}

#sayfa-icerik {
  width: 1320px;
  margin: Auto;
  padding-top: 30px;
}

.mb0 {
  margin-bottom: 0 !important;
}

#sayfa-govde aside ul {
  margin-left: 0 !important;
}

#sayfa-govde aside ul li {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #ebebeb;
  list-style: none !important;
  margin-bottom: 0;
}

#sayfa-govde aside ul li a {
  color: #000;
  font-size: 15px;
}

#sayfa-govde #sayfa-icerik {
  width: 900px;
  float: left;
  padding-right: 30px;
}

#sayfaicerik-full {
  width: 100%;
  padding: 40px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  display:inline-block;
}

.vizeListeleme>li>div>ul {
  margin: 0 !important;
  position: absolute;
  opacity: 0;
  transition: all ease 0.3s;
  overflow: hidden;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  top: 0;
  left: 0;
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.vizeListeleme h2 {
  margin: 10px 0 0 0 !important;
  font-size: 18px !important;
}

.vizeListeleme h2 a {
  display: block;
  color: #000;
}

.vizeListeleme h2 a:hover {
  text-decoration: underline;
}

.vizeListeleme>li>div>ul>li:first-child {
  border-top: 0;
}

.vizeListeleme>li:hover ul {
  visibility: visible;
  opacity: 1;
  transition: all ease 0.3s;
}

.slideEfekt {
  bottom: 50% !important;
  margin-bottom: -195px !important;
  transition: all ease 0.5s;
}

#hemenBasvurPopup {
  width: 400px;
  display: none;
  background: #fff;
  position: fixed;
  transition: all ease 0.5s;
  bottom: 0;
  margin-bottom: 0;
  left: 50%;
  margin-left: -200px;
  z-index: 1999;
  -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.4);
}

#hemenBasvurPopupGovde>a>figure {
  float: left;
  width: 60px;
}

#hemenBasvurPopupGovde>a>div {
  float: left;
  width: 210px;
}

#hemenBasvurPopupGovde>a>figure>span {
  display: block;
  color: #000;
  font-size: 36px;
}

#hemenBasvurPopupGovde>a>div>span {
  font-size: 18px;
  display: block;
  color: #000;
}

#hemenBasvurPopupGovde>a>div>p {
  font-size: 13px;
  display: block;
  color: #000;
}

#hemenBasvurPopupGovde>a {
  padding: 15px 20px;
  width: 100%;
  display: block;
  border-radius: 5px;
  opacity: 0;
  position: relative;
  bottom: -40px;
  transition: all ease 0.5s;
}

#hemenBasvurPopupGovde>a:hover {
  background: #fafafa;
}

#hemenBasvurPopupGovde>a:after {
  clear: both;
  display: table;
  content: "";
}

.hemenTitle {
  display: block;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  font-size: 18px;
  border-bottom: 1px solid #ebebeb;
  background: #fafafa;
}

.hemenKapat {
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 30px;
  background: #fafafa;
}

#hemenMask {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
}

#sayfaaside {
  background: #fff;
}

#sayfaicerik {
}

#sayfaaside ul li a {
  font-size: 14px;
  display: block;
  padding: 10px 30px;
  color: #00BCD4;
}

#sayfaaside ul li a:hover {
  text-decoration: underline;
}

#sayfaaside ul li {
  margin-bottom: 0 !important;
  list-style: none !important;
  border-bottom: 1px solid #e1e1e1;
}

#sayfaaside ul li:last-child {
  border: 0;
}

#sayfaaside ul {
  margin-left: 0 !important;
}

#digerulkeler {
  margin-top: 30px;
}

#digerulkeler,
#mevcutulke {
  padding: 0;
  border: 1px solid #e1e1e1;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

#sayfaaside h2 {
  padding: 20px 30px;
  background: #f8f8f8;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
}

#sayfaaside ul {
  padding: 10px 0;
}

#sayfaaside li {
  transition: all 0.3s ease;
}

#sayfaaside li a {
  padding: 12px 30px;
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

#sayfaaside li:hover {
  background: #f0fdf4;
}

#sayfaaside li:hover a {
  color: #0ba14b;
}

#sayfaaside .selected {
  background: #0ba14b;
  position: relative;
}

#sayfaaside .selected a {
  color: #fff !important;
}

#sayfaaside .selected:hover {
  background: #098a40;
  /* Slightly darker green on hover */
}

#sayfaaside .selected:hover a {
  color: #fff !important;
}

#sayfaaside .selected:after {
  display: none;
}

.ulkearama {
  width: 100%;
  margin: 30px 0;
  display: block;
  padding-left: 15px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #2db742;
}

.ulkearama::placeholder {
  color: #2db742;
  font-weight: bold;
}

.ulkevize h2 a {
  font-size: 24px;
  display: block;
  margin: 0;
  color: #0ba14b;
}

.ulkevize {
  margin-left: 0 !important;
  margin-top: 10px;
}

.ulkevize li {
  list-style: none !important;
  padding: 20px 30px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}

.ulkevize li p a {
  font-size: 16px;
  display: block;
  margin-bottom: 0;
  color: #000;
  line-height: 22px;
  letter-spacing: 0.1px;
  text-align: justify;
}

.ulkevize li a:Hover {
  text-decoration: underline;
}



.accordion {
  margin: 1em 0;
  background: #fff;
}

.accordion-toggle {
  cursor: pointer;
  margin: 10px 0 0 0 !important;
  padding-left: 40px;
  position: relative;
  line-height: 45px;
  border: 1px solid #ebebeb;
  font-size: 16px !important;
  font-weight: bold;
}

.accordion-toggle:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "\e918";
  font-family: profornet;
  width: 43px;
  text-align: center;
  font-size: 12px;
}

.accordion-acik:before {
  transform: rotate(180deg)
}

.accordion-content {
  display: none;
  overflow: hidden;
  margin: 0;
  padding: 30px;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.accordion-content.default {
  display: block;
}

.arrow {
  display: block;
  float: left;
  margin: 17px 10px 0 20px;
  line-height: 45px;
  width: 0;
  height: 0;
  border-top: .35em solid transparent;
  border-bottom: .35em solid transparent;
  border-left: .35em solid #333;
  transition: all .2s ease;
}

.arrow-open {
  transform: rotate(90deg);
}




#sayfabreadcrumb:after,
.vizeListeleme>li:after,
#iletisim-ek li:after,
#iletisim-sayfasi>div:After,
#blog-sol>ul:after,
.ulke-list ul:after,
#iletisim-icerik:after,
#sayfalama:after,
#blog-popular-yazilar li:after,
#blog-liste:after,
#sayfa-ust>div:after,
#sayfa:after,
#breadcrumb>div:after,
#footer-ust>ul:after,
#kolay-basvuru ul:after,
#hizli-form:after,
#footer-alt>div:after,
#blog ul:after,
#sirketleri-icin ul:after,
#vatandaslik-oturum ul:after,
#vatandaslik-oturum>div:after,
#bulgaristan ul:after,
#bulgaristan-baslik:after,
#kolay-basvuru>div:after,
#header-alt>div:after,
#header-ust>div:after {
  clear: both;
  display: table;
  content: "";
}

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 10px 5px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

#header-ust h3 {
  font-size: 11px;
}

#header-ust span {
  font-size: 24px;
  color: #12a450;
  margin-right: 10px;
  line-height: 90px;
  float: left;
}

#header-ust li:Hover span {
  color: #fff;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.skrol::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.skrol::-webkit-scrollbar-thumb {
  background-color: #66c48e;
}




.balkan-services {
    background-color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.title-line {
    width: 60px;
    height: 3px;
    background-color:#25a238;
    margin: 15px auto;
}

.service-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 40px;
    border-radius: 15px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: #25a238;
}

.icon-box {
    font-size: 2.5rem;
    color:#25a238;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color:#25a238;
}

.service-card p {
    color: #666;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Erken Rezervasyon Özel Kartı */
.featured-card {
    border: none;
}

.card-badge {
    position: absolute;
    top: 20px;
    right: -35px;
    background: #e74c3c;
    color: #fff;
    padding: 5px 40px;
    transform: rotate(45deg);
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

/* Buton Stili */
.btn-premium {
    background-color: #25a238;
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-premium:hover {
    background-color: #fff;
    color: #25a238;
	border:1px solid #25a238;
}

/* Liste Stili */
.custom-list li {
    margin-bottom: 8px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-list i {
    color:#25a238;
}

/* Mobil Düzenleme */
@media (max-width: 768px) {
    .service-card {
        padding: 25px;
    }
}
@media screen and (min-width:1680px){
	.slide-content{
		padding: 0 15px 0 60px!important;
	}
}
@media (min-width: 1200px) {
    #main-header .navbar-expand-xl .navbar-collapse {
        flex-grow: 0;
    }
}