@charset "UTF-8";


.user-company-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.user-company-info {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.star-img img {
    width: 130px;
    height: 24px;
    object-fit: contain;
}

.company-cta-btns {
    display: flex;
}

.cd-top-bg {
    height: 300px;
    position: relative;
}


.user-company-name h1 {
    font-size: 25px;
}

.company-name-dsc {
    padding-left: 10px;
}


.user-company-img {
    border-radius: 50%;
    border: 3px solid var(--site);
}


/* Mevcut CSS */
.company-location-btn a,
.company-phone-btn a,
.company-message-btn a {
    color: #fff;
    background: var(--site);
    padding: 10px;
    border-radius: 5px;
    min-width: 100px; /* Minimum genişlik belirle, sabit genişliği kaldır */
     display: inline-block;
    text-align: center;
    width: auto;
    justify-content: center;
    margin-right: 5px;
    white-space: nowrap; /* Buton içeriğinin taşmasını önle */
	padding: 10px 15px;
}


.company-phone-btn,
.company-location-btn,
.company-contact-btn {
    color: #fff;
    background: var(--site);
    padding: 10px 15px; /* Eşit padding */
    border-radius: 5px;
    display: inline-block; /* a etiketleri gibi hizalanmasını sağlar */
    text-align: center;
    white-space: nowrap; /* Satır atlamasını önler */
    min-width: 120px; /* Minimum genişliği ayarla */
    font-size: 16px; /* Varsayılan tarayıcı farklarını önlemek için */
    line-height: 1.5; /* Buton içeriğinin daha iyi hizalanmasını sağlar */
}

.company-location-btn {
    background: var(--siteb);
}

/* Button için ek stiller */
.company-contact-btn {
    border: none; /* Tarayıcı varsayılan buton stillerini sıfırla */
    cursor: pointer;
    font-family: inherit; /* Tarayıcı farklarını önler */
}

    
    .company-phone-btn,
    .company-contact-btn,
    .site-button-message {
        background: var(--site);
    }
    
    .company-location-btn {
        background: var(--sitegr);
    }
}
/* Mevcut CSS'iniz aynı kalabilir */

/* Mobil için düzenleme */
@media (max-width: 767px) {
    .col-6 {
        width: 100%; /* Mobilde tam genişlik kullan */
    }
    
    .btn-container {
        justify-content: center;
    }
    
    .btn-item {
        flex: 0 0 auto;
        margin-bottom: 5px;
    }
    
    .company-phone-btn,
    .company-location-btn,
    .company-contact-btn,
    .site-button-message {
        display: inline-block;
        padding: 8px 12px;
        white-space: nowrap;
        text-align: center;
        color: white;
        border-radius: 5px;
    }
    
    .company-phone-btn,
    .company-contact-btn,
    .site-button-message {
        background: var(--site);
    }
    
    .company-location-btn {
        background: var(--sitegr);
    }
}
.star-warper.ratio-box-sw {
    display: flex;
}

.custom-container-banner {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.cd-top-bg:before {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(87deg, #051e58, transparent);
}

.user-company-name {
    color: var(--sitew);
}

.freelancer-socials ul {
    display: flex;
    justify-content: flex-start;
}

.freelancer-socials ul li {
    margin-right: 5px;
}

.company-detail-content-area {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
	max-width: 100%;
  overflow-x: hidden;
  word-break: normal;
  overflow-wrap: anywhere;
}

.cd-sidebar-widget {
    padding: 20px;
    background: var(--sitew);
    border-radius: 10px;
}

.title {
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: var(--site-sh-box);
}
.firmatitle {
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 10px;
    box-shadow: var(--site-sh-box);
}

.company-features-list {
    margin-bottom: 10px;
}


.company-information {
    display: flex;
    justify-content: space-between;
}

.cd-reviews {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.ans-box {
    padding-left: 50px;
}

.company-detail-widget {
    position: sticky;
    top: 108px;
}

.site-button-message {
    color: #fff;
    background: #c0a10a;
    padding: 10px;
    border-radius: 5px;
    width: 150px;
    display: flex;
    justify-content: center;
    margin-right: 5px;
    border: none;
}

.site-button-report {
    width: 100%;
    background: #dd0000;
    color: var(--sitew);
    transition: all 500ms ease;
}

.site-button-report:hover {
    background: red;
    color: var(--sitew);
    transition: all 500ms ease;
}

.report-cs-dsc {
    font-size: 11px;
    text-align: center;
    padding: 10px;
}

.freelancer-socials ul {
    justify-content: center;
}

.freelancer-socials ul li {
    font-size: 32px;
}

.freelancer-socials ul li a {
    color: var(--site);
}

.freelancer-socials {
    padding: 10px;
}
.firma-sahiplen-btn {
    background: linear-gradient(135deg, #004dda, #007bff);
    color: #fff;
    padding: 10px 15px; /* Diğer butonlarla aynı padding */
    font-weight: 600;
    font-size: 16px; /* Diğer butonlara uyumlu boyut */
    border: none;
    border-radius: 5px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 77, 218, 0.2);
    text-decoration: none;
    height: 44px; /* Sabit yükseklikle hizalama */
    min-width: 120px; /* Genişlik dengesizliği varsa kullanılabilir */
}

.firma-sahiplen-btn:hover {
    background: linear-gradient(135deg, #0039b0, #0058e6);
    box-shadow: 0 4px 12px rgba(0, 77, 218, 0.3);
    transform: translateY(-1px);
}

.firma-sahiplen-btn i {
    font-size: 16px;
}
