/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #666666;
    background: #dddddd;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #030f27;
}

a {
    color: #666666;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #fdbe33;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #fdbe33;
    color: #ffffff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    color: #fdbe33;
    background: #030f27;
}

.back-to-top i {
    padding-top: 10px;
}

.btn {
    transition: .3s;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 90px;
    background: #fdbe33;
}

.top-bar .logo {
    padding: 15px 0;
    text-align: left;
    overflow: hidden;
}

.top-bar .logo h1 {
    margin: 0;
    color: #030f27;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 60px;
}

.top-bar .top-bar-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .top-bar-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
    margin: 0;
    color: #030f27;
    font-size: 40px;
}

.top-bar .top-bar-text {
    padding-left: 15px;
}

.top-bar .top-bar-text h3 {
    margin: 0 0 5px 0;
    color: #030f27;
    font-size: 16px;
    font-weight: 400;
}

.top-bar .top-bar-text p {
    margin: 0;
    color: #030f27;
    font-size: 13px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }
}

/* Logo Stilleri */
.top-bar .logo img {
    max-height: 120px !important;
    max-width: 400px !important;
    height: auto;
    width: auto;
    object-fit: contain;
}

.top-bar .logo h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #030f27;
    margin: 0;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .top-bar .logo img {
        max-height: 80px !important;
        max-width: 300px !important;
    }
    
    .top-bar .logo h1 {
        font-size: 2rem;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    background: #fdbe33;
    transition: .3s;
}

.nav-bar .container-fluid {
    padding: 0;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1366px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    background: #030f27 !important;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fdbe33;
    transition: none;
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.nav-bar .btn {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0;
}

.nav-bar .btn:hover {
    color: #ffffff;
    background: #fdbe33;
    border-color: #fdbe33;
}

@media (min-width: 992px) {
    .nav-bar {
        padding: 0 75px;
    }
    
    .nav-bar.nav-sticky {
        padding: 0;
    }
    
    .nav-bar .navbar {
        padding: 20px;
    }
    
    .nav-bar .navbar-brand {
        display: none;
    }
    
    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {
    .nav-bar .navbar {
        padding: 15px;
    }
    
    .nav-bar a.nav-link {
        padding: 5px;
    }
    
    .nav-bar .dropdown-menu {
        box-shadow: none;
    }
    
    .nav-bar .btn {
        display: none;
    }
}


/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 170px);
    min-height: 400px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 170px);
    min-height: 400px;
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.carousel .carousel-caption h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 35px;
}

.carousel .carousel-caption .btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
}

.carousel .carousel-caption .btn:hover {
    color: #ffffff;
    background: #fdbe33;
    border-color: #fdbe33;
}

