body {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%
}

h1,h2,h3,h4,h5,h6 {
    color: #444
}

.fa {
    font-size: 14px
}

h1 {
    font-size: 33px
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10.2px
}

a {
    color: #279ad0
}

a:hover {
    text-decoration: none;
    color: #444
}

a:focus {
    outline: none
}

legend {
	color: black;
    font-size: 18px;
    padding: 7px 0;
}

label {
    font-size: 12px;
    font-weight: 400
}

select.form-control,textarea.form-control,input[type="text"].form-control,input[type="password"].form-control,input[type="datetime"].form-control,input[type="datetime-local"].form-control,input[type="date"].form-control,input[type="month"].form-control,input[type="time"].form-control,input[type="week"].form-control,input[type="number"].form-control,input[type="email"].form-control,input[type="url"].form-control,input[type="search"].form-control,input[type="tel"].form-control,input[type="color"].form-control {
    font-size: 12px
}

.form-control:focus {
    border-color: #279ad0;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #00000013 0 8px #cab33899;
    box-shadow: inset 0 1px 1px #00000013 0 8px #cab33899
}

.input-group input,.input-group select,.input-group .dropdown-menu,.input-group .popover {
    font-size: 12px
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../image/sort-down.png)!important;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px
}

span.hidden-xs,span.hidden-sm,span.hidden-md,span.hidden-lg {
    display: inline
}

.nav-tabs {
    margin-bottom: 15px
}

div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 700
}

.control-label	{
	color: black;
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #279ad0
}

.subbutton53 {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    
    /* Renk Ayarları */
    background-color: #0a192f !important; /* Derin Lacivert Dolgu */
    color: #ffffff !important;            /* Beyaz Yazı */
    
    /* Çizim/Kenarlık Ayarları */
    border: 2px solid #ffc107 !important; /* Solid: Altın Sarısı Kesintisiz Çizgi */
    border-radius: 12px;                  /* Köşe Yumuşatma */
    
    /* Yazı Stili (Hafızadaki 1.5rem ayarına yakın, buton için optimize) */
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    
    /* Geçiş Efekti */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Hafif Derinlik */
}

.subbutton53:hover {
    background-color: #0d1b3e !important; /* Hafifçe açılan renk */
    border-color: #ffffff !important;     /* Kenarlık beyaza dönsün */
    transform: translateY(-3px) scale(1.02); /* Hafif yukarı zıplama ve büyüme */
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.3); /* Altın sarısı parlama */
    color: #ffc107 !important;            /* Yazı rengi sarıya dönsün */
}

@media (max-width: 768px) {
    /* Butonları daha kompakt ve 'sub-menu' havasında toplar */
    .subbutton53 {
        display: block !important;
        width: 95% !important;           /* Kenarlara yapışmaması için hafif daralttım */
        margin: 8px auto !important;     /* Dikey boşluğu azalttım ve ortaladım */
        padding: 12px 15px !important;   /* Çok kaba durmaması için yüksekliği düşürdüm */
        
        /* Yazı Boyutu: Mobilde taşma yapmayacak jilet gibi bir boyut */
        font-size: 1.1rem !important;
        text-align: center !important;
        
        /* Çizgisel Zarafet */
        border-width: 1.5px !important;  /* Çizgiyi biraz incelttim */
        border-radius: 10px !important;  /* Köşeleri daha keskin ve modern yaptık */
        
        /* Gölgeyi 'sub-menu' estetiği için yumuşattım */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
        
        /* Uzun kelimelerin kutuyu patlatmasını engeller */
        word-wrap: break-word;
    }

    /* Dokunma Tepkisi (UX) */
    .subbutton53:active {
        transform: scale(0.98) !important;
        background-color: #ffc107 !important;
        color: #0a192f !important;
        border-color: #ffffff !important;
    }
}

#top {
    background-color: #EEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0 3px;
    margin: 0 0 20px;
    min-height: 40px
}

#top .container {
    padding: 0 20px
}

#top #form-currency .currency-select,#top #form-language .language-select {
    text-align: left
}

#top #form-currency .currency-select:hover,#top #form-language .language-select:hover {
    text-shadow: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom,#23a1d1,#1f90bb);
    background-repeat: repeat-x
}

#top .btn-link,#top-links li,#top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none
}

#top .btn-link:hover,#top-links a:hover {
    color: #444
}

#top-links .dropdown-menu a {
    text-shadow: none
}

#top-links .dropdown-menu a:hover {
    color: #FFF
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px
}

#top-links {
    padding-top: 6px
}

#top-links a + a {
    margin-left: 15px
}

#logo {
    position: relative;
    z-index: 1
}

#search .input-lg {
    height: 43px;
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid #534a3d
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 11px 10px;
    background: #279ad0
}

#search .btn-lg:hover {
    color: #fff
}

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF
}

#cart.open > .btn {
    background-image: none;
    background-color: #FFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none
}

#cart.open > .btn:hover {
    color: #444
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
    border-top: 4px solid #279ad0;
    box-shadow: 0 6px 12px #0000002d
}

#cart .dropdown-menu:before {
    content: "\f0d8";
    font-family: "FontAwesome";
    color: #279ad0;
    position: absolute;
    top: -17px;
    font-size: 20px;
    text-shadow: none;
    right: 13px
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width:100%
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px
}

#cart .dropdown-menu li > div {
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width:100%
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0 10px
}

#cart .product-td a {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #279ad0
}

#cart .remove-btn {
    background: none;
    border: none
}

#cart .remove-btn i {
    font-size: 14px;
    color: #a4a4a4
}

.search-cart {
    position: relative;
    z-index: 1031;
    top: -17px
}

@media (min-width: 980.5px) {
    .search-cart {
        position:relative;
        z-index: 1031;
        top: 40px
    }
}

#cart .dropdown-menu {
    right: 0;
    max-width: 300px
}

.search-cart .dropdown-menu {
    padding: 0;
    box-shadow: none;
    border: none
}

.search-wrap {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.search-wrap button i {
    font-size: 20px
}

.search-wrap button,#cart button,.acc-section button {
    background: none;
    border: none;
    color: #ffffff;
    padding: 0;
    box-shadow: none
}

.sticky .search-wrap button,.sticky #cart button,.sticky .acc-section button {
    color: #000
}

#cart button i {
    font-size: 20px
}

.acc-section {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.acc-section i {
    font-size: 20px
}

.acc-section .dropdown-menu {
    padding: 25px 30px;
    background: #fff;
    z-index: 1001;
    border-top: 4px solid #279ad0;
    right: -60px;
    min-width: 250px;
    box-shadow: 0 6px 12px #0000002d
}

.acc-section .dropdown-menu:before {
    content: "\f0d8";
    font-family: "FontAwesome";
    color: #279ad0;
    position: absolute;
    top: -17px;
    font-size: 20px;
    text-shadow: none;
    right: 13px
}

.acc-section .dropdown-menu h4 {
    margin-top: 0;
    border-bottom: 1px solid #ff00006e;
    padding-bottom: 6px
}

.acc-section .dropdown-menu > li {
    margin-bottom: 15px
}

.acc-section .dropdown-menu > li:last-child {
    margin-bottom: 0
}

.acc-section .dropdown-menu > li ul li a {
    margin-bottom: 5px;
    display: block;
    cursor: pointer;
    color: #6a6a6a
}

.acc-section .dropdown-menu > li ul li a:hover {
    color: #279ad0
}

.navbar-nav > li.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background: inherit;
    min-width: 180px;
    padding: 0
}

.navbar-nav > li.dropdown.open .dropdown-menu {
    display: block
}

.common-home #menu .nav > li > a {
    color: #fff
}

#search .btn-lg {
    color: #fff
}

#menu .nav > li {
    position: relative !important;
}

#menu .nav > li .dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 300px;
    padding: 0;
    margin: 0;
}

#menu .nav > li > a {
    padding: 10px 15px 15px;
    min-height: 15px;
    background-color: transparent
}

#menu .dropdown-menu {
    padding-bottom: 0
}

#menu .dropdown-inner {
    display: table;
    width: 100%
}

#menu .dropdown-inner ul {
    display: table-cell;
    padding-bottom: 12px
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 12px 20px 0;
    clear: both;
    line-height: 20px;
    color: #333;
    font-size: 12px
}

#menu .dropdown-inner li a:hover {
    color: #279ad0
}

#menu .see-all {
    display: block;
    border-top: 1px solid #DDD;
    padding: 9px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 12px
}

#menu .see-all:hover,#menu .see-all:focus {
    text-decoration: none;
    color: #fff;
    background-color: #279ad0
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 #0003
}

#menu .btn-navbar {
    font-size: 34px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #0a192f;
    border-color: #0a192f; /* Noktalı virgül eklendi */
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #ffffff;
    transition: all .3s cubic-bezier(0.25, 0.8, 0.25, 1); /* Geçişi biraz daha yumuşattım */
}

#menu .btn-navbar:hover {
    background-color: #0a192f !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    box-shadow: 0 10px 25px rgb(0 123 255 / 29%);
    cursor: pointer;
}

#menu .btn-navbar:active {
    transform: translateY(0) scale(0.98); /* Basılınca hafifçe içeri çökme */
}

#menu .btn-navbar:hover,#menu .btn-navbar:focus,#menu .btn-navbar:active,#menu .btn-navbar.disabled,#menu .btn-navbar[disabled] {
    color: #fff;
    background-color: #279ad0
}

@media (min-width: 979.5px) {
    #menu .dropdown:hover .dropdown-menu {
        display:block;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1
    }
}

@media (max-width: 767px) {
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block
    }

    #menu div.dropdown-menu {
        margin-left: 0!important;
        padding-bottom: 10px;
        background-color: #000c
    }

    #menu .dropdown-inner {
        display: block
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff
    }

    #menu .dropdown-menu a:hover,#menu .dropdown-menu ul li a:hover {
        background: #0000001a
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff
    }
}

#content {
    min-height: 600px;
	background-color: #F5F7FA;
}

footer {
    padding-top: 30px;
    background-color: #0a192f;
    border-top: 6px solid #1178b1;
    color: #e2e2e2;
    text-align: center
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666
}

footer a {
    color: #ccc
}

footer a:hover {
    color: #fff
}

footer h5 {
    font-family: 'Poppins',sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

.alert {
    padding: 8px 14px
}

.alert-dismissable .close,.alert-dismissible .close {
    right: -7px
}

.footers53 {
    margin: 10px;
    text-align: center
}

.kroniqscrumb {
    padding: 12px 0 12px 12px;
    border: .5px solid #eaeaea;
    background: #fff
}

.kroniqscrumb i {
    font-size: 20px
}

.kroniqscrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 15px 0 0;
    position: relative;
    white-space: nowrap
}

.kroniqscrumb > li a {
    font-size: 14px;
    color: #000
}

.kroniqscrumb > li a:hover {
    color: #279ad0
}

