@charset "UTF-8";
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    color: #000;
}
* {
	outline: none;
}
a {
	text-decoration: none;
}
blockquote {
    border-left: 2px solid #fbb040;
    padding: 10px 20px;
    margin: 20px 0 20px 40px;
    background-color: #f9f9f9;
    font-style: italic;
    color: #555;
    quotes: "“" "”";
}
blockquote p {
    margin: 0;
}
blockquote::before {
    content: "\f10d";
    font-family: 'Font Awesome 6 Free';
    line-height: 1em;
    text-align: center;
    width: 1em;
    font-weight: 900;
    font-size: 38px;
    margin-bottom: 5px;
    display: block;
    color: #fbb040;
}
#gt_float_wrapper {
    position: relative!important;
    top: -10px!important;
    right: -10px!important;
    z-index: 999999;
    height: 20px!important;
}
.gt_float_switcher {
    background: unset!important;
}
.gt_float_switcher img {
    width: 28px!important;
    margin: 0!important;
}
.gt_float_switcher .gt-selected {
    background-color: unset!important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 8px 15px!important;
    color: #fffffff2!important;
    font-weight: unset!important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23fffffff2'/></svg>")!important;
    transform: rotate(0deg)!important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(180deg)!important;
}
.gt_float_switcher .gt_options {
    background-color: #252638f0!important;
}
.gt_float_switcher .gt_options a {
    color: #fffffff2!important;
}
.container-custom {
	max-width: 1200px;
	margin: 0 auto;
}
.ustbar {
	background-color: #252638;
	color: #fff;
	font-size: 0.9rem;
}
.ustbar a {
	color: #fff;
	position: relative;
}
.ustbar a:hover {
	color: #fbb040;
	text-decoration: none;
}
.ustbar .header-top {
	padding: 10px 0;
}
.ustbar .header-top .left,
.ustbar .header-top .right {
	display: flex;
	align-items: center;
}
.ustbar .header-top .left .catalog,
.ustbar .header-top .left .phone,
.ustbar .header-top .left .email {
	position: relative;
	padding: 0 10px;
}
.ustbar .header-top .left .catalog:before,
.ustbar .header-top .left .phone:before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.6);
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
}
.ustbar .header-top .left i, .ustbar .header-top .right i {
	color: #fbb040;
}
.ustbar .header-top .right .working-hours {
	position: relative;
	padding: 0 15px;
}
.ustbar .header-top .right .social-media {
	position: relative;
	padding: 0 15px;
}
.ustbar .header-top .right .social-media a {
	margin-right: 10px;
}
.ustbar .header-top .right .social-media a:last-of-type {
	margin-right: -5px;
}
.ustbar .header-top .right .social-media i {
	margin-right: 5px;
}
.ustbar .header-top .right .social-media:before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.6);
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
}
.ustbar .header-top .right .social-media:after {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.6);
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
}
.altbar {
	background-color: #f5f5f6;
	border-bottom: 1px solid #252638;
}
.altbar .header-bottom {
	padding: 15px 0;
}
.altbar .logo img {
	max-height: 50px;
}
.altbar nav {
    padding: 10px 20px;
}
.altbar .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.altbar .navbar-nav > li {
    position: relative;
    margin-right: 10px;
}
.altbar .navbar-nav > li > a {
    display: inline-block;
    text-decoration: none;
    color: #252638;
	border: 2px solid transparent;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px 8px;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.altbar .navbar-nav > li > a:hover {
    border-bottom: 2px solid #fbb040;
    color: #fbb040;
}
.altbar .navbar-nav > li.current-menu-item > a,
.altbar .navbar-nav > li > a.active {
	background-color: #fbb040;
    color: #fff;
}
.altbar .navbar-nav > li.current-menu-item > a i,
.altbar .navbar-nav > li > a.active i {
	color: #fff;
}
.altbar .navbar-nav > li.current-menu-item > a:hover,
.altbar .navbar-nav > li > a:hover.active {
    background-color: #fff;
	border: 2px solid #fbb040;
    color: #fbb040;
}
.altbar .navbar-nav > li.current-menu-item > a:hover i,
.altbar .navbar-nav > li > a:hover.active i {
	color: #fbb040;
}
.altbar .navbar-nav > li .submenu-toggle,
.altbar .navbar-nav > li > a .submenu-toggle {
    color: #252638;
}
.altbar .navbar-nav > li .submenu-toggle,
.altbar .navbar-nav > li > a:hover .submenu-toggle {
    color: #fbb040;
}
.altbar .navbar-nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    min-width: 180px;
    z-index: 999;
}
.altbar .navbar-nav li ul li {
    margin: 0;
}
.altbar .navbar-nav li ul li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #252638;
    font-size: 14px;
    text-transform: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.altbar .navbar-nav li ul li a:hover {
    background-color: #fbb04047;
    color: #252638;
}
.altbar .navbar-nav li a:hover .menuikon {
    color: #fbb040;
}
.altbar .navbar-nav li:hover > ul {
    display: block;
}
.altbar .menuikon {
    margin-right: 2px;
    font-size: 14px;
    color: #fbb040;
}
.altbar .menu-icon-btn {
	position: relative;
	background: #fff;
	border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 2px 10px;
	font-size: 1.3rem;
    color: #989aaa;
}
.altbar .menu-icon-btn:hover {
    color: #fbb040;
    border: 1px solid #fbb040;
}
.altbar .menu-icon-btn:before {
	position: absolute;
	content: '';
	background: #e3e3e3;
	width: 1px;
	height: 35px;
	left: -25px;
	top: 0;
}
#contact-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 999;
}
#contact-tabmenu {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background-color: #6c757d;
	z-index: 1000000000;
	transition: left 0.3s ease;
	padding: 20px;
	box-sizing: border-box;
	overflow-y: auto;
}
#contact-tabmenu .tabmenu-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
#contact-tabmenu .tabmenu-header .logo img {
	max-width: 180px;
}
#contact-tabmenu .close-tabmenu {
	background: none;
	border: none;
	font-size: 1.5rem;
	color: #fff;
	cursor: pointer;
}
#contact-tabmenu .tabmenu-content h4 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 1rem;
    text-align: center;
}
#contact-tabmenu form {
	margin-bottom: 20px;
}
#contact-tabmenu form .form-group {
	margin-bottom: 15px;
}
#contact-tabmenu form input,
#contact-tabmenu form textarea {
	width: 100%;
    padding: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
}
#contact-tabmenu form button {
	width: 100%;
	padding: 10px;
	background: #fbb040;
	border: none;
	border-radius: 4px;
	color: #252638;
	font-weight: bold;
	cursor: pointer;
}
#contact-tabmenu form button:hover {
	color: #fff;
}
#contact-tabmenu form input:focus,
#contact-tabmenu form textarea:focus {
	border-color: #fbb040;
	color: #fff;
	outline: none;
}
#contact-tabmenu form input::placeholder,
#contact-tabmenu form textarea::placeholder {
	color: #fff;
}
#contact-tabmenu .kurumsal-bilgiler p {
	color: #fff;
	margin: 5px 0;
	font-size: 0.9rem;
}
#contact-tabmenu .kurumsal-bilgiler p a {
	color: #fff;
}
#contact-tabmenu .kurumsal-bilgiler p a:hover {
	color: #fbb040;
	text-decoration: none;
}
#contact-tabmenu .kurumsal-bilgiler p i {
	color: #fbb040;
	width: 20px;
}
#contact-tabmenu .kurumsal-bilgiler {
	margin-top: 20px;
}
#contact-tabmenu .sosyal-medya {
	text-align: center;
	margin-top: 20px;
}
#contact-tabmenu .sosyal-medya a {
	display: inline-block;
	margin-right: 10px;
	color: #fbb040;
	font-size: 1.2rem;
}
.swiper-container.ana-slider {
    width: 100%;
    height: 65vh;
    position: relative;
    overflow: hidden;
}
.ana-slider .swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}
.ana-slider .swiper-slide:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #252638;
    top: 0px;
    right: 0px;
    opacity: 0.65;
    z-index: 1;
}
.slider-item{
    position: relative;
    overflow: hidden;
}
.slide-bg-media{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-item::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: rgba(0,0,0,.35);
}
.slider-content{
    position: relative;
    z-index: 3;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,.45);
    max-width: 1000px;
    width: 100%;
    top: 40%;
    transform: translateY(-60%);
    margin: 0 auto;
}
.slider-content h5 {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #fbb040;
    opacity: 0;
    animation: fadeInLeft 0.8s ease-out forwards;
    animation-delay: 0.2s;
}
.slider-content h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInRight 0.8s ease-out forwards;
    animation-delay: 0.4s;
}
.slider-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 0.6s;
}
.slider-btn {
	background-color: #fbb040;
    border-color: #fbb040;
    color: #252638;
    font-weight: 600;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards;
    animation-delay: 0.8s;
	transition: background .2s ease, transform .2s ease;
}
.slider-btn:hover {
	background-color: #fbb040;
    border-color: #fbb040;
    color: #fff;
	transform: translateY(-2px);
}
.ana-slider .swiper-button-prev {
    top: 40%;
    left: 35px!important;
}
.ana-slider .swiper-button-next {
    top: 40%;
    right: 35px!important;
}
.ana-slider .swiper-button-prev:after, .ana-slider .swiper-button-next:after {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.ana-slider .swiper-button-prev:hover:after, .ana-slider .swiper-button-next:hover:after {
    background-color: #fbb040;
    color: #252638;
    border: 2px solid #252638;
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
#onecikanlar {
	background-color: #f5f5f6;
}
#onecikanlar .container-custom {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
    background: #ffffff;
    border-top: 5px solid #fbb040;
    border-radius: 8px;
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 8%);
    z-index: 2;
    margin-top: -50px;
}
#onecikanlar .container-custom .row {
    margin: 0;
}
#onecikanlar .onecikan-item {
	text-align: center;
	padding: 20px;
	position: relative;
}
#onecikanlar .onecikan-item .icon {
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    color: #fbb040;
}
#onecikanlar .onecikan-item .icon:before {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 80px;
    height: 70px;
    left: -20px;
    top: 0;
    border-radius: 8px;
    z-index: -1;
}
#onecikanlar .onecikan-item .icon:after {
    position: absolute;
    content: '';
    background: #fbb040;
    width: 90px;
    height: 35px;
    left: -25px;
    top: -5px;
    border-radius: 8px;
    z-index: -2;
}
#onecikanlar .onecikan-item .item-title {
    position: relative;
	font-size: 1.2rem;
    color: #777;
    margin-top: 10px;
    margin-bottom: 5px;
}
#onecikanlar .onecikan-item .item-subtitle {
	font-size: 1rem;
	color: #252638;
	margin: 0;
}
#onecikanlar .onecikan-item:not(:last-child) {
	border-right: 1px solid #ddd;
}
#hakkimizda {
	position: relative;
    padding: 5rem 0;
    background-image: url(../images/hakkimizdabg.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
#hakkimizda:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f5f5f699;
    z-index: -1;
}
#hakkimizda .about-content h6 {
	display: inline-flex;
	align-items: center;
	font-size: 1rem;
	color: #fbb040;
	margin-bottom: 0.5rem;
	background-color: #fbb04047;
    padding: 5px 10px;
    border-radius: 8px;
}
#hakkimizda .about-content h6 i {
	margin-right: 0.5rem;
}
#hakkimizda .about-content h2 {
	font-size: 2.5rem;
	color: #000;
	margin-bottom: 1rem;
}
#hakkimizda .about-content hr {
	width: 50px;
	border: none;
	border-top: 3px solid #fbb040;
	margin: 1rem 0;
}
#hakkimizda .about-content p {
	font-size: 1rem;
	line-height: 1.6;
	color: #555;
	margin-bottom: 1.5rem;
}
#hakkimizda .about-content a.btn {
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
	text-decoration: none;
	background-color: #fbb040;
    border-color: #fbb040;
    color: #252638;
    font-weight: 600;
	transition: background .2s ease, transform .2s ease;
}
#hakkimizda .about-content a.btn:hover {
	background-color: #fbb040;
    border-color: #fbb040;
	color: #fff;
	transform: translateY(-2px);
}
#hakkimizda .about-image {
	position: relative;
	height: 100%;
}
#hakkimizda .about-image .image {
	position: relative;
	height: 100%;
	overflow: hidden;
	box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 8%);
}
#hakkimizda .about-image .image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    content: '';
    -webkit-transition: -webkit-transform .9s;
    transition: transform .9s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