@media (max-width: 767.98px) {
    .carousel .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
    }
    
    .carousel .carousel-caption p {
        font-size: 20px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-caption h1 {
        font-size: 30px;
        font-weight: 500;
    }
    
    .carousel .carousel-caption p {
        font-size: 16px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

/* Hero Section - Tam Alan Kaplama */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.hero .container-fluid {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.hero .carousel {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.hero .carousel .carousel-inner,
.hero .carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
}

.hero .carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero .carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    min-height: 500px;
    z-index: 2;
}

.hero .carousel .carousel-caption .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.hero .carousel .carousel-caption h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero .carousel .carousel-caption p {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hero .carousel .carousel-caption .btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
    margin: 0 10px;
}

.hero .carousel .carousel-caption .btn:hover {
    color: #ffffff;
    background: #fdbe33;
    border-color: #fdbe33;
}

/* Responsive Hero */
@media (max-width: 991.98px) {
    .hero .carousel .carousel-caption h1 {
        font-size: 50px;
    }
    
    .hero .carousel .carousel-caption p {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .hero .carousel .carousel-caption h1 {
        font-size: 40px;
    }
    
    .hero .carousel .carousel-caption p {
        font-size: 18px;
    }
    
    .hero .carousel .carousel-caption .btn {
        padding: 12px 25px;
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .hero .carousel .carousel-caption h1 {
        font-size: 30px;
    }
    
    .hero .carousel .carousel-caption p {
        font-size: 16px;
    }
    
    .hero .carousel .carousel-caption .btn {
        padding: 10px 20px;
        font-size: 14px;
        margin: 5px;
    }
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 0px;
    padding: 90px 0;
    text-align: center;
    background: #fdbe33;
}

.page-header h2 {
    position: relative;
    color: #030f27;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #030f27;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #030f27;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #030f27;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 991.98px) {
    .page-header {
        padding: 60px 0;
    }
    
    .page-header h2 {
        font-size: 45px;
    }
    
    .page-header a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 45px 0;
    }
    
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.section-header p {
    color: #fdbe33;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 50px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    margin-bottom: 45px;
}

.feature .col-md-12 {
    background: #030f27;
}
    
.feature .col-md-12:nth-child(2n) {
    color: #ffffff;
    background: #fdbe33;
}

.feature .feature-item {
    min-height: 250px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature .feature-icon {
    position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature .feature-icon::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -20px;
    left: -10px;
    border: 2px dotted #ffffff;
    border-radius: 60px;
    z-index: 1;
}

.feature .feature-icon::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 79px;
    top: -18px;
    left: -9px;
    background: #030f27;
    border-radius: 60px;
    z-index: 2;
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
    background: #fdbe33;
}

.feature .feature-icon [class^="flaticon-"]::before {
    position: relative;
    margin: 0;
    color: #fdbe33;
    font-size: 60px;
    line-height: 60px;
    z-index: 3;
}

.feature .feature-text {
    padding-left: 30px;
}

.feature .feature-text h3 {
    margin: 0 0 10px 0;
    color: #fdbe33;
    font-size: 25px;
    font-weight: 600;
}

.feature .feature-text p {
    margin: 0;
    color: #fdbe33;
    font-size: 18px;
    font-weight: 400;
}

.feature .col-md-12:nth-child(2n) [class^="flaticon-"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
    color: #030f27;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #030f27;
    border-radius: 0;
    background: #fdbe33;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #fdbe33;
    background: #030f27;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.fact .col-6 {
    display: flex;
    align-items: flex-start;
}

.fact .fact-icon {
    position: relative;
    margin: 7px 15px 0 15px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fact .fact-icon [class^="flaticon-"]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#ffffff, #fdbe33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact .fact-right .fact-icon [class^="flaticon-"]::before {
    background-image: linear-gradient(#ffffff, #030f27);
}

.fact .fact-left,
.fact .fact-right {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fact .fact-text h2 {
    font-size: 35px;
    font-weight: 700;
}

.fact .fact-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.fact .fact-left {
    color: #fdbe33;
    background: #030f27;
}

.fact .fact-right {
    color: #ffffff;
    background: #fdbe33;
}

.fact .fact-left h2 {
    color: #fdbe33;
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 0px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-img {
    position: relative;
    overflow: hidden;
}

.service .service-img img {
    width: 100%;
}

.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.service .service-item:hover .service-overlay {
    opacity: 1;
}

.service .service-overlay p {
    margin: 0;
    color: #ffffff;
}

.service .service-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #fdbe33;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-item a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #ffffff;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #ffffff;
}


/*******************************/
/********** Video CSS **********/
/*******************************/
.video {
    position: relative;
    margin: 45px 0;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(../img/carousel-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fdbe33;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fdbe33;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play:hover:after {
    background-color: darken(#fdbe33, 10%);
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #030f27;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #030f27;
    transition: .5s;
}

.team .team-text h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fdbe33;
    transition: .5s;
}

.team .team-text p {
    margin: 0;
    color: #ffffff;
}

.team .team-item:hover .team-text {
    background: #fdbe33;
}

.team .team-item:hover .team-text h2 {
    color: #030f27;
    letter-spacing: 1px;
}

.team .team-social {
    position: absolute;
    width: 100px;
    top: 0;
    left: -50px;
    display: flex;
    flex-direction: column;
    font-size: 0;
}

.team .team-social a {
    position: relative;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
}

.team .team-item:hover .team-social a:first-child {
    background: #00acee;
    left: 50px;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    background: #3b5998;
    left: 50px;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    background: #0e76a8;
    left: 50px;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    background: #3f729b;
    left: 50px;
    transition: .3s .3s;
}


/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.faqs .row {
    position: relative;
}

.faqs .row::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - .5px);
    background: #fdbe33;
}

.faqs #accordion-1 {
    padding-right: 15px;
}

.faqs #accordion-2 {
    padding-left: 15px;
}

@media(max-width: 767.98px) {
    .faqs .row::after {
        display: none;
    }
    
    .faqs #accordion-1,
    .faqs #accordion-2 {
        padding: 0;
    }
    
    .faqs #accordion-2 {
        padding-top: 15px;
    }
}

.faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

.faqs .card:last-child {
    margin-bottom: 0;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    padding: 10px 25px;
    width: 100%;
    color: #030f27;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
    background: #fdbe33;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #fdbe33;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #030f27;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-body {
    padding: 20px 25px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    margin: 45px 0;
    padding: 90px 0;
    text-align: center;
    background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(../img/carousel-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .container {
    max-width: 760px;
}

.about-page .testimonial {
    padding-bottom: 90px;
}

.testimonial .testimonial-slider-nav {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.testimonial .testimonial-slider-nav .slick-slide {
    position: relative;
    opacity: 0;
    transition: .5s;
}

.testimonial .testimonial-slider-nav .slick-active {
    opacity: 1;
    transform: scale(1.3);
}

.testimonial .testimonial-slider-nav .slick-center {
    transform: scale(1.8);
    z-index: 1;
}

.testimonial .testimonial-slider-nav .slick-slide img {
    position: relative;
    display: block;
    margin-top: 37px;
    width: 100%;
    height: auto;
    border-radius: 100px;
}

.testimonial .testimonial-slider {
    position: relative;
    margin-top: 15px;
    padding-top: 50px;
}

.testimonial .testimonial-slider::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 50px;
    top: 0;
    left: calc(50% - 30px);
    background: url(../img/quote.png) top center no-repeat;
}

.testimonial .testimonial-slider h3 {
    color: #fdbe33;
    font-size: 22px;
    font-weight: 700;
}

.testimonial .testimonial-slider h4 {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 10px;
}

.testimonial .testimonial-slider p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.blog .blog-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.blog .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-title {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 700;
    color: #fdbe33;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #ffffff;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}

.blog .blog-item:hover a.btn {
    color: #ffffff;
}

.blog .blog-meta {
    position: relative;
    padding: 25px 0 10px 0;
    background: #f3f6ff;
}

.blog .blog-meta::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #fdbe33;
}

.blog .blog-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #666666;
}

.blog .blog-meta p a {
    margin-left: 5px;
    font-style: normal;
}

.blog .blog-text {
    padding: 10px 25px 25px 25px;
    background: #f3f6ff;
}

.blog .blog-text p {
    margin: 0;
    font-size: 16px;
}

.blog .pagination .page-link {
    color: #030f27;
    border-radius: 0;
    border-color: #fdbe33;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #fdbe33;
    background: #030f27;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .single-tags a:hover {
    color: #fdbe33;
    background: #030f27;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: #f3f6ff;
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    font-size: 16px;
    font-weight: 400;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #fdbe33;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #fdbe33;
    background: #030f27;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #030f27;
    background: #dddddd;
    border-radius: 0;
}

.single .comment-text .btn:hover {
    background: #fdbe33;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 0;
}

.single .comment-form .btn {
    padding: 15px 30px;
    color: #ffffff;
    background: #fdbe33;
}

.single .comment-form .btn:hover {
    color: #fdbe33;
    background: #030f27;
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
    z-index: 1;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fdbe33;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #fdbe33;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #030f27;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #fdbe33;
    background: #030f27;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #fdbe33;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

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

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px; 
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0; 
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fdbe33;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
    color: #fdbe33;
    background: #030f27;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    color: #030f27;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    background: #fdbe33;
    border: none;
    transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #030f27;
    color: #fdbe33;
}

.portfolio .load-more {
    text-align: center;
}

.portfolio .load-more .btn {
    padding: 15px 35px;
    font-size: 16px;
    transition: .3s;
}

.portfolio .load-more .btn:hover {
    color: #fdbe33;
    background: #030f27;
}

.portfolio .portfolio-warp {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.portfolio .portfolio-img {
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-img img {
    width: 100%;
    transition: .3s;
}

.portfolio .portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.portfolio .portfolio-warp:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio .portfolio-overlay p {
    margin: 0;
    color: #ffffff;
}

.portfolio .portfolio-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #fdbe33;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-warp a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #ffffff;
    border-radius: 0;
    transition: .3s;
}

.portfolio .portfolio-warp:hover a.btn {
    color: #ffffff;
    background: #fdbe33;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact .col-md-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact .col-md-6:first-child {
    background: #030f27;
}

.contact .col-md-6:last-child {
    background: #fdbe33;
}

.contact .contact-info {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    border: 1px solid rgba(256, 256, 256, .2);
    background: #030f27;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.contact .contact-item [class^="flaticon-"]::before {
    margin: 0;
    color: #fdbe33;
    font-size: 40px;
    margin-right: 15px;
}

.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 0;
}

.contact .contact-text h2 {
    color: #fdbe33;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact .contact-text p {
    margin: 0;
    color: #030f27;
    font-size: 16px;
}

/* About Section Button Styles */
.about .btn {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    width: auto;
    min-width: auto;
}

.contact .contact-item:last-child {
    margin-bottom: 0;
}

.contact .contact-form {
    position: relative;
    padding: 0 15px;
}

.contact .contact-form input {
    color: #ffffff;
    height: 40px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form textarea {
    color: #ffffff;
    height: 185px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form input:focus,
.contact .contact-form textarea {
    box-shadow: none;
}

.contact .contact-form .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact .contact-form .btn {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fdbe33;
    background: #030f27;
    border: none;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #030f27;
    background: #ffffff;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 50px;
    padding-top: 90px;
    background: #030f27;
    color: #ffffff;
    z-index: 1;
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
    position: relative;
    margin-bottom: 45px;
}

.footer h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fdbe33;
}

.footer h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #fdbe33;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #fdbe33;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid rgba(256, 256, 256, .3);
    border-radius: 60px;
    transition: .3s;
}

.footer .footer-social a i {
    font-size: 15px;
    color: #ffffff;
}

.footer .footer-social a:hover {
    background: #fdbe33;
    border-color: #fdbe33;
}

.footer .footer-social a:hover i {
    color: #030f27;
}

.footer .newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.footer .newsletter input {
    height: 50px;
    border: 2px solid #030f27;
    border-radius: 0;
}

.footer .newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fdbe33;
    background: #030f27;
    border-radius: 0;
    border: 2px solid #fdbe33;
    transition: .3s;
}

.footer .newsletter .btn:hover {
    color: #ffffff;
    background: #fdbe33;
}

.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
    border-top: 1px solid rgba(256, 256, 256, .1);
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-menu .f-menu a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a:hover {
    color: #fdbe33;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.footer .copyright {
    padding: 30px 15px;
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #fdbe33;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}

/*******************************/
/********* Pagination CSS ******/
/*******************************/
.pagination-wrapper {
    margin: 40px 0;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination .page-item {
    margin: 0 2px;
}

.pagination .page-link {
    display: block;
    padding: 8px 12px;
    color: #030f27;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    transition: all 0.3s;
}

.pagination .page-link:hover {
    color: #ffffff;
    background-color: #fdbe33;
    border-color: #fdbe33;
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #fdbe33;
    border-color: #fdbe33;
}

.pagination .page-item.disabled .page-link {
    color: #999999;
    background-color: #f8f9fa;
    border-color: #dddddd;
    cursor: not-allowed;
}

.pagination-info {
    margin-top: 15px;
}

.pagination-info p {
    font-size: 14px;
    color: #666666;
    margin: 0;
}

@media (max-width: 768px) {
    .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .pagination .page-item {
        margin: 2px;
    }
    
    .pagination .page-link {
        padding: 6px 10px;
        font-size: 14px;
    }
}

/*******************************/
/********* Modern Blog Slider **/
/*******************************/
.modern-blog-slider {
    margin: 0;
    position: relative;
}

.modern-blog-slider .carousel-item {
    height: 500px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.slider-item {
    height: 100%;
    position: relative;
}

.slider-image {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.slider-image:hover img {
    transform: scale(1.1);
}

.placeholder-image {
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.placeholder-image i {
    font-size: 80px;
    opacity: 0.7;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(3,15,39,0.8) 0%, rgba(253,190,51,0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slider-item:hover .slider-overlay {
    opacity: 1;
}

.slider-content {
    text-align: center;
    color: white;
    padding: 20px;
    max-width: 80%;
}

.slider-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    line-height: 1.3;
}

.slider-meta {
    font-size: 16px;
    opacity: 0.9;
}

.slider-meta i {
    margin-right: 8px;
    color: #fdbe33;
}

/* Modern Navigation */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #030f27;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.slider-prev:hover,
.slider-next:hover {
    background: #fdbe33;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.slider-prev {
    left: 30px;
}

.slider-next {
    right: 30px;
}

/* Modern Indicators */
.modern-blog-slider .carousel-indicators {
    bottom: 20px;
    margin: 0;
    padding: 0;
}

.modern-blog-slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: none;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.modern-blog-slider .carousel-indicators li.active {
    background: #fdbe33;
    transform: scale(1.2);
}

.modern-blog-slider .carousel-indicators li:hover {
    background: rgba(255,255,255,0.8);
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-blog-slider .carousel-item {
        height: 350px;
    }
    
    .slider-content h3 {
        font-size: 22px;
    }
    
    .slider-prev,
    .slider-next {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
    
    .slider-prev {
        left: 15px;
    }
    
    .slider-next {
        right: 15px;
    }
    
    .slider-content {
        max-width: 90%;
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .modern-blog-slider .carousel-item {
        height: 300px;
    }
    
    .slider-content h3 {
        font-size: 18px;
    }
    
    .slider-prev,
    .slider-next {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .slider-prev {
        left: 10px;
    }
    
    .slider-next {
        right: 10px;
    }
}



.filter-btn .count {
    background: rgba(0, 0, 0, 0.1);
    color: inherit;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
    min-width: 20px;
    text-align: center;
}

.filter-btn.active .count {
    background: rgba(255, 255, 255, 0.2);
}

.filter-btn:hover .count {
    background: rgba(0, 0, 0, 0.2);
}

.filter-btn.active:hover .count {
    background: rgba(0, 0, 0, 0.2);
}

/* Responsive Design for Category Filter */
@media (max-width: 768px) {
    .category-filter {
        padding: 20px 0;
    }
    
    .filter-buttons {
        gap: 10px;
    }
    
    .filter-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .filter-buttons {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    
    .filter-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 12px 20px;
    }
}

/* Product Filter Styles */
.product-filter {
    background: #f8f9fa;
    padding: 40px 0;
    border-bottom: 1px solid #e9ecef;
}

.filter-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.filter-group {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.filter-group h4 {
    color: #030f27;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fdbe33;
}

.filter-form {
    margin-top: 15px;
}

.form-row {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
}

.form-row .form-group {
    flex: 1;
    min-width: 180px;
    max-width: 250px;
    display: flex;
    align-items: center;
}

/* Arama kutusu için genişletilmiş genişlik */
.form-row .form-group:nth-child(3) {
    flex: 0 0 200px;
    max-width: 200px;
    min-width: 200px;
}

/* Fiyat alanları için eşit genişlik */
.form-row .form-group:nth-child(4),
.form-row .form-group:nth-child(5) {
    flex: 0 0 140px;
    max-width: 140px;
    min-width: 140px;
}

.form-row .category-group {
    flex: 0 0 180px;
    max-width: 180px;
    background: transparent;
}

.form-row .featured-group {
    flex: 0 0 120px;
    max-width: 120px;
}

.form-row .form-group:last-child {
    flex: 0 0 100px;
    display: flex;
    gap: 8px;
    max-width: 100px;
}

.button-group {
    display: flex;
    gap: 8px;
    align-items: center;
}

.button-group .btn {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    height: 50px;
    box-sizing: border-box;
}

.button-group .btn-primary {
    background: #fdbe33;
    color: #ffffff;
    border: 2px solid #fdbe33;
}

.button-group .btn-primary:hover {
    background: #e6a82a;
    border-color: #e6a82a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(253, 190, 51, 0.3);
}

.button-group .btn-secondary {
    background: #f8f9fa;
    color: #6c757d;
    border: 2px solid #e9ecef;
}

.button-group .btn-secondary:hover {
    background: #e9ecef;
    color: #495057;
    border-color: #dee2e6;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Modern Form Controls */
.filter-form .form-control {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 50px;
    box-sizing: border-box;
}

.filter-form .form-control:focus {
    outline: none;
    border-color: #fdbe33;
    box-shadow: 0 0 0 3px rgba(253, 190, 51, 0.1);
    transform: translateY(-1px);
}

.filter-form .form-control:hover {
    border-color: #d1d5db;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Featured Button Styles */
.featured-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    color: #374151;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    height: 50px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.featured-btn:hover {
    border-color: #fdbe33;
    color: #fdbe33;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(253, 190, 51, 0.2);
}

.featured-btn.active {
    background: #fdbe33;
    border-color: #fdbe33;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(253, 190, 51, 0.3);
}

.featured-btn.active:hover {
    background: #e6a82a;
    border-color: #e6a82a;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(253, 190, 51, 0.4);
}

.form-group {
    flex: 1;
    min-width: 200px;
}

.form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: #fdbe33;
    box-shadow: 0 0 0 3px rgba(253, 190, 51, 0.1);
}

.btn-primary {
    background: #030f27;
    color: #ffffff;
    border: 2px solid #030f27;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #fdbe33;
    border-color: #fdbe33;
    color: #030f27;
}

.btn-secondary {
    background: #6c757d;
    color: #ffffff;
    border: 2px solid #6c757d;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-secondary:hover {
    background: #5a6268;
    border-color: #5a6268;
    color: #ffffff;
    text-decoration: none;
}

.featured-filter {
    display: flex;
    gap: 10px;
}

.featured-filter .filter-btn {
    background: #fdbe33;
    color: #ffffff;
    border: 2px solid #fdbe33;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.featured-filter .filter-btn:hover {
    background: #030f27;
    color: #ffffff;
    border-color: #030f27;
    text-decoration: none;
}

.featured-filter .filter-btn.active {
    background: #030f27;
    color: #ffffff;
    border-color: #030f27;
}

.featured-filter .filter-btn.active:hover {
    background: #fdbe33;
    color: #ffffff;
    border-color: #fdbe33;
}

/* E-commerce Style Product Grid */
.product-item {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    height: 100%;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.product-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: #fdbe33;
}

.product-item .service-img {
    position: relative;
    overflow: hidden;
    height: 220px;
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
}

.product-item .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-item:hover .service-img img {
    transform: scale(1.05);
}

.product-item .service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(3, 15, 39, 0.9), rgba(253, 190, 51, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-item:hover .service-overlay {
    opacity: 1;
}

.product-item .service-overlay p {
    color: #ffffff;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.product-item .service-text {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
}

.product-item .service-text h3 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #030f27 !important;
    line-height: 1.4;
    background: none;
    padding: 0;
    border-radius: 0;
    display: block;
    box-shadow: none;
    transition: color 0.3s ease;
    text-align: left;
}

.product-item .service-text h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-item .service-text h3 a:hover {
    color: #fdbe33;
}

.product-price {
    margin-bottom: 0;
    text-align: left;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.product-price .price {
    font-size: 20px;
    font-weight: 700;
    color: #030f27;
    background: none;
    padding: 0;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: none;
    white-space: nowrap;
    max-width: 100%;
    overflow: visible;
    text-overflow: unset;
    line-height: 1.2;
    word-break: keep-all;
}

.product-price .price .price-amount {
    font-size: 20px;
    font-weight: 700;
    color: #030f27;
}

.product-price .price .currency-symbol {
    font-size: 18px;
    color: #6b7280;
    font-weight: 500;
    margin-left: 2px;
}

.product-price .price.no-price {
    color: #6b7280;
    background: none;
    border: none;
    font-size: 16px;
    padding: 0;
    font-weight: 500;
}

/* Kategori stilleri kaldırıldı - artık overlay olarak kullanılıyor */

.category-badge-overlay {
    position: absolute;
    top: 15px;
    left: 44px;
    background: rgba(3, 15, 39, 0.9);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 600;
    z-index: 1;
    backdrop-filter: blur(10px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    height: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.category-badge-overlay a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

.category-badge-overlay:hover {
    background: rgba(253, 190, 51, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.category-badge-overlay:hover a {
    color: #030f27;
}

/* Product Image Links */
.service-img a {
    display: block;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-img a:hover {
    text-decoration: none;
}

.service-img a:hover img {
    transform: scale(1.05);
}

.service-img img {
    transition: transform 0.3s ease;
}

/* Featured Products Slider Styles */
.featured-products-slider {
    background: transparent;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}


.featured-slider-container {
    position: relative;
    z-index: 2;
}

.featured-slider {
    display: flex;
    overflow: hidden;
    position: relative;
    margin: 0 -15px;
}

.featured-slide {
    flex: 0 0 25%;
    padding: 0 15px;
    transition: transform 0.5s ease;
}

.featured-product-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.featured-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.featured-product-image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.featured-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.featured-product-image a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.featured-product-image a:hover {
    text-decoration: none;
}

.featured-product-card:hover .featured-product-image img {
    transform: scale(1.05);
}

.no-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 48px;
}

.featured-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #fdbe33 0%, #ffc107 100%);
    color: #030f27;
    padding: 6px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    z-index: 4;
    box-shadow: 0 3px 10px rgba(253, 190, 51, 0.3);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(3, 15, 39, 0.9);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    z-index: 2;
    backdrop-filter: blur(5px);
}

.featured-category-badge a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.featured-category-badge:hover {
    background: rgba(253, 190, 51, 0.95);
}

.featured-category-badge:hover a {
    color: #030f27;
}

.featured-product-content {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.featured-product-content h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #030f27;
}

.featured-product-content h3 a {
    color: #030f27;
    text-decoration: none;
    transition: color 0.3s ease;
}

.featured-product-content h3 a:hover {
    color: #fdbe33;
}

.featured-product-content p {
    color: #666666;
    font-size: 12px;
    line-height: 1.4;
    margin: 0 0 10px 0;
    flex: 1;
}

.featured-product-price {
    margin: 0 0 10px 0;
}

.featured-product-price .price {
    font-size: 18px;
    font-weight: 700;
    color: #030f27;
}

.featured-product-price .price-amount {
    font-size: 18px;
}

.featured-product-price .currency-symbol {
    font-size: 16px;
    margin-left: 2px;
}

.featured-product-price .price.no-price {
    font-size: 14px;
    color: #fdbe33;
    font-weight: 600;
}

.featured-product-btn {
    background: linear-gradient(135deg, #fdbe33 0%, #ffc107 100%);
    color: #030f27;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: fit-content;
}

.featured-product-btn:hover {
    background: linear-gradient(135deg, #ffc107 0%, #fdbe33 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(253, 190, 51, 0.4);
    color: #030f27;
    text-decoration: none;
}

.slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 4;
    padding: 0 20px;
}

.slider-btn {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #030f27;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.slider-btn:hover {
    background: #fdbe33;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.prev-btn {
    margin-left: 0;
}

.next-btn {
    margin-right: 0;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: rgba(3, 15, 39, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #fdbe33;
    transform: scale(1.2);
}

.slider-dot:hover {
    background: #fdbe33;
    transform: scale(1.1);
}

/* Responsive Featured Slider */
@media (max-width: 1200px) {
    .featured-slide {
        flex: 0 0 33.333%;
    }
}

@media (max-width: 992px) {
    .featured-slide {
        flex: 0 0 50%;
    }
    
    .featured-product-content {
        padding: 20px;
    }
    
    .featured-product-content h3 {
        font-size: 18px;
    }
    
    .featured-product-price .price {
        font-size: 20px;
    }
    
    .featured-product-price .price-amount {
        font-size: 20px;
    }
    
    .featured-product-price .currency-symbol {
        font-size: 18px;
    }
    
    .slider-controls {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .featured-products-slider {
        padding: 30px 0;
    }
    
    .featured-slide {
        flex: 0 0 100%;
    }
    
    .featured-product-image {
        height: 150px;
    }
    
    .featured-product-content {
        padding: 15px;
    }
    
    .featured-product-content h3 {
        font-size: 14px;
    }
    
    .featured-product-content p {
        font-size: 11px;
    }
    
    .featured-product-price .price {
        font-size: 16px;
    }
    
    .featured-product-price .price-amount {
        font-size: 16px;
    }
    
    .featured-product-price .currency-symbol {
        font-size: 14px;
    }
    
    .featured-product-btn {
        padding: 6px 12px;
        font-size: 11px;
    }
    
    .slider-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .slider-controls {
        padding: 0 10px;
    }
    
    .slider-dots {
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .featured-products-slider {
        padding: 20px 0;
    }
    
    .featured-slider {
        margin: 0 -10px;
    }
    
    .featured-slide {
        padding: 0 10px;
    }
    
    .featured-product-content {
        padding: 12px;
    }
    
    .featured-product-content h3 {
        font-size: 13px;
    }
    
    .featured-product-content p {
        font-size: 10px;
    }
    
    .featured-product-price .price {
        font-size: 14px;
    }
    
    .featured-product-price .price-amount {
        font-size: 14px;
    }
    
    .featured-product-price .currency-symbol {
        font-size: 12px;
    }
    
    .featured-product-btn {
        padding: 6px 12px;
        font-size: 10px;
    }
}

.featured-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #fdbe33, #ff6b35);
    color: #ffffff;
    padding: 6px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 600;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(253, 190, 51, 0.3);
    width: 24px;
    height: 24px;
}

/* Buton stilleri kaldırıldı - artık kullanılmıyor */

/* E-commerce Grid Layout */
.service .row {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}

.service .row > [class*="col-"] {
    padding: 0 12px;
    margin-bottom: 24px;
    display: flex;
}

/* Product Grid Responsive */
@media (max-width: 1200px) {
    .service .row > [class*="col-"] {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .product-item {
        min-height: 360px;
    }
    
    .product-item .service-img {
        height: 180px;
    }
    
    .product-item .service-text {
        padding: 16px;
    }
    
    .product-item .service-text h3 {
        font-size: 15px;
    }
    
    .product-price {
        min-height: auto;
        padding: 0;
    }
    
    .product-price .price {
        font-size: 18px;
    }
    
    .product-price .price .price-amount {
        font-size: 18px;
    }
    
    .product-price .price .currency-symbol {
        font-size: 16px;
    }
    
    .product-price .price.no-price {
        font-size: 14px;
        padding: 0;
    }
    
    .category-badge-overlay {
        font-size: 9px;
        padding: 6px 12px;
    }
    
    .category-badge-overlay a {
        font-size: 9px;
    }
    
    .featured-badge {
        top: 12px;
        left: 12px;
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    
    .service .row {
        margin: 0 -10px;
    }
    
    .service .row > [class*="col-"] {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .product-item {
        min-height: 340px;
    }
    
    .product-item .service-img {
        height: 180px;
    }
    
    .product-item .service-text {
        padding: 15px;
    }
    
    .product-item .service-text h3 {
        font-size: 14px;
    }
    
    .product-price {
        min-height: auto;
        padding: 0;
    }
    
    .product-price .price {
        font-size: 16px;
    }
    
    .product-price .price .price-amount {
        font-size: 16px;
    }
    
    .product-price .price .currency-symbol {
        font-size: 14px;
    }
    
    .category-badge-overlay a {
        font-size: 10px;
    }
    
    .featured-badge {
        top: 10px;
        left: 10px;
        width: 18px;
        height: 18px;
        font-size: 9px;
    }
    
    .product-price .price.no-price {
        font-size: 12px;
        padding: 0;
    }
    
    .category-badge-overlay {
        font-size: 8px;
        padding: 5px 10px;
    }
    
    .featured-badge {
        top: 8px;
        left: 8px;
        width: 16px;
        height: 16px;
        font-size: 8px;
    }
}

/* Bu kısım kaldırıldı - çakışan tanım */

/* Category Navigation Styles */
.category-navigation {
    background: #e9ecef !important;
    padding: 30px 0 !important;
    border-bottom: 3px solid #fdbe33 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 20px 0 !important;
}

.category-menu h4 {
    color: #030f27 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.category-description {
    color: #6c757d;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    font-style: italic;
}

.category-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.category-link {
    display: inline-block !important;
    padding: 12px 20px !important;
    background: #ffffff !important;
    color: #030f27 !important;
    text-decoration: none !important;
    border-radius: 25px !important;
    border: 3px solid #e9ecef !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    margin: 5px !important;
    min-width: 120px !important;
    text-align: center !important;
}

.category-link:hover {
    background: #fdbe33;
    color: #ffffff;
    border-color: #fdbe33;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(253, 190, 51, 0.3);
    text-decoration: none;
}

.category-link.active {
    background: #030f27;
    color: #ffffff;
    border-color: #030f27;
    font-weight: 600;
}

.category-link.active:hover {
    background: #fdbe33;
    color: #ffffff;
    border-color: #fdbe33;
}

.category-name {
    font-weight: 600;
}

.category-count {
    font-size: 12px;
    opacity: 0.8;
    margin-left: 4px;
}

/* Responsive Category Navigation */
@media (max-width: 768px) {
    .category-navigation {
        padding: 15px 0;
    }
    
    .category-menu h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .category-links {
        gap: 8px;
    }
    
    .category-link {
        padding: 6px 12px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .category-links {
        flex-direction: column;
        align-items: center;
    }
    
    .category-link {
        width: 200px;
        text-align: center;
    }
}

/* Category Dropdown Styles */
.category-filter {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    background: transparent;
}

.category-group {
    min-width: 200px;
    flex-shrink: 0;
}

.category-dropdown {
    position: relative;
}

.category-toggle {
    width: 100%;
    padding: 8px 12px;
    background: #ffffff;
    border: 2px solid #10b981;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    transition: all 0.3s ease;
    box-shadow: none;
    height: 50px;
    box-sizing: border-box;
}

.category-toggle:hover {
    border-color: #059669;
    background: #ffffff;
}

.category-toggle.active {
    border-color: #059669;
    background: #ffffff;
}

.category-toggle i {
    transition: transform 0.3s ease;
}

.category-toggle.active i {
    transform: rotate(180deg);
}

.category-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 2px solid #10b981;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    display: none;
}

.category-menu.show {
    display: block;
}

.category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    color: #374151;
    text-decoration: none;
    border-bottom: 1px solid #f3f4f6;
    transition: background-color 0.2s ease;
}

.category-item:hover {
    background-color: #f0fdf4;
    color: #10b981;
}

.category-item.active {
    background-color: #f0fdf4;
    color: #10b981;
    font-weight: 600;
}

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

.category-name {
    font-size: 14px;
    font-weight: 500;
}

.category-count {
    background: #f0fdf4;
    color: #10b981;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #bbf7d0;
}

.category-item.active .category-count {
    background: #10b981;
    color: #ffffff;
    border: 1px solid #10b981;
}

/* Modern Filter Section */
.modern-filter-section {
    background: #f8f9fa;
    padding: 30px 0;
    margin-bottom: 30px;
}

.filter-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    border: 1px solid #e9ecef;
}

.modern-filter-form {
    width: 100%;
}

.filter-row {
    display: flex;
    gap: 20px;
    align-items: end;
    flex-wrap: wrap;
}

.filter-item {
    flex: 1;
    min-width: 200px;
}

.filter-item.filter-actions {
    flex: 0 0 auto;
    min-width: 120px;
}

.filter-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.filter-select,
.filter-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #ffffff;
}

.filter-select:focus,
.filter-input:focus {
    outline: none;
    border-color: #fdbe33;
    box-shadow: 0 0 0 3px rgba(253, 190, 51, 0.1);
}

.price-range {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-input {
    flex: 1;
}

.price-separator {
    color: #6b7280;
    font-weight: 500;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #374151;
}

.filter-checkbox input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e5e7eb;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: #ffffff;
}

.filter-checkbox input[type="checkbox"]:checked + .checkmark {
    background: #fdbe33;
    border-color: #fdbe33;
}

.filter-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: '✓';
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

/* Eski Filtreleme Butonları - Diğer sayfalar için */
.filter-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.filter-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: #ffffff;
    color: #666666;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.filter-btn:hover {
    background: #fdbe33;
    color: #ffffff;
    border-color: #fdbe33;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(253, 190, 51, 0.3);
}

.filter-btn.active {
    background: #030f27;
    color: #ffffff;
    border-color: #030f27;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(3, 15, 39, 0.3);
}

.filter-btn.active:hover {
    background: #fdbe33;
    color: #ffffff;
    border-color: #fdbe33;
}

.filter-btn .count {
    background: rgba(0, 0, 0, 0.1);
    color: inherit;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
    min-width: 20px;
    text-align: center;
}

.filter-btn.active .count {
    background: rgba(255, 255, 255, 0.2);
}

.filter-btn:hover .count {
    background: rgba(0, 0, 0, 0.2);
}

.filter-btn.active:hover .count {
    background: rgba(0, 0, 0, 0.2);
}

/* Modern Filter Button - Sadece yeni filtreleme alanı için */
.modern-filter-section .filter-btn {
    background: #fdbe33;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 100px;
    justify-content: center;
}

.modern-filter-section .filter-btn:hover {
    background: #e6a82a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(253, 190, 51, 0.3);
}

/* Modern Category Filter Styles */
.modern-category-filter {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
    margin-bottom: 40px;
}

.category-filter-container {
    max-width: 1200px;
    margin: 0 auto;
}

.filter-header {
    text-align: center;
    margin-bottom: 40px;
}

.filter-header h3 {
    font-size: 32px;
    font-weight: 700;
    color: #030f27;
    margin-bottom: 10px;
}

.filter-header p {
    font-size: 16px;
    color: #6c757d;
    margin: 0;
}

.category-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.category-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 28px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 240px;
    max-width: 300px;
    flex: 1;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #fdbe33, #e6a82a);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border-color: #fdbe33;
}

.category-card:hover::before {
    transform: scaleX(1);
}

.category-card.active {
    background: linear-gradient(135deg, #fdbe33 0%, #e6a82a 100%);
    color: #ffffff;
    border-color: #fdbe33;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(253, 190, 51, 0.25);
}

.category-card.active::before {
    transform: scaleX(1);
    background: rgba(255, 255, 255, 0.3);
}

.category-icon {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.category-card:not(.active) .category-icon {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #fdbe33;
}

.category-card.active .category-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.category-card:hover .category-icon {
    transform: scale(1.1);
}

.category-content {
    flex: 1;
}

.category-content h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: inherit;
}

.category-count {
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    color: inherit;
    padding: 5px 12px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    min-width: 26px;
    text-align: center;
}

.category-card.active .category-count {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.category-card:hover .category-count {
    background: rgba(0, 0, 0, 0.15);
}

.category-card.active:hover .category-count {
    background: rgba(255, 255, 255, 0.3);
}

/* Modern Service Detail Page Styles */
.modern-page-header {
    background: #fdbe33;
    color: #ffffff;
    padding: 60px 0 40px;
    position: relative;
    overflow: hidden;
}

.modern-page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(3,15,39,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(3,15,39,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(3,15,39,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(3,15,39,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(3,15,39,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumb-link {
    color: rgba(3, 15, 39, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.breadcrumb-link:hover {
    color: #030f27;
    text-decoration: none;
}

.breadcrumb-separator {
    color: rgba(3, 15, 39, 0.6);
    font-weight: 500;
}

.breadcrumb-current {
    color: #030f27;
    font-weight: 600;
}

.page-title {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #030f27;
    line-height: 1.2;
    text-align: center;
    position: relative;
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #030f27;
    border-radius: 2px;
}

.page-subtitle {
    font-size: 18px;
    color: rgba(3, 15, 39, 0.9);
    margin: 30px 0 0 0;
    line-height: 1.6;
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.modern-service-detail {
    padding: 60px 0;
    background: #f8f9fa;
}

.service-main-content {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.service-hero-image {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.service-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-hero-image:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(3, 15, 39, 0.8) 0%, rgba(26, 42, 74, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}

.overlay-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #ffffff;
}

.service-category {
    display: inline-block;
    background: rgba(253, 190, 51, 0.9);
    color: #030f27;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-content-cards {
    padding: 40px;
}

.content-card {
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
    overflow: hidden;
    transition: all 0.3s ease;
}

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

.content-card:last-child {
    margin-bottom: 0;
}

.card-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #e9ecef;
}

.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fdbe33 0%, #e6a82a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
}

.card-header h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #030f27;
}

.card-content {
    padding: 25px;
}

.content-text {
    line-height: 1.8;
    color: #6c757d;
}

.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text h6 {
    color: #030f27;
    margin-top: 25px;
    margin-bottom: 15px;
}

.content-text h1:first-child, .content-text h2:first-child, .content-text h3:first-child, .content-text h4:first-child, .content-text h5:first-child, .content-text h6:first-child {
    margin-top: 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

.feature-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fdbe33 0%, #e6a82a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    flex-shrink: 0;
}

.feature-text {
    color: #6c757d;
    font-weight: 500;
}

.price-card .card-content {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.price-display {
    text-align: center;
    padding: 20px 0;
}

.price-text {
    font-size: 24px;
    font-weight: 700;
    color: #fdbe33;
    background: #ffffff;
    padding: 15px 30px;
    border-radius: 12px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(253, 190, 51, 0.2);
}

.modern-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-card {
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 25px;
    border: 1px solid #e9ecef;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.sidebar-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.sidebar-card:last-child {
    margin-bottom: 0;
}

.info-list {
    padding: 0;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f8f9fa;
}

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

.info-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #030f27;
}

.info-label i {
    color: #fdbe33;
    width: 16px;
}

.info-value {
    color: #6c757d;
    font-weight: 500;
}

.status-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-active {
    background: #d4edda;
    color: #155724;
}

.status-inactive {
    background: #f8d7da;
    color: #721c24;
}

.contact-list {
    margin-bottom: 25px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f8f9fa;
}

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

.contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fdbe33 0%, #e6a82a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    flex-shrink: 0;
}

.contact-details {
    flex: 1;
}

.contact-label {
    display: block;
    font-size: 12px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.contact-value {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #030f27;
}

.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-primary {
    background: linear-gradient(135deg, #fdbe33 0%, #e6a82a 100%);
    color: #ffffff;
    border-color: #fdbe33;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #e6a82a 0%, #d4a02a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(253, 190, 51, 0.3);
    color: #ffffff;
    text-decoration: none;
}

.btn-outline {
    background: transparent;
    color: #fdbe33;
    border-color: #fdbe33;
}

.btn-outline:hover {
    background: #fdbe33;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(253, 190, 51, 0.2);
    text-decoration: none;
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #ffffff;
    border-color: #25d366;
}

.btn-whatsapp:hover {
    background: linear-gradient(135deg, #128c7e 0%, #0f7a6b 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
    color: #ffffff;
    text-decoration: none;
}

/* Modern Service Detail Responsive */
@media (max-width: 992px) {
    .modern-page-header {
        padding: 40px 0 30px;
    }
    
    .page-title {
        font-size: 36px;
    }
    
    .page-subtitle {
        font-size: 16px;
    }
    
    .service-hero-image {
        height: 300px;
    }
    
    .overlay-content h2 {
        font-size: 28px;
    }
    
    .service-content-cards {
        padding: 30px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .modern-sidebar {
        position: static;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .modern-page-header {
        padding: 30px 0 20px;
    }
    
    .page-title {
        font-size: 28px;
    }
    
    .page-subtitle {
        font-size: 14px;
    }
    
    .breadcrumb-nav {
        font-size: 12px;
        margin-bottom: 15px;
        justify-content: center;
    }
    
    .service-hero-image {
        height: 250px;
    }
    
    .overlay-content h2 {
        font-size: 24px;
    }
    
    .service-category {
        font-size: 12px;
        padding: 6px 16px;
    }
    
    .service-content-cards {
        padding: 20px;
    }
    
    .card-header {
        padding: 15px 20px;
    }
    
    .card-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .card-header h3 {
        font-size: 18px;
    }
    
    .card-content {
        padding: 20px;
    }
    
    .price-text {
        font-size: 20px;
        padding: 12px 24px;
    }
    
    .sidebar-card {
        margin-bottom: 20px;
    }
    
    .info-item {
        padding: 12px 0;
    }
    
    .contact-item {
        padding: 12px 0;
    }
    
    .contact-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .action-buttons {
        gap: 10px;
    }
    
    .btn {
        padding: 10px 16px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .modern-page-header {
        padding: 20px 0 15px;
    }
    
    .page-title {
        font-size: 24px;
    }
    
    .page-subtitle {
        font-size: 13px;
    }
    
    .breadcrumb-nav {
        justify-content: center;
    }
    
    .service-hero-image {
        height: 200px;
    }
    
    .overlay-content h2 {
        font-size: 20px;
    }
    
    .service-content-cards {
        padding: 15px;
    }
    
    .card-header {
        padding: 12px 15px;
    }
    
    .card-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .card-header h3 {
        font-size: 16px;
    }
    
    .card-content {
        padding: 15px;
    }
    
    .feature-item {
        padding: 8px 0;
    }
    
    .feature-icon {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    
    .price-text {
        font-size: 18px;
        padding: 10px 20px;
    }
    
    .info-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding: 10px 0;
    }
    
    .contact-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 10px 0;
    }
    
    .contact-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .btn {
        padding: 8px 12px;
        font-size: 13px;
    }
}

/* Modern Category Filter Responsive */
@media (max-width: 992px) {
    .modern-category-filter {
        padding: 40px 0;
    }
    
    .category-grid {
        gap: 12px;
    }
    
    .category-card {
        padding: 18px 22px;
        gap: 14px;
        min-width: 220px;
        max-width: 260px;
    }
    
    .category-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .category-content h4 {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .modern-category-filter {
        padding: 30px 0;
    }
    
    .filter-header h3 {
        font-size: 20px;
    }
    
    .filter-header p {
        font-size: 13px;
    }
    
    .category-grid {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .category-card {
        padding: 20px 24px;
        gap: 16px;
        min-width: 300px;
        max-width: 340px;
        width: 100%;
    }
    
    .category-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .category-content h4 {
        font-size: 16px;
    }
    
    .category-count {
        padding: 5px 12px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .modern-category-filter {
        padding: 20px 0;
    }
    
    .filter-header {
        margin-bottom: 20px;
    }
    
    .filter-header h3 {
        font-size: 18px;
    }
    
    .filter-header p {
        font-size: 12px;
    }
    
    .category-card {
        padding: 16px 20px;
        gap: 14px;
        min-width: 260px;
        max-width: 320px;
    }
    
    .category-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .category-content h4 {
        font-size: 15px;
    }
    
    .category-count {
        padding: 4px 10px;
        font-size: 13px;
    }
}

/* Modern Filter Responsive Design */
@media (max-width: 1200px) {
    .filter-row {
        gap: 15px;
    }
    
    .filter-item {
        min-width: 180px;
    }
}

@media (max-width: 992px) {
    .filter-row {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }
    
    .filter-item {
        min-width: 100%;
    }
    
    .filter-item.filter-actions {
        align-self: center;
        min-width: 150px;
    }
}

@media (max-width: 768px) {
    .modern-filter-section {
        padding: 20px 0;
        margin-bottom: 30px;
    }
    
    .filter-card {
        padding: 20px;
        border-radius: 8px;
    }
    
    .filter-row {
        gap: 15px;
    }
    
    .filter-label {
        font-size: 13px;
        margin-bottom: 6px;
    }
    
    .filter-select,
    .filter-input {
        padding: 10px 14px;
        font-size: 14px;
    }
    
    .modern-filter-section .filter-btn {
        padding: 10px 20px;
        font-size: 14px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .modern-filter-section {
        padding: 15px 0;
        margin-bottom: 30px;
    }
    
    .filter-card {
        padding: 15px;
        border-radius: 6px;
    }
    
    .filter-row {
        gap: 12px;
    }
    
    .price-range {
        flex-direction: column;
        gap: 8px;
    }
    
    .price-separator {
        display: none;
    }
    
    .filter-checkbox {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        height: auto;
        gap: 15px;
        padding: 20px;
    }
    
    .form-row .category-group,
    .form-row .featured-group,
    .form-row .form-group {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 0;
    }
    
    .button-group {
        justify-content: center;
        width: 100%;
        margin-top: 10px;
    }
    
    .button-group .btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
        font-size: 16px;
    }
    
    .category-toggle,
    .featured-btn,
    .form-control {
        height: 50px;
        font-size: 16px;
        padding: 12px 16px;
    }
}

@media (max-width: 576px) {
    .filter-group {
        padding: 15px;
    }
    
    .form-row {
        padding: 15px;
        gap: 12px;
    }
    
    .button-group .btn {
        padding: 14px 20px;
        font-size: 16px;
        font-weight: 600;
    }
    
    .category-toggle,
    .featured-btn,
    .form-control {
        height: 50px;
        font-size: 16px;
        padding: 12px 16px;
    }
    
    .btn-primary,
    .btn-secondary {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* Product Detail Styles */
.product-detail {
    padding: 60px 0;
}

.product-main {
    margin-bottom: 40px;
}

.product-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.product-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-image:hover img {
    transform: scale(1.05);
}

.no-image {
    height: 400px;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666;
    border: 2px dashed #ddd;
}

.no-image i {
    font-size: 48px;
    margin-bottom: 15px;
}

.product-info {
    padding: 20px 0;
}

.product-info h1 {
    color: #030f27;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.product-price {
    margin: 20px 0;
}

.product-price .price {
    font-size: 24px;
    font-weight: 700;
    color: #fdbe33;
    background: #f8f9fa;
    padding: 12px 20px;
    border-radius: 25px;
    display: inline-block;
    border: 2px solid #fdbe33;
}

.product-category {
    margin: 15px 0;
}

.category-badge {
    background: #030f27;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}


.product-description {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.product-actions {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.product-actions .btn {
    flex: 1;
    min-width: 150px;
    padding: 12px 20px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #030f27;
    color: #ffffff;
    border: 2px solid #030f27;
}

.btn-primary:hover {
    background: #fdbe33;
    border-color: #fdbe33;
    color: #030f27;
}

.btn-outline-primary {
    background: transparent;
    color: #030f27;
    border: 2px solid #030f27;
}

.btn-outline-primary:hover {
    background: #030f27;
    color: #ffffff;
}

.btn-whatsapp {
    background: #25d366;
    color: #ffffff;
    border: 2px solid #25d366;
}

.btn-whatsapp:hover {
    background: #128c7e;
    border-color: #128c7e;
    color: #ffffff;
}

.product-content,
.product-features,
.product-specifications,
.product-tags {
    margin: 40px 0;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product-content h3,
.product-features h3,
.product-specifications h3,
.product-tags h3 {
    color: #030f27;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fdbe33;
}

.content-text,
.features-content,
.specifications-content {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    background: #e9ecef;
    color: #666;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
}

/* Product Sidebar */
.product-sidebar {
    position: sticky;
    top: 20px;
    z-index: 1;
}

.sidebar-widget {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.sidebar-widget h4 {
    color: #030f27;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fdbe33;
}

.contact-info .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-info .contact-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.contact-info .contact-item i {
    color: #fdbe33;
    font-size: 18px;
    margin-right: 15px;
    margin-top: 5px;
    width: 20px;
    text-align: center;
}

.contact-text h5 {
    color: #030f27;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-text p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-buttons .btn {
    padding: 12px 20px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-buttons .btn-block {
    width: 100%;
}

.product-info-list {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
}

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

.info-item strong {
    color: #030f27;
    font-weight: 600;
}

.info-item span {
    color: #666;
    font-weight: 500;
}

/* Related Products */
.related-products {
    background: #f8f9fa;
    padding: 60px 0;
}

.related-products .section-header {
    margin-bottom: 50px;
}

.related-products .section-header p {
    color: #fdbe33;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.related-products .section-header h2 {
    color: #030f27;
    font-size: 32px;
    font-weight: 700;
}

/* Responsive Design for Product Detail */
@media (max-width: 768px) {
    .product-detail {
        padding: 40px 0;
    }
    
    .product-info h1 {
        font-size: 24px;
    }
    
    .product-price .price {
        font-size: 20px;
    }
    
    .product-actions {
        flex-direction: column;
    }
    
    .product-actions .btn {
        min-width: 100%;
    }
    
    .product-content,
    .product-features,
    .product-specifications,
    .product-tags {
        padding: 20px;
        margin: 30px 0;
    }
    
    .sidebar-widget {
        padding: 20px;
    }
    
    .contact-info .contact-item {
        padding: 12px;
    }
}

@media (max-width: 576px) {
    .product-info h1 {
        font-size: 20px;
    }
    
    .product-price .price {
        font-size: 18px;
        padding: 10px 16px;
    }
    
    .product-content,
    .product-features,
    .product-specifications,
    .product-tags {
        padding: 15px;
    }
    
    .sidebar-widget {
        padding: 15px;
    }
    
    .related-products {
        padding: 40px 0;
    }
    
    .related-products .section-header h2 {
        font-size: 24px;
    }
}

/* Modern Featured Products Grid Styles */
.featured-products-modern {
    background: transparent;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.modern-slider-container {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    background: transparent;
}

.modern-slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.modern-slide {
    flex: 0 0 25%;
    padding: 0 10px;
    display: flex;
}

.modern-product-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    width: 100%;
    height: 100%;
}

.modern-product-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.card-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-image-container {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.modern-product-card:hover .product-image {
    transform: scale(1.1);
}

.product-badges {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.badge-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}



.category-badge {
    position: absolute;
    top: 15px;
    left: 44px;
    background: rgba(3, 15, 39, 0.9);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    height: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    z-index: 2;
}

.category-badge a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.category-badge a:hover {
    color: #fdbe33;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(3, 15, 39, 0.8) 0%, rgba(253, 190, 51, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.modern-product-card:hover .product-overlay {
    opacity: 1;
}

.view-btn {
    background: #ffffff;
    color: #030f27;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    transform: translateY(20px);
}

.modern-product-card:hover .view-btn {
    transform: translateY(0);
}

.view-btn:hover {
    background: #fdbe33;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.product-info {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 700;
    color: #030f27;
    line-height: 1.3;
}

.product-title a {
    color: #030f27;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-title a:hover {
    color: #fdbe33;
}

.product-description {
    color: #666666;
    font-size: 12px;
    line-height: 1.4;
    margin: 0 0 12px 0;
    flex: 1;
}

.product-price {
    margin-top: auto;
}

.product-price .price {
    font-size: 18px;
    font-weight: 800;
    color: #030f27;
    display: flex;
    align-items: baseline;
    gap: 3px;
}

.product-price .amount {
    font-size: 18px;
}

.product-price .currency {
    font-size: 16px;
    color: #fdbe33;
}

.product-price .contact-price {
    font-size: 14px;
    color: #fdbe33;
    font-weight: 700;
}

.modern-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.modern-btn {
    background: linear-gradient(135deg, #fdbe33 0%, #ffc107 100%);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #030f27;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(253, 190, 51, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-btn:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 15px 35px rgba(253, 190, 51, 0.4);
}

.modern-btn:active {
    transform: translateY(-1px) scale(1.05);
}

/* Responsive Modern Slider */
@media (max-width: 1200px) {
    .modern-slide {
        flex: 0 0 33.333%;
    }
}

@media (max-width: 992px) {
    .modern-slide {
        flex: 0 0 50%;
    }
    
    .product-image-container {
        height: 160px;
    }
    
    .product-info {
        padding: 12px;
    }
    
    .product-title {
        font-size: 14px;
    }
    
    .product-price .price {
        font-size: 16px;
    }
    
    .product-badges {
        top: 12px;
        left: 12px;
    }
    
    .badge-column {
        gap: 6px;
    }
    
    .category-badge {
        top: 12px;
        left: 37px;
        font-size: 9px;
        padding: 6px 12px;
        height: 20px;
    }
    
}

@media (max-width: 768px) {
    .featured-products-modern {
        padding: 30px 0;
    }
    
    .modern-slide {
        flex: 0 0 100%;
    }
    
    .product-image-container {
        height: 150px;
    }
    
    .product-info {
        padding: 12px;
    }
    
    .product-title {
        font-size: 14px;
    }
    
    .product-description {
        font-size: 11px;
    }
    
    .product-price .price {
        font-size: 16px;
    }
    
    .modern-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .product-badges {
        top: 10px;
        left: 10px;
    }
    
    .badge-column {
        gap: 5px;
    }
    
    .category-badge {
        top: 10px;
        left: 32px;
        font-size: 8px;
        padding: 5px 10px;
        height: 18px;
    }
    
}

@media (max-width: 576px) {
    .featured-products-modern {
        padding: 20px 0;
    }
    
    .modern-slide {
        padding: 0 8px;
    }
    
    .product-image-container {
        height: 140px;
    }
    
    .product-info {
        padding: 10px;
    }
    
    .product-title {
        font-size: 13px;
    }
    
    .product-description {
        font-size: 10px;
    }
    
    .product-price .price {
        font-size: 14px;
    }
    
    .modern-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    
    .product-badges {
        top: 8px;
        left: 8px;
    }
    
    .badge-column {
        gap: 4px;
    }
    
    .category-badge {
        top: 8px;
        left: 28px;
        font-size: 7px;
        padding: 4px 8px;
        height: 16px;
    }
    
}


/*******************************/
/****** Sidebar Menu CSS *******/
/*******************************/
.sidebar-widget {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: visible !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}

.sidebar-widget .widget-title {
    background: #030f27;
    padding: 15px 20px;
    margin: 0;
}

.sidebar-widget .widget-title h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sidebar-widget .widget-content {
    padding: 0;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu li {
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-menu li:last-child {
    border-bottom: none;
}

.sidebar-menu li a {
    display: block;
    padding: 12px 20px;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
}

.sidebar-menu li a:hover {
    background: #f8f9fa;
    color: #fdbe33;
    padding-left: 25px;
}

.sidebar-menu li a i {
    margin-right: 8px;
    color: #fdbe33;
    font-size: 14px;
    width: 18px;
    text-align: center;
}

/* Alt menü stilleri */
.sidebar-menu .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fafafa;
    display: none;
}

.sidebar-menu li:hover > .submenu {
    display: block;
}

.sidebar-menu .submenu li a {
    padding-left: 40px;
    font-size: 13px;
    background: #fafafa;
}

.sidebar-menu .submenu li a:hover {
    background: #f0f0f0;
    padding-left: 45px;
}

.sidebar-menu .submenu-item.level-1 a {
    padding-left: 40px;
}

.sidebar-menu .submenu-item.level-2 a {
    padding-left: 60px;
}

/* Mobil responsive */
@media (max-width: 991.98px) {
    .sidebar-widget {
        margin-top: 30px;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        padding-bottom: 0;
        min-height: calc(100vh - 200px);
    }
    
    .sidebar-widget .widget-title h3 {
        font-size: 16px;
    }
    
    .sidebar-menu li a {
        font-size: 13px;
        padding: 10px 15px;
    }
    
    .sidebar-menu .submenu li a {
        padding-left: 30px;
    }
    
    /* Mobil görünümde sidebar'ın ürün görsellerinin altında kalması için */
    .col-lg-3 {
        order: 2;
        margin-top: 30px;
    }
    
    .col-lg-9 {
        order: 1;
    }
    
    /* Ürün görsellerinin z-index'ini artır */
    .product-image-gallery {
        position: relative;
        z-index: 3;
    }
    
    .product-main {
        position: relative;
        z-index: 3;
    }
}

/* Çok küçük ekranlar için ek düzenlemeler */
@media (max-width: 576px) {
    .sidebar-widget {
        margin-top: 20px;
        padding: 15px;
        z-index: 2;
        margin-bottom: 0;
        padding-bottom: 0;
        min-height: calc(100vh - 150px);
    }
    
    .sidebar-menu li a {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .sidebar-menu .submenu li a {
        padding-left: 25px;
    }
}




/****************************************/
/***** Modern Page Sidebar Menu CSS *****/
/****************************************/
.sidebar-widget {
    background: transparent;
    border-radius: 0;
    margin-bottom: 30px;
    overflow: visible;
    box-shadow: none;
    transition: none;
    border: none;
    min-height: auto;
    height: auto;
    max-height: none !important;
    padding: 0;
    position: relative;
    z-index: 1;
}

.sidebar-widget .widget-title {
    background: linear-gradient(135deg, #030f27 0%, #1a2a4a 100%);
    padding: 20px 25px;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.sidebar-widget .widget-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.sidebar-widget:hover .widget-title::before {
    left: 100%;
}

.sidebar-widget .widget-title h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-widget .widget-title h3::before {
    content: '\f0c9';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fdbe33;
    font-size: 16px;
}

.sidebar-widget .widget-content {
    padding: 0;
    background: transparent;
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible;
    position: relative;
    border: none;
    border-radius: 0;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block !important;
    visibility: visible !important;
    max-height: none !important;
    height: auto !important;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sidebar-menu li {
    border-bottom: 1px solid #f3f4f6;
    position: relative;
    display: block !important;
    visibility: visible !important;
    margin: 0;
}

.sidebar-menu li:first-child {
    border-top: none;
}

.sidebar-menu li:last-child {
    border-bottom: none;
}

.sidebar-menu li a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px;
    padding: 14px 20px;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.sidebar-menu li a:hover {
    background: #f9fafb;
    color: #111827;
    text-decoration: none;
}

.sidebar-menu li a i {
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 14px;
    background: transparent;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.sidebar-menu li a:hover i {
    color: #fdbe33;
}

/* Alt menü stilleri */
.sidebar-menu .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.sidebar-menu li:hover > .submenu {
    max-height: 500px;
}

.sidebar-menu .submenu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.sidebar-menu .submenu li a {
    padding-left: 60px;
    font-size: 13px;
    color: #6c757d;
    background: transparent;
}

.sidebar-menu .submenu li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 40px;
    color: #fdbe33;
    font-size: 12px;
    transition: all 0.3s ease;
}

.sidebar-menu .submenu li a:hover {
    background: linear-gradient(90deg, rgba(253, 190, 51, 0.05) 0%, transparent 100%);
    padding-left: 65px;
    color: #030f27;
}

.sidebar-menu .submenu li a:hover::before {
    left: 45px;
    transform: scale(1.3);
}

.sidebar-menu .submenu-item.level-1 a {
    padding-left: 60px;
}

.sidebar-menu .submenu-item.level-2 a {
    padding-left: 80px;
}

.sidebar-menu .submenu-item.level-2 a::before {
    left: 60px;
}

/* Aktif link vurgulama */
.sidebar-menu li.active a {
    background: #fef3c7;
    color: #92400e;
    font-weight: 600;
    border-left: 3px solid #fdbe33;
}

.sidebar-menu li.active a i {
    background: transparent;
    color: #fdbe33;
}

/* Kategori Sayaç Badge */
.sidebar-menu .category-count {
    margin-left: auto !important;
    background: #e5e7eb;
    color: #6b7280;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    min-width: 28px;
    text-align: center;
    transition: all 0.2s ease;
    border: none;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.sidebar-menu li:hover .category-count {
    background: #fdbe33;
    color: #ffffff;
}

.sidebar-menu li.active .category-count {
    background: #fdbe33;
    color: #ffffff;
}

/* Kategori Menüsü Özel Stilleri */
.sidebar-menu.category-menu li a {
    justify-content: space-between;
}

/* Sidebar widget'ların alt alta dizilmesi */
.product-sidebar .sidebar-widget,
.col-lg-3 .sidebar-widget {
    width: 100%;
    display: block;
    clear: both;
}

/* Mobil responsive */
@media (max-width: 991.98px) {
    .sidebar-widget {
        margin-top: 40px;
        margin-bottom: 25px;
    }
    
    .sidebar-widget .widget-title {
        padding: 18px 20px;
    }
    
    .sidebar-widget .widget-title h3 {
        font-size: 16px;
    }
    
    .sidebar-menu {
        padding: 10px 0;
    }
    
    .sidebar-menu li a {
        font-size: 14px;
        padding: 12px 20px;
    }
    
    .sidebar-menu li a:hover {
        padding-left: 25px;
    }
    
    .sidebar-menu .submenu li a {
        padding-left: 50px;
    }
    
    .sidebar-menu .submenu li a::before {
        left: 30px;
    }
    
    .sidebar-menu .submenu li a:hover {
        padding-left: 55px;
    }
}

@media (max-width: 576px) {
    .sidebar-widget {
        border-radius: 15px;
        margin-bottom: 20px;
    }
    
    .sidebar-widget .widget-title {
        padding: 15px;
    }
    
    .sidebar-widget .widget-title h3 {
        font-size: 15px;
        letter-spacing: 0.5px;
    }
    
    .sidebar-menu li a {
        font-size: 13px;
        padding: 10px 15px;
    }
    
    .sidebar-menu li a i {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    
    .sidebar-menu .submenu li a {
        padding-left: 40px;
        font-size: 12px;
    }
    
    .sidebar-menu .submenu li a::before {
        left: 25px;
    }
}

/* Animasyon efektleri */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.sidebar-menu li {
    animation: slideIn 0.4s ease backwards;
}

.sidebar-menu li:nth-child(1) { animation-delay: 0.1s; }
.sidebar-menu li:nth-child(2) { animation-delay: 0.15s; }
.sidebar-menu li:nth-child(3) { animation-delay: 0.2s; }
.sidebar-menu li:nth-child(4) { animation-delay: 0.25s; }
.sidebar-menu li:nth-child(5) { animation-delay: 0.3s; }
.sidebar-menu li:nth-child(6) { animation-delay: 0.35s; }
.sidebar-menu li:nth-child(7) { animation-delay: 0.4s; }
.sidebar-menu li:nth-child(8) { animation-delay: 0.45s; }
.sidebar-menu li:nth-child(9) { animation-delay: 0.5s; }
.sidebar-menu li:nth-child(10) { animation-delay: 0.55s; }

/* YouTube Responsive Video Styles */
.youtube-responsive-frontend {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 12px;
    overflow: hidden;
}

.youtube-responsive-frontend iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
}