.kroniqscrumb > li + li:before {
    content: ">";
    padding: 0 15px 0 0;
    color: #000;
    font-size: 15px
}

.kroniqscrumb {
    padding: 8px 15px;
    margin-bottom: 3px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.kroniqscrumb>li {
    display: inline-block
}

.kroniqscrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "|\00a0"
}

.kroniqscrumb {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: auto
}

.kroniqscrumb>.active {
    color: #777
}

.breadcrumb {
    padding: 12px 0 12px 12px;
    border: 1px solid #eaeaea;
    background: #fff
}

.breadcrumb i {
    font-size: 20px
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 15px 0 0;
    position: relative;
    white-space: nowrap
}

.breadcrumb > li a {
    font-size: 14px;
    color: #000
}

.breadcrumb > li a:hover {
    color: #279ad0
}

.breadcrumb > li + li:before {
    content: ">";
    padding: 0 15px 0 0;
    color: #000;
    font-size: 15px
}

.pagination {
    margin: 0
}

.buttons {
    margin: 1em 0;
    overflow: auto
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #279ad0;
    box-shadow: inset 0 1px 0 #fff3 0 1px 2px #0000000d
}

.btn-xs {
    font-size: 9px
}

.btn-sm {
    font-size: 10.2px
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px
}

.btn-group > .btn,.btn-group > .dropdown-menu,.btn-group > .popover {
    font-size: 12px
}

.btn-group > .btn-xs {
    font-size: 9px
}

.btn-group > .btn-sm {
    font-size: 10.2px
}

.btn-group > .btn-lg {
    font-size: 15px
}

.btn-default {
    color: #222;
    background-color: #279ad0;
    border-color: #ddd;
}

.btn-primary {
    color: #fff;
    background-color: #279ad0;
    border-color: #279ad0;
    box-shadow: none
}

.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled] {
    background-color: #444
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 #00000040;
    background-color: #faa732;
    background-image: linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704
}

.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 #0000001a
}

.btn-danger {
    color: #fff;
    background-color: #da4f49;
    border-color: #da4f49
}

.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 #0000001a
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 #00000040;
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038
}

.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 #0000001a
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 #00000040;
    background-color: #df5c39;
    background-image: linear-gradient(to bottom,#e06342,#dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a
}

.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

.btn-link {
    border-color: #0000;
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0
}

.btn-link,.btn-link:active,.btn-link[disabled] {
    background-color: #0000;
    background-image: none;
    box-shadow: none
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 #00000040;
    background-color: #363636;
    background-image: linear-gradient(to bottom,#444,#222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000
}

.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom,#333,#111)
}

.list-group a {
    border: 1px solid #DDD;
    color: #888;
    padding: 8px 12px
}

.list-group a.active,.list-group a.active:hover,.list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #DDD;
    text-shadow: 0 1px 0 #FFF
}

.exheading {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block
}

.carousel-caption {
    color: #FFF;
    text-shadow: 0 1px 0 #000
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome
}

.top-products {
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 20px;
    margin-bottom: 30px
}

.top-products:hover {
    -webkit-box-shadow: 0 4px 12px #00000080;
    -moz-box-shadow: 0 4px 12px #00000080;
    -o-box-shadow: 0 4px 12px #00000080;
    box-shadow: 0 4px 12px #00000080
}

.top-products .product-thumb {
    border: none
}

.top-products .product-thumb .image {
    border: 1px solid #ddd
}

.top-products .product-thumb h4 {
    font-weight: 600;
    margin: 15px 0
}

.top-products .product-thumb h4 a {
    text-transform: uppercase
}

.top-products .product-thumb .caption {
    text-align: left;
    background: transparent
}

.top-products .product-thumb .desmatter {
    margin-bottom: 20px
}

.top-products .product-thumb .rating {
    padding: 0;
    margin-bottom: 20px
}

.top-products .top-button-group button {
    background: #279ad0;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 14px
}

.top-products .top-button-group .cart i {
    font-size: 16px;
    margin-right: 2px
}

.testimonial-block .testimonial-inner {
    background-color: #279ad0;
    padding: 35px 20px;
    text-align: center
}

.testimonial-block .testimonial-inner .clientest {
    color: #fff;
    text-align: justify;
    line-height: 1.5;
    margin: 25px 0 0;
    font-size: 13px
}

.testimonial-block .testimonial-inner .client-image img {
    border-radius: 50%;
    display: inline-block;
    border: 5px solid #f4e38d
}

.product-thumb {
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
    overflow: hidden
}

.product-thumb .image {
    text-align: center;
    position: relative;
    background-color: #f5f5f5
}

.product-thumb .image img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.product-thumb:hover .image .hover-img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

.product-thumb .image .hover-img {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 1;
    opacity: 0
}

.product-thumb .image a {
    display: block
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto
}

.product-grid .product-thumb .image {
    float: none
}

.product-grid .product-thumb {
    position: relative
}

.product-grid .product-thumb .description {
    display: none
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float:left;
        padding: 0 15px;
        border-right: 2px solid #fff
    }
}

.product-thumb h4 {
    margin: 15px 0 5px;
    font-weight: 400
}

.product-thumb h4 a {
    color: #000;
    font-size: 14px
}

.product-thumb .price-new {
    color: #279ad0
}

.product-thumb .caption {
    padding: 5px 20px 10px;
    text-align: center;
    background-color: #f5f5f5;
    border-top: 2px solid #fff
}

.product-list .product-thumb .caption {
    margin-left: 295px;
    text-align: left
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height:0;
        margin-left: 0;
        padding: 0 10px
    }

    .product-grid .product-thumb .caption {
        min-height: 0
    }
}

.product-thumb .rating {
    padding-bottom: 10px
}

.rating .fa-stack {
    font-size: 8px
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px
}

.rating .fa-star + .fa-star-o {
    color: #E69500
}

h2.price {
    margin: 0
}

.product-thumb .price {
    color: #444;
    font-size: 16px
}

.product-thumb .price-new {
    font-weight: 600
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-right: 10px
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    margin-left: 8px
}

.product-thumb:hover .exbutton-group {
    opacity: 1
}

.product-thumb .exbutton-group {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=100);
    top: 10px;
    left: 10px;
    width: 40px;
    text-align: center;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    z-index: 99
}

.product-thumb:hover .exbutton-group .cartbtn,.product-thumb:hover .exbutton-group .wishbtn,.product-thumb:hover .exbutton-group .combtn {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

.product-thumb .exbutton-group i {
    font-size: 16px
}

.product-thumb .exbutton-group .btn:hover {
    background-color: #279ad0;
    border-color: #279ad0;
    opacity: .7
}

.product-thumb .exbutton-group .cartbtn,.product-thumb .exbutton-group .wishbtn,.product-thumb .exbutton-group .combtn {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    margin-bottom: 10px;
    background-color: #0a192f;
    color: #fff;
    border-color: #0a192f;
    padding: 0
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left:none
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #279ad0;
    color: #888;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer
}

@media (max-width: 1200px) {
    .product-thumb .button-group button,.product-thumb .button-group button + button {
        width:33.33%
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button,.product-thumb .button-group button + button {
        width:33.33%
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0
}

.thumbnails > li {
    margin-left: 20px
}

.thumbnails {
    margin-left: -20px
}

.thumbnails .thumbnail {
    padding: 0;
    border: none
}

.thumbnails > img {
    width: 100%
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd
}

.image-additional {
    max-width: 78px
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),#content .col-lg-3:nth-child(4n+1),#content .col-lg-4:nth-child(3n+1),#content .col-lg-6:nth-child(2n+1) {
        clear:left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),#content .col-md-3:nth-child(4n+1),#content .col-md-4:nth-child(3n+1),#content .col-md-6:nth-child(2n+1) {
        clear:left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),#content .col-sm-3:nth-child(4n+1),#content .col-sm-4:nth-child(3n+1),#content .col-sm-6:nth-child(2n+1) {
        clear:left
    }
}

.col-sm-3	{
	color: black;
}

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width:100%
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%
    }
}

#column-left .product-layout,#column-right .product-layout {
    width: 100%
}

.input-group .form-control[name^=quantity] {
    min-width: 50px
}

.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

.swiper-viewport {
    border: none!important;
    border-radius: 0!important;
    box-shadow: none!important;
    margin-bottom: 0!important
}

.top-products .swiper-button-prev,.top-products .swiper-button-next {
    width: 30px;
    height: 30px;
    display: inline-block;
    left: auto;
    right: auto;
    position: initial;
    border: 1px solid #ff00006e;
    line-height: 28px;
    text-align: center
}

.top-products .swiper-button-next:before,.top-products .swiper-button-prev:before {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: normal;
    color: #279ad0
}

.top-products .swiper-pager {
    position: absolute;
    top: 0;
    right: 24px;
    width: auto;
    z-index: 99
}

.top-products .testimonial-block + .swiper-pager .swiper-button-prev,.top-products .testimonial-block + .swiper-pager .swiper-button-next {
    background: #fff
}

.top-products .product-thumb .price:after {
    width: 120px;
    background-color: #d2d2d2;
    height: 1px;
    content: '';
    display: block;
    margin-bottom: 15px;
    margin-top: 15px
}

.jcategory-item .image {
    border-radius: 5px;
    overflow: hidden
}

.jcategory-item .image img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.jcategory-item .image img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jcategory-item h4 a {
    color: #0a192f;
    letter-spacing: 1.5px
}

.jcategory-item h4 {
    text-align: center
}

.jade-f-category {
    margin: 0 0 20px
}

.jade-f-category h3 {
    text-align: center;
    margin-bottom: 25px
}

.jade-f-category .swiper-pagination {
    position: relative;
    bottom: 0
}

.allinone .product_cols {
    overflow: hidden;
    background: #f4f4f4;
    padding: 15px;
    margin-bottom: 15px
}

.allinone .product_cols .image {
    float: left;
    width: 30%;
    position: relative
}

.allinone .product_cols:hover .image .hover-img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

.allinone .product_cols .image .hover-img {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 1;
    opacity: 0
}

.allinone .product_cols .image img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.allinone .product_cols:hover .image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.allinone .product_cols .caption {
    padding: 6px 12px;
    float: left;
    width: 70%;
    position: relative
}

.allinone .product_cols .caption h4 a {
    color: #0a192f
}

.allinone .product_cols .caption .price {
    font-size: 15px;
    color: #000
}

.allinone .swiper-viewport .swiper-button-next {
    opacity: 1;
    right: 0
}

.allinone .swiper-viewport .swiper-button-prev {
    opacity: 1;
    left: 0
}

.allinone .swiper-pager {
    width: 40px;
    position: absolute;
    top: -47px;
    right: 0
}

.allinone .swiper-button-prev:before,.allinone .swiper-button-next:before {
    font-size: 12px
}

.allinone .swiper-button-next,.allinone .swiper-button-prev {
    width: 15px;
    height: 30px
}

