body {
  min-height: 1000px;
  margin: 0;
}

/* Scrollbar styles */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px grey; 
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: #1354b4; 
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #212529; 
}

html {
  scroll-behavior: smooth;
}


/* Kodlar */
#mobile-contact-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  display: block;
  font-size: 100%;
  font-size: 1rem;
  opacity: 1;
  width: 100%;
  z-index: 9998;
}

#mobile-contact-bar:before,
#mobile-contact-bar:after {
  content: "";
  display: table;
}

#mobile-contact-bar-outer {
  background-color: #2062b7;
  box-sizing: border-box;
  height: 50px;
  overflow: hidden;
  width: 100%;
}

#mobile-contact-bar ul {
  box-sizing: border-box;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
}

#mobile-contact-bar ul li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  width: 50%;
}

#mobile-contact-bar ul li a {
  color: #ffffff;
  cursor: pointer;
    display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 9998;
}

#mobile-contact-bar ul li a img {
  max-height: 30px;
  width: auto;
}

#mobile-contact-bar ul li:nth-child(2) {
    background: #25D366 !important;
}
.screen-reader-text {
    position: absolute!important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #mobile-contact-bar {
    display: none;
  }
  #scrollTopBtn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #scrollTopBtn {
    display: none;
  }
}

.sidebar {
  position: sticky;
  top: 100px; /* header yüksekliğine göre ayarla */
}

.whatsapp-icon, .instagram-icon {
    position: fixed;
    bottom: 30px;
    border-radius: 50%;
    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;
}

.instagram-icon {
    left: 30px;
    background-color: #E4405F;
}

.whatsapp-icon img, .instagram-icon img {
    width: 40px;
    height: 40px;
}

.toggle-buttons {
    position: absolute;
    top: -10px;
    right: -10px;
    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;
}

.instagram-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-instagram-text {
    opacity: 1;
    transform: translateX(50px);
}

.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: #1354b4;
}
.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;
}

@media screen and (max-width: 768px) {
  .whatsapp-icon, 
  .instagram-icon,
  .support-text,
  .instagram-text {
    display: none !important;
  }
}