/* === Genel Ayarlar === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.nav-link:focus, .nav-link:hover {
  color: var(--side-color) !important;
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: var(--main-color); /* Ana renk */
  color: var(--side-color);
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: none; 
  justify-content: center;
  align-items: center;
  font-size: 24px;
  z-index: 1000;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.scroll-to-top:hover {
  background-color: var(--main-color); 
  transform: scale(1.1); 
}
.whatsapp-to-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #38a30a; 
  color: white;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block; 
  justify-content: center;
  align-items: center;
  font-size: 24px;
  z-index: 1000;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.whatsapp-to-top:hover {
  background-color: #2b7b08; 
  transform: scale(1.1); 
}

.phone-to-top {
  position: fixed;
  bottom: 185px;
  right: 20px;
  width: 185px;
  height: 80px;
  background-color: var(--side-color);
  color: var(--main-color);
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  z-index: 1000;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.phone-to-top:hover {
  background-color: var(--main-color);
  color: var(--side-color); 
  transform: scale(1.1); 
}

/* Scrollbar için genel stil */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; 
}

/* Scrollbar arka planı */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px; 
}

/* Scrollbar'ın kendisi */
::-webkit-scrollbar-thumb {
  background-color: var(--side-color); 
  border-radius: 10px; 
  border: 2px solid #f1f1f1; 
}

::-webkit-scrollbar-thumb:hover {
  background-color: #490031;
}
@media screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: var(--side-color);
    border-radius: 10px;
    border: 2px solid #f1f1f1;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #490031;
  }
}
/* Yükleme Ekranı */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--main-color), var(--side-color));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
}

/* Dairesel Animasyon */
.spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  animation: bounce 1.5s infinite ease-in-out;
}

.circle:nth-child(2) {
  animation-delay: 0.3s;
}

.circle:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/* Yükleniyor Metni */
.loading-text {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  animation: text-fade 1.5s infinite ease-in-out;
}

@keyframes text-fade {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}


.bg-success{
    background-color: var(--side-color)!important;
}
.txt-l{
    color:#fff !important;
}
.subtitle-01{
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}
body {
  font-family: "Oxygen", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', 'Arial', sans-serif;
  margin: 0 0 10px;
  color: #222;
}

h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 15px;
}

p {
  margin: 0 0 15px;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* === Navbar === */
.visit-time {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #222;
    display: inline-block;
    vertical-align: middle;
    margin: 14px 0;
    opacity: 0.7;
}
.info-block-01__box-01 {
    float: right;
}
.address-info {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #222;
    display: inline-block;
    vertical-align: middle;
    margin: 16px 0 12px;
    opacity: 0.7;
    padding-left: 24px;
    position: relative;
}
.address-info i , .email-info i {
    color: var(--side-color);
}
.email-info {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #222;
    display: inline-block;
    vertical-align: middle;
    margin: 14px 0 14px 40px;
    opacity: 0.7;
}
.free-consultation-link {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: var(--side-color);
    display: inline-block;
    vertical-align: middle;
    margin: 14px 0 14px 30px;
}
.navbar{
    color: #222;
}
.nav-item, .nav-link{
    color: #222;
}

/* Mobile Navbar */
@media (min-width: 769px) {
    .bars{
        display: none;
    }
    .mobile-menu{
        display: none;
    }
}
@media (max-width: 768px) {
    .navbar-nav{
        display: none !important;
    }
    .info-block-01{
        display: none;
    }
    .logo{
        width: 120px !important;
        color: #fff;
    }
    .bars {
        width: 30px; 
        cursor: pointer;
        position: absolute;
        right: 20px;
        font-size: 1.8em;
        color: var(--side-color);
    }
    .mobile-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: left 0.3s ease;
        z-index: 1000;
        background-color: rgb(225 153 153 / 59%);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(20px);
    }

    .mobile-menu.active {
        left: 0;
    }

    .mobile-menu ul li {
        margin: 20px 0;
    }

    .mobile-menu ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 1.5rem;
    }
    .mobileMenu{
        margin:  80px 0px;
    }
}
.navbar-collapse{
    flex-grow: 0 !important;
}
.navbar{
    background-color: var(--main-color) !important;
}

