body {
    background-color: #FFF;
    font-family: 'Poppins', sans-serif;
    accent-color: #ff6600;
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
    border-top-color: rgb(255 255 255 / 72%) !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    text-align: center;
}

.dashboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}

.dashboard-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 84px;
}

.dashboard-content {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 25px;
}

.dashboard-nav {
    min-width: 238px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: #373193;
}

.dashboard-compact .dashboard-nav {
    display: none;
}

.dashboard-nav header {
    padding: 0px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard-nav header .menu-toggle {
    display: none;
    margin-right: auto;
}

.dashboard-nav a {
    color: #515151;
}

.dashboard-nav a:hover {
    text-decoration: none;
}

.dashboard-nav {
    background-color: #3f475f;
}

.dashboard-nav a {
    color: #fff;
}

.brand-logo {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #515151;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-logo:focus,
.brand-logo:active,
.brand-logo:hover {
    color: #dbdbdb;
    text-decoration: none;
}

.brand-logo i {
    color: #d2d1d1;
    font-size: 27px;
    margin-right: 10px;
}

.dashboard-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-item {
    min-height: 45px;
    padding: 8px 20px 8px 57px;
    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;
    letter-spacing: 0.02em;
    transition: ease-out 0.5s;
}

.dashboard-nav-item i {
    width: 36px;
    font-size: 19px;
    margin-left: -40px;
}

.dashboard-nav-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.active {}

.dashboard-nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown.show {
    background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-toggle {
    font-weight: bold;
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-toggle:after {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dashboard-nav-dropdown-toggle:after {
    content: "";
    margin-left: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(81, 81, 81, 0.8);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
    border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown-item {
    min-height: 40px;
    padding: 5px 0px 20px 35px;
    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;
    transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.menu-toggle {
    position: relative;
    height: 45px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
    text-decoration: none;
    color: #fff;
}

.menu-toggle i {
    font-size: 25px;
    margin-top: 10px;
}

.dashboard-toolbar {
    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: 0px 15px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.nav-item-divider {
    height: 1px;
    margin: 1rem 0;
    overflow: hidden;
    background-color: rgba(236, 238, 239, 0.3);
}

@media (min-width: 992px) {
    .dashboard-app {
        margin-left: 238px;
    }

    .dashboard-compact .dashboard-app {
        margin-left: 0;
    }
}


@media (max-width: 768px) {
    .dashboard-content {
        padding: 15px 0px;
    }
}

@media (max-width: 992px) {
    .dashboard-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1070;
        width: 50%;
    }

    .dashboard-nav.mobile-show {
        display: block;
    }
}

@media (max-width: 992px) {
    .dashboard-nav header .menu-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) {
    .dashboard-toolbar {
        left: 238px;
    }

    .dashboard-compact .dashboard-toolbar {
        left: 0;
    }
}

.pricing {
    background-color: #fff;
    margin: 0 auto 40px;
    max-width: 330px;
    position: relative;
    text-align: left;
}

.pricing * {
    position: relative;
}

.pricing:before {
    background: #f7f7f7;
    background: rgba(30, 30, 30, .06);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.pricing .title {
    line-height: 32px;
    padding: 17px 20px 21px;
}

.pricing .title a {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    text-decoration: none;
}

.pricing .price-box {
    font-size: 12px;
    line-height: 1;
    overflow: hidden;
    padding: 0 20px 20px;
}

.pricing .price-box .icon {
    background: #fff;
    color: #505050;
    height: 60px;
    text-align: center;
    width: 60px;
    z-index: 1;
}

.pricing .price-box .icon i,
.pricing .price-box .icon .livicon {
    background: none;
    font-size: 30px;
    height: auto;
    line-height: 52px;
    margin: 0;
    width: auto;
}

.pricing .price-box .icon .livicon {
    height: 60px !important;
}

.pricing .price-box .icon .livicon svg {
    top: 0 !important;
    vertical-align: middle;
}

.pricing .price-box .price {
    font-size: 36px;
    font-weight: bold;
    margin: 13px 0 0;
}

.pricing .price-box .price span {
    font-size: 12px;
}

.pricing .options {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.pricing .options li {
    border-top: 1px solid rgba(30, 30, 30, .1);
    color: #999;
    color: rgba(30, 30, 30, .4);
    line-height: 22px;
    padding: 13px 10px 13px 45px;
    position: relative;
}

.pricing .options li span {
    color: #1e1e1e;
    display: none;
    left: 25px;
    line-height: 1;
    position: absolute;
    top: 16px;
}

.pricing .options li.active {
    color: #1e1e1e;
}

.pricing .options li.active span {
    display: block;
}

.pricing .bottom-box {
    border-top: 1px solid rgba(30, 30, 30, .1);
    background: rgba(30, 30, 30, .05);
    overflow: hidden;
    padding: 19px 19px 20px;
}

.pricing .bottom-box .more {
    color: #7f7f7f;
    color: rgba(30, 30, 30, .7);
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.pricing .bottom-box .more:hover {
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.pricing .bottom-box .more span {
    font-size: 17px;
    line-height: 12px;
    margin: 0 0 0 3px;
    vertical-align: top;
}

.pricing .bottom-box .rating-box {
    float: right;
}

.pricing .bottom-box .btn {
    font-weight: bold;
    margin: 19px 0 0;
    width: 100%;
}

.pricing.prising-info:before {
    background: rgba(1, 165, 219, .06);
}

.pricing.prising-info .title a {
    color: #01a5db;
}

.pricing.prising-info .price-box .icon {
    color: #35beeb;
    border-color: #35beeb;
}

.pricing.prising-info .options li,
.pricing.prising-info .bottom-box {
    border-color: rgba(1, 165, 219, .1);
    color: rgba(1, 165, 219, .4);
}

.pricing.prising-info .bottom-box {
    border-top: 1px solid rgba(1, 165, 219, .1);
    background: rgba(1, 165, 219, .05);
}

.pricing.prising-info .options li span,
.pricing.prising-info .bottom-box .more,
.pricing.prising-info .options li.active {
    color: #01a5db;
}

.pricing.pricing-success:before {
    background: rgba(132, 162, 0, .06);
}

.pricing.pricing-success .title a {
    color: #84a200;
}

.pricing.pricing-success .price-box .icon {
    border-color: #9ab71a;
    color: #9ab71a;
}

.pricing.pricing-success .options li,
.pricing.pricing-success .bottom-box {
    border-color: rgba(132, 162, 0, .1);
    color: rgba(132, 162, 0, .4);
}

.pricing.pricing-success .bottom-box {
    border-top: 1px solid rgba(132, 162, 0, .1);
    background: rgba(132, 162, 0, .05);
}

.pricing.pricing-success .bottom-box .more,
.pricing.pricing-success .options li span,
.pricing.pricing-success .options li.active {
    color: #84a200;
}

.pricing.pricing-error:before {
    background: rgba(212, 7, 70, .06);
}

.pricing.pricing-error .title a {
    color: #d40746;
}

.pricing.pricing-error .price-box .icon {
    border-color: #de2a61;
    color: #de2a61;
}

.pricing.pricing-error .options li,
.pricing.pricing-error .bottom-box {
    border-color: rgba(212, 7, 70, .1);
    color: rgba(212, 7, 70, .4);
}

.pricing.pricing-error .bottom-box {
    border-top: 1px solid rgba(212, 7, 70, .1);
    background: rgba(212, 7, 70, .05);
}

.pricing.pricing-error .options li span,
.pricing.pricing-error .bottom-box .more,
.pricing.pricing-error .options li.active {
    color: #d40746;
}

.icon.border {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1px;
}

.icon.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.icon.pull-right {
    float: right;
    margin-left: 10px;
}

.pricing-warning:before {
    background-color: rgba(248, 148, 6, .06) !important;
}

.pricing.pricing-info:before {
    background: rgba(1, 165, 219, .06);
}

.pricing-warning .title a,
.pricing-warning .options li.active,
.pricing-warning .options li span,
.package .title a,
.package .price-box .price {
    color: #f89406 !important;
}

.pricing.pricing-info .options li span,
.pricing.pricing-info .bottom-box .more,
.pricing.pricing-info .options li.active {
    color: #01a5db;
}

.pricing.pricing-info .options li,
.pricing.pricing-info .bottom-box {
    border-color: rgba(1, 165, 219, .1);
    color: rgba(1, 165, 219, .4);
}

.pricing.pricing-warning .options li {
    color: rgba(248, 148, 6, .4);
}

.pricing.pricing-info .title a {
    color: #01a5db;
}

.container {
    max-width: 1200px !important
}

.tab-menu {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    border-bottom: 2px solid #ffc000;
}

.tab-menu li {
    list-style: none;
    display: inline-block;
    margin: 0 0px 5px 0;
    border-radius: 4px;
}

.tab-menu li a {
    display: block;
    color: #666;
    padding: 8px;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: 600;
}

#mobil_ozel_menu {
    margin: 0 0 15px 0;
    overflow: hidden;
}

#mobil_ozel_menu a {
    padding: 8px 8px 8px 10px;
    display: block;
    border-bottom: 1px solid #ddd;
}

#mobil_ozel_menu a:hover {
    background: #f5f5f5;
}

#mobil_ozel_menu .ikon i {
    font-size: 20px !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    text-align: center;
    background: #666;
    color: #fff;
    border-radius: 100%;
    display: block;
}

#mobil_ozel_menu .baslik {
    font-weight: 600;
    padding-left: 4px;
}

#mobil_ozel_menu .alt_kategoriler {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #bbb;
    padding-left: 4px;
}

#mobil_ozel_menu .fa-chevron-right {
    color: #bbb;
    display: block;
    line-height: 36px;
    padding: 0;
    margin: 0;
}

.mobile-nav {
    background: #F1F1F1;
    position: fixed;
    bottom: 0;
    height: 54px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.mobile-nav .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.mobile-group {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    padding: 0;
    margin: 0;
}

.mobile-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    font-size: 10px;
    flex: 1;
    min-width: 0;
    height: 100%;
    padding: 5px 2px;
    transition: background-color 0.3s;
    box-sizing: border-box;
}

.mobile-widget:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.mobile-widget i {
    font-size: 20px;
    margin-bottom: 2px;
}

.mobile-widget span {
    font-size: 10px;
    text-align: center;
    line-height: 1.2;
}

.mobile-widget.plus-btn {
    background-color: #415ea3;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: -10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.mobile-widget.plus-btn i {
    font-size: 24px;
    margin-bottom: 0;
}

.mobile-widget.plus-btn span {
    display: none;
}

.bloc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloc-icon img {
    width: 30px;
}

@media screen and (min-width: 600px) {
    .mobile-nav {
        display: none;
    }
}

.footer_sabit {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 999999;
    background: #3f475f;
    list-style: none;
    padding: 0;
}

.footer_sabit li a:hover {
    background: rgba(0, 0, 0, .2);
}

.footer_sabit li a {
    float: left;
    width: 20%;
    text-align: center;
    padding: 14px 0px;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
}

.mobil_fixed_iletisim {
    bottom: 44px;
}

.tab-content {
    display: none
}

#tab1 {
    display: block
}

.tab-container {
    font-family: Arial;
    font-size: 14px;
    color: #666
}

.current a {
    background: #ff6600;
    color: #545454;
}

.btn {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;

}

.thumbnails {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    border: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.thumbnail {
    border: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
    margin-bottom: 10px !important;
}

.thumbnail img {
    margin: auto;
    border: none !important;
    padding: 0px !important
}

#myCarousel {
    display: none
}

#firsat .span3 {
    width: 24.9% !important;
    float: left;
    list-style-type: none;
    margin: 0 !important;
    border: solid 0px #e8e8e8;
    background-color: #fff !important;
    padding: 0px !important;
    border-right: solid 1px #fff;
    padding: 5px !important;
    text-align: center;
    height: 250px
}

#firsat .span3 a {}

#firsat .span3:last-child {
    border-right: solid 0px #eee;
}

#firsat .span3 img {
    height: 125px !important;
    width: auto !important;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.span3 {
    width: 14.2% !important;
    float: left;
    list-style-type: none;
    margin: 0 !important;
    border: solid 0px #e8e8e8;
    background-color: #fff !important;
    padding: 0px !important;
    border-right: solid 1px #eee;
    padding: 5px !important;
    text-align: center;
    height: 125px
}

.span3:last-child {
    border: none !important
}

.span3 img {
    height: 75px !important;
    width: auto !important
}

.slide {
    background-color: #FFF !important;
    border: solid 1px #DADADA;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    margin-bottom: 5px;
}

.btn-primary {
    background-color: #ff6600 !important;
    border-color: #ff6600 !important;
    color: #ffffff !important;
}

.row.no-pad {
    margin-right: 0;
    margin-left: 0;
}

.row.no-pad>[class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

.top15 {
    margin-top: 1px;
    width: auto;
}

.panel-heading {
    font-weight: bold
}

.header {
    height: 105px;
    background-color: #fff;
    border-bottom: solid 1px #ededed;
    padding-top: 5px;
    border-top: solid 5px #474747
}

#custom-search-input {
    padding: 3px;
    border-radius: 6px;
    width: 315px;
    margin-left: 304px;
    margin-top: -75px;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    font-size: 11px;
    background-color: #2f3546;
    font-weight: 500;
    color: white;
    border-radius: 4px;
}

#custom-search-input button {
    margin: 0px 0 0 -35px;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search,
#custom-search-input .fa-search {
    font-size: 15px;
    z-index: 1000;
    color: #fff;
}