#hakkimizda .about-image .image:hover::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
#hakkimizda .about-image img {
	width: 100%;
    height: 100%;
	min-height: 350px;
    max-height: 500px;
    border-radius: 5px;
    object-fit: cover;
}
#hakkimizda .about-image .slogan {
	position: absolute;
	bottom: 40px;
	right: -30px;
	width: 100%;
	background-color: #fff;
	padding: 15px;
	text-align: center;
	background: #ffffff;
    border-radius: 5px;
    box-shadow: 15px -10px 30px 0px rgb(0 0 0 / 8%);
    border-bottom: 3px solid #fbb040;
}
#hakkimizda .about-image .slogan h4 {
	margin: 0;
	font-size: 1.5rem;
	color: #333;
}
#urun-tanitim {
	position: relative;
    padding: 5rem 0;
    background-image: url('../images/urundetaybg.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
#urun-tanitim:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #252638e6;
    z-index: -1;
}
#urun-tanitim .section-header h6 {
    display: inline-block;
	font-size: 1rem;
	color: #fbb040;
	background-color: #fbb04047;
    padding: 5px 10px;
    border-radius: 8px;
}
#urun-tanitim .section-header h2 {
	font-size: 2.5rem;
	color: #fff;
	margin-top: 0.5rem;
}
#urun-tanitim .section-header hr {
	border-top: 3px solid #fbb040;
	width: 50px;
	margin: 0.5rem auto 0;
}
.product-image {
	position: relative;
}
.product-image img {
	display: block;
	border-radius: 8px 40px 8px 8px;
}
.product-image .big-img {
	position: absolute;
	width: 160px;
	max-height: 100px;
	object-fit: cover;
	border: 2px solid #fff;
	border-radius: 8px;
}
.product-image .middle-img {
	position: absolute;
	width: 120px;
	max-height: 80px;
	object-fit: cover;
	border: 2px solid #fff;
	border-radius: 8px;
	animation: ResimYukariAsagi 3s ease-in-out infinite;
}
@keyframes ResimYukariAsagi {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}
.product-image .small-img {
	position: absolute;
	width: 80px;
    max-height: 60px;
	object-fit: cover;
	border: 2px solid #fff;
	border-radius: 8px;
	animation: ResimSagaSola 3s ease-in-out infinite;
}
@keyframes ResimSagaSola {
	0%, 100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(-10px);
	}
}
.product-image .top-left {
	top: -20px;
	left: -20px;
}
.product-image .bottom-left {
	bottom: 30px;
	left: -50px;
}
.product-image .bottom-right {
	bottom: -10px;
    right: 0;
}
.product-title {
	font-size: 2rem;
	margin-bottom: 1rem;
}
.product-description {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}
#urun-tanitim .detay-btn {
	background-color: #fbb040;
    border-color: #fbb040;
    color: #252638;
    font-weight: 600;
	transition: background .2s ease, transform .2s ease;
}
#urun-tanitim .detay-btn:hover {
	background-color: #fbb040;
    border-color: #fbb040;
    color: #fff;
	transform: translateY(-2px);
}
.info-box {
	background: rgba(255, 255, 255, 0.1);
	padding: 15px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.info-box i {
	font-size: 1.2rem;
	margin-right: 8px;
}
#neden-bizi-tercih-etmelisiniz {
	position: relative;
    padding: 5rem 0;
    background-image: url('../images/nedenbizbg.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
#neden-bizi-tercih-etmelisiniz:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f5f5f699;
    z-index: -1;
}
#neden-bizi-tercih-etmelisiniz .small-title {
	font-size: 1rem;
	color: #fbb040;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #fbb04047;
    padding: 5px 10px;
    border-radius: 8px;
}
#neden-bizi-tercih-etmelisiniz .small-title i {
	margin-right: 8px;
}
#neden-bizi-tercih-etmelisiniz .big-title {
	font-size: 2.5rem;
	color: #000;
	margin-top: 0.5rem;
}
#neden-bizi-tercih-etmelisiniz .section-divider {
	width: 50px;
	border-top: 3px solid #fbb040;
	margin: 0.5rem auto 0;
}
#neden-bizi-tercih-etmelisiniz .nedenbizalan {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 15px;
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 8%);
}
#neden-bizi-tercih-etmelisiniz .header {
    position: relative;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #555;
    padding-bottom: 10px;
}
#neden-bizi-tercih-etmelisiniz .header:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fbb040;
}
#neden-bizi-tercih-etmelisiniz .description {
	font-size: 1rem;
	line-height: 1.6;
	color: #555;
	margin-bottom: 1.5rem;
}
#neden-bizi-tercih-etmelisiniz .nedenbizsag {
    position: relative;
    height: 100%;
}
#neden-bizi-tercih-etmelisiniz .nedenbizsag .buyukimg {
    position: relative;
    height: 100%;
    overflow: hidden;
}
#neden-bizi-tercih-etmelisiniz .nedenbizsag .buyukimg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    content: '';
    -webkit-transition: -webkit-transform .9s;
    transition: transform .9s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