/* === Slider === */
#slider {
  max-height: 700px;
  overflow: hidden;
}

.carousel-inner img {
  object-fit: cover;
  height: 100%;
}

/* === About Section === */
#about {
  display: flex;
  align-items: center;
  gap: 20px;
}

#about img {
  max-height: 400px;
  width: auto;
  object-fit: cover;
}

@media (max-width: 768px) {
  #about {
    flex-direction: column;
    text-align: center;
  }

  #about img {
    max-height: 300px;
  }
}

/* === Footer === */
footer {
  background-color: var(--main-color) !important;
  color: var(--side-color);
  padding: 20px;
  text-align: center;
}

footer h5 {
  color: #333;
}

footer a {
  color: #333;
}

footer a:hover {
  text-decoration: underline;
}
.footer-terms li a{
    color: var(--side-color);
}
.footer-social a{
    color: var(--side-color);
}
@media (max-width:768px){
    .mobile-footer{
        flex-direction: column;
        gap: 20px;
    }
}
/* === Hizmet Kutuları (Service Boxes) === */
.service-box {
  perspective: 1000px;
  width: 300px;
  height: 200px;
  margin: 20px auto;
  position: relative;
}
.front{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.front::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius:  10px;
}
.front h3{
    color: #fff !important;
    text-shadow: 2px 0px 10px #ffffff;
    font-weight: 700 !important;
    z-index: 2;
}
.back a{
    color: #fff !important;
    text-align: center;
    position: absolute;
    bottom: 10px;
    font-weight: 300;
}
.back a:hover{
    color: var(--side-color) !important;
    font-weight: 400;
}
.service-box .front,
.service-box .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.service-box .front {
  background-color: var(--main-color);
  color: #fff;
}

.service-box .back {
  background-color: #333;
  color: #fff;
  transform: rotateY(180deg);
}

.service-box:hover .front {
  transform: rotateY(180deg);
}

.service-box:hover .back {
  transform: rotateY(0deg);
}

/* === Fade Animasyonları === */
.fade-in {
    opacity: 1;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* === Butonlar === */
.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: var(--side-color);
  color: var(--main-color);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: var(--main-color);
  color: var(--side-color);
  border: 1px solid var(--main-color);
}
.carousel-item img{
    max-height: 700px;
    object-fit: cover;
    object-position: center;
}
.carousel {
  position: relative;
  width: 100%;
  /*height: 100vh;*/
  background: url('https://via.placeholder.com/1920x1080') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
.carousel-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel-caption {
  max-width: 800px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.subtitle {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--main-color);
}

.title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #fff;
}

.buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.btn {
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none !important;
}

.btn-light {
  background-color: white;
  color: var(--main-color);
  border: 1px solid transparent;
}

.btn-light:hover {
  background-color: var(--side-color);
  color: #fff;
}

.btn-primary {
  background-color: var(--side-color);
  color: white;
  border: 1px solid transparent;
}

