﻿/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.result-button-container {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 5px;
}

    .result-button-container a {
        text-decoration: none;
        color: black;
        padding: 8px;
        border: 1px solid #ccc;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }

    .result-button-container button {
        text-decoration: none;
        color: black;
        padding: 8px;
        background-color: white;
        border: 1px solid #ccc;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }

        .result-button-container button:hover {
            color: #ff0000;
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
        }

    .result-button-container a:hover {
        color: #ff0000;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    }

.result-labels {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

    .result-labels li {
        margin-bottom: 10px;
        padding: 10px;
        background-color: #f4f4f4;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    }

        .result-labels li a {
            color: black;
        }

            .result-labels li a:hover {
                color: #ff0000;
            }

.strip ul li:last-child {
    float: unset;
}

.list-group-item {
    position: relative;
    display: block;
    padding-left: 10px;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: none;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.fit-content-width {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* stenilen boluk deerini ayarlayabilirsiniz */
}

    .fit-content-width a,
    .fit-content-width button {
        flex: 1 0 calc(100% / var(--button-count) - 10px); /* 10px boluk deeri */
        width: auto;
        white-space: nowrap;
        text-align: center;
    }
    /* stenilen buton saysna gre --button-count deerini ayarlayn */
    .fit-content-width.button-count-2 {
        --button-count: 2;
    }

    .fit-content-width.button-count-3 {
        --button-count: 3;
    }

.disabledLink {
    pointer-events: none; /* Tklamay devre d brakr */
    color: gray; /* Rengi gri yapabilirsiniz veya istediiniz rengi seebilirsiniz */
    cursor: not-allowed; /* aretinin grnmn deitirir */
}

.logo_normal {
    height: 70px;
}

.logo_sticky {
    height: 37px;
}

/*CODING BY DKY*/
.customFilterSelect span span:after,
.customFilterSelect .select2:after {
    display: none !important;
}

.customFilterSelect span span {
    padding: 0 !important;
}
/*General*/
body {
    background: white;
    overflow-x: hidden;
}

main {
    background: white;
}

.position-relative {
    display: inline;
}

.main-menu > ul > li span > a {
    color: #0f172a;
    line-height: 55px;
    font-weight: bold;
    font-size: 0.95rem;
    padding: 0 10px 15px 10px;
}

.main-menu > ul > li:last-child span > a {
    background: #af4154;
    color: white !important;
    padding: 0 30px 0 30px;
    border-radius: 5px;
    line-height: 30px;
    margin-left: 15px;
    border: 2px solid #af4154;
    transition: all 0.35s;
}

    .main-menu > ul > li:last-child span > a:hover {
        background: white;
        color: #af4154 !important;
    }

.main-menu > ul > li:last-child span:hover > a {
    color: white;
    opacity: 1;
}

.main-menu > ul > li span:hover > a {
    color: #af4154;
    opacity: 1;
}

header {
    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    border-bottom: none !important;
    padding: 5px 30px !important;
    height: 80px !important;
    background: white !important;
}

    header.header.sticky .logo_normal {
        display: block;
    }

    header.header.sticky {
        padding: 5px 0 0 0;
        border: none;
    }

    header.sticky .main-menu > ul > li span > a, header.header_in .main-menu > ul > li span > a {
        color: #0f172a;
    }

    header.sticky .main-menu > ul > li span:hover > a, header.header_in .main-menu > ul > li span:hover > a {
        color: #af4154;
        opacity: 1;
    }

.custom-logo-width {
    width: 40%;
}

.general-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0f172a;
}

.general-sub-desc {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity));
    margin-bottom: 3rem;
    display: block;
    margin-top: 0.5rem;
}

.transition {
    transition-duration: .15s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.duration-15 {
    transition-duration: .15s;
}

.ease-out {
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.duration-200 {
    transition-duration: .2s;
}

footer ul.contacts li i {
    color: #af4154;
}

hr {
    margin: 5px 0 5px 0;
}

.margin_60_35 {
    padding-bottom: 12px;
}

footer ul li a:hover {
    color: #af4154;
}

footer ul.links li a:hover:after {
    color: #af4154;
}

footer h3 {
    font-size: 1.3rem;
}

.footer ul li a {
    font-size: 0.9rem;
}

.popover {
    border-radius: 10px;
    translate: 1px -4px;
}

.custom-popover {
    background: #757575;
    color: white;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 8px;
    padding: 0;
    margin: 0;
    border: 1px solid #e3dfdf;
    margin-left: 5px;
    position: relative;
    top: -1.5px;
    text-align: center;
}

.popover-header {
    width: 400px;
    background: white;
    padding: 0;
    color: white;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.2);
}

.popover-custom-title {
    background: #af4154;
    display: block;
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.popover-custom-body {
    color: black;
    padding: 5px 10px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: justify;
    font-size: 13px;
    line-height: 22px;
    padding-right: 20px;
}
/*HOMEPAGE*/
/*Search Box Area*/
.search-box-title {
    font-size: 2.7rem;
    font-weight: bold;
    color: #0f172a;
    line-height: 62px;
}

.search-box-description {
    padding-top: 1rem;
    padding-bottom: 2rem;
    color: rgb(107 114 128);
    font-size: 1rem;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 0;
    text-align: justify;
}

.search-box-form {
}

    .search-box-form .search-box-input,
    .search-box-form #aramaTuru,
    .search-with-keywords input,
    .select2-search__field,
    .search-with-keywords select {
        font-family: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        font-size: 100%;
        font-weight: inherit;
        line-height: inherit;
        color: inherit;
        margin: 0;
        box-sizing: border-box;
        border: 0 solid #e5e7eb;
        border-width: 1px;
        border-radius: 5px;
        margin-right: 0;
        margin-top: 0.25rem;
        height: 3rem;
        width: 100%;
        --tw-border-opacity: 1;
        border-color: rgb(203 213 225/var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        padding: 0.5rem 0.75rem;
        position: relative;
        padding-right: 40px;
        outline: none;
    }

        .search-box-form #aranan:focus,
        .search-box-form #aramaTuru:focus,
        .search-with-keywords input:focus,
        .select2-search__field:focus,
        .search-with-keywords select:focus {
            outline: 1px solid #af4154;
        }

    .search-box-form .icon_search {
        position: absolute;
        right: 29px;
        top: 2px;
        font-size: large;
        color: #af4154;
        font-weight: bold;
        opacity: 0.85;
    }

    .search-box-form #aramaTuru {
        width: 25% !important;
        -webkit-appearance: none;
        background-size: 15px;
        background-image: url(/img/arrow.png);
        background-repeat: no-repeat;
        background-position: center right 14px;
    }

    .search-box-form #searchClick,
    .search-with-keywords button {
        --tw-bg-opacity: 1;
        background-color: #ab0f2b;
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity));
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        border-radius: 5px;
        height: 3rem;
        width: 100%;
        margin-top: 0.25rem;
        box-sizing: border-box;
        border: 0 solid #e5e7eb;
        font-size: 18px;
        transition: opacity ease-in 150ms;
    }

        .search-box-form #searchClick:hover,
        .search-with-keywords button:hover {
            opacity: 0.75;
        }

.search-box-full-height {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.search-box-bg {
    position: relative;
}

    .search-box-bg::after {
        content: "";
        background-color: #f4f2ff;
        position: absolute;
        right: -24%;
        border-radius: 200px;
        width: 66%;
        height: 150%;
        bottom: 306px;
        transform: rotate(16deg);
        transform-origin: bottom left;
        z-index: -9999;
    }

.search-box-transform {
    position: relative;
    will-change: transform;
    --translate-x: 0px;
    --translate-y: 0px;
    transform: translate( var(--translate-x), var(--translate-y));
}

    .search-box-transform img {
        width: 75%;
        object-fit: cover;
        display: block;
        right: 0;
        float: right;
        border-radius: 20px;
        --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
        margin-top: 5rem;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

.search-transform-left {
    position: absolute;
    left: 14%;
    top: 57%;
}

.search-transform-right {
    position: absolute;
    right: -130px;
    top: 50%;
}

    .search-transform-left p,
    .search-transform-right p {
        will-change: transform;
        --translate-x: 0px;
        --translate-y: 0px;
        transform: translate( var(--translate-x), var(--translate-y));
        background: white;
        padding: 15px 45px;
        border-radius: 10px;
        text-align: center;
        font-size: 15px;
        width: 100%;
        margin-bottom: 40px;
        font-weight: bold;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border: 1px solid #ededed;
    }

        .search-transform-left p a,
        .search-transform-right p a {
            color: #676767;
            transition: opacity ease-in 0.2s;
        }

            .search-transform-left p a:hover,
            .search-transform-right p a:hover {
                opacity: 0.75;
            }

            .search-transform-left p a span,
            .search-transform-right p a span {
                font-weight: bold;
                font-size: 23px;
                color: #af4154;
            }

.searcbox-popular-search {
    margin-top: 50px;
}

    .searcbox-popular-search span {
        font-weight: bold;
        margin-right: 5px;
    }

    .searcbox-popular-search a {
        color: #919191;
        margin-right: 5px;
        transition: color ease-in 0.2s;
    }

        .searcbox-popular-search a:hover {
            color: #af4154;
        }

/*Categories Box Area*/

.categories-boxes {
}

.categories-box {
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: rgba(244,242,255,.5);
    border-radius: 0.75rem;
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
    width: 98%;
}

.categories-box-icon {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
    --tw-text-opacity: 1;
    color: rgb(121 74 255/var(--tw-text-opacity));
    font-size: 3rem;
    color: #af4154;
}

.categories-box-title {
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    color: #0f172a;
}

.categories-box-number {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity));
    font-size: 1.2rem;
}

.caterories-link:hover .categories-box {
    background: #af4154;
}

.caterories-link:hover .categories-box-icon,
.caterories-link:hover .categories-box-number,
.caterories-link:hover .categories-box-title {
    color: white;
}

/*Why Us Area*/
.why-us-padding {
    padding-left: 25px;
}

.why-us {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.why-us-img {
    border-radius: 1rem;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.why-us-title {
    font-weight: bold;
    font-size: 2.25rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.why-us-sub-desc {
    display: block;
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity));
    line-height: 2;
    margin-bottom: 2rem;
}

.why-us-box {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    background-color: rgba(244,242,255,.5);
    border-radius: 0.75rem;
    margin-bottom: 30px;
}

.why-us-box-number {
    --tw-text-opacity: 1;
    color: #af4154;
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: bold;
}

.why-us-box-title {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.why-us-box-desc {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity));
    line-height: 2;
}

.why-us-box:hover {
    background: #af4154;
}

    .why-us-box:hover .why-us-box-number,
    .why-us-box:hover .why-us-box-title,
    .why-us-box:hover .why-us-box-desc {
        color: white;
    }

/*Subscribe Area*/
.subscribe {
    padding-bottom: 8rem;
}

.subscribe-box {
    background-color: transparent;
    background-image: radial-gradient(circle,#af4154,#8d3f4c,#99525f);
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 1.5rem;
}

    .subscribe-box:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: url(/img/bg3.webp);
        background-size: cover;
        background-position: 50%;
        opacity: 1;
        z-index: -1;
    }

.subscribe-title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    letter-spacing: -2px;
    line-height: 54px;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 1.25rem;
}

.subscribe-sub-desc {
    --tw-text-opacity: 1;
    color: rgb(243 244 246/var(--tw-text-opacity));
    font-size: 1.125rem;
}

.subscribe-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-radius: 0.75rem;
    max-width: 36rem;
    display: flex;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
}

    .subscribe-form input {
        border-radius: 0.75rem;
        width: 100%;
        margin-top: 0.25rem;
        display: block;
        height: 3rem;
        width: 100%;
        --tw-border-opacity: 1;
        border-color: rgb(203 213 225/var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        padding: 0.5rem 0.75rem;
        font-family: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        font-size: 100%;
        font-weight: inherit;
        line-height: inherit;
        color: inherit;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        border: 0 solid #e5e7eb;
        outline: none;
        font-size: 15px;
        margin-top: 10px;
    }

    .subscribe-form button {
        --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity));
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        border-radius: 0.75rem;
        padding: 0.5rem 1rem;
        cursor: pointer;
        background: #af4154;
        outline: none;
        border: none;
        width: 130px;
        margin: 10px 0;
        height: 50px;
        transition: opacity ease-in 0.2s;
    }

        .subscribe-form button:hover {
            opacity: 0.85;
        }

/*Search Page Filter Area*/
.toggle-area .filter-slide-toggle {
    display: none;
}

.search-with-keywords {
    padding: 10px;
    background: #fdfdfd;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    user-select: none;
    position: relative;
    margin-top: 10px;
}

    .search-with-keywords span {
        margin: 0;
        padding: 10px 5px 10px 5px;
        position: relative;
        cursor: pointer;
        color: #5c5c5c;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 1px;
        display: block;
        font-weight: bold;
    }

        .search-with-keywords span:after {
            content: "\f053";
            position: absolute;
            right: 0;
            top: 6px;
            font-family: "Font Awesome 6 Free";
            display: inline-block;
            font-weight: bold;
            font-size: 20px;
            color: #af4154;
        }

.down-arrow:after {
    content: "\f107" !important;
}

.toggle-area .down-arrow:after {
    content: "\f053" !important;
}

.toggle-area span:after {
    content: "\f107" !important;
}

