.menu-area {

    padding: 0 0px;

}

.header-style6 .main-wrapper {
    background-color: var(--dark-color);
    border-bottom: 1px solid var(--bs-border-color10);
    padding: 0 60px;
}



    .header-style6 .main-wrapper .nav-menu .main-menu > ul > li > a {
        color: #fff;
    }

.header-right-wrapper .header-right .header-btn {
    color: #ffffff;
    font-weight: 600;
}

.header-style6 .main-wrapper .header-right-wrapper .header-right .search-btn {
    color: var(--white-color);
}

.header-style6 .header-top {
    margin: 0;
    padding: 0 60px;
    background-color: var(--dark-color);
    position: relative;
    border-bottom: 1px solid var(--bs-border-color) !important;
}

.header-style6 .header-top::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: var(--dark-color);
    border: 1px solid rgba(255,255,255,.2);
}

.sidebar-btn .line {
    background: #fff;
}

.header-right-wrapper .header-right .sidebar-icon .sidebar-trigger {
    background-color: var(--theme-color);
}

.sidebar-btn {
    background: var(--theme-color) !important;
    position: relative;
    height: 60px;
    width: 60px;
    border: 2px solid var(--theme-color) !important;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    padding: 0;
}

.hero-section.style-2 .circle-box {
    z-index: 9999;
}
.cta-section.style-3 .overlay {

    border-radius: 0px !important;
}

.contact-content-wrap .contact-img::before {

    background-image: none;
}
.footer-section .footer-bottom .footer-policy a {
    font-size: 12px;
}
.footer-section .footer-bottom p {
    font-size: 14px;
}

.cta-section.style-3 .cta-button .cta-link {
    line-height:1.5 !important;
}

.about-section.style-6 .about-content-wrapper .feature-list .feature-item p {
    font-size: 20px;
}

.about-section.style-6 .about-thumb-area .customar-box .box-bottom h6 {
    font-weight: normal;
}

.about-section.style-6 .about-thumb-area .customar-box .box-bottom h6 {
    font-size: 15px;
    line-height: 22px;
}

.about-section.style-6 .about-thumb-area .customar-box .box-top {
    margin-bottom: 10px;
}


    @media (max-width: 414px) {
        .faq-section .sec-title {
            font-size: 35px;
        }

        .mobile-menu-wrapper .mobile-menu-area {
            width: 100%;
            max-width: 290px;
        }
    }

    @media (max-width: 767px) {
        .footer-section .footer-bottom {
            text-align: left;
        }

        .accordion-box .accordion .acc-btn {
            font-size: 18px;
        }

        .service-single-box .title {
            font-size: 21px;
        }

        .service-single-box .text {
            font-size: 15px;
        }

        .cta-section .sec-title {
            font-size: 30px;
        }

        .cta-section.style-3 .cta-text p {
            font-size: 16px;
        }
    }

    @media (max-width: 991px) {
        .header-style6 .main-wrapper .menu-area {
            background-color: #063232;
        }

        .header-style6 .main-wrapper {
            padding: 0 22px;
        }

        .hero-section.style-2 {
            padding: 45px 0 0;
        }

        .about-section.style-6 .about-thumb-area .about-slider .about-slide_thumb img {
            border-radius: 10px !important;
        }

        .about-section.style-6 .about-thumb-area .customar-box {
            border-radius: 10px !important;
        }

        #about-section {
            padding-top: 50px !important;
        }

        .team-section {
            padding-bottom: 40px !important;
        }

        .newsletter {
            align-items: flex-start;
        }
        #about-section .sec-title{
            font-size : 30px;
        }
       

    }