.allinone .swiper-button-next:hover:before,.allinone .swiper-button-prev:hover:before {
    color: #279ad0
}

.allinone .swiper-viewport:hover .swiper-button-next {
    opacity: 1;
    right: 0
}

.allinone .swiper-viewport:hover .swiper-button-prev {
    opacity: 1;
    left: 0
}

.allinone .button-group {
    width: 100%;
    position: absolute;
    margin-top: -30px;
    text-align: left;
    opacity: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    background-color: #f4f4f4
}

.product_cols:hover .button-group {
    opacity: 1;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.product_cols:hover .button-group .btn {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

.allinone .button-group .btn {
    background-color: #0a192f;
    color: #fff;
    border-color: #0a192f;
    border-radius: 50%;
    width: 38px;
    padding: 7.5px 0;
    height: 38px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

.allinone h3 {
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px;
    margin-bottom: 25px
}

.carousel {
    margin: 35px 0
}

.carousel.swiper-viewport .swiper-button-prev {
    opacity: 1!important;
    left: 0!important;
    position: relative!important;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    border: 1px solid #ff00006e;
    margin-right: 20px
}

.carousel.swiper-viewport .swiper-button-next {
    opacity: 1!important;
    right: 0!important;
    position: relative!important;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    border: 1px solid #ff00006e
}

.carousel.swiper-viewport .swiper-button-next:hover,.carousel.swiper-viewport .swiper-button-prev:hover {
    background-color: #279ad0
}

.carousel.swiper-viewport .swiper-button-next:hover:before,.carousel.swiper-viewport .swiper-button-prev:hover:before {
    color: #fff
}

.carousel.swiper-viewport .swiper-pager {
    width: 100%;
    position: absolute;
    bottom: -60px;
    line-height: 30px;
    top: auto
}

.carousel.swiper-viewport .swiper-slide img {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    opacity: .7
}

.carousel.swiper-viewport .swiper-slide img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    animation-duration: .8s;
    animation-timing-function: linear;
    animation-name: swing;
    -webkit-animation-duration: .8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: swing;
    -moz-animation-duration: .8s;
    -moz-animation-timing-function: linear;
    -moz-animation-name: swing;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

@keyframes swing {
    20% {
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        transform: rotate3d(0,0,1,0deg)
    }
}

.carousel.swiper-viewport {
    margin: 30px 0 90px!important
}

.carousel.swiper-viewport .swiper-button-prev:before,.carousel.swiper-viewport .swiper-button-next:before {
    font-size: 16px;
    color: #279ad0
}

.carousel.swiper-viewport .swiper-button-prev:before {
    content: "\f104"
}

.carousel.swiper-viewport .swiper-button-next:before {
    content: "\f105"
}

.carousel.swiper-viewport .inner-swiper {
    width: 85px;
    margin: auto;
    text-align: center
}

.swiper-viewport.slideshow .swiper-button-next {
    right: 25px!important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 33px;
    text-align: center
}

.swiper-viewport.slideshow .swiper-button-prev {
    left: 10px!important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 33px;
    text-align: center
}

.swiper-viewport.slideshow:hover .swiper-button-next,.swiper-viewport.slideshow:hover .swiper-button-prev {
    opacity: 1!important
}

.slideshow .swiper-button-prev:before,.slideshow .swiper-button-next:before {
    color: #000!important;
    font-size: 14px
}

.open > .dropdown-menu {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1
}

.dropdown-menu {
    margin-top: 0 !important; /* Yazı ile menü arasında boşluk bırakmaz, yapışık açılır */
    left: 0;
    -webkit-transform-origin: top left; /* Animasyonun sol üstten başlamasını sağlar */
    transform-origin: top left;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid #0000;
    border-right: 4px solid #0000;
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle
}

#banners a {
    position: relative;
    overflow: hidden;
    display: inline-block
}

#banners a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: #fff3;
    content: '';
    transition: transform .6s;
    -webkit-transition: -webkit-transform .6s;
    -ms-transition: -ms-transform .6s;
    -moz-transition: -moz-transform .6s;
    -o-transition: -o-transform .6s;
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
    -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0)
}

#banners a:hover:before {
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);
    -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0)
}

.product-details h2 {
    font-weight: 400;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 25px
}

.product-details .price {
    margin-bottom: 15px
}

.product-details .price h2 {
    color: #279ad0;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 0
}

.product-details .rating {
    margin-bottom: 20px;
    position: relative
}

.product-details .p-info li {
    margin-bottom: 12px
}

.product-details .p-info span {
    display: inline-block;
    color: #222
}

.product-details .p-info {
    font-size: 15px;
    margin-bottom: 15px
}

.product-details .input-quantity {
    width: 60px;
    text-align: center;
    padding: 0 5px;
    height: 40px;
    display: inline-block;
    margin-right: 15px
}

.product-details .btn-cart {
    text-transform: uppercase;
    font-size: 13px;
    padding: 11px 50px;
    font-weight: 600;
    background-color: #279ad0;
    background-image: none;
    border-color: #279ad0
}

.product-details .btn-cart:hover {
    background-color: #444;
    border-color: #444
}

.wish-com-both .btn + .btn {
    margin-left: 10px
}

.desc-wrap {
    background-color: #F9F9F9;
    padding: 25px;
    margin-top: 35px;
    margin-bottom: 35px
}

.desc-wrap .nav-tabs {
    text-align: center;
    border: none
}

.desc-wrap .nav-tabs li {
    float: none;
    display: inline-block;
    margin-right: 20px
}

.desc-wrap .nav-tabs li a:hover {
    border-top-color: #F9F9F9
}

.desc-wrap .tab-content p,.desc-wrap .tab-content {
    font-size: 13px;
    line-height: 2;
    letter-spacing: .5px;
    color: #0a192f
}

.desc-wrap .nav-tabs > li.active > a,.desc-wrap .nav-tabs > li.active > a:focus,.desc-wrap .nav-tabs > li.active > a:hover {
    border: none;
    border-bottom: 2px solid #000;
    color: #000;
    background-color: initial
}

.desc-wrap .nav-tabs li a {
    background-color: initial;
    padding: 0;
    color: #868686;
    font-weight: 600;
    border-bottom: 2px solid #F9F9F9;
    outline: none
}

.j-gird-list {
    margin-top: 10px
}

.j-gird-list button {
    padding: 0;
    background-color: initial;
    border: none;
    margin-right: 5px
}

.j-gird-list button i {
    font-size: 20px
}

.j-gird-list button.active i {
    color: #279ad0
}

.jcate-filters {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd
}

.jcate-filters .form-group span {
    font-size: 12px;
    padding-right: 1px
}

.jcate-filters select.form-control {
    display: inline-block
}

.pagination-wrap {
    margin: 20px 0;
    border-top: 1px solid #ddd;
    padding-top: 20px
}

.product-list .product-thumb .exbutton-group {
    opacity: 1;
    position: initial;
    width: auto;
    text-align: left
}

.product-list .product-thumb .exbutton-group .cartbtn,.product-list .product-thumb .exbutton-group .wishbtn,.product-list .product-thumb .exbutton-group .combtn {
    opacity: 1;
    transform: scale(1,1)
}

.product-list .product-thumb {
    background: #f5f5f5;
    text-align: left
}

.product-list .product-thumb .rating {
    padding: 7px 0
}

.product-list .product-thumb p {
    margin: 0 0 12px
}

.jcategory-list {
    border: 1px solid #ddd;
    padding: 0 20px;
    margin-bottom: 20px
}

.jcategory-list h3 {
    margin: 15px 0
}

.jcategory-list ul li:last-child {
    border-bottom: none
}

.jcategory-list ul li div {
    position: relative;
    border-bottom: 1px solid #ddd
}

.jcategory-list ul li a {
    display: block;
    padding: 12px 0;
    color: #0a192f
}

.jcategory-list ul li a:hover,.jcategory-list ul li:hover i:after {
    color: #279ad0
}

.jcategory-list ul li i {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-style: initial;
    height: 100%;
    width: 22px
}

.jcategory-list ul li i:after {
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    color: grey;
    line-height: 4.8;
    font-size: 9px;
    float: right
}

.jcategory-list ul li i.collapsed:after {
    content: "\2b";
    font-size: 9px;
    float: right
}

.jcategory-list li:last-child div {
    border: none
}

.jcategory-list .jsub-category {
    padding-left: 12px
}

.jcategory-list .jsub-category li a {
    padding: 8px 0
}

.j-filter-panel {
    padding: 0 20px
}

.j-filter-panel .panel-heading {
    background: none;
    border: none;
    font-size: 21px;
    margin: 15px 0;
    padding: 0
}

.j-filter-panel .list-group-item {
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
    font-size: 14px;
    color: #0a192f;
    text-transform: uppercase
}

.j-filter-panel .list-group a:hover {
    border-top: 1px solid #ddd;
    background: none;
    border-bottom: none
}

.j-filter-panel .panel-footer {
    background: none;
    padding: 10px 0 20px
}

.pagination > .active > a,.pagination > .active > a:focus,.pagination > .active > a:hover,.pagination > .active > span,.pagination > .active > span:focus,.pagination > .active > span:hover {
    background-color: #279ad0;
    border-color: #279ad0
}

.pagination > li a {
    color: #279ad0;
    border-color: #279ad0
}

.pagination > li > a:focus,.pagination > li > a:hover,.pagination > li > span:focus,.pagination > li > span:hover {
    color: #279ad0;
    border-color: #279ad0
}

@media(max-width: 979px) {
    #logo {
        text-align:center;
        padding-top: 20px
    }

    #logo img {
        max-height: 150px;
        width: auto
    }

    #menu .navbar-toggle {
        display: block
    }

    #menu .navbar-header {
        float: none
    }

    #menu .navbar-collapse.collapse {
        display: none!important
    }

    #menu .navbar-collapse.in {
        display: block!important
    }

    #menu .nav > li > a {
        color: #fff
    }

    .search-cart {
        text-align: center
    }

    .common-home .search-wrap button,.common-home #cart button,.common-home .acc-section i {
        color: #0a192f
    }

    .header-menus .navbar {
        background: #0a192f;
        min-height: auto;
        margin-bottom: 0
    }

    .search-wrap .dropdown-menu {
        display: none; /* Arama alanı mobilde kapatıldı.  */
        transform: scale(1,1);
        opacity: 1;
        margin: 0;
        position: relative;
        width: 100%
    }

    .search-cart {
        margin-top: 30px
    }

    #cart,.acc-section {
        margin-top: 20px
    }

    .common-home .header-menus {
        padding: 20px 0
    }

    #menu .navbar-nav {
        float: none
    }

    #menu .nav > li {
        float: none
    }

    #menu .open > .dropdown-menu {
        position: static;
        float: none
    }

    .top-products .product-thumb .image {
        width: 50%;
        float: left
    }

    .top-products .product-thumb .caption {
        width: 50%;
        float: left;
        padding: 35px 20px
    }

    .acc-section {
        margin-left: 30px
    }

    .desc-wrap .nav-tabs li a {
        font-size: 18px
    }

    .desc-wrap .nav-tabs {
        margin-bottom: 50px
    }

    #banners img {
        margin-bottom: 30px
    }

    #menu .nav > li .dropdown-menu {
        border-top: 3px solid #279ad0;
        min-width: 300px
    }
}

