﻿.projects .pt-5, .py-5 {
    padding-top: 11rem !important;
}

.project-tabs {
    display: flex;
    gap: 8px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    justify-items: center;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    background: transparent;
    color: #d22a1c;
}

.btn, .homepage-3 .btn:active, .btn.sApp-btn:before, .bg-overlay::after, .benifits-item:after {
    background: #d22a1c;
}

.btn:hover, .homepage-4 .popular-places .listing-badges .featured {
    background: transparent;
    color: #d22a1c;
}
.button-effect {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 9999 !important;
}

.btn {
    display: flex;
    justify-content:center;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #d22a1c;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d22a1c' width='16' height='16' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d22a1c' width='16' height='16' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0L1.25 1.5 3.75 4 1.25 6.5 2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 50px;
    height: 50px;
    background-color: #ffffff85; /* Beyaz arka plan */
    border-radius: 100%; /* Daire şekli */
    background-repeat: no-repeat;
    background-size: 30px 30px; /* İkon boyutu */
    background-position: center; /* Ortalanmış ikon */
}
.mt-4, .my-4 {
    margin-top: 30px !important;
}
.agent-contact-form-sidebar .multiple-send-message {
    background-color: #d22a1c;
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 12px;
    margin-top: 10px;
    margin-bottom: 0px;
    transition: 0.3s;
}
.agent-contact-form-sidebar .multiple-send-message:hover {
    background-color: #d22a1c;
}
.agent-contact-form-sidebar input {
    width: 100%;
    height: 45px;
    border: 1px solid #dae2e9;
    background-color: #fff;
    padding: 15px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #7e8c99;
    margin-bottom: 1rem;
    border-radius: 3px;
}
.image-popup img {
    border: 2px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.image-popup img:hover {
    transform: scale(1.03);
}
.recent-details {
    position: absolute;
    padding: 20px;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 20px;
    margin-left: 10px;
}
.captcha-wrapper {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

#captcha-box {
    transform-origin: top center;
    transition: transform 0.2s ease;
}

/* Ekran genişliğine göre küçült */
@media (max-width: 375px) {
    .cf-turnstile {
        transform: scale(0.80);
        justify-content:flex-start;
        padding:0;
        margin-left: -25px;
    }
}
@media (width: 1024px) {
    .cf-turnstile {
        transform: scale(0.80);
        justify-content: flex-start;
        padding: 0;
        margin-left: -25px;
    }
}
@media (min-width: 376px) and (max-width: 425px) {
    #captcha-box {
        transform: scale(0.95);
    }
}

@media (min-width: 426px) {
    #captcha-box {
        transform: scale(1);
    }
}
.project-description {
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    overflow-x: hidden;
}
.inner-pages section.portfolio {
    background: #f2f2f2;
    padding: 11rem 0 4rem 0 !important;
}