:root {
    --color-primary-black: #000000;
    --color-primary-white: #FFFFFF;
    --color-primary: #C92127;
    --color-primary-dark: #333333;
    --color-dark: #212121;
    --color-light: #ffffff;
    --background-color-t: transparent;
    --font-family-primary: 'Catamaran';
    --font-size-xxs: 9px;
    --font-size-xs: 12px;
    --font-size-xsm: 13px;
    --font-size-sm: 14px;
    --font-size-base: 16px;
    --font-size-lg: 18px;
    --font-size-xl: 20px;
    --font-size-xll: 22px;
    --font-size-xlll: 30px;
    --font-size-h1: 24px;
    --font-size-h: 26px;
    --font-size-y: 30px;
    --font-size-yy: 48px;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --spacing-xss: 5px;
    --spacing-xs: 8px;
    --spacing-sm: 10px;
    --spacing-md: 17px;
    --spacing-lg: 20px;
    --spacing-xl: 30px;
    --spacing-xxl: 56px;
    --spacing-xxxl: 60px;
    --spacing-xxxll: 75px;
    --spacing-xxxlll: 116px;
    --spacing-xxxxl: 94px;
    --border-radius-sm: 4px;
    --border-radius-md: 8px;
    --border-radius-search: 12px;
    --border-radius-box: 14px;
    --border-radius-lg: 16px;
    --border-radius-header: 22px;
    --border-radius-product: 30px;
    --border-n: none;
    --border-header-height: 3px solid;
    --border-header-width: 2px solid;
    --box-shadow-md: 0px 8px 16px rgba(0, 0, 0, 0.2);
    --transition-fast: 0.3s ease;
    --sidebar-bg-color: #ffffff;
    --sidebar-collapsed-width: 90.4px;
    --sidebar-expanded-width: 260px;
    --spacing-header-p-m: 25px;
    --padding-nav: 200px;
    --padding-t: 111px;

}

body {
    font-family: var(--font-family-primary) !important;
}

.contact-form {
    padding: 36px 28px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #D8D8D8;
}

legend {
    font-size: 16px;
    font-weight: 500;
}

.contact-form h2 {
    margin-bottom: 20px;
    font-size: 28px;
    font-family: var(--font-family-primary) !important;
    font-weight: 600;
}

label.checkbox-inline.topluluk {
    font-size: 14px;
    font-family: var(--font-family-primary) !important;
    font-weight: 600;
}

span.güncelleme {
    font-size: 14px;
    color: grey;
    font-family: var(--font-family-primary) !important;
    font-weight: 100;
}

.contact-form label {
    display: block;
    margin: 15px 0 5px;
    font-weight: 500;
    font-size: 14px;
    font-family: var(--font-family-primary) !important;
    color: #676767;
}


.contact-form textarea {
    min-height: 100px;
    resize: vertical;
}

.contact-form select {
    cursor: pointer;
}

.checkbox-group {
    margin: 15px 0;
    border: none;
    font-family: var(--font-family-primary) !important;
    padding: 0;
}

.checkbox-group legend {
    font-weight: 600;
    font-size: 14px;
    font-family: var(--font-family-primary) !important;
    margin-bottom: 5px;
}

.checkbox-group label {
    display: block;
    font-weight: normal;
    font-family: var(--font-family-primary) !important;
    margin-bottom: 5px;
    font-size: 14px;
}

.checkbox-inline {
    display: block;
    font-family: var(--font-family-primary) !important;
    margin: 15px 0;
    font-weight: normal;
}

.countrytitle {
    font-family: var(--font-family-primary) !important;
    font-size: 50px;
}

.titleiletism {
    font-size: 50px;
    color: #333333;
}