@media(min-width: 980px) {
    .common-home .header-wrap {
        position:fixed;
        top: 0!important;
        left: 0;
        width: 100%;
        z-index: 99;
        min-height: 120px
    }

    .common-home .header-menus {
        padding-top: 40px;
        padding-bottom: 0
    }

    #logo {
        max-width: 200px;
        display: table;
        float: left;
        padding: 15px;
        margin-top: 35px
    }

    #menu .nav > li {
        float: left
    }

    #menu .navbar-nav {
        float: right;
        position: relative;
        top: 70px
    }

    #menu {
        margin-bottom: 0;
        padding-right: 160px
    }

    #menu .nav > li > a {
        font-size: 12px;
        color: #000
    }

    .header-wrap.sticky #menu .nav > li > a {
        color: #000
    }

    .jcate-filters select.form-control {
        width: 57%
    }

    #menu .navbar-toggle {
        display: none
    }

    #menu .navbar-collapse.collapse {
        display: block!important
    }

    #menu .navbar-header {
        float: left
    }

    .search-cart {
        float: right
    }

    .common-home .search-wrap button,.common-home #cart button,.common-home .acc-section i {
        color: #fff
    }

    .header-menus .navbar {
        background: none;
        min-height: auto
    }

    .search-cart .dropdown-menu {
        min-width: 320px
    }

    .search-wrap {
        margin-right: 0
    }

    .search-wrap .dropdown-menu {
        transform: scale(1,0);
        opacity: .3;
        margin-top: 15px;
        position: absolute;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform: scale(1,0);
        transition: all .3s linear;
        -webkit-transition: all .3s linear
    }

    .search-wrap.open .dropdown-menu {
        transform: scale(1,1);
        opacity: 1;
        position: absolute
    }

    .search-cart {
        margin-top: 51px
    }

    .header-menus {
        padding: 40px 0 20px
    }

    #search .btn-lg:before {
        content: "\f0d8";
        font-family: "FontAwesome";
        color: #279ad0;
        position: absolute;
        top: -14px;
        font-size: 24px;
        text-shadow: none
    }

    #cart,.acc-section {
        margin-top: 0;
        left: 25px
    }

    .top-products .product-thumb {
        margin-bottom: 0
    }

    .product-details .rating .addthis_toolbox {
        position: absolute;
        top: 0;
        right: 0
    }

    .search-cart .dropdown-menu {
        margin-top: 15px;
        right: -10px
    }

    .search-cart {
        padding-right: 15px
    }

    .top-products .product-thumb .image {
        width: 50%;
        float: left
    }

    .top-products .product-thumb .caption {
        width: 50%;
        float: left;
        padding: 35px 20px
    }

    .top-products {
        margin-top: -75px
    }

    .acc-section {
        margin-left: 30px
    }

    .desc-wrap .nav-tabs li a {
        font-size: 18px
    }

    .desc-wrap .nav-tabs {
        margin-bottom: 50px
    }

    #banners img {
        margin-bottom: 30px
    }

    #menu .nav > li .dropdown-menu {
        border-top: 3px solid #279ad0;
        min-width: 300px
    }

    .sticky {
        top: 0!important;
        background: #e3dfdfb3;
        width: 100%;
        z-index: 999;
        transition: top 300ms cubic-bezier(0.17,0.04,0.03,0.94)
    }

    .sticky + .global-banner {
        padding-top: 110px
    }

    #myHeader {
        top: -110px
    }
}

@media(min-width: 1200px) {
    #menu .nav > li > a {
        font-size:14px
    }
}

@media(max-width: 767px) {
    .search-wrap {
        margin-right:15px;
        width: 40%
    }

    .top-products .product-thumb .image {
        width: 100%;
        float: none
    }

    .top-products .product-thumb .caption {
        width: 100%;
        float: none;
        padding: 10px 20px
    }

    .acc-section {
        margin-left: 15px
    }

    #cart .dropdown-menu,.acc-section .dropdown-menu {
        min-width: 250px
    }

    .desc-wrap .nav-tabs li a {
        font-size: 14px
    }

    .desc-wrap .nav-tabs {
        margin-bottom: 25px
    }

    #banners img {
        margin-bottom: 10px
    }

    #menu .nav > li .dropdown-menu {
        border-top: none;
        min-width: 100%
    }
}

.j_readmore {
    color: #444
}

.j__testimonial .modal-dialog .jt__image img {
    display: inline-block;
    margin-bottom: 10px
}

.j__testimonial .modal-dialog {
    text-align: center;
    font-size: 15px;
    line-height: 24px
}

.j__testimonial .modal-dialog .rw__detail {
    padding: 10px 0
}

.j__testimonial .modal-header {
    border: none;
    padding: 7px 15px
}

.j_readmore {
    border-color: #fff;
    color: #fff;
    padding: 4px 13px;
    display: inline-block
}

.j__testimonial .modal-dialog .jt__rating .fa-stack {
    width: 1.5em;
    height: 1.5em;
    line-height: 1em
}

.j__testimonial .modal-dialog .jt__rating .fa-stack i {
    font-size: 18px;
    color: #fbc410;
    line-height: normal
}

.maintenance .header-wrap {
    position: initial;
    background: #0a192f
}

#common-maintenance {
    min-height: 400px
}

#common-maintenance h1 {
    margin-top: 50px
}

.swiper-viewport.slideshow,.swiper-container {
    width: 100%;
    max-width: 100%;
    height: 70vh;
    width: 100%;
    max-width: 100%;
    height: 70vh
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease-in-out,opacity .5s ease-in-out
}

@media (max-width: 979.5px) {
    .swiper-slide img {
        object-fit:fill
    }
}

.swiper-slide-active img {
    transform: scale(1.05)
}

.swiper-slide:not(.swiper-slide-active) img {
    transform: scale(1);
    opacity: .8
}

.select-none {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: auto
}

@media (max-width: 900px) {
    .swiper-viewport.slideshow,.swiper-container {
        width:100%;
        height: 30vh
    }
}

.hero-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden
}

.top-slide {
    width: 100%;
    height: 100%;
    object-fit: fill;
    filter: brightness(0.85)
}

@media (max-width: 768px) {
    .top-slide {
        object-fit:cover
    }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(#00000059,#0000008c);
    padding: 20px
}

.hero-overlay h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 4px 15px #0009
}

.hero-overlay p {
    font-size: 18px;
    margin-bottom: 25px;
    max-width: 700px;
    text-shadow: 0 2px 10px #0009
}

.hero-btn {
    background: #ffc107;
    color: #000000;
    padding: 14px 34px;
    font-size: 16px;
    text-decoration: none;
    transition: all .3s ease;
    box-shadow: 0 6px 20px #0006
}

.hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px #0009
}

@media (max-width: 768px) {
    .hero-wrapper {
        height:260px
    }

    .hero-overlay h1 {
        font-size: 26px
    }

    .hero-overlay p {
        font-size: 15px
    }
}

#top-hero {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.85)
}

.hero-wrcat {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden
}

.hero-evcat {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(#00000059,#0000008c);
    padding: 20px
}

.hero-evcat h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 4px 15px #0009
}

.hero-evcat p {
    font-size: 18px;
    margin-bottom: 25px;
    max-width: 700px;
    text-shadow: 0 2px 10px #0009
}

@media (max-width: 768px) {
    .hero-evcat {
        height:150px
    }

    .hero-evcat h1 {
        font-size: 20px
    }

    .hero-evcat p {
        font-size: 12px
    }
}

.hero-categor {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden
}

@media (max-width: 768px) {
    .hero-categor {
        height:150px
    }
}

.services {
    padding: 48px 0
}

.services__container {
    width: min(1500px,92%);
    max-width: 1500px;
    margin: 0 auto
}

.services__head {
    margin-bottom: 18px
}

.services__title {
    margin: 0 0 6px;
    font-size: clamp(20px,2.2vw,30px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.3px;
    text-align: center
}

.services__desc {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    opacity: .85;
    text-align: center
}

.services__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
    margin-top: 16px
}

@media (max-width: 992px) {
    .services__grid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media (max-width: 560px) {
    .services {
        padding:34px 0
    }

    .services__grid {
        grid-template-columns: 1fr;
        gap: 12px
    }
}

/* KRONIQS ELITE v2.8 - OPTIMIZED SERVICE CARD */
.service-card {
    position: relative;
    display: block;
    text-decoration: none !important;
    color: inherit !important;
    padding: 16px 16px 14px;
    background: #fff;
    box-shadow: 0 10px 22px #0000000f;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.18s ease, background 0.18s ease;
    overflow: hidden;
    min-height: 140px;
    cursor: pointer;
    border-radius: 0 !important;
    border: 1px solid #0a192f !important;
    border-right: 6px solid #023d95 !important;
    border-bottom: 6px solid #023d95 !important;
}

/* Arka Plandaki Işıltı Efekti (Z-Index Korumalı) */
.service-card::before {
    content: "";
    position: absolute;
    inset: -90px;
    background: radial-gradient(circle at 15% 10%, #ffc10738, transparent 55%), 
                radial-gradient(circle at 90% 70%, #00aaff2e, transparent 55%);
    opacity: .6;
    pointer-events: none;
    z-index: 0;
}

/* İçeriklerin Işıltının Üstünde Kalması İçin */
.service-card > * {
    position: relative;
    z-index: 1;
}

/* HOVER DURUMU: Çakışan iki hover kuralı tek bir "Elite" yapıda birleşti */
.service-card:hover {
    /* Senin altın sarısı imzan baskın hale getirildi */
    transform: translateY(-5px);
    border-color: #0454cc !important; 
    box-shadow: 0 1px 5px rgb(0 102 255) !important;
}

.service-card:active {
    transform: translateY(0);
}

/* İÇ ÖĞELER (TIPOGRAFI VE IKON) */
.service-card__icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: #0000000d;
    border: 1px solid #00000014;
    margin-bottom: 10px;
    font-size: 18px;
    border-radius: 8px; /* Hafif yumuşatma eklendi */
}

.service-card__title {
    margin: 0 0 6px;
    font-size: 1.6rem !important; /* Okunabilirlik standardın */
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.2px;
    color: #0a192f; /* Kurumsal lacivert */
}

.service-card__text {
    margin: 0 0 10px;
    font-size: 1.4rem !important; /* 1.5rem hedefine yakın modern ayar */
    line-height: 1.5;
    color: #444; /* Tam siyah yerine daha yumuşak antrasit */
}

.service-card__cta {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    color: #0b57d0 !important; /* Detay yazısı artık altın sarısı */
}

.service-card:focus-visible {
    outline: 2px solid #ffc107e6;
    outline-offset: 2px;
}

.trust {
    padding: 52px 0
}

.trust__container {
    width: min(1500px,92%);
    margin: 0 auto
}

.trust__head {
    margin-bottom: 16px
}

.trust__title {
    margin: 0 0 6px;
    font-size: clamp(20px,2.2vw,30px);
    font-weight: 900;
    letter-spacing: -.3px;
    line-height: 1.15;
    text-align: center
}

.trust__desc {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    opacity: .85;
    text-align: center
}

.trust__grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 14px;
    margin-top: 16px
}

@media (max-width: 992px) {
    .trust__grid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media (max-width: 560px) {
    .trust {
        padding:36px 0
    }

    .trust__grid {
        grid-template-columns: 1fr;
        gap: 12px
    }
}

.trust-card {
    position: relative;
    padding: 16px 16px 14px;
    background: #fff;
    border: 1px solid #0000001a;
    box-shadow: 0 10px 22px #0000000f;
    transition: transform .18s ease,box-shadow .18s ease,border-color .18s ease;
    overflow: hidden;
    min-height: 150px
}

.trust-card::before {
    content: "";
    position: absolute;
    inset: -90px;
    background: radial-gradient(circle at 20% 10%,#ffc1072e,transparent 55%),radial-gradient(circle at 90% 70%,#00aaff24,transparent 55%);
    opacity: .55;
    pointer-events: none;
    z-index: 0
}

.trust-card > * {
    position: relative;
    z-index: 1
}

.trust-card:hover {
    transform: translateY(-2px);
    border-color: #0454cc !important; 
    box-shadow: 0 1px 5px rgb(0 102 255) !important;
}

.trust-card__icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: #0000000d;
    border: 1px solid #00000014;
    margin-bottom: 10px;
    font-size: 18px
}

.trust-card__title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -.2px;
    line-height: 1.25
}

.trust-card__text {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.5;
    color: #000000b8
}

.trust__cta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px
}

