@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

body {
     font-family: "Space Grotesk", sans-serif!important;
      background-color: #ffffff;
      margin: 0;
      padding: 0;
    }
a {
	color: #000000;
	text-decoration: none;

}
a:focus,active,hover {
	text-decoration: none;
		outline:none;
}

.loadingAjaxDialog {
	float: left;
	position: fixed;
	z-index: 9999999;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: none;
}


.loadingUploadDialog {
	float: left;
	position: fixed;
	z-index: 999;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: none;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.mobil-menu .menu-icerik{
	width: 100%;
}

.mobil-menu .menu-link{
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 15px 20px;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

.mobil-menu .menu-link i{
	font-size: 18px;
	width: 22px;
	text-align: center;
}

.WrapperBack {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1250px;
	width: 100%;
}
.bg-image-blue {
  background-image: url('img/bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.carnakit-header {
color: white;
}
.carnakit-header h1 {
font-size: 2rem;
}

.feature-box {
text-align: center;
padding: 20px;
}
.feature-box i {
font-size: 6rem;
color: #1d3557;
margin-bottom:10px;
margin-top:10px;
}
.steps-box {
text-align: center;
padding: 20px;
}

.steps-box i {
font-size: 3rem;
color: #1d3557;
margin-bottom:10px;
margin-top:10px;
}

.testimonial-box {
background: white;
padding: 20px;
border-radius: 8px;
margin: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.footer {
background-color: #102a43;
color: white;
text-align: center;
padding: 20px;
font-size: 0.9rem;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  margin: 40px 0;
}

.section-divider::before,
.section-divider::after {
  content: '';
  flex: 1;
  height: 2px;
  background-color: #1d3557; /* çizgi rengi */
}

.section-divider span {
  background: white;
  color: #1d3557; /* yazı ve ikon rengi */
  padding: 6px 20px;
  font-weight: bold;
  font-size: 1rem;
  border: 2px solid #1d3557;
  border-radius: 6px;
  margin: 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

taxi-banner {
  background-color: #1b1b1b;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 60px;
  position: relative;
  overflow: hidden;
}

.taxi-content {
  max-width: 50%;
  z-index: 2;
}

.taxi-content h1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
}

.taxi-content h1 span {
  color: #f4a300; /* Sarı ton */
}

.taxi-content p {
  margin: 20px 0;
  color: #bbb;
  font-size: 1.1rem;
}

.call-box {
  display: flex;
  align-items: center;
  background-color: #333;
  padding: 10px 20px;
  border-radius: 8px;
  gap: 15px;
  width: fit-content;
}

.call-box .icon {
  background-color: #f4a300;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
}

.call-box .label {
  font-size: 0.9rem;
  color: #ccc;
}

.call-box .number {
  font-size: 1.4rem;
  font-weight: bold;
  color: #f4a300;
}

/* Görsel */
.taxi-image img {
  max-height: 400px;
}

/* Animasyonlar */
.animate-text {
  opacity: 0;
  transform: translateY(-30px);
  animation: fadeSlideDown 1s forwards;
}

.delay {
  animation-delay: 0.5s;
}
.delay-2 {
  animation-delay: 1s;
}

.animate-man {
  opacity: 0;
  transform: translateX(100%);
  animation: slideInRight 1.2s ease forwards;
  animation-delay: 1.5s;
}

@keyframes fadeSlideDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.carnakit-header {
  font-family: 'Segoe UI', sans-serif;
}

.carnakit-header .topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  background-color: #fff;
}

.carnakit-header .topbar-left img {
  height: 50px;
}

.carnakit-header .topbar-right {
  display: flex;
  gap: 30px;
  font-size: 14px;
  align-items: center;
}

.carnakit-header .topbar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  
  }
.carnakit-header .topbar-item span{
font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #666;
  display: block;
}

.carnakit-header .topbar-item i {
  color: #f4a300;
  font-size: 18px;
}

.carnakit-header .topbar-item b {
  font-size: 16px;
  color: #000;
}
.carnakit-navbar-bg{
  background-color: #ffa100;
}
.carnakit-navbar {
  display: flex;
  align-items: center;
  font-family: 'Segoe UI', sans-serif;
  padding: 0;
  height: 60px;
}

.carnakit-navbar .nav-links {
  display: flex;
  gap: 30px;
  margin-left: 60px;
  flex: 1;
}

.carnakit-navbar .nav-links a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  position: relative;
}

.carnakit-navbar .nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.carnakit-navbar .nav-icons {
  display: flex;
  align-items: center;
  background-color: #ffa100;
  border-left: 1px solid rgba(255,255,255,0.2);
  height: 100%;
}

.carnakit-navbar .nav-icons i {
  color: white;
  font-size: 18px;
  padding: 0 15px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
}

.carnakit-navbar .book-btn {
  background-color: #1d1d1d;
  color: white;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  border: none;
  font-size: 15px;
}

.tramer-div{
	display:block;
	width:237px;
	height:350px;
	float:left;
	background-image: url('img/1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.carnakit-form {
      display: flex;
      background: #f9f9f9;
      padding: 40px;
      max-width: 1200px;
      margin: 0 auto;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .carnakit-form .steps {
      width: 300px;
      padding-right: 30px;
      border-right: 2px solid #eee;
    }

    .carnakit-form .steps .step {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #888;
	position: relative;
    }
    .carnakit-form .steps .step .uyari{
	position: absolute;
	z-index: 1;
	top: 25px;
	right: 0px;
	width: 100%;
	font-size: 11px;
	color: #F00;
	padding-left: 35px;
}
    .carnakit-form .steps .step.active {
      color: #1d3557;
    }

    .carnakit-form .steps .step .circle {
      width: 25px;
      height: 25px;
      border-radius: 50%;
      background-color: #ccc;
      color: #fff;
      text-align: center;
      line-height: 25px;
      margin-right: 10px;
      font-size: 14px;
    }

    .carnakit-form .steps .step.active .circle {
      background-color: #f4a300;
    }

    .carnakit-form  .form-area {
      flex: 1;
      padding-left: 30px;
    }

    .carnakit-form  .form-area .info-box {
      background-color: #eee;
      padding: 15px;
      font-size: 14px;
      color: #333;
      border-radius: 4px;
      margin-bottom: 30px;
      text-align: center;
    }

    .carnakit-form .adim1 .form-group {
      display: flex;
      gap: 20px;
      margin-bottom: 20px;
    }
	
 .carnakit-form .adim1 .form-group  .loading-spinner {
		position: absolute;
		  right: 30px;
		  top: 35px;
		  z-index: 10;
		}

    .carnakit-form .adim1 label {
      font-size: 14px;
      margin-bottom: 5px;
      display: block;
    }

    .carnakit-form .adim1 select,
    .carnakit-form .adim1 input {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 14px;
	   background-color: #ffffff;
    }

    .submit-btn {
      background-color: #1d3557;
      color: white;
      border: none;
      padding: 14px 20px;
      font-size: 16px;
      font-weight: bold;
      border-radius: 4px;
      width: 100%;
      margin-top: 20px;
      cursor: pointer;
    }

    .submit-btn:hover {
      background-color: #143049;
    }
.is-invalid {
  border-color: #dc3545!important;
}


.parca_tablosu {
  border-collapse: collapse;
  font-family: sans-serif;
  font-size: 14px;
  margin-right: 30px;
}

.parca_tablosu th,
.parca_tablosu td {
  padding: 6px 10px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size:0.75rem;
}

.parca_tablosu th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.parca_tablosu td:first-child {
  text-align: left;
  white-space: nowrap;
}
.durum-gosterge-kapsayici {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.durum-gosterge {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: sans-serif;
  font-size: 14px;
}

.gosterge-daire {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}

.gosterge-boyali {
  background-color: #fdd835;
}

.gosterge-degismis {
  background-color: #d50032;
}

.parca-menu {
  position: absolute;
  display: none;
  z-index: 1000;
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.parca-menu .parca-ok {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  position: absolute;
  top: -8px;
  left: 20px;
}

.parca-menu .parca-icerik {
  padding: 10px 12px;
  min-width: 120px;
}

.parca-menu .parca-baslik {
  font-weight: bold;
  margin-bottom: 6px;
}

.parca-menu .parca-secim {
  display: flex;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
  font-size: 13px;
}

.parca-menu .parca-secim:hover {
  background: #f8f8f8;
  border-radius: 4px;
}

.parca-menu .renk-kutu {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  margin-right: 6px;
  border: 1px solid #ccc;
}

.parca-menu .parca-secim.orjinal .renk-kutu { background: #fff; }
.parca-menu .parca-secim.boyali .renk-kutu { background: #d50032; }
.parca-menu .parca-secim.degismis .renk-kutu { background: #fdd835; }

.arac_katman {
	position: relative;
	width: 237px;
	height: 350px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/1.png);
}


.arac_katman .bolge {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;  
}
.arac_katman .bolge_1{
	width: 45px;
	height: 45px;
	top: 241px;
	left: 184px;
}
.arac_katman .bolge_1:hover{
	background-image: url(img/trammer/1_1.png);	
}
.arac_katman .boyali_1{
	background-image: url(img/trammer/1_2.png);	
}

.arac_katman .degisen_1{
	background-image: url(img/trammer/1_3.png);	
}



.arac_katman .bolge_2{
	width: 71px;
	height: 29px;
	top: 252px;
	left: 82px;
}
.arac_katman .bolge_2:hover{
	background-image: url(img/trammer/2_1.png);	
}
.arac_katman .boyali_2{
	background-image: url(img/trammer/2_2.png);	
}

.arac_katman .degisen_2{
	background-image: url(img/trammer/2_3.png);	
}





.arac_katman .bolge_3{
	width: 45px;
	height: 45px;
	top: 241px;
	left: 7px;
}
.arac_katman .bolge_3:hover{
	background-image: url(img/trammer/3_1.png);	
}
.arac_katman .boyali_3{
	background-image: url(img/trammer/3_2.png);	
}

.arac_katman .degisen_3{
	background-image: url(img/trammer/3_3.png);	
}


.arac_katman .bolge_4{
	width: 51px;
	height: 48px;
	top: 196px;
	left: 175px;
}
.arac_katman .bolge_4:hover{
	background-image: url(img/trammer/4_1.png);	
}
.arac_katman .boyali_4{
	background-image: url(img/trammer/4_2.png);	
}

.arac_katman .degisen_4{
	background-image: url(img/trammer/4_3.png);	
}


.arac_katman .bolge_5{
	width: 51px;
	height: 53px;
	top: 142px;
	left: 175px;
}
.arac_katman .bolge_5:hover{
	background-image: url(img/trammer/5_1.png);	
}
.arac_katman .boyali_5{
	background-image: url(img/trammer/5_2.png);	
}

.arac_katman .degisen_5{
	background-image: url(img/trammer/5_3.png);	
}



.arac_katman .bolge_6{
	width: 51px;
	height: 60px;
	top: 172px;
	left: 92px;
}
.arac_katman .bolge_6:hover{
	background-image: url(img/trammer/6_1.png);	
}
.arac_katman .boyali_6{
	background-image: url(img/trammer/6_2.png);	
}

.arac_katman .degisen_6{
	background-image: url(img/trammer/6_3.png);	
}



.arac_katman .bolge_7{
	width: 51px;
	height: 49px;
	top: 195px;
	left: 10px;
}
.arac_katman .bolge_7:hover{
	background-image: url(img/trammer/7_1.png);	
}
.arac_katman .boyali_7{
	background-image: url(img/trammer/7_2.png);	
}

.arac_katman .degisen_7{
	background-image: url(img/trammer/7_3.png);	
}


.arac_katman .bolge_8{
	width: 53px;
	height: 53px;
	top: 142px;
	left: 10px;
}
.arac_katman .bolge_8:hover{
	background-image: url(img/trammer/8_1.png);	
}
.arac_katman .boyali_8{
	background-image: url(img/trammer/8_2.png);	
}

.arac_katman .degisen_8{
	background-image: url(img/trammer/8_3.png);	
}


.arac_katman .bolge_9{
	width: 37px;
	height: 64px;
	top: 77px;
	left: 195px;
}
.arac_katman .bolge_9:hover{
	background-image: url(img/trammer/9_1.png);	
}
.arac_katman .boyali_9{
	background-image: url(img/trammer/9_2.png);	
}

.arac_katman .degisen_9{
	background-image: url(img/trammer/9_3.png);	
}

.arac_katman .bolge_10{
	width: 70px;
	height: 60px;
	top: 79px;
	left: 83px;
}
.arac_katman .bolge_10:hover{
	background-image: url(img/trammer/10_1.png);	
}
.arac_katman .boyali_10{
	background-image: url(img/trammer/10_2.png);	
}

.arac_katman .degisen_10{
	background-image: url(img/trammer/10_3.png);	
}



.arac_katman .bolge_11{
	width: 37px;
	height: 64px;
	top: 76px;
	left: 5px;
}
.arac_katman .bolge_11:hover{
	background-image: url(img/trammer/11_1.png);	
}
.arac_katman .boyali_11{
	background-image: url(img/trammer/11_2.png);	
}

.arac_katman .degisen_11{
	background-image: url(img/trammer/11_3.png);	
}





.arac_katman .bolge_12{
	width: 98px;
	height: 31px;
	top: 19px;
	left: 69px;
}
.arac_katman .bolge_12:hover{
	background-image: url(img/trammer/12_1.png);	
}
.arac_katman .boyali_12{
	background-image: url(img/trammer/12_2.png);	
}

.arac_katman .degisen_12{
	background-image: url(img/trammer/12_3.png);	
}

.arac_katman .bolge_13{
	width: 98px;
	height: 31px;
	top: 301px;
	left: 69px;
}
.arac_katman .bolge_13:hover{
	background-image: url(img/trammer/13_1.png);	
}
.arac_katman .boyali_13{
	background-image: url(img/trammer/13_2.png);	
}

.arac_katman .degisen_13{
	background-image: url(img/trammer/13_3.png);	
}




.kat-menu .title{
	font-size: 15px;
	line-height: 50px;
	font-weight: 700;
	color: #FFF;
	background-color: #F90;
	display: block;
	margin: 0px;
	float: left;
	height: 50px;
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	background-image: url(img/cat.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-size: 18px;
	padding-left: 45px;
	font-family: "Open Sans", sans-serif;
}
.kat-menu .liste{
	background-color: #FFF;
	display: block;
	margin: 0px;
	padding: 5px;
	float: left;
	width: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
	font-family: "Source Sans Pro", sans-serif;
}

.kat-menu .liste a{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	color: #333;
}
.kat-menu .liste a:hover{
	color: #F90;
}
.kat-menu .liste .ust{
	font-weight: bold;
	padding-left: 20px;
	background-image: url(img/dot.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 12px;
}
.kat-menu .liste .alt {
	padding-left: 20px;
	color: #75716C;
}
.kat-menu .liste .link {
	padding-left: 25px;
	color: #75716C;
	line-height: 38px;
	background-image: url(img/arrow-right-siyah.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
.kat-menu .liste .alt:hover{
	color: #F90;
}


.fullClass{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.btn-tema {
  background-color: #f77f00;
  color: #fff;
  border: none;
}

.btn-tema:hover,
.btn-tema:focus {
  background-color: #e36400;
  color: #fff;
}

.btn-tema:disabled {
  background-color: #fbbd74;
  color: #fff;
  opacity: 0.65;
}

.text-white{
	color:#ffffff!important;
}

a:hover{
	text-decoration: none;
}

.open>.dropdown-toggle.btn-sari, .btn-sari.active, .btn-sari:active{
	color:#fff;
	background-color:#F0DE00;
	border-top-color: #FFEF28;
	border-right-color: #FFEF28;
	border-bottom-color: #FFEF28;
	border-left-color: #FFEF28;
}.btn-success:active:focus, .open>.dropdown-toggle.btn-sari.focus, .open>.dropdown-toggle.btn-sari:focus, .open>.dropdown-toggle.btn-sari:hover, .btn-sari.active.focus, .btn-sari.active:hover, .btn-sari:active.focus, .btn-sari:active:hover, .btn-sari.active:focus{
	color:#fff;
	background-color:#F0DE00;
	border-top-color: #AEA200;
	border-right-color: #AEA200;
	border-bottom-color: #AEA200;
	border-left-color: #AEA200;
}.open>.dropdown-toggle.btn-sari, .btn-sari.active, .btn-sari:active{background-image:none}.btn-success[disabled].focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:focus, .btn-sari.disabled.focus, .btn-sari.disabled:hover, .btn-sari.disabled:focus, .btn-sari[disabled]:focus, fieldset[disabled] .btn-sari.focus, fieldset[disabled] .btn-sari:hover{
	background-color:#FFF580;
	border-top-color: #F0DE00;
	border-right-color: #F0DE00;
	border-bottom-color: #F0DE00;
	border-left-color: #F0DE00;
}






.btn-standart {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}



.btn-standart:hover,
.btn-standart:active,
.btn-standart.active,
.btn-standart.disabled,
.btn-standart[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-standart:active,
.btn-standart.active {
  background-color: #cccccc \9;
}

.btn-standart:first-child {
  *margin-left: 0;
}

.btn-standart:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn-standart:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


.dropdown-menu{
	background-color: #FFFFFF;
}
.dropdown-menu .hr {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.dropdown-menu .solid{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	}
.dropdown-menu .a-bold{
	float: left;
	width: 100%;
	font-size: 13px;
	color: #000000;
	padding-right: 0px;
	padding-left: 10px;
	line-height: 35px;
	margin: 0px;
}
.dropdown-menu .title{
	float: left;
	width: 100%;
	font-size: 13px;
	color: #000000;
	padding-right: 0px;
	padding-left: 10px;
	line-height: 35px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.dropdown-menu .a-bold:hover{
	background-color:#17a2b8;
	
}

.dropdown-menu-left::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%; /* position */
    position: absolute;
    top: -8px;
}

.dropdown-menu-left::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%; /* position */
    position: absolute;
    top: -7px;
}

.dropdown-menu-right::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 5%; /* position */
    position: absolute;
    top: -8px;
}

.dropdown-menu-right::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 5%; /* position */
    position: absolute;
    top: -7px;
}


.reference-details {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 20px;
}

.btn-outline-light {
	border: 1px solid #ffffff;
	color: #ffffff;
	transition: all 0.3s;
}

.btn-outline-light:hover {
	background-color: #ffffff;
	color: #1c1c1c;
}

.btn-primary {
	background-color: #9ac83c;
	border: none;
}

.bg-artiz{
	background-color: #4a53ee;
}

.btn-primary:hover {
	background-color: #82b131;
}

.reference-logo {
	width: 150px;
	margin-bottom: 20px;
}

.reference-logo {
	transition: transform 0.3s, filter 0.3s;
	filter: grayscale(100%);
}
.reference-logo:hover {
	transform: scale(1.1);
	filter: grayscale(0%) brightness(150%);
}
.reference-container {
	background-color: #0B1723;
	padding: 50px 0;
}
.reference-container .col-md-3 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-section {
	background-color: #4a53ee;
	border-radius: 20px;
	padding: 40px;
}

.custom-section h2 {
	color: #ffffff;
	font-weight: 700;
}

.custom-section h2 span {
	color: #9ac83c;
}

.custom-section p {
	color: #d3d3d3;
	margin-bottom: 30px;
}

.stats-card {
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}

.stats-card h3 {
	margin: 0;
	font-weight: 700;
	font-size: 1.5rem;
}

.stats-card p {
	margin: 0;
	font-size: 0.9rem;
	color: #d3d3d3;
}

.phone-image {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Animasyona özel sınıflar */
.animation-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}

.animation-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 60px;
}

.animation-text-content {
	flex: 1;
	max-width: 500px;
}

.animation-text-content h2 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.animation-text-content p {
	font-size: 1rem;
	line-height: 1.6;
	color: #d3d3d3;
}

.animated-image-wrapper {
	position: relative;
	width: 250px; /* Genişlik artırıldı */
	height: 250px; /* Yükseklik artırıldı */
	flex-shrink: 0;
	border: 11px solid #0B1723; /* Border eklendi */
	border-radius: 50%;
	padding: 10px; /* Görsel ve çerçeve arasındaki boşluk */
	box-sizing: border-box;
}

.animated-image {
	width: 300px;
	  height: 300px;
	border-radius: 50%;
	z-index: 2;
	position: relative;
}

.animated-image-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	border: 4px solid transparent;
	border-top: 4px solid #4a53ee; /* Mavi renk */
	border-right: 4px solid #0a0f1f; /* Siyah renk */
	animation: spin-animation 2s linear infinite;
	z-index: 1;
	transform: translate(-10px, -10px); /* Animasyonu hizalamak için */
}

@keyframes spin-animation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.fotor-back{
		background-color:black;
}





.footer-bottom {
	text-align: center;
	padding: 20px;
	font-size: 0.8rem;
	border-top: 1px solid #a1a7af;
	margin-top: 40px;
}

.social-icons {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 10px;
}

.social-icons a {
	font-size: 1.2rem;
	color: #a1a7af;
	text-decoration: none;
}

.social-icons a:hover {
	color: #ffffff;
}


.water-image{
	width: 100%;
	height:100vh;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;

}

.water-image .text-1{
	font-size: 4rem;
  font-family: "Anton", sans-serif;
  	font-weight: 400;
	font-style: normal;
	margin-top: 10%;
}

.water-image .text-2{
	font-size: 1rem;
  font-family: "Anton", sans-serif;	font-weight: 400;
	font-style: normal;
	text-transform: none!important;
}
.menu-div-list a{
	display: block;
	margin: 0px;
	padding: 0px;
		
}
.menu-div-list .a2{
	width: 100%;
	padding-left: 15px;
	font-size: 0.85rem;
	line-height: 30px;
	color: rgba(153, 175, 194, 1) !important
}
.menu-div-list .a2:hover{
	text-decoration: underline;
}



.bg-white {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important; /* Bootstrap’te kullanılan border rengi */
  border-radius: 0.25rem; /* Opsiyonel: Hafif köşe yumuşatma */
  padding: 1rem; /* Opsiyonel: İç boşluk */
}


.fs-sm-1 {
	font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-sm-2 {
	font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-sm-3 {
	font-size: calc(1.26rem + 0.12vw) !important;
}
.fs-sm-4 {
	font-size: 1.25rem !important;
}
.fs-sm-5 {
	font-size: 1.15rem !important;
}
.fs-sm-6 {
	font-size: 1.075rem !important;
}
.fs-sm-7 {
	font-size: 0.95rem !important;
}
.fs-sm-8 {
	font-size: 0.85rem !important;
}
.fs-sm-9 {
	font-size: 0.75rem !important;
}
.fs-sm-10 {
	font-size: 0.5rem !important;
}
.fs-sm-sm {
	font-size: 0.95rem !important;
}
.fs-sm-base {
	font-size: 1rem !important;
}
.fs-sm-lg {
	font-size: 1.075rem !important;
}
.fs-sm-xl {
	font-size: 1.21rem !important;
}
.fs-sm-fluid {
	font-size: 100% !important;
}
.fs-sm-2x {
	font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-sm-2qx {
	font-size: calc(1.35rem + 1.2vw) !important;
}
.fs-sm-2hx {
	font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-sm-2tx {
	font-size: calc(1.4rem + 1.8vw) !important;
}
.fs-sm-3x {
	font-size: calc(1.425rem + 2.1vw) !important;
}
.fs-sm-3qx {
	font-size: calc(1.45rem + 2.4vw) !important;
}
.fs-sm-3hx {
	font-size: calc(1.475rem + 2.7vw) !important;
}
.fs-sm-3tx {
	font-size: calc(1.5rem + 3vw) !important;
}
.fs-sm-4x {
	font-size: calc(1.525rem + 3.3vw) !important;
}
.fs-sm-4qx {
	font-size: calc(1.55rem + 3.6vw) !important;
}
.fs-sm-4hx {
	font-size: calc(1.575rem + 3.9vw) !important;
}
.fs-sm-4tx {
	font-size: calc(1.6rem + 4.2vw) !important;
}
.fs-sm-5x {
	font-size: calc(1.625rem + 4.5vw) !important;
}
.fs-sm-5qx {
	font-size: calc(1.65rem + 4.8vw) !important;
}
.fs-sm-5hx {
	font-size: calc(1.675rem + 5.1vw) !important;
}
.fs-sm-5tx {
	font-size: calc(1.7rem + 5.4vw) !important;
}
.fs-sm-6x {
	font-size: calc(1.725rem + 5.7vw) !important;
}
.fs-sm-6qx {
	font-size: calc(1.75rem + 6vw) !important;
}
.fs-sm-6hx {
	font-size: calc(1.775rem + 6.3vw) !important;
}
.fs-sm-6tx {
	font-size: calc(1.8rem + 6.6vw) !important;
}
.fs-sm-7x {
	font-size: calc(1.825rem + 6.9vw) !important;
}
.fs-sm-7qx {
	font-size: calc(1.85rem + 7.2vw) !important;
}
.fs-sm-7hx {
	font-size: calc(1.875rem + 7.5vw) !important;
}
.fs-sm-7tx {
	font-size: calc(1.9rem + 7.8vw) !important;
}

.td-bg-gray{
	background-color: #F2F2F2;
}
.cursor-pointer{
	cursor: pointer;
}

.alert-heading{
	font-size: 1.11rem !important;
	font-weight:600;
}

.display-none{
	display:none;
}
.display-block{
	display:block;
	}	


.outline-none:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.text-gray{
	color:gray;
}


.fs-semibold {
    font-weight: 600 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}


.card {
    --bs-card-spacer-y: 30px;
    --bs-card-spacer-x: 30px;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: #29343d;
    --bs-card-subtitle-color: #98A4AE;
    --bs-card-border-width: 0px;
    --bs-card-border-color: #ebf1f6;
    --bs-card-border-radius: 12px;
    --bs-card-box-shadow: 0px 2px 4px -1px rgba(175, 182, 201, 0.2);
    --bs-card-inner-border-radius: 12px;
    --bs-card-cap-padding-y: 15px;
    --bs-card-cap-padding-x: 30px;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    box-shadow: var(--bs-card-box-shadow);
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
}

h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: normal !important;
}
.h5, h5 {
    font-size: 1.125rem;
}

.card-subtitle {
    font-size: 15px;
    line-height: 24px;
}
.lh-base {
    line-height: 1.5 !important;
}
.card-subtitle {
    margin-top: calc(-.5* var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color);
}

.gap-9 {
    gap: 20px !important;
}

.mt-2 {
    margin-top: .5rem !important;
}
.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}

.round-48 {
    width: 48px;
    height: 48px;
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important;
}

.rounded-tab{
	border-radius:5px 5px 0px 0px;
}

.border-right{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;	
}

.border-left{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;	
}

.border-top{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;	
}
.bg-gray-light{
	background-color: #F7F7F7;
}


.btn-sosyal{
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 50px;
	background-size:32px;
}
.sosyal-trendyol{
	background-image: url(image/sosyal/trendyol.png);
}


.text-italic{
	font-style: italic;
}

.image.is-1by3 .has-ratio, .modal, .modal-background, .is-overlay, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
  background-color:#fff;
  border-radius:10px;
}

@media screen and (min-width: 769px) {
  .modal-content,.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: white;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 5px;
  position: relative;
}

.modal-card-head {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
header{
	padding:0px;
	margin:0px;
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding-left: 10px;  
  padding-right: 10px;  
  
}


.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.modal-close::before, .delete::after, .modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.modal-close::before {
  height: 2px;
  width: 50%;
}

.modal-close::after {
  height: 50%;
  width: 2px;
}

.modal-close:hover, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}


.select select
 {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;

}
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active{
  outline: none;
}

.select select[disabled], .select select,
.select fieldset[disabled] select {
  cursor: not-allowed;
}

.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.select.is-loading::after{
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.select select {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}


.select select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

 .select select:hover, .select select.is-hovered {
  border-color: #b5b5b5;
}

.select select:focus, .select select.is-focused, .select select.is-active {
  border-color: #485fc7;
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

.select select[disabled],
fieldset[disabled] .select select,
.select fieldset[disabled] select {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

.select select[disabled]::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder,
.select fieldset[disabled] select::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
.select fieldset[disabled] select::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
 .select select[disabled]:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder,
.select fieldset[disabled] select:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder,
.select fieldset[disabled] select:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}


.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple) {
  height: 2.5em;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #485fc7;
  right: 1.125em;
  z-index: 4;
}

.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}

.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

.select select::-ms-expand {
  display: none;
}

.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}

.select select:not([multiple]) {
  padding-right: 2.5em;
}

.select select[multiple] {
  height: auto;
  padding: 0;
}

.select select[multiple] option {
  padding: 0.5em 1em;
}

.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}

.select.is-white:not(:hover)::after {
  border-color: white;
}

.select.is-white select {
  border-color: white;
}

.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

.select.is-black select {
  border-color: #0a0a0a;
}

.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}

.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}

.select.is-light select {
  border-color: whitesmoke;
}

.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}

.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.select.is-dark:not(:hover)::after {
  border-color: #363636;
}

.select.is-dark select {
  border-color: #363636;
}

.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}

.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.select.is-primary:not(:hover)::after {
  border-color: #00d1b2;
}

.select.is-primary select {
  border-color: #00d1b2;
}

.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #00b89c;
}

.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.select.is-link:not(:hover)::after {
  border-color: #485fc7;
}

.select.is-link select {
  border-color: #485fc7;
}

.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #3a51bb;
}

.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

.select.is-info:not(:hover)::after {
  border-color: #3e8ed0;
}

.select.is-info select {
  border-color: #3e8ed0;
}

.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #3082c5;
}

.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}