.search-with-keywords input {
    width: 100%;
    height: 2rem;
    margin-bottom: 10px;
    box-sizing: border-box;
}

    .search-with-keywords input[type="checkbox"] {
        width: 1em;
        height: 1em;
        padding: 0;
    }

.search-with-keywords select {
    height: 2rem;
    width: 100%;
    padding: 0 0.75rem;
    margin-top: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: inherit;
    appearance: auto;
}

.search-with-keywords button {
    height: 2rem;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    box-sizing: border-box;
}

.search-with-keywords label.form-check-label {
    margin-top: 5px;
    margin-bottom: 0;
}

.search-with-keywords ul li small {
    float: right;
    position: relative;
    top: -1px;
    right: 13px;
}

.search-with-keywords .list-group {
    display: block;
    margin-bottom: 0;
}

.search-with-keywords .custom-list-li {
    margin: 0;
    padding: 0;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.search-with-keywords .custom-form-check {
    font-weight: bold;
    color: #ab0f2b;
    margin-left: 10px;
}

    .search-with-keywords .custom-form-check label {
        font-weight: bold !important;
        margin-bottom: 5px;
    }

.form-check-input:checked {
    background-color: #af4154;
    border-color: #af4154;
    box-shadow: none;
}

.search-with-keywords .ml-4 {
    max-height: 150px;
    overflow: auto;
    width: 100%;
}

    .search-with-keywords .ml-4 small {
        top: 6px !important;
    }

.form-check-input:focus {
    border-color: white;
    outline: 0;
    box-shadow: none;
}

.t3-search-input {
    position: relative;
}

    .t3-search-input:before {
        content: "";
        background: url(https://www.enuygunbakici.com/assets/dist/img/magnifying-glass-solid.svg);
        background-size: cover;
        width: 13px;
        height: 13px;
        position: absolute;
        left: 11px;
        top: 13px;
        z-index: 9999;
    }

.t3-keyword {
    padding-left: 31px !important;
    margin-bottom: 4px !important;
    margin-left: 3px !important;
    width: 99% !important;
}

.custom-list-li .search-with-keywords {
    border-bottom: 1px solid #9d3748;
}

.custom-list-li .filter-slide-toggle {
    display: none;
}

.custom-small-title {
    right: 20px !important;
}

#filters_col {
    border: none;
    padding: 0;
}

a#filters_col_bt {
    background: #af4154;
    color: white;
    padding: 7px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 42px;
    margin-bottom: 14px;
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
}

.margin_60_35 {
    padding-top: 20px;
}

.filter-icon-1 {
    float: right;
    font-size: 19px;
    color: white;
    border-radius: 5px;
    padding: 0;
    transition: all 0.1s ease-in-out;
    position: relative;
}

    .filter-icon-1:hover::after {
        content: attr(data-title);
        position: absolute;
        width: max-content;
        left: -82px;
        background-color: #0f172a;
        padding: 10px;
        border-radius: 10px;
        color: white;
        font-size: 11px;
        font-weight: bold;
        z-index: 99;
        top: 40px;
    }

a#filters_col_bt:before {
    display: none;
}

.form-check-single {
    margin-top: 10px !important;
}

    .form-check-single small {
        top: 6px !important;
    }

.filter-submit-button {
    width: 100%;
    background: #af4154;
    font-weight: 900;
    border-radius: 5px;
    border: 2px solid #af4154;
}

    .filter-submit-button:hover {
        background: white;
        color: #af4154 !important;
    }
/*Search Page Result Area*/
.result-counter {
    border: 1px solid #dedede;
    border-radius: 5px;
    position: relative;
    height: 42px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .result-counter span {
        position: absolute;
        right: 13px;
        top: 8px;
        font-size: 12px;
        cursor: pointer;
        color: #0f172a;
    }

        .result-counter span:hover {
            color: #af4154;
        }

            .result-counter span:hover i {
                color: #af4154;
                font-weight: 900;
            }

    .result-counter p {
        padding: 10px 0 9px 15px;
        margin-bottom: 0;
    }

        .result-counter p strong {
            color: #af4154;
        }

.result-tabs {
    border-bottom: 1px solid #dedede;
    display: flex;
}

    .result-tabs a span {
        font-size: 11px;
        font-weight: bold;
        position: relative;
        top: -1px;
        color: #af4154;
    }

    .result-tabs a {
        padding: 10px;
        background-color: #dee4eb;
        border: solid 1px #c7d0db;
        width: auto;
        margin-right: 8px;
        background-color: #dee4eb;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: solid 1px #c7d0db;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        color: #0f172a;
        position: relative;
        bottom: -1px;
    }

        .result-tabs a:hover {
            background-color: #eef2f6;
        }

            .result-tabs a:hover::after {
                content: attr(data-title);
                position: absolute;
                width: max-content;
                left: -82px;
                background-color: #0f172a;
                padding: 10px;
                border-radius: 10px;
                color: white;
                font-size: 11px;
                font-weight: bold;
                z-index: 99;
                top: 47px;
            }

.result-active-tab {
    background-color: #fff !important;
    border: solid 1px #dedede !important;
    border-bottom: solid 1px #fff !important;
    border-top: solid 3px #af4154 !important;
    bottom: -1px;
    z-index: 2;
    position: relative;
    font-weight: bold;
}

.result-box-container {
    margin-top: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    position: relative;
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
    position: relative;
}

    .result-box-container:hover {
        box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
    }

.result-box-top-title-container {
    position: absolute;
    right: 17px;
    top: -12px;
    margin: 0;
    padding: 0;
}

    .result-box-top-title-container li {
        float: left;
        margin-left: 10px;
    }

.result-box-top-title {
    font-weight: normal;
    color: #af4154;
    border: 1px solid #dedede;
    padding: 5px 10px;
    border-radius: 54px;
    font-size: 11px;
    background: white;
}

.result-box-title {
    font-size: 18px;
    display: block;
    color: #0f172a;
    margin-top: 3px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 20px;
    position: relative;
    padding-top: 10px;
    z-index: 1 !important;
    max-width: 100%;
}

    .result-box-title::before {
        position: absolute;
        content: attr(data-title);
        color: #0f172a;
        font-family: Arial;
        left: -5px;
        top: -35px;
        font-weight: normal;
        border: 1px solid #dedede;
        padding: 5px 20px;
        border-radius: 54px;
        font-size: 11px;
        background: white;
    }

.result-box-context-menu {
    position: absolute;
    right: 20px;
    color: #0f172a;
    cursor: pointer;
    top: 28px;
    font-size: 23px;
    z-index: 999;
    width: 50px;
    text-align: right;
}

#result-box-context-menu-ul {
    display: none;
    background-color: white;
    padding: 10px 0;
    border-radius: 15px 0 15px 15px;
    box-shadow: rgba(0,0,0,.2) 0 12px 28px 0, rgba(0,0,0,.1) 0 2px 4px 0, rgba(255,255,255,.05) 0 0 0 1px inset;
    position: absolute;
    right: 21px;
    min-width: 250px;
    z-index: 3;
    top: 62px;
}

    #result-box-context-menu-ul li {
        padding: 8px 15px;
        display: flex;
        align-items: center;
        font-size: .85em;
        transition: all .2s;
        cursor: pointer;
    }

        #result-box-context-menu-ul li:hover {
            background: #af4154;
            color: white;
        }

        #result-box-context-menu-ul li::before {
            font-weight: 900;
            font-family: "Font Awesome 6 Free";
            content: "\f192";
            margin-right: 7px;
            position: relative;
            top: -1px;
            font-size: 11px;
        }

        #result-box-context-menu-ul li svg {
            width: 18px;
            margin-right: 10px;
        }

.result-box-text {
    font-size: 15px;
    margin-top: 10px;
    line-height: 27px !important;
    text-align: justify;
    margin-bottom: 22px;
    font-weight: 500;
}

.result-box-text-read-more {
    font-size: 12px;
    margin-left: 5px;
    color: #af4154;
    transition: all 0.1s ease-in-out;
}

    .result-box-text-read-more:hover {
        font-weight: bold;
        color: #af4154;
    }

    .result-box-text-read-more i {
        font-size: 10px;
    }

.result-law-button {
    background: #af4154;
    color: white !important;
    padding: 0 15px 0 15px;
    border-radius: 5px;
    line-height: 30px;
    border: 2px solid #af4154;
    transition: all 0.35s;
    position: absolute;
    right: 16px;
    top: 37px;
    display: none;
}

    .result-law-button:hover {
        background: white;
        color: #af4154 !important;
    }

.result-law-box {
    display: none;
}

.result-law-div {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 15px;
    background: #fdfdfd;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    border-radius: 5px;
    max-height: 100%;
}

.result-law-links {
    list-style: auto;
    padding-left: 20px;
}

    .result-law-links li {
    }

        .result-law-links li a::after {
            content: "\f35d";
            position: absolute;
            right: -23px;
            top: 3px;
            font-family: "Font Awesome 6 Free";
            display: inline-block;
            font-weight: bold;
            font-size: 15px;
            color: #af4154;
        }

        .result-law-links li a {
            padding-top: 4px;
            padding-bottom: 4px;
            display: inline-block;
            color: #0f172a;
            transition: all 0.1s ease-in-out;
            position: relative;
        }

            .result-law-links li a:hover {
                font-weight: bold;
            }

.result-law-text-container {
    height: calc(100% - 34px);
}

    .result-law-text-container p {
        margin-bottom: 0;
        background: #2d2d2d;
        color: white;
        border-top-left-radius: 5px;
        padding: 5px 10px;
        border-top-right-radius: 5px;
    }

    .result-law-text-container textarea {
        width: 100%;
        height: 100%;
        border: 1px solid #d5d5d5;
        border-bottom-left-radius: 5px;
        padding: 5px 10px;
        border-bottom-right-radius: 5px;
        text-align: justify;
    }

        .result-law-text-container textarea:focus-visible {
            outline: none;
            -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
            -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 20%);
            box-shadow: 0 0 2px rgb(0 0 0 / 20%);
        }

.result-law-keywords {
    margin-top: 10px;
    z-index: 0 !important;
}

    .result-law-keywords span {
        font-weight: bold;
    }

    .result-law-keywords ul {
        margin: 0;
        margin-top: 16px;
        white-space: nowrap;
        height: 30px;
    }

        .result-law-keywords ul li {
            margin-right: 5px;
            margin-bottom: 15px;
            display: inline;
        }

.swiper {
    width: calc(90vw - 70px);
    max-width: 800px;
    overflow: hidden;
    margin-left: 0;
}

.swiper-slide {
    display: block;
    width: auto;
}

.result-law-keywords ul li a {
    padding: 5px;
    border: 1px solid lightgrey;
    font-size: 11px;
    color: #0f172a;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    height: 28px;
    display: inline-block;
}

    .result-law-keywords ul li a:hover {
        color: #af4154;
    }

.result-box-action-buttons {
    padding-top: 10px;
    border-top: 1px solid lightgrey;
    margin-top: 10px;
}

.result-box-left-actions-buttons {
    margin: 0;
}

    .result-box-left-actions-buttons li {
        float: left;
        border: 1px solid #c9c9c9;
        text-align: left;
        margin-right: 10px;
        border-radius: 5px;
        transition: all 0.2s ease-in-out;
        position: relative;
        min-width: 50px;
    }

        .result-box-left-actions-buttons li:hover,
        .result-box-left-actions-buttons .active-li {
            background: #af4154;
            color: white !important;
        }

            .result-box-left-actions-buttons .active-li i {
                color: white !important;
            }

            .result-box-left-actions-buttons li:hover::before {
                content: attr(data-title);
                position: absolute;
                width: max-content;
                left: 0;
                background-color: #0f172a;
                padding: 10px;
                border-radius: 10px;
                color: white;
                font-size: 11px;
                font-weight: bold;
                z-index: 99;
                top: 40px;
            }

            .result-box-left-actions-buttons li:hover button {
                color: white !important;
            }

                .result-box-left-actions-buttons li:hover button i:before {
                    font-weight: 900;
                }

        .result-box-left-actions-buttons li button {
            border: none;
            background: transparent;
            color: #c9c9c9;
            font-size: 20px;
            transition: all 0.2s ease-in-out;
            width: 100%;
        }

        .result-box-left-actions-buttons li:hover a {
            color: white !important;
        }

            .result-box-left-actions-buttons li:hover a i:before {
                font-weight: 900;
            }

        .result-box-left-actions-buttons li a {
            border: none !important;
            background: transparent !important;
            color: #c9c9c9 !important;
            font-size: 20px !important;
            transition: all 0.2s ease-in-out !important;
            width: 100% !important;
            display: block;
            text-align: center;
            color: #897e7e !important;
        }

            .result-box-left-actions-buttons li a i {
                /*padding-left: 15px;*/
            }

        .result-box-left-actions-buttons li button span {
            font-size: 15px;
            margin-left: 5px;
            top: -2px;
            position: relative;
            right: -1px;
            padding-right: 5px;
        }

.result-box-right {
    float: right;
}

    .result-box-right li {
        float: right;
        border: 1px solid #897e7e;
    }

        .result-box-right li:first-child {
            margin: 0 !important;
        }

        .result-box-right li button {
            color: #897e7e;
        }

        .result-box-right li:hover {
            background: #0f172a;
            color: white !important;
        }

/*Detail Page Area*/
.detail-area .result-box-left-actions-buttons li {
    width: 40px;
}

.detail-area .result-tabs {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background: white;
}

