body{
	padding-top: 100px;
}
p{
    font-size:18px;
    font-weight: 300;
    display:block;
    margin-bottom: 30px;
	color: #242D3D;
}
p:last-child, p:last-of-type{
    margin-bottom: 0;
}
header{	
    position: fixed;
    top: 0;
    width: 100%;
	padding:0px 30px;
    height: 100px;
    z-index: 99999999;
	background: #1D1D1B!important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}



.header-logo img{
	height: 85px;
}
.header-main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.header-link nav {
	    display: flex;
    justify-content: end;
}

.header-link nav ul{
	display: flex;
	align-items: center;
}
.header-link nav ul li a{
	color: #fff;
	font-size: 17px;
	display: block;
	position: relative;
	transition: all 0.4s ease-out;
	white-space: nowrap;
	line-height: 100px;
	padding: 0 1vw;
	position: relative;
}
.header-link nav ul li a:hover{
	color: #fff;
}
.header-link nav ul li a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 100%;
	height: 3px;
	border-radius: 99px;
	background: #CA7C2E;
	opacity: 0;
	transition: all 0.4s;
}
.header-link nav ul li a:hover:before{
	bottom: 0;
	opacity: 1;
}

.header-iletisim ul{
	display: flex;
	justify-content: end;
}
.header-iletisim ul li{
	margin-right: 10px;
}
.header-iletisim ul li a{
	display: block;
	padding: 10px 20px;
	border-radius: 99px;
	transition: all 0.4s;
	font-size: 17px;
}
.header-iletisim ul li a:hover{
	transform: scale(0.96);
}
.header-iletisim ul li:last-child{
	margin-right: 0;
}
.header-iletisim-rez a{
	background: #662638;
	color: #fff;
}
.header-iletisim-tel a{
	background: #CA7C2E;
	color: #fff;
}
.header-iletisim-dil a{
	background: transparent;
	color: #662638;
	border: 1px solid #662638;
}
.header-iletisim-dil a:hover{
	background: #662638;
	color: #fff;
}
.nav-up{
	top: 0;
}
.anasayfa-slider{
	width: 100%;
	position: relative;
}
.anasayfa-slider picture{
	width: 100%;
	display: block;
}
.anasayfa-slider picture img{
	display: block;
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 100px);
}

.anasayfa-slider:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}

