﻿.agent-details.agents.det .text-heading.text-left span {
    font-size: 16px;
    color: #d22a1c;
}

.agent-details section.headings-2 {
    padding: 60px 0 10px 0;
    background: #f5f7fb;
}

.agent-details.homepage-4 .homes-tag.featured {
    background: #d22a1c !important;
}

.agent-details.agents .blog .blog-info.details {
    margin-top: 0px;
}

.agent-details.homepage-4 .portfolio .project-head {
    background-color: #fff;
    border-radius: 0 !important;
}

.agent-details.homepage-4 .portfolio .project-single {
    border-radius: 0 !important;
}

.agent-details.agents .portfolio .project-head img {
    background-color: #fff;
    opacity: 10;
}

.portfolio .homes-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 3px;
    text-align: left;
}

.the-agents-details {
    list-style: none;
    padding-left: 0px;
    margin-top: 15px;
    text-align: left;
}

.homepage-4 .portfolio .homes-content h3 a:hover, .homepage-4 .blog-section .news-item h3:hover {
    color: #d22a1c;
}

.the-agents-netsocials {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    gap: 10px;
}

    .the-agents-netsocials li a {
        display: inline-block;
        font-size: 18px;
        color: #d22a1c;
        transition: all 0.3s ease;
    }

.portfolio .project-head:before {
    position: relative !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    z-index: 1;
    background: #121B22;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.inner-pages .blog .homes-content h5::after, .inner-pages .blog .blog-info.details h5::after, .inner-pages .blog .property-location h5::after, .inner-pages .blog .team.assigned h5::after {
    color: #d22a1c;
    background-color: #d22a1c;
}

.inner-pages .blog-section .news-item-sm .news-item-text {
    -ms-flex-preferred-size: 66.6%;
    flex-basis: 66.6%;
    padding: 25px 30px;
    justify-content: flex-start;
}

.agents .blog-section .news-item-sm .news-item-text {
    padding: 20px !important;
}

.inner-pages .blog-section .news-item-text {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.inner-pages .blog-section .news-item-img {
    position: relative;
    width: 50% !important;
    margin-bottom: -3rem !important;
}

.agents .blog-section .news-item-sm:last-child {
    border-radius: 3px !important;
    box-shadow: 0px 0px 2px #e7e7e7 !important;
}

a {
    color: #666;
    text-decoration: none;
    background-color: transparent;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d22a1c;
}

a:hover {
    color: #d22a1c;
    text-decoration: underline;
}
.mt-4, .my-4 {
    margin-top: 0 !important;
}
.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;
}
.agent-contact-form-sidebar textarea {
    border: 1px solid #dae2e9 !important;
    background-color: #fff;
    padding-left: 15px;
    width: 100%;
    height: 90px;
    color: #7e8c99;
}
ransition: all .3s ease;
}
.agent-contact-form-sidebar .multiple-send-message:hover {
    background-color: #d22a1c;
}
.inner-pages .blog-section .news-item-sm:last-child {
    margin-bottom: 1rem;
    height: 464px;
}
.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: #d22a1c;
    }