.btn-primary:hover , btn-primary:active, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  background-color: #fff;
  color: var(--side-color);
}
/* BANNERS PROMO */
.banners-promo-wrapp {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.banners-promo-wrapp-row {
	display: table-row;
}

.banners-promo-01 {
	display: table-cell;
	vertical-align: top;
	padding: 56px 80px 68px;
	background-color: var(--main-color);
}

.banners-promo-01__title {
	font-size: 42px;
	line-height: 44px;
	font-weight: 700;
	color: var(--side-color);
	margin: 0 0 18px;
}

.banners-promo-01__text {
	margin-bottom: 13px;
}

.banners-promo-01__text p {
	font-size: 16px;
	line-height: 24px;
	color: #111;
}

.banners-promo-01__list {
	padding: 0;
	margin: 0;
}

.banners-promo-01__list li {
	font-size: 14px;
	line-height: 36px;
	font-weight: 700;
	list-style: none;
	display: block;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.banners-promo-02 {
	display: table-cell;
	vertical-align: top;
	padding: 56px 80px 68px;
	background-color: var(--side-color);
}

.banners-promo-02__title {
	font-size: 42px;
	line-height: 44px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 18px;
}

.banners-promo-02__text {
	margin-bottom: 13px;
}

.banners-promo-02__text p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.banners-promo-02__list {
	padding: 0;
	margin: 0;
}

.banners-promo-02__list li {
	font-size: 14px;
	line-height: 36px;
	font-weight: 700;
	list-style: none;
	display: block;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.banners-promo-03 {
	display: table-cell;
	vertical-align: top;
	padding: 56px 80px 68px;
	background-color: #f6f8f9;
}

.banners-promo-03__title {
	font-size: 42px;
	line-height: 44px;
	font-weight: 700;
	color: #42474c;
	margin: 0 0 18px;
}

.banners-promo-03__text {
	margin-bottom: 13px;
}

.banners-promo-03__text p {
	font-size: 16px;
	line-height: 24px;
	color: #42474c;
}

.banners-promo-03__list {
	padding: 0;
	margin: 0;
}

.banners-promo-03__list li {
	font-size: 14px;
	line-height: 36px;
	font-weight: 700;
	list-style: none;
	display: block;
	color: #42474c;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
@media only screen and (max-width: 991px) {
    .banners-promo-01, .banners-promo-02, .banners-promo-03 {
        display: block;
    }
}
/*ABOUT*/
.home-bg-wrapp {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 22px 30px 0 rgba(15, 8, 49, 0.2);
    box-shadow: 0 22px 30px 0 rgba(15, 8, 49, 0.2);
}
.video_bg {
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 400px;
}

.video_bg iframe {
	opacity: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	position: relative;
	z-index: 9;
}
.video_img-02 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	z-index: 11;
}
.about-us-content-01 {
	padding-top: 2px;
	padding-left: 32px;
}

.about-us-content-01 .subtitle-01 {
	margin-top: 10px;
}

.about-us-text-01 p {
	font-size: 18px;
	line-height: 30px;
}
.title-02 span {
    font-weight: 700;
    color: var(--side-color);
}
/*STATs*/
#stats .content-counter h3 {
  font-size: 2.5rem;
  font-weight: bold;
}
#stats .content-counter p {
  font-size: 1.5rem;
  font-weight: bold;
}
/*Newslette*/
#newsletter {
    background: var(--main-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

#newsletter .container {
    max-width: 800px;
}

#newsletter p{
    font-size:20px;
    color: #111;
}
#newsletter h2 {
    font-size: 35px;
    text-align: center;
}

#newsletter h2 span {
    color: var(--side-color); /* Neon yeşil */
}

#newsletter form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border-radius: 50px;
    padding: 5px;
    overflow: hidden;
}

#newsletter input {
    flex: 1;
    border: none;
    outline: none;
    padding: 15px;
    font-size: 16px;
    border-radius: 50px;
    transition: 0.3s;
}

#newsletter input:hover, #newsletter input:focus {
    border: 2px solid #fff !important; /* Neon yeşil */
    box-shadow: 0 0 10px #fff !important;
}
.form-control:focus {
    border: 2px solid #fff !important;
    box-shadow: 0 0 10px #fff !important;
}
#newsletter button {
    border: none;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    color: #333;
    cursor: pointer;
    transition: 0.3s;
}

#newsletter button:hover {
    background: var(--side-color);
    box-shadow: 0 0 10px var(--side-color);
    color:#fff;
}

@media (max-width: 768px) {
    #newsletter form {
        flex-direction: column;
        gap: 10px;
    }

    #newsletter input, #newsletter button {
        width: 100%;
    }
}
/* TESTIMANIOLS */


.testimonial-section {
  padding: 50px 20px;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px); /* Blur efekti */
  background-color: rgba(0, 0, 0, 0.5); /* Şeffaf renk katmanı (siyah, %50 opaklık) */
  z-index: 1;
}

.testimonial-slider {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  position: relative;
  z-index: 2; /* Metin ve içerik üstte kalsın */
}


.testimonial-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.testimonial-slide h4 {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ccc;
  padding: 10px 0px;
}