.detail-area .result-box-title-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 47px;
    z-index: 1;
    background: white;
}

.detail-area .result-box-top-title-container {
    top: -35px;
    right: -6px;
}

.detail-area .result-box-context-menu {
    right: 0;
    top: 6px;
}

.detail-area .result-box-title::before {
    display: none;
}

.detail-area #result-box-context-menu-ul {
    display: block;
    box-shadow: none;
    top: -4px;
    right: 0;
    background: transparent;
}

    .detail-area #result-box-context-menu-ul i {
        margin-right: 8px;
        font-size: 15px;
    }

    .detail-area #result-box-context-menu-ul li:hover {
        border-radius: 5px;
    }

    .detail-area #result-box-context-menu-ul li::before {
        display: none;
    }

.detail-area .result-box-action-buttons {
    position: sticky;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: none;
}

.detail-area .result-box-left-actions-buttons {
    background: #676767;
    padding: 10px;
    border-radius: 10px;
}

.detail-area .right-detail-ul {
    background: #af4154;
    border-radius: 100px;
    height: 70px;
    width: 70px;
    position: absolute;
    right: 0;
    bottom: 0;
}

    .detail-area .right-detail-ul li {
        margin-right: 0px !important;
        border: 1px solid white;
        border-radius: 100px;
        height: 50px;
        position: relative;
        top: -1px;
    }

        .detail-area .right-detail-ul li i {
            position: relative;
            top: 12px;
            width: 100%;
            display: block;
            height: 40px;
        }

        .detail-area .right-detail-ul li button {
            color: white;
        }

        .detail-area .right-detail-ul li:hover {
            background: white !important;
            color: #1ba39c !important;
        }

        .detail-area .right-detail-ul li button:hover {
            color: #af4154 !important;
        }

.detail-area #result-box-context-menu-ul li {
    padding: 8px 8px;
    font-size: 14px;
}

.detail-area .swiper {
    width: calc(100vw - 70px);
    max-width: 100%;
    z-index: 0;
}

.detail-area .result-law-keywords ul li {
    margin-right: 5px !important;
}

.detail-area .result-tabs a:hover::after {
    display: none;
}

.detail-area .result-box-left-actions-buttons li:hover::before {
    left: -6px;
    top: -50px;
}

.result-box-text-detail {
}

    .result-box-text-detail p {
        margin-bottom: 15px;
        line-height: 24px;
        text-align: left !important;
    }

/*Login Area*/
.login-success-a {
    margin-left: 11px !important;
    padding: 0 15px 0 15px !important;
}

    .login-success-a i {
        margin-left: 2px;
        font-size: 12px;
    }

@media only screen and (min-width: 992px) {
    .main-menu ul ul {
        left: 11px;
        overflow: hidden;
        border-radius: 0 0 5px 5px;
        width: 242px;
        background-color: #f9f9f9;
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 99;
        transition: all .5s;
        color: black;
        box-shadow: rgba(50,50,105,.15) 0 2px 5px 0, rgba(0,0,0,.05) 0 1px 1px 0;
    }

        .main-menu ul ul li {
            margin: 0;
            position: relative;
            cursor: pointer;
        }

            .main-menu ul ul li a {
                border-bottom: 1px solid rgba(156,156,155,.28);
                transition: all .3s;
                position: relative;
                display: block;
                padding: 11px 10px;
                color: #413d4b;
                font-weight: 400 !important;
                font-size: 14px !important;
            }

                .main-menu ul ul li a:hover {
                    background-color: #f9dca9c9;
                    color: black;
                }

                .main-menu ul ul li a i {
                    margin-right: 10px;
                    color: #af4154;
                }
}

/*User Page Menu Area*/
.user-panel-wrapper {
    border-radius: 5px;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0, rgba(60,64,67,.15) 0 2px 6px 2px;
    overflow: hidden;
}

    .user-panel-wrapper ul {
        margin: 0;
    }

        .user-panel-wrapper ul li {
            margin: 0;
            position: relative;
            cursor: pointer;
            display: block;
            height: auto;
            padding: 0;
        }

            .user-panel-wrapper ul li a {
                border-bottom: 1px solid rgba(156,156,155,.28);
                transition: all .3s;
                position: relative;
                display: block;
                padding: 15px 20px;
                color: #413d4b;
                font-weight: 400;
                font-size: 14px;
                line-height: 1;
                white-space: nowrap;
                margin: 0;
            }

                .user-panel-wrapper ul li a:hover {
                    background-color: #f9dca9c9;
                    color: black;
                }

                .user-panel-wrapper ul li a i {
                    margin-right: 10px;
                    color: #af4154;
                }

            .user-panel-wrapper ul li:first-child {
                cursor: auto;
                text-align: center;
                padding-top: 20px;
            }

                .user-panel-wrapper ul li:first-child .custom-avatar {
                    position: relative;
                    display: inline-block;
                    cursor: pointer;
                    border-radius: 50px;
                    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
                }

                .user-panel-wrapper ul li:first-child p {
                    margin: 7px 0px;
                    text-align: center;
                    font-size: 16px;
                    font-weight: 600;
                }

                    .user-panel-wrapper ul li:first-child p span {
                        font-weight: normal;
                    }

                .user-panel-wrapper ul li:first-child img {
                    width: 90px;
                    height: 90px;
                    margin: 0 auto;
                    border-radius: 50px;
                    object-fit: cover;
                }

                .user-panel-wrapper ul li:first-child .custom-middle {
                    transition: .5s ease;
                    /*opacity: 0;*/
                    position: absolute;
                    top: 0;
                    text-align: center;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    display: table;
                }

                    .user-panel-wrapper ul li:first-child .custom-middle img {
                        margin: 0;
                    }

                .user-panel-wrapper ul li:first-child .custom-avatar:hover .custom-middle {
                    opacity: 1;
                }
/*User Page My Account Page*/
.item-container {
    background-color: #f2f3f7;
    border-radius: 5px;
    padding: 5px 30px 30px 30px;
    margin-bottom: 70px;
}

.item-title {
    font-size: 18px;
    margin: 15px 10px 10px 10px;
    /* font-weight: bold; */
    color: #181a1b;
    position: relative;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

.item-flex-container {
    display: flex;
}

.tab-menu {
    list-style-type: none;
    margin-top: 45px;
    width: 150px;
    position: relative;
    z-index: 2;
    right: -1px;
}

    .tab-menu li a.active {
        border: 1px solid #e4e8ec;
        border-left: 3px solid #af4154;
        border-right: none;
    }

    .tab-menu li a:hover, .tab-menu li a.active {
        background-color: #fff;
    }

    .tab-menu li a {
        font-size: 14px;
        color: #9a9c9d;
        display: block;
        margin-bottom: 5px;
        padding: 10px;
        border: 1px solid transparent;
        border-left: 3px solid transparent;
        transition: all .3s;
    }

.custom-tab-content {
    background-color: #fff;
    padding: 20px;
    width: calc(100% - 150px);
    border-radius: 5px;
    min-height: 500px;
    border: 1px solid #e4e8ec;
    position: relative;
    z-index: 1;
    display: none;
}

.content-title {
    color: #232325;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #e4e8ec;
    margin-top: 25px;
}

.content-container {
    padding: 25px 0 15px 0;
}

    .content-container form {
        width: 400px;
    }

        .content-container form #ogrenciDurumDiv,
        .content-container form #CalismaDurumDiv,
        .content-container form #avukatDurumDiv,
        .content-container form #kurumsalDurumDiv {
            display: none;
        }

    .content-container .form-control:focus {
        border-color: #af4154;
        box-shadow: none;
    }

    .content-container .btn-check:focus + .btn-primary, .btn-primary:focus {
        background-color: #af4154;
        border-color: #af4154;
        box-shadow: none;
    }

    .content-container .btn-primary:hover {
        background-color: white;
        color: #af4154;
    }

    .content-container .btn-primary {
        background: #af4154;
        border: #af4154;
        box-shadow: none !important;
        border: 2px solid #af4154;
        border-color: #af4154;
        font-weight: bold;
        width: 35%;
        float: right;
        font-size: 14px;
    }

    .content-container .customBtn {
        float: left;
        margin-top: 20px;
        background: orange;
        border-color: orange;
    }

        .content-container .customBtn:hover {
            color: orange;
        }

    .content-container textarea {
        height: 100px;
    }

    .content-container .info {
        color: #7d7d82;
        font-size: 15px;
        padding: 10px 0;
        width: 90%;
        line-height: 25px;
        padding-top: 0;
        margin: 0;
    }

        .content-container .info i {
            color: orange;
            font-size: 20px;
        }

    .content-container select {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 1rem center;
        background-size: 1em;
    }

.titleDescription {
    font-size: 14px;
    color: #181a1b;
    margin: 15px 0;
}

.thead-dark {
    background: #b94b5e;
    color: white;
    border-top-left-radius: 10px;
}

.table > tbody {
    vertical-align: middle;
}

.table-new-add {
    position: absolute;
    right: 0;
    border: 1px solid #16a085;
    background: #16a085;
    color: white;
    font-size: 13px;
    padding: 8px 25px;
    border-radius: 5px;
    top: 0;
    transition: all 0.15s ease-in;
    font-weight: bold;
}

    .table-new-add i {
        margin-left: 7px;
    }

    .table-new-add:hover {
        background: white;
        color: #16a085;
    }

.user-area-main {
    padding: 40px 0;
}

.d-none-table {
    display: none;
}

.showTableSub {
    cursor: pointer;
    transition: all .3s;
}

    .showTableSub:hover {
        opacity: 0.9;
    }

.custom-table-buton {
    position: relative;
    background: #af4154;
    color: white;
    font-size: 15px;
    box-shadow: none !important;
    transition: all 0.15s ease-in;
    border: 2px solid #af4154;
}

    .custom-table-buton:hover::after {
        opacity: 1;
    }

    .custom-table-buton::after {
        content: attr(data-title);
        position: absolute;
        width: max-content;
        left: 0;
        background-color: #0f172a;
        padding: 10px;
        border-radius: 10px;
        color: white;
        font-size: 11px;
        font-weight: bold;
        z-index: 99;
        top: 40px;
        opacity: 0;
    }

    .custom-table-buton:hover {
        background: white;
        color: #af4154;
    }

.flat-blue-bg {
    background: #3d81c1;
    border: 2px solid #3d81c1;
}

    .flat-blue-bg:hover {
        color: #3d81c1;
    }

.mb-15 {
    margin-bottom: 15px;
}

.redirectClass {
    background-color: #af4154 !important;
    outline: none !important;
    box-shadow: none !important;
}

.page-link {
    color: #af4154 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #af4154 !important;
    border-color: #af4154;
}

.select2-container .select2-selection--single {
    padding: 8px !important;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
}

.btnFiltrele {
    width: 100%;
    background: #af4154;
    color: white !important;
    border-radius: 5px;
    line-height: 30px;
    border: 2px solid #af4154;
    transition: all 0.35s;
}

    .btnFiltrele:hover {
        background: white;
        color: #af4154 !important;
        border-color: #af4154;
    }

.filter_type {
    margin-bottom: 10px;
}

.highlight {
    background-color: #af4154;
    font-size: 14px;
    color: white;
    border: 1px solid #af4154;
    border-radius: 5px;
    padding: 4px;
    margin: 0px;
}

.result-box-text-detail font {
    line-height: 35px !important;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 900;
    font-size: 16px;
}

.truncisible {
    display: none;
}

.no-results-message {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 5px;
    font-weight: bold;
}

.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default {
    width: initial !important;
    padding-left: 5px;
    margin-bottom: 0px;
    margin-top: 2px;
}

    .select2-container--default.select2-container--focus .select2-selection--multiple {
        border: solid #af4154 1px;
        outline: 0;
        border-radius: 4px;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #af4154;
    }

.select2-container .select2-selection--multiple {
    min-height: 40px;
}

.customFlexBox,
.customFlexBox2 {
    display: flex;
    flex-flow: row;
}

    .customFlexBox input,
    .customFlexBox2 input {
        flex: 1;
        margin-right: 0;
        height: 40px;
        padding-right: 10px;
    }

        .customFlexBox input:first-child {
            margin-right: 5px;
        }

.customSingleSelect .select2-container .select2-selection--single {
    padding: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 4px;
}

.select2-search__field {
    height: 40px !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #af4154 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-deny {
    background-color: rgb(30 147 30) !important;
}

    div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus,
    div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus,
    div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus {
        box-shadow: none !important;
    }

.detailCustomBoxTitle {
    padding-right: 30%;
    line-height: 30px;
}

.mevzuatCustomDetail {
}

    .mevzuatCustomDetail table {
        border: 1px solid #ccc;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: fixed;
    }

        .mevzuatCustomDetail table caption {
            font-size: 1.5em;
            margin: .5em 0 .75em;
        }

        .mevzuatCustomDetail table tr {
            background-color: #f8f8f8;
            border: 1px solid #ddd;
            padding: .35em;
        }

        .mevzuatCustomDetail table th,
        .mevzuatCustomDetail table td {
            padding: .625em;
            text-align: center;
        }

        .mevzuatCustomDetail table th {
            font-size: .85em;
            letter-spacing: .1em;
            text-transform: uppercase;
        }

@media screen and (max-width: 600px) {
    .mevzuatCustomDetail table {
        border: 0;
    }

        .mevzuatCustomDetail table caption {
            font-size: 1.3em;
        }

        .mevzuatCustomDetail table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .mevzuatCustomDetail table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        .mevzuatCustomDetail table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            .mevzuatCustomDetail table td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            .mevzuatCustomDetail table td:last-child {
                border-bottom: 0;
            }
}

