﻿/* Scrollbar styles */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px grey; 
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: #1fb1c4; 
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #212529; 
}

html {
  scroll-behavior: smooth;
}

/* Typography and element styles */
.h2-yazi, .h3-yazi, .p-yazi, .ul-yazi, .li-yazi {
  margin-bottom: 20px !important;
}

.h2-yazi {
  font-size: 16px !important;
  color: #1c1121 !important;
}

.h3-yazi {
  font-size: 14px !important;
  color: #1c1121 !important;
}

.h4-yazi {
  font-size: 12px !important;
  color: #1c1121 !important;
}

ul.ul-yazi {
  list-style-type: square !important;
  padding-left: 20px !important;
  color: #6c6c6c !important;
  font-weight: normal !important; /* Bu satÄ±rÄ± ekledim */
  font-weight: 300 !important;
}

li.li-yazi {
  margin-bottom: 10px !important;
  color: #6c6c6c !important;
  list-style-type: square !important;
  font-weight: normal !important; /* Bu satÄ±rÄ± ekledim */
  font-weight: 300 !important;
}

.p-yazi {
  color: #6c6c6c !important;
}

a.a-yazi {
  color: #1fb1c4 !important;
  text-decoration: none;
}

a.a-yazi:hover {
  color: #6c6c6c !important;
}

#scrollUp {
	display:none !important;
}

.whatsapp-icon, .telefon-icon {
    position: fixed;
    bottom: 30px;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 1000;
}

.whatsapp-icon {
    right: 30px;
    background-color: #25D366;
}

.telefon-icon {
    left: 30px;
    background-color: #E4405F;
}

.whatsapp-icon img, .telefon-icon img {
    width: 40px;
    height: 40px;
}

.toggle-buttons {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 1001; /* WhatsApp butonunun Ã¼zerinde olacak ÅŸekilde */
}

.support-text {
    position: fixed;
    bottom: 37px;
    background-color: #25D366;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    opacity: 0;
    z-index: 999;
    transition: opacity 0.5s, transform 0.5s;
    font-size: small;
	right:70px;
}

.telefon-text {
    background-color: #E4405F;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    opacity: 0;
    z-index: 999;
    transition: opacity 0.5s, transform 0.5s;
    font-size: small;
    position: fixed;
    bottom: 37px;
    left: 70px;
    display: none;
}

.show-support-text {
    opacity: 1;
    transform: translateX(-50px);
}

.show-telefon-text {
    opacity: 1;
    transform: translateX(50px);
}

@media screen and (max-width: 768px) {
    .whatsapp-icon, .telefon-icon {
        display: none;
    }
    .support-text, .telefon-text {
        display: none;
    }
}

.btn.btn-style-modal1 {
	background: transparent;
	padding: 20px 35px;
	margin: 0 8px;
	color: #fff;
}
.btn.btn-style-modal1::before {
	content: "";
	position: absolute;
	right: -13px;
	top: 0;
	height: 100%;
	width: 5px;
	transform: skewX(-16deg);
	z-index: 1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	left: auto;
    color: #fff;
}
.btn.btn-style-modal1::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-16deg);
	z-index: -1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	left: auto;
	background-color: #1fb1c4;
}
.btn.btn-style-modal1:hover::before {
	right: 0;
}

.btn.btn-style-modal2 {
	background: transparent;
	padding: 20px 35px;
	margin: 0 8px;
	color: #fff;
}
.btn.btn-style-modal2::before {
	content: "";
	position: absolute;
	right: -13px;
	top: 0;
	height: 100%;
	width: 5px;
	transform: skewX(-16deg);
	z-index: 1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	left: auto;
    color: #fff;
}
.btn.btn-style-modal2::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-16deg);
	z-index: -1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	left: auto;
	background-color: #6c6c6c;
}
.btn.btn-style-modal2:hover::before {
	right: 0;
}