#neden-bizi-tercih-etmelisiniz .nedenbizsag .buyukimg:hover::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
#neden-bizi-tercih-etmelisiniz .nedenbizsag .buyukimg img {
    width: 100%;
    height: 100%;
	min-height: 320px;
	max-height: 400px;
    border-radius: 20px;
    object-fit: cover;
}
#neden-bizi-tercih-etmelisiniz .nedenbizsol {
    display: flex;
    align-items: center;
}
#neden-bizi-tercih-etmelisiniz .nedenbizsol .kucukimg {
    width: 50%;
    max-height: 200px;
    border-radius: 20px 0;
    overflow: hidden;
}
#neden-bizi-tercih-etmelisiniz .nedenbizsol .kucukimg img {
	min-height: 150px;
    max-height: 200px;
    object-fit: cover;
    -webkit-transition: all 5s;
    transition: all 5s;
}
#neden-bizi-tercih-etmelisiniz .nedenbizsol .kucukimg:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 5s;
    transition: all 5s;
}
#neden-bizi-tercih-etmelisiniz .nedenbizsol .icon-list {
    margin: 0 15px;
}
#neden-bizi-tercih-etmelisiniz .icon-item {
	padding: 10px;
	font-size: 0.9rem;
	color: #333;
}
#neden-bizi-tercih-etmelisiniz .icon-item i {
	font-size: 1.2rem;
	margin-right: 8px;
	color: #fbb040;
}
#sikca-sorulan-sorular {
	position: relative;
    padding: 5rem 0;
    background-image: url('../images/sssbg.webp');
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
#sikca-sorulan-sorular:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #252638f2;
    z-index: -1;
}
#sikca-sorulan-sorular .small-title {
	font-size: 1rem;
	color: #fbb040;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #fbb04047;
    padding: 5px 10px;
    border-radius: 8px;
}
#sikca-sorulan-sorular .section-header .small-title i {
	margin-right: 8px;
	color: #fbb040;
}
#sikca-sorulan-sorular .section-header .big-title {
	font-size: 2.5rem;
	color: #fff;
	margin-top: 0.5rem;
}
#sikca-sorulan-sorular .section-divider {
	width: 50px;
	border-top: 3px solid #fbb040;
	margin: 0.5rem auto;
}
#sikca-sorulan-sorular .section-header .section-description {
	font-size: 1rem;
	color: #fff;
	margin-top: 1rem;
}
.faq-image img {
	border-radius: 5px;
}
#sikca-sorulan-sorular .accordion .card {
	border: none;
    border-radius: 8px;
    border-bottom: 2px solid #ddd;
    margin: 10px 0;
}
#sikca-sorulan-sorular .accordion .card:hover {
    border-bottom: 2px solid #fbb040;
}
#sikca-sorulan-sorular .accordion .card-header {
	background-color: #f7f7f7;
	padding: 0;
	border: none;
}
#sikca-sorulan-sorular .accordion .btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
    color: #252638;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 15px;
    width: 100%;
    text-align: left;
}
#sss-page .accordion .card {
    border-radius: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    margin: 10px 0;
}
#sss-page .accordion .card:first-child {
	margin: 0 0 10px 0;
}
#sss-page .accordion .card:last-child {
	margin: 0 0 30px 0;
}
#sss-page .accordion .card:hover {
    border-bottom: 2px solid #252638;
}
#sss-page .accordion .card-header {
	background-color: #fbb040;
	padding: 0;
	border: none;
}
#sss-page .accordion .btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 15px;
    width: 100%;
    text-align: left;
}
#haberler-blog {
	padding: 5rem 0;
	background-color: #f5f5f6;
}
#haberler-blog .small-title {
	font-size: 1rem;
	color: #fbb040;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #fbb04047;
	padding: 5px 10px;
	border-radius: 8px;
}
#haberler-blog .section-header .small-title i {
	margin-right: 8px;
	color: #fbb040;
}
#haberler-blog .big-title {
	font-size: 2.5rem;
	color: #000;
	margin-top: 0.5rem;
}
#haberler-blog .section-divider {
	width: 50px;
	border-top: 3px solid #fbb040;
	margin: 0.5rem auto;
}
#haberler-blog .section-desc {
	font-size: 1rem;
    color: #666;
    margin-top: 1rem;
}
#haberler-blog .row {
    justify-content: center;
    align-items: center;
}
#haberler-blog .blog-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
	transition: transform 0.3s ease;
}
#haberler-blog .blog-card:hover {
	transform: scale(1.05);
}
#haberler-blog .blog-image {
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}
#haberler-blog .blog-image img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}
#haberler-blog .blog-date {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	color: #fbb040;
	padding: 5px 10px;
	font-size: 0.9rem;
	font-weight: 600;
	border-radius: 0 0 0 5px;
}
#haberler-blog .blog-category {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fbb040;
	color: #252638;
	padding: 5px 10px;
	font-size: 0.9rem;
	font-weight: 600;
	border-radius: 0 5px 0 0;
}
#haberler-blog .blog-category a {
    color: #252638;
    text-decoration: none;
}
#haberler-blog .blog-content {
	padding: 10px 15px 15px 15px;
}
#haberler-blog .blog-title {
    display: block;
	font-size: 1.3rem;
    font-weight: 500;
	line-height: 2rem;
	margin-bottom: 10px;
	color: #252638;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: color 0.3s ease;
}
#haberler-blog .blog-title:hover {
	color: #fbb040;
	text-decoration: none;
}
#haberler-blog .blog-meta {
	font-size: 0.9rem;
	color: #666;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#haberler-blog .blog-meta a {
    color: #666;
    text-decoration: none;
}
#footer {
    position: relative;
	background-color: #252638;
	padding: 60px 0 30px 0;
	color: #fff;
	background-image: url('../images/footerbg.webp');
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
#footer:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #252638f2;
    z-index: -1;
}
#footer .footer-col {
	margin-bottom: 30px;
}
#footer .footer-logo img {
	max-width: 200px;
}
#footer .footer-description {
	margin-top: 15px;
	font-size: 0.9rem;
	line-height: 1.6;
}
#footer .footer-social a {
	color: #fff;
	margin-right: 10px;
	font-size: 1.2rem;
	display: inline-block;
	transition: color 0.3s;
}
#footer .footer-social a:hover {
	color: #fbb040;
}
#footer .footer-title {
    position: relative;
	font-size: 1.2rem;
	margin-bottom: 20px;
	font-weight: bold;
}
#footer .footer-title:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    bottom: -10px;
    left: 0;
    background-color: #fbb040;
}
#footer .footer-links,
#footer .footer-contact {
	list-style: none;
	padding: 0;
}
#footer .footer-links li,
#footer .footer-contact li {
	margin-bottom: 10px;
}
#footer .footer-links a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s;
}
#footer .footer-links a:hover {
	color: #fbb040;
}
#footer .footer-contact li a {
	color: #fff;
}
#footer .footer-contact li a:hover {
	color: #fbb040;
	text-decoration: none;
}
#footer .footer-contact li i {
	width: 20px;
	color: #fbb040;
}
.call-us-box {
	background: rgba(0, 123, 255, 0.1);
	padding: 20px;
	border-radius: 5px;
	text-align: center;
}
.call-us-box h4 {
	margin-bottom: 15px;
	font-size: 1.2rem;
}
.call-us-box p {
	margin-bottom: 15px;
	font-size: 1rem;
}
.call-us-box .btn {
	font-size: 0.9rem;
	background: #fbb040;
    border-color: #fbb040;
    color: #252638;
    font-weight: 600;
}
.call-us-box .btn:hover {
	background: #fff;
    border-color: #fbb040;
    color: #fbb040;
}
#footer-bottom {
	background-color: #202130;
	padding: 20px 0;
	color: #fff;
}
#footer-bottom p {
	margin: 0;
	font-size: 0.9rem;
}
.yukaricik {
    background-color: #fbb040;
    border-radius: 10px;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 337;
    opacity: 0.6;
}
.yukaricik:hover {
    background-color: #fbb040;
    color: #252638;
    opacity: 1;
}
.whatsapp-icon {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: #20ad38;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    transition: background 0.3s;
}
.whatsapp-icon:hover {
	background: #20b358;
}
.whepsinegoster {
	display: flex;
}
.wmasaustugoster {
	display: flex;
}
.wmobilgoster {
	display: none;
}
.whatsapp-uyari {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 1002;
}
.whatsapp-container {
    position: fixed;
    bottom: 90px;
    left: 30px;
    width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}
