/*
 Theme Name:   Realar Child  
 Theme URI:    https://themeholy.com/wordpress/realar
 Description:  This is a child theme for Realar - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     realar
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  realar-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 
/* Fix Contact Form 7 textarea height properly */
.property-card2 .property-card-thumb {
    height: 350px;
    
}
 textarea.wpcf7-textarea {
    height: 80px !important;
    min-height: 80px !important;
    resize: none;
}

.property-card2 .property-card-title{
    margin-bottom:0;
}
.property-card2 .property-card-details {
    margin-top: 15px;
}
.listing-with-sidebar__header {
    display: none;
}
.property-card2 .property-card-price {
    display: none;
}
.property-card2 .property-card-location {
    display: none;
    
}
.directorist-listing-single .directorist-listing-single__info .directorist-listing-title {
    font-size: 24px;
    color: #fff;
}
aside.listing-with-sidebar__sidebar.left-sidebar-contents {
    display: none;
}
.listing-with-sidebar__searchform {
    display: none;
}
.header-layout1{
    position:relative;
}
.header-logo img {
    height: 130px !important;
}
.header-logo{
    position: absolute;
    top: 0;
    left: 10%;
    background: #272727;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
     border-radius: 0 0 12px 12px !important;
    padding: 15px;
}

/* Contact Form 7 Submit Button */
.wpcf7-form-control.wpcf7-submit {
    height:auto;
    background: linear-gradient(135deg, #272727, #3b3721);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 36px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(42, 111, 219, 0.25);
}
select, .form-control, .form-select, textarea, input {
    height: 50px;
    padding: 12px;
    padding-right: 45px;
    border: 1px solid #3633228a;
    color: var(--body-color);
    background-color: transparent;
    border-radius: 5px;
    font-size: 14px;
}
label {
    font-size: 14px;
}
/* Hover Effect */
.wpcf7-form-control.wpcf7-submit:hover {
    background: linear-gradient(135deg, #3b3721, #272727);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(42, 111, 219, 0.35);
}

/* Active Click */
.wpcf7-form-control.wpcf7-submit:active {
    transform: translateY(0);
    box-shadow: 0 8px 20px rgba(42, 111, 219, 0.25);
}

/* Center Button */
.wpcf7 form p:last-child {
    text-align: center;
}
.hero-1 {
    padding-top: 0!important;
}
.hero-social-link .social-wrap{
    display:none;
}
.about-experience-tag {
    color: #272727;
}
.about-tag .about-tag-thumb {
    border: 1px solid;
}
.contact-details {
    max-width: 320px;
}

.contact-item {
    margin: 8px 0;
    transition: all 0.3s ease;
}

.contact-item a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item i {
    margin-right: 10px;
    color: #c9a24d;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover Effect */
.contact-item:hover {
    transform: translateX(5px);
}

.contact-item:hover a {
    color: #c9a24d;
}

.contact-item:hover i {
    transform: scale(1.1);
    color: #b38b3c;
}
.directorist-alert.directorist-alert-warning {
    display: none !important;
}
.property-card7 .property-card-meta span {
    font-size: 14px;
}
.th-btn.style-border {
    font-size: 14px;
    border: 1px solid var(--white-color);
    padding: 8px;
    
}
.whatsapp-float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 100px;
    right: 30px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 25px rgba(0,0,0,0.35);
    color: #fff;
}

/* Appointment form background */
.listing-contact .appointment-wrap2.bg {
    background: #272727;
    padding: 25px;
}

/* Inputs & textarea styling */
.listing-contact .appointment-wrap2.bg input,
.listing-contact .appointment-wrap2.bg textarea {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    color: var(--white-color);
    background: transparent;
}

.listing-contact .appointment-wrap2.bg input.wpcf7-form-control.wpcf7-submit{
    background: var(--white-color);
    color: var(--theme-color);
    font-size: 16px;
    padding: 10px;
}
.listing-contact .appointment-wrap2.bg input.wpcf7-form-control.wpcf7-submit:hover {
    background: var(--theme-color2);
    color: var(--title-color);
}
/* Placeholder color */
.listing-contact .appointment-wrap2.bg input::placeholder,
.listing-contact .appointment-wrap2.bg textarea::placeholder {
    color: var(--white-color);
    opacity: 0.5;
}
.listing-contact .appointment-wrap2.bg h2{
    position: relative;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--body-font);
    color: var(--white-color)
#ffffff
;
    line-height: 1em;
    padding-bottom: 20px;
    margin: -0.12em 0 30px 0;
}
/* Widget heading underline (after) */
.listing-contact .appointment-wrap2.bg h2::after,
.listing-contact .appointment-wrap2.bg h2::after {
    content: "";
    background-color: var(--gray-color);
    width: 50px;
    height: 3px;
    display: block;
    margin-top: 8px;
}

/* Section heading line (before & after) */
.appointment-wrap2.bg h2::before,
.appointment-wrap2.bg h2::after,
.widget.wp-widget-property-contact h5::before {
    content: "";
    height: 3px;
    width: 100%;
    background-color: rgba(164, 181, 186, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
}

/*properties-card*/
/* ===== GRID FIX ===== */
.directorist-row {
    display: flex;
    flex-wrap: wrap;
}

.directorist-col-6 {
    width: calc(50% - 12px);
}

/* ===== CARD ===== */
.property-card2 {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    height: 100%;
}

.property-card2:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.15);
}