@media (min-width: 1200px) {
    h1, .h1, h2, .h2 {
        font-size: 15px;
        font-weight: bold;
    }
}

.makaleCustomDetail * {
    font-family: "Poppins", Helvetica, sans-serif !important;
}

.shareBox {
}

    .shareBox p {
        text-align: center;
        border-bottom: 1px solid #cdcdcd;
        padding-bottom: 10px;
        font-weight: bold;
        font-size: 16px;
    }

    .shareBox ul {
        text-align: center;
        display: inline-block;
        margin: 0;
    }

        .shareBox ul li {
            float: left;
            padding: 0 20px;
        }

            .shareBox ul li a i {
                display: block;
                font-size: 50px;
            }

            .shareBox ul li a span {
                font-weight: bold;
                font-size: 13px;
            }

.noteBoxContainer {
    min-width: 700px !important;
}

.noteBox {
    display: flex;
}

    .noteBox #noteLeft {
        flex: 1;
        padding-right: 10px;
        max-height: 250px;
    }

        .noteBox #noteLeft h5 {
            font-weight: bold;
            font-size: 14px;
            color: #af4154;
        }

        .noteBox #noteLeft .noteDate {
            display: block;
            font-size: 11px;
            color: grey;
            margin-bottom: 5px;
        }

        .noteBox #noteLeft .noteDelete {
            position: absolute;
            right: 10px;
            top: 8px;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            cursor: pointer;
            z-index: 9999;
            padding-right: 0;
        }

        .noteBox #noteLeft p,
        .noteBox #noteRight p {
            text-align: left;
            font-size: 16px;
            font-weight: bold;
            border-bottom: 1px solid #dbdbdb;
            margin: 0;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

        .noteBox #noteLeft ul {
            text-align: left;
            max-height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
            margin: 0;
        }

            .noteBox #noteLeft ul li {
                background: #efefef;
                margin-bottom: 10px;
                padding: 10px;
                border-radius: 5px;
                line-height: 18px;
                position: relative;
            }

                .noteBox #noteLeft ul li span {
                    font-size: 14px;
                    padding-right: 30px;
                }

    .noteBox #noteRight {
        flex: 1;
        padding-left: 10px;
    }

        .noteBox #noteRight p {
        }

        .noteBox #noteRight textarea {
            display: block;
            width: 100%;
            border-radius: 5px;
            font-size: 13px;
            padding: 5px;
            border-color: #b7b7b7;
        }

            .noteBox #noteRight textarea:focus-visible {
                outline: none;
            }

        .noteBox #noteRight button {
            width: 100%;
            background: #af4154;
            color: white !important;
            border-radius: 5px;
            line-height: 30px;
            border: 2px solid #af4154;
            transition: all 0.35s;
            margin-top: 10px;
            font-size: 15px;
        }

            .noteBox #noteRight button:hover {
                background: white;
                color: #af4154 !important;
                border-color: #af4154;
            }

.reviews-container {
    box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
    position: relative;
}

.reviews-container-title {
    font-size: 18px;
    display: block;
    color: #0f172a;
    margin-top: 3px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 20px;
    position: relative;
    padding-top: 10px;
    z-index: 0 !important;
    max-width: 100%;
    font-weight: bold;
}

.reviews-container .review-box {
    padding-left: 0;
}

.reviews-container .rev-content {
    background-color: #f5f5f5;
}

.add-review {
    box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
    position: relative;
}

.addReview textarea {
    min-height: 130px;
    outline: none;
}

    .addReview textarea:focus {
        box-shadow: none;
        border-color: #af4154;
    }

.addReview button {
    width: 15%;
    background: #af4154;
    color: white !important;
    border-radius: 5px;
    line-height: 40px;
    border: 2px solid #af4154;
    transition: all 0.35s;
}

    .addReview button:hover {
        background: white;
        color: #af4154 !important;
        border-color: #af4154;
    }

.btnGenel {
    width: 100%;
    background: #af4154;
    color: white !important;
    border-radius: 5px;
    line-height: 30px;
    border: 2px solid #af4154;
    transition: all 0.35s;
}

    .btnGenel:hover {
        background: white;
        color: #af4154 !important;
        border-color: #af4154;
    }

.profileTabs a:hover::after {
    display: none !important;
}

.custom-result-box-top-title {
    font-weight: bold;
}

.customProfileNotes {
    position: absolute;
    top: 26px;
    right: 39px;
}

.mx-width80 {
    max-width: 80%;
    border: none;
}

.w20 {
    width: 20px;
}

.profileNotesArea {
    border-top: 1px solid lightgray;
    padding-top: 20px;
}

    .profileNotesArea button {
        background: #af4154;
        color: white !important;
        padding: 5px;
        border-radius: 5px;
        line-height: 30px;
        border: 2px solid #af4154;
        transition: all 0.35s;
        text-align: left;
    }

        .profileNotesArea button:hover {
            opacity: 0.85;
        }

    .profileNotesArea p {
        padding-right: 30px;
    }

    .profileNotesArea ul li {
        background: #efefef;
        margin-top: 10px;
        padding: 10px;
        border-radius: 5px;
        line-height: 18px;
        position: relative;
    }

        .profileNotesArea ul li span.noteDelete {
            position: absolute;
            right: 15px;
            top: 10px;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            cursor: pointer;
        }

        .profileNotesArea ul li span.noteDate {
            margin-bottom: 10px;
            display: block;
            font-size: 12px;
            color: #6d6d6d;
        }

    .profileNotesArea ul {
        display: none;
    }

.changeName {
    background: #0f172a !important;
    border: #0f172a !important;
}

.reviewEditUl {
    display: flex;
    position: absolute;
    right: 16px;
    top: 21px;
}

    .reviewEditUl li {
        margin-right: 0 !important;
        margin-left: 15px;
        font-size: 17px;
    }

        .reviewEditUl li span {
            cursor: pointer;
        }

section .pricing-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8em;
}

section .pricing-card {
    flex: 0 1 18.75rem;
    background: #fff;
    text-align: center;
    padding: 2.5em 2em;
    border-radius: 0.625rem;
    position: relative;
    cursor: pointer;
}

    section .pricing-card li {
        text-transform: capitalize;
        font-size: 1rem;
        margin-bottom: 10px;
    }

    section .pricing-card .ribbon {
        position: absolute;
        width: 2.5rem;
        height: 6.875rem;
        background: #b62828;
        top: -0.625rem;
        left: 1.563rem;
        transition: opacity 0.3s ease-in;
        visibility: hidden;
        opacity: 0;
    }

        section .pricing-card .ribbon > div {
            transform: rotate(-90deg);
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            margin-top: 0.625rem;
            margin-bottom: 0.625rem;
        }

        section .pricing-card .ribbon svg {
            width: 0.625rem;
            color: #1b1b1b;
        }

        section .pricing-card .ribbon::before {
            content: "";
            position: absolute;
            top: 0;
            right: -0.563rem;
            border-left: 0.313rem solid #b62828;
            border-right: 0.313rem solid transparent;
            border-top: 0.313rem solid transparent;
            border-bottom: 0.313rem solid #b62828;
        }

        section .pricing-card .ribbon::after {
            content: "";
            position: absolute;
            bottom: -0.063rem;
            left: 0;
            border-left: 1.25rem solid transparent;
            border-right: 1.25rem solid transparent;
            border-top: 1.25rem solid transparent;
            border-bottom: 1.25rem solid #1b1b1b;
        }

    section .pricing-card hr {
        display: block;
        width: 35%;
        margin: 0 auto;
        margin-top: 1.875rem;
        margin-bottom: 1.563rem;
        visibility: visible;
    }

        section .pricing-card hr.first {
            background: #d6d4d3;
            height: 0.156rem;
            border: none;
        }

        section .pricing-card hr.second {
            background: #1b1b1b;
            height: 0.25rem;
            border: none;
        }

    section .pricing-card h3 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-size: 1.3rem;
        letter-spacing: 0.063rem;
    }

    section .pricing-card .card-price {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3rem;
        font-weight: bold;
        color: #1b1b1b;
        margin: 1.563rem 0;
    }

        section .pricing-card .card-price span {
            color: #1b1b1b;
            font-size: 1.5rem;
            margin-right: 0.625rem;
        }

    section .pricing-card .card-btn {
        background: #d6d4d3;
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.9rem;
        padding: 0.5rem 1.875rem;
        display: inline-block;
        transition: opacity 0.3s ease-in;
        visibility: hidden;
        opacity: 0;
        bottom: 13px;
        position: absolute;
        left: 5%;
        width: 90%;
        right:;
    }

    section .pricing-card.active {
        background: #af4154;
        color: #ffffff;
        font-weight: bold;
    }

        section .pricing-card.active li {
            font-size: 1.063rem;
        }

        section .pricing-card.active .ribbon {
            opacity: 1;
            visibility: visible;
        }

        section .pricing-card.active:hover .card-btn {
            background: #fff;
        }

        section .pricing-card.active hr {
            opacity: 0;
            margin: 0;
            visibility: hidden;
        }

        section .pricing-card.active h3 {
            color: #d6d4d3;
        }

        section .pricing-card.active .card-price span {
            color: #d6d4d3;
        }

        section .pricing-card.active .card-price {
            color: #fff;
        }

        section .pricing-card.active .card-btn {
            background: #d6d4d3;
            color: #1b1b1b;
            opacity: 1;
            margin-top: 2.813rem;
            visibility: visible;
        }

section .card {
    background: transparent !important;
    color: inherit !important;
}

.packagesPeriod label {
    font-weight: bold;
}

.packagesPeriod li {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 15px;
    position: relative;
}

    .packagesPeriod li:last-child::after {
        content: "Avantajlı Teklif";
        position: absolute;
        background: #ed1f42;
        width: 92px;
        height: 24px;
        color: white;
        padding: 5px;
        border-radius: 5px;
        top: -11px;
        left: 83px;
        font-size: 10px;
        line-height: 13px;
        opacity: 0.9;
        font-weight: bold;
    }


mark {
    background-color: #3c4693;
    font-size: 14px;
    color: white;
    border: 1px solid #3c4693;
    border-radius: 5px;
    padding: 4px;
    margin: 0px;
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: white;
    width: 50%;
    margin: 100px auto;
    padding: 20px;
    border-radius: 5px;
}

/*Mevzuat Ağacı*/
.mevzuatTree {
    margin-top: 20px;
}

