html {
    direction: ltr;
    overflow-x: hidden;
    box-shadow: none !important;
    -webkit-font-smoothing: antialiased;
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

::-moz-selection {
    color: var(--primary-inverse);
    background: var(--primary);
}
::selection {
    color: var(--primary-inverse);
    background: var(--primary);
}

body {
    margin: 0;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
	 background-color: var(--light);
     font-family: 'Noto Sans', sans-serif;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}


h1, h2, h3, h4, h5, h6 {
    letter-spacing: -.05em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}



.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3,
    h3 {
        font-size: 1.75rem
    }
}
.h5, h5 {
    font-size: 1.25rem
}
h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px;
}
h3 {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 33px;
    text-transform: uppercase;
}

h5 {
    font-size: 1em;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 14px;
    text-transform: uppercase
}

p {
    margin-top: 0
}
ol,
ul {
    padding-left: 2rem
}
address,
dl,
ol,
p,
ul {
    margin-bottom: 1rem
}
dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

li{
	 line-height: 24px;
}

blockquote,
figure {
    margin: 0 0 1rem
}
a {
    color: #0d6efd;
    text-decoration: none;
}


a:hover {
    color: #0a58ca
}
img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}
button {
    border-radius: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

.form-control-color:not(:disabled):not([readonly]),
.form-control[type=file]:not(:disabled):not([readonly]),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-.5*var(--bs-gutter-x));
    margin-left: calc(-.5*var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}
.col-11,
.col-12 {
    flex: 0 0 auto;
    width: 91.66666667%
}



.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

 .col-sm-5,
.col-sm-6 {
	flex: 0 0 auto;
	width: 41.66666667%
}
.col-sm-6 {
	width: 50%
}
.col-12 {
    width: 100%
}
	
	
	@media (min-width:768px) {

    
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-3,
    .col-md-4 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-5,
    .col-md-6 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7,
    .col-md-8 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-md-8 {
        width: 66.66666667%
    }

}

@media (min-width:992px) {
    .col-lg-3,
    .col-lg-4 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-5,
    .col-lg-6 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-lg-6 {
        width: 50%
    }
 
    .col-lg-11,
    .col-lg-12 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-lg-12 {
        width: 100%
    }

}

@media (min-width:1200px) {
     .col-xl-7,
    .col-xl-8 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
}

#header {
    position: relative;
    z-index: 1030;
}
#header .header-body {
    display: flex;
    flex-direction: column;
    background: var(--light);
    transition: min-height 0.3s ease;
    width: 100%;
    border-bottom: 1px solid transparent;
    z-index: 1001;
}
#header .header-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    transition: ease height 300ms;
}
#header .header-row {
    display: flex;
    flex-grow: 1;
    align-items: center;
    align-self: stretch;
    max-height: 100%;
}
#header .header-column {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-grow: 1;
    flex-direction: column;
}


