.page-content__info .info-content ul li p {
    font-size: 18px;
    color: #1E1E1E;
    /* font-weight: 600; */
    width: 40%;
}

.footer-contact>a .icon {
    font-size: 20px;
    color: #fff;
    width: 30px;
}

.footer-list ul li a:hover {
    color: #b41b2c;
}

.sidebar-nav a.active {
    background-color: #b21c2c;
    color: #fff;
    font-weight: bold;
}

/* Mym Styles */
.wa-teklif-link {
    margin-right: 1rem;
    background-color: #24d366;
    color: #fff;
    font-weight: 600;
    padding: 0.1rem 1rem;
    border-radius: 1rem;
    transition: all 0.3s ease-in-out;
    i {
        color: #fff;
    }
}

.wa-teklif-link:hover {
    background: #000;
    color: #e2e2e2;
}

.navigation-item:hover > a {
    color: #bc1e2f;
}
.navigation-item:hover > a::before {
    background-color: #bc1e2f;
}

.button-border.ui-color-1 {
    color: #bc1e2f;
    border: 1px solid #bc1e2f;
}
.button-border.ui-color-1:hover {
    border: 1px solid #bc1e2f;
    background-color: #bc1e2f;
}

.button:not([class*=ui-color-]) {
    background-color: #bc1e2f;
}

.swiper-buttons:not([class*=ui-style-]) .swiper-button-next, .swiper-buttons:not([class*=ui-style-]) .swiper-button-prev {
    background-color: #bc1e2f;
    border-radius: 11px;
}

.swiper-buttons:not([class*=ui-style-]) .swiper-button-next:hover, .swiper-buttons:not([class*=ui-style-]) .swiper-button-prev:hover {
    background-color: #ffffff;
    color: #be1e2f;
    border: 1px solid #be1e2f;
}

.scrolltop {
    background: #bc1e2f;
}

/* Biz sizi arayalım form */
.call-form-area {
    position: absolute;
    top: 20%;
    left: -40%;
    background: #fff;
    width: 300px;
    border-radius: 1rem;
}

.mobile-call-form { display:none; }
@media (max-width: 1200px) {
    .about-cover {
        display: none; 
    }
    .mobile-call-form { 
        display: block;
        margin: 0;
        position: absolute;
        z-index: 99;
        margin-left: 3px;
        margin-top: 3px;
    }
    .mobile-call-form .call-form-area {
        position: relative;
        background: #fff;
        width: 300px;
        border: 1px solid #ccc;
        border-radius: 1rem;
        margin-bottom: 3rem;
        left: 0;
        top: 0;
    }
}
@media (min-width: 1200px) {
    .about-left .call-form-area {
        display: none;
    }
}
@media (max-width: 768px) {
    .mobile-call-form { position: relative; }
} 

.call-form-heading {
    display: flex;
    flex-direction: row;
    padding: 1rem;
    align-items: center;
    justify-content: space-between;
    width: 190px;
}
.callback-form {
  max-width: 400px;
  padding: 1rem;
}

.form-group {
  position: relative;
  margin-bottom: 2rem;
}

input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 1.2rem 0 0.5rem;
  font-size: 1rem;
  background: transparent;
  outline: none;
  transition: border-color 0.3s;
}

input:focus {
  border-bottom-color: #bc1e2f;
}

label {
  position: absolute;
  top: 1.2rem;
  left: 0;
  font-size: 1rem;
  color: #999;
  pointer-events: none;
  transition: all 0.2s ease-out;
}

input:focus + label,
input:valid + label {
  top: 0;
  font-size: 0.85rem;
  color: #333;
}

.form-button {
  width: 245px;
  padding: 0.75rem;
  background-color: #bc1e2f;
  border: none;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 200ms;
}

.form-button:hover {
  background-color: #bc1e2f;
}

.about-info .item .heading .icon {
    background-color: #bc1e2f;
}

.about-info .item::before {
    background-color: #bc1e2f; 
}

.about-experience .icon {
    color: #bc1e2f;
    border: 1px solid #bc1e2f;
}
.footer-top {
    background: radial-gradient(circle, #1c1b1bed 0%, #060606d4 54%, #252525 100%);
}

.funds-body .title {
    font-size: 24px;
}

.contact .information > a .icon {
    color: #bc1e2f; 
}
.form-kvkk label {
    position: relative;
    margin-bottom: 1rem;
}
.form-send > input, .form-send > button {
    background-color: #bc1e2f;
    padding: 0;
}
.form-send > input:hover, .form-send > button:hover {
    background-color: #bc1e2fdb;
}

.mySwiper { height: 100vh; }
.mySwiper.slide-content .text {
    display: block!important;
}

.slide {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 50, 98, 0.08);
}
.slide,
.slide-material,
.hero {
  height: 100vh;
  background: #ebeff2;
}

.slide-list {
  position: relative;
  top: 0;
  left: 0;
}
.slide-list {
  display: none;
}
.swiper-button-prev, .swiper-button-next {
    color: #bc1e2f;
}
.slide-content .heading {
    display: inline-block;
}
.slide-cover { width: 400px; height: 400px; }