.mevzuatTreeInput input {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
    border-width: 1px;
    border-radius: 5px;
    margin-top: 0.25rem;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: 0.5rem 0.75rem;
    position: relative;
    outline: none;
    width: 70%;
    float: left;
    margin-bottom: 10px;
    flex: 1;
    margin-right: 0;
    height: 40px;
    padding-right: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mevzuatTreeInput button {
    background: #af4154;
    color: white !important;
    padding: 0 8px 0 8px;
    border-radius: 5px;
    line-height: 30px;
    border: 2px solid #af4154;
    transition: all 0.35s;
    width: 30%;
    height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    top: 4px;
}

    .mevzuatTreeInput button:hover {
        background: white;
        color: #af4154 !important;
    }

.mevzuatTreeTexts p {
    margin-bottom: 0;
    font-weight: 500;
}

.clearfix {
    clear: both;
}

.wtree ol {
    display: none;
}

    .wtree ol.visible {
        display: block;
    }

.wtree span {
    cursor: pointer;
}

ol {
    margin-left: 30px;
    counter-reset: item;
}

.wtree li {
    list-style-type: none;
    margin: 10px 0 10px 10px;
    position: relative;
}

/*.wtree li:before {
        content: "";
        counter-increment: item;
        position: absolute;
        top: -10px;
        left: -30px;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        width: 30px;
        height: 15px;
    }

    .wtree li:after {
        position: absolute;
        content: "";
        top: 5px;
        left: -30px;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        width: 30px;
        height: 100%;
    }

    .wtree li:last-child:after {
        display: none;
    }*/

.nested-tree {
    display: none; /* Varsayılan olarak gizli */
}

    .nested-tree.visible {
        display: block; /* Görünür yapmak için kullanılacak sınıf */
    }


.wtree li span {
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
    color: #666666;
    text-decoration: none;
}

    .wtree li span:before {
        /*content: counters(item, ".") " ";*/
    }

    .wtree li span:hover, .wtree li span:focus {
        color: #000;
        border: 1px solid #474747;
    }

        .wtree li span:hover + ol li span, .wtree li span:focus + ol li span {
            color: #000;
            border: 1px solid #474747;
        }

        .wtree li span:hover + ol li:after, .wtree li span:hover + ol li:before, .wtree li span:focus + ol li:after, .wtree li span:focus + ol li:before {
            border-color: #474747;
        }

.wtree li span {
    background-color: #F7F7F7;
}

.wtree li li span {
    background-color: #EAEFF3;
}

.wtree li li li span {
    background-color: #E1E5D7;
}

.wtree li li li li span {
    background-color: #d9d6c8;
}

.wtree .display {
    margin-right: 12px;
    font-weight: bold;
}

.wtree input, label {
    margin: 12px 0px 20px 0px;
}

.wtree label {
    padding-left: 6px;
    padding-right: 12px;
}

/*.wtree #radio-1:checked + label ~ ol li ol li {
    display: none;
}

.wtree #radio-2:checked + label ~ ol li ol li ol li {
    display: none;
}

.wtree #radio-3:checked + label ~ li ol li ol li {
    display: none;
}*/

.mevzuatTreeResultBox {
    max-height: 300px; /* Maksimum yüksekliği belirle */
    overflow-y: auto; /* Taşan içeriği kaydırılabilir yap */
    position: absolute; /* Tüm diğer öğelerden bağımsız hale getir */
    z-index: 10; /* Üstte görünmesini sağla */
    background-color: white !important;
    color: black !important;
    margin-top: 50px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
    left: -10%;
    width: 110%;
    top: 3px;
}

    .mevzuatTreeResultBox:hover {
        box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
    }

    .mevzuatTreeResultBox h5 {
        font-size: 18px;
        display: block;
        color: #0f172a;
        border-bottom: 1px solid lightgrey;
        padding-bottom: 20px;
        position: relative;
        z-index: 1 !important;
        max-width: 100%;
    }

    .mevzuatTreeResultBox p {
        font-size: 15px;
        margin-top: 10px px;
        line-height: 27px !important;
        text-align: justify;
        margin-bottom: 22px;
        font-weight: 500;
    }

.mevzuatTreeLeftUl {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

    .mevzuatTreeLeftUl li {
        list-style-type: inherit !important;
        margin: 0 5px 0 0 !important;
        position: relative !important;
        width: 60px !important;
    }

        .mevzuatTreeLeftUl li::after {
            display: none !important;
        }

        .mevzuatTreeLeftUl li:before {
            content: "";
            counter-increment: none !important;
            left: 0 !important;
            top: 40px !important;
            bottom: 0 !important;
            border-left: none !important;
            border-bottom: none !important;
            height: 35px !important;
        }

        .mevzuatTreeLeftUl li span:before {
            content: "" !important;
        }

        .mevzuatTreeLeftUl li:nth-child(4),
        .mevzuatTreeLeftUl li:nth-child(2),
        .mevzuatTreeLeftUl li:nth-child(3) {
            float: left !important;
        }

    .mevzuatTreeLeftUl span {
        background-color: transparent !important;
        display: inherit !important;
        border: 0 !important;
        padding: 0 !important;
        color: #c9c9c9 !important;
        text-decoration: none;
    }

.mevzuatSearch .mevzuatTreeResultBox {
    left: 0 !important;
    width: 100% !important;
    top: 0 !important;
}

.mevzuatSearch label {
    margin: 0 !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    font-weight: bold;
    color: #af4154;
}

.nav-tabs .nav-link {
    color: #535353;
}

.mobileRespMenu {
    display: none;
}

.respPositionRelative {
    position: relative;
}
/*RESPONSIVE*/
@media screen and (max-width: 600px) {
    .categories-boxes, .why-us-img {
        display: none;
    }

    header {
        height: 55px !important;
    }

    .hamburger {
        background: #af4154;
        position: absolute;
        left: 15px;
        top: 9px;
    }

    .search-box-bg {
        overflow: hidden;
    }

        .search-box-bg::after {
            width: 66%;
            height: 480px;
            top: -60px;
            right: 68px;
            opacity: 0.35;
        }

    .search-box-title {
        font-size: 1.3rem;
        line-height: 25px;
        text-align: center;
        margin: 0;
    }

    .search-box-description {
        display: none;
    }

    .search-box-full-height {
        align-items: start;
        padding-top: 90px;
        height: auto;
    }

    .search-box-form .search-box-input {
        width: 100%;
        margin-top: 35px;
        margin-bottom: 10px;
    }

    .search-box-form .icon_search {
        top: 47px;
        right: 15px;
    }

    .position-relative {
        display: block;
    }

    .search-box-form #aramaTuru {
        width: 50% !important;
    }

    .search-box-form #searchClick {
        width: 45%;
        font-size: 15px;
    }

    #logo img {
        height: 22px;
        margin: 15.5px 0 0 0;
    }

    .searcbox-popular-search {
        margin-top: 21px;
    }

    .search-box-right-side {
        padding-top: 0;
    }

    .search-box-transform {
        width: 100%;
    }

        .search-box-transform img {
            width: 100%;
            object-fit: cover;
            display: block;
            right: auto;
            float: none;
            margin-top: 10px;
            height: 200px;
            box-shadow: none;
            opacity: 0.9;
        }

    .searcbox-popular-search {
        margin-top: 35px;
    }

    .search-transform-left p, .search-transform-right p {
        padding: 5px 15px;
        width: 150px;
        margin-bottom: 15px;
    }

        .search-transform-left p a span, .search-transform-right p a span {
            font-size: 22px;
        }

    .search-transform-left {
        left: 5%;
        top: 15%;
    }

    .search-transform-right {
        right: 5%;
        top: 15%;
    }

    .why-us {
        padding-top: 0px;
    }

    .why-us-title {
        text-align: center;
        font-size: 1.8rem;
        margin-top: 40px;
    }

    .why-us-sub-desc {
        text-align: center;
    }

    .why-us-padding {
        padding: 15px;
        padding-bottom: 3px;
    }

    .subscribe-title {
        font-size: 1.8rem;
    }

    .subscribe-form button {
        font-size: 13px;
    }

    .subscribe {
        padding-bottom: 60px;
    }

    footer h3 {
        margin: 0 0 15px 0;
        font-size: 16px;
        padding-top: 0;
    }

    footer ul {
        padding-top: 0px;
        list-style: circle;
        padding-left: 2rem;
    }

        footer ul li {
            margin-bottom: 8px;
            font-size: 15px;
        }

    .contacts {
        list-style: none;
        padding: 0;
    }

    .follow_us img {
        width: 85%;
        display: block;
        margin: 0 auto;
    }

    ul#additional_links {
        text-align: center;
        padding-right: 0;
    }

        ul#additional_links li {
            font-size: 10px;
        }

    .responsiveTable {
        border: 0;
    }

        .responsiveTable caption {
            font-size: 1.3em;
        }

        .responsiveTable thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .responsiveTable tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        .responsiveTable td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .9em;
            text-align: right;
        }

            .responsiveTable td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            .responsiveTable td:last-child {
                border-bottom: 0;
            }

    .customSpanTable {
        text-align: center !important;
        background: #af4154 !important;
        color: white !important;
        font-size: 13px !important;
        margin-bottom: 10px !important;
    }

        .customSpanTable td {
            font-size: 13px !important;
            text-align: center !important;
        }

    .table-new-add {
        top: -2px;
    }

    .item-title {
        font-size: 20px;
        margin-bottom: 20px !important;
    }

    .titleDescription {
        text-align: justify;
    }

    .result-counter {
        height: auto;
    }

    .result-tabs {
        overflow-y: hidden;
        margin-bottom: 10px;
    }

    .item-flex-container {
        flex-direction: column;
    }

        .item-flex-container .tab-menu {
            display: flex;
            margin: 0;
            width: auto;
            overflow-x: scroll;
        }

        .item-flex-container .custom-tab-content {
            width: 100%;
            padding: 0;
            border-top: none;
            min-height: auto;
        }

        .item-flex-container label {
            margin: 0;
            margin-bottom: 10px;
        }

        .item-flex-container .content-container {
            padding: 0px 0 15px 0;
        }

        .item-flex-container .content-title {
            margin-top: 15px;
            padding-left: 10px;
        }

    .item-container {
        padding: 0px;
    }

    .content-container form {
        width: auto;
        padding: 10px;
    }

    .content-container .btn-primary {
        float: left;
        margin-bottom: 20px;
    }

    .customUserItemTitle {
        position: relative;
        left: 10px;
        top: 10px;
    }

    .content-container .info {
        padding: 10px;
    }

    .content-container .customBtn {
        width: auto;
        margin-left: 10px;
    }

    .user-panel-wrapper ul li:first-child,
    .user-panel-wrapper {
        display: none;
        box-shadow: none;
    }

    .mobileRespMenu {
        display: block;
        background: #e02848;
        color: white;
        font-weight: bold;
        text-align: center;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        border-radius: 5px;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .user-area-main {
        padding: 15px 0;
    }

    .respPositionRelative {
        position: relative;
    }

    /*    sonradan eklenenler*/

    .nested-tree.visible {
        display: block;
    }

    .tree-item {
        cursor: pointer;
    }

        .tree-item.tree-item-down::after {
            content: " ▼"; /* Açılmış ikon */
        }

        .tree-item:not(.tree-item-down)::after {
            content: " ►"; /* Kapalı ikon */
        }


    .highight {
        background-color: #af4154;
    }
}

@media screen and (max-width: 991px) {
    /* Overflow engelleme - Ekran kaymasını önle */
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Bootstrap grid - Tüm col-* sınıfları mobilde tam genişlik */
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
    .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4,
    .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8,
    .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
    .col-md-1, .col-md-2, .col-md-3, .col-md-4,
    .col-md-5, .col-md-6, .col-md-7, .col-md-8,
    .col-md-9, .col-md-10, .col-md-11, .col-md-12,
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4,
    .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
    .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    /* Row düzeni - Negatif margin kaldır */
    .row {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Sidebar ve filtre alanları */
    aside, #sidebar, .sidebar, [id*="sidebar"] {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box !important;
    }

    /* Container genişlikleri */
    .container, .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 15px !important;
        box-sizing: border-box !important;
    }

    /* Ana içerik wrapper */
    #page, .main-wrapper, [id*="page"], [class*="wrapper"] {
        padding-left: 10px !important;
        padding-right: 20px !important;
        padding-top: 15px !important;
        box-sizing: border-box !important;
    }

    /* Tüm içerik alanları */
    main, section, article, div[class*="content"] {
        max-width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
        padding-left: 5px !important;
        padding-right: 10px !important;
    }

    /* Başlıklar ve kartlar */
    .card, .box, .panel, [class*="box"], [class*="card"] {
        margin-left: 5px !important;
        margin-right: 10px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}
/* Section Styles */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 3rem;
}

/* AI Advantage Cards */
.ai-advantage-card {
    transition: all 0.3s ease;
    border-radius: 12px;
    border: none;
    height: 100%;
}

    .ai-advantage-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    }

    .ai-advantage-card .icon-circle {
        width: 80px;
        height: 80px;
        background-color: #dc2626;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.5rem;
        transition: all 0.3s ease;
    }

    .ai-advantage-card:hover .icon-circle {
        transform: scale(1.1);
    }

/* AI Demo Section */
.ai-demo-question {
    background-color: #f9fafb !important;
    transition: all 0.2s ease;
    white-space: normal;
    text-align: left;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1rem;
    min-height: 80px;
}

    .ai-demo-question:hover {
        background-color: #fef2f2 !important;
        border-color: #fca5a5 !important;
        transform: translateY(-1px);
    }

        .ai-demo-question:hover span {
            color: #dc2626 !important;
        }

.ai-demo-icon {
    font-size: 1.25rem;
    transition: transform 0.2s ease;
}

.ai-demo-question:hover .ai-demo-icon {
    transform: scale(1.1);
}

.ai-demo-input:focus {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1) !important;
    outline: none;
}

.rounded-lg {
    border-radius: 1rem !important;
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

/* Use Case Cards */
.use-case-card {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    height: 100%;
}

    .use-case-card:hover {
        border-color: #dc2626;
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(220, 38, 38, 0.1);
    }

.use-case-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #fee2e2, #fecaca);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Stats Cards */
.stats-card {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    border-radius: 12px;
    padding: 2rem;
    color: white;
    text-align: center;
    transition: all 0.3s ease;
}

    .stats-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
    }