#header .header-logo {
    margin: 1rem 0;
    position: relative;
    z-index: 1;
}
@media (min-width: 1201px) {
    #header .header-nav-main nav {
        display: flex !important;
    }
    #header .header-nav-main nav > ul > li {
        height: 100%;
        align-self: stretch;
        margin-left: 2px;
    }

    #header .header-nav-main nav > ul > li > a {
        display: inline-flex;
        align-items: center;
        white-space: normal;
        border-radius: var(--border-radius);
        color: var(--grey-500);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        padding: 0.5rem 1rem;
        letter-spacing: -0.5px;
        text-transform: uppercase;
        text-decoration: none;
    }
    #header .header-nav-main nav > ul > li > a:after {
        display: none;
    }
	
	
	 #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
        display: none;
    }
  

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        top: -10000px;
        display: block;
        opacity: 0;
        left: auto;
        border-radius: 0 var(--border-radius) var(--border-radius);
        border: 0;
        border-top: 3px solid var(--grey-500);
        box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
        margin: 0;
        min-width: 200px;
        padding: 5px 0;
        text-align: left;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        border-bottom: 1px solid var(--grey-100);
        color: var(--default);
        font-size: 0.83em;
        font-weight: 400;
        padding: 6px 18px;
        position: relative;
        text-transform: none;
        text-decoration: none;
        letter-spacing: -0.5px;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover,
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus,
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active,
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active {
        background-color: transparent;
    }
 
    #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dropdown.accessibility-open > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        top: auto;
        display: block;
        opacity: 1;
    }
	 #header .header-nav-main nav > ul > li.dropdown-mega {
        position: static;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
        border-radius: var(--border-radius);
        left: 12px;
        right: 12px;
        width: auto;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
        padding: 1.6rem;
    }
}	
	@media (min-width: 992px) {


		#header .header-nav-main.header-nav-main-text-size-5 nav > ul > li > a.dropdown-toggle:after {
			font-size: 0.75rem;
		}
		#header .header-nav-main.header-nav-main-text-size-5 nav > ul > li.dropdown .dropdown-menu li a {
			color: #000;
			font-size: 0.875em;
			font-weight: 500;
			padding-top: 8px;
			padding-bottom: 8px;
		}
		
		#header .header-nav {
			display: flex;
			align-items: center;
			flex-grow: 1;
			justify-content: flex-end;
			align-self: stretch;
		}
		
		  #header .header-nav.header-nav-links,
			#header .header-nav.header-nav-line {
				padding: 0;
			}
			#header .header-nav.header-nav-links nav > ul > li > a,
			#header .header-nav.header-nav-links nav > ul > li:hover > a,
			#header .header-nav.header-nav-line nav > ul > li > a,
			#header .header-nav.header-nav-line nav > ul > li:hover > a {
				position: relative;
				background: 0 0 !important;
				padding: 0 0.9rem;
				margin: 1px 0 0;
				min-height: 60px;
				height: 100%;
			}

	}
	
	
@media (min-width: 992px) {
    #header .header-nav-main-arrows nav > ul > li > a.dropdown-toggle:after {
        display: inline-block;
        font-family: "font awesome 6 free";
        content: "\f078";
        font-weight: 900;
        border: 0;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0 0 0 4px;
        font-size: 0.6rem;
    }
}

#header .header-nav-main nav>ul>li>a{
	font-family: "Noto Sans", Arial, sans-serif;
	font-size:17px;
	font-weight:500;
	text-transform: capitalize;
	color:#000;
}

.languagedropdown  a img {
	width:15px;
	margin-right:5px;
	border-radius:100%;
}

.dropdown-mega .ana-kategori-list,
.dropdown-mega .alt-kategori-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    margin-top: 25px;
}

.ana-kategori-list li,
.alt-kategori-list li {
    margin-bottom: 25px;
    position: relative;
    display:flex;
}

.ana-kategori-list::after,
.alt-kategori-list::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 350px;
    width: 1px;
    background-color: #ddd;
}
.dropdown-mega .ana-kategori-item,
.dropdown-mega .alt-kategori-list li a {
       font-size: 17px !important;
    font-weight: 500;
    padding: 15px 15px !important;
    text-decoration: none;
    color: #1a1a1a;
    cursor: pointer;
    border: none;
       line-height: 25px;
    display: block;
    width: auto;
    border-radius: 5px;
}
.ana-kategori-list a.active{
  background-color: #ffc20e!important;
  color:#000!important;
}
.alt-kategori-list a.active{
  background-color: #ffc20e!important;
  color:#000!important;
}
.ana-kategori-list a.active .fa-chevron-right{
  color:#000;
}
.alt-kategori-list a.active .fa-chevron-right{
  color:#000;
}
.ana-kategori-item .fa-chevron-right,
.alt-kategori-list li a .fa-chevron-right {
    margin-left: 0.5rem;
    font-size: 0.9rem;
    color: #333;
}
.header-all-product-button a {
    font-size: 1.2rem !important;
    font-weight: 500;
    padding: 15px 15px !important;
    text-decoration: none;
    color: #1a1a1a;
    background: #fff;
    border: none;
    line-height: 15px;
    display: inline-block;
    width: auto;
   border-radius: 5px!important;
}
.alt-kategori-wrapper {
    height: 100%;
}
#alt-kategori-col {
    opacity: 0;
    transform: translateX(-12px);
    transition: all .35s ease;
}

