﻿.index-video {
    height: 350px;
    width: 100%;
    border-radius: 3px;
    
}
.homepage-23 .hero-main {
    padding: 315px 0 0 0;
}
.homepage-23 .head-tr.bottom {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    padding: 12px 0;
    transition: all 0.3s ease-in-out;
}

.homepage-23 .btn, .homepage-3 .btn:active, .homepage-23 .btn.sApp-btn:before, .homepage-23 .bg-overlay::after, .homepage-23 .benifits-item:after {
    background: linear-gradient(-47deg, #d22a1c 0%, #d22a1c 100%);
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    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;
}

.popular-places .img-box:hover {
    background: transparent;
}

.the-search .rld-main-search, .the-search .rld-main-search .rld-single-select .select single-select {
    margin-bottom: 0px;
    margin-right: 0px;
    box-shadow: none;
    font-size: 17px;
    color: #000000 !important;
    height: 120px !important;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(235, 235, 235);
    border-image: initial;
    background: #ffffff5e;
    padding: 20px 20px 30px 20px;
}

.gap-3 {
    gap: 1rem;
}

@media screen and (max-width: 1024px) {
    .rld-main-search .rld-single-input, .rld-main-search .rld-single-select .single-select {
        margin-bottom: 0 !important;
    }
}
.popular-places .img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: transparent;
    opacity: 0.2;
    z-index: 99;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.popular-places .img-box-content h4 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin: 0;
    text-shadow: 0 0 20px black;
    font-family: 'Poppins', sans-serif;
}
.banner-inner h1 {
    color: #d22a1c !important;
    font-size: 45px;
    line-height: 66px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
    text-shadow: 0px 0px 8px #ffffff;
}
.banner-inner .sub-title {
    color: #fff;
    margin-bottom: 22px;
    text-shadow: 4px -1px 8px black;
}

.welcome-area {
    position: relative;
    height: 100vh;
    overflow: visible;
}

.homepage-23 .welcome-area {
    background: transparent;
}

.background-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}


.hero-main {
    position: relative;
    z-index: 3;
    text-align: center;
    padding-top: 30vh;
    color: white;
}
.popular-places .img-box-content {
    position: absolute;
    z-index: 101;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    -webkit-transform: translate(0, -50.5%);
    transform: translate(0, -50.5%);
    background: #00000061;
}
.the-search .rld-single-select .single-select .list {
    margin-top: 10px;
    border-right: 8px;
    z-index: 99999;
    overflow-y: scroll;
    max-height: 200px;
}
.the-search .rld-main-search .rld-single-select .single-select {
    margin-bottom: 0px;
    border-radius: 8px;
    margin-right: 0px;
    border: 3px solid #ff877d;
    background: #fefefeba;
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 36px; /* Daha ince yapı için */
    font-size: 14px;
    padding: 2px 8px;
    line-height: 1.3;
}
@media (min-width: 375px) and (max-width: 550px) {
    .homepage-23 .hero-main {
        padding: 0;
    }
}
@media (min-width: 551px) and (max-width: 768px) {
    .homepage-23 .hero-main {
        padding: 160px 0 15px 0 ;
    }
}
select option {
    white-space: normal;
    word-break: break-word;
}

.agent-contact-form-sidebar .multiple-send-message {
    background-color: #d22a1c;
}
.agent-contact-form-sidebar .multiple-send-message:hover {
    background-color: #d22a1c;
}
.btn.btn-yellow {
    height: 36px; /* Daha ince yapı için */
    font-size: 14px;
    padding: 2px 8px;
    line-height: 1.3;
}
.widget-boxed {
    padding: 15px 15px;
    font-size: 14px;
}
.agent-contact-form-sidebar textarea {
    height: 50px; /* Şu an çok büyük, bunu kısaltıyoruz */
    resize: vertical;
}
.index-video {
    height: 463px;
}
/* Formun dış kutusu */
.widget-boxed {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 18px;
    box-shadow: 0 0 4px rgba(0,0,0,0.05);
    border-radius: 6px;
    background-color: #fff;
}

/* Form içindeki alanlar */
.agent-contact-form-sidebar input[type="text"],
.agent-contact-form-sidebar input[type="number"],
.agent-contact-form-sidebar textarea {
    height: 32px;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}

/* Textarea için özel yükseklik */
.agent-contact-form-sidebar textarea {
    height: 68px;
    resize: vertical;
}

/* KVKK checkbox ve metni */
.agent-contact-form-sidebar .form-group {
    font-size: 12.5px;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

/* Buton */
.agent-contact-form-sidebar .multiple-send-message {
    height: 36px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    padding: 6px 16px;
    width: 100%;
    background-color: #d22a1c;
    color: white;
    border: none;
    transition: background-color 0.2s ease;
}

    .agent-contact-form-sidebar .multiple-send-message:hover {
        background-color: #bb2317;
    }