.select.is-success:not(:hover)::after {
  border-color: #48c78e;
}

.select.is-success select {
  border-color: #48c78e;
}

.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #3abb81;
}

.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}

.select.is-warning:not(:hover)::after {
  border-color: #ffe08a;
}

.select.is-warning select {
  border-color: #ffe08a;
}

.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ffd970;
}

.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}

.select.is-danger:not(:hover)::after {
  border-color: #f14668;
}

.select.is-danger select {
  border-color: #f14668;
}

.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #ef2e55;
}

.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.select.is-medium {
  font-size: 1.25rem;
}

.select.is-large {
  font-size: 1.5rem;
}

.select.is-disabled::after {
  border-color: #7a7a7a !important;
  opacity: 0.5;
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}

.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}

.select.is-loading.is-small:after {
  font-size: 0.75rem;
}

.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.select.is-loading.is-large:after {
  font-size: 1.5rem;
}


.dialogTitle{
	font-size: 17px;
	line-height: 40px;
	color: #000;
	display: block;
	float: left;
	height: 50px;
	width: 100%;
	background-size : 24px;
	background-color: #F0F0F0;
	position: relative;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.dialogTitle .kapat{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px
	z-index: 2;
	top: 5px;
	right: 5px;
	position: absolute;
	background-image: url(svg/kapat-oval-siyah.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
	width: 40px;
}

.sozlesme-secenekleri .kvkk-box {
	  font-family: Arial, sans-serif;
	  font-size: 14px;
	  color: #333;
	  display: flex;
	  flex-direction: column;
	  gap: 10px;
	  max-width: 600px;
	}

	.sozlesme-secenekleri .checkbox-container {
	  display: flex;
	  align-items: flex-start;
	  background: #f7f7f7;
	  padding: 10px;
	  border: 1px solid #ddd;
	  border-radius: 5px;
	  position: relative;
	  gap: 10px;
	}

	.sozlesme-secenekleri .checkbox-container input[type="checkbox"] {
	  appearance: none;
	  width: 18px;
	  height: 18px;
	  border: 1px solid #999;
	  border-radius: 3px;
	  position: relative;
	  margin-top: 3px;
	  cursor: pointer;
	}

	.sozlesme-secenekleri .checkbox-container input[type="checkbox"]:checked::after {
	  content: "";
	  position: absolute;
	  left: 6px;

	  top: 2px;
	  width: 6px;
	  height: 12px;
	  border: solid #000;
	  border-width: 0 2px 2px 0;
	  transform: rotate(45deg);
	}

	.sozlesme-secenekleri .checkbox-container span:last-child {
	  flex: 1;
	  line-height: 1.4;
	}
	
	.car-offer-box {
	  background: #fff;
	  width: 100%;
	  margin: auto;
	  border: 1px solid #eee;
	}

	.car-details {
	  padding: 16px;
	  display: flex;
	  align-items: center;
	  gap: 12px;
	}

	.car-logo {
	  width: 32px;
	  height: auto;
	}

	.car-title {
	  font-weight: bold;
	  font-size: 16px;
	}

	.car-meta {
	  font-size: 14px;
	  color: #777;
	  margin-left: auto;
	}

	.offer-section {
	  padding: 24px 16px;
	  background: linear-gradient(to right, #e0f1ff, #c6e7ff);
	  text-align: center;
	  position: relative;
	}

	.offer-label {
	  font-size: 16px;
	  color: #333;
	  margin-bottom: 8px;
	}

	.offer-price {
	  font-size: 48px;
	  font-weight: bold;
	  color: #007bff;
	}

.tarih-secim-container {
  display: flex;
  gap: 10px;
}

.tarih-kart {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 250px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tarih-kart input[type="radio"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-bottom: 10px;
  position: relative;
}

.tarih-kart input[type="radio"]:checked {
  border-color: #e4003a;
  background-color: #e4003a;
}

.tarih-kart input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}

.tarih-icerik strong {
  font-size: 14px;
  color: #000;
}

.tarih-icerik span {
  font-size: 13px;
  color: #666;
}

.tarih-kart input[disabled] + .tarih-icerik strong,
.tarih-kart input[disabled] + .tarih-icerik span {
  color: #ccc;
}

.tarih-kart input[disabled] {
  border-color: #ccc;
  background-color: #f0f0f0;
  cursor: not-allowed;
}

.randevu-ekrani { max-width: 720px; margin: 24px auto; }
.randevu-ekrani .baslik { font-weight: 700; letter-spacing: .2px; }
.randevu-ekrani .onay-ikon {
	width: 72px; height: 72px; border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
}
.randevu-ekrani .etiket { font-weight: 600; }
.randevu-ekrani .detay-card { border: 0; box-shadow: 0 10px 24px rgba(0,0,0,.07); border-radius: 16px; }
.randevu-ekrani .btn-grup a { min-width: 160px; }

.carnakit-faq{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
    max-width:1100px;
    margin:0 auto;
    padding:16px;
    box-sizing:border-box;
}

.carnakit-faq .cf-title{
    font-size:22px;
    margin-bottom:16px;
}
.cn-faq{
    width:100%;
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    box-sizing:border-box;
}

.cn-item{
    border-bottom:1px solid #ddd;
}

.cn-question{
    padding:14px 10px;
    font-size:16px;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.cn-question .icon{
    font-size:20px;
    transition:0.2s;
}

.cn-answer{
    display:none;
    padding:10px;
    font-size:14px;
    color:#444;
    background:#fafafa;
    line-height:1.5;
}

.cn-item.active .cn-question .icon{
    transform:rotate(45deg); /* + işareti x işaretine döner */
}

.men-div-back {
      background-color: #161616;
    
    }
    .men-div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      overflow: hidden;
    }

    .men-div .text-area {
      max-width: 50%;
      animation: men-div-fadeInUp 1s ease-out forwards;
      opacity: 0;
    }

    .men-div .text-area h1 {
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.3;
      margin: 0;
      color: #ffffff;
    }

    .men-div .text-area h1 span {
      color: #f4a300;
    }

    .men-div .text-area p {
      margin: 20px 0;
      font-size: 1.1rem;
      color: #ccc;
    }

    .men-div .call-box {
      display: flex;
      align-items: center;
      background-color: #2c2c2c;
      padding: 12px 20px;
      border-radius: 8px;
      gap: 12px;
      width: fit-content;
      margin-top: 20px;
      animation: men-div-fadeInUp 1.4s ease-out forwards;
      opacity: 0;
    }

    .men-div .call-box .icon {
      background-color: #f4a300;
      padding: 10px;
      border-radius: 4px;
      color: #fff;
      font-size: 1.2rem;
    }

    .men-div .call-box .text {
      display: flex;
      flex-direction: column;
    }

    .men-div .call-box .label {
      font-size: 0.9rem;
      color: #ccc;
    }

    .men-div .call-box .number {
      font-size: 1.4rem;
      font-weight: bold;
      color: #f4a300;
    }

    .men-div .image-area {
      max-width: 40%;
      animation: men-div-slideInRight 1.5s ease-out forwards;
      opacity: 0;
    }

    .men-div .image-area img {
      max-width: 100%;
      height: auto;
    }

    @keyframes men-div-fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes men-div-slideInRight {
      from {
        opacity: 0;
        transform: translateX(100px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @media (max-width: 768px) {
      .men-div {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
      }

      .men-div .text-area,
      .men-div .image-area {
        max-width: 100%;
      }
    }