#alt-kategori-col.show {
    opacity: 1;
    transform: translateX(0);
}
#alt-alt-kategori-wrapper {
    opacity: 0;
    transform: translateX(-12px);
    transition: all .35s ease;
}

#alt-alt-kategori-wrapper.show {
    opacity: 1;
    transform: translateX(0);
}
@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
        padding: 1.6rem;
        min-height: 600px;
    }
	
}
.header-all-product-button a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem !important;
    font-weight: 500;
    padding: 15px 15px !important;
    text-decoration: none;
    color: #1a1a1a;
    background: #fff;
    border: none;
    line-height: 15px;
}

.kurumsal-dropdown{
    min-width: 245px!important;
    left:0!important;
}
.kurumsal-dropdown li a{
      font-size: 17px!important;
      font-weight: 500!important;
      padding-top: 14px!important;
      padding-bottom: 14px!important;
}
.kurumsal-dropdown li:hover a{
    background-color: #ffc20e!important;
	color:#000!important;
}
.alt-kategori-wrapper {
    height: 100%;
}

.header-all-product-button a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.2rem!important;
    font-weight: 500!important;
    padding: 5px 15px !important;
    text-decoration: none;
    color: #1a1a1a;
    cursor: pointer;
    background: #fff;
    border: none;
    color: #333!important;
    line-height: 29px;
	text-decoration:underline!important;
	padding-bottom:2px;
}

html.sticky-header-active #header .header-body{
	   background: #fff;
	border-bottom:1px solid rgba(234, 234, 234, 0.5)!important;
    box-shadow: 0 0 3px rgba(234, 234, 234, 0.5)!important;
}

.header-body{
	background:#fff;
}
@media (min-width: 992px) {
  .header-active-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #ffb300; /* İstediğin turuncu tonunu buraya koyabilirsin */
    transition: all 0.3s ease;
    z-index: 5 !important;
  }

	.header-nav-main .dropdown-mega > .dropdown-menu {
		border-top: 2px solid #ccc!important; /* isteğe göre kalınlık veya renk değiştir */
	}

}

.languagedropdown {
    position: relative;
}

.languagedropdown .dropdown-toggle::after {
    display: none;
}
.languagedropdown .nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 500;
	color:#333;
    font-size:15px;
    transition: all 0.3s ease;

}

.languagedropdown .dropdown-menu {
    min-width: 187px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.11);
    margin-top: 8px;

}
.languagedropdown  .dropdown-item{
	color: #000;
	padding: 9px 16px;
}
.mobile-btn {
    display: none;
    background: none !important;
    border: none !important;
    width: 30px !important;
    height: 30px !important;
    position: relative !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 5px 0 0 0 !important;
    z-index: 9999 !important;
    outline: none !important;
}

.mobile-btn span {
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    background: #000 !important;
    position: absolute !important;
    left: 0 !important;
    transition: all 0.3s ease !important;
    border-radius: 2px !important;
}

.mobile-btn span:nth-child(1) { 
    top: 0 !important; 
}

.mobile-btn span:nth-child(2) { 
    top: 7px !important; 
}

.mobile-btn span:nth-child(3) { 
    top: 14px !important; 
}

.mobile-btn.active span:nth-child(1) {
    top: 11px !important;
    transform: rotate(45deg) !important;
}

.mobile-btn.active span:nth-child(2) {
    opacity: 0 !important;
}

.mobile-btn.active span:nth-child(3) {
    top: 11px !important;
    transform: rotate(-45deg) !important;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    overflow: hidden;
    transition: right 0.3s ease;
    box-shadow: -5px 0 20px rgba(0,0,0,0.3);
	
}
.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
@media (min-width: 1201px) {
    .mobile-menu,
    .mobile-overlay {
        display: none !important;
    }
}

.mobile-menu.open {
    right: 0;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

html .text-color-dark, html .text-dark {
    color: #212529 !important;
}


.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 13.6px;
    font-size: .85rem;
    line-height: 1.85;
}
.input-group .form-control {
    height: auto;
}
input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], textarea {
    -webkit-appearance: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.fade {
    transition: opacity .15s linear
}
.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}


