
html.pt-offer-home-root,
html.pt-offer-home-root body.pt-offer-body {
    width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

html.pt-offer-home-root body.pt-offer-body::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

html.pt-offer-home-root form,
html.pt-offer-home-root #wrapper,
html.pt-offer-home-root .body,
html.pt-offer-home-root .main-wrapper {
    overflow: hidden !important;
}

.pt-offer-company-page,
.pt-offer-company-page * {
    box-sizing: border-box;
}

body.pt-offer-body {
    overflow-x: hidden !important;
    background: #ffffff;
}

body.pt-offer-body footer,
body.pt-offer-body #footer,
body.pt-offer-body .footer,
body.pt-offer-body .site-footer {
    display: none !important;
}

.pt-offer-company-page {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #26313d;
    font-family: inherit;
}

html.pt-offer-home-root .pt-offer-company-page {
    height: auto;
    min-height: 0;
    overflow: visible;
}

.pt-offer-company-page a {
    text-decoration: none;
}

.pt-offer-topline {
    position: relative;
    z-index: 5;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border-top: 1px solid #edf2f7;
    border-bottom: 2px solid #2f8ed0;
    box-shadow: 0 1px 4px rgba(22, 42, 65, 0.10);
}

.pt-offer-topline-inner {
    width: min(1440px, calc(100vw - 24px));
    height: 64px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}

.pt-offer-brand {
    min-width: 260px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.pt-offer-logo {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 0;
}

.pt-offer-logo img {
    display: block;
    width: auto;
    max-width: 250px;
    max-height: 52px;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: contain;
    object-position: left center;
}

.pt-offer-company-name {
    display: flex;
    align-items: center;
    height: 64px;
    color: #142f48;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.12;
}

.pt-offer-tabs {
    height: 64px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    white-space: nowrap;
}

.pt-offer-tabs a {
    height: 42px;
    min-width: 104px;
    margin: 0;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7e3ee;
    border-radius: 4px;
    background: #ffffff;
    color: #162f46;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(19, 48, 75, 0.06);
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pt-offer-tabs a:first-child {
    border-left: 1px solid #d7e3ee;
}

.pt-offer-tabs a.is-current,
.pt-offer-tabs a:hover {
    background: linear-gradient(180deg, #3197d8 0%, #247fbe 100%);
    color: #ffffff;
    border-color: #247fbe;
    box-shadow: 0 7px 16px rgba(47, 142, 208, 0.24);
    transform: translateY(-1px);
}

.pt-offer-stage {
    width: min(1440px, calc(100vw - 24px));
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    line-height: 0;
}

html.pt-offer-home-root .pt-offer-stage {
    overflow: hidden;
}

.pt-offer-slider {
    position: relative;
    width: 100%;
    height: 620px;
    min-height: 420px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #e8edf2;
    isolation: isolate;
}

html.pt-offer-home-root .pt-offer-slider {
    height: calc(100vh - 230px);
    min-height: 320px;
    max-height: none;
}

.pt-offer-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transform: none;
    transition: opacity 700ms ease-in-out, visibility 0s linear 700ms;
    backface-visibility: hidden;
    will-change: opacity;
}

.pt-offer-slide.is-active,
.pt-offer-slide.is-leaving {
    visibility: visible;
    transition: opacity 700ms ease-in-out, visibility 0s linear 0s;
}

.pt-offer-slide.is-active {
    z-index: 4;
    opacity: 1;
    transform: none;
}

.pt-offer-slide.is-leaving {
    z-index: 3;
    opacity: 0;
    transform: none;
}

.pt-offer-slide img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: cover;
    object-position: center center;
    transform: none !important;
    transition: none !important;
    will-change: auto;
}

.pt-offer-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 58px;
    min-height: 58px;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.68);
    color: #ffffff;
    line-height: 1;
    overflow: hidden;
    transform: none;
}

.pt-offer-caption.is-static {
    position: absolute;
    inset: auto 0 0 0;
}

.pt-offer-caption-inner {
    width: 100%;
    height: 58px;
    min-height: 58px;
    margin: 0;
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    overflow: hidden;
}

.pt-offer-caption strong {
    height: auto;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-right: 0 !important;
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: visible;
}