.whatsapp-hidden {
    display: none;
}
.whatsapp-chat {
    display: flex;
    flex-direction: column;
}
.whatsapp-header {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 15px;
    background-color: #095E54;
    color: #fff;
}
.whatsapp-thumb i {
    font-size: 30px;
    margin-right: 10px;
    color: #F0F0F0;
    padding: 5px 0;
}
.whatsapp-thumb img {
    background-color: #F0F0F0;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
    object-position: center;
}
.whatsapp-headname {
    flex-grow: 1;
    padding-top: 2px;
    font-size: 15px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.whatsapp-close {
    cursor: pointer;
    padding: 2px 10px 0 10px;
    background: rgba(255,255,255,.05);
    border-radius: 3px;
    color: #fff;
}
.whatsapp-message {
    max-height: 350px;
    overflow-y: auto;
    padding: 10px;
    background-color: #F0F0F0;
}
.whatsapp-message::-webkit-scrollbar {
    width: 5px;
}
.whatsapp-message::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 10px;
}
.whatsapp-bubble:nth-child(1) {
    background-color: #DCF8C6;
    padding: 10px;
    border-radius: 0 5px 5px;
    margin: 10px 0 5px 10px;
    position: relative;
}
.whatsapp-bubble:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: #DCF8C6;
    border-top: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 3px;
}
.whatsapp-bubble {
    background-color: #DCF8C6;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0 10px 10px;
    position: relative;
}
.whatsapp-text {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    flex-grow: 1;
    min-width: 0;
    font-size: 13px;
}
.whatsapp-reply {
    padding: 10px;
    text-align: center;
}
.whatsapp-reply a {
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #20ad38;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px;
}
.whatsapp-durum {
    margin-top: -5px;
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    justify-content: flex-end;
}
.whatsapp-durum .goruldu {
    color: #25b3d3;
}
.cerez-uyari {
    display: none;
    position: fixed;
    bottom: 15px;
	left: 15px;
	right: 15px;
    background-color: #202130f2;
    color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    z-index: 9999;
    font-size: 14px;
	text-align: center;
}
.cerez-uyari h3 {
    margin-top: 0;
    font-size: 16px;
    color: #fbb040;
}
.cerez-uyari p {
    margin-bottom: 15px;
    font-size: 14px;
}
.cerez-uyari a {
    text-decoration: underline;
    color: #fbb040;
}
.cerez-buton {
    background-color: #fbb040;
    color: #252638;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
	margin-left: 5px;
    cursor: pointer;
}
.cerez-buton:hover {
    background-color: #218838;
    color: #fff;
}
.cerez-buton#cerezreddet {
    background-color: #81654d;
    color: #fff;
}
.cerez-buton#cerezreddet:hover {
    background-color: #dc3545;
    color: #fff;
}
.cerez-buton-alan {
    display: flex;
    justify-content: center;
}
.cerez-kapat-buton {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    color: white;
    cursor: pointer;
}
#mesaj-gonderildi {
    position: fixed;
    height: 40px;
    top: 50px;
    right: 10px;
    line-height: 20px;
    padding: 10px;
    background-color: green;
    color: white;
    border-radius: 5px;
    transition: all 5s ease-in-out;
    z-index: 99999999;
}
#breadcrumb {
	position: relative;
    width: 100%;
    height: 100%;
    min-height: 250px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    color: #fff;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#breadcrumb:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #252638e6;
    z-index: -1;
}
#breadcrumb .breadcrumb-content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	z-index: 1;
}
#breadcrumb .breadcrumb-content h1 {
	font-size: 2.3rem;
	font-weight: 600;
	margin: 0 0 30px 0;
}
#breadcrumb .breadcrumb-nav {
	position: absolute;
    bottom: 10px;
	font-size: 1.1rem;
	text-align: center;
    padding: 0 20px;
}
#breadcrumb .breadcrumb-nav a {
	color: #fff;
	text-decoration: none;
}
#breadcrumb .breadcrumb-nav a:hover {
    color: #fbb040;
	text-decoration: underline;
}
#breadcrumb .breadcrumb-nav i {
	padding: 0 5px;
}
.sayfa404 {
    position: relative;
    padding: 60px 0;
    background-color: #f5f5f6;
}
.sayfa404 .error-image {
    max-width: 600px;
    height: auto;
    margin: 0 auto;
}
.sayfa404 .error-image img {
    max-width: 100%;
    height: 300px;
}
.sayfa404 .error-title {
    font-weight: bold;
    color: #252638;
    font-size: 2.5em;
}
.sayfa404 .error-description {
    color: #252638;
    line-height: 1.6;
    font-size: 1.2em;
    margin-top: 15px;
}
.sayfa404 .error-button {
    margin-top: 30px;
}
.sayfa404 .error-button .btn {
    font-size: 1.2em;
    background-color: #fbb040;
    border: 1px solid #fbb040;
    color: #252638;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}
.sayfa404 .error-button .btn:hover {
    background-color: #fbb040;
	border: 1px solid #fbb040;
	color: #fff;
}
#kategori .blog-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
	transition: transform 0.3s ease;
}
#kategori .blog-card:hover {
	transform: scale(1.05);
}
#kategori .blog-image {
	position: relative;
}
#kategori .blog-image img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}
#kategori .blog-date {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	color: #fbb040;
	padding: 5px 10px;
	font-size: 0.9rem;
	font-weight: 600;
	border-radius: 0 0 0 5px;
}
#kategori .blog-category {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fbb040;
	color: #252638;
	padding: 5px 10px;
	font-size: 0.9rem;
	font-weight: 600;
	border-radius: 0 5px 0 0;
}
#kategori .blog-category a {
	color: #252638;
	text-decoration: none;
}
#kategori .blog-content {
	padding: 10px 15px 15px 15px;
}
#kategori .blog-title {
    display: block;
	font-size: 1.3rem;
    font-weight: 500;
	line-height: 2rem;
	margin-bottom: 10px;
	color: #252638;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: color 0.3s ease;
}
#kategori .blog-title:hover {
	color: #fbb040;
	text-decoration: none;
}
#kategori .blog-meta {
	font-size: 0.9rem;
	color: #666;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#kategori .blog-meta a {
	color: #666;
	text-decoration: none;
}
.sidebar-widget {
	margin-bottom: 30px;
	padding: 30px;
	background: #fff;
	border: 1px solid #e6e6ea;
	border-radius: 5px;
}
.sidebar-widget .widget-title {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
	padding-left: 60px;
	color: #252638;
}
.sidebar-widget .widget-title .widget-title-line {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 3px;
	background-color: #fbb040;
}
.search-input-wrapper {
	position: relative;
}
.search-input-wrapper .search-field {
	width: 100%;
	padding: 10px 40px 10px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.search-input-wrapper .search-field:focus {
	border-color: #fbb040;
	color: #252638;
	outline: none;
}
.search-input-wrapper .search-field::placeholder {
	color: #252638;
}
.search-input-wrapper .search-submit {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: #fbb040;
	font-size: 1rem;
	cursor: pointer;
}
.categories-list {
	list-style: none;
	padding-left: 0;
}
.categories-list li {
    position: relative;
	margin-bottom: 10px;
}
.categories-list li:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 0;
    top: 5px;
    border: 1px solid #8e91a2;
    background: #ffffff;
    border-radius: 50%;
    transition: all 500ms ease;
}
.categories-list li a {
    font-weight: 500;
    margin-left: 20px;
	color: #252638;
	text-decoration: none;
	transition: color 0.3s ease;
}
.categories-list li a:hover {
	color: #fbb040;
}
.popular-posts-list {
	list-style: none;
	padding-left: 0;
}
.popular-post {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.popular-post .post-thumb {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin-right: 10px;
}
.popular-post .post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.popular-post .post-info {
	flex-grow: 1;
}
.popular-post .post-title {
	font-size: 1rem;
	font-weight: 500;
	margin: 0;
	color: #252638;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 230px;
    width: 100%;
}
.popular-post .post-title:hover {
	color: #fbb040;
	text-decoration: none;
}
.popular-post .post-date {
	font-size: 0.8rem;
	color: #777;
	margin-top: 5px;
}
.popular-post .post-date i {
	margin-right: 5px;
}
.tagcloud a {
	display: inline-block;
	background-color: #fbb040;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	margin: 5px 5px 0 0;
	text-decoration: none;
	font-size: 0.9rem;
	transition: background-color 0.3s ease;
}
.tagcloud a:hover {
	background-color: #fbb040;
	color: #252638;
}
article {
	margin: 0;
	padding: 0 0 10px 0;
}
article a {
    color: #fbb040;
}
article a:hover {
    color: #fbb040;
    text-decoration: underline;
}
article .wp-caption, article img, article img.size-full, article img.size-large {
    max-width: 100% !important;
    height: auto;
    object-fit: cover;
}
article .post-ocg {
    position: relative;
    border-radius: 5px;
    border: 1px solid #e1e1e5;
    margin-bottom: 30px;
    padding: 20px;
}
article .post-ocg img {
    border-radius: 5px;
}
article .post-ocg .post-date {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fbb040;
    color: #252638;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.9rem;
}
article .post-ocg .post-category {
    position: absolute;
    bottom: -15px;
    left: 20px;
    background-color: #fbb040;
    color: #252638;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.9rem;
}
article .post-ocg .post-category a {
    color: #252638;
	text-decoration: none;
}
article .post-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6ea;
}
article .post-meta a {
	color: #777;
	text-decoration: none;
}
article ul, article ol {
	margin: 0;
	padding: 5px 0 5px 40px;
}
article p {
	margin: 0;
	padding: 5px 0;
}
article pre {
	white-space: normal;
}
article code {
	display: block;
	margin: 20px 0 20px 40px;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid #fbb040;
    background-color: #f9f9f9;
    color: #555;
}
.post-tags p {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #252638;
    padding: 10px 0;
    border-top: 1px solid #e6e6ea;
}
.post-tags p a {
    text-decoration: none;
    color: #fbb040;
    font-weight: 500;
    margin: 2px;
    padding: 8px 12px;
    background-color: #f2f2f2;
    border-radius: 4px;
}
.post-tags p a:hover {
    color: #252638;
    background-color: #fbb040;
}
.comments-section {
    margin: 20px 0;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ececec;
    border-radius: 8px;
}
.comments-section h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}
.comments-section a {
    text-decoration: none;
    color: #fbb040;
}
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comment-list li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ececec;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}
.comment-list li.parent {
    border-left: 4px solid #fbb040;
}
.comment-list ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 20px;
}
.comment-list ul li {
    margin-bottom: 0;
}
.comment-list ol.children, .comment-list ul.children {
    list-style: none;
    padding: 0;
    margin: 0 0 0 40px;
}
.comment-list ol.children li, .comment-list ul.children li {
	border-left: 3px solid #fbb040;
}
.comment-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.comment-meta {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}
.comment-author {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.comment-author img {
    border-radius: 50%;
}
.author-name {
    font-weight: bold;
    color: #333;
}
.comment-date {
    font-size: 12px;
    color: #666;
}
.comment-content {
    font-size: 14px;
    color: #555;
}
.comment-reply {
    margin-top: 10px;
	text-align: right;
}
.comment-reply a {
    font-size: 14px;
    color: #fbb040;
    text-decoration: none;
}
.comment-reply a:hover {
    color: #fbb040;
    text-decoration: underline;
}
.no-comments {
    text-align: center;
    font-size: 16px;
    color: #888;
}
.no-comments.title {
	font-size: 20px;
    color: #333;
	border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}
.comment-form {
    margin-top: 20px;
}
.comment-form p {
    margin: 5px 0;
}
.comment-form label {
    font-size: 14px;
    color: #333;
	margin :0;
}
.comment-form input, .comment-form textarea {
	font-family: 'Montserrat', sans-serif;
    width: 97%;
    padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    color: #555;
}
.comment-form input {
    margin: 0 0 5px 0;
}
.comment-form input[type="submit"] {
    background: #fbb040;
    color: #252638;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
	font-weight: 600;
    cursor: pointer;
}
.comment-form input[type="submit"]:hover {
    background: #fbb040;
	color: #fff;
}
.comment-form-url, .comment-form-cookies-consent, .logged-in-as {
	display: none;
}
#contact-top {
	padding: 30px 0 60px 0;
	background-color: #f5f5f6;
}
#contact-top .contact-info-left {
	color: #252638;
	background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    padding: 30px;
}
#contact-top .small-title {
	font-size: 1rem;
	display: inline-flex;
	align-items: center;
	background-color: #fbb04047;
	padding: 5px 10px;
	border-radius: 8px;
	color: #fbb040;
}
#contact-top .small-title i {
	margin-right: 8px;
	color: #fbb040;
}
#contact-top .big-title {
	font-size: 2.5rem;
	margin-top: 0.5rem;
	color: #000;
}
#contact-top .section-divider {
	width: 50px;
	border-top: 3px solid #fbb040;
	margin: 0.5rem 0 1rem;
}
#contact-top .description {
	font-size: 1rem;
	margin-bottom: 1rem;
	color: #555;
}
#contact-top .contact-address {
	font-size: 1rem;
    padding-top: 15px;
    color: #555;
    border-top: 1px solid #e6e6ea;
}
#contact-top .contact-address i {
	margin-right: 5px;
	color: #fbb040;
}
#contact-top .contact-image {
	position: relative;
	height: 100%;
	overflow: hidden;
}
#contact-top .contact-image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    content: '';
    -webkit-transition: -webkit-transform .9s;
    transition: transform .9s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