@media (min-width: 991.99px) {
    /* Index.html için - Active slide'ı var(--theme-color3) rengi ile */
    .service-section.style-3 .swiper-slide-active .service-single-box {
        background-color: var(--theme-color3) !important;
    }
    
    .service-section.style-3 .swiper-slide-active .service-single-box .icon {
        color: inherit !important;
        filter: none !important;
    }
    
    .service-section.style-3 .swiper-slide-active .service-single-box .title {
        color: inherit !important;
    }
    
    .service-section.style-3 .swiper-slide-active .service-single-box .text {
        color: inherit !important;
    }
    
    .service-section.style-3 .swiper-slide-active .service-single-box .serial {
        color: inherit !important;
    }
    
    .service-section.style-3 .swiper-slide-active .service-single-box .path__shape {
        opacity: 0 !important;
    }
    
    .service-section.style-3 .swiper-slide-active .service-single-box .border::before {
        left: 50% !important;
        width: 0 !important;
    }

    /* Index.html için - Hover özelliğini iptal et - Normal durumdaki renkleri koru */
    .service-section.style-3 .service-single-box:hover {
        background-color: var(--theme-color3) !important;
    }
    
    .service-section.style-3 .service-single-box:hover .icon {
        color: inherit !important;
        filter: none !important;
    }
    
    .service-section.style-3 .service-single-box:hover .title {
        color: inherit !important;
    }
    
    .service-section.style-3 .service-single-box:hover .text {
        color: inherit !important;
    }
    
    .service-section.style-3 .service-single-box:hover .serial {
        color: inherit !important;
    }
    
    .service-section.style-3 .service-single-box:hover .path__shape {
        opacity: 0 !important;
    }
    
    .service-section.style-3 .service-single-box:hover .border::before {
        left: 50% !important;
        width: 0 !important;
    }

    /* Aktif slide stilini devre dışı bırak - tüm kartlar aynı görünsün - Sadece hakkımızda sayfasında */
    .about-section + .service-section.style-3 .swiper-slide-active .service-single-box {
        background-color: transparent !important;
    }
    
    .about-section + .service-section.style-3 .swiper-slide-active .service-single-box .icon {
        color: inherit !important;
        filter: none !important;
    }
    
    .about-section + .service-section.style-3 .swiper-slide-active .service-single-box .title {
        color: #ffffff !important;
    }
    
    .about-section + .service-section.style-3 .swiper-slide-active .service-single-box .text {
        color: #ffffff !important;
    }
    
    .about-section + .service-section.style-3 .swiper-slide-active .service-single-box .serial {
        color: #ffffff !important;
    }
    
    .about-section + .service-section.style-3 .swiper-slide-active .service-single-box .path__shape {
        opacity: 0 !important;
    }
    
    .about-section + .service-section.style-3 .swiper-slide-active .service-single-box .border::before {
        left: 50% !important;
        width: 0 !important;
    }

    /* Hover efekti devre dışı - kartlar her zaman aynı görünsün - Sadece hakkımızda sayfasında */
    .about-section + .service-section.style-3 .service-single-box:hover {
        background-color: transparent !important;
    }
    
    .about-section + .service-section.style-3 .service-single-box:hover .icon {
        color: inherit !important;
        filter: none !important;
    }
    
    .about-section + .service-section.style-3 .service-single-box:hover .title {
        color: #ffffff !important;
    }
    
    .about-section + .service-section.style-3 .service-single-box:hover .text {
        color: #ffffff !important;
    }
    
    .about-section + .service-section.style-3 .service-single-box:hover .serial {
        color: #ffffff !important;
    }
    
    .about-section + .service-section.style-3 .service-single-box:hover .path__shape {
        opacity: 0 !important;
    }
    
    .about-section + .service-section.style-3 .service-single-box:hover .border::before {
        left: 50% !important;
        width: 0 !important;
    }
}

#danismanlik-hizmeti .hero-content {
    padding: 30px 30px 5px 30px;
    border-radius: 10px;
    overflow: hidden;
    background: #063232;
}
#danismanlik-hizmeti .hero-content .popup-video p {
    color: #fff;
}

    #danismanlik-hizmeti .hero-content .popup-video .icon {
        margin-right: 20px !important;
    }