/* ===== IMAGE ===== */
.property-card-thumb {
    position: relative;
    overflow: hidden;
}

.property-card-thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.property-card2:hover .property-card-thumb img {
    transform: scale(1.08);
}

/* ===== DETAILS ===== */
.property-card-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 18px 20px 22px;
    gap: 15px;
}

/* ===== TITLE ===== */
.property-card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.4;
}

.property-card-title a {
    color: #111;
    text-decoration: none;
}

.property-card-title a:hover {
    color: #c59d5f;
}

/* ===== PRICE ===== */
.property-card-price {
    margin-bottom: 6px;
}

.directorist-listing-price {
    font-size: 17px;
    font-weight: 700;
    color: #c59d5f;
}

/* ===== LOCATION ===== */
.property-card-location {
    font-size: 14px;
    color: #777;
    margin: 0;
}

/* ===== BUTTON ===== */
.btn-wrap {
    flex-shrink: 0;
}

.th-btn.style-border2 {
    padding: 10px 22px;
    border-radius: 30px;
    border: 2px solid #c59d5f;
    background: transparent;
    color: #c59d5f;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.th-btn.style-border2:hover {
    background: #c59d5f;
    color: #fff;
}

/* ===== SWIPER FIX ===== */
.directorist-swiper img {
    height: 260px;
    object-fit: cover;
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
    .directorist-col-6 {
        width: 100%;
    }

    .property-card-details {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-wrap {
        margin-top: 12px;
    }.property-card2 .property-card-thumb {
    height: auto;
}
}

@media (max-width: 575px) {
    
.th-menu-wrapper .mobile-logo {
    padding-bottom: 0;
    padding-top: 20px;
     background-color: transparent; 
}
.header-logo {
    left: 2%;
    border-radius: 0 0 5px 8px !important;
    padding: 12px;
}
.header-logo img {
    height: 110px !important;
}
.sticky-wrapper.sticky     .header-logo img {
        height: 86px !important;
    }
.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    bottom: -35px;
}
.play-btn.style2 > i {
    font-size: 20px;
}
.play-btn > i,.play-btn.style2:before, .play-btn.style2:after{
    width:45px;
    height:45px;
    line-height:45px;
}
    .hero-video-wrap {
        position: absolute;
        padding-bottom: 0;
        right: 15px;
        top: 50px;
        z-index:9;
    }
        .property-card7 .property-card-meta span {
        margin-right: 0;
        font-size: 12px;
        gap: 8px;
    }
    .th-btn.style-border.th-btn-icon:after {
    width: 15px;
    height: 15px;
}

    .property-card7 .property-card-details {
        padding-top: 15px!important;
        padding: 0px!important;
        text-align: center;
        gap: 6px;
        justify-content: center;
        margin-top: 15px;
    }
    .property-card7 {
    border: 1px solid #ffffff85;
    border-radius: 25px;
    padding: 15px;
}
.property-card7 .property-card-meta {
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: -8px;
}
.about-tag {
    display: flex!important;
    width: 100%;
    /* font-size: 16px; */
    /* display: inline-block; */
    position: relative;
    padding: 22px;
    align-items: center;
    justify-content: center;
}
    .about-wrap1 .about-text {
        font-size: 18px!important;
    }
        .contact-thumb5-1 .contact-cta-wrap .box-title {
        font-size: 25px;
    }
    .th-btn.style5 {
    font-size: 14px !important;
    background-color: var(--theme-color2);
    color: var(--title-color);
    padding: 10px 15px;
}
.th-widget-contact {
    max-width: 100%;
}
.th-widget-contact .info-box_text {
    gap: 10px;
}
select, .form-control, .form-select, textarea, input {
    height: 35px;
    padding: 9px;
    padding-right: 0;
    border: 1px solid #3633228a;
    color: var(--body-color);
    background-color: transparent;
    border-radius: 5px;
    font-size: 12px;
}
    .contact-wrap5 {
        padding: 20px!important;
    }
    .about-experience-tag {
    font-size: 16px;
    }
    .wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
    padding: 10px 30px;
    }
        .breadcumb-title {
        font-size: 22px!important;
    }
        .breadcumb-wrapper {
        padding: 50px 0!important;
        padding-bottom: 20px!important;
    }
    p.contact-item {
    font-size: 14px !important;
}
.contact-details p.mb-3 {
    font-size: 14px !important;
    margin: 0 !important;
}
footer .elementor-image-box-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .property-slider1 {
    margin-bottom: 25px;
}
.property-page-single .page-title {
    font-size: 16px;
}
.property-page-single p {
    color: var(--theme-color);
    font-size: 14px;
    line-height: 24px;
}
    .property-page-single .property-grid-list {
        grid-template-columns: repeat(2, 1fr)!important;
        gap: 15px!important;
        padding: 15px!important;
        font-size: 12px!important;
    }
    .property-page-single .property-grid-list li .property-grid-list-text {
    font-size: 12px;
    }
    .property-page-single .property-grid-list li .property-grid-list-title {
    font-size: 13px;
}
.property-page-single .checklist li {
    text-align: justify;
    gap: 7px;
    align-items: center;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 400;
    color: var(--theme-color);
}
.property-page-single .checklist li i{
    margin-top:0;
}
.property-card7 .property-card-location{
    display:none;
}
.th-mobile-menu {
    overflow-y: hidden;
}


