
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.dis_div {
  width: 100%;
}

.anadiv {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

/* HEADER */
.ustbar-alt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.ust2_logo img {
  max-width: 344px;
  height: auto;
}

.ust2_logo-sag {
  background-image:
; 	background-image: url(images/whatsapp.png);
	background-repeat: no-repeat;
	background-position: left center;
	width:250px;
	height:60px;
	padding-top:20px;
	margin-top:0px;
}

.telwhatsap {
font-size: 25px;
		font-family: 'Archivo', sans-serif;
		color:#333333;
		text-decoration:none;
		padding-left:60px;
		padding-top:50px;
		text-decoration: none;
		height:60px;
}

.a {
  text-decoration: none;
  font-size: 14px;
}

/* CONTENT */
.orta {
  padding: 15px;
}

.orta-orta {
  width: 100%;
}

/* FOOTER */
.alt {
  background: #f5f5f5;
  padding: 20px 10px;
}

.alt-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.alt-1 > div {
  flex: 1 1 250px;
}

.alt-1-1-1 {
  font-weight: bold;
  margin-bottom: 10px;
}

.alt img {
  max-width: 100%;
  height: auto;
}

.dis_div {
    width: 100%;
    min-height: 100vh; /* height yerine bunu kullan */
    position: relative;
    margin: 0 auto;
}

.anadiv {
    width: 100%;
    max-width: 1350px;
    min-height: 290px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px; /* mobilde kenarlara yapismasin */
	
}

.orta-orta-2 {
    width: 100%;
    max-width: 1230px;
    min-height: 300px;
    position: relative;
    margin: 10px auto;
    background-color:#efefef;
    padding: 10px;
	 border: none;
	 justify-content: center; /* Kartlari yatayda ortala */
	 display: flex;
}
.orta-musteri-gorus {
    width: 100%;
    max-width: 1230px;
    min-height: 300px;
    position: relative;
    margin: 10px auto;
    background-color:#efefef;
    padding: 10px;
	 border: none;
	 justify-content: center; /* Kartlari yatayda ortala */
	 display: flex;
}

.a2{
	color:#333333;
	text-decoration: none;
	font-family: 'Philosopher', sans-serif;
}
.a2:hover{
	color: #333333;
	text-decoration: none;
	font-family: 'Philosopher', sans-serif;
}

.ustresim {
    width: 100%;
    background: #f5f5f5;
    padding: 60px 15px;
	background-image: url(images/tuvescare-5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-radius: 8px;
}


.ustresim-icerik {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* Genel orta alan ayari */
.orta-orta-2,
.orta-musteri-gorus,
.orta-diger-bolgeler,
.orta-firma,
.alt-yazilar {
    width: 93%;
    max-width: 1200px;
    margin: 20px auto;
    box-sizing: border-box;
	background-color:#efefef;
	
}

/* M??steri g??r??sleri */
.orta-musteri-gorus-1,
.orta-musteri-gorus-2,
.orta-musteri-gorus-3,
.orta-musteri-gorus-4,
.orta-musteri-gorus-5 {
    width: 100%;
    margin: 5px 0;
}

/* Diger b??l??mler */
.orta-diger-bolgeler-1,
.orta-diger-bolgeler-1-alt,
.orta-orta-2-diger,
.orta-firma-1,
.orta-firma-2,
.alt-yazilar-baslik,
.alt-yazilar-yazi {
    width: 100%;
    margin: 5px 0;
	
}
.blog-kartlar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 15px 0;
}
.blog-kartlar2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 15px 0;
}
.blog-kart {
    width: 350px;           /* Kart genisligi */
    text-align: center;     /* I??erik ortalansin */
    border: 1px solid #ddd; /* Istege bagli ??er??eve */
    border-radius: 8px;     /* K??seleri yuvarla */
    overflow: hidden;
    background: #fff;
}
.blog-kart-detay {
    width: 1400px;           /* Kart genisligi */
    text-align:justify;     /* I??erik ortalansin */
    border: 1px solid #ddd; /* Istege bagli ??er??eve */
    border-radius: 8px;     /* K??seleri yuvarla */
    overflow: hidden;
    background: #fff;
	font-family: 'Archivo', sans-serif;
	font-size: 17px;
	padding:10px;
}
.blog-kart2 {
    width: 200px;           /* Kart genisligi */
    text-align: center;     /* I??erik ortalansin */
    border: 1px solid #ddd; /* Istege bagli ??er??eve */
    border-radius: 8px;     /* K??seleri yuvarla */
    overflow: hidden;
    background: #fff;
}


.blog-kart img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.blog-kart h3 {
    font-size: 16px;
    margin: 5px 0;
}
.blog-kart2 h3 {
    font-size: 16px;
    margin: 5px 0;
}
.blog-kart p {
    font-size: 14px;
    color: #555;
}
.blog-kart2 p {
    font-size: 14px;
    color: #555;
}

/* Hover efekti */
.blog-kart:hover {
    transform: translateY(-5px);
}
.blog-kart2:hover {
    transform: translateY(-5px);
}
.hero-blog {
    width: 100%;
    height: 150px; /* Y??kseklik */
    background-image: url('images/antalya-airport-vip-transfers-3.jpg'); /* Buraya kendi resmini ekle */
    background-size: cover; /* Resim alani kaplasin */
    background-position: center; /* Resim ortalansin */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white; /* Metin rengi, resme g??re degistir */
}
.baslik {
        font-size: 42px;
		font-family: 'Archivo', sans-serif;
		color:#FFFFFF;
		text-decoration: none;
    }
	.h3baslik {
        font-size: 30px;
		font-family: 'Archivo', sans-serif;
		color:#333333;
		text-decoration:none;
		text-align:left;
    }
 .alt-baslik {
        font-size: 22px;
		font-family: 'Archivo', sans-serif;
		color:#FFFFFF;
		text-decoration: none;
    }
	
	/* Ana footer */
.alt {
    width: 100%;
    max-width: 1350px;
    margin: auto;
    background-color: #666666;
    padding: 20px 0;
    height: auto; /* sabit height kaldir */
}

/* I?? container */
.alt-1 {
    width: 90%;
    max-width: 1195px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* S??tunlar */
.alt-1-1,
.alt-1-2,
.alt-1-3 {
    flex: 1 1 100%; /* mobilde alt alta */
    min-height: auto;
    float: none; /* float kaldir */
	font-size: 13px;
		font-family: 'Archivo', sans-serif;
		color:#FFFFFF;
		text-decoration: none;
}

/* Yazilar */
.alt-1-1-1,
.alt-1-1-2,
.alt-1-1-5,
.alt-1-1-6,
.alt-1-2-1-1,
.alt-1-2-1,
.alt-1-2-1c,
.alt-1-2-1d {
    width: 100%;
    margin-left: 0;
	font-size: 13px;
		font-family: 'Archivo', sans-serif;
		color:#FFFFFF;
		text-decoration: none;
}

/* ikonlu alanlar */
.alt-1-1-3 {
    float: none;
    display: inline-block;
}


/* Ana Kapsayici */
.blog-ust-icerik {
    display: flex;
    flex-wrap: wrap; /* Mobilde alt alta ge??mesi i??in */
    gap: 20px;
    margin-bottom: 20px;
}

/* Resim Ayari */
.blog-resim {
    max-width: 700px; /* Istedigin genislige ??ekebilirsin */
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
	position: relative;
}
.sayac {
	position: absolute;
	top: 30px;   /* aşağıdan */
    right: 382px;     /* soldan */
    width: 40px;
    height: 40px;
    background: #F3BD13;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* yuvarlak yapmak için */
    font-size: 14px;
    font-weight: bold;
}

/* Buton Grubu */
.blog-butonlar {
    display: flex;
    flex-direction: column; /* Butonlari ??st ??ste dizer */
    justify-content: center;
    gap: 10px;
	background-color:#e0f7fa;
	padding:10px;
	font-size: 13px;
	font-family: 'Archivo', sans-serif;
	color: #004d40;
	text-decoration: none;
    flex: 1; /* Kalan boslugu doldurur */
	
}

.sagbaslik{
	font-size: 24px;
	font-family: 'Archivo', sans-serif;
	color: #004d40;
	text-decoration: none;
}

/* Buton Genel Stil */
.blog-butonlar a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s opacity;
}

/* ??zel Renkler */
.btn-wa { background-color: #25D366; }
.btn-satin-al { background-color: #ff5722; }

.blog-butonlar a:hover { opacity: 0.8; }

	.buton-grup {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cta-box {
    background: #e0f7fa; /* hafif saglik mavisi */
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    color: #004d40; /* koyu yesil ton */
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	font-family: 'Archivo', sans-serif;
	color: #004d40;
}

.cta-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.cta-box p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn {
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.btn.whatsapp {
    background: #25D366;
    color: #fff;
}

.btn.explore {
    background: #00796b; /* saglik temali koyu turkuaz */
    color: #fff;
}

.btn:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

/* Tablet g??r??n??m */
@media (min-width: 768px) {
    .alt-1-1,
    .alt-1-2,
    .alt-1-3 {
        flex: 1 1 48%; /* 2 s??tun */
    }
	
	
}

/* Tablet ve alti (2-3 s??tun) */
@media (max-width: 1024px) {
    .blog-kart {
        flex: 1 1 calc(33.33% - 10px);
    }


/* MOBIL */
@media (max-width: 768px) {
.anadiv {
        padding: 0 10px;
    }

  .ustbar-alt {
    flex-direction: column;
    align-items: center;
  }

  .ust2_logo-sag {
    justify-content: center;
  }

  .alt-1 {
    flex-direction: column;
  }
.orta-orta-2 {
        padding: 0px;
    }
.orta-musteri-gorus {
        padding: 0px;
    }
	.baslik {
        font-size: 18px;
		font-family: 'Archivo', sans-serif;
		color:#FFFFFF;
		text-decoration: none;
    }
	 .alt-baslik {
        font-size: 18px;
		font-family: 'Archivo', sans-serif;
		color:#FFFFFF;
		text-decoration: none;
    }

    .kutu {
        width: 100%;
        max-width: 300px;
    }

.blog-butonlar {
        display: flex;
        flex-direction: column; /* alt alta zorla */
        align-items: stretch;
    }

    .blog-butonlar .btn {
        width: 100%;
        margin: 5px 0;
    }
	
	.buton-grup {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
	
	 .ustresim-yazi-arama-ana-1,
    .ustresim-yazi-arama-ana-1-1,
    .ustresim-yazi-arama-para,
    .arama-buton {
        flex: 1 1 auto; /* Tablet ve ??st??nde yan yana */
        margin: 5px;
    }
	

    .nedenbiz-1, .diger, .orta-firma-2-2 {
        flex: 1 1 48%; /* Iki kutu yan yana */
        margin: 1%;
    }

.alt-1-1,
.alt-1-2,
.alt-1-3 {
    flex: 1 1 100%; /* mobilde alt alta */
    min-height: 10px;
    float: none; /* float kaldir */
	font-size: 18px;
		font-family: 'Archivo', sans-serif;
		color:#FFFFFF;
		text-decoration: none;
}
/* Yazilar */
.alt-1-1-1,
.alt-1-1-2,
.alt-1-1-5,
.alt-1-1-6,
.alt-1-2-1-1,
.alt-1-2-1,
.alt-1-2-1c,
.alt-1-2-1d {
    width: 100%;
    margin-left: 0;
	font-size: 18px;
		font-family: 'Archivo', sans-serif;
		color:#FFFFFF;
		text-decoration: none;
}

	 .orta-musteri-gorus-2,
    .orta-musteri-gorus-3,
    .orta-musteri-gorus-4,
    .orta-musteri-gorus-5 {
        display: inline-block;
        width: 48%; /* yan yana 2 kutu */
        margin: 1%;
        vertical-align: top;
    }

    .orta-diger-bolgeler-1-alt,
    .orta-orta-2-diger {
        display: inline-block;
        width: 48%;
        margin: 1%;
        vertical-align: top;
    }

    .orta-firma-2 {
        display: inline-block;
        width: 48%;
        margin: 1%;
        vertical-align: top;
    }
	.blog-kart, blog-kart2 {
        flex: 1 1 100%;
    }
	
	.blog-kartlar {
	width:380px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 5px 0;
	}
	.blog-kartlar2 {
	width:380px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 5px 0;
	}
	
	.blog-ust-icerik {
        flex-direction: column; /* Her seyi alt alta al */
    }
    
    .blog-resim {
        max-width: 100%; /* Resim tam genislik olsun */
    }
    
    .blog-butonlar {
        flex-direction: row; /* Mobilde butonlar yan yana olsun istersen */
    }
    
    .blog-butonlar a {
        flex: 1; /* Butonlar esit genislikte olsun */
    }
}

/* Daha b??y??k ekranlar i??in (desktop) */
@media (min-width: 1200px) {
    .orta-musteri-gorus-2,
    .orta-musteri-gorus-3,
    .orta-musteri-gorus-4,
    .orta-musteri-gorus-5,
    .orta-diger-bolgeler-1-alt,
    .orta-orta-2-diger,
    .orta-firma-2 {
        width: 23%; /* 4 kutu yan yana */
        margin: 1%;
    }
	.alt-1-1 {
        flex: 1 1 25%;
    }

    .alt-1-2 {
        flex: 1 1 35%;
    }

    .alt-1-3 {
        flex: 1 1 30%;
    }
}