#contact-top .contact-image:hover::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
#contact-top .contact-image img {
	border-radius: 8px;
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
}
#contact-top .contact-info-right {
	background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    padding: 20px 30px;
}
#contact-top .contact-info-right .contact-item {
	display: flex;
	align-items: center;
	padding: 20px;
    border-bottom: 1px solid #e6e6ea;
}
#contact-top .contact-info-right .contact-item:last-of-type {
	border-bottom: none;
}
#contact-top .contact-social {
	justify-content: center;
}
#contact-top .contact-social a {
	margin-right: 20px;
	color: #fbb040;
	font-size: 1.2rem;
}
#contact-top .contact-social a:hover {
	color: #252638;
}
#contact-top .contact-icon {
	margin-right: 10px;
	font-size: 1.5rem;
	color: #fbb040;
	line-height: 1;
}
#contact-top .contact-text {
	display: flex;
	flex-direction: column;
}
#contact-top .contact-label {
	font-size: 1rem;
	font-weight: bold;
	color: #252638;
}
#contact-top .contact-value, #contact-top .contact-value a {
	font-size: 0.95rem;
	color: #555;
}
#contact-top .contact-value a:hover {
	color: #fbb040;
	text-decoration: none;
}
#contact-bottom {
	padding: 60px 0;
	background-color: #f5f5f6;
}
.contact-form-section {
	color: #252638;
	background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    padding: 20px 30px;
}
.contact-form-section .small-title {
	font-size: 1rem;
	display: inline-flex;
	align-items: center;
	background-color: #fbb04047;
	padding: 5px 10px;
	border-radius: 8px;
	color: #fbb040;
}
.contact-form-section .small-title i {
	margin-right: 8px;
	color: #fbb040;
}
.contact-form-section .big-title {
	font-size: 2.5rem;
	margin-top: 0.5rem;
	color: #000;
}
.contact-form-section .section-divider {
	width: 50px;
	border-top: 3px solid #fbb040;
	margin: 0.5rem 0 1rem;
}
.contact-form-section .description {
	font-size: 1rem;
	margin-bottom: 1.5rem;
	color: #555;
}
#contact-form .form-group {
	margin-bottom: 15px;
}
#contact-form .form-control {
	width: 100%;
	padding: 10px;
	border: 2px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
}
#contact-form .form-control:focus {
	border-color: #fbb040;
	outline: none;
}
#contact-form button.btn {
	width: 100%;
	padding: 10px;
	background-color: #fbb040;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
#contact-form button.btn:hover {
	background-color: #fbb040;
	color: #252638;
}
.contact-map {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    padding: 5px;
}
.contact-map iframe {
    width: 100% !important;
    height: 575px!important;
	border: 0!important;
	border-radius: 8px;
}
.mobile-menu-btn {
	display: none;
	background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 2px 10px;
    margin-right: 30px;
    font-size: 1.3rem;
    color: #989aaa;
}
.mobile-menu-btn:hover {
    color: #fbb040;
    border: 1px solid #fbb040;
}
.mobile-menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 999;
}
.mobile-menu {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background-color: #252638;
	z-index: 1000000000;
	overflow-y: auto;
	transition: left 0.3s ease;
	padding: 20px;
	box-sizing: border-box;
}
.mobile-menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}
.mobile-menu-logo img {
	max-width: 150px;
}
.mobile-menu-close {
	background: none;
	border: none;
	color: #fff;
	font-size: 1.8rem;
	cursor: pointer;
}
.mobile-menu-social {
	text-align: center;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}
.mobile-menu-social a {
	margin: 0 5px;
	color: #fbb040;
	font-size: 1.2rem;
}
.mobile-menu-catalog {
	text-align: center;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}