.slider-text {
	position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    color: #fff;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.slider-text h1 {
	font-size: 60px;
	margin-bottom: 20px;
	
}
.slider-text h1 span{
	color: #F9B63B;
	
}
.slider-text h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}
.slider-text ul{
	display: flex;
	align-items: center;
	gap: 15px;
}
.sayfa-btn1{	
    display: block;
    padding: 15px 45px;
    border-radius: 99px;
    transition: all 0.4s;
    font-size: 17px;
    background: #CA7C2E;
    color: #fff;
	font-weight: bold;
}
.sayfa-btn1:hover{	
	transform: scale(0.96);
}
.sayfa-btn2{	
    display: block;
    padding: 15px 45px;
    border-radius: 99px;
    transition: all 0.4s;
    font-size: 17px;
    background: #FFFFFF;
    color: #242D3D;
	font-weight: bold;
}
.sayfa-btn2:hover{	
	transform: scale(0.96);
}
.hbg{
    background:#fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.header-main > div{
	flex: 1;
}
.img-radius{
	border-radius: 30px;
	width: 100%;
}
.anasayfa-hakkimizda-text h2{
	font-size: 65px;
	font-weight: bold;
	color: #242D3D;
	margin-bottom: 40px;
}
.anasayfa-hakkimizda-text p{
	font-size: 20px;
}
.anasayfa-hakkimizda .row{
	align-items: center;
}
.anasayfa-degerler{
	background: #F7F7F7;
}
.sayfa-baslik{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sayfa-baslik h2{
	color: #1D1D1B;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 30px;
}
.sayfa-baslik h3{
	color: #CA7C2E;
	font-size: 25px;
}
.anasayfa-degerler-box{
	padding: 30px;
	background: #fff;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
	transition: all 0.4s;
}
.anasayfa-degerler-box:hover{
	box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px;
}
.anasayfa-degerler-box h2{
	margin: 20px 0 20px 0;
	font-weight: bold;
	color: #242D3D;
	font-size: 35px;
	max-width: 280px;
}
.anasayfa-tat{
	background: #1D1D1B;
}
.anasayfa-tat .sayfa-baslik h2{
	color: #fff;
}
.anasayfa-tat-box{
	display: flex;
	flex-direction: column;
	align-items: start;
	height: 100%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
	transition: all 0.4s;
	border-radius: 30px;
	background: #303030;
}
.anasayfa-tat-box:hover{
	display: flex;
	flex-direction: column;
	align-items: start;
	height: 100%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px;
	transition: all 0.4s;
	border-radius: 30px;
	background: #303030;
}
.anasayfa-tat-box figure{
	width: 100%;
	overflow: hidden;
	border-radius: 30px 30px 0 0;
}
.anasayfa-tat-box figure img{
	border-radius: 30px 30px 0 0;
	width: 100%;
	transition: all 0.4s;
}
.anasayfa-tat-box:hover figure img{
	transform: scale(1.1);
}
.anasayfa-tat-box-text{
	padding: 35px;
	color: #fff;
}
.anasayfa-tat-box-text p{
	color: #fff;
}
.anasayfa-tat-box-text h2{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.anasayfa-tat-btn{
	display: flex;
	justify-content: center;
	align-items: center;
}
.anasayfa-safahat .row{
	align-items: center;
}
.anasayfa-safahat-logo{
	display: flex;
	justify-content: center;
	align-items: center;
}

.anasayfa-safahat-logo img {
	max-width:280px;
}

.anasayfa-safahat-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.anasayfa-safahat-text h2{
	font-weight: bold;
	font-size: 30px;
	color: #1D1D1B;
}
.anasayfa-safahat-text h3{
	font-size: 25px;
	color: #CA7C2E;
	margin-bottom: 30px;
}
.anasayfa-safahat-text p{
	font-size: 20px;
	margin-bottom: 0;
}
.anasayfa-safahat-text p b{
	font-weight: bold;
}
.anasayfa-safahat-text p:last-child{
	margin-top: 30px;
}
.anasayfa-safahat-img figure img{
	border-radius: 50%;
}
.anasayfa-safahat-img figure{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.anasayfa-safahat-img figure:before{
	content: "";
	position: absolute;
	bottom: -40px;
	width: 35%;
	height: 7px;
	background: #1D1D1B;
	border-radius: 99px;
}
.anasayfa-menu{
	background: #F5F5F5;
}
.tab_content-anasayfa-menu {
	display: none;
}
.tab_drawer_heading { display: none; }
@media screen and (max-width: 480px) {
	.tabs-anasayfa-menu {
		display: none;
	}
}
.tabs-anasayfa-menu{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	justify-content:center;
}
.tabs-anasayfa-menu li{
	padding: .7vw 1.7vw;
	margin-right: 20px;
	background: #E7E7E7;
	border: 1px solid #B4B4B4;
	border-radius: 15px;
	color: #1D1D1B;
	font-weight: bold;
	font-size: 1.1vw;
	cursor: pointer;
	transition: all 0.4s;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.tabs-anasayfa-menu li:hover{
	background: #cfcfcf;
	transform: scale(0.98);
}
.tabs-anasayfa-menu li.active{
	background: #CA7C2E!important;
	border-color: #CA7C2E;
	transform: scale(1)!important;
	color: #fff;
}
.menu-box{
	display: flex;
	align-items: start;
	border-radius: 30px;
	height: 100%;
	background: #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	transition: all 0.4s;
}
.menu-box figure{
	width: 40%;
	height: 100%;
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	overflow: hidden;
	position: relative;
}
.menu-box figure a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.menu-box figure img{
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	object-fit: cover;
	transform: scale(1.01);
}
.menu-box:hover figure img{
	transform: scale(1.1);
}
.menu-box:hover{
	box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
}
.menu-box-text{
	width: 60%;
	padding: 20px;
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}
.menu-box-text a{
	font-size: 25px;
	min-height: 60px;
	font-weight: bold;
	color: #1D1D1B;
	margin-bottom: 15px;
	display: block;
}
.menu-box-text span{
	font-size: 30px;
	font-weight: bold;
	color: #CA7C2E;
	margin-top: 10px;
	display: block;
}
.lg-backdrop{
	z-index: 99999999!important;
}
.lg-outer{
	z-index: 99999999!important;
}
.anasayfa-galeri {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.anasayfa-galeri a {
	display: block;
	overflow: hidden;
	border-radius: 30px;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	flex: 0 0 calc(33.333% - 10px);
	height: 350px;
}

.anasayfa-galeri a:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.anasayfa-galeri a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.anasayfa-galeri a:hover img {
	transform: scale(1.05);
}

@media (max-width: 1024px) {
	.anasayfa-galeri a {
		flex: 0 0 calc(50% - 8px);
		height: 300px;
	}
}

@media (max-width: 640px) {
	
	.anasayfa-galeri {
		gap: 10px;
	}

	.anasayfa-galeri a {
		flex: 0 0 100%;
		height: 250px;
		border-radius: 20px;
	}
}

.lg-backdrop {
	background-color: rgba(0, 0, 0, 0.95);
}
.footer-iletisim-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 15px;
	width: 60%;
	margin: auto;
}
.footer-iletisim-text h2{
	font-size: 50px;
	font-weight: bold;
	color: #1D1D1B;
}
.footer-iletisim-text h3{
	font-size: 30px;
	font-weight: bold;
	color: #CA7C2E;
}
.footer-iletisim-text p{
	font-size: 30px;
	color: #1D1D1B;
}
.footer-iletisim-text a{
	display: block;
	padding: 15px 50px;
	color: #fff;
	font-weight: bold;
	background: #242D3D;
	border-radius: 99px;
	transition: all 0.4s;
}
.footer-iletisim-text a:hover{
	background: #CA7C2E;
	transform: scale(0.98);
}
.footer-orta{
	background: #1D1D1B;
	color: #fff;
}
.footer-logo{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 20px;
}

.footer-logo img {
	width:150px;
}

.footer-logo p{
	color: #fff;
	font-size: 15px;
}
.footer-btn{
	color: #fff;
	border-radius: 99px;
	border: 1px solid #fff;
	padding: 10px 25px;
	transition: all 0.4s;
	font-weight: 600;
}
.footer-btn:hover{
	background: #fff;
	color: #1D1D1B;
	transform: scale(0.98);
}
.footer-link{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 15px;
}
.footer-link a{
	color: #fff;
}
.footer-orta-iletisim{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 20px;
}
.footer-orta-iletisim h2{
	font-size: 30px;
}
.footer-orta-iletisim p{
	color: #fff;
	margin-bottom: 0;
}
.footer-orta-iletisim p span{
	display: block;
}
.footer-sosyal{
	display: flex;
	flex-direction: column;
	align-items: end;
}
.footer-sosyal ul{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 20px;
}
.footer-sosyal a{
	color: #CA7C2E;
	display: flex;
	align-items: center;
	transition: all 0.4s;
}
.footer-sosyal a:hover{
	color: #fff;
}
.footer-sosyal a i{
	margin-right: 8px;
	font-size: 17px;
}
.footer-alt{
	background: #CA7C2E;
}
.footer-alt-icerik{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: #fff;
}
.footer-alt-icerik a{
	color: #fff;
}
.footer-alt-icerik a:hover{
	text-decoration: underline;
}
.footer-alt-icerik ul{
	display: flex;
	align-items: center;
	gap: 30px;
}
.sayfa-ust{
	width: 100%;
	position: relative;
}
.sayfa-ust picture{
	width: 100%;
	display: block;
}
.sayfa-ust picture img{
	display: block;
    width: 100%;
    object-fit: cover;
	max-height: 60vh;
}
.sayfa-ust:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.37) 73%, rgba(0, 0, 0, 0.37) 100%);
}
.sayfa-ust-text{
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 100%;
}
.sayfa-ust-text h1{
	font-size: 50px;
	color: #fff;
	font-weight: 400;
	text-align: center;
}
.hakkimizda-ust-text{
	display: flex;
	flex-direction: column;
	align-items: start;
}
.hakkimizda-ust-text h2{
	font-size: 45px;
	font-weight: bold;
	color: #242D3D;
	margin-bottom: 20px;
}
.hakkimizda-ust-text h2 span{
	display: block;
	color: #CA7C2E;
}
.hakkimizda-ust-text figure{
	margin-top: 20px;
}
.hakkimizda-ust-img figure{
	width: 100%;
}
.hakkimizda-ust-img figure img{
	width: 100%;
}
.hakkimizda-degerler{
	background: #1D1D1B;
}
.hakkimizda-degerler-box{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 40px;
	padding: 60px 25px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
	border-radius: 30px;
	transition: all 0.4s;
}
.hakkimizda-degerler-box:hover{
	box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px;
}
.hakkimizda-degerler-box h2{
	font-weight: bold;
	color: #242D3D;
	font-size: 35px;
}
.hakkimizda-degerler .sayfa-baslik h2{
	color: #fff;
}



.box-design-img{
	width: 50%;
}
.box-design-text{
	width: 50%;
	padding-right: 60px;
}
.box-design-icerik{
	display: flex;
	align-items: center;
}
.box-design-main .box-design-icerik:nth-child(2n) .box-design-text{
	padding-right: 0;
	padding-left: 60px;
}
.box-design-main .box-design-icerik:nth-child(2n){
	flex-direction: row-reverse;
}
.box-design-main .box-design-icerik{
	margin-bottom: 60px;
}
.box-design-main .box-design-icerik:last-child{
	margin-bottom: 0;
}
.box-design-main2 .box-design-icerik .box-design-text{
	padding-right: 0;
	padding-left: 60px;
}
.box-design-main2 .box-design-icerik:nth-child(2n) .box-design-text{
	padding-left: 0;
	padding-right: 60px;
}
.box-design-main2 .box-design-icerik:nth-child(2n){
	flex-direction: row-reverse;
}
.box-design-main2 .box-design-icerik{
	margin-bottom: 60px;
}
.box-design-main2 .box-design-icerik:last-child{
	margin-bottom: 0;
}
.box-design-img figure{
	width: 100%;
}
.box-design-img figure img{
	width: 100%;
	border-radius: 30px;
}
.box-design-main2 .box-design-img figure img{
	width: auto;
	margin: auto;
}
.box-design-text figure{
	margin-bottom: 20px;
}
.box-design-text figure img{
	max-width: 200px;
}
.box-design-text h2{
	font-size: 25px;
	font-weight: bold;
	color: #CA7C2E;
	margin-bottom: 20px;
}
.box-design-text h3{
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: bold;
	color: #242D3D;
}
.box-design-text p{
	font-size: 17px;
}
.tab_content-sayfa-menu {
	display: none;
}
@media screen and (max-width: 480px) {
	.tabs-sayfa-menu {
		display: none;
	}
}
.tabs-sayfa-menu{
	padding: 15px;
	background: #F3F3F3;
	border-radius: 30px;
}
.tabs-sayfa-menu li{
	padding: 25px 30px;
	border-bottom: 1px solid #000;
	cursor: pointer;
	transition: all 0.4s;
	font-size: 20px;
	font-weight: 500;
	background: transparent;
}
.tabs-sayfa-menu li:last-child{
	border-bottom: none;
}
.tabs-sayfa-menu li.active{
	color: #CA7C2E;
	transform: scale(1)!important;
}
.tabs-sayfa-menu li:hover{
	color: #CA7C2E;
	transform: scale(0.98);
}
.sayfa-menu .menu-box{
	background: #f7f7f7;
}
.menu-urun-ara{
	position: relative;
	display: flex;
	align-items: center;
}
.menu-urun-ara input{
	width: 100%;
	padding: 15px 15px 15px 55px;
	border: none;
	background: #F8F9FB;
	border-radius: 10px;
}
.menu-urun-ara button{
	background: transparent;
	color: #000;
	font-size: 18px;
	position: absolute;
	left: 15px;
}
.iletisim-box ul{
	display: flex;
	flex-wrap: wrap;
}
.iletisim-box ul li{
	width: 50%;
	display: flex;
	margin-bottom: 30px;
}
.iletisim-box ul li:nth-last-child(-n+2){
	margin-bottom: 0;
}
.iletisim-box-bilgiler{
	display: flex;
	flex-direction: column;
	align-items: start;
}
.iletisim-box ul li i{
	font-weight: bold;
	font-size: 22px;
	color: #1D1D1B;
	margin-right: 15px;
}
.iletisim-box-bilgiler span{
	font-weight: bold;
	font-size: 20px;
	color: #1D1D1B;
	margin-bottom: 5px;
}
.iletisim-box-bilgiler a{
	font-size: 17px;
	color: #000616;
}
.iletisim-box-bilgiler a:hover{
	text-decoration: underline;
}
.iletisim-box h3{
	font-size: 25px;
	color: #662638;
	font-weight: bold;
	margin: 35px 0;	
}
.iletisim-form h5{
	color: #4B5563;
	font-weight: 500;
}
.iletisim-form h4{
	color: #1D1D1B;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
}
.iletisim-box p{
	line-height: 24px;
	font-weight: 400;
}
.iletisim-box h4{
	color: #1D1D1B;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
}
.iletisim-box h5{
	color: #000;
	font-size: 25px;
	font-weight: bold;
	margin: 30px 0;
}
.iletisim-form input[type=text]{	
	padding: 15px 25px;
	background: #f0f0f0;
	text-align: left;
	color: #4B5563;
	font-size: 16px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	position: relative;
	height: 60px;
	border: none;
	width: 100%;
	font-weight: bold;
}

.iletisim-form input[type=checkbox]
{
	width:20px;
	height:20px;
}

.form-kvkk {
	gap:5px;
}

.form-kvkk p {
	line-height:20px;
}

.iletisim-form textarea{	
	font-weight: bold;
	padding: 15px 25px;
	background: #f0f0f0;
	text-align: left;
	color: #4B5563;
	font-size: 16px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	position: relative;
	height: 110px;
	border: none;
	width: 100%;
	resize: none;
}
.iletisim-form ul{	
	display: flex;
	flex-wrap: wrap;
}
.iletisim-form ul li{
	margin-right: 30px;
	width: calc(50% - 15px);
	margin-bottom: 20px;
}
.iletisim-form ul li:nth-child(2n){
	margin-right: 0;
}
.iletisim-form ul li:last-child{
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%!important;
}
.iletisim-form-btn{
	display: flex;
	justify-content: start;
	width: 100%;
	margin-top: 30px;
}
.sayfa-btn3{
	background: transparent;
	border: 1px solid #1D1D1B;
	color: #1D1D1B!important;
	font-size: 17px;
	font-weight: bold;
	padding: 20px 40px;
	text-decoration: none!important;
	border-radius: 100px;
	transition: all 0.4s;
	margin-top: 20px;
}
.sayfa-btn3:hover{
	background: #CA7C2E;
	border-color: #CA7C2E;
	color: #fff!important;
}

.iletisi-form-text h2{
	font-size: 70px;
	font-weight: 300;
}
.iletisi-form-text p{
	font-size: 25px;
	font-weight: 400;
}


.yol-tarifi-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  backdrop-filter: blur(3px);
}