#custom-search-input .glyphicon-search:before {
    margin-right: -12px;
}

.button1 {
    background-color: #989898;
    border-color: #727070;
    color: #fff;
    font-size: 14px !important;
    margin-left: 10px !important
}

.button1:hover {
    color: #fff;
    border-color: #727070 !important;
    background-color: #375275 !important;
}

.button19 {
    background-color: #0a4a7acc;
    border-color: #fff;
    color: #fff;
    font-size: 14px !important;
    margin-left: 770px !important;
    margin-top: -67px;
}

.button19:hover {
    color: #fff;
    border-color: #ee626d !important;
    background-color: #ee626d !important;
}

.button20 {
    background-color: #ff6600;
    color: #ffffff;
    font-weight: 600;
    margin-left: 1050px !important;
    margin-top: -104px;
    width: 180px;
    border-radius: 0px 16px 0px;
    transition: all 0.3s ease;
}

.button20:hover {
    background-color: #ff8533;
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.4);
    transform: translateY(-1px);
}

.button328 {
    color: #fff;
    font-weight: 600;
    margin-left: 625px !important;
    margin-top: -64px;
    font-size: 11px;
    transition: all 0.3s ease;
}

.button328:hover {
    opacity: 0.8;
    transform: translateY(-1px);
}

.button84 {
    background-color: #fe9b06;

    color: #fff;
    font-size: 12px !important;
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;

}