.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}
dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.nav-link:focus,
.nav-link:hover {
    color: #0a58ca
}

card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}
.d-block {
    display: block !important
}
.d-flex {
    display: flex !important
}
.d-none {
    display: none !important
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}
.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}
.top-0 {
    top: 0 !important
}
.start-0 {
    left: 0 !important
}
.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}
.border-top-0 {
    border-top: 0 !important
}
.w-100 {
    width: 100% !important
}
.h-100 {
    height: 100% !important
}
.flex-grow-1 {
    flex-grow: 1 !important
}
.flex-wrap {
    flex-wrap: wrap !important
}
.gap-3 {
    gap: 1rem !important
}
.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}
.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}
.align-items-start {
    align-items: flex-start !important
}
.align-items-center {
    align-items: center !important
}
.m-0 {
    margin: 0 !important
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}
.mt-2 {
    margin-top: .5rem !important
}
.mt-3 {
    margin-top: 1rem !important
}
.mt-4 {
    margin-top: 1.5rem !important
}
.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}
.mb-0 {
    margin-bottom: 0 !important
}
.mb-1 {
    margin-bottom: .25rem !important
}
.mb-2 {
    margin-bottom: .5rem !important
}
.mb-3 {
    margin-bottom: 1rem !important
}
.mb-4 {
    margin-bottom: 1.5rem !important
}
.ms-2 {
    margin-left: .5rem !important
}
.ms-3 {
    margin-left: 1rem !important
}
.p-0 {
    padding: 0 !important
}
.p-3 {
    padding: 1rem !important
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}
.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}
.pt-4 {
    padding-top: 1.5rem !important
}
.pt-5 {
    padding-top: 3rem !important
}
.pb-3 {
    padding-bottom: 1rem !important
}
.pb-4 {
    padding-bottom: 1.5rem !important
}
.ps-2 {
    padding-left: .5rem !important
}
.fs-5 {
    font-size: 1.25rem !important
}
.fw-bold {
    font-weight: 700 !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}
.text-uppercase {
    text-transform: uppercase !important
}
.text-black,
.text-dark {
   color:#000;
}
.text-body,
.text-white {
    color:#fff;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}
.bg-body,
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}
.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}
.justify-content-md-end {
	justify-content: flex-end !important
}
.mb-md-0 {
	margin-bottom: 0 !important
}
@media (min-width:992px) {
	.d-lg-flex {
        display: flex !important
    }
	.justify-content-lg-start {
        justify-content: flex-start !important
    }
	 .mb-lg-0 {
        margin-bottom: 0 !important
    }
	.px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
	.pe-lg-3 {
        padding-right: 1rem !important
    }
	 .text-lg-start {
        text-align: left !important
    }
}
@media (min-width:1200px) {
	 .ms-xl-5 {
        margin-left: 3rem !important
    }
	
}
.me-100{
    margin-right: 80px;
}

html .btn{
	 padding: 14px 26px;
	 font-size: 14px;
   border-radius: 30px;
     font-weight: 600;
}
html .btn-primary{
	border:1px solid #fbb813;
	background-color: #ffc20e;
	color:#000;
	background-image: linear-gradient(to right, #14130f 50%, #ffc20e 50%);
	background-size: 201% 100%;
	background-position: right bottom;
	transition: all 0.3s ease-out;
	  
}
html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary.active {
    /* Hover, focus ve active'de arka plan pozisyonunu değiştir */
  background-position: left bottom!important;
    color: #fff !important;
    outline: none!important;
    border:none!important;
    border: 1px solid #14130f!important;
}

html .text-color-light, html .text-light {
    color: #fff !important;
}
section.section {
    background: var(--grey-100);
    border-top: 5px solid var(--grey-100);
    margin: 30px 0;
    padding: 50px 0;
}

@media (min-width: 992px) {
    .text-lg-start {
        text-align: left !important;
    }
}
.dropdown:hover > .dropdown-menu,
.dropdown.open > .dropdown-menu,
.dropdown-mega:hover > .dropdown-menu,
.dropdown-mega.open > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
@media (min-width: 576px) {
    .container-fluid {
        max-width: 1664px;
         padding: 0 30px;
    }
}

html .scroll-to-top {
    transition: opacity .3s;
    background: #404040;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    bottom: 0;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 10px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 50px;
	 color:#fff!important;
    z-index: 1040;
    font-size: .8em;
}


.loading-overlay.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
      position: fixed;
    z-index: 999999;
}