.mobile-menu-catalog a {
	margin: 0 5px;
	color: #fff;
	font-size: 0.8rem;
	text-decoration: none;
}
.mobile-menu-catalog a:hover {
	color: #fbb040;
}
.mobile-menu-catalog a i {
	margin: 0 5px;
	color: #fbb040;
	font-size: 1rem;
}
.mobile-menu-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mobile-menu-nav li {
	border-bottom: 1px solid #444;
	position: relative;
}
.mobile-menu-nav li.current-menu-item > a, .mobile-menu-nav li > a.active {
    color: #fbb040;
}
.mobile-menu-nav li:last-of-type {
    border-bottom: none;
}
.mobile-menu-nav a {
	color: #fff;
	display: block;
	padding: 10px;
	text-decoration: none;
}
.mobile-menu-nav .submenu-toggle {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 1.3rem;
	color: #fff;
}
.mobile-menu-nav ul {
	display: none;
	list-style: none;
	padding-left: 15px;
}
.mobile-menu-nav li.open > ul {
	display: block;
}
.mobile-menu-close {
	background: none;
	border: none;
	color: #fff;
	font-size: 1.8rem;
	cursor: pointer;
}
.team-section .section-subtitle {
    font-size: 1rem;
    color: #fbb040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fbb04047;
    padding: 5px 10px;
    border-radius: 8px;
}
.team-section .section-subtitle i {
    margin-right: 8px;
    color: #fbb040;
}
.team-section .section-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}
.team-section .section-divider {
    width: 50px;
    border-top: 3px solid #fbb040;
    margin: 0.5rem auto;
}
.team-section .section-desc {
	margin: 0 auto;
	color: #666;
}
.team-slider-wrapper {
	position: relative;
	overflow: hidden;
}
.team-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
}
.team-image-wrapper img {
	width: 100%;
	aspect-ratio: 1 / 1;
    object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}
.team-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgb(0 0 0 / 60%), transparent);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 16px;
	opacity: 1;
	transition: background 0.35s ease;
}
.team-meta {
	z-index: 2;
}
.team-name {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}
.team-position {
	font-size: 13px;
	opacity: 0.85;
}
.team-zoom-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -40%);
	font-size: 20px;
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 2;
	background: #fbb040;
    padding: 7px 14px;
    border-radius: 50%;
}
.team-card:hover img {
	transform: scale(1.05);
}
.team-card:hover .team-overlay {
	background: rgba(0,0,0,0.75);
}
.team-card:hover .team-zoom-icon {
	opacity: 1;
	transform: translate(-50%, -50%);
}
.team-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 1;
}
.team-prev,
.team-next {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #fbb040;
    color: #252638;
    border: 1px solid #252638;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	cursor: pointer;
}
.team-prev i,
.team-next i {
	font-size: 14px;
}
.team-pagination {
	margin-top: 10px;
	text-align: center;
}
.team-pagination .swiper-pagination-bullet-active {
	background: #fbb040;
	border: 1px solid #252638;
}
.team-pagination .swiper-pagination-bullet {
	border: 1px solid #252638;
}
.team-modal {
	align-items: stretch;
}
.team-modal-img {
	height: 100%;
    max-height: 250px;
    object-fit: cover;
}
.team-modal-body {
	padding: 20px 24px;
}
.team-modal-name {
	font-size: 24px;
	margin-bottom: 4px;
}
.team-modal-position {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #999;
	margin-bottom: 12px;
}
.team-modal-bio {
	font-size: 14px;
	color: #555;
	margin-bottom: 16px;
}
.team-modal-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-right: 6px;
	border-radius: 50%;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #555;
	transition: all 0.2s ease;
	text-decoration: none;
}
.team-modal-social a:hover {
	background: #333;
	color: #fff;
	border-color: #333;
}
.gallery-section .section-subtitle {
    font-size: 1rem;
    color: #fbb040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fbb04047;
    padding: 5px 10px;
    border-radius: 8px;
}
.gallery-section .section-subtitle i {
    margin-right: 8px;
    color: #fbb040;
}
.gallery-section .section-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}
.gallery-section .section-divider {
    width: 50px;
    border-top: 3px solid #fbb040;
    margin: 0.5rem auto;
}
.gallery-section .section-desc {
	margin: 0 auto;
	color: #666;
}
.gallery-wrapper {
	position: relative;
	overflow: hidden;
}
.gallery-nav {
	gap: 10px;
}
.gallery-nav button {
	width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fbb040;
    color: #252638;
    border: 1px solid #252638;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
}
.gallery-nav button i {
	font-size: 14px;
}
.gallery-nav button:hover {
	background: #f5f5f5;
	border-color: rgba(0,0,0,0.2);
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.gallery-card {
	position: relative;
	display: block;
	overflow: hidden;
}
.gallery-image-wrapper img {
	width: 100%;
	aspect-ratio: 1 / 1;
    object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}
.gallery-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgb(0 0 0 / 60%), transparent);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 5px 10px;
	opacity: 1;
	transition: background 0.35s ease;
}
.gallery-meta {
	text-align: center;
	z-index: 2;
}
.gallery-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}
.gallery-zoom-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -40%);
	font-size: 20px;
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 2;
	background: #fbb040;
    padding: 7px 14px;
    border-radius: 50%;
}
.gallery-card:hover img {
	transform: scale(1.05);
}
.gallery-card:hover .gallery-overlay {
	background: rgba(0,0,0,0.75);
}
.gallery-card:hover .gallery-zoom-icon {
	opacity: 1;
	transform: translate(-50%, -50%);
}
.gallery-title {
	display: block;
	margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 14px;
	font-weight: 500;
}
.gallery-card:hover img {
	transform: scale(1.06);
	filter: brightness(1.05);
}
.gallery-card:hover .gallery-title {
	color: #fbb040;
}
.video-section {
	position: relative;
    padding: 5rem 0;
    background-image: url('../images/videobg.webp');
	background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.video-section:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f5f5f6a6;
    z-index: -1;
}
.video-section .section-subtitle {
    font-size: 1rem;
    color: #fbb040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fbb04047;
    padding: 5px 10px;
    border-radius: 8px;
}
.video-section .section-subtitle i {
    margin-right: 8px;
    color: #fbb040;
}
.video-section .section-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}
.video-section .section-divider {
    width: 50px;
    border-top: 3px solid #fbb040;
    margin: 0.5rem auto;
}
.video-section .section-desc {
	margin: 0 auto;
	color: #666;
}
.video-wrapper {
	position: relative;
	overflow: hidden;
}
.video-nav {
	gap: 10px;
}
.video-nav button {
	width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fbb040;
    color: #252638;
    border: 1px solid #252638;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
}
.video-nav button i {
	font-size: 14px;
}
.video-nav button:hover {
	background: #f5f5f5;
	border-color: rgba(0,0,0,0.2);
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.video-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
.video-image-wrapper {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.video-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease, filter 0.35s ease;
}
.video-play-icon {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	pointer-events: none;
}
.video-play-icon i {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #000000a6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.video-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at center, rgba(0,0,0,0.35), rgba(0,0,0,0.6));
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}
.video-card:hover::before {
	opacity: 1;
}
.video-card:hover img {
	transform: scale(1.06);
	filter: brightness(1.05);
}
.video-card:hover .video-play-icon i {
	transform: scale(1.08);
	background: #fbb040a6;
	box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}
.stats-section {
	position: relative;
    padding: 5rem 0;
    background-image: url(../images/istatistikbg.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.stats-section:after {
	position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #252638e6;
    z-index: -1;
}
.stats-section .section-subtitle {
    font-size: 1rem;
    color: #fbb040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fbb04047;
    padding: 5px 10px;
    border-radius: 8px;
}
.stats-section .section-subtitle i {
    margin-right: 8px;
}
.stats-section .section-title {
	margin-bottom: 6px;
	font-size: 2.5rem;
    color: #fff;
}
.stats-section .section-divider {
    width: 50px;
    border-top: 3px solid #fbb040;
    margin: 0.5rem auto 0;
}
.stats-section .section-desc {
	font-size: 1rem;
    color: #fff;
    margin-top: 1rem;
}
.stat-card {
	height: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 16px 18px;
	display: flex;
	align-items: center;
	box-shadow: 0 4px 16px rgba(0,0,0,0.03);
	border: 1px solid rgba(0,0,0,0.03);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.stat-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0,0,0,0.06);
	border-color: rgba(0,0,0,0.06);
}
.stat-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
	flex-shrink: 0;
	background: #fbb040;
	color: #fff;
	font-size: 20px;
}
.stat-content {
	display: flex;
	flex-direction: column;
}
.stat-number {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
}
.stat-label {
	font-size: 13px;
	color: #777;
	margin-top: 2px;
}
.testi-section .section-subtitle {
    font-size: 1rem;
    color: #fbb040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fbb04047;
    padding: 5px 10px;
    border-radius: 8px;
}
.testi-section .section-subtitle i {
    margin-right: 8px;
    color: #fbb040;
}
.testi-section .section-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}
.testi-section .section-divider {
    width: 50px;
    border-top: 3px solid #fbb040;
    margin: 0.5rem auto;
}
.testi-section .section-desc {
	margin: 0 auto;
	color: #666;
}
.testi-wrapper {
	position: relative;
	overflow: hidden;
}
.testi-slider .swiper-slide {
	height: auto;
}
.testi-nav-main {
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.testi-nav {
	gap: 5px;
}
.testi-nav button {
	width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fbb040;
    color: #252638;
    border: 1px solid #252638;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
}
.testi-nav button i {
	font-size: 14px;
}
.testi-nav button:hover {
	background: #f5f5f5;
	border-color: rgba(0,0,0,0.2);
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.testi-pagination {
	width: auto!important;
}
.testi-pagination .swiper-pagination-bullet-active {
	background: #fbb040;
	border: 1px solid #252638;
}
.testi-pagination .swiper-pagination-bullet {
	border: 1px solid #252638;
}
.testi-card {
	height: 100%;
	background: #fff;
	border-radius: 12px;
	padding: 20px 18px 18px;
	box-shadow: 0 6px 22px rgba(0,0,0,0.04);
	border: 1px solid rgba(0,0,0,0.03);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.testi-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 28px rgba(0,0,0,0.07);
	border-color: rgba(0,0,0,0.06);
}
.testi-quote-icon {
	font-size: 22px;
	color: #fbb04080;
	margin-bottom: 10px;
}
.testi-text {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	margin-bottom: 16px;
}
.testi-footer {
	display: flex;
	align-items: center;
	margin-top: auto;
}
.testi-avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	flex-shrink: 0;
}
.testi-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.testi-meta {
	display: flex;
	flex-direction: column;
}
.testi-name {
	font-size: 14px;
	font-weight: 600;
	color: #222;
}
.testi-role {
	font-size: 12px;
	color: #888;
}
.groups-section {
	position: relative;
    padding: 5rem 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.groups-section .section-subtitle {
    font-size: 1rem;
    color: #fbb040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fbb04047;
    padding: 5px 10px;
    border-radius: 8px;
}
.groups-section .section-subtitle i {
    margin-right: 8px;
}
.groups-section .section-title {
	margin-bottom: 6px;
	font-size: 2.5rem;
    color: #000;
}
.groups-section .section-divider {
    width: 50px;
    border-top: 3px solid #fbb040;
    margin: 0.5rem auto 0;
}
.groups-section .section-desc {
	font-size: 1rem;
    color: #666;
    margin-top: 1rem;
}
.group-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
.group-image-wrapper {
	width: 100%;
	aspect-ratio: 4/3;
	background: #ddd;
}
.group-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease, filter .35s ease;
}
.group-overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 12px 16px;
	background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
	color: #fff;
	z-index: 2;
}
.group-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}
.group-card:hover img {
	transform: scale(1.06);
	filter: brightness(1.07);
}
.groups-btn {
	background: #fbb040;
	color: #252638;
	padding: 12px 26px;
	border-radius: 6px;
	font-weight: 600;
	transition: background .2s ease, transform .2s ease;
}
.groups-btn:hover {
	background: #fbb040;
	color: #fff;
	transform: translateY(-2px);
}
.services-section {
	position: relative;
    padding: 5rem 0;
    background-image: url(../images/hizmetbg.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.services-section:after {
	position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #252638e6;
    z-index: -1;
}
.services-section .section-subtitle {
    font-size: 1rem;
    color: #fbb040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fbb04047;
    padding: 5px 10px;
    border-radius: 8px;
}
.services-section .section-subtitle i {
    margin-right: 8px;
}
.services-section .section-title {
	margin-bottom: 6px;
	font-size: 2.5rem;
    color: #fff;
}
.services-section .section-divider {
    width: 50px;
    border-top: 3px solid #fbb040;
    margin: 0.5rem auto 0;
}
.services-section .section-desc {
	font-size: 1rem;
    color: #fff;
    margin-top: 1rem;
}
.service-card {
	display: block;
	text-align: center;
	text-decoration: none;
	color: inherit;
	background: #fff;
    border-radius: 10px;
}
.service-image-wrapper {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.03);
	transition: transform .25s ease, box-shadow .25s ease;
}
.service-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-bottom: 1px solid #ddd;
	transition: transform .35s ease, filter .35s ease;
}
.service-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 10px;
	transition: color .2s ease;
}
.service-title a {
	display: inline-block;
    text-align: center;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 10px;
}
.service-card:hover .service-image-wrapper {
	transform: translateY(-3px);
	box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}