#danismanlik-hizmeti .hero-btn .contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

    #danismanlik-hizmeti .hero-btn .contact-info .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background-color: var(--theme-color);
        font-size: 24px;
        color: var(--white-color);
    }

    #danismanlik-hizmeti .hero-btn .contact-info .number {
        font-size: 16px;
        line-height: 26px;
        color: var(--dark-color);
        font-weight: 600;
        transition: all .4s ease 0s;
    }

.hero-section.style-2 .hero-content .contact-info .icon i {
    filter: brightness(0) invert(1);
}

#danismanlik-hizmeti .hero-section.style-2  {
    padding: 0 !important;
}

#danismanlik-hizmeti .hero-content .text {
    margin: -3px 0 0px !important;
    font-size: 17px;
    font-weight: bold;
}
#danismanlik-hizmeti .happy-customers {
    color: white;
}
#danismanlik-hizmeti .count {
    color: #90b4b6;
}




.text-gold {
    color: var(--theme-color);
}

.google-yorum  {
    color: var(--dark-color) !important;
}
    .google-yorum  span {
        background-color: var(--theme-color3) !important;
    }

.choose-section.style-5 .choose-content-wrapper .features-list li::before
{
    content : none !important;
}
.choose-section.style-5 .choose-content-wrapper .features-list li {
    padding-left: 0 !important;
}

/* Özel CSS */
.team-details .team-info .team-social a {
    color: white;
    border-color: white;
}
.team-meta li {
    color: white;
}
.team-meta li a {
    color: white !important;
}
.team-meta li strong {
    color: white !important;
}

.bg-theme-white{
    background-color : white;
}


.breadcrumb-section {
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0 100px;
    min-height: 250px;
}

/* Breadcrumb başlık font-size override */
.breadcrumb-section .title-outer .title {
    font-size: 40px !important;
}

@media (max-width: 991px) {
    .breadcrumb-section .title-outer .title {
        font-size: 36px !important;
    }
}

@media (max-width: 767px) {
    .breadcrumb-section {
        padding: 90px 0 90px;
    }
    
    .breadcrumb-section .title-outer .title {
        font-size: 30px !important;
    }
}

.project-sidebar .sidebar-widget {
    border-radius: 10px !important;
    overflow: hidden;
}

.project-sidebar .sidebar-widget > .sidebar-category-list > .widget-box:first-child {
    border-radius: 10px !important;
}

/* Sektör detay sayfası - widget-box mobilde beyaz renk */
@media (max-width: 991px) {
  .project-sidebar .sidebar-widget .widget-box {
    background-color: #ffffff !important;
    padding-bottom: 0 !important;
  }

  .sidebar-category-list .widget-box {
    padding-top: 0px;
  }
}