.languagedropdown .dropdown-toggle {
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    width: auto;
    background: none;
    float: left;
}
.dropdown-mega {
    position: relative;
}

.follow-footer-outer form .input-group input:focus {
    outline: none;      
    box-shadow: none;    
    border-color: inherit; 
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.show {
    opacity: .5;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}
.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-header .btn-close {
    padding: .5rem;
    margin: -.5rem -.5rem -.5rem auto;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
#aboneFormModal label {     font-size: 14px; margin-bottom: 7px; font-weight: 600; display: block;width: 100%; }
.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}



.footer {
    background-color: #fff;
    padding: 2rem 0;
    color: #000;
}

.footer .container-fluid {
     max-width: 1664px;
    padding: 0 1rem;
}
.footer hr {
    border-color: rgba(0, 0, 0, 0.2);
    margin: 2rem 0;
}
.languagedropdown .dropdown-toggle {
    color: #000;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.languagedropdown .dropdown-toggle:hover {
    background-color: #f0f0f0;
}

.languagedropdown .dropdown-toggle img {
    margin-right: 0.5rem;
}

.languagedropdown .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.languagedropdown .dropdown-item {
    color: #000;
    padding: 0.5rem 1rem;
    transition: background-color 0.3s ease;
}

.languagedropdown .dropdown-item:hover {
    background-color: #f8f9fa;
}

.languagedropdown .dropdown-item img {
    margin-right: 0.5rem;
}


@media (min-width: 768px) {
    .footer {
        padding: 3rem 0;
    }
    
    .footer .container-fluid {
        padding: 0 2rem;
    }
    
}
 .languagedropdown .dropdown-toggle {
        font-size: 1rem;
        padding: 0.6rem 1.2rem;
    }
	
@media (min-width: 992px) {
    .footer {
        padding: 6rem 0;
        padding-bottom:50px;
    }
    
    .footer .container-fluid {
        padding: 0 3rem;
    }	
}
.footer h5 {
    font-family: 'Ubuntu', sans-serif;
    color: #1A1A1A;
    font-weight: 400;
    letter-spacing: 0.288px;
    font-size:23px;
    text-transform: capitalize;
        line-height: 24px;
}
.footer ul li{
    margin:5px 0;
}
.footer ul li a {
    color: #000000 !important;
    transition: color 0.3s ease;
    font-size: 15px;
    letter-spacing:0.5px;
}
.footer ul li a:hover{
	text-decoration:underline;
}
footer h5 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0.5px;
    color: #1a1a1a;
    font-weight: 600;
}  
.footer {
     background: #efece8;
    border-top: 1px solid #bcbcbc;
}
.footer-logo img {
    width:auto;
     max-height: 70px;
}
.follow-footer-outer p{
    font-size: 15px;
}

.follow-footer-outer form .input-group{
    background-color: #fff;
     border-top-right-radius: 30px!important; 
     border-bottom-right-radius: 30px!important;
       border-top-left-radius: 30px!important; 
     border-bottom-left-radius: 30px!important;

}
.follow-footer-outer form .input-group input{
    border:none;
         border-top-left-radius: 10px!important; 
     border-bottom-left-radius: 1dvh!important;
     box-shadow:none!important;
}
.follow-footer-outer form .input-group button{
     border-top-left-radius: 30px!important; 
     border-bottom-left-radius: 30px!important;
}
.footer .kurumsal-sayfalar a {
    color: #1a1a1a !important;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}
.copytext{
    font-size :15px;
}
.header-zr-iletisim{
		display:none;
}
@media screen and (min-width:1375px){
	.header-zr-iletisim{
		display:block;
	}
	
}	
@media (min-width: 1201px) {
	.mobile-btn { 
		display: none !important; 
	}
}
@media (max-width: 1200px) {
		.mobile-btn { 
			display: block !important; 
		}
		
		.languagedropdown{
			display:none!important;
		}
	}



.dropdown-mega .alt-alt-kategori-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    margin-top: 25px;
}
.alt-alt-kategori-list li {
    margin-bottom: 25px;
    position: relative;
    display: flex;
}