@media (max-width: 560px) {
    .trust__cta {
        flex-direction:column;
        align-items: flex-start
    }
}

.trust__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    text-decoration: none;
    color: #111;
    font-weight: 900;
    font-size: 14px;
    border: 1px solid #0000001f;
    background: #ffc10759;
    transition: transform .15s ease,background .15s ease,border-color .15s ease
}

.trust__btn:hover {
    transform: translateY(-1px);
    background: #ffc10773;
    border-color: #0000002e
}

.trust__link {
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    color: #000000c7
}

.trust__link:hover {
    text-decoration: underline
}

.faq {
    padding: 52px 0
}

.faq__container {
    width: min(1500px,92%);
    margin: 0 auto
}

.faq__head {
    margin-bottom: 16px
}

.faq__title {
    margin: 0 0 6px;
    font-size: clamp(20px,2.2vw,30px);
    font-weight: 900;
    letter-spacing: -.3px;
    line-height: 1.15;
    text-align: center
}

.faq__desc {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    opacity: .85;
    text-align: center
}

.faq__grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
    margin-top: 16px
}

@media (max-width: 768px) {
    .faq {
        padding:38px 0
    }

    .faq__grid {
        grid-template-columns: 1fr
    }
}

.faq-item {
    position: relative;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #0000001a;
    box-shadow: 0 10px 22px #0000000f;
    overflow: hidden
}

.faq-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 10%,#ffc10729,transparent 55%),radial-gradient(circle at 90% 70%,#00aaff1f,transparent 55%);
    opacity: .55;
    pointer-events: none;
    z-index: 0
}

.faq-item > * {
    position: relative;
    z-index: 1
}

.faq-item__q {
    list-style: none;
    cursor: pointer;
    user-select: none;
    padding: 14px;
    font-weight: 900;
    font-size: 14.5px;
    line-height: 1.35;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.faq-item__q::-webkit-details-marker {
    display: none
}

.faq-item__icon {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    border: 1px solid #0000001a;
    background: #0000000a;
    position: relative;
    flex: 0 0 28px
}

.faq-item__icon::before,.faq-item__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #000000a6;
    transform: translate(-50%,-50%)
}

.faq-item__icon::after {
    transform: translate(-50%,-50%) rotate(90deg);
    transition: transform .18s ease,opacity .18s ease
}

.faq-item[open] .faq-item__icon::after {
    transform: translate(-50%,-50%) rotate(90deg);
    opacity: 0
}

.faq-item__a {
    padding: 0 14px 14px;
    font-size: 13.5px;
    line-height: 1.6;
    color: #000000bd
}

.faq-item:hover {
    border-color: #00000029;
    box-shadow: 0 14px 30px #0000001a
}

.faq-item {
    isolation: isolate
}

.faq__grid {
    align-items: start
}

.contact {
    padding: 56px 0
}

.contact__container {
    width: min(1500px,92%);
    margin: 0 auto
}

.contact__head {
    margin-bottom: 16px
}

.contact__title {
    margin: 0 0 6px;
    font-size: clamp(20px,2.2vw,30px);
    font-weight: 900;
    letter-spacing: -.3px;
    line-height: 1.15;
    text-align: center
}

.contact__desc {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    opacity: .85;
    text-align: center
}

.contact__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
    margin-top: 16px;
    align-items: start
}

@media (max-width: 992px) {
    .contact__grid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media (max-width: 560px) {
    .contact {
        padding:40px 0
    }

    .contact__grid {
        grid-template-columns: 1fr;
        gap: 12px
    }
}

.contact-card {
    position: relative;
    display: block;
    padding: 16px 16px 14px;
    text-decoration: none!important;
    color: inherit!important;
    background: #fff;
    border: 1px solid #0000001a;
    box-shadow: 0 10px 22px #0000000f;
    overflow: hidden;
    transition: transform .18s ease,box-shadow .18s ease,border-color .18s ease;
    min-height: 170px
}

.contact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 10%,#ffc1072e,transparent 55%),radial-gradient(circle at 90% 70%,#00aaff24,transparent 55%);
    opacity: .55;
    pointer-events: none;
    z-index: 0
}

.contact-card > * {
    position: relative;
    z-index: 1
}

.contact-card:hover {
    transform: translateY(-2px);
    border-color: #00000029;
    box-shadow: 0 14px 30px #0000001a
}

.contact-card__icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: #0000000d;
    border: 1px solid #00000014;
    margin-bottom: 10px;
    font-size: 18px
}

.contact-card__title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -.2px;
    line-height: 1.25
}

.contact-card__text {
    margin: 0 0 10px;
    font-size: 13.5px;
    line-height: 1.55;
    color: #000000b8
}

.contact-card__cta {
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    color: #000000c7
}

.contact-list {
    margin: 10px 0 0;
    padding-left: 18px;
    font-size: 13.5px;
    line-height: 1.6;
    color: #000000b8
}

.contact-list strong {
    color: #000000db
}

.contact__bar {
    margin-top: 14px;
    border-radius: 14px;
    padding: 14px;
    background: #fff;
    border: 1px solid #0000001a;
    box-shadow: 0 10px 22px #0000000f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap
}

.contact__bar-left {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.contact-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid #0000001a;
    background: #00000008;
    font-size: 12.8px;
    font-weight: 800
}

.contact__bar-right {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    border: 1px solid #0000001f;
    background: #0000000a;
    color: #000000e0;
    transition: transform .15s ease,background .15s ease,border-color .15s ease
}

.contact-btn:hover {
    transform: translateY(-1px);
    background: #0000000f;
    border-color: #0000002e
}

.contact-btn--primary {
    background: #ffc10759
}

.contact-btn--primary:hover {
    background: #ffc10773
}

.page-hero,.feature,.examples,.process,.cta {
    padding: 52px 0
}

.page-hero__container,.feature__container,.examples__container,.process__container,.cta__container {
    width: min(1120px,92%);
    margin: 0 auto
}

.page-hero {
    padding-top: 40px
}

.page-hero__container {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 16px;
    align-items: start
}

@media (max-width: 900px) {
    .page-hero__container {
        grid-template-columns:1fr
    }
}

.page-hero h1 {
    margin: 0 0 8px;
    font-size: clamp(26px,3vw,44px);
    font-weight: 900;
    letter-spacing: -.6px;
    line-height: 1.05
}

.page-hero p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.7;
    opacity: .88;
    max-width: 680px
}

.page-hero__cta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.page-hero__badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid #0000001a;
    background: #00000008;
    font-size: 12.8px;
    font-weight: 800
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    border: 1px solid #0000001f;
    transition: transform .15s ease,background .15s ease,border-color .15s ease;
    color: #000000e0;
}

.btn:hover {
    transform: translateY(-1px);
    background: #1178b1;
    border-color: #0000002e
}

.btn--primary {
    background: #ffc10759
}

.btn--primary:hover {
    background: #ffc10773
}

.btn--ghost {
    background: transparent
}

.hero-box {
    border-radius: 14px;
    padding: 16px;
    background: #fff;
    border: 1px solid #0000001a;
    box-shadow: 0 10px 22px #0000000f;
    position: relative;
    overflow: hidden
}

.hero-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 10%,#ffc10729,transparent 55%),radial-gradient(circle at 90% 70%,#00aaff1f,transparent 55%);
    opacity: .55;
    pointer-events: none
}

.hero-box > * {
    position: relative;
    z-index: 1
}

.hero-box h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 900
}

.hero-box ul {
    margin: 0;
    padding-left: 18px;
    line-height: 1.7;
    opacity: .85
}

.feature h2,.examples h2,.process h2 {
    margin: 0 0 14px;
    font-size: clamp(20px,2.2vw,30px);
    font-weight: 900;
    letter-spacing: -.3px;
    text-align: center
}

.feature__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px
}

@media (max-width: 992px) {
    .feature__grid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media (max-width: 560px) {
    .feature__grid {
        grid-template-columns:1fr;
        gap: 12px
    }
}

.feature-card {
    border-radius: 14px;
    padding: 16px 16px 14px;
    background: #fff;
    border: 1px solid #0000001a;
    box-shadow: 0 10px 22px #0000000f;
    overflow: hidden;
    position: relative
}

.feature-card__icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #0000000d;
    border: 1px solid #00000014;
    margin-bottom: 10px;
    font-size: 18px
}

.feature-card h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 900
}

.feature-card p {
    margin: 0;
    color: #000000b8;
    line-height: 1.55;
    font-size: 13.5px
}

.examples__head p {
    margin: 0;
    opacity: .85;
    line-height: 1.6
}

.examples__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
    margin-top: 14px
}