.pt-offer-caption span {
    height: auto;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.18;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 991px) {
    html.pt-offer-home-root,
    html.pt-offer-home-root body.pt-offer-body {
        overflow-y: auto !important;
        height: auto !important;
    }

    .pt-offer-topline-inner,
    .pt-offer-stage {
        width: calc(100vw - 24px);
    }

    .pt-offer-caption-inner {
        width: 100%;
        padding: 0 24px;
    }

    .pt-offer-topline-inner {
        height: auto;
        min-height: 76px;
        flex-wrap: wrap;
        gap: 8px;
        padding: 8px 0 0;
    }

    .pt-offer-brand,
    .pt-offer-logo,
    .pt-offer-company-name {
        height: 58px;
    }

    .pt-offer-logo img {
        max-height: 48px;
    }

    .pt-offer-tabs {
        width: 100%;
        height: 34px;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .pt-offer-slider {
        height: 420px;
        min-height: 420px;
    }

    .pt-offer-caption {
        height: 58px;
        min-height: 58px;
    }

    .pt-offer-caption-inner {
        height: 58px;
        min-height: 58px;
    }

    .pt-offer-caption strong {
        font-size: 19px;
    }

    .pt-offer-caption span {
        font-size: 17px;
    }
}

.pt-offer-content {
    width: 100%;
    margin: 0;
    padding: 34px 0 48px;
    background: linear-gradient(#eef3f7 0%, #ffffff 240px);
}

.pt-offer-content-inner {
    width: min(1440px, calc(100vw - 30px));
    margin: 0 auto;
    padding: 0;
}

.pt-offer-split {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.pt-offer-side-nav {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.pt-offer-side-nav a {
    display: block;
    padding: 13px 15px;
    border: 1px solid #dde6ee;
    border-radius: 4px;
    background: #ffffff;
    color: #1b2f42;
    font-size: 14px;
    font-weight: 600;
}

.pt-offer-side-nav a.is-current,
.pt-offer-side-nav a:hover {
    border-color: #2f8ed0;
    background: #2f8ed0;
    color: #ffffff;
}

.pt-offer-panel {
    margin: 0;
    padding: 28px;
    border: 1px solid #dde6ee;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(16, 40, 65, 0.08);
}

.pt-offer-pane#ptContactMain,
.pt-offer-pane#ptContactBranches {
    max-width: 100%;
}

.pt-offer-pane,
.pt-offer-project-pane {
    display: none;
}

.pt-offer-pane.is-open,
.pt-offer-project-pane.is-open {
    display: block;
}

.pt-offer-panel h1 {
    margin: 0 0 18px;
    padding: 0 0 12px;
    border-bottom: 1px solid #e3eaf1;
    color: #142f48;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
}

.pt-offer-panel h2 {
    margin: 24px 0 12px;
    color: #1a354d;
    font-size: 19px;
    font-weight: 700;
}

.pt-offer-rich-text,
.pt-offer-rich-text p,
.pt-offer-panel p {
    color: #4b5d6d;
    font-size: 15px;
    line-height: 1.75;
}

.pt-offer-project-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.pt-offer-filter-tabs {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.pt-offer-filter-tabs button {
    height: 38px;
    padding: 0 15px;
    border: 1px solid #dce5ed;
    border-radius: 4px;
    background: #ffffff;
    color: #1b2f42;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.pt-offer-filter-tabs button.is-current,
.pt-offer-filter-tabs button:hover {
    border-color: #2f8ed0;
    background: #2f8ed0;
    color: #ffffff;
}

.pt-offer-project-selects {
    display: flex;
    gap: 10px;
}

.pt-offer-project-selects select {
    height: 38px;
    min-width: 150px;
    border: 1px solid #dce5ed;
    border-radius: 4px;
    background: #ffffff;
    color: #34495e;
    padding: 0 10px;
}

.pt-offer-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pt-offer-project-item {
    display: block;
    border: 1px solid #dfe7ee;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
    color: #1b2f42;
    box-shadow: 0 8px 18px rgba(18, 44, 70, 0.06);
}

.pt-offer-project-image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #e8edf2;
    overflow: hidden;
}

.pt-offer-project-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pt-offer-project-image em {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 5px 9px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.62);
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.pt-offer-project-name {
    display: block;
    padding: 13px 14px 15px;
}

.pt-offer-project-name strong,
.pt-offer-project-name small {
    display: block;
}

.pt-offer-project-name strong {
    color: #152f47;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.pt-offer-project-name small {
    margin-top: 5px;
    color: #637588;
    font-size: 13px;
}

.pt-offer-contact-lines {
    display: grid;
    gap: 0;
}

.pt-offer-contact-lines p {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 16px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #edf2f6;
}

.pt-offer-contact-lines strong {
    color: #142f48;
    font-weight: 700;
}

.pt-offer-contact-lines a {
    color: #2f8ed0;
    font-weight: 600;
}

.pt-offer-map {
    position: relative;
    height: 280px;
    margin-top: 16px;
    border: 1px solid #dce5ed;
    border-radius: 6px;
    overflow: hidden;
    background: #eef3f7;
}

.pt-offer-google-map,
.pt-offer-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.pt-offer-route {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-top: 10px;
    padding: 0 16px;
    border-radius: 4px;
    background: #2f8ed0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.pt-offer-address-accordion {
    display: grid;
    gap: 8px;
}

.pt-offer-address-item {
    border: 1px solid #dce5ed;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
}

.pt-offer-address-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 50px;
    padding: 0 18px;
    border: 0;
    background: #f7fafc;
    color: #17324a;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.pt-offer-address-toggle:hover,
.pt-offer-address-item.is-open .pt-offer-address-toggle {
    background: #eef6fc;
    color: #187fbd;
}

.pt-offer-address-toggle i {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.pt-offer-address-toggle i::before,
.pt-offer-address-toggle i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
}

.pt-offer-address-toggle i::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .18s ease;
}

.pt-offer-address-item.is-open .pt-offer-address-toggle i::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.pt-offer-address-content[hidden] {
    display: none !important;
}

.pt-offer-address-body {
    padding: 8px 18px 18px;
    border-top: 1px solid #e4ebf2;
    background: #ffffff;
}

.pt-offer-address-body .pt-offer-map {
    height: 280px;
}

.pt-offer-empty,
.pt-offer-empty-text {
    color: #5c6d7d;
}

.pt-offer-empty {
    width: min(760px, calc(100vw - 30px));
    margin: 40px auto;
    padding: 30px;
    border: 1px solid #dde6ee;
    border-radius: 6px;
    background: #ffffff;
    text-align: center;
}

.pt-offer-empty h1 {
    margin: 0 0 12px;
    color: #142f48;
    font-size: 25px;
}

.pt-offer-empty a {
    color: #2f8ed0;
    font-weight: 700;
}

@media (max-width: 991px) {
    .pt-offer-topline-inner {
        height: auto;
        min-height: 66px;
        flex-direction: column;
        gap: 0;
        padding-top: 8px;
    }

    .pt-offer-brand {
        width: 100%;
        min-width: 0;
        justify-content: center;
    }

    .pt-offer-logo,
    .pt-offer-company-name {
        justify-content: center;
    }

    .pt-offer-tabs {
        width: 100%;
        height: auto;
        justify-content: center;
        flex-wrap: wrap;
    }

    .pt-offer-slider {
        height: 420px;
        min-height: 420px;
    }

    .pt-offer-split {
        grid-template-columns: 1fr;
    }

    .pt-offer-project-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .pt-offer-project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .pt-offer-topline-inner,
    .pt-offer-caption-inner,
    .pt-offer-content-inner {
        width: calc(100vw - 20px);
    }

    .pt-offer-tabs a {
        flex: 1 1 auto;
        min-width: 0;
        padding: 0 10px;
    }

    .pt-offer-slider {
        height: 380px;
        min-height: 380px;
    }

    .pt-offer-caption-inner {
        min-height: 72px;
        gap: 12px;
    }

    .pt-offer-caption strong {
        max-width: 150px;
        padding-right: 12px;
        font-size: 16px;
    }

    .pt-offer-caption span {
        font-size: 16px;
    }

    .pt-offer-panel {
        padding: 20px;
    }

    .pt-offer-project-grid {
        grid-template-columns: 1fr;
    }

    .pt-offer-contact-lines p {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .pt-offer-address-toggle {
        min-height: 48px;
        padding: 0 14px;
    }

    .pt-offer-address-body {
        padding: 6px 14px 14px;
    }

    .pt-offer-map,
    .pt-offer-address-body .pt-offer-map {
        height: 240px;
    }
}

html.pt-offer-home-root,
html.pt-offer-home-root body.pt-offer-body {
    height: 100vh !important;
    min-height: 100vh !important;
    overflow: hidden !important;
}

html.pt-offer-home-root form,
html.pt-offer-home-root #wrapper,
html.pt-offer-home-root .body,
html.pt-offer-home-root .main-wrapper,
html.pt-offer-home-root .pt-offer-company-page,
html.pt-offer-home-root .pt-offer-stage {
    min-height: 0 !important;
    overflow: hidden !important;
}

html.pt-offer-home-root .pt-offer-stage {
    height: calc(100vh - 230px);
}

/* =========================================================
   BIDENTRA İNŞAAT ŞİRKETLERİ - LİSTE SAYFASI
   Yalnız /tr/insaat-sirketleri/index.aspx
   ========================================================= */

body.bd-companies-list-body {
    overflow-x: hidden !important;
    background: #f4f8fb !important;
}

body.bd-companies-list-body footer,
body.bd-companies-list-body #footer,
body.bd-companies-list-body .footer,
body.bd-companies-list-body .site-footer,
body.bd-companies-list-body #lock-breadcrumb {
    display: none !important;
}

main.bd-companies-page,
main.bd-companies-page * {
    box-sizing: border-box;
}

main.bd-companies-page {
    width: 100% !important;
    margin: 0 !important;
    padding: 16px 0 34px !important;
    background: #f4f8fb !important;
    color: #142f48 !important;
    font-family: inherit !important;
}

main.bd-companies-page a {
    text-decoration: none !important;
}

main.bd-companies-page .bd-companies-shell {
    width: min(1680px, calc(100vw - 24px)) !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 310px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
}

main.bd-companies-page .bd-companies-filter,
main.bd-companies-page .bd-companies-list {
    min-width: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

main.bd-companies-page .bd-filter-box {
    position: relative !important;
    z-index: 20 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 16px !important;
    overflow: visible !important;
    border: 1px solid #dbe6ef !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 20px rgba(19, 48, 75, 0.055) !important;
}

main.bd-companies-page .bd-filter-box h1 {
    margin: 0 0 14px !important;
    color: #142f48 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
}

main.bd-companies-page .bd-field {
    position: relative !important;
    width: 100% !important;
    margin: 0 0 8px !important;
}

main.bd-companies-page .bd-field select,
main.bd-companies-page .bd-table-search input {
    width: 100% !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 11px !important;
    border: 1px solid #bfd3e1 !important;
    border-radius: 7px !important;
    background: #ffffff !important;
    color: #1c3348 !important;
    font-size: 13px !important;
    font-family: inherit !important;
    line-height: 40px !important;
    outline: none !important;
}

main.bd-companies-page .bd-field select:disabled {
    cursor: not-allowed !important;
    opacity: 0.58 !important;
    background: #f3f6f9 !important;
}

main.bd-companies-page .bd-field select:focus,
main.bd-companies-page .bd-table-search input:focus {
    border-color: rgba(0, 173, 238, 0.78) !important;
    box-shadow: 0 0 0 3px rgba(0, 173, 238, 0.12) !important;
}

main.bd-companies-page .bd-country-native {
    display: none !important;
}

main.bd-companies-page .bd-country-picker {
    position: relative !important;
    width: 100% !important;
}

main.bd-companies-page .bd-country-picker-button {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 40px !important;
    padding: 8px 12px !important;
    overflow: hidden !important;
    border: 1px solid #bfd3e1 !important;
    border-radius: 7px !important;
    background: #ffffff !important;
    color: #0f2b46 !important;
    font-size: 13.5px !important;
    font-weight: 620 !important;
    line-height: 1.2 !important;
    outline: none !important;
    cursor: pointer !important;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease !important;
}

main.bd-companies-page .bd-country-picker-button:hover,
main.bd-companies-page .bd-country-picker.open .bd-country-picker-button {
    border-color: rgba(0, 173, 238, 0.78) !important;
    box-shadow: 0 0 0 3px rgba(0, 173, 238, 0.12) !important;
}

main.bd-companies-page .bd-country-picker-button > span,
main.bd-companies-page .bd-country-picker-option {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 0 !important;
}

main.bd-companies-page .bd-country-picker-button > span {
    width: 100% !important;
}

main.bd-companies-page .bd-country-picker-button strong,
main.bd-companies-page .bd-country-picker-option span {
    display: block !important;
    min-width: 0 !important;
    overflow: hidden !important;
    color: #0f2b46 !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

main.bd-companies-page .bd-country-picker-button strong {
    font-size: 13.5px !important;
}

main.bd-companies-page .bd-country-picker-option span {
    font-size: 13px !important;
}

main.bd-companies-page .bd-country-picker-button img,
main.bd-companies-page .bd-country-picker-option img {
    display: block !important;
    width: 20px !important;
    height: 14px !important;
    object-fit: cover !important;
    border-radius: 2px !important;
    box-shadow: 0 0 0 1px rgba(15, 42, 68, 0.12) !important;
    flex: 0 0 auto !important;
}

main.bd-companies-page .bd-country-picker-menu {
    position: absolute !important;
    z-index: 100 !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(100% + 6px) !important;
    display: none !important;
    max-height: 280px !important;
    padding: 6px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: 1px solid #d4dee8 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 34px rgba(15, 42, 68, 0.16) !important;
}

main.bd-companies-page .bd-country-picker.open .bd-country-picker-menu {
    display: block !important;
}

main.bd-companies-page .bd-country-picker-option {
    width: 100% !important;
    min-height: 36px !important;
    padding: 8px 9px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: transparent !important;
    text-align: left !important;
    cursor: pointer !important;
}

main.bd-companies-page .bd-country-picker-option:hover,
main.bd-companies-page .bd-country-picker-option[aria-selected="true"] {
    background: #eef9ff !important;
    color: #008fc7 !important;
}

main.bd-companies-page .bd-search-button {
    width: 100% !important;
    height: 38px !important;
    margin: 3px 0 0 !important;
    padding: 0 14px !important;
    border: 1px solid #247fbe !important;
    border-radius: 6px !important;
    background: linear-gradient(180deg, #3197d8 0%, #247fbe 100%) !important;
    color: #ffffff !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    font-family: inherit !important;
    cursor: pointer !important;
}

main.bd-companies-page .bd-list-toolbar {
    min-height: 48px !important;
    margin: 0 0 10px !important;
    padding: 8px 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    border: 1px solid #dbe6ef !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(19, 48, 75, 0.04) !important;
}

main.bd-companies-page .bd-list-count {
    color: #263b51 !important;
    font-size: 14px !important;
    font-weight: 650 !important;
}

main.bd-companies-page .bd-list-count strong {
    color: #2f8ed0 !important;
    font-weight: 900 !important;
}

main.bd-companies-page .bd-view-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

main.bd-companies-page .bd-view-btn {
    min-width: 112px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #00adee !important;
    border-radius: 7px !important;
    background: linear-gradient(180deg, #00adee 0%, #008fc7 100%) !important;
    color: #ffffff !important;
    font-size: 12.8px !important;
    font-weight: 800 !important;
    font-family: inherit !important;
    line-height: 1 !important;
    text-align: center !important;
    cursor: pointer !important;
    box-shadow: 0 8px 16px rgba(0, 143, 199, 0.16) !important;
}

main.bd-companies-page .bd-bc-map-area {
    display: none;
    width: 100% !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

main.bd-companies-page .bd-bc-map-panel {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid #d6e2eb !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 28px rgba(15, 42, 68, 0.08) !important;
}

main.bd-companies-page #bdBuildingCompanyMap {
    display: block !important;
    width: 100% !important;
    height: 520px !important;
    min-height: 520px !important;
    max-height: 520px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #e5e3df !important;
    overflow: hidden !important;
}

main.bd-companies-page .bd-bc-map-empty {
    display: none;
    margin: 12px 16px 16px !important;
    padding: 14px 16px !important;
    border: 1px solid #f0dfaa !important;
    border-radius: 8px !important;
    background: #fff8e1 !important;
    color: #684b00 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

main.bd-companies-page .bd-company-map-type-control {
    display: inline-flex !important;
    align-items: center !important;
    margin: 14px 0 0 14px !important;
    padding: 4px !important;
    border: 1px solid rgba(0, 46, 91, 0.14) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 8px 20px rgba(15, 42, 68, 0.16) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

main.bd-companies-page .bd-company-map-type-control button {
    min-width: 72px !important;
    height: 34px !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: transparent !important;
    color: #002e5b !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 34px !important;
    cursor: pointer !important;
    transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease !important;
}

main.bd-companies-page .bd-company-map-type-control button:hover {
    background: #eef9ff !important;
    color: #008fc7 !important;
}

main.bd-companies-page .bd-company-map-type-control button.is-active {
    background: linear-gradient(180deg, #00adee 0%, #008fc7 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 5px 12px rgba(0, 143, 199, 0.24) !important;
}

main.bd-companies-page .bd-company-table-card {
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 14px 14px !important;
    border: 1px solid #dbe6ef !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 26px rgba(19, 48, 75, 0.06) !important;
    overflow: hidden !important;
}

main.bd-companies-page .bd-table-search {
    width: 380px !important;
    max-width: 100% !important;
    margin: 0 0 11px !important;
    padding: 0 !important;
}

main.bd-companies-page .bd-company-table-wrap {
    width: 100% !important;
    overflow-x: auto !important;
}

main.bd-companies-page .bd-company-table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 0 !important;
    background: #ffffff !important;
}

main.bd-companies-page .bd-col-logo { width: 118px !important; }
main.bd-companies-page .bd-col-company { width: auto !important; }
main.bd-companies-page .bd-col-country { width: 230px !important; }
main.bd-companies-page .bd-col-city { width: 150px !important; }
main.bd-companies-page .bd-col-region { width: 190px !important; }

main.bd-companies-page .bd-company-table thead th {
    height: 36px !important;
    padding: 0 10px !important;
    border-top: 1px solid #dfe9f2 !important;
    border-bottom: 1px solid #dfe9f2 !important;
    background: #f4f8fb !important;
    color: #122b42 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-align: left !important;
    white-space: nowrap !important;
}

main.bd-companies-page .bd-company-table thead th:first-child {
    border-left: 1px solid #dfe9f2 !important;
    border-radius: 8px 0 0 8px !important;
}

main.bd-companies-page .bd-company-table thead th:last-child {
    border-right: 1px solid #dfe9f2 !important;
    border-radius: 0 8px 8px 0 !important;
}

main.bd-companies-page .bd-company-table tbody td {
    height: 66px !important;
    padding: 7px 10px !important;
    overflow: hidden !important;
    border-bottom: 1px solid #e6eef5 !important;
    color: #243b52 !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
    text-overflow: ellipsis !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
}

main.bd-companies-page .bd-company-table tbody tr:hover td {
    background: #f8fbfd !important;
}

main.bd-companies-page .bd-company-country,
main.bd-companies-page .bd-company-city,
main.bd-companies-page .bd-company-region {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

main.bd-companies-page .bd-company-logo {
    width: 102px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

main.bd-companies-page .bd-company-logo img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
    border: 0 !important;
}

main.bd-companies-page .bd-logo-placeholder {
    width: 44px !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 7px !important;
    background: #2f8ed0 !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

main.bd-companies-page .bd-company-name,
main.bd-companies-page .bd-company-legal {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

main.bd-companies-page .bd-company-name {
    margin: 0 0 3px !important;
    color: #2f8ed0 !important;
    font-size: 13.5px !important;
    font-weight: 900 !important;
    line-height: 1.18 !important;
}

main.bd-companies-page .bd-company-name:hover {
    color: #176fa8 !important;
}

main.bd-companies-page .bd-company-legal {
    color: #263b51 !important;
    font-size: 12.5px !important;
    font-weight: 650 !important;
    line-height: 1.24 !important;
}

main.bd-companies-page .bd-empty-cell {
    height: auto !important;
    padding: 20px !important;
    color: #5c7186 !important;
    text-align: center !important;
}

main.bd-companies-page .bd-table-footer {
    margin-top: 10px !important;
    padding: 10px 2px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    color: #60758a !important;
    font-size: 12.3px !important;
    font-weight: 650 !important;
}

main.bd-companies-page .bd-pagination {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

main.bd-companies-page .bd-pagination a,
main.bd-companies-page .bd-pagination span {
    min-width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 9px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #d4e0eb !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    color: #21384d !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    font-family: inherit !important;
    line-height: 1 !important;
}

main.bd-companies-page .bd-pagination a:hover,
main.bd-companies-page .bd-pagination span.active {
    border-color: #00adee !important;
    background: #00adee !important;
    color: #ffffff !important;
}

main.bd-companies-page .bd-pagination span.disabled {
    opacity: 0.48 !important;
    cursor: default !important;
}

main.bd-companies-page.bd-list-mode .bd-bc-map-area,
main.bd-companies-page:not(.bd-map-mode) .bd-bc-map-area {
    display: none !important;
}

main.bd-companies-page.bd-map-mode .bd-companies-shell {
    grid-template-columns: 310px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 10px !important;
}

main.bd-companies-page.bd-map-mode .bd-companies-list {
    display: contents !important;
}

main.bd-companies-page.bd-map-mode .bd-list-toolbar {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    margin-bottom: 0 !important;
}

main.bd-companies-page.bd-map-mode .bd-bc-map-area {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: block !important;
    margin-bottom: 0 !important;
}

main.bd-companies-page.bd-map-mode .bd-companies-filter {
    grid-column: 1 !important;
    grid-row: 3 !important;
}

main.bd-companies-page.bd-map-mode .bd-company-table-card {
    grid-column: 2 !important;
    grid-row: 3 !important;
}

@media (max-width: 1180px) {
    main.bd-companies-page .bd-companies-shell,
    main.bd-companies-page.bd-map-mode .bd-companies-shell {
        grid-template-columns: 1fr !important;
    }

    main.bd-companies-page .bd-filter-box {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) auto !important;
        gap: 9px !important;
        align-items: end !important;
    }

    main.bd-companies-page .bd-filter-box h1 {
        grid-column: 1 / -1 !important;
        margin-bottom: 4px !important;
    }

    main.bd-companies-page .bd-field,
    main.bd-companies-page .bd-search-button {
        margin: 0 !important;
    }

    main.bd-companies-page.bd-map-mode .bd-list-toolbar,
    main.bd-companies-page.bd-map-mode .bd-bc-map-area,
    main.bd-companies-page.bd-map-mode .bd-companies-filter,
    main.bd-companies-page.bd-map-mode .bd-company-table-card {
        grid-column: 1 !important;
        grid-row: auto !important;
    }
}

@media (max-width: 860px) {
    main.bd-companies-page {
        padding: 18px 0 30px !important;
    }

    main.bd-companies-page .bd-companies-shell {
        width: calc(100vw - 22px) !important;
    }

    main.bd-companies-page .bd-filter-box {
        display: block !important;
    }

    main.bd-companies-page .bd-field {
        margin-bottom: 8px !important;
    }

    main.bd-companies-page .bd-list-toolbar {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    main.bd-companies-page .bd-table-search {
        width: 100% !important;
    }

    main.bd-companies-page .bd-company-table {
        min-width: 1120px !important;
    }

    main.bd-companies-page #bdBuildingCompanyMap {
        height: 420px !important;
        min-height: 420px !important;
        max-height: 420px !important;
    }
}

@media (max-width: 640px) {
    main.bd-companies-page #bdBuildingCompanyMap {
        height: 360px !important;
        min-height: 360px !important;
        max-height: 360px !important;
    }

    main.bd-companies-page .bd-company-map-type-control {
        margin: 10px 0 0 10px !important;
    }

    main.bd-companies-page .bd-company-map-type-control button {
        min-width: 64px !important;
        height: 32px !important;
        padding: 0 11px !important;
        line-height: 32px !important;
    }

    main.bd-companies-page .bd-table-footer {
        align-items: flex-start !important;
        flex-direction: column !important;
    }
}

/* =========================================================
   2026-07-20 final liste/filtre hizalama
   Projeler modülü ile aynı kontrol davranışı
   ========================================================= */
main.bd-companies-page .bd-filter-box h1 {
    margin: 0 0 16px !important;
    padding: 0 0 4px !important;
    color: #061d35 !important;
    font-size: 18px !important;
    font-weight: 760 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    letter-spacing: -0.01em !important;
}

main.bd-companies-page .bd-field select {
    padding: 8px 34px 8px 13px !important;
    line-height: 1.2 !important;
    appearance: auto !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: auto !important;
}

main.bd-companies-page .bd-field select:disabled,
main.bd-companies-page .bd-field select[disabled] {
    border-color: #dbe7ef !important;
    background: #f7fbfe !important;
    color: #8295a6 !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}

main.bd-companies-page .bd-country-picker-button {
    justify-content: space-between !important;
    gap: 10px !important;
    overflow: visible !important;
}

main.bd-companies-page .bd-country-picker-button > span {
    width: auto !important;
    flex: 1 1 auto !important;
}

main.bd-companies-page .bd-country-picker-button i {
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 2px 4px 8px !important;
    border-right: 1.5px solid #718191 !important;
    border-bottom: 1.5px solid #718191 !important;
    transform: rotate(45deg) !important;
    transition: transform 160ms ease, margin 160ms ease !important;
    flex: 0 0 auto !important;
}

main.bd-companies-page .bd-country-picker.open .bd-country-picker-button i {
    margin-top: 6px !important;
    margin-bottom: 0 !important;
    transform: rotate(-135deg) !important;
}

main.bd-companies-page .bd-country-picker-menu {
    position: static !important;
    z-index: auto !important;
    width: 100% !important;
    max-height: 260px !important;
    margin: 6px 0 0 !important;
    padding: 6px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-radius: 8px !important;
    box-shadow: inset 0 0 0 1px rgba(212, 222, 232, 0.3), 0 10px 24px rgba(15, 42, 68, 0.1) !important;
    scrollbar-width: thin !important;
    scrollbar-color: #82909b #edf2f6 !important;
}

main.bd-companies-page .bd-country-picker-menu::-webkit-scrollbar {
    width: 8px !important;
}

main.bd-companies-page .bd-country-picker-menu::-webkit-scrollbar-track {
    background: #edf2f6 !important;
    border-radius: 8px !important;
}

main.bd-companies-page .bd-country-picker-menu::-webkit-scrollbar-thumb {
    background: #82909b !important;
    border: 2px solid #edf2f6 !important;
    border-radius: 8px !important;
}

main.bd-companies-page .bd-country-picker-option {
    min-height: 34px !important;
}

main.bd-companies-page .bd-country-picker-option span {
    white-space: nowrap !important;
}

main.bd-companies-page .bd-table-search {
    width: 100% !important;
    max-width: 560px !important;
}

main.bd-companies-page .bd-list-count {
    text-transform: capitalize !important;
}

@media (max-width: 1180px) {
    main.bd-companies-page .bd-filter-box {
        align-items: start !important;
    }
}
/* Harita türü kontrolünde yalnız Harita ve Uydu gösterilir. */
main.bd-companies-page .bd-company-map-type-control button[data-map-type="terrain"] {
    display: none !important;
}

/* =========================================================
   İNŞAAT ŞİRKETİ İLETİŞİM - KOMPAKT MASAÜSTÜ YERLEŞİM
   ========================================================= */
@media (min-width: 992px) {
    html.pt-offer-contact-root .pt-offer-content {
        padding: 18px 0 20px !important;
    }

    html.pt-offer-contact-root .pt-offer-split {
        gap: 18px !important;
    }

    html.pt-offer-contact-root .pt-offer-panel {
        padding: 20px 24px 22px !important;
    }

    #ptContactMain h1 {
        margin: 0 0 8px !important;
        padding: 0 0 9px !important;
        font-size: 23px !important;
        line-height: 1.18 !important;
    }

    #ptContactMain .pt-offer-contact-lines p {
        grid-template-columns: 96px minmax(0, 1fr) !important;
        gap: 14px !important;
        padding: 7px 0 !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
    }

    #ptContactMain .pt-offer-map {
        height: clamp(250px, 30vh, 285px) !important;
        margin-top: 10px !important;
    }

    #ptContactMain .pt-offer-google-map,
    #ptContactMain .pt-offer-map iframe {
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    #ptContactMain .pt-offer-route {
        height: 32px !important;
        margin-top: 8px !important;
        padding: 0 14px !important;
    }
}