.service-card:hover img {
	transform: scale(1.06);
	filter: brightness(1.05);
}
.service-card:hover .service-title {
	color: #fbb040;
}
.services-btn {
	background: #fbb040;
	color: #252638;
	padding: 12px 26px;
	border-radius: 6px;
	font-weight: 600;
	transition: background .2s ease, transform .2s ease;
}
.services-btn:hover {
	background: #fbb040;
	color: #fff;
	transform: translateY(-2px);
}
.projects-section {
	position: relative;
	width: 100%;
    padding: 5rem 5vw;
    background-image: url(../images/projebg.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.projects-section:after {
	position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f5f5f699;
    z-index: -1;
}
.projects-section .section-subtitle {
    font-size: 1rem;
    color: #fbb040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fbb04047;
    padding: 5px 10px;
    border-radius: 8px;
}
.projects-section .section-subtitle i {
    margin-right: 8px;
}
.projects-section .section-title {
	margin-bottom: 6px;
	font-size: 2.5rem;
    color: #000;
}
.projects-section .section-divider {
    width: 50px;
    border-top: 3px solid #fbb040;
    margin: 0.5rem auto 0;
}
.projects-section .section-desc {
	font-size: 1rem;
    color: #666;
    margin-top: 1rem;
}
.projects-slider-wrapper {
	position: relative;
	overflow: hidden;
}
.projects-slider {
	padding-bottom: 10px;
}
.project-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
.project-image-wrapper {
	width: 100%;
	aspect-ratio: 4 / 3;
}
.project-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease, filter .35s ease;
}
.project-overlay {
	position: absolute;
	inset: 0;
	padding: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.15), rgba(0,0,0,0));
	opacity: 0;
	transition: opacity .3s ease;
}
.project-arrow {
	align-self: center;
    margin-bottom: auto;
    font-size: 22px;
    position: relative;
    background: #fbb040;
    padding: 7px 14px;
    border-radius: 50%;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
}
.project-name {
	margin-top: auto;
	font-size: 16px;
	font-weight: 600;
}
.project-card:hover img {
	transform: scale(1.06);
	filter: brightness(1.05);
}
.project-card:hover .project-overlay {
	opacity: 1;
}
.projects-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
}
.projects-prev,
.projects-next {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.15);
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	pointer-events: auto;
	outline: none;
	transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.projects-prev i,