.stats-number {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stats-label {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Security Cards */
.security-card {
    border-radius: 12px;
    border: none;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

    .security-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

.security-icon {
    width: 64px;
    height: 64px;
    background-color: #dcfce7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

/* Comparison Table */
.comparison-table {
    border-radius: 12px;
    overflow: hidden;
}

    .comparison-table thead {
        background-color: #f9fafb;
    }

    .comparison-table tbody tr:hover {
        background-color: #f9fafb;
    }

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #dc2626, #b91c1c, #991b1b);
    padding: 80px 0;
}

.btn-danger {
    background-color: #dc2626;
    border-color: #dc2626;
}

    .btn-danger:hover {
        background-color: #b91c1c;
        border-color: #b91c1c;
        transform: translateY(-2px);
    }

/**********************/
/* Klasik Aramadan Farkımız - Advantage Cards */
.advantage-card {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

    .advantage-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
    }

/* Üst Border Renkleri */
.border-top-red {
    border-top: 4px solid #dc2626 !important;
}

.border-top-blue {
    border-top: 4px solid #3b82f6 !important;
}

.border-top-green {
    border-top: 4px solid #10b981 !important;
}

/* İkon Kutuları */
.advantage-icon {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .advantage-icon.bg-red {
        background-color: #fee2e2;
    }

    .advantage-icon.bg-blue {
        background-color: #dbeafe;
    }

    .advantage-icon.bg-green {
        background-color: #d1fae5;
    }

.advantage-card:hover .advantage-icon {
    transform: scale(1.1);
}

/* Section Title */
.section-title {
    color: #1a1a1a;
}

.section-subtitle {
    color: #6c757d;
}

/* Yapay Zekâ Ne Yapıyor? - Feature Cards */
.ai-feature-card {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

    .ai-feature-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    }

    .ai-feature-card.bg-red-light {
        background-color: #fef2f2;
    }

.ai-feature-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background-color: #fee2e2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #dc2626;
}

.ai-feature-card h5 {
    font-size: 1.1rem;
    color: #1a1a1a;
}

.ai-feature-card p {
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Kimler İçin? - Persona Cards */
.persona-card {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

    .persona-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }

.persona-icon {
    width: 56px;
    height: 56px;
    background-color: #fee2e2;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #dc2626;
}

.persona-card h5 {
    font-size: 1.2rem;
    color: #1a1a1a;
}

.persona-card p {
    font-size: 0.875rem;
    line-height: 1.5;
}

.persona-list {
    font-size: 0.875rem;
}

    .persona-list li {
        padding: 0.25rem 0;
        color: #6c757d;
    }

    .persona-list i {
        font-size: 1rem;
    }

/* Size Ne Kazandırıyor? - Stats Cards */
.stats-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 2rem;
    color: white;
    text-align: left;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

    .stats-card:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.15);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

.stats-icon {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: white;
    margin: 0 auto;
}

.stats-number {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: white;
}

.stats-label {
    font-size: 0.9rem;
    opacity: 0.9;
    color: white;
}

.stats-card h5 {
    font-size: 1.1rem;
}

.stats-card p {
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Rakiplerden Farkımız - Modern Comparison Table */
.comparison-table-wrapper {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.comparison-table-modern {
    margin-bottom: 0;
}

    .comparison-table-modern thead {
        background-color: #f9fafb;
        border-bottom: 2px solid #e5e7eb;
    }

        .comparison-table-modern thead th {
            padding: 1.25rem 1rem;
            font-size: 14px;
            border-bottom: none;
            background-color: transparent;
        }

    .comparison-table-modern tbody tr {
        border-bottom: 1px solid #f3f4f6;
        transition: background-color 0.2s ease;
        font-size: 14px;
    }

        .comparison-table-modern tbody tr:last-child {
            border-bottom: none;
        }

        .comparison-table-modern tbody tr:hover {
            background-color: #fafafa;
        }

    .comparison-table-modern tbody td {
        padding: 1.25rem 1rem;
        vertical-align: middle;
        font-size: 14px;
    }

        .comparison-table-modern tbody td:first-child {
            font-weight: 500;
            color: #1a1a1a;
        }

    .comparison-table-modern i {
        font-size: 1.1rem;
    }

    .comparison-table-modern .ri-close-circle-line {
        color: #ef4444;
    }

    .comparison-table-modern .fa-regular fa-circle-check {
        color: #10b981;
    }
.ai-demo-question i {
    color: #dc2626;
}
/* ========================================
   ABOUT PAGE STYLES - FINAL VERSION
   ======================================== */

/* Hero Section */
.about-hero-section {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 50%, #991b1b 100%);
    padding: 10rem 0 5rem 0;
    position: relative;
    overflow: hidden;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.1;
}

.about-hero-blur {
    position: absolute;
    width: 24rem;
    height: 24rem;
    background: white;
    border-radius: 50%;
    filter: blur(80px);
}

.about-hero-blur-left {
    top: 0;
    left: 0;
}

.about-hero-blur-right {
    bottom: 0;
    right: 0;
}

.about-hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

@media (max-width: 768px) {
    .about-hero-title {
        font-size: 2rem;
    }

    .about-hero-subtitle {
        font-size: 1rem;
    }
}

/* Section Titles */
.about-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.about-section-subtitle {
    font-size: 1.25rem;
    color: #6c757d;
}

@media (max-width: 768px) {
    .about-section-title {
        font-size: 1.75rem;
    }

    .about-section-subtitle {
        font-size: 1rem;
    }
}

/* Misyon - Text Content */
.about-text-content {
    font-size: 1.125rem;
    color: #374151;
    line-height: 1.8;
}

    .about-text-content p {
        margin-bottom: 1rem;
    }

    .about-text-content strong {
        color: #1a1a1a;
        font-weight: 600;
    }

/* Misyon - Feature Box */
.about-feature-box {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    border-radius: 1rem;
    padding: 2rem;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

    .about-feature-item:last-child {
        margin-bottom: 0;
    }

.about-feature-icon {
    width: 3rem;
    height: 3rem;
    background-color: #dc2626;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .about-feature-icon i {
        font-size: 1.5rem;
        color: white;
    }

.about-feature-title {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.about-feature-desc {
    font-size: 0.875rem;
    color: #374151;
    margin: 0;
}

/* AI Feature Cards */
.about-ai-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border-top: 4px solid;
}

    .about-ai-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

.about-ai-card-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.about-ai-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.about-ai-card-desc {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Color Variants */
.about-ai-card-blue {
    border-top-color: #3b82f6;
}

    .about-ai-card-blue .about-ai-card-icon {
        color: #3b82f6;
    }

.about-ai-card-green {
    border-top-color: #10b981;
}

    .about-ai-card-green .about-ai-card-icon {
        color: #10b981;
    }

.about-ai-card-purple {
    border-top-color: #8b5cf6;
}

    .about-ai-card-purple .about-ai-card-icon {
        color: #8b5cf6;
    }

.about-ai-card-orange {
    border-top-color: #f97316;
}

    .about-ai-card-orange .about-ai-card-icon {
        color: #f97316;
    }

.about-ai-card-red {
    border-top-color: #dc2626;
}

    .about-ai-card-red .about-ai-card-icon {
        color: #dc2626;
    }

.about-ai-card-indigo {
    border-top-color: #6366f1;
}

    .about-ai-card-indigo .about-ai-card-icon {
        color: #6366f1;
    }

.about-ai-card-pink {
    border-top-color: #ec4899;
}

    .about-ai-card-pink .about-ai-card-icon {
        color: #ec4899;
    }

.about-ai-card-teal {
    border-top-color: #14b8a6;
}

    .about-ai-card-teal .about-ai-card-icon {
        color: #14b8a6;
    }

.about-ai-card-yellow {
    border-top-color: #eab308;
}

    .about-ai-card-yellow .about-ai-card-icon {
        color: #eab308;
    }

/* Why AI Cards - UPDATED */
.about-why-card {
    border-radius: 0.75rem;
    padding: 1.5rem;
    border-left: 4px solid;
}

.about-why-emoji {
    font-size: 1.125rem;
    flex-shrink: 0;
    line-height: 1;
}

.about-why-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a1a1a;
}

.about-why-desc {
    color: #4b5563;
    line-height: 1.6;
    font-size: 0.9rem;
}

.about-why-card-red {
    background-color: #fef2f2;
    border-left-color: #dc2626;
}

.about-why-card-blue {
    background-color: #eff6ff;
    border-left-color: #3b82f6;
}

.about-why-card-green {
    background-color: #f0fdf4;
    border-left-color: #10b981;
}

.about-why-card-purple {
    background-color: #faf5ff;
    border-left-color: #8b5cf6;
}

/* AI Workflow - UPDATED */
.about-ai-workflow {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    border-radius: 1.5rem;
    padding: 2.5rem;
    color: white;
}

.about-ai-workflow-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: white;
}

.about-ai-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

    .about-ai-step:last-child {
        margin-bottom: 0;
    }

.about-ai-step-number {
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    flex-shrink: 0;
}

.about-ai-step-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: white;
}

.about-ai-step-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
}

/* Security Cards */
.about-security-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

    .about-security-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 15px rgba(0,0,0,0.15);
    }

.about-security-icon {
    width: 4rem;
    height: 4rem;
    background-color: #dcfce7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

    .about-security-icon i {
        font-size: 2rem;
        color: #10b981;
    }

.about-security-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.about-security-desc {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
}

/* CTA Section */
.about-cta-section {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    padding: 5rem 0;
}

.about-cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.about-cta-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.about-cta-button {
    display: inline-block;
    background: white;
    color: #dc2626;
    padding: 1.25rem 2.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 0.75rem;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

    .about-cta-button:hover {
        background: #fef2f2;
        color: #dc2626;
        transform: translateY(-2px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.3);
        text-decoration: none;
    }

    .about-cta-button i {
        font-size: 1.5rem;
        vertical-align: middle;
    }

.about-cta-note {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 1.5rem;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .about-cta-title {
        font-size: 1.75rem;
    }

    .about-cta-subtitle {
        font-size: 1rem;
    }

    .about-cta-button {
        font-size: 1rem;
        padding: 1rem 2rem;
    }
}
/* ========================================
   BLOG PAGE STYLES - ORIGINAL DESIGN
   ======================================== */

/* Hero Section */
.blog-hero {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 50%, #991b1b 100%);
    padding: 10rem 0 5rem 0;
}

.blog-hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
}

.blog-hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 48rem;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .blog-hero-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .blog-hero {
        padding: 3rem 0;
    }

    .blog-hero-title {
        font-size: 2rem;
    }

    .blog-hero-subtitle {
        font-size: 1rem;
    }
}

/* Categories - Sticky */
.blog-categories-sticky {
    background: white;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 1rem 0;
}

.blog-categories-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.blog-cat-btn {
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    border: none;
    background: #f3f4f6;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .blog-cat-btn:hover {
        background: #e5e7eb;
    }

    .blog-cat-btn.active {
        background: #dc2626;
        color: white;
        box-shadow: 0 4px 6px rgba(220, 38, 38, 0.3);
    }

/* Blog Posts Section */
.blog-posts-section {
    padding: 4rem 0;
    background: #f9fafb;
}

/* Blog Post Card */
.blog-post-card {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .blog-post-card:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        transform: translateY(-2px);
    }

/* Blog Post Image */
.blog-post-image {
    position: relative;
    height: 12rem;
    overflow: hidden;
}

    .blog-post-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

.blog-post-card:hover .blog-post-image img {
    transform: scale(1.1);
}

.blog-post-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #dc2626;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Blog Post Content */
.blog-post-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-post-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.blog-post-card:hover .blog-post-title {
    color: #dc2626;
}

.blog-post-excerpt {
    color: #6c757d;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

/* Blog Post Meta */
.blog-post-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.blog-meta-date,
.blog-meta-time {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

    .blog-meta-date i,
    .blog-meta-time i {
        font-size: 0.875rem;
    }

/* Blog Post Footer */
.blog-post-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
    margin-top: auto;
}

.blog-post-author {
    font-size: 0.875rem;
    color: #374151;
    font-weight: 500;
}

.blog-post-arrow {
    color: #dc2626;
    transition: transform 0.3s ease;
    display: inline-block;
}

.blog-post-card:hover .blog-post-arrow {
    transform: translateX(8px);
}

/* Newsletter Section */
.blog-newsletter {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    padding: 5rem 0;
}

.blog-newsletter-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
}

.blog-newsletter-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.blog-newsletter-form {
    display: flex;
    gap: 1rem;
    max-width: 28rem;
    margin: 0 auto;
}

.blog-newsletter-input {
    flex: 1;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    border: none;
    font-size: 1rem;
    outline: none;
}

    .blog-newsletter-input:focus {
        box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
    }

.blog-newsletter-btn {
    padding: 1rem 2rem;
    background: white;
    color: #dc2626;
    border: none;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    white-space: nowrap;
}

    .blog-newsletter-btn:hover {
        background: #fef2f2;
        transform: translateY(-2px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    }

.blog-newsletter-note {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 1rem;
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .blog-newsletter-title {
        font-size: 1.75rem;
    }

    .blog-newsletter-subtitle {
        font-size: 1rem;
    }

    .blog-newsletter-form {
        flex-direction: column;
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .blog-posts-section {
        padding: 3rem 0;
    }
}

@media (max-width: 767px) {
    .blog-posts-section {
        padding: 2rem 0;
    }

    .blog-post-image {
        height: 10rem;
    }
}
/* ========================================
   BLOG DETAIL PAGE - MATCHING EXAMPLE DESIGN
   ======================================== */

/* Hero Image Section */
.blog-hero-image {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.blog-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
}

.blog-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 0;
}

.blog-hero-badge {
    display: inline-block;
    background: #dc2626;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.blog-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.blog-hero-meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.blog-meta-item {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.9);
    font-size: 0.875rem;
}

    .blog-meta-item i {
        margin-right: 0.5rem;
    }

/* Article Section */
.blog-article-section {
    padding: 4rem 0;
    background: #f9fafb;
}

.blog-article-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
    padding: 3rem;
}

/* Author Info */
.blog-author-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.blog-author-avatar {
    width: 64px;
    height: 64px;
    background: #fee2e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .blog-author-avatar i {
        font-size: 1.5rem;
        color: #dc2626;
    }

.blog-author-name {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.blog-author-title {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

/* Article Content */
.blog-article-content {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #374151;
}

.content-section {
    max-width: 56rem;
    margin: 0 auto;
}

.blog-article-summary {
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 2rem;
    font-style: italic;
}

.blog-article-content h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.blog-article-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.blog-article-content p {
    margin-bottom: 1.5rem;
    font-size: 16px;
}

.blog-article-content ul,
.blog-article-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.blog-article-content li {
    margin-bottom: 0.75rem;
}

.blog-article-content strong {
    font-weight: 600;
    color: #111827;
}

.blog-article-content blockquote {
    border-left: 4px solid #dc2626;
    background: #f9fafb;
    padding: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    font-size: 1.125rem;
    color: #4b5563;
}

/* Section Dividers */
.blog-section-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

/* Tags Section */
.blog-tags-section {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.blog-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.blog-tag {
    padding: 0.5rem 1rem;
    background: #f3f4f6;
    color: #374151;
    border-radius: 9999px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .blog-tag:hover {
        background: #fee2e2;
        color: #dc2626;
    }

/* Share Section */
.blog-share-section {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.blog-share-buttons {
    display: flex;
    gap: 0.75rem;
}

.blog-share-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-share-linkedin {
    background: #0a66c2;
}

    .blog-share-linkedin:hover {
        background: #004e9e;
        color: white;
    }

.blog-share-twitter {
    background: #60a5fa;
}

    .blog-share-twitter:hover {
        background: #3b82f6;
        color: white;
    }

.blog-share-whatsapp {
    background: #16a34a;
}

    .blog-share-whatsapp:hover {
        background: #15803d;
        color: white;
    }

.blog-share-mail {
    background: #6b7280;
}

    .blog-share-mail:hover {
        background: #4b5563;
        color: white;
    }

/* Related Posts Section */
.blog-related-section {
    padding: 5rem 0;
    background: white;
}

.blog-related-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 3rem;
    text-align: center;
}

.blog-related-card {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

    .blog-related-card:hover {
        box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
        transform: translateY(-4px);
    }

.blog-related-image {
    position: relative;
    height: 192px;
    overflow: hidden;
}

.blog-related-card:hover .blog-related-image img {
    transform: scale(1.1);
}

.blog-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-related-body {
    padding: 1.5rem;
}

.blog-related-heading {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.blog-related-card:hover .blog-related-heading {
    color: #dc2626;
}

.blog-related-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
    color: #6b7280;
}

/* Responsive */
@media (max-width: 991px) {
    .blog-hero-image {
        height: 300px;
    }

    .blog-hero-title {
        font-size: 2rem;
    }

    .blog-article-card {
        padding: 2rem;
    }

    .blog-article-content {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .blog-hero-image {
        height: 250px;
    }

    .blog-hero-content {
        padding: 1.5rem 0;
    }

    .blog-hero-title {
        font-size: 1.5rem;
    }

    .blog-hero-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .blog-article-card {
        padding: 1.5rem;
    }

    .blog-article-content h2 {
        font-size: 1.5rem;
    }

    .blog-article-content h3 {
        font-size: 1.25rem;
    }

    .blog-share-buttons {
        flex-wrap: wrap;
    }
}
.blog-tags-section {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.blog-section-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.blog-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.blog-tag {
    padding: 0.5rem 1rem;
    background: #f3f4f6;
    color: #374151;
    border-radius: 9999px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .blog-tag:hover {
        background: #fee2e2;
        color: #dc2626;
    }
/* ========================================
   CONTACT PAGE STYLES
   ======================================== */

/* Hero Section */
.contact-hero {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 50%, #991b1b 100%);
    padding: 10rem 0 5rem 0;
}

.contact-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
}

.contact-hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 48rem;
    margin: 0 auto;
}

/* Contact Content */
.contact-content {
    padding: 5rem 0;
    background: #f9fafb;
}

/* Contact Form Card */
.contact-form-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
    padding: 2rem;
    margin-bottom: 2rem;
    height: 100%;
}

.contact-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form .form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.contact-form .form-control {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .contact-form .form-control:focus {
        outline: none;
        border-color: #dc2626;
        box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
    }

.contact-form select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 150px;
}

.contact-form .form-text {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.btn-contact-submit {
    width: 100%;
    padding: 0.75rem 2rem;
    background: #dc2626;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

    .btn-contact-submit:hover {
        background: #b91c1c;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
    }

/* Contact Info */
.contact-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-info-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
    padding: 2rem;
}

.contact-info-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-info-item {
    display: flex;
    gap: 1rem;
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    background: #fee2e2;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .contact-info-icon i {
        font-size: 1.25rem;
        color: #dc2626;
    }

.contact-info-content h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.25rem;
}

.contact-info-content p {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.contact-info-content a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .contact-info-content a:hover {
        color: #dc2626;
    }

/* Social Media Card */
.contact-social-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
    padding: 2rem;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.social-linkedin {
    background: #0a66c2;
}

    .social-linkedin:hover {
        background: #004e9e;
        transform: translateY(-2px);
    }

.social-twitter {
    background: #60a5fa;
}

    .social-twitter:hover {
        background: #3b82f6;
        transform: translateY(-2px);
    }

.social-youtube {
    background: #dc2626;
}

    .social-youtube:hover {
        background: #b91c1c;
        transform: translateY(-2px);
    }

.social-instagram {
    background: #ec4899;
}

    .social-instagram:hover {
        background: #db2777;
        transform: translateY(-2px);
    }

/* Quick Support Card */
.contact-support-card {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
    padding: 2rem;
    color: white;
}

.contact-support-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.contact-support-text {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
}

.btn-support {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 2rem;
    background: transparent;
    border: 2px solid white;
    color: white;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-support:hover {
        background: white;
        color: #dc2626;
        transform: translateY(-2px);
    }

/* Map Section */
.contact-map-section {
    padding: 5rem 0;
    background: white;
}

.contact-map-header {
    margin-bottom: 3rem;
}

.contact-map-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.contact-map-subtitle {
    font-size: 1.25rem;
    color: #6b7280;
}

.contact-map-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
}

    .contact-map-wrapper iframe {
        width: 100%;
        height: 400px;
        display: block;
    }

/* Responsive */
@media (max-width: 991px) {
    .contact-hero {
        padding: 3rem 0;
    }

    .contact-hero-title {
        font-size: 2rem;
    }

    .contact-hero-subtitle {
        font-size: 1.125rem;
    }

    .contact-content {
        padding: 3rem 0;
    }

    .contact-form-card,
    .contact-info-card,
    .contact-social-card,
    .contact-support-card {
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
    .contact-hero {
        padding: 2rem 0;
    }

    .contact-hero-title {
        font-size: 1.75rem;
    }

    .contact-hero-subtitle {
        font-size: 1rem;
    }

    .contact-section-title {
        font-size: 1.25rem;
    }

    .contact-form-card,
    .contact-info-card,
    .contact-social-card,
    .contact-support-card {
        padding: 1rem;
    }

    .contact-map-wrapper iframe {
        height: 300px;
    }
}

/* ========================================
   CAREER PAGE STYLES
   ======================================== */

/* Hero Section */
.career-hero {
    position: relative;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 50%, #991b1b 100%);
    padding: 10rem 0 5rem 0;
    overflow: hidden;
}

.career-hero-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    pointer-events: none;
}

    .career-hero-overlay::before,
    .career-hero-overlay::after {
        content: '';
        position: absolute;
        width: 24rem;
        height: 24rem;
        background: white;
        border-radius: 50%;
        filter: blur(100px);
    }

    .career-hero-overlay::before {
        top: 0;
        left: 0;
    }

    .career-hero-overlay::after {
        bottom: 0;
        right: 0;
    }

.career-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.career-hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 48rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    line-height: 1.8;
}

/* Benefits Section */
.career-benefits-section {
    padding: 5rem 0;
    background: white;
}

.career-section-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.career-section-subtitle {
    font-size: 1.25rem;
    color: #6b7280;
    max-width: 48rem;
    margin: 0 auto;
}

.career-benefit-card {
    text-align: center;
}

.career-benefit-icon {
    width: 64px;
    height: 64px;
    background: #fee2e2;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

    .career-benefit-icon i {
        font-size: 1.5rem;
        color: #dc2626;
    }

.career-benefit-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.career-benefit-desc {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Positions Section */
.career-positions-section {
    padding: 5rem 0;
    background: #f9fafb;
}

.career-filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.career-filter-btn {
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid #e5e7eb;
    background: white;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .career-filter-btn:hover {
        background: #f3f4f6;
    }

    .career-filter-btn.active {
        background: #dc2626;
        color: white;
        border-color: #dc2626;
        box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
    }

.career-positions-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.career-position-card {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    padding: 2rem;
    transition: all 0.3s ease;
}

    .career-position-card:hover {
        box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
    }

    .career-position-card.hidden {
        display: none;
    }

.career-position-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.career-position-info {
    flex: 1;
}

.career-position-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
}

.career-position-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.career-position-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    color: #6b7280;
}

    .career-position-badge i {
        margin-right: 0.5rem;
    }

.career-position-desc {
    font-size: 1rem;
    color: #374151;
    line-height: 1.6;
    margin: 0;
}

.btn-career-apply {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #dc2626;
    color: white;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .btn-career-apply:hover {
        background: #b91c1c;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
        color: white;
    }

.career-position-details {
    border-top: 1px solid #e5e7eb;
    padding-top: 1.5rem;
}

.career-detail-title {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
}

.career-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .career-detail-list li {
        padding: 0.5rem 0;
        color: #374151;
        font-size: 0.875rem;
        position: relative;
        padding-left: 1.5rem;
    }

        .career-detail-list li::before {
            content: '•';
            position: absolute;
            left: 0.5rem;
            color: #dc2626;
            font-weight: bold;
        }

/* Application Section */
.career-application-section {
    padding: 5rem 0;
    background: white;
}

.career-form-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
    padding: 3rem;
}

.career-form-header {
    text-align: center;
    margin-bottom: 3rem;
}

.career-form-title {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.career-form-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
}

.career-form-section {
    margin-bottom: 2.5rem;
}

.career-form-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-control {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .form-control:focus {
        outline: none;
        border-color: #dc2626;
        box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
    }

.form-control-file {
    width: 100%;
    padding: 0.75rem;
    border: 2px dashed #d1d5db;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .form-control-file:hover {
        border-color: #dc2626;
        background: #fef2f2;
    }

.form-text {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
}

    .form-text.file-name {
        color: #10b981;
        font-weight: 500;
    }

.career-form-submit {
    text-align: center;
    padding-top: 2rem;
}

.btn-career-submit {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 3rem;
    background: #dc2626;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-career-submit:hover {
        background: #b91c1c;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(220, 38, 38, 0.3);
    }

.career-form-privacy {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
}

/* Responsive */
@media (max-width: 991px) {
    .career-hero {
        padding: 3rem 0;
    }

    .career-hero-title {
        font-size: 2rem;
    }

    .career-hero-subtitle {
        font-size: 1.125rem;
    }

    .career-section-title {
        font-size: 1.875rem;
    }

    .career-position-header {
        flex-direction: column;
    }

    .btn-career-apply {
        width: 100%;
        justify-content: center;
    }

    .career-form-card {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .career-hero {
        padding: 2rem 0;
    }

    .career-hero-title {
        font-size: 1.75rem;
    }

    .career-hero-subtitle {
        font-size: 1rem;
    }

    .career-benefits-section,
    .career-positions-section,
    .career-application-section {
        padding: 3rem 0;
    }

    .career-section-title {
        font-size: 1.5rem;
    }

    .career-filter-btn {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }

    .career-form-card {
        padding: 1.5rem;
    }

    .btn-career-submit {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }
}
/* ========================================
   COMMERCIAL LICENSE PAGE - COMPLETE STYLES
   ======================================== */

/* Hero Section */
.license-hero {
    background: linear-gradient(135deg, #fee2e2 0%, #ffffff 50%, #fee2e2 100%);
    padding:10rem 0 5rem 0;
}

.license-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
}

.license-hero-subtitle {
    font-size: 1.25rem;
    color: #374151;
    line-height: 1.8;
    max-width: 56rem;
    margin: 0 auto;
}

/* Section Titles */
.license-section-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.license-section-subtitle {
    font-size: 1.25rem;
    color: #6b7280;
    max-width: 48rem;
    margin: 0 auto;
}

/* Benefits Section */
.license-benefits-section {
    padding: 5rem 0;
    background: white;
}

/* Benefit Cards - Generic */
.license-benefit-card {
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .license-benefit-card:hover {
        box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
        transform: translateY(-4px);
    }

.benefit-icon {
    width: 64px;
    height: 64px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

    .benefit-icon i {
        font-size: 1.875rem;
        color: white;
    }

.benefit-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
}

.benefit-card-content {
    flex: 1;
    margin-bottom: 1.5rem;
}

.benefit-text {
    font-size: 0.875rem;
    color: #374151;
    margin-bottom: 0.75rem;
}

.benefit-compare {
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.benefit-compare-title {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.benefit-compare-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .benefit-compare-list li {
        font-size: 0.875rem;
        line-height: 1.5;
    }

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .benefit-list li {
        display: flex;
        align-items: flex-start;
        font-size: 0.875rem;
        color: #374151;
        margin-bottom: 0.75rem;
    }

        .benefit-list li i {
            margin-right: 0.5rem;
            margin-top: 0.25rem;
            font-size: 0.75rem;
            flex-shrink: 0;
        }

.benefit-example {
    background: rgba(147, 51, 234, 0.1);
    padding: 0.75rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
}

.benefit-example-title {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b21a8;
    margin-bottom: 0.25rem;
}

.benefit-example-text {
    font-size: 0.75rem;
    color: #7c3aed;
}

.benefit-result {
    padding: 1rem;
    border-radius: 0.5rem;
}

.benefit-result-title {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.benefit-result p:last-child {
    font-size: 0.875rem;
    margin: 0;
}

/* Red Card */
.benefit-red {
    background: linear-gradient(135deg, #fee2e2 0%, #ffffff 100%);
    border: 1px solid #fecaca;
}

.benefit-icon-red {
    background: #dc2626;
}

.benefit-compare-gray {
    background: #f3f4f6;
}

    .benefit-compare-gray .benefit-compare-title {
        color: #374151;
    }

    .benefit-compare-gray .benefit-compare-list li {
        color: #6b7280;
    }

.benefit-compare-red {
    background: #fee2e2;
}

    .benefit-compare-red .benefit-compare-title {
        color: #991b1b;
    }

    .benefit-compare-red .benefit-compare-list li {
        color: #b91c1c;
    }

.benefit-result-red {
    background: #dc2626;
    color: white;
}

/* Blue Card */
.benefit-blue {
    background: linear-gradient(135deg, #dbeafe 0%, #ffffff 100%);
    border: 1px solid #bfdbfe;
}

.benefit-icon-blue {
    background: #2563eb;
}

.benefit-blue .benefit-list li i {
    color: #16a34a;
}

.benefit-result-blue {
    background: #2563eb;
    color: white;
}

/* Green Card */
.benefit-green {
    background: linear-gradient(135deg, #dcfce7 0%, #ffffff 100%);
    border: 1px solid #bbf7d0;
}

.benefit-icon-green {
    background: #16a34a;
}

.benefit-green .benefit-list li i {
    color: #16a34a;
}

.benefit-result-green {
    background: #16a34a;
    color: white;
}

/* Purple Card */
.benefit-purple {
    background: linear-gradient(135deg, #f3e8ff 0%, #ffffff 100%);
    border: 1px solid #e9d5ff;
}

.benefit-icon-purple {
    background: #9333ea;
}

.benefit-purple .benefit-list li i {
    color: #9333ea;
}

.benefit-result-purple {
    background: #9333ea;
    color: white;
}

/* Orange Card */
.benefit-orange {
    background: linear-gradient(135deg, #ffedd5 0%, #ffffff 100%);
    border: 1px solid #fed7aa;
}

.benefit-icon-orange {
    background: #ea580c;
}

.benefit-orange .benefit-list li i {
    color: #ea580c;
}

.benefit-result-orange {
    background: #ea580c;
    color: white;
}

/* Teal Card */
.benefit-teal {
    background: linear-gradient(135deg, #ccfbf1 0%, #ffffff 100%);
    border: 1px solid #99f6e4;
}

.benefit-icon-teal {
    background: #14b8a6;
}

.benefit-teal .benefit-list li i {
    color: #14b8a6;
}

.benefit-result-teal {
    background: #14b8a6;
    color: white;
}

/* Indigo Card */
.benefit-indigo {
    background: linear-gradient(135deg, #e0e7ff 0%, #ffffff 100%);
    border: 1px solid #c7d2fe;
}

.benefit-icon-indigo {
    background: #6366f1;
}

.benefit-indigo .benefit-list li i {
    color: #6366f1;
}

.benefit-result-indigo {
    background: #6366f1;
    color: white;
}

/* Pink Card */
.benefit-pink {
    background: linear-gradient(135deg, #fce7f3 0%, #ffffff 100%);
    border: 1px solid #fbcfe8;
}

.benefit-icon-pink {
    background: #ec4899;
}

.benefit-pink .benefit-list li i {
    color: #ec4899;
}

.benefit-result-pink {
    background: #ec4899;
    color: white;
}

/* Cyan Card */
.benefit-cyan {
    background: linear-gradient(135deg, #cffafe 0%, #ffffff 100%);
    border: 1px solid #a5f3fc;
}

.benefit-icon-cyan {
    background: #06b6d4;
}

.benefit-cyan .benefit-list li i {
    color: #06b6d4;
}

.benefit-result-cyan {
    background: #06b6d4;
    color: white;
}

/* Strategic Summary Box */
.license-strategic-box {
    display: inline-block;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    border-radius: 1rem;
    padding: 2.5rem;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
}

.strategic-icon {
    margin-bottom: 1rem;
}

    .strategic-icon i {
        font-size: 3rem;
        color: #fbbf24;
    }

.strategic-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    line-height: 1.6;
    margin: 0;
}

.strategic-highlight {
    color: #fbbf24;
}

/* License Packages Section */
.license-packages-section {
    padding: 5rem 0; /* 4rem yerine 5rem - badge için ekstra boşluk */
    background: #f9fafb;
}

    .license-packages-section .row {
        margin-top: 2rem; /* Badge'ler için üstte boşluk */
    }

.license-package-card {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    overflow: visible; /* Badge'lerin görünmesi için */
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

    .license-package-card:hover {
        box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
        transform: translateY(-4px);
    }

.license-package-featured {
    border: 2px solid #fca5a5;
    position: relative; /* POPÜLER badge için */
}

.license-package-premium {
    border: 3px solid #dc2626;
    position: relative; /* ÜST SEVİYE badge için */
}

.license-featured-badge {
    max-width:max-content;
    background: #dc2626;
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 10;
}

.license-premium-badge {
    position: absolute;
    top: -0.75rem; /* Daha az negatif - badge'in tamamı görünsün */
    left: 50%;
    transform: translateX(-50%);
    background: #dc2626;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 10;
}

.license-package-header {
    padding: 2rem;
    position: relative; /* Badge için */
}

.license-header-basic {
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
}

.license-header-advanced {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
}

.license-header-ai {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.license-number {
    width: 64px;
    height: 64px;
    background: #6b7280;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.license-header-advanced .license-number {
    background: #dc2626;
}

.license-number-white {
    background: white;
    color: #dc2626;
}

.license-package-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

    .license-package-title.text-white {
        color: white;
    }

.license-package-subtitle {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
}

    .license-package-subtitle.text-white {
        color: rgba(255, 255, 255, 0.9);
    }

.license-package-body {
    padding: 2rem;
}

.license-section {
    margin-bottom: 1.5rem;
}

.license-section-title {
    font-size: 2.125rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
    align-items: center;
    text-align: center;
}

    .license-section-title i {
        margin-right: 0.5rem;
        color: #dc2626;
    }

.license-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .license-list li {
        padding: 0.5rem 0;
        color: #374151;
        font-size: 0.875rem;
        position: relative;
        padding-left: 1.5rem;
    }

        .license-list li::before {
            content: '→';
            position: absolute;
            left: 0;
            color: #dc2626;
            font-weight: bold;
        }

.license-list-green li::before {
    content: '✓';
    color: #16a34a;
}

.license-list-plain li::before {
    content: '•';
}

.license-api-box {
    background: #f9fafb;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.license-api-box-premium {
    background: #fee2e2;
}

.license-api-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.license-api-item {
    font-size: 0.875rem;
    color: #374151;
    margin-bottom: 0.25rem;
}

.license-warning-box {
    background: #fee2e2;
    padding: 1rem;
    border-left: 4px solid #dc2626;
    border-radius: 0.5rem;
}

.license-warning-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #991b1b;
    margin-bottom: 0.5rem;
}

.license-warning-item {
    font-size: 0.875rem;
    color: #b91c1c;
    margin-bottom: 0.25rem;
}

.license-permission-box {
    background: #dcfce7;
    padding: 1rem;
    border-left: 4px solid #16a34a;
    border-radius: 0.5rem;
}

.license-permission-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #166534;
    margin-bottom: 0.5rem;
}

.license-permission-item {
    font-size: 0.875rem;
    color: #15803d;
    margin-bottom: 0.25rem;
}

/* Comparison Table */
.license-comparison-section {
    padding: 4rem 0;
    background: white;
}

.license-comparison-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 3rem;
}

.license-comparison-wrapper {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    overflow: hidden;
}

.license-comparison-table {
    width: 100%;
    border-collapse: collapse;
}

    .license-comparison-table thead {
        background: #dc2626;
        color: white;
    }

        .license-comparison-table thead th {
            padding: 1rem 1.5rem;
            text-align: left;
            font-weight: 700;
        }

            .license-comparison-table thead th:not(:first-child) {
                text-align: center;
            }

    .license-comparison-table tbody tr {
        border-bottom: 1px solid #e5e7eb;
        transition: background-color 0.2s ease;
    }

        .license-comparison-table tbody tr:hover {
            background: #f9fafb;
        }

    .license-comparison-table tbody td {
        padding: 1rem 1.5rem;
    }

    .license-comparison-table .feature-name {
        font-weight: 500;
        color: #111827;
    }

    .license-comparison-table .text-success {
        color: #16a34a;
        font-size: 1.5rem;
    }

    .license-comparison-table .text-danger {
        color: #dc2626;
        font-size: 1.5rem;
    }

.badge-limited {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: #fef3c7;
    color: #d97706;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Legal Framework */
.license-legal-section {
    padding: 4rem 0;
    background: #f9fafb;
}

.license-legal-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 2rem;
}

.license-legal-card {
    background: #fee2e2;
    padding: 1.5rem;
    border-radius: 0.5rem;
    height: 100%;
}

    .license-legal-card i {
        font-size: 1.875rem;
        color: #dc2626;
        display: block;
        margin-bottom: 0.75rem;
    }

    .license-legal-card p {
        font-size: 1rem;
        color: #374151;
        margin: 0;
    }

    .license-legal-card strong {
        color: #dc2626;
    }

/* Contact Form Section */
.license-contact-section {
    padding: 5rem 0;
    background: white;
}

.license-form-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
    padding: 3rem;
}

.license-form-header {
    text-align: center;
    margin-bottom: 3rem;
}

.license-form-title {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.license-form-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-control {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .form-control:focus {
        outline: none;
        border-color: #dc2626;
        box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
    }

.form-text {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
    text-align: right;
}

.btn-license-submit {
    width: 100%;
    padding: 1rem 2rem;
    background: #dc2626;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

    .btn-license-submit:hover {
        background: #b91c1c;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(220, 38, 38, 0.3);
    }

/* CTA Section */
.license-cta-section {
    padding: 4rem 0;
    background: #dc2626;
}

.license-cta-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.license-cta-subtitle {
    font-size: 1.25rem;
    color: #fecaca;
    margin-bottom: 2rem;
}

.license-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta-phone,
.btn-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta-phone {
    background: white;
    color: #dc2626;
}

    .btn-cta-phone:hover {
        background: #fee2e2;
        color: #dc2626;
        transform: translateY(-2px);
    }

.btn-cta-whatsapp {
    background: #16a34a;
    color: white;
}

    .btn-cta-whatsapp:hover {
        background: #15803d;
        color: white;
        transform: translateY(-2px);
    }

/* Responsive */
@media (max-width: 991px) {
    .license-hero {
        padding: 3rem 0;
    }

    .license-hero-title {
        font-size: 2rem;
    }

    .license-hero-subtitle {
        font-size: 1.125rem;
    }

    .license-section-title,
    .license-comparison-title,
    .license-legal-title {
        font-size: 1.875rem;
    }

    .license-form-card {
        padding: 2rem;
    }

    .strategic-text {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .license-hero {
        padding: 2rem 0;
    }

    .license-hero-title {
        font-size: 1.75rem;
    }

    .license-hero-subtitle {
        font-size: 1rem;
    }

    .license-benefits-section,
    .license-packages-section,
    .license-comparison-section,
    .license-legal-section,
    .license-contact-section {
        padding: 3rem 0;
    }

    .license-section-title,
    .license-comparison-title,
    .license-legal-title,
    .license-package-title {
        font-size: 1.125rem;
    }

    .license-form-card {
        padding: 1.5rem;
    }

    .license-cta-buttons {
        flex-direction: column;
    }

    .btn-cta-phone,
    .btn-cta-whatsapp {
        width: 100%;
        justify-content: center;
    }

    .strategic-text {
        font-size: 1.125rem;
    }

    .license-strategic-box {
        padding: 1.5rem;
    }

    .license-comparison-table {
        font-size: 0.875rem;
    }

        .license-comparison-table thead th,
        .license-comparison-table tbody td {
            padding: 0.75rem 0.5rem;
        }
}
/* ===================================
   FORM MESAJ STİLLERİ - ŞIK VERSİYON
   =================================== */
.form-message {
    margin-bottom: 25px;
    padding: 18px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(-15px);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

    .form-message::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
        background: currentColor;
    }

    .form-message.show {
        opacity: 1;
        transform: translateY(0);
    }

    .form-message.success {
        background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
        border: 2px solid #10b981;
        color: #065f46;
    }

        .form-message.success::before {
            background: #10b981;
        }

    .form-message.error {
        background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
        border: 2px solid #ef4444;
        color: #991b1b;
    }

        .form-message.error::before {
            background: #ef4444;
        }

.form-message-content {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding-left: 10px;
}

    .form-message-content i {
        font-size: 28px;
        flex-shrink: 0;
        animation: iconPulse 2s ease-in-out infinite;
    }

.form-message.success .form-message-content i {
    color: #10b981;
}

.form-message.error .form-message-content i {
    color: #ef4444;
}

.form-message-content span {
    flex: 1;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

/* İkon animasyonu */
@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* Kapatma butonu (opsiyonel) */
.form-message-close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s;
    color: inherit;
    padding: 4px 8px;
    line-height: 1;
}

    .form-message-close:hover {
        opacity: 1;
    }

/* Responsive */
@media (max-width: 768px) {
    .form-message {
        padding: 16px 20px;
        border-radius: 12px;
        margin-bottom: 20px;
    }

    .form-message-content {
        gap: 12px;
    }

        .form-message-content i {
            font-size: 24px;
        }

        .form-message-content span {
            font-size: 14px;
        }
}

/* Alternatif Stil - Badge Tarzı */
.form-message.style-badge {
    padding: 14px 20px;
    border-radius: 50px;
}

    .form-message.style-badge::before {
        display: none;
    }

/* Giriş animasyonu varyasyonları */
@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-message.animate-slide {
    animation: slideInDown 0.5s ease-out;
}