.dropdown-mega .alt-alt-kategori-list li a {
    font-size: 17px !important;
    font-weight: 500;
    padding: 15px 15px !important;
    text-decoration: none;
    color: #1a1a1a;
    cursor: pointer;
    background: #fff;
    border: none;
    line-height: 25px;
    display: block;
    border-radius: 5px;
    width: auto;
    white-space: normal;
    word-wrap: break-word;
}
.alt-alt-kategori-list li a:hover {
    background-color: #ffc20e !important;
    color: #000 !important;
}

@media (min-width: 1201px) {
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		color: #000;
		font-weight: 500;
		position: relative;
        text-transform: none;
        text-decoration: none;
        letter-spacing: -0.5px;
		border-bottom: 1px solid var(--grey-100);
	}
}


.glass-effect {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}

/* Popup Overlay */
#mainPopupOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1050;
    overflow: hidden;
    backdrop-filter: blur(5px);
}

#mainPopupOverlay.show {
    display: block;
}

/* Modal */
#mainPopupOverlay .glass-effect {
    background: rgba(255, 255, 255, 0.95);
    border-radius:14px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 30px 10px rgba(0, 0, 0, 0.1);
    margin: 1.5rem auto;
    max-width: 600px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Close Button */
#mainPopupOverlay #closePopup {
    position: absolute;
    top: 1rem; /* 16px */
    right: 1rem; /* 16px */
    z-index: 50;
    transition: all 0.3s ease;
    border-radius: 100%; /* Circular button */
    width: 33px; /* 40px */
    height: 33px; /* 40px */
    display: flex;
    align-items: center;
    box-shadow:none;
    outline:none;
    border:none;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
}

#mainPopupOverlay #closePopup:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

/* Slider Items */
#mainPopupOverlay #popupSlider {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mainPopupOverlay #popupSlider .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

#mainPopupOverlay #popupSlider .swiper-slide .relative {
    width: 100%;
    height: 250px;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

#mainPopupOverlay #popupSlider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.5s ease;
}

#mainPopupOverlay #popupSlider .swiper-slide img:hover {
    transform: scale(1.05);
}

/* Responsive Heights */
@media (min-width: 768px) {
    #mainPopupOverlay #popupSlider .swiper-slide .relative {
        height: 16rem; /* 256px */
        border-radius: 0;
    }
}

@media (min-width: 1024px) {
    #mainPopupOverlay #popupSlider .swiper-slide .relative {
        height: 18rem; /* 288px */
        border-radius: 0;
    }
}

/* Slide Text */
#mainPopupOverlay #popupSlider .swiper-slide h2 {
    font-size: 1.875rem; /* 3xl */
    font-weight: 300;
    margin-bottom: 0.75rem;
    color: #1e293b; /* slate-800 */
    text-align: center;
    line-height: 1.2;
        letter-spacing: 0.48px;
    font-family: 'Ubuntu';
}

#mainPopupOverlay #popupSlider .swiper-slide p {
    color: #475569; /* slate-600 */
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: center;
    width:100%;
    padding: 0 30px;
}


#mainPopupOverlay #popupSlider .swiper-slide a:active {
    transform: translateY(-1px);
}

.bar-container-outer{
    padding:30px 30px;
}
/* Progress Bar */
#mainPopupOverlay .progress-container {
    width: 100%;
    height: 0.25rem; /* 4px */
    background-color: #e2e8f0; /* gray-300 */
    border-radius: 0.125rem; /* 2px */
    overflow: hidden;
    margin-bottom: 1rem;
}

#mainPopupOverlay #popupProgressBar {
    height: 100%;
    background-color: #ffc20e; /* indigo-600 */
    width: 0%;
    transition: width 5s linear; /* Match autoplay delay */
}

/* Dot Navigation */
#mainPopupOverlay #dotNavigation {
    display: flex;
    justify-content: center;
    gap: 0.1rem; /* 8px */
}