@media (max-width: 992px) {
    .examples__grid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media (max-width: 560px) {
    .examples__grid {
        grid-template-columns:1fr
    }
}

.ex-item {
    padding: 14px;
    border-radius: 14px;
    background: #00000008;
    border: 1px solid #00000014
}

.ex-item strong {
    display: block;
    font-weight: 900;
    margin-bottom: 4px
}

.ex-item span {
    display: block;
    opacity: .78;
    line-height: 1.55;
    font-size: 13.5px
}

.steps {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px
}

@media (max-width: 992px) {
    .steps {
        grid-template-columns:1fr
    }
}

.step {
    border-radius: 14px;
    padding: 16px;
    background: #fff;
    border: 1px solid #0000001a;
    box-shadow: 0 10px 22px #0000000f;
    display: flex;
    gap: 12px;
    align-items: flex-start
}

.step__no {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-weight: 900;
    background: #ffc10759;
    border: 1px solid #0000001a
}

.step__body h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 900
}

.step__body p {
    margin: 0;
    opacity: .78;
    line-height: 1.6
}

.cta__box {
    border-radius: 14px;
    padding: 16px;
    background: #fff;
    border: 1px solid #0000001a;
    box-shadow: 0 10px 22px #0000000f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap
}

.cta__text h2 {
    margin: 0 0 6px
}

.cta__text p {
    margin: 0;
    opacity: .85;
    line-height: 1.6
}

.cta__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.game-hero {
    padding: 60px 0 40px;
	background-color: #0a192f !important;
}

.game-features {
    padding: 1px 0 40px
}

.game-examples {
    padding: 1px 0 40px
}

.game-hero h1 {
    font-size: clamp(28px,3vw,44px);
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center
}

.game-hero2 {
    padding: 5px 0 40px;
	background-color: #0a192f !important;
}

.game-hero2 h1 {
    font-size: clamp(28px,3vw,44px);
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
	color: white;
}

.game-hero p {
    line-height: 1.7;
    opacity: .85;
    margin-bottom: 16px;
    text-align: center;
    font-size: 15px
}

.hero-actions {
    gap: 10px;
    flex-wrap: wrap;
    text-align: center
}

.btn {
    padding: 10px 16px;
    text-decoration: none;
    border: 1px solid #ffffff;
    transition: .2s ease;
	color: white;
}

.btn--primary {
    background: #ffc107;
}

.btn--primary:hover {
    background: #ffc10799
}

.btn--ghost {
    background: #ffffff;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
    margin-top: 20px
}

@media(max-width: 992px) {
    .grid-3 {
        grid-template-columns:repeat(2,1fr)
    }
}

@media(max-width: 600px) {
    .grid-3 {
        grid-template-columns:1fr
    }
}

.card,.mini-card,.step {
    background: #fff;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid #00000014;
    box-shadow: 0 10px 20px #0000000d
}

.icon {
    font-size: 22px;
    margin-bottom: 8px
}

.mini-card strong {
    display: block;
    margin-bottom: 4px
}

.steps {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
    margin-top: 20px
}

@media(max-width: 992px) {
    .steps {
        grid-template-columns:1fr
    }
}

.step-number {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #ffc10766;
    display: grid;
    place-items: center;
    font-weight: 900;
    margin-bottom: 8px
}

.game-cta {
    padding: 50px 0
}

.cta-box {
    text-align: center;
    padding: 30px;
    border-radius: 16px;
    background: #00000008;
    border: 1px solid #00000014
}

.cta-actions {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap
}

.sgx9_wrap {
    padding: 40px 0 56px
}

.sgx9_in {
    width: min(1120px,92%);
    margin: 0 auto
}

.sgx9_hero {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 14px;
    align-items: start;
    margin-bottom: 18px
}

@media (max-width: 900px) {
    .sgx9_hero {
        grid-template-columns:1fr
    }
}

.sgx9_h1 {
    margin: 0 0 10px;
    font-size: clamp(26px,3vw,44px);
    font-weight: 900;
    letter-spacing: -.6px;
    line-height: 1.05
}

.sgx9_p {
    margin: 0 0 14px;
    max-width: 700px;
    font-size: 15px;
    line-height: 1.7;
    opacity: .88
}

.sgx9_btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.sgx9_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    border: 1px solid #0000001f;
    transition: transform .15s ease,background .15s ease,border-color .15s ease;
    color: #000000e0;
    background: #0000000a
}

.sgx9_btn:hover {
    transform: translateY(-1px);
    background: #0000000f;
    border-color: #0000002e
}

.sgx9_btnA {
    background: #ffc10759
}

.sgx9_btnA:hover {
    background: #ffc10773
}

.sgx9_btnB {
    background: transparent
}

.sgx9_pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.sgx9_pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid #0000001a;
    background: #00000008;
    font-size: 12.8px;
    font-weight: 800
}

.sgx9_box {
    padding: 16px;
    background: #fff;
    border: 1px solid #0000001a;
    box-shadow: 0 10px 22px #0000000f;
    position: relative;
    overflow: hidden
}

.sgx9_box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 10%,#ffc10729,transparent 55%),radial-gradient(circle at 90% 70%,#00aaff1f,transparent 55%);
    opacity: .55;
    pointer-events: none
}

.sgx9_box > * {
    position: relative;
    z-index: 1
}

.sgx9_h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 900
}

.sgx9_ul {
    margin: 0;
    padding-left: 18px;
    line-height: 1.7;
    opacity: .85
}

.sgx9_sec {
    padding: 40px 0
}

.sgx9_head {
    margin-bottom: 12px
}

.sgx9_h2 {
    margin: 0 0 6px;
    font-size: clamp(20px,2.2vw,30px);
    font-weight: 900;
    letter-spacing: -.3px;
    line-height: 1.15
}

.sgx9_desc {
    margin: 0;
    opacity: .85;
    line-height: 1.6
}

.sgx9_grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
    align-items: start
}

@media (max-width: 992px) {
    .sgx9_grid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media (max-width: 560px) {
    .sgx9_grid {
        grid-template-columns:1fr;
        gap: 12px
    }
}

.sgx9_card {
    border-radius: 14px;
    padding: 16px 16px 14px;
    background: #fff;
    border: 1px solid #0000001a;
    box-shadow: 0 10px 22px #0000000f
}

.sgx9_ic {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #0000000d;
    border: 1px solid #00000014;
    margin-bottom: 10px;
    font-size: 18px
}

.sgx9_ct {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 900
}

.sgx9_tx {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.55;
    color: #000000b8
}

.sgx9_steps {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px
}

@media (max-width: 992px) {
    .sgx9_steps {
        grid-template-columns:1fr
    }
}

.sgx9_step {
    border-radius: 14px;
    padding: 16px;
    background: #fff;
    border: 1px solid #0000001a;
    box-shadow: 0 10px 22px #0000000f;
    display: flex;
    gap: 12px;
    align-items: flex-start
}

.sgx9_no {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-weight: 900;
    background: #ffc10759;
    border: 1px solid #0000001a;
    flex: 0 0 34px
}

.sgx9_sb h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 900
}

.sgx9_sb p {
    margin: 0;
    opacity: .78;
    line-height: 1.6
}

.sgx9_cta {
    padding: 20px 0 0
}

.sgx9_ctaBox {
    border-radius: 14px;
    padding: 16px;
    background: #fff;
    border: 1px solid #0000001a;
    box-shadow: 0 10px 22px #0000000f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap
}

.sgx9_ctaBtns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.oc-scrolltop {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 1px solid #ffffff38;
    background: #ffffff1a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 16px 40px #00000040 inset 0 1px 0 #ffffff2e;
    display: grid;
    place-items: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(10px) scale(.98);
    pointer-events: none;
    transition: opacity .22s ease,transform .22s ease,box-shadow .22s ease;
    z-index: 9999
}

.oc-scrolltop.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto
}

.oc-scrolltop:hover {
    transform: translateY(-2px) scale(1);
    box-shadow: 0 18px 44px #0000004d inset 0 1px 0 #fff3
}

.oc-scrolltop:active {
    transform: translateY(0) scale(.98)
}

.oc-scrolltop:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px #ff69b440 0 16px 40px #00000040 inset 0 1px 0 #ffffff2e
}

.oc-scrolltop__icon {
    width: 20px;
    height: 20px;
    fill: #000;
    filter: drop-shadow(0 2px 6px #00000040)
}

.oc-scrolltop__ring {
    position: absolute;
    width: 44px;
    height: 44px
}

.oc-scrolltop__ring-bg,.oc-scrolltop__ring-fg {
    fill: none;
    stroke-width: 3;
    cx: 22;
    cy: 22;
    r: 18
}

.oc-scrolltop__ring-bg {
    stroke: #ffffff24
}

.oc-scrolltop__ring-fg {
    stroke: #ff69b4eb;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    stroke-dasharray: 113.097;
    stroke-dashoffset: 113.097;
    transition: stroke-dashoffset .12s linear
}

@media (prefers-reduced-motion: reduce) {
    .oc-scrolltop {
        transition: none
    }

    .oc-scrolltop__ring-fg {
        transition: none
    }
}

.err8_wrap {
    padding: 40px 0 56px
}

.err8_in {
    width: min(1120px,92%);
    margin: 0 auto
}

.err8_hero {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 14px;
    align-items: start;
    margin-bottom: 18px
}

@media (max-width: 900px) {
    .err8_hero {
        grid-template-columns:1fr
    }
}

.err8_h1 {
    margin: 0 0 10px;
    font-size: clamp(26px,3vw,44px);
    font-weight: 900;
    letter-spacing: -.6px;
    line-height: 1.05
}

.err8_p {
    margin: 0 0 14px;
    max-width: 700px;
    font-size: 15px;
    line-height: 1.7;
    opacity: .88
}

.err8_btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.err8_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    border: 1px solid #0000001f;
    transition: transform .15s ease,background .15s ease,border-color .15s ease;
    color: #000000e0;
    background: #0000000a
}

.err8_btn:hover {
    transform: translateY(-1px);
    background: #0000000f;
    border-color: #0000002e
}

.err8_btnA {
    background: #007bff26;
    border-color: #007bff33
}

.err8_btnA:hover {
    background: #007bff40
}

.err8_pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.err8_pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid #0000001a;
    background: #00000008;
    font-size: 12.8px;
    font-weight: 800
}

.err8_box {
    padding: 16px;
    background: #fff;
    border: 1px solid #0000001a;
    box-shadow: 0 10px 22px #0000000f;
    position: relative;
    overflow: hidden;
    border-radius: 14px
}

.err8_box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 10%,#007bff1f,transparent 55%),radial-gradient(circle at 90% 70%,#28a7451a,transparent 55%);
    opacity: .55;
    pointer-events: none
}

.err8_box > * {
    position: relative;
    z-index: 1
}

.err8_h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 900
}

.err8_ul {
    margin: 0;
    padding-left: 18px;
    line-height: 1.7;
    opacity: .85
}

.err8_sec {
    padding: 40px 0
}