.yol-tarifi-content {
  background: #fff;
  max-width: 600px;
  margin: 8% auto;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  position: relative;
  text-align: center;
  animation: slideDown 0.3s ease-out;
}

.yol-tarifi-content h2 {
  margin-bottom: 25px;
  font-size: 1.5rem;
  color: #222;
}

.yol-tarifi-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  color: #555;
}

.yol-tarifi-close:hover {
  color: #000;
}

.yol-tarifi-options {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.yol-card {
  flex: 1 1 120px;
  max-width: 140px;
  background: #f8f8f8;
  padding: 20px 15px;
  border-radius: 12px;
  text-decoration: none;
  color: #222;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

.yol-card img {
  max-width: 50px;
  margin-bottom: 10px;
}

.yol-card span {
  font-size: 0.95rem;
  font-weight: 500;
}

.yol-card:hover {
  background: #eaf4ff;
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

@keyframes slideDown {
  from {opacity: 0; transform: translateY(-20px);}
  to   {opacity: 1; transform: translateY(0);}
}
.go-top{
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 15px;
	bottom: 30px;
	background: #CA7C2E;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.anket-emoji img{
	width: 25px;
}
.anket-emoji img:last-child{
	display: none;
}
.emoji-scale > .form-check:nth-child(1) .anket-emoji:hover img{
    border: 3px solid #FF7C1A !important;
    border-radius: 50%;
}
.emoji-scale > .form-check:nth-child(2) .anket-emoji:hover img{
    border: 3px solid #FFD41D !important;
    border-radius: 50%;
}
.emoji-scale > .form-check:nth-child(3) .anket-emoji:hover img{
    border: 3px solid #A1DD3A !important;
    border-radius: 50%;
}
.emoji-scale input:checked+label .anket-emoji > img:first-child{
	display: none;
}
.emoji-scale input:checked+label .anket-emoji > img:last-child{
	display: block;
}





	@-webkit-keyframes come-in {
	  0% {
		-webkit-transform: translatey(100px);
				transform: translatey(100px);
		opacity: 0;
	  }
	  30% {
		-webkit-transform: translateX(-50px) scale(0.4);
				transform: translateX(-50px) scale(0.4);
	  }
	  70% {
		-webkit-transform: translateX(0px) scale(1.2);
				transform: translateX(0px) scale(1.2);
	  }
	  100% {
		-webkit-transform: translatey(0px) scale(1);
				transform: translatey(0px) scale(1);
		opacity: 1;
	  }
	}
	@keyframes come-in {
	  0% {
		-webkit-transform: translatey(100px);
				transform: translatey(100px);
		opacity: 0;
	  }
	  30% {
		-webkit-transform: translateX(-50px) scale(0.4);
				transform: translateX(-50px) scale(0.4);
	  }
	  70% {
		-webkit-transform: translateX(0px) scale(1.2);
				transform: translateX(0px) scale(1.2);
	  }
	  100% {
		-webkit-transform: translatey(0px) scale(1);
				transform: translatey(0px) scale(1);
		opacity: 1;
	  }
	}
	
	
	
	.form-kvkk {
	gap:5px;
}

.form-kvkk p {
	line-height:20px;
}

.form-kvkk label {
	display:flex;
	gap:5px;
}

.form-kvkk a {
line-height: 20px;
    font-weight: bold;
    color: #4B5563;
}

  .upload-box {
    border: 2px dashed #CA7C2E;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    background: #f8f9fa;
    transition: all 0.3s ease;
  }

  .upload-box:hover {
    background: #e9f3ff;
    border-color: #CA7C2E;
  }

  .upload-box i {
    font-size: 3rem;
    color: #CA7C2E;
    margin-bottom: 1rem;
  }

  .upload-box input[type="file"] {
    display: none;
  }

  .upload-box label {
    cursor: pointer;
    background-color: #CA7C2E;
    color: white;
    padding: 0.6rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    transition: background 0.3s ease;
  }

  .upload-box label:hover {
    background-color: #CA7C2E;
  }

  .file-list {
    margin-top: 1rem;
    text-align: left;
    font-size: 0.9rem;
  }

  .boyut-sayaci {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #6c757d;
  }
  

.file-list {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.file-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.file-list li:hover {
  background-color: #eef5ff;
  border-color: #b6d4fe;
}

.file-list li p {
  margin: 0;
  font-size: 0.95rem;
  color: #212529;
  flex-grow: 1;
}

.file-list li div:last-child {
  font-size: 0.85rem;
  color: #6c757d;
  margin-left: 0.75rem;
  white-space: nowrap;
}

.file-list li b {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.file-list .fa-check {
  color: #198754;
  background-color: #d1e7dd;
  border-radius: 50%;
  padding: 6px;
  font-size: 0.9rem;
}

.file-list .fa-times {
  color: #dc3545;
  background-color: #f8d7da;
  border-radius: 50%;
  padding: 6px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.file-list .fa-times:hover {
  background-color: #f1b0b7;
  transform: scale(1.1);
}

.file-list .kaydedildi {
  color: #198754;
  font-weight: 500;
  margin-right: 0.25rem;
}

.p-send {
	min-height:400px;
}


.popup {
  display: none;
  position: fixed;      
  top: 150px; 
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}


.popup-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  max-width: 700px;
  min-height:250px;
  display:flex;
     align-items: center;
    flex-direction: column;
    justify-content: center; 
  width: 90%;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  position: relative;
  animation: fadeIn 0.3s ease;
}

.popup-content h3{
	    font-size: 22px;
    margin-bottom: 20px;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #999;
  cursor: pointer;
}

.popup-close:hover {
  color: #333;
}

@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.9);}
  to {opacity: 1; transform: scale(1);}
}