html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
/* Yorumlar başlığının boşluğunu azalt */
.widget-title {
    margin-bottom: 20px; /* Daha az boşluk */
    text-align: center;
    font-weight: bold;
}

/* Carousel okları tasarımı */
.carousel-control-prev,
.carousel-control-next {
    width: 50px; /* Daha dar alan */
    height: 50px;
    top: 50%; /* Dikey ortalama */
    transform: translateY(-50%);
    background: none; /* Arkaplanı kaldır */
    border: none;
    opacity: 0.7; /* Hafif şeffaf */
}

    .carousel-control-prev i,
    .carousel-control-next i {
        color: #333; /* Tema rengi (koyu gri) */
        font-size: 32px;
        transition: color 0.3s ease;
    }

        .carousel-control-prev i:hover,
        .carousel-control-next i:hover {
            color: #000; /* Hover’da koyulaşsın */
        }

/* Yorum metni */
.testimonial__quote {
    font-size: 18px;
    font-style: italic;
    text-align: center;
    color: #555;
}

/* Yorum yazar ismi */
.testimonial__author {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.page-box__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Maksimum 2 satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&subset=latin-ext);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

@-webkit-keyframes cptCircle {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .01
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .01
    }
}

@keyframes cptCircle {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .01
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .01
    }
}

@-webkit-keyframes cptCircleFill {
    0% {
        -webkit-transform: rotate(0) scale(.6) skew(1deg);
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: 0
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.6) skew(1deg);
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: .2
    }
}

@keyframes cptCircleFill {
    0% {
        -webkit-transform: rotate(0) scale(.6) skew(1deg);
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: 0
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.6) skew(1deg);
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: .2
    }
}

#aat-callback {
    position: fixed;
    width: 72px;
    height: 72px;
    bottom: 15px;
    top: auto;
    right: 50px;
    z-index: 1;
}

    #aat-callback a:hover {
        text-decoration: none;
        color: #fff
    }

.aat-circle, .aat-circle-fill {
    position: absolute;
    border-radius: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.aat-circle {
    width: 250%;
    height: 250%;
    background-color: transparent;
    border: 2px solid #189d0e;
    -webkit-animation: cptCircle 2.2s infinite ease-in-out;
    animation: cptCircle 2.2s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    left: -71%;
    top: -75%
}

.aat-circle-fill {
    width: 155%;
    height: 155%;
    background-color: #189d0e;
    border: 2px solid transparent;
    -webkit-animation: cptCircleFill 2.3s infinite ease-in-out;
    animation: cptCircleFill 2.3s infinite ease-in-out;
    box-shadow: 0 0 2px 0 #189d0e !important;
    left: -23.5%;
    top: -27.5%
}

.main-button {
    position: relative;
    right: 1px;
    top: 1px;
    float: right;
    width: 64px;
    height: 64px;
    background: center center no-repeat #189d0e;
    box-shadow: 0 3px 5px 1px rgba(0,0,0,.2);
    background-size: 30px;
    border-radius: 100%;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 58px
}

    .main-button i {
        font-size: 2rem;
        line-height: 64px
    }

.main-text {
    position: absolute;
    background: #189d0e;
    width: 0;
    left: 52px;
    line-height: 40px;
    margin-top: 12px;
    border-radius: 3px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    text-indent: 10px;
    text-align: right;
}

    .main-text.active {
        width: 255px
    }

#WhatsAppMobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 56px;
    background: #189d0e;
    color: #fff;
    z-index: 8001;
    text-align: center
}

    #WhatsAppMobile a {
        color: #fff;
        font-family: Arial;
        line-height: 40px;
        text-align: center;
        font-weight: 600;
        display: block;
        padding: 8px 10px
    }

        #WhatsAppMobile a i {
            color: #fff;
            font-size: 2rem;
            font-weight: 400;
            vertical-align: sub;
            margin-right: .5rem
        }

p.description {
    text-align: justify;
}

i.fa.fa-whatsapp {
    color: #fff !important;
}
body, .textwidget {
    color: #919699;
    text-align: justify;
}