.err8_head {
    margin-bottom: 12px
}

.err8_h2 {
    margin: 0 0 6px;
    font-size: clamp(20px,2.2vw,30px);
    font-weight: 900;
    letter-spacing: -.3px;
    line-height: 1.15
}

.err8_desc {
    margin: 0;
    opacity: .85;
    line-height: 1.6
}

.err8_grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
    align-items: start
}

.err8_card {
    border-radius: 14px;
    padding: 16px 16px 14px;
    background: #fff;
    border: 1px solid #0000001a;
    box-shadow: 0 10px 22px #0000000f;
    transition: transform .2s ease
}

.err8_card:hover {
    transform: translateY(-3px)
}

.err8_ic {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #0000000d;
    border: 1px solid #00000014;
    margin-bottom: 10px;
    font-size: 18px
}

.err8_ct {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 900
}

.err8_tx {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.55;
    color: #000000b8
}

.err8_steps {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px
}

.err8_step {
    border-radius: 14px;
    padding: 16px;
    background: #fff;
    border: 1px solid #0000001a;
    box-shadow: 0 10px 22px #0000000f;
    display: flex;
    gap: 12px;
    align-items: flex-start
}

.err8_no {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-weight: 900;
    background: #007bff26;
    border: 1px solid #0000001a;
    flex: 0 0 34px
}

@media (max-width: 767px) {
    footer ul li a {
        display:inline-block;
        padding: 10px 0;
        line-height: 24px;
        min-width: 44px
    }

    footer ul li {
        margin-bottom: 5px
    }
}

footer h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase
}

@media (max-width: 768px) {
  .m-center {
    text-align: center !important;
    display: block;
    width: 100%;
  }
}

.btn3--primary:hover {
    background: #fffffff5
}