.button85 {
    background-color: #2a86cb;

    color: #fff;
    font-size: 12px !important;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;

}

.button86 {
    background-color: #2a86cb;

    color: #fff;
    font-size: 12px !important;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;

}

.button87 {
    background-color: #2a86cb;
    color: #fff;
    font-size: 12px !important;
    float: left;
    margin-top: 7.2px;
    margin-bottom: 5px;
    margin-left: 5px;
    height: 35px;
}

.header-link {
    padding-top: 30px;
}

.navbar-default {
    background-color: #3f475f;
    border-color: #777;
    margin-bottom: 0px;
    z-index: 1;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 10px;
    margin-top: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav>li>a:hover {
    opacity: 0.8;
}

.search-h3 {
    font-size: 15px;
    padding: 0px;
    max-resolution: 0px;
    font-weight: bold;
    color: #5d5c5c
}

.header-s {
    background-color: #3f475f;
    height: 62px;
}

.search-pad {
    padding-top: 10px
}

.search-list {
    margin: -20px;
    padding: 0px;
    margin-top: 15px
}

.search-list li {
    float: left;
    list-style-type: none;
    margin: 5px 5px;
    width: 400px;
    border: solid 1px #c9b4af;
    padding: 7px;
    border-radius: 4px;
}

.search-list li:first-child {
    margin-left: 0px
}

.search-list li:first-child {
    margin-left: 0px
}

.search-list li:nth-child(5) {
    margin-left: 0px
}

.search-list li a {
    color: #5d5c5c;
    font-size: 12px;
    font-weight: bold;
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner1 {
    margin-top: 1px;
}

.category {
    margin: 0px;
    padding: 0px
}

/* Eski Kurallar Devre Dışı Bırakıldı (Yeni kurallarla çakışıyordu)
.category li {
	list-style-type: none;
	font-size: 13px;
	line-height: 20px;
	color: #003399;
    font-family: inherit;
	font-weight: 500;
}
.category li span {
	font-size: 11px;
	color: #B1B1B1
}
.category li a {
	color: #003399 !important;
	line-height: 20px;
	text-decoration:none;
	margin-left: 14px;
	font-family: verdana;
}
.maincat {
	font-weight: bold;
	font-size: 14px !important;
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-top: 10px;
}
*/
.leftmenu {
    margin: 0px;
    padding: 0px;
    border: none !important
}

.leftmenu li {
    list-style-type: none;
    line-height: 30px;
    border-bottom: solid 1px #e5e5e5 !important
}

.leftmenu li a {
    color: #555555
}

.ilandetay1 {
    font-weight: normal !important;
    border: solid 1px #eee;
    display: inline-block !important;
    width: 100% !important;
    line-height: 30px;
    padding: 5px;
    padding-left: 10px
}

.selects {
    max-height: 125px;
    overflow-y: scroll;
    background-color: #f5f5f5
}

.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
    background: #d9d9d9;
    background: rgba(0, 0, 0, 0.15);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}

.qlabel {
    font-size: 14px !important;
    font-weight: bold !important;
    border-bottom: solid 1px #eee;
    display: block;
    padding-bottom: 5px !important;
    margin-bottom: 10px !important
}

.btn-info {
    transition: all 0.3s ease;
}

.btn-info:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

.select .form-group {
    margin-bottom: 10px !important
}

.select {
    margin-top: 5px !important
}

.btn-primary {
    padding: 12px !important;
    border: none !important
}

.btn-danger {
    padding: 12px !important;
    border: none !important
}

.dropdown-menu {
    min-width: 180px !important
}

.green {
    background-color: #239a15 !important
}

.box {
    border: solid 1px #eee;
    padding: 15px;
    position: relative;
    height: 150px;
}

.box h5 {
    padding: 0px !important;
    margin: 0px !important;
    padding-bottom: 10px !important;
    font-weight: bold;
    font-size: 16px
}

.box select {
    position: absolute;
    bottom: 15px !important;
    max-width: 92%
}

.sub2 {
    padding-left: 10px !important
}

.sub3 {
    padding-left: 20px !important
}

.sub4 {
    padding-left: 30px !important
}

.sub5 {
    padding-left: 40px !important
}

.sub6 {
    padding-left: 50px !important
}

.sub7 {
    padding-left: 50px !important
}

.row.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutter>[class^="col-"],
.row.no-gutter>[class*=" col-"] {
    padding-right: 5px;
    padding-left: 0;
}

.td-title {
    background-color: #777777;
    line-height: 40px;
    border: solid 1px #fff;
    text-align: center !important;
    font-size: 12px;
    font-weight: bold;
    color: #fff
}

.adv {
    padding: 5px;
    background-color: #fff;
    border: solid 1px #ededed;
    border-radius: 4px;
    margin-bottom: 2px
}

.logomm {}

.mobil-menu {
    background: #3f475f;
    left: -250px;
    height: 100%;
    position: fixed;
    width: 215px;
    top: 46px;
    z-index: 1000;
    list-style-type: none;
    overflow: scroll;
}

.mobil-menu ul {
    border-top: 1px solid #636366;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobil-menu li {
    border-bottom: 1px solid #4d4d4d;
    line-height: 18px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-top: 5px;
    color: white;
    text-decoration: none;
    transition: all .6s;
    padding: 10px !important;
}

.mobil-menu li:hover {
    background-color: #000;
    color: white;
}

.mobil-menu li a {
    color: inherit;
    text-decoration: none;
}

.mobil-menuqq {
    background: #3f475f;
    right: -250px;
    height: 100%;
    position: fixed;
    width: 215px;
    top: 46px;
    z-index: 1000;
    list-style-type: none;
    overflow-y: auto;
}

/* Mobil menü içinde footer içeriğini gizle */
.mobil-menuqq .nb-copyright,
.mobil-menuqq .nb-footer,
.mobil-menuqq footer {
    display: none !important;
}

.mobil-menuqq ul {
    border-top: 1px solid #636366;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobil-menuqq li {
    border-bottom: 1px solid #4d4d4d;
    line-height: 18px;
    font-size: 14px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-top: 5px;
    color: white;
    text-decoration: none;
    transition: all .6s;
    padding: 7px !important;
}

.mobil-menuqq li:hover {
    background-color: #000;
    color: white;
}

.mobil-menuqq li a {
    color: inherit;
    text-decoration: none;
}

.ac-kapa {
    color: white;
    margin-top: 4px;
    padding: 6px 10px;
    display: none;
    border-radius: 0 6px 6px 0
}

@media (max-width:768px) {
    .ac-kapa {
        color: white;
        margin-top: 4px;
        padding: 6px 10px;
        display: block;
        border-radius: 0 6px 6px 0
    }
}

.ac-kapasag {
    color: white;
    margin-top: 4px;
    padding: 6px 10px;
    display: none;
    border-radius: 0 6px 6px 0;
    float: right;
}

@media (max-width:768px) {
    .ac-kapasag {
        color: white;
        margin-top: 4px;
        padding: 6px 10px;
        display: block;
        border-radius: 0 6px 6px 0
    }
}

.adv:hover {
    background-color: #f5f5f5 !important;
}

.adv-color {
    background-color: #F8F6BD;
    border: solid 1px #FFF67F
}

.panel {
    margin-bottom: 10px;
    border: solid 1px #ededed;
}

.price {
    cursor: default;
    padding: 5px !important;
    margin-top: 15px;
    background-color: #f2dd41 !important
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #696969;
    border-color: #fff;
    font-weight: 600;
}

.pagination>li>a,
.pagination>li>span {
    color: #000;
}

.image1 {
    text-align: center;
    height: 80px;
    min-height: 80px;
    flex-shrink: 0;
    position: relative;
}

.image1:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.image1 img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.adv2 {
    margin-bottom: 10px !important;
    min-height: 140px !important;
    display: flex !important;
    flex-direction: column !important;
    border: solid 1px #ededed;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.adv2-title {
    padding: 8px 12px;
    text-align: center;
    font-size: 11px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

.adv2-title a {
    color: #5d5c5c !important
}

.adv2:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.adv2-title a:hover {
    color: #007bff !important;
}

.panel-heading a {
    color: #4b4b4b;
    font-weight: normal !important;
    text-decoration: underline;
    font-size: 14px;
}

.ilan-title {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px
}

.ilan-image {
    border: solid 1px #eee;
    height: 100%;
    vertical-align: middle;
    text-align: center !important;
}

.ilan-image img {
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.kucuk {
    cursor: pointer
}

.buyuk {
    padding: 10px;
    border: solid 1px #EEEEEE;
    border-top: none
}

.st {
    font-weight: bold
}

.font12 {
    font-size: 12px
}

.hr {
    margin-top: 5px;
    margin-bottom: 5px
}

.userbox {
    padding: 15px;
    border: solid 1px #ededed;
    background: #f6f6f6;
}

.userbox2 {
    padding: 15px;
    margin-top: 15px;
    border: solid 1px #ddd
}

.ilan-kategori-link {
    padding-bottom: 15px;
    margin-left: 5px;
}

.ilan-kategori-link a {
    color: #777777
}

.nb-footer {
    padding-top: 50px;
    padding-bottom: 40px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-top: 1px solid #e9ecef;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.nb-footer .footer-title {
    display: block;
    margin: 0 0 20px 0;
    border-bottom: none;
    padding-bottom: 5px;
}

.nb-footer .footer-single h2 {
    color: #2c3e50;
    font-size: 16px;
    font-weight: 700;
    display: block;
    border-bottom: 2px solid #e67e22;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.nb-footer .footer-single li {
    border-top: none;
    margin-bottom: 8px;
}

.nb-footer .footer-single li a {
    color: #5a6c7d;
    font-size: 14px;
    padding: 6px 0px;
    display: block;
    transition: all 0.3s ease;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    padding-left: 0;
}

.nb-footer .footer-single li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #e67e22;
    transition: width 0.3s ease;
}

.nb-footer .footer-single li a:hover {
    color: #e67e22;
    text-decoration: none;
    padding-left: 12px;
}

.nb-footer .footer-single li a:hover::before {
    width: 8px;
}

.nb-footer .footer-single li a i.fa-angle-right {
    display: none;
}

.nb-copyright {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding-top: 30px;
    padding-bottom: 25px;
    border-top: 3px solid #e67e22;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    color: #ecf0f1;
}

.nb-copyright .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.nb-copyright .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
}

.footercop {
    font-size: 12px;
    color: #bdc3c7;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    line-height: 1.8;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    border-top: none;
    margin-top: 0;
}

.footer-disclaimer {
    background: rgba(255, 255, 255, 0.03);
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 4px solid #e67e22;
}

.footer-disclaimer .disclaimer-title {
    display: none;
}

.footer-disclaimer p {
    font-size: 12px;
    color: #d5d8dc;
    line-height: 1.8;
    margin-bottom: 10px;
    text-align: left;
}

.footer-disclaimer p:last-child {
    margin-bottom: 0;
}

.footer-disclaimer .disclaimer-contact {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 500;
    color: #ecf0f1;
    font-style: italic;
}

.footerlogo {
    height: auto;
    margin-top: 0;
    text-align: center;
    padding-top: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-main-logo {
    max-width: 140px;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    display: block;
    margin: 0 auto;
}

.nb-footer .col-xs-3:first-child,
.nb-footer .col-md-3:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.footer-qr-section {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-qr-code {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.qr-placeholder {
    font-size: 10px;
    color: #95a5a6;
    text-align: center;
    padding: 5px;
}

.footer-qr-text {
    font-size: 11px;
    color: #7f8c8d;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nb-copyright .container>.row:first-child,
.nb-copyright .row:first-child,
.nb-copyright .footer-copyright-top,
.nb-copyright .row.footer-copyright-top {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: both !important;
}

.nb-copyright .container>.row:first-child .col-sm-6,
.nb-copyright .row:first-child .col-sm-6,
.nb-copyright .footer-copyright-top .col-sm-6,
.nb-copyright .row.footer-copyright-top .col-sm-6 {
    float: left !important;
    width: 50% !important;
    display: flex !important;
    align-items: center !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
    position: relative !important;
}

.footer-logo-section {
    display: flex;
    align-items: center;
    height: 100%;
}

.footer-logo-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.footer-logo-img {
    width: 100px;
    height: auto;
    margin-right: 15px;
    flex-shrink: 0;
}

.footer-logo-text {
    font-size: 13px;
    color: #ecf0f1;
    line-height: 1.6;
    flex: 1;
}

.footer-social-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-copyright-bottom {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-company-info {
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.footer-company-info:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(230, 126, 34, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.footer-company-logo-wrapper {
    flex-shrink: 0;
    margin-right: 20px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-company-logo {
    width: 100px;
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 1;
    transition: transform 0.3s ease;
}

.footer-company-info:hover .footer-company-logo {
    transform: scale(1.05);
}

.footer-company-text-wrapper {
    flex: 1;
}

.footer-company-name {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.footer-company-text {
    font-size: 14px;
    color: #ecf0f1;
    line-height: 1.7;
    font-weight: 400;
}

.footer-social-section {
    text-align: right;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.footer-social-section:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(230, 126, 34, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.footer-social-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 18px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.footer-social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social-icons .social-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.footer-social-icons .social-icon:hover {
    transform: translateY(-4px) scale(1.1);
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.footer-social-icons .social-icon.facebook:hover {
    background: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(59, 89, 152, 0.5);
}

.footer-social-icons .social-icon.twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(29, 161, 242, 0.5);
}

.footer-social-icons .social-icon.youtube:hover {
    background: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.5);
}

.footer-social-icons .social-icon.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: #bc1888;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(188, 24, 136, 0.5);
}

/* Footer Desktop Stilleri */
.footer-logo-section {
    text-align: left;
}

.footer-logo-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.footer-logo-img {
    width: 120px;
    max-width: 100%;
    height: auto;
    margin-right: 15px;
    flex-shrink: 0;
}

.footer-logo-text {
    font-size: 0.85em;
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.footer-social-section {
    text-align: center;
}

.footer-social-wrapper {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.footer-social-title {
    font-weight: 600;
    padding: 5px;
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
}

.footer-social-icons {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.footer-social-icons a {
    margin: 0;
    flex-shrink: 0;
}

/* Footer Responsive Stilleri */
@media (max-width: 768px) {

    /* Mobil menü açıkken footer'ı gizle */
    body.menu-open .nb-copyright,
    body.menu-open .nb-footer,
    body.menu-open footer {
        display: none !important;
    }

    .nb-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .nb-footer .col-xs-3,
    .nb-footer .col-md-3 {
        width: 100% !important;
        margin-bottom: 30px;
        text-align: center;
    }

    .nb-footer .footer-single {
        margin-bottom: 25px;
    }

    .nb-footer .footer-single h2 {
        text-align: center;
        font-size: 15px;
    }

    .nb-footer .footer-single ul {
        text-align: center;
    }

    .footer-logo-section {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .footerlogo {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .footer-main-logo {
        margin: 0 auto;
    }

    .footer-qr-section {
        align-items: center !important;
        margin-top: 15px;
    }

    .footer-qr-code {
        margin: 0 auto 8px auto;
    }

    .footer-qr-text {
        text-align: center;
    }

    .nb-copyright {
        padding-top: 25px;
        padding-bottom: 60px;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    .nb-copyright .container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .nb-copyright .row {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .nb-copyright .col-sm-6,
    .nb-copyright .col-md-6 {
        width: 100% !important;
        margin: 0 auto 25px auto !important;
        text-align: center !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box !important;
        float: none !important;
        display: block !important;
        clear: both !important;
    }

    .footer-copyright-top {
        flex-direction: column;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .footer-copyright-top .col-sm-6,
    .footer-copyright-top .col-md-6 {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .footer-copyright-bottom {
        flex-direction: column;
        margin-top: 20px;
        padding-top: 20px;
    }

    .footer-company-info {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 20px 15px !important;
        margin-bottom: 20px;
    }

    .footer-company-logo-wrapper {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .footer-company-logo {
        width: 80px !important;
        margin: 0 auto !important;
    }

    .footer-company-text-wrapper {
        text-align: center !important;
        width: 100% !important;
    }

    .footer-company-name {
        text-align: center !important;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer-company-text {
        text-align: center !important;
        width: 100% !important;
        font-size: 12px;
    }

    .footer-social-section {
        text-align: center !important;
        width: 100% !important;
        padding: 20px 15px !important;
    }

    .footer-social-title {
        text-align: center !important;
        margin-bottom: 15px;
        font-size: 13px;
    }

    .footer-social-icons {
        justify-content: center !important;
        width: 100% !important;
        gap: 8px !important;
    }

    .footer-social-icons .social-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 18px !important;
    }

    .footercop {
        text-align: center !important;
        padding: 20px 15px 0 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
        overflow-x: hidden;
        font-size: 11px;
    }

    .footer-disclaimer {
        padding: 20px 15px !important;
        text-align: center !important;
    }

    .footer-disclaimer .disclaimer-title {
        text-align: center !important;
        font-size: 13px;
    }

    .footer-disclaimer p {
        text-align: center !important;
        font-size: 11px;
    }

    /* Benzer İlanlar Responsive */
    .panel-body .adv.benzer-ilan-item {
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        padding: 10px;
        background: #fff;
        margin-bottom: 10px;
        min-height: 80px;
    }

    .panel-body .adv.benzer-ilan-item .row {
        margin: 0;
        height: 100%;
    }

    .panel-body .adv.benzer-ilan-item .benzer-ilan-image {
        padding-right: 10px;
        height: 100%;
        min-height: 80px;
    }

    .panel-body .adv.benzer-ilan-item .benzer-ilan-image a {
        display: block;
        height: 100%;
    }

    .panel-body .adv.benzer-ilan-item .benzer-ilan-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
        min-height: 80px;
    }

    .panel-body .adv.benzer-ilan-item .benzer-ilan-content {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 80px;
    }

    .panel-body .adv.benzer-ilan-item strong {
        display: block;
        margin-bottom: 5px;
        line-height: 1.4;
    }

    .panel-body .adv.benzer-ilan-item span {
        display: block;
        color: #666;
    }
}

.nb-copyright center {
    text-align: right;
    margin-bottom: 15px;
}

.nb-copyright center a {
    margin-left: 8px;
}

.nb-copyright center a i {
    color: #999;
    font-size: 22px;
    transition: color 0.2s ease-in-out;
}

.nb-copyright center a:hover i {
    color: #555;
}

.pagination {
    margin: 0px !important
}

@media (min-width: 768px) and (max-width: 991px) {
    .category li a {
        font-size: 12px !important
    }

    .maincat {
        font-size: 12px !important
    }
}

@media (max-width: 767px) {
    .nav>li>a {
        padding: 6px 1px !important
    }

    .header-s {
        background: url(../img/header-bg.png);
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        padding-left: 15px;
    }

    .ilan-image {
        max-width: 100% !important;
        height: auto !important
    }

    .ilan-image img {
        max-width: 100% !important;
        height: auto !important
    }

    .navbar-default {
        background-color: #3f475f;
        border-color: #777;
        margin-bottom: 0px;
        z-index: 1;
        display: list-item;
    }
}

/* Kategori Sidebar Stilleri - Sahibinden Benzeri (Güncellenmiş) */

.category-sidebar-panel {
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
}

ul.category {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.category li {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: normal;
    color: #333;
}

ul.category li.maincat {
    font-weight: bold;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 2px;
    border-bottom: 1px solid #d0d0d0;
}

ul.category li a {
    color: #005da0 !important;
    text-decoration: none;
    display: block;
    margin-left: 0;
    font-family: inherit;
}

ul.category li a span {
    color: #999;
    font-size: 11px;
    margin-left: 5px;
}

.hide-show-cat {
    margin-left: 10px;
    padding: 2px 0;
    border-bottom: none;
}

.hide-show-cat label {
    color: #005da0;
    font-size: 12px;
    font-weight: normal;
}

.hide-show-cat label i {
    margin-left: 5px;
}

li.maincat img.absmiddle {
    margin-right: 5px;
}

.subcat_special {
    padding: 4px 10px;
    border-bottom: none;
}

.subcat_special a {
    color: #005da0 !important;
    font-size: 13px;
    font-weight: normal;
    margin-left: 5px;
}

.subcat_special i {
    color: #666 !important;
}

.col-sm-3 .panel.panel-default {
    border: none;
    box-shadow: none;
}

.button328:hover {
    color: #fff !important;
    text-decoration: none;
}

.panel-heading {
    background-image: none !important;
}

/* Footer Bilgi Satırı Stilleri (Müşteri Hizm., Yardım Mrk.) */
.footer-info-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.footer-contact-info,
.footer-placeholder {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 13px;
    margin-bottom: 10px;
}

.footer-contact-info a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.footer-contact-info a:hover {
    color: #e67e22;
    text-decoration: none;
}

.footer-contact-info strong {
    color: #333;
    display: block;
    margin-bottom: 1px;
}

/* İçerik span'ı */
.footer-contact-info span,
.footer-placeholder span {
    line-height: 1.3;
}

/* Footer Daire İkon Stilleri - Sahibinden Benzeri */
.footer-icon-circle {
    background-color: #e41e26;
    /* Kırmızı arka plan */
    border-radius: 50%;
    /* Daire şekli */
    width: 48px;
    /* Daire genişliği (küçültüldü) */
    height: 48px;
    /* Daire yüksekliği (küçültüldü) */
    display: flex;
    align-items: center;
    /* İçeriği dikey ortala */
    justify-content: center;
    /* İçeriği yatay ortala */
    margin-right: 12px;
    /* Sağ boşluk (ayarlandı) */
    flex-shrink: 0;
    /* Küçülmesini engelle */
}

.footer-icon-circle i {
    color: #ffffff;
    /* İkon rengi beyaz */
    font-size: 24px;
    /* İkon boyutu (küçültüldü) */
}

/* Eski .footer-icon stilleri kaldırıldı */
/*
.footer-icon {
    font-size: 60px;
    color: #e41e26;
    margin-right: 20px;
    width: 65px;
    text-align: center;
    line-height: 1;
}

.footer-contact-info a .footer-icon {
     color: #e41e26;
}

.footer-contact-info a:hover .footer-icon {
    color: #c0392b;
}
*/
/* // Footer İkon Stilleri Bitişi */

/* ============================================
   VİTRİN İLANLARI STİLLERİ
   ============================================ */
.anasayfablok-vitrin-panel {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #fff;
}

.anasayfablok-vitrin-heading {
    background: linear-gradient(135deg, #3f475f, #2d3342);
    color: #fff;
    padding: 12px 15px;
    border-radius: 4px 4px 0 0;
    border: none;
    font-size: 15px;
    font-weight: 600;
}

.anasayfablok-vitrin-heading i {
    margin-right: 8px;
}

.anasayfablok-view-all-link {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.anasayfablok-view-all-link:hover {
    color: #fff;
    text-decoration: none;
}

.anasayfablok-view-all-link i {
    margin-left: 5px;
    font-size: 11px;
}

.anasayfablok-vitrin-body {
    background: #fff;
}

/* Gallery Grid */
.anasayfablok-gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

/* Gallery Item */
.anasayfablok-gallery-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
}

.anasayfablok-gallery-item-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Image Wrapper */
.anasayfablok-gallery-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    background: #f5f5f5;
}

.anasayfablok-gallery-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.anasayfablok-image-overlay {
    display: none;
}

/* Title - İki satır, her kelimenin baş harfi büyük */
.anasayfablok-gallery-item-title {
    padding: 5px 2px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    text-transform: capitalize;
    min-height: 31px;
    max-height: 36px;
    height: auto;
    word-wrap: break-word;
}

/* Responsive - Large Desktop (1400px+) */
@media (min-width: 1400px) {
    .anasayfablok-gallery-grid {
        grid-template-columns: repeat(7, 1fr);
    }
}

/* Responsive - Desktop (1200px - 1400px) */
@media (max-width: 1400px) and (min-width: 1200px) {
    .anasayfablok-gallery-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Responsive - Tablet Large (992px - 1200px) */
@media (max-width: 1200px) and (min-width: 992px) {
    .anasayfablok-gallery-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 12px;
    }

    .anasayfablok-gallery-item-title {
        font-size: 11px;
        padding: 8px 6px;
        min-height: 29px;
        max-height: 34px;
        height: auto;
        -webkit-line-clamp: 2 !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Responsive - Tablet (768px - 992px) */
@media (max-width: 992px) and (min-width: 768px) {
    .anasayfablok-gallery-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

    .anasayfablok-vitrin-heading {
        font-size: 14px;
        padding: 10px 12px;
    }

    .anasayfablok-vitrin-body {
        padding: 12px;
    }

    .anasayfablok-gallery-item-title {
        font-size: 11px;
        padding: 8px 6px;
        min-height: 29px;
        max-height: 34px;
        height: auto;
        -webkit-line-clamp: 2 !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Responsive - Small Tablet (576px - 768px) */
@media (max-width: 768px) and (min-width: 576px) {
    .anasayfablok-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .anasayfablok-vitrin-heading {
        font-size: 13px;
        padding: 10px 12px;
    }

    .anasayfablok-vitrin-body {
        padding: 10px;
    }

    .anasayfablok-gallery-item-title {
        font-size: 11px;
        padding: 8px 5px;
        min-height: 29px;
        max-height: 34px;
        height: auto;
        -webkit-line-clamp: 2 !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .anasayfablok-view-all-link {
        font-size: 12px;
    }
}

/* Responsive - Mobile (576px altı) */
@media (max-width: 576px) {
    .anasayfablok-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .anasayfablok-vitrin-heading {
        font-size: 12px;
        padding: 8px 10px;
    }

    .anasayfablok-vitrin-heading i {
        font-size: 13px;
        margin-right: 5px;
    }

    .anasayfablok-view-all-link {
        font-size: 11px;
    }

    .anasayfablok-view-all-link i {
        display: none;
    }

    .anasayfablok-vitrin-body {
        padding: 8px;
    }

    .anasayfablok-gallery-item {
        border-radius: 3px;
    }

    .anasayfablok-gallery-image-wrapper {
        padding-top: 85%;
    }

    .anasayfablok-gallery-item-title {
        font-size: 11px;
        padding: 6px 4px;
        min-height: 29px;
        max-height: 34px;
        height: auto;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
    }
}

/* Responsive - Very Small Mobile (400px altı) */
@media (max-width: 400px) {
    .anasayfablok-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .anasayfablok-gallery-item-title {
        font-size: 11px;
        padding: 6px 4px;
        min-height: 29px;
        max-height: 34px;
        height: auto;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
    }
}

/* ============================================
   MODAL LOGİN STİLLERİ
   ============================================ */
.modlgn-alert {
    font-size: 14px;
    border-radius: 6px;
    padding: 10px 12px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 500;
}

.modlgn-alert-success {
    background-color: #e8f8ef;
    color: #1e7b36;
    border: 1px solid #bde5c1;
}

.modlgn-alert-error {
    background-color: #fdecea;
    color: #b21f1f;
    border: 1px solid #f5c6cb;
}

.modlgn-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    backdrop-filter: blur(5px);
}

.modlgn-overlay.modlgn-active {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: modlgnFadeIn 0.3s ease;
}

.modlgn-container {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 420px;
    position: relative;
    animation: modlgnSlideUp 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-height: 90vh;
    overflow-y: auto;
}

.modlgn-header {
    padding: 30px 25px 20px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.modlgn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #666;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modlgn-close:hover {
    background-color: #f0f0f0;
    transform: rotate(90deg);
}

.modlgn-logo {
    margin-bottom: 15px;
}

.modlgn-logo-text {
    font-size: 40px;
    font-weight: bold;
    color: #002f34;
}

.modlgn-logo-text span {
    background: #002f34;
    color: white;
    padding: 5px 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.modlgn-title {
    font-size: 22px;
    color: #002f34;
    font-weight: 600;
    margin: 10px 0 5px;
}

.modlgn-subtitle {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.modlgn-body {
    padding: 25px;
}

/* Login Buttons */
.modlgn-btn {
    width: 100%;
    padding: 14px 20px;
    margin-bottom: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    color: #333;
    position: relative;
    overflow: hidden;
}

.modlgn-btn:hover {
    background-color: #f8f9fa;
    border-color: #002f34;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.modlgn-btn i {
    font-size: 20px;
}

.modlgn-btn-google {
    background: #6b7a8e;
    color: white;
}

.modlgn-btn-google:hover {
    background: #1877f2;
    color: white;
}

.modlgn-btn-facebook {
    background: #1877f2;
    color: white;
    border-color: #1877f2;
}

.modlgn-btn-facebook:hover {
    background: #166fe5;
    border-color: #166fe5;
}

/* Divider */
.modlgn-divider {
    text-align: center;
    margin: 25px 0;
    position: relative;
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modlgn-divider::before,
.modlgn-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 42%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
}

.modlgn-divider::before {
    left: 0;
}

.modlgn-divider::after {
    right: 0;
}

/* Form Styles */
.modlgn-form-group {
    margin-bottom: 18px;
}

.modlgn-form-label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.modlgn-form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.modlgn-form-control:focus {
    outline: none;
    border-color: #002f34;
    box-shadow: 0 0 0 4px rgba(0, 47, 52, 0.1);
    background: white;
}

.modlgn-checkbox-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.modlgn-checkbox-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.modlgn-submit-btn {
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #002f34 0%, #00252a 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modlgn-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 47, 52, 0.3);
}

/* Create Account Link */
.modlgn-create-account {
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
}

.modlgn-create-account p {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.modlgn-create-account a {
    color: #002f34;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #002f34;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.modlgn-create-account a:hover {
    background: #002f34;
    color: white;
    transform: translateY(-2px);
}

/* Loading Spinner */
.modlgn-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    border-top-color: white;
    animation: modlgnSpin 1s ease-in-out infinite;
}

@keyframes modlgnSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes modlgnFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modlgnSlideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* ============================================
   FİLTRE VE SIRALAMA BUTON STİLLERİ
   ============================================ */
.buttonc-container {
    display: none;
    /* Varsayılan olarak gizli (desktop'ta görünmez) */
    position: sticky;
    gap: 8px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #ffffff;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Sadece mobilde görünür */
@media (max-width: 768px) {
    .buttonc-container {
        display: flex;
    }
}

.btnc {
    flex: 1;
    padding: 14px 16px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

/* Filtre butonu */
.btnc-filter {
    background-color: #2c3248;
}

.btnc-filter:active {
    background-color: #484c58;
    transform: scale(0.98);
}

/* Sıralama butonu */
.btnc-sort {
    background-color: #2c3248;
}

.btnc-sort:active {
    background-color: #0a6fb8;
    transform: scale(0.98);
}

/* Harita butonu */
.btnc-map {
    background-color: #2c3248;
}

.btnc-map:active {
    background-color: #218838;
    transform: scale(0.98);
}

/* İkonlar */
.iconc {
    width: 18px;
    height: 18px;
    display: inline-block;
}

/* Responsive tasarım */
@media (max-width: 400px) {
    .buttonc-container {
        gap: 6px;
    }

    .btnc {
        padding: 9px 10px;
        font-size: 14px;
    }

    .iconc {
        width: 16px;
        height: 16px;
    }
}

/* Çok küçük ekranlar için */
@media (max-width: 320px) {
    .btnc {
        padding: 10px 8px;
        font-size: 13px;
        gap: 6px;
    }
}

/* ============================================
   LİSTE VE GALERİ GÖRÜNÜM BUTONLARI
   ============================================ */
.view-toggle-container {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0 12px;
}

.view-toggle-btn {
    flex: 1;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #fff;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.view-toggle-btn:hover {
    background: #f5f5f5;
    border-color: #d0d0d0;
}

.view-toggle-btn.active {
    background: #2c3248;
    color: #fff;
    border-color: #2c3248;
    font-weight: 600;
}

.view-toggle-btn.active:hover {
    background: #3a4158;
}

.view-toggle-btn i {
    font-size: 16px;
}

/* ============================================
   FİLTRE BÖLÜMÜ STİLLERİ
   ============================================ */
.filter-section {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.filter-header {
    padding: 10px 15px;
    background: #f8f8f8;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.filter-header:hover {
    background: #ebf1ff;
}

.filter-content {
    padding: 15px;
    display: none;
}

.filter-content.active {
    display: block;
}

.filter-icon {
    transition: transform 0.3s ease;
}

.filter-icon.rotated {
    transform: rotate(180deg);
}

/* ============================================
   İLAN ALT PANEL STİLLERİ
   ============================================ */
.ilan_sub_panel {
    display: flex;
    width: 100%;
    height: 25px;
    padding: 13px;
    background: #fafafa;
    border: 1px solid #eaeaea;
    align-items: center;
    justify-content: space-evenly;
}

.ilan_sub_button {
    cursor: pointer;
    color: #003399;
    font-weight: 600;
}

.ilan_sub_button i {
    margin-right: 6px;
}

.fullscreen-video {
    display: none;
    position: fixed;
    z-index: 999999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 25px;
    background-color: #000000db;
}

.fullscreen-video.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullscreen-video video {
    width: 100%;
    height: 100%;
}

.login-panel .panel-body {
    padding: 15px 24px 24px 24px !important;
}

.close-fullscreen-video {
    position: absolute;
    z-index: 99999;
    cursor: pointer;
    color: #fff;
    right: 28px;
}

.close-fullscreen-video i {
    font-size: 30px;
}

.open-video.disabled,
.expand-img.disabled {
    color: #808080 !important;
    cursor: unset !important;
}

@media (max-width: 310px) {
    .ilan_sub_panel {
        justify-content: unset !important;
    }

    .ilan_sub_button {
        margin-left: 10px;
    }
}

@media (min-width: 310px) and (max-width: 350px) {
    .ilan_sub_panel {
        justify-content: unset !important;
    }

    .ilan_sub_button {
        margin-left: 38px;
    }
}

@media (min-width: 350px) and (max-width: 500px) {
    .ilan_sub_panel {
        justify-content: unset !important;
    }

    .ilan_sub_button {
        margin-left: 58px;
    }
}

/* Header Modernizasyon Stilleri */

.logo img {
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
    transition: transform 0.3s ease;
}

.logo:hover img {
    transform: scale(1.02);
}

#custom-search-input .form-control {
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#custom-search-input .form-control:focus {
    border-color: #e67e22;
    box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.1);
    outline: none;
}

#custom-search-input {
    overflow: hidden;
}

#custom-search-input:hover .glyphicon-search,
#custom-search-input .form-control:hover~.input-group-btn .glyphicon-search,
#custom-search-input .form-control:focus~.input-group-btn .glyphicon-search,
#custom-search-input:hover .input-group-btn .glyphicon-search,
#custom-search-input:hover .fa-search,
#custom-search-input .form-control:hover~.input-group-btn .fa-search,
#custom-search-input .form-control:focus~.input-group-btn .fa-search,
#custom-search-input:hover .input-group-btn .fa-search {
    animation: searchIconPulse 1.5s ease-in-out infinite;
    transform-origin: center;
    display: inline-block;
}

#custom-search-input .input-group-btn {
    overflow: visible;
}

@keyframes searchIconPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.modlgn-trigger {
    transition: all 0.3s ease;
    padding: 8px 16px !important;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
}

.top-line .navbar-nav.pull-right li {
    margin-right: 8px !important;
    margin-top: 0 !important;
}

.top-line .navbar-nav.pull-right li:last-child {
    margin-right: 0 !important;
}

.modlgn-trigger:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modlgn-trigger i {
    margin-right: 5px;
}

/* bootstrap-select dropdown fix */
.bootstrap-select .btn-default,
.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default:focus,
.bootstrap-select .btn-default:active {
    background-color: #ffffff !important;
    color: #333333 !important;
    border: 1px solid #cccccc !important;
    box-shadow: none !important;
}

.bootstrap-select .btn-default .filter-option {
    color: #333333 !important;
}

.bootstrap-select.open .dropdown-toggle {
    background-color: #f8f9fa !important;
}