#mainPopupOverlay #dotNavigation .swiper-pagination-bullet {
     width: 0.5rem;
    height: 0.5rem; /* 12px */
    border-radius: 50%;
    background-color: #cbd5e1; /* slate-300 */
    opacity: 1;
    transition: all 0.3s ease;
}

#mainPopupOverlay #dotNavigation .swiper-pagination-bullet-active {
   width: 1.5rem;
    background-color:#ffc20e;
    border-radius: 999px; /* 999px */
}

@media screen and (max-width:768px){
    #mainPopupOverlay{
        padding:30px;
    }
    #mainPopupOverlay #popupSlider .swiper-slide h2{
       font-size:25px;
   }
   .kurumsal-section .kurumsalanabaslik {
       font-size: 19px;
    }
    .kurumsal-section .kurumsalh2{
      font-size: 33px;
       line-height: 34px;
    }
	.footerfirmtext{
		font-size:18px;
	}
}

@media (min-width: 769px) {
    #mainPopupOverlay .slide-item h2 {
        font-size: 2rem;
    }

    #mainPopupOverlay .slide-item p {
        font-size: 0.95rem;
    }
}

@media (min-width: 1024px) {
    #mainPopupOverlay .glass-effect {
        max-width: 700px;
    }
}
.slider-nav-buttons button:hover,
.slider-nav-buttons button:active {
    color: #EBC700;
}
.follow-footer-outer ul {
	padding:0 10px;
}
.follow-footer-outer ul li:hover a{
	color:#ffc20e!important;
}
.next-link.link.is-high-emphasis {
    display: inline-flex;
    align-items: center;
   color: #fff;
    text-decoration: none;
    font-weight: 600;
   font-size: 18px;
    transition: opacity 0.3s ease;
        letter-spacing: 0.192px;
		    width: 19px;
    height: 22px;	
}

.mobile-menu-header {
    padding: 20px;
    background: #ffc20e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

.mobile-menu-header h3 {
    margin: 0;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    flex: 1;
    text-align: center;
}

/* Mobil Dil Seçici */
.mobile-lang-selector {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

.mobile-lang-toggle {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
}

.mobile-lang-toggle img {
    width: 20px;
    height: 15px;
    margin-right: 5px;
    object-fit: cover;
}

.mobile-lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 100;
    min-width: 120px;
    margin-top: 5px;
}

.mobile-lang-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
}

.mobile-lang-item:last-child {
    border-bottom: none;
}

.mobile-lang-item img {
    width: 20px;
    height: 15px;
    margin-right: 8px;
    object-fit: cover;
}

.mobile-lang-item:hover {
    background: #f5f5f5;
}

.mobile-menu-back {
    background: none;
    border: none;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    position: absolute;
    left: 20px;
}

.mobile-menu-close {
    background: none;
    border: none;
    color: #000;
    font-size: 32px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
}

/* Menü Navigasyonu */
.mobile-nav {
    position: relative;
    height: calc(100vh - 60px);
    overflow: hidden;
}

.mobile-nav .menu-level {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    transition: left 0.3s ease;
}

.mobile-nav .menu-level.active {
    left: 0;
}

.mobile-nav .menu-level.slide-out {
    left: -100%;
}

.mobile-nav .menu-level li {
    border-bottom: 1px solid #eee;
}

.mobile-nav a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:600;
}

.mobile-nav a:hover {
    background: #f5f5f5;
    text-decoration: none;
}

/* Sağa ok işareti */
.mobile-nav .sub-trigger {
    padding-right: 40px;
}

.mobile-nav .sub-trigger .fa-chevron-right {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #999;
}

/* Mobil Dil Seçici - Menü İçinde */
.mobile-lang-menu-item {
    border-top: 1px solid #eee;
    position: relative;
}

.mobile-lang-menu-toggle {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
}

.mobile-lang-flag {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    object-fit: cover;
}

.mobile-lang-text {
    flex: 1;
    text-align: left;
}

.mobile-lang-arrow {
    font-size: 12px;
    color: #999;
    transition: transform 0.3s;
}

.mobile-lang-menu-dropdown {
    background: #f9f9f9;
    border-top: 1px solid #eee;
}