.map-wrapper {
    width: 100vw;
    /* Use 100% of the viewport width */
    margin: 0;
    /* Remove any default or inherited margins */
    padding: 0;
    /* Remove any default or inherited padding */
    /*
     * If .map-wrapper is nested inside a container that has a max-width
     * or horizontal padding/margin, you might need to use a negative margin
     * to pull it out to the edges.
     */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.map-frame {
    width: 100%;
    height: 727px;
    border: 0;
    display: block;
}

.infotext {
    font-size: 20px;
}

span.iletisiminf {
    font-weight: 600;
}

@media (max-width: 768px) {
    .container-fluid.e {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0px !important;
    }
}
/* Copied from teknoloji.css */
.container-fluid.h {
    padding-left: var(--padding-nav);
    padding-right: var(--padding-nav);
    padding-top: var(--padding-t);

}

.container-fluid.e {
    padding-left: var(--padding-nav);
    padding-right: var(--padding-nav);
    padding-top: var(--padding-e);
}

.bannerp {
    background-image: url(../img/biossbanner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 267px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.banner-text {
    color: white;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    font-family: var(--font-family-primary);
    line-height: 100%;
    letter-spacing: 0%;

}

.subtext {
    padding-top: 24px;
}

span.redt {
    color: red;
}

.titleb {
    font-size: 50px;
    padding-bottom: 30px;
    font-weight: 500;
}

.aboutusa {
    padding-bottom: 30px;
    padding-right: 60px;
    color: #333333 !important;
}

.custom-page-container > .container {
    width: 1500px;
    max-width: 100%;
}

.page-content-padding {
    padding: 60px 0;
}

.contact-area {
    display: flex;
    flex-direction: column;
    row-gap: 78px;
}

.contact-text {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.contact-title {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 54px;
    line-height: 64px;
    color: #333333;
}

.contact-description {
    font-family: Catamaran;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

    .contact-description * {
        margin: 0;
    }

.contact-information-list {
    display: flex;
    flex-direction: column;
    row-gap: 84px;
}

.contact-information-list-item {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.contact-information-list-item-title {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 54px;
    line-height: 64px;
    color: #333333;
}

.contact-information-list-item-value {
    font-family: Catamaran;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #333333;
}

    .contact-information-list-item-value span {
        font-weight: 600;
    }

.contact-form-area {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.contact-form-title-and-input-area {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}

.contact-form-title {
    font-family: Catamaran;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
}

.contact-form-input-area input[type=text], .contact-form-input-area input[type=email], .contact-form-input-area input[type=tel] {
    width: 100%;
    font-family: Catamaran;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #8F8F8F;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
}

.contact-form-input-area textarea {
    width: 100%;
    font-family: Catamaran;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #8F8F8F;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    resize: none;
    min-height: 150px;
    max-height: 150px;
    box-shadow: none;
    outline: none;
}

.contact-form-input-area {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.form-group.form-group-select {
    display: flex;
    flex-direction: column;
}

.form-group-select-title {
    font-family: Catamaran;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

    .form-group-select-title span {
        color: #C92127;
    }

.form-group.form-group-select select {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #8F8F8F;
    padding: 8px 16px;
    border: 1px solid #D8D8D8;
    border-radius: 6px;
}

.form-group.form-group-radio-list {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.form-group-radio-list {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.form-group-radio-list-title {
    font-family: Catamaran;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #000000;
}

.form-group-radio-list label {
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #676767;
}

    .form-group-radio-list label input {
        width: 18px;
        height: 18px;
    }

.form-group.form-group-checkbox-area {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.form-group-checkbox .form-check {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 12px;
}

    .form-group-checkbox .form-check input {
        margin: 0;
    }

    .form-group-checkbox .form-check label {
        margin: 0;
    }

.contact-form-button button {
    padding: 16px 62px;
    background: #C92127;
    border: 1px solid #C92127;
    font-family: Catamaran;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    box-shadow: 0px 4px 5px 0px #00000036;
}

    @media only screen and (max-width: 1199px)
    {
        .contact-text {
            row-gap: 24px;
        }

        .contact-title {
            font-size: 32px;
            line-height: 42px;
        }

        .contact-description {
            font-size: 15px;
            line-height: 23px;
        }

        .contact-information-list-item-title {
            font-size: 32px;
            line-height: 42px;
        }

        .contact-information-list-item-value {
            font-size: 16px;
            line-height: 24px;
        }

        .contact-information-list {
            row-gap: 40px;
        }

        .contact-form-title {
            font-size: 22px;
            line-height: 32px;
        }

        .contact-form-button button {
            padding: 12px 54px;
            font-size: 15px;
            line-height: 23px;
        }

        .page-content-padding {
            padding: 40px 0;
        }

    }

@media (max-width:1002px) {
    .titleb {
        font-size: 34px;
        line-height: 1, 5;
    }

    .container-fluid.h {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 991px)
{
    .contact-area {
        row-gap: 48px;
    }
}

@media (max-width: 767px) {

    .container-fluid.e {
        padding-left: 12px !important;
        padding-right: 0 !important;
    }

    .subtext {
        padding-left: 15px;
    }
}
/* ================================
   Hizmet Kartları CSS
   ================================ */

/* Image Container */
.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .image-container img {
        width: 100%;
        display: block;
        transition: transform 0.4s ease;
    }

/* Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.4);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease;
}

img.haberikon {
    width: 100%;
    max-width: 48px !important;
}

/* Hover Effects */
.image-container:hover img {
    transform: scale(1.05);
}

.image-container:hover .overlay {
    opacity: 1;
}

/* Title */
.hhiz {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Detail Link */
.row .d {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid var(--color-primary);
    padding-bottom: 4px;
    width: fit-content;
}

.detaytext {
    font-size: var(--font-size-base);
    font-weight: 500;
    color: var(--color-primary-dark);
    white-space: nowrap;
}

.detayicon {
    width: 20px;
    height: auto;
}

img.detayicon {
    width: 100%;
    max-width: 26px !important;
}

/* Link Styles */
.col-lg-3 a {
    text-decoration: none;
    color: inherit;
}

    .col-lg-3 a:hover {
        text-decoration: none;
    }

.google-map, .google-map iframe {
    width: 100% !important;
    aspect-ratio: 1 / .46;
    height: 100%;
}