.directorist-col-6 {
    width: 100%;
    max-width: 100%;
}
.directorist-row {
    flex-direction: column!important;
}
.listing-with-sidebar__listing {
    display: block!important;
}
.listing-with-sidebar {
    padding: 50px 0 !important;
}
.directorist-container{
    padding:0;
}
    .property-card2 .property-card-details {
        gap: 0;
    }
    .property-card2 .property-card-title{
        margin-bottom: 0;
    }
        .property-card2 .property-card-details {
        gap: 0;
        margin: 0;
        padding: 15px 10px;
        text-align: center;
    }
    .property-card-title a {
    font-size: 18px;
    line-height: normal;
    }
    .mb-25 {
    margin-bottom: 15px;
}
.mt-50 {
    margin-top: 20px;
}
.th-btn.style-border2 {
    padding: 8px 22px;
    border: 1px solid #c59d5f;
}
.property-card7 .property-card-title {
    margin-bottom: 0 !important;
    
}
.listing-contact .appointment-wrap2.bg input.wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
    padding: 8px;
}
.listing-contact .appointment-wrap2.bg textarea {
    height: 90px;   /* adjust as needed */
    resize: vertical; /* allow user resize (optional) */
}
    .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
        font-size: 14px;
    }
    .breadcumb-menu {
    margin: 10px;
}
.property-page-single .video-box2 img {
    height: auto!important;
    
}

}