.projects-next i {
	font-size: 14px;
}
.projects-prev:hover,
.projects-next:hover {
	background: #f5f5f5;
	border-color: rgba(0,0,0,0.25);
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.projects-pagination {
	margin-top: 18px;
	text-align: center;
}
.projects-pagination .swiper-pagination-bullet {
	border-radius: 0;
}
.projects-pagination .swiper-pagination-bullet-active {
	background: #fbb040;
	border: 1px solid #252638;
}
.contact-cta-section {
	position: relative;
	width: 100%;
	padding: 60px 5vw;
	color: #fff;
	background-image: url('../images/bizeulasbg.webp');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	overflow: hidden;
}
.contact-cta-section:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #252638f2;
    z-index: -1;
}
.contact-cta-inner {
	position: relative;
	z-index: 1;
}
.contact-cta-content {
	max-width: 80%;
}
.contact-cta-section .contact-cta-subtitle {
	font-size: 1rem;
	color: #fbb040;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #fbb04047;
    padding: 5px 10px;
    border-radius: 8px;
}
.contact-cta-section .contact-cta-subtitle i {
	margin-right: 8px;
	color: #fbb040;
}
.contact-cta-section .contact-cta-title {
	font-size: 2.5rem;
	color: #fff;
	margin-top: 0.5rem;
}
.contact-cta-section .section-divider {
	width: 50px;
	border-top: 3px solid #fbb040;
	margin: 0.5rem auto;
}
.contact-cta-section .contact-cta-text {
	font-size: 1rem;
	color: #fff;
	margin-top: 1rem;
}
.contact-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	border-radius: 999px;
	background: #fbb040;
	color: #252638;
	font-weight: 600;
	border: none;
	text-decoration: none;
	transition: background .2s ease, transform .2s ease;
}
.contact-cta-btn i {
	font-size: 16px;
}
.contact-cta-btn:hover {
	background: #fbb040;
	color: #fff;
	transform: translateY(-2px);
}
.contact-cta-image-wrapper {
	max-width: 480px;
	margin-left: auto;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(0,0,0,0.45);
}
.contact-cta-image {
	width: 100%;
	height: 100%;
	max-height: 300px;
	object-fit: cover;
	display: block;
	transform: scale(1.02);
	transition: transform .4s ease;
}
.contact-cta-image-wrapper:hover .contact-cta-image {
	transform: scale(1.06);
}
.refs-section {
	border-top: 1px solid rgba(0,0,0,0.05);
}
.refs-title {
	font-size: 22px;
	font-weight: 600;
}
.refs-subtitle {
	font-size: 14px;
	color: #777;
}
.refs-wrapper {
	position: relative;
	overflow: hidden;
}
.refs-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	background: #fff;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.refs-item img {
	max-height: 48px;
	width: auto;
	filter: grayscale(100%);
	opacity: 0.8;
	transition: filter 0.2s ease, opacity 0.2s ease;
}
.refs-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0,0,0,0.06);
	border-color: rgba(0,0,0,0.08);
}
.refs-item:hover img {
	filter: grayscale(0%);
	opacity: 1;
}
.refs-nav button {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.1);
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.refs-nav button i {
	font-size: 14px;
}
.refs-nav button:hover {
	background: #f5f5f5;
	border-color: rgba(0,0,0,0.2);
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.refs-page .ref-item {
	border: 1px solid #f3f3f3;
    border-radius: 3px;
	text-align: center;
}
.refs-page .ref-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0,0,0,0.06);
	border-color: rgba(0,0,0,0.08);
}
.refs-page .ref-item img {
	max-height: 50px;
	width: auto;
	filter: grayscale(100%);
	opacity: 0.8;
	transition: filter 0.2s ease, opacity 0.2s ease;
	padding: 5px;
}
.refs-page .ref-item:hover img {
	filter: grayscale(0%);
	opacity: 1;
}
.refs-page .ref-item:hover a {
	color: #fbb040;
}
.refs-page .ref-item p {
	border-top: 1px solid #f3f3f3;
	margin: 0;
	padding: 10px;
}
.refs-page .ref-item a {
	color: #252638;
	text-decoration: none;
	display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.refs-page .ref-item a:hover {
	color: #fbb040;
	text-decoration: none;
}
.uhp #kategori .blog-image img {
    height: 200px;
	object-fit: cover;
}
.uhp #kategori .blog-title {
    margin-bottom: 0;
	text-align: center;
}
.single-section {
	background: #f9f9f9;
}
.single-margin {
	margin-bottom: 30px;
}
.single-section article {
	background: #fff;
	padding: 10px 20px;
}
.single-section .sidebar-widget {
	background: #fff;
}
.single-section .comments-section {
	background: #fff;
}
.pagination {
    display: block;
    width: 100%;
	margin: 30px 0;
	text-align: center;
	text-align: center;
}
.pagination .page-numbers {
	display: inline-block;
	margin: 0 2px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #333;
	text-decoration: none;
}
.pagination .page-numbers:hover {
    border: 1px solid #fbb040;   
    color: #fbb040;
}
.pagination .current {
	background-color: #fbb040;
	color: #fff;
	border-color: #fbb040;
}
.pagination .page-numbers.current {
    color: #fff;    
}
.screen-reader-text {
    display: none !important;
}
.slider-yukle {
	opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.slider-yukle.swiper-initialized {
	visibility: visible;
    opacity: 1;
}
.pdf-preview {
	position: relative;
	max-width: 100%;
	border: 1px solid #252638;
    border-radius: 5px;
	margin-bottom: 30px;
	line-height: 0;
}
.pdf-preview iframe {
	border: none;
    padding-top: 15px;
	background: #3c3c3c;
}
.pdf-preview .pdf-open-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 6px 12px;
    font-size: 0.7rem;
    border-radius: 0 4px 0 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.pdf-preview .pdf-open-btn i {
    font-size: 0.7rem;
}
.pdf-preview .pdf-open-btn:hover {
    background: rgba(0,0,0,0.9);
    color: #fbb040;
}
@media (max-width: 991px) {
    .wmasaustugoster {
		display: none;
	}
    .wmobilgoster {
		display: flex;
	}
	.contact-cta-section {
		padding: 40px 16px;
	}
	.contact-cta-image-wrapper {
		margin: 20px auto 0;
	}
	.contact-cta-title {
		font-size: 24px;
	}
}
@media (min-width: 769px) and (max-width: 991px) {
	.ustbar .header-top .left {
		display: none;
	}
	.ustbar .header-top.justify-content-between {
		justify-content: center!important;
	}
	.altbar .header-bottom {
		padding: 5px 20px;
	}
	.altbar nav {
		margin-top: 0;
		padding: 10px 0;
	}
	.altbar .navbar-nav {
		display: none;
	}
	.mobile-menu-btn {
        display: block;
	}
	.ana-slider .swiper-button-prev, .ana-slider .swiper-button-next {
		top: 80%;
	}
	.swiper-container.ana-slider {
        height: 95vh;
	}
	.slider-content {
		padding: 0 80px;
	}
	.slider-content h2 {
		font-size: 2rem;
	}
	#onecikanlar {
        padding: 0 50px;
	}
    #kategori .blog-meta {
        flex-wrap: wrap;
	}
    .contact-map,
    #contact-top .contact-image,
    #contact-top .contact-info-right {
        margin-top: 30px;
	}
    #contact-top .contact-image {
        padding-bottom: 30px;
	}
	article .wp-caption, article img, article img.size-full, article img.size-large {
        height: auto;
	}
}
@media (max-width: 768px) {
	.ustbar .header-top .left {
		display: none;
	}
	.ustbar .header-top.justify-content-between {
		justify-content: center!important;
	}
	.altbar .header-bottom {
		padding: 5px 20px;
	}
	.altbar nav {
		margin-top: 0;
		padding: 10px 0;
	}
	.altbar .navbar-nav {
		display: none;
	}
	.mobile-menu-btn {
        display: block;
	}
	.ana-slider .swiper-button-prev, .ana-slider .swiper-button-next {
		top: 80%;
	}
	.slider-content {
		padding: 0 30px;
	}
	.slider-content h2 {
		font-size: 2rem;
	}
	#onecikanlar {
        padding: 0 20px;
	}
	#onecikanlar .onecikan-item:not(:last-child) {
		border-right: none;
	}
	#onecikanlar .onecikan-item:not(:first-child) {
		border-top: 5px solid #fbb040;
		border-radius: 8px;
	}
	#onecikanlar .onecikan-item {
		padding: 20px 20px 50px 20px;
	}
	#hakkimizda .about-image {
		margin-top: 30px;
	}
	#hakkimizda .about-image .slogan {
		right: -10px;
	}
	.product-image .top-left {
        left: -5px;
	}
    .product-image .bottom-left {
        left: -5px;
	}
    .product-image {
        margin-bottom: 30px;
	}
    #neden-bizi-tercih-etmelisiniz {
        padding: 5rem 20px;
	}
    #neden-bizi-tercih-etmelisiniz .nedenbizsol .kucukimg {
        display: none;
	}
    #footer .footer-col {
        text-align: center;
	}
    #footer .footer-title:after {
        left: 50%;
        transform: translateX(-50%);
	}
    #footer-bottom .col-md-6 {
        text-align: center!important;
	}
    .contact-map,
    #contact-top .contact-image,
    #contact-top .contact-info-right {
        margin-top: 30px;
	}
    #contact-top .contact-image {
        padding-bottom: 30px;
	}
	article .wp-caption, article img, article img.size-full, article img.size-large {
        height: auto;
	}
	#hakkimizda .about-content h2 {
		font-size: 2rem;
	}
	#hakkimizda .about-image .slogan h4 {
		font-size: 1.1rem;
	}
	#urun-tanitim .section-header h2 {
		font-size: 2rem;
	}
	#neden-bizi-tercih-etmelisiniz .big-title {
		font-size: 2rem;
	}
	#neden-bizi-tercih-etmelisiniz .header {
		font-size: 20px;
	}
	#sikca-sorulan-sorular .section-header .big-title {
		font-size: 2rem;
	}
	#haberler-blog .big-title {
		font-size: 2rem;
	}
	.contact-cta-section .contact-cta-title {
		font-size: 2rem;
	}
	.team-section .section-title {
		font-size: 2rem;
		font-weight: 500;
	}
	.gallery-section .section-title {
		font-size: 2rem;
		font-weight: 500;
	}
	.video-section .section-title {
		font-size: 2rem;
		font-weight: 500;
	}
	.stats-section .section-title {
		font-size: 2rem;
	}
	.stat-card {
		padding: 12px 14px;
	}
	.stat-icon {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	.stat-number {
		font-size: 18px;
	}
	.testi-section .section-title {
		font-size: 2rem;
		font-weight: 500;
	}
	.groups-section .section-title {
		font-size: 2rem;
	}
	.services-section .section-title {
		font-size: 2rem;
	}
	.projects-section {
		padding: 40px 16px;
	}
	.projects-section .section-title {
		font-size: 2rem;
	}
	.refs-title {
		font-size: 18px;
	}
	.refs-subtitle {
		font-size: 13px;
	}
}
@media (max-width: 575.98px) {
	.contact-cta-btn {
		width: 100%;
		justify-content: center;
	}
}