.mobile-lang-menu-item {
    border-bottom: 1px solid #eee;
}
.mobile-lang-menu-item:hover a {
  text-decoration: none!important;
}
.mobile-lang-menu-item:last-child {
    border-bottom: none;
}

.mobile-lang-menu-item a {
    display: flex;
    align-items: center;
    padding: 12px 20px 12px 40px;
    text-decoration: none;
    color: #555;
    font-size: 14px;
}

.mobile-lang-menu-item a:hover {
    background: #eee;
}

/* Overlay */
.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.mobile-overlay.show {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 768px) {
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
}

.breadcrumb-section {
    background-color: #f8f9fa;
    padding: 15px 0;
    border-bottom: 1px solid #dee2e6;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    border-radius: 0.25rem;
    font-size: 16px;
    background: 0 0;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.breadcrumb>li {
    display: inline-block;
    font-size: .8em;
    text-transform: uppercase;
    text-shadow: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item a {
    text-decoration: none;
        color: #767676;
    transition: color 0.15s ease-in-out;
}

.breadcrumb-item a:hover {
    color: #9c9c9c;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #242424;
}

@media (max-width: 768px) {
  .breadcrumb-item:not(:first-child):not(:last-child) {
    display: none;
  }
  
  .breadcrumb-item:not(:first-child)::before {
    content: " / ... / ";
  }
}
.bg-extra-hero {
    background-color: #333333 !important;
}
.bg-extra-hero h2 {
    color: #fff;
}
.bg-extra-hero .action-block-content p {
    color: #fff;
}
.bg-extra-hero .btn-outline-secondary {
    color: #ededed;
    border-color: #ededed;
}
section.has-colorset-red {
    margin-top: 0 !important;
}
.header-zr-iletisim {
    display: none;
}	
	
@media screen and (min-width:1375px){
	.header-zr-iletisim{
		display:block;
	}
}

.card.is-nav-highlight {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
	padding:0!important;
	border:none!important;
}

.card.is-nav-highlight .media {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.card.is-nav-highlight .media img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.card.is-nav-highlight:hover .media img {
    transform: scale(1.05);
}

/* overlay sadece hover olunca görünsün */
.card.is-nav-highlight .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card.is-nav-highlight:hover .overlay {
    opacity: 1;
}

.card.is-nav-highlight .card-content {
    position: absolute;
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 20px;
    padding: 10px 20px;
}

.card.is-nav-highlight .card-content h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;                 
    justify-content: space-between; 
    align-items: center;
}

.card.is-nav-highlight .card-content h3 .icon {
    font-size: 1rem;
}

.whatsapp-fixed {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px; /* İkon boyutu */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transition: transform 0.2s ease, background-color 0.2s ease;
    text-decoration: none !important;
}

/* Hover'da çok hafif efekt */
.whatsapp-fixed:hover {
    background-color: #20ba5a; /* Rengi çok az koyulaşır */
    transform: scale(1.05); /* Sadece %5 oranında büyür */
    color: #fff;
}

/* Mobilde butonu biraz daha küçültmek istersen (opsiyonel) */
@media (max-width: 576px) {
    .whatsapp-fixed {
        bottom: 20px;
        right: 20px;
        width: 55px;
        height: 55px;
        font-size: 28px;
    }
}

.scroll-top-btn2 {
    position: fixed;
    bottom: 30px; /* WhatsApp butonunun üzerinde durması için */
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: #333; /* Şık bir koyu gri/siyah */
    color: #fff;
    border: none;
    border-radius: 50%;
    display: none; /* Sayfa başında gizli olacak */
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 9998;
    transition: all 0.2s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.scroll-top-btn2:hover {
    background-color: #ffc20e; /* Sitenin sarı rengine uyumlu */
    color: #000;
    transform: translateY(-3px); /* Çok hafif yukarı kayma efekti */
}
.fixed-header {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff; /* Aşağı indiğinde arka plan beyaz olsun */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding:0 0; /* Aşağı indiğinde biraz daralması şık durur */
    animation: slideDown 0.4s ease-out; /* Yukarıdan aşağı süzülme efekti */
}
/* Hafif bir düşüş animasyonu */
@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