.card {
    background: #1a1a1a !important; /* Net bir koyu gri/siyah zemin */
    border: 1px solid #333 !important;
    padding: 35px 25px !important;
    border-radius: 15px !important;
    height: 100%;
    transition: all 0.3s ease;
  }

  .card h3 { color: #fff !important; margin-bottom: 20px !important; }
  .card p, .card li { color: #ccc !important; font-size: 12px; }
  .card strong { color: #fff !important; }

  /* Liste ikonları ve çizgileri */
  .eco-list li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
	font-size: 1.2rem;
  }
  
/* 1. Global & Layout */
.tw-wrapper { width: 100%; overflow-x: hidden; scroll-behavior: smooth; background-color: #F5F7FA; }
.tw-container { max-width: 1200px; margin: 0 auto; box-sizing: border-box; }

/* 2. Typography (Beyaz Arka Plan Uyumu) */
.tw-title-center { text-align: center !important; width: 100%; margin: 50px 0 30px 0; }
.tw-title-center h1 { color: #ffffff !important; font-size: 3.2rem; font-weight: 800; margin-bottom: 20px; line-height: 1.2; }
.tw-title-center h2 { color: #000000 !important; font-size: 2.4rem; font-weight: 700; margin-bottom: 15px; }
.tw-title-center p { color: #000000 !important; font-size: 1.5rem; max-width: 850px; margin: 0 auto; line-height: 1.7; }
.tw-title-center2 p { color: #ffffff !important; font-size: 1.5rem; max-width: 850px; margin: 0 auto; line-height: 1.7; }

/* 3. Grid System */
.tw-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 40px 0; }

/* 4. Cards (Koyu Modern Kutular) */
.tw-card-item {
    background: #0d1117 !important;
    border: 1px solid #30363d !important;
    padding: 35px 25px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.tw-card-item:hover { transform: translateY(-10px); border-color: #007bff !important; box-shadow: 0 20px 45px rgba(0,123,255,0.25); }
.tw-card-item h3 { color: #ffffff !important; font-size: 1.6rem; font-weight: 700; margin-bottom: 15px; text-align: center; }
.tw-card-item p { color: #cccccc !important; font-size: 1.1rem; line-height: 1.6; text-align: center; }
.tw-card-item .icon { font-size: 3.5rem; margin-bottom: 20px; display: block; text-align: center; }

/* 5. Pricing (Fiyatlandırma) */
.tw-price-val { font-size: 2.8rem; font-weight: 800; color: #ffffff !important; display: block; text-align: center; margin: 20px 0; letter-spacing: -1px; }
.tw-price-sub { color: #ffffff; display: block; text-align: center; font-size: 1.2rem; margin-top: -15px; margin-bottom: 20px; }
.tw-eco-list { list-style: none; padding: 0; margin: 0 0 30px 0; flex-grow: 1; }
.tw-eco-list li { color: #eeeeee !important; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 1.1rem; line-height: 1.4; text-align: center; }

.tw-eco-list li strong { display: block; color: #fffffffc; text-align: center; font-size: 1.4rem; }

@media (max-width: 991px) {
.tw-eco-list li strong { display: block; color: #fffffffc; text-align: center; }}

@media (max-width: 991px) {
	.tw-eco-list li {
		color: #eeeeee !important;
		padding: 12px 0;
		border-bottom: 1px solid rgba(255,255,255,0.05);
		font-size: 1.2rem;
		line-height: 1.4; 
		text-align: center;
	}
}

/* ORTAK ÖZELLİKLER (Temiz ve Okunaklı) */
.cemberp1, .cemberp2, .cemberp3 {
    display: inline-block;
    padding: 6px 16px !important; /* Biraz daha ferah dokunma alanı */
    border-radius: 20px 4px 20px 4px !important;
    font-size: 1.2rem !important; /* Okunabilirliği artırdık */
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
	text-align: center;
}

/* 1. BAKIR (EKOSİSTEM TEMELLERİ) */
.cemberp1 {
    background: linear-gradient(135deg, #b87333 0%, #8b4513 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.1);
}

/* 2. GÜMÜŞ (EN ÇOK TERCİH EDİLEN) */
.cemberp2 {
    background: linear-gradient(135deg, #e0e0e0 0%, #c0c0c0 100%) !important;
    color: #1a1a1a !important; /* Sarıdaki gibi koyu renk */
    border: 1px solid rgba(0,0,0,0.05);
}

/* 3. GOLD (SINIR TANIMAYANLARA) */
.cemberp3 {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%) !important;
    color: #0a192f !important; /* En iyi kontrast: Kurumsal Lacivert */
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3); /* Altın parıltısı */
}

/* HOVER: Üzerine gelince hafif büyüme etkisi */
.cemberp1:hover, .cemberp2:hover, .cemberp3:hover {
    transform: translateY(-2px) scale(1.05);
}

/* 6. Buttons & Actions */
.tw-hero-actions { display: flex; justify-content: center; gap: 15px; margin-top: 35px; }
.tw-btn-full { min-width: 180px; text-align: center; padding: 14px 25px !important; font-weight: 600 !important; }

/* 7. Steps (Süreç) */
.tw-step-number {
    width: 60px; height: 60px; background: #007bff; color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 800;
    margin: 0 auto 20px auto; box-shadow: 0 0 20px rgba(0,123,255,0.4);
}

/* 8. Özel CTA Alanı & Butonlar */
.tw-cta-area {
    background: #0a192f !important; padding: 30px 40px; text-align: center;
    border: 1px solid rgba(0, 123, 255, 0.2); margin: 60px 0; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    position: relative; overflow: hidden;
}
.tw-cta-area::before {
    content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(0,123,255,0.05) 0%, transparent 70%); pointer-events: none;
}
.tw-cta-area h2 { color: #ffffff !important; font-size: 2.5rem !important; font-weight: 800 !important; margin-bottom: 20px !important; }
.tw-cta-area p { color: #cbd5e0 !important; font-size: 1.2rem !important; max-width: 700px; margin: 0 auto 40px auto !important; }

.tw-cta-area .btn--primary { background: #007bff !important; color: #fff !important; border: none !important; box-shadow: 0 10px 20px rgba(0, 123, 255, 0.3) !important; transition: all 0.3s ease !important; }
.tw-cta-area .btn--primary:hover { background: #0056b3 !important; transform: translateY(-3px) !important; }
.tw-cta-area .btn--ghost { background: transparent !important; color: #fff !important; border: 2px solid rgba(255, 255, 255, 0.3) !important; transition: all 0.3s ease !important; }
.tw-cta-area .btn--ghost:hover { background: rgba(255, 255, 255, 0.1) !important; border-color: #fff !important; transform: translateY(-3px) !important; }

/* 9. Responsive Queries (Full Mobile Support) */
@media (max-width: 1024px) {
    .tw-grid-3 { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .tw-title-center h1 { font-size: 2.8rem; }
}

@media (max-width: 768px) {
    .tw-grid-3 { grid-template-columns: 1fr; }
    .tw-title-center h1 { font-size: 2.2rem !important; }
    .tw-title-center h2 { font-size: 1.8rem !important; }
    .tw-btn-full { width: 100% !important; margin-bottom: 10px; }
    .tw-card-item { padding: 15px 20px; margin:30px; }
    .tw-card-item:hover { transform: none; }
    .tw-cta-area { padding: 50px 20px; }
    .tw-cta-area h2 { font-size: 1.8rem !important; }
}

@media (max-width: 768px) {
    .tw-hero-actions {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 15px; /* Butonlar arasına temiz bir boşluk */
        padding: 0 75px; /* Kenarlardan çok hafif boşluk ki ekrana yapışmasın */
    }

    .tw-hero-actions .btn {
        width: 100% !important; /* Butonları tam genişlik yapar */
        margin: 0 !important; /* Varsa eski marginleri sıfırlar */
        padding: 16px 20px !important; /* Daha büyük dokunma alanı (UX için kritik) */
        font-size: 1.2rem !important; /* Mobilde daha okunaklı font */
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.mobiluyumparagraf	{
	text-align: center;
}

@media (min-width: 980px) {
    /* Ana Konteyner Ayarı */
    #menu .navbar-nav {
        float: right;
        top: 45px !important; /* Logona göre bu değeri oyna, çok aşağıda durmasın */
        display: flex;
        align-items: center;
        gap: 10px; /* Butonlar arası nefes payı */
    }

    /* Genel Menü Linkleri */
    .nav.navbar-nav > li > a {
        font-family: 'Poppins', sans-serif;
        font-size: 15px !important; /* Daha okunaklı ve profesyonel */
        font-weight: 600 !important;
        color: #0a192f !important; /* Senin kurumsal lacivertin */
        padding: 12px 20px !important;
        transition: all 0.3s ease;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    /* Hover Alt Çizgi Efekti (Modern Dokunuş) */
    .nav.navbar-nav > li > a::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #ffc107; /* Altın sarısı vurgu */
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .nav.navbar-nav > li > a:hover::after {
        width: 60%; /* Üstüne gelince çizgi genişler */
    }

    .nav.navbar-nav > li > a:hover {
        color: #ffc107 !important;
        background: transparent !important;
    }

    /* İletişim ve Özel Butonlar (.btn-home) */
    .btn-home {
        border: 2px solid #0a192f !important;
        border-radius: 50px !important; /* Oval, modern görünüm */
        margin-left: 10px;
        background: transparent;
    }

    .btn-home:hover {
        background: #0a192f !important;
        color: #ffffff !important;
        box-shadow: 0 4px 15px rgba(10, 25, 47, 0.2);
    }

    /* Dropdown Toggle (Açılır Menü Başlığı) */
    .dropdown-toggle::after {
        content: '\f107'; /* FontAwesome Aşağı ok */
        font-family: 'FontAwesome';
        margin-left: 8px;
        font-size: 12px;
    }
}

@media (min-width: 980px) {
    /* Açılır Menü Kutusu */
    .dropdown-menu {
        border: none !important;
        border-top: 1px solid #ffc107 !important;
        box-shadow: 0 15px 35px rgb(0 0 0 / 40%) !important;
        border-radius: 0 0 12px 12px !important;
        padding: 1px !important;
        min-width: 280px !important;

    }

    /* İçerideki Alt Butonlar (subbutton53) */
    .dropdown-menu .subbutton53 {
        display: block !important;
        width: 100% !important;
        margin: 5px 0 !important;
        font-size: 13px !important;
        padding: 10px 15px !important;
        background: #f8f9fa !important; /* Hafif gri zemin */
        border: 1px solid #eee !important;
        color: #0a192f !important;
        text-align: center !important; /* PC'de sola yaslı daha şık */
    }

    .dropdown-menu .subbutton53:hover {
        background: #0a192f !important;
        color: #ffc107 !important;
        border-color: #ffc107 !important;
        transform: translateX(5px); /* Hafif sağa kayma efekti */
    }
}

@media (min-width: 980px) {
    /* Genel Konteyner Hizalaması */
    .search-cart {
        display: flex;
        align-items: center;
        gap: 15px;
        float: right;
        margin-top: 50px !important; /* Menü hizasıyla eşitledik */
    }

    /* Arama ve Sepet Butonları Ortak Stil */
    .search-wrap .dropdown-toggle, #cart > .dropdown-toggle {
        background: #0a192f !important; /* Kurumsal Lacivert */
        color: #ffffff !important;
        border: 2px solid #0a192f !important;
        border-radius: 50px !important;
        padding: 10px 18px !important;
        font-family: 'Poppins', sans-serif;
        font-weight: 600 !important;
        font-size: 13px !important;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Arama Butonunu Daire Yapalım */
    .search-wrap .dropdown-toggle {
        width: 45px;
        height: 45px;
        padding: 0 !important;
    }

    /* Hover Durumları (Altın Sarısı Vurgu) */
    .search-wrap .dropdown-toggle:hover, #cart > .dropdown-toggle:hover {
        background: #ffc107 !important;
        border-color: #ffc107 !important;
        color: #0a192f !important;
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(255, 193, 7, 0.3) !important;
    }

    /* Sepet İkonu ve Yazı Arası Boşluk */
    #cart .fa-shopping-cart { margin-right: 8px; font-size: 16px; }
    #cart-total { letter-spacing: 0.5px; }

    /* Arama Kutusu Dropdown Şıklığı */
    .search-wrap .dropdown-menu {
        border: none !important;
        border-top: 4px solid #ffc107 !important;
        padding: 15px !important;
        min-width: 320px !important;
        border-radius: 0 0 15px 15px !important;
        box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
    }

    #search .form-control {
        border: 1px solid #eee !important;
        border-radius: 8px 0 0 8px !important;
        font-size: 14px !important;
        height: 45px !important;
    }

    #search .btn-lg {
        background: #0a192f !important;
        color: #ffc107 !important;
        border-radius: 0 8px 8px 0 !important;
        width: 50px;
    }
}

#cart .dropdown-menu {
    border: none !important;
    border-top: 4px solid #ffc107 !important;
    border-radius: 0 0 15px 15px !important;
    padding: 20px !important;
    min-width: 300px !important;
    background: #0a192f !important;
}

#cart .dropdown-menu {
    font-size: 1.1rem !important; /* Hafızandaki paragraf dengesine yakın */
    margin: 10px 0 !important;
}

/* Sepet boş uyarısını senin tarzına çekelim */
#cart .dropdown-menu li p {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 768px) {
    .search-cart {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin: 0px 0;
    }

    .search-wrap button, #cart button {
        background: #0a192f !important;
        border: 1.5px solid #ffffff !important;
        border-radius: 10px !important;
        padding: 10px 15px !important;
        font-size: 12px !important;
    }

    /* Mobilde sadece ikon kalsın dersen (Yer kazanmak için) */
    /* #cart-total { display: none; } */
}

@media (max-width: 979px) {
    /* Menü Ana Kutusu */
    .navbar-collapse {
        position: absolute !important;
        top: 60px !important; /* Header yüksekliğine göre ayarla */
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        background-color: #0a192f !important;
        border-bottom: 1px solid #ffc107 !important;
        padding: 15px !important;
        box-shadow: 0 15px 30px rgba(0,0,0,0.5);
    }

    /* Ana Menü Linkleri (Anasayfa, Hizmetler vb.) */
    .nav.navbar-nav > li > a {
        color: #ffffff !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        padding: 15px 10px !important;
        border-bottom: 1px solid rgba(255,255,255,0.05); /* İnce ayrım çizgisi */
        display: block;
        text-align: left;
    }

    .nav.navbar-nav > li > a:hover, 
    .nav.navbar-nav > li > a:focus {
        color: #ffc107 !important;
        background: rgba(255, 255, 255, 0.05) !important;
    }
}

@media (max-width: 979px) {
    /* Açılır Menü İç Kutusu */
    .dropdown-menu {
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 193, 7, 0.2) !important;
        border-radius: 12px !important;
        margin: 10px 0 !important;
        padding: 10px !important;
        position: static !important; /* Mobilde akışta durması için */
        float: none !important;
        width: 100% !important;
        box-shadow: none !important;
    }

    /* Sub-Menu Listesi */
    .list-kroniqs {
        padding: 0 !important;
        list-style: none !important;
    }

    /* Senin o meşhur subbutton53 butonların mobilde daha kompakt */
    .subbutton53 {
        display: block !important;
        width: 100% !important;
        margin: 6px 0 !important;
        padding: 12px !important;
        font-size: 1.1rem !important; /* Optimum boyut */
        border-radius: 8px !important;
        background: #0a192f !important;
        border: 1.5px solid #ffc107 !important;
        color: #ffffff !important;
        text-align: center;
    }
}

@media (max-width: 979px) {
    /* 1. Konteynırın dışarı taşmasını engelle */
    #cart {
        position: static !important; /* Absolute kutunun body'ye göre hizalanmasını sağlar */
    }

    /* 2. Dropdown kutusunu ekrana hapsediyoruz */
    #cart .dropdown-menu.pull-right {
        position: absolute !important;
        background-color: #0a192f !important; /* Senin kurumsal lacivertin */
        border: 2px solid #ffffff !important; /* Altın sarısı vurgu */
        border-radius: 12px !important;
        box-shadow: 0 10px 25px rgba(0,0,0,0.4) !important;
    }

    /* 3. İçerideki metinlerin zarafeti */
    #cart .dropdown-menu li p {
        color: #ffffff !important;
        font-size: 1.5rem; /* Hafızandaki paragraf standardı */
        padding: 20px 10px !important;
        margin: 0 !important;
        text-align: center;
    }
}

/* TÜRK WEB DESIGN - KASAYA GİT BUTONU (CONSOLIDATED) */
.checkout-btn-master {
    /* 1. Yerleşim ve Boyutlandırma */
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 12px 16px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    touch-action: manipulation;
    user-select: none;
    box-sizing: border-box;
	margin-top: 5px;

    /* 2. Tipografi (Poppins & 900 Weight) */
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.42857143;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    /* 3. Renk ve Görünüm (Modern Lacivert & Altın Vurgu) */
    color: #ffffff !important;
    background-color: #279ad0; /* Senin mevcut btn-primary rengin */
    background-image: none;
    border: 1px solid #279ad0;
    border-radius: 4px;
    
    /* 4. Efektler ve Geçişler */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .2s ease;
}

/* Hover & Etkileşim Durumu */
.checkout-btn-master:hover, 
.checkout-btn-master:focus {
    background-color: #1e7fb0; /* Daha koyu bir ton */
    border-color: #1e7fb0;
    color: #ffffff !important;
    transform: scale(1.02); /* Hafif büyüme efekti */
    box-shadow: 0 4px 15px rgba(39, 154, 208, 0.3);
    text-decoration: none;
}

.checkout-btn-master:active {
    transform: scale(0.98);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

/* TÜRK WEB DESIGN - SEPETİME GİT BUTONU (GOLD EDITION) */
.cart-btn-master {
    /* 1. Yerleşim ve Boyutlandırma */
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 12px 16px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    touch-action: manipulation;
    user-select: none;
    box-sizing: border-box;

    /* 2. Tipografi (Mavi butonla tam uyumlu) */
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.42857143;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    /* 3. Renk ve Görünüm (Altın Sarısı & Lacivert Metin) */
    color: #0a192f !important; /* Senin asil lacivertin */
    background-color: #ffc107; /* Meşhur altın sarısı */
    background-image: none;
    border: 1px solid #ffc107;
    border-radius: 4px;
    
    /* 4. Efektler ve Geçişler */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .2s ease;
}

/* Hover & Etkileşim Durumu */
.cart-btn-master:hover, 
.cart-btn-master:focus {
    background-color: #e5ad06; /* Hafif koyulaşmış altın */
    border-color: #e5ad06;
    color: #0a192f !important;
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
    text-decoration: none;
}

.cart-btn-master:active {
    transform: scale(0.98);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.1);
}

/* 1. Genel P Mirasını Sıfırlama (Isolation) */
p.sepetbos {
    margin: 0 !important;           /* Diğer p'lerden gelen alt boşluğu öldürür */
    padding: 15px !important;       /* Kendi iç nefes payını belirler */
    line-height: 1.2 !important;    /* Satır aralığını daraltır, kutuyu şişirmez */
    min-height: auto !important;    /* Olası yükseklik zorlamalarını kaldırır */
    display: block !important;
    width: 100% !important;
    background: transparent !important; /* Eğer genel p'de arka plan varsa temizler */
}

/* 2. PC Görünümü (980px ve Üzeri) */
@media (min-width: 980px) {
    p.sepetbos {
        color: white !important;
        font-size: 1.3rem !important;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
    }
}

/* 3. Mobil Görünüm (979px ve Altı) */
@media (max-width: 979px) {
    p.sepetbos {
        color: white !important;
        font-size: 1.1rem !important; /* Senin istediğin o zarif boyut */
        padding: 10px 5px !important; /* Mobilde alanı daraltıyoruz */
    }
}