/* Service list page specific styles */

.button.-md {
    padding: 10px 35px !important;
}

.sidebar.-type-1 .sidebar__content {
    padding: 20px 15px 30px;
}

.sidebar.-type-1 .sidebar__header {
    padding: 15px 35px;
}

.contactForm input:not([type=range]),
.contactForm select,
.contactForm textarea {
    /* height: 44px !important; */
}

.deneme-heading {
    font-size: 18px;
}

.password-requirements {
    list-style-type: none;
    padding-left: 0;
    margin-top: 5px;
}

.password-requirements li {
    font-size: 0.9em;
    margin-bottom: 5px;
}

.fast .btn1 {
    width: 100% !important;
    height: 4.25rem !important;
    margin-bottom: 25px;
}

.fast .plus-btn {
    font-size: 28px;
    letter-spacing: 2.5px;
    font-weight: 700;
}

.service-phone {
    width: 60%;
    height: 34px;
    background-color: #008141;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 5px;
    transition: 0.5s all ease-in-out;
}

.service-link {
    width: 35%;
    height: 34px;
    background-color: #008141;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 5px;
}

.badge {
    display: inline-block;
    padding: 8px 8px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
    background-color: #008141;
    margin-bottom: 10px;
}

.badge:hover {
    color: #fff;
}

.phone-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .5);
}

.phone-modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 60%;
    border-radius: 8px;
}

.phone-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
}

.caller_name_message,
.caller_phone_message {
    display: none;
}

.span-heading {
    color: #008141;
    font-weight: 700;
    line-height: 1.5;
}

@media (max-width:575.98px) {
    .fast .btn1 {
        width: 100% !important;
        height: 2.3rem !important;
    }

    .fast .custom-margin-right {
        margin-right: 0;
    }

    .plus-btn {
        font-size: 20px;
        letter-spacing: 1px;
    }
}

.other-city-services {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: #008141;
}

@media (max-width:767.98px) {
    .other-city-services {
        font-size: 18px;
        line-height: 1.4;
    }
}

.serviceListContent a {
    color: #008141 !important;
    font-weight: 700 !important;
}

.serviceListContent a:hover {
    text-decoration: underline !important;
}

.serviceListContent img {
    border-radius: 15px !important;
    margin: 15px 0px !important;
}

.serviceListContent p {
    color: black !important;
}

.serviceListContent h1,
.serviceListContent h2,
.serviceListContent h3,
.serviceListContent h4,
.serviceListContent h5,
.serviceListContent h6 {
    color: #008141 !important;
}

.serviceListContent ul li {
    list-style: disc !important;
    margin-left: 20px !important;
}

@media (max-width:767.98px) {
    .fast .btn1 {
        margin-left: 0;
        width: 100% !important;
        height: 3.3rem !important;
    }

    .fast .custom-margin-right {
        margin-right: 0;
    }

    .fast .plus-btn {
        font-size: 20px !important;
    }

    .phone-modal-content {
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        max-width: 90% !important;
        border-radius: 8px;
    }

    .other-city-services {
        font-size: 16px;
        line-height: 1.3;
        font-weight: 600;
    }
}

p a {
    color: #008141 !important;
    font-weight: 700 !important;
}

.video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .video-container {
        margin-bottom: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
}

/* Buton düzeni */
.dataSummary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* Konum butonu ve animasyonları */
@keyframes wobble {
    0%, 100% {
        transform: scale(1) translate(0, 0) rotate(0deg);
    }
    10% {
        transform: scale(1) translate(-2px, -2px) rotate(-1deg);
    }
    20% {
        transform: scale(1) translate(2px, 2px) rotate(1deg);
    }
    30% {
        transform: scale(1) translate(-2px, 2px) rotate(-1deg);
    }
    40% {
        transform: scale(1) translate(2px, -2px) rotate(1deg);
    }
    50% {
        transform: scale(1) translate(-2px, -2px) rotate(-0.8deg);
    }
    60% {
        transform: scale(1) translate(2px, 2px) rotate(0.8deg);
    }
    70% {
        transform: scale(1) translate(-2px, 2px) rotate(-1deg);
    }
    80% {
        transform: scale(1) translate(2px, -2px) rotate(1deg);
    }
    90% {
        transform: scale(1) translate(-2px, 0) rotate(-0.8deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) translate(0, 0) rotate(0deg);
    }
    50% {
        transform: scale(1.05) translate(0, 0) rotate(0deg);
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(40, 180, 70, 0.5),
                    0 0 15px rgba(40, 180, 70, 0.4),
                    0 0 25px rgba(40, 180, 70, 0.3),
                    0 0 35px rgba(40, 180, 70, 0.2);
    }
    50% {
        box-shadow: 0 4px 30px rgba(40, 180, 70, 0.8),
                    0 0 25px rgba(40, 180, 70, 0.6),
                    0 0 40px rgba(40, 180, 70, 0.5),
                    0 0 50px rgba(40, 180, 70, 0.3);
    }
}

.locationButton {
    position: relative;
    background: linear-gradient(135deg, #28b446 0%, #008141 100%) !important;
    color: #fff;
    border: 2px solid transparent;
    padding: 12px 20px;
    border-radius: 20px;
    font-size: 21px !important;
    cursor: pointer;
    font-weight: 700;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(40, 180, 70, 0.5),
                0 0 15px rgba(40, 180, 70, 0.4),
                0 0 25px rgba(40, 180, 70, 0.3);
    animation: pulse 0.5s ease-in-out infinite,
               glow 0.5s ease-in-out infinite !important;
    transform-origin: center;
    overflow: hidden;
}

.locationButton::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid rgba(40, 180, 70, 0.8);
    border-radius: 20px;
    animation: borderReveal 3s linear infinite;
    pointer-events: none;
}

.locationButton::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 50%, transparent 100%);
    animation: blob 6s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.locationButton > * {
    position: relative;
    z-index: 1;
}

.locationButton:hover {
    background: linear-gradient(90deg,
        #008141 0%,
        #28b446 25%,
        #00a852 50%,
        #28b446 75%,
        #008141 100%) !important;
    background-size: 200% 100% !important;
    background-repeat: no-repeat !important;
    transform: translateY(-2px);
    animation: wobble 0.15s linear infinite,
               pulse 0.8s ease-in-out infinite,
               glow 0.8s ease-in-out infinite !important;
}

.locationButton i {
    margin-right: 8px;
}

.locationButtonWrapper {
    position: relative;
    display: inline-flex;
}

.locationButtonMobileWrapper {
    display: none;
    position: relative;
}

/* Mobile visibility tweaks */
.locationButtonDesktop {
    display: inline-flex;
}

@media (max-width: 767.98px) {
    .locationButtonDesktop {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .locationButton {
        font-size: 18px !important;
    }
    .locationButtonMobileWrapper {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        position: relative;
    }
    .locationButtonMobile {
        width: 100%;
        justify-content: center;
    }
}