/* Video Section - Mobilde resim yüksekliğini artır */
@media (max-width: 991px) {
    .video-section.style-3 .video-area .thumb img {
        min-height: 400px;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 767px) {
    .video-section.style-3 .video-area .thumb img {
        min-height: 450px;
    }
}

@media (max-width: 575px) {
    .video-section.style-3 .video-area .thumb img {
        min-height: 500px;
    }
}

/* Project Section Style-6 - Border radius kaldır */
.project-section.style-6 .project-wrapper {
    border-radius: 0 !important;
}

/* Yıl listesi checkbox'larını görünür yap */
.categories li {
    display: flex !important;
    align-items: center !important;
}

.categories li input[type="checkbox"] {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
    accent-color: var(--dark-color) !important;
}

.categories li input[type="checkbox"]:checked {
    accent-color: var(--dark-color) !important;
}

.categories li a {
    display: flex !important;
    align-items: center !important;
    flex: 1 !important;
}

/* Ekip detay sayfası - text bölümünü mobilde gizle */
@media (max-width: 991px) {
    .hero-section.style-7 .hero-content.team-details .text {
        display: none !important;
    }
}

@media (max-width: 1299px) {
    .hero-section.style-7 .hero-content {
        padding: 50px 0 70px !important;
    }
}

@media (max-width: 375px) {
    .hero-section.style-7 .hero-content {
        padding: 50px 0 20px !important;
    }
}

/* Space sınıfı için padding değerlerini 75px yap */
.space,
.space-top {
    padding-top: 75px !important;
}

.space,
.space-bottom {
    padding-bottom: 75px !important;
}

/* Index.html için - Active slide'ı var(--theme-color3) rengi ile */
.service-section.style-3 .swiper-slide-active .service-single-box {
    background-color: var(--theme-color3) !important;
}

.service-section.style-3 .swiper-slide-active .service-single-box .icon,
.service-section.style-3 .swiper-slide-active .service-single-box .title,
.service-section.style-3 .swiper-slide-active .service-single-box .text,
.service-section.style-3 .swiper-slide-active .service-single-box .serial {
    color: inherit !important;
}

/* Index.html için - Hover özelliğini iptal et - Normal durumdaki renkleri koru */
.service-section.style-3 .service-single-box:hover {
    background-color: var(--theme-color3) !important;
}

.service-section.style-3 .service-single-box:hover .icon,
.service-section.style-3 .service-single-box:hover .title,
.service-section.style-3 .service-single-box:hover .text,
.service-section.style-3 .service-single-box:hover .serial {
    color: inherit !important;
}

.service-section.style-3 .service-single-box:hover .path__shape {
    opacity: 0 !important;
}

.service-section.style-3 .service-single-box:hover .border::before {
    left: 50% !important;
    width: 0 !important;
}

/* Service single box içindeki tüm yazıları beyaz yap - Sadece hakkımızda sayfasında */
.about-section + .service-section.style-3 .service-single-box .title,
.about-section + .service-section.style-3 .service-single-box .text,
.about-section + .service-section.style-3 .service-single-box .serial,
.about-section + .service-section.style-3 .service-single-box p {
    color: #ffffff !important;
}

/* Service btn inner line background rengi - Sadece hakkımızda sayfasında */
.about-section + .service-section.style-3 .service-btn-inner .line {
    background: var(--gray-color2) !important;
}

/* Active slide özelliklerini iptal et - tüm kutular aynı görünsün - Sadece hakkımızda sayfasında */
.about-section + .service-section.style-3 .swiper-slide-active .service-single-box {
    background-color: transparent !important;
}

.about-section + .service-section.style-3 .swiper-slide-active .service-single-box .icon,
.about-section + .service-section.style-3 .swiper-slide-active .service-single-box .title,
.about-section + .service-section.style-3 .swiper-slide-active .service-single-box .text,
.about-section + .service-section.style-3 .swiper-slide-active .service-single-box .serial {
    color: #ffffff !important;
}

.about-section + .service-section.style-3 .service-single-box .inner-box .serial {
    color: var(--gray-color2) !important;
}

.about-section + .service-section.style-3 .service-single-box .border {
    background-color: var(--gray-color2) !important;
}

/* Service single box background'u kaldır - Sadece hakkımızda sayfasında */
.about-section + .service-section.style-3 .service-single-box {
    background-color: transparent !important;
}

.about-section + .service-section.style-3 .service-single-box:hover {
    background-color: transparent !important;
}

/* Service single box title font size */
.service-single-box .title {
    font-size: 24px !important;
}

@media (max-width: 575px) {
  .space.xs-pt-10,
  .space-top.xs-pt-10 {
    padding-top: 10px !important;
  }

  .space.xs-pt-20,
  .space-top.xs-pt-20 {
    padding-top: 20px !important;
  }

  .space.xs-pt-30,
  .space-top.xs-pt-30 {
    padding-top: 30px !important;
  }
  .space.xs-pt-0,
  .space-top.xs-pt-0 {
    padding-top: 0 !important;
  }

  .space.xs-pb-0,
  .space-bottom.xs-pb-0 {
    padding-bottom: 0 !important;
  }
}