.testimonial-slide h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #fff;
}
.testimonial-slide h2 span{
    font-weight: 500;
}

.testimonial-text {
  font-size: 18px;
  font-style: italic;
  margin: 20px 0;
  line-height: 1.6;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.testimonial-author img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.testimonial-author p {
  font-size: 16px;
  text-align: left;
}

.testimonial-author strong {
  font-size: 18px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .testimonial-slide h2 {
    font-size: 24px;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .testimonial-author p {
    font-size: 14px;
  }
}
/*NEWS*/
.news-section {
  padding: 50px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.news-section h4 {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
}

.news-section h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

.news-section h2 span {
  color: var(--side-color);
}

.news-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.news-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.news-card img {
  width: 100%;
  height: auto;
}

.news-content {
  padding: 20px;
  text-align: left;
}

.news-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.news-content .date {
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
}

.news-content .description {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.news-content .learn-more {
  font-size: 14px;
  font-weight: bold;
  color: var(--side-color);
  text-decoration: none;
}

.news-content .learn-more:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .news-cards {
    flex-direction: column;
    align-items: center;
  }

  .news-card {
    width: 100%;
    max-width: 400px;
  }
}
/* BLOG CSS*/

/* Header Section */
.blog-section{
    height: 300px;
    display: flex;
    justify-content: center;
    position: relative;
}
.blog-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.blog-section h2{
    z-index: 2;
}
.blog-section-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.blog-section-content h2{ color: #fff; font-size:3rem; font-weight:700; letter-spacing: 5px; z-index:2;}
.blog-section-content p{ color: var(--main-color); font-size:1rem; font-weight:400;z-index:2; letter-spacing: 5px; font-style:italic;}
.blog-header {
  background: linear-gradient(to right, var(--main-color), #00c6ff);
  color: white;
  text-align: center;
  padding: 50px 20px;
}

.blog-header h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.blog-header p {
  font-size: 18px;
}

/* Blog List Section */
.blog-post-header {
  background: linear-gradient(to right, var(--main-color), #00c6ff);
  color: white;
  text-align: center;
  padding: 50px 20px;
}

.blog-post-header h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.blog-post-header .meta {
  font-size: 16px;
  color: #e0e0e0;
}

.blog-post-header .meta span {
  font-weight: bold;
}

/* Blog Content Section */
.blog-post-content {
  background: white;
  padding: 30px 20px;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.blog-post-content .featured-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.blog-post-content h2 {
  font-size: 24px;
  margin-top: 30px;
  color: var(--side-color);
}

.blog-post-content p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #555;
}

.blog-post-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.blog-post-content ul li {
  margin-bottom: 10px;
}

.blog-post-content blockquote {
  font-style: italic;
  color: #555;
  border-left: 4px solid var(--side-color);
  padding-left: 15px;
  margin: 20px 0;
}

/* Footer Section */
.blog-post-footer {
  text-align: center;
  padding: 20px 0;
  background: #f5f5f5;
  margin-top: 20px;
}

.blog-post-footer p {
  font-size: 14px;
  color: #555;
}

.blog-post-footer .back-to-blog {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: var(--main-color);
  text-decoration: none;
}

.blog-post-footer .back-to-blog:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-post-header h1 {
    font-size: 28px;
  }

  .blog-post-content h2 {
    font-size: 20px;
  }

  .blog-post-content p {
    font-size: 14px;
  }
}
/* CONTACT FORM*/
    .contact-section {
      background: linear-gradient(135deg, #212529, #070707);
      padding: 60px 0;
    }

    .contact-section h2 {
      font-size: 24px;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 20px;
      text-align: center;
      color:#fff;
    }

    .contact-section p {
      font-size: 14px;
      letter-spacing: 2px;
      margin-bottom: 40px;
      text-align: center;
      color: #fff;
    }

    .contact-form {
      background: white;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .form-control:focus {
      border-color: var(--main-color);
      box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
    }

    .btn-custom {
      background: var(--side-color);
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 25px;
      transition: all 0.3s ease;
    }

    .btn-custom:hover {
      background: var(--main-color);
      color: var(--side-color);
    }

    .form-label {
      color: var(--side-color);
      font-weight: bold;
    }

    .form-check-input:checked {
      background-color: var(--side-color);
      border-color: var(--side-color);
    }

    .contact-card {
      background: white;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .contact-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    }

    .icon-circle {
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 24px;
      margin: 0 auto;
    }

    .form-select:focus {
        border-color: var(--main-color);
        outline: 0;
        box-shadow: 0 0 0 .25rem rgb(76 175 80 / 32%);
    }
/*Aboutus page*/
/* Hakkımda Bölümü */
/*.about-section {*/
/*    background: linear-gradient(135deg, #212529, #070707);*/
/*    color: white;*/
/*    padding: 60px 20px;*/
/*}*/

/*.about-section .container {*/
/*  max-width: 1200px;*/
/*  margin: 0 auto;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*}*/

/* Görsel Alanı */
/*.about-image img {*/
/*  width: 300px;*/
/*  height: 300px;*/
/*  border-radius: 50%;*/
/*  border: 5px solid white;*/
/*  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);*/
/*}*/

/* Metin Alanı */
/*.about-text {*/
/*  max-width: 600px;*/
/*  margin-top: 20px;*/
/*}*/

/*.about-text h1 {*/
/*  font-size: 2.5rem;*/
/*  margin-bottom: 20px;*/
/*  font-weight: bold;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 2px;*/
/*  font-family: "Goldman", serif;*/
/*  color:var(--main-color);*/
/*}*/

/*.about-text p {*/
  /*font-size: 1.1rem;*/
  /*font-family: "Goldman", serif;*/
  /*font-weight: 400;*/
  /*line-height: 1.8;*/
  /*margin-bottom: 20px;*/
/*}*/

/*.about-text .btn {*/
/*  display: inline-block;*/
/*  padding: 10px 20px;*/
/*  font-size: 1rem;*/
/*  color: var(--main-color);*/
/*  background: white;*/
/*  text-decoration: none;*/
/*  border-radius: 25px;*/
/*  font-weight: bold;*/
/*  transition: all 0.3s ease;*/
/*  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);*/
/*}*/

/*.about-text .btn:hover {*/
/*  background: var(--side-color);*/
/*  color: white;*/
/*  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);*/
/*}*/
/*@media (max-width: 768px) {*/
/*  .about-section .container {*/
/*    flex-direction: column;*/
/*    text-align: center;*/
/*  }*/

/*  .about-image img {*/
/*    margin-bottom: 20px;*/
/*  }*/

/*  .about-text {*/
/*    margin-top: 0;*/
/*  }*/
/*}*/

  .about-section {
    background: linear-gradient(135deg, #f0eae2, #cbc2b9);
    padding: 50px 20px;
    font-size: 1.1rem;
    font-family: "Goldman", serif;
    font-weight: 400;
    line-height: 1.8;
    color: #222;
  }
  .section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .personal-info {
    text-align: center;
  }
  .personal-info img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  .timeline {
    margin: 20px 0;
  }
  .timeline-item {

    padding: 15px;
    margin: 10px 0;
    border-left: 5px solid var(--side-color);
  }
  .project-card {

    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .certifications ul {
    list-style: none;
  }
  .certifications li {

    padding: 10px;
    margin: 5px 0;
  }
  .partner-slider {
    display: flex;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
  }
  .partner-logos {
    display: flex;
    animation: slide 10s linear infinite;
  }
  .partner-logos img {
    margin: 10px;
    width: 100px;
    transition: transform 0.3s ease;
  }
  .partner-logos img:hover {
    transform: scale(1.2);
  }
  @keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }
  @media (max-width: 768px) {
    .container {
      padding: 20px;
    }
    .timeline-item, .project-card, .certifications li {
      padding: 10px;
      font-size: 0.9rem;
    }
    .partner-logos img {
      width: 80px;
    }
  }
.partners h3, .certifications h3, .certifications h3 i, .projects h3, .timeline h3, .personal-info h3{color: var(--side-color);}
.certifications li, .projects h4, .timeline h4,.personal-info p i{color: #808080;}
