/* Hero Banner Styles */
.hero-banner-area {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 550px;
    max-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    background-size: contain ;
}

.hero-banner-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(111deg, #02010100 42%, #fcf9f5eb 59%);
}

.hero-banner-content {
    position: relative;
    z-index: 3;
    padding: 40px 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px
}

.hero-banner-content h1 {
    font-size: 3.5rem;
    font-weight: 600;
    color: #1b1c1d;
    line-height: 1.1em;
}

.hero-banner-content p {
    font-size: 18px;
    line-height: 1.2;
    color: #1b1c1d;
    font-weight: 400;
    line-height: 1.2em;
}

.hero-banner-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.hero-btn {
    display: inline-block;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.hero-primary-btn {
    background-color: #f99b26;
    color: #ffffff!important;
    border: 2px solid #f99b26;
}

.hero-primary-btn:hover {
    background-color: #f4872b;
    border-color: #f4872b;
    color: #ffffff!important;
}

.hero-secondary-btn {
    background-color: rgba(255, 255, 255, 0.15);
    color: #1b1c1d;
    border: 2px solid #1b1c1d;
    backdrop-filter: blur(5px);
}

.hero-secondary-btn:hover {
    background-color: #ffffff;
    color: #333333;
}

.container {
    position: relative;
}

/* Responsive styles */
@media only screen and (max-width: 991px) {
    .hero-banner-area {
        height: auto;
        min-height: 500px;
        padding: 80px 0;
        background-repeat: no-repeat;
    }
    
    .hero-banner-content h1 {
        font-size: 36px;
    }
    
    .hero-banner-content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner-area {
        min-height: 450px;
        padding: 60px 0;
        background-size: auto;
    }

    .hero-banner-content {
        text-align: center;
        align-items: center;
    }
    
    .hero-banner-content h1 {
        font-size: 35px;
    }
    
    .hero-banner-content p {
        font-size: 15px;
    }
    
    .hero-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 360px) {
    .hero-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .hero-banner-content h1 {
        font-size: 25px;
    }

    .hero-banner-content p {
        font-size: 12px;
    }

    .single-footer-widget .footer-contact-info .__cf_email__ {
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-all;
        white-space: normal;
    }
}

/* Yeni Hakkımızda Alanı Stilleri */
.about-new-area {
    padding: 40px 0;
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.about-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.about-section-title h2 {
    font-size: 2.5rem;
    color: #1b1c1d;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.about-section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #f99b26;
}

.about-section-title p {
    color: #666;
    font-size: 16px;
    max-width: 700px;
    margin: 15px auto 0;
}

.about-slider-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.about-slider-img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.about-slider-img:hover {
    transform: scale(1.05);
}

.about-content-box {
    padding: 40px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 450px;
}

.about-content-inner {
    padding: 20px;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1b1c1d;
    margin-bottom: 25px;
    position: relative;
}

.about-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #f99b26;
}

.about-description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
}

.about-action {
    margin-top: 30px;
}

/* Responsive Styles for About Section */
@media only screen and (max-width: 1449px) {
    .about-content-box {
        padding: 30px;
        min-height: 400px;
    }
    
    .about-content-inner {
        padding: 15px;
    }
    
}

@media only screen and (max-width: 1400px) {
    .about-content-box {
        padding: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .about-content-box {
        padding: 20px;
        min-height: 380px;
    }
    
    .about-content-inner {
        padding: 12px;
    }
    
    .about-title {
        font-size: 2rem;
        margin-bottom: 18px;
    }
    
    .about-description {
        font-size: 14px;
        line-height: 1.7;
    }
    
    .about-section-title h2 {
    }
}

@media only screen and (max-width: 991px) {
    .about-new-area {
        padding: 30px 0;
    }
    
    .about-content-box {
        padding: 25px;
        min-height: 350px;
    }
    
    .about-content-inner {
        padding: 15px;
    }
    
    .about-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .about-description {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .about-section-title h2 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .about-new-area {
        padding: 20px 0;
    }
    
    .about-content-box {
        padding: 20px;
        min-height: 300px;
        margin-top: 20px;
    }
    
    .about-content-inner {
        padding: 10px;
    }
    
    .about-title {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    
    .about-description {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .about-section-title {
        margin-bottom: 30px;
    }
    
    .about-section-title h2 {
        font-size: 1.8rem;
    }
    
    .about-section-title p {
        font-size: 14px;
    }
    
    .hero-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .about-content-box {
        padding: 15px;
        min-height: 250px;
    }
    
    .about-content-inner {
        padding: 8px;
    }
    
    .about-title {
        font-size: 1.5rem;
    }
    
    .about-description {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* Yeni Hizmetler Alanı Stilleri */
.services-new-area {
    padding: 40px 0;
    background-color: #f8f9fa;
    position: relative;
}

.services-section-title {
    text-align: center;
    margin-bottom: 30px;
}

.services-section-title h2 {
    font-size: 2.5rem;
    color: #1b1c1d;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.services-section-title h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #f99b26;
}

.services-section-title p {
    color: #666;
    font-size: 16px;
    max-width: 700px;
    margin: 20px auto 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

.service-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 40px 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.service-card-icon {
    width: 70px;
    height: 70px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.service-card:hover .service-card-icon {
    background: #f99b26;
    color: #ffffff;
}

.service-card-icon i {
    font-size: 32px;
    color: #f99b26;
    transition: all 0.3s ease;
}

.service-card:hover .service-card-icon i {
    color: #ffffff;
}

.service-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-card-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1b1c1d;
    margin: 0;
}

.service-card-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.service-card-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f99b26;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
    transition: all 0.3s ease;
}

.service-card-btn svg {
    transition: transform 0.3s ease;
}

.service-card-btn:hover {
    color: #f4872b;
}

.service-card-btn:hover svg {
    transform: translateX(5px);
}

.blog-area {
    padding: 40px 0;
    background-color: #ffffff;
    position: relative;
}

.blog-area .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.blog-area .section-title h2 {
    font-size: 2.5rem;
    color: #1b1c1d;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.blog-area .section-title h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #f99b26;
}

.blog-area .section-title p {
    color: #666;
    font-size: 16px;
    max-width: 700px;
    margin: 20px auto 0;
}


/* Responsive Styles for Services Section */
@media only screen and (max-width: 991px) {
    .services-new-area {
        padding: 30px 0;
    }
    
    .services-section-title h2 {
        font-size: 2rem;
    }
    
    .service-card {
        padding: 30px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .services-new-area {
        padding: 20px 0;
    }
    
    .services-section-title {
        margin-bottom: 20px;
    }
    
    .services-section-title h2 {
        font-size: 1.8rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .service-card {
        padding: 25px 20px;
    }
    
    .service-card-icon {
        width: 60px;
        height: 60px;
    }
    
    .service-card-icon i {
        font-size: 28px;
    }
    
    .service-card-content h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .services-new-area {
        padding: 15px 0;
    }
    
    .services-section-title h2 {
        font-size: 1.5rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .service-card {
        padding: 20px 15px;
    }
}

.services-all-btn {
    text-align: center;
    margin-top: 25px;
}

.services-all-btn .hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.services-all-btn .hero-btn svg {
    transition: transform 0.3s ease;
}

.services-all-btn .hero-btn:hover svg {
    transform: translateX(5px);
}

@media only screen and (max-width: 767px) {
    .services-all-btn {
        margin-top: 15px;
    }
    
    .services-all-btn .hero-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

/* Yeni Yorumlar Alanı Stilleri */
.reviews-new-area {
    padding: 40px 0;
    background-color: #ffffff;
    position: relative;
}

.reviews-section-title {
    text-align: center;
    margin-bottom: 30px;
}

.reviews-section-title h2 {
    font-size: 2.5rem;
    color: #1b1c1d;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.reviews-section-title h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #f99b26;
}

.reviews-section-title p {
    color: #666;
    font-size: 16px;
    max-width: 700px;
    margin: 20px auto 0;
}

.reviews-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 25px;
}

.reviews-slider {
    display: flex;
    gap: 30px;
    overflow-x: hidden;
    padding: 20px 0;
    position: relative;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    scrollbar-width: none; /* Firefox */
}

.reviews-slider::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.reviews-slider:active {
    cursor: grabbing;
}

.review-card {
    min-width: 350px;
    background: #ffffff;
    border-radius: 15px;
    padding:  30px 30px 15px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.review-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    background: #f99b26;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.reviewer-info {
    flex: 1;
}

.reviewer-info h3 {
    font-size: 18px;
    color: #1b1c1d;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.review-date {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}

.review-content p {
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.review-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.review-nav:hover {
    background: #f99b26;
    color: #ffffff;
}

.review-nav.prev {
    left: 0;
}

.review-nav.next {
    right: 0;
}

.review-nav.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .review-nav {
        width: 35px;
        height: 35px;
    }
    
    .review-nav svg {
        width: 20px;
        height: 20px;
    }
}

.reviewer-info .verified-badge {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 2px;
    font-style: italic;
}

.review-ratings {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}

.rating-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.rating-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.rating-stars {
    display: flex;
    gap: 2px;
}

.rating-stars .star {
    color: #ddd;
    font-size: 16px;
}

.rating-stars .star.filled {
    color: #FFD700;
}

.rating-stars .star.blue-star {
    color: #f99b26;
}

@media only screen and (max-width: 767px) {
    .review-ratings {
        gap: 12px;
        padding: 10px 0;
    }
    
    .rating-label {
        font-size: 12px;
    }
    
    .rating-stars .star {
        font-size: 14px;
    }
}

.review-nav svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.review-nav.prev:hover svg {
    transform: translateX(-3px);
}

.review-nav.next:hover svg {
    transform: translateX(3px);
}

/* Responsive Styles for Reviews Section */
@media only screen and (max-width: 991px) {
    .reviews-new-area {
        padding: 30px 0;
    }
    
    .reviews-section-title h2 {
        font-size: 2rem;
    }
    
    .review-card {
        min-width: 300px;
        padding: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .reviews-new-area {
        padding: 20px 0;
    }
    
    .reviews-section-title {
        margin-bottom: 40px;
    }
    
    .reviews-section-title h2 {
        font-size: 1.8rem;
    }
    
    .reviews-wrapper {
        padding: 0 20px;
    }
    
    .review-card {
        min-width: 280px;
        padding: 20px;
    }
    
    .reviewer-avatar {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .reviewer-info h3 {
        font-size: 16px;
    }
    
    .review-content p {
        font-size: 14px;
    }
    
    .review-nav {
        width: 35px;
        height: 35px;
    }
    
    .review-nav svg {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .reviews-new-area {
        padding: 15px 0;
    }
    
    .reviews-section-title h2 {
        font-size: 1.5rem;
    }
    
    .review-card {
        min-width: 260px;
        padding: 15px;
    }
    
    .reviews-wrapper {
        padding: 0 15px;
    }
}

/* Certificates Section Styles */
.certificates-section, .certificates-area {
    padding: 60px 0;
    background-color: #f8f9fa;
    position: relative;
}

.certificates-section-title, .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.certificates-section-title h2, .section-title h2 {
    font-size: 2.5rem;
    color: #1b1c1d;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.certificates-section-title h2::after, .section-title h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #f99b26;
}

.certificates-section-title p, .section-title p {
    color: #666;
    font-size: 16px;
    max-width: 700px;
    margin: 20px auto 0;
}

/* Certificates Slider Styles */
.certificates-slider-container {
    position: relative;
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.certificates-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 1000px;
}

.certificates-slider {
    display: flex;
    transition: transform 0.5s ease;
    cursor: grab;
    width: 100%;
    gap: 0;
    will-change: transform;
    overflow: visible;
}

.certificate-item {
    flex-shrink: 0;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.certificate-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    max-height: 450px;
    object-fit: contain;
}

.certificate-item:hover .certificate-img {
    transform: translateY(-5px);
}

.certificate-nav {
    width: 40px;
    height: 40px;
    border: none;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    flex-shrink: 0;
}

.certificate-nav:hover {
    background: #f99b26;
    color: #ffffff;
}

.certificate-nav.prev svg,
.certificate-nav.next svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.certificate-nav.prev:hover svg {
    transform: translateX(-3px);
}

.certificate-nav.next:hover svg {
    transform: translateX(3px);
}

.certificates-dots-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.certificates-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.certificate-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.certificate-dot.active {
    background-color: #f99b26;
    transform: scale(1.2);
}

/* Responsive style for certificate slider */
@media only screen and (max-width: 991px) {
    .certificates-area {
        padding: 40px 0;
    }
    
    .certificates-slider-container {
        max-width: 800px;
    }
    
    .certificates-slider-wrapper {
        max-width: 700px;
    }
    
    .certificate-img {
        max-height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .certificates-area {
        padding: 30px 0;
    }
    
    .certificates-slider-container {
        max-width: 100%;
        padding: 20px 0;
    }
    
    .certificates-slider-wrapper {
        max-width: 280px;
    }
    
    .certificates-dots-container {
        margin-top: 15px;
    }
    
    .certificate-nav {
        width: 35px;
        height: 35px;
    }
    
    .certificate-nav svg {
        width: 20px;
        height: 20px;
    }
    
    .certificate-dot {
        width: 8px;
        height: 8px;
    }
    
    .certificate-img {
        max-height: 350px;
    }
}

@media only screen and (max-width: 480px) {
    .certificates-area {
        padding: 20px 0;
    }
    
    .certificates-slider-wrapper {
        max-width: 220px;
    }
    
    .certificate-img {
        max-height: 300px;
    }
}

.certificate-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

.certificate-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.certificate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.certificate-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.certificate-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.certificate-card:hover .certificate-image img {
    transform: scale(1.05);
}

.certificate-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.certificate-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1b1c1d;
    margin: 0;
}

.certificate-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.certificate-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.certificate-issuer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.certificate-issuer-logo {
    width: 30px;
    height: 30px;
}

.certificate-issuer-name {
    font-size: 14px;
    color: #777;
}

.certificate-date {
    font-size: 14px;
    color: #777;
    margin-left: auto;
}

.certificate-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 600;
    background-color: #f99b26;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.certificate-btn:hover {
    background-color: #f4872b;
}

/* Responsive Styles for Certificates Section */
@media only screen and (max-width: 991px) {
    .certificates-section {
        padding: 40px 0;
    }
    
    .certificates-section-title h2 {
        font-size: 2rem;
    }
    
    .certificate-content {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .certificates-section {
        padding: 30px 0;
    }
    
    .certificates-section-title {
        margin-bottom: 30px;
    }
    
    .certificates-section-title h2 {
        font-size: 1.8rem;
    }
    
    .certificates-section-title p {
        font-size: 15px;
    }
    
    .certificate-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto;
    }
    
    .certificate-content h3 {
        font-size: 18px;
    }
    
    .certificate-content p {
        font-size: 14px;
    }
    
    .certificate-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .certificates-section {
        padding: 20px 0;
    }
    
    .certificates-section-title h2 {
        font-size: 1.5rem;
    }
    
    .certificate-image {
        height: 180px;
    }
    
    .certificate-content {
        padding: 15px;
    }
}


/* Teklif Formu ve Randevu Sayfası Stilleri */
.randevu-form-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.randevu-form-container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.randevu-form-header {
    padding: 25px 30px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.randevu-form-header h3 {
    font-size: 1.8rem;
    color: #1b1c1d;
    margin: 0;
    font-weight: 600;
}

.randevu-form-steps {
    display: flex;
    gap: 5px;
}

.step-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
}

.step-dot.active {
    background-color: #f99b26;
}

.randevu-form-body {
    padding: 40px;
}

.randevu-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
}

.randevu-input-group {
    position: relative;
    margin-bottom: 0;
}

.randevu-input-group input,
.randevu-input-group select,
.randevu-input-group textarea {
    width: 100%;
    padding: 18px 15px 18px 50px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    transition: all 0.3s ease;
    height: 60px;
}

.randevu-input-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%233192d3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    cursor: pointer;
    max-height: 60px;
}

.randevu-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #f99b26;
    font-size: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.randevu-submit-btn {
    grid-column: span 2;
    text-align: center;
    margin-top: 30px;
}

.randevu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 50px;
    background-color: #f99b26;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(49, 146, 211, 0.3);
}

.randevu-btn:hover {
    background-color: #f4872b;
}

.randevu-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.randevu-btn:hover i {
    transform: translateX(5px);
}

.randevu-contact-info {
    background-color: #ffffff;
    padding: 35px 40px;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.randevu-contact-title {
    font-size: 1.8rem;
    color: #1b1c1d;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.randevu-contact-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 4px;
    background-color: #f99b26;
    border-radius: 10px;
}

.randevu-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.randevu-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 0 10px;
}

.randevu-contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(49, 146, 211, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f99b26;
    font-size: 22px;
    flex-shrink: 0;
}

.randevu-contact-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1b1c1d;
    margin: 0 0 8px 0;
}

.randevu-contact-text p {
    font-size: 16px;
    color: #666;
    margin: 0 0 5px 0;
    line-height: 1.4;
}

.randevu-contact-text a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.randevu-contact-text a:hover {
    color: #f99b26;
}

@media only screen and (max-width: 991px) {
    .randevu-form-grid {
        grid-template-columns: 1fr;
    }
    
    .randevu-textarea-group {
        grid-column: span 1;
    }
    
    .randevu-submit-btn {
        grid-column: span 1;
    }
    
    .randevu-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .randevu-form-section {
        padding: 40px 0;
    }
    
    .randevu-form-header,
    .randevu-form-body {
        padding: 20px;
    }
    
    .randevu-form-header h3 {
        font-size: 1.5rem;
    }
    
    .randevu-input-group input,
    .randevu-input-group select,
    .randevu-input-group textarea {
        padding: 12px 12px 12px 40px;
    }
    
    .randevu-textarea-group textarea {
        min-height: 120px;
    }
    
    .randevu-btn {
        padding: 12px 30px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .randevu-form-section {
        padding: 30px 0;
    }
    
    .randevu-form-header,
    .randevu-form-body {
        padding: 15px;
    }
    
    .randevu-form-header h3 {
        font-size: 1.3rem;
    }
    
    .randevu-contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* İletişim Sayfası Stilleri */
.contact-new-section {
    padding: 70px 0;
    background-color: #f8f9fa;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9)), url('../img/pattern-bg.png');
    background-position: center;
    background-size: cover;
}

.contact-new-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 0;
}

.contact-form-column {
    width: 100%;
    padding: 40px;
    background-color: #fff;
}

.contact-info-column {
    width: 100%;
    padding: 40px;
    background-color: #f8f9fa;
    border-left: 1px solid #eee;
}

.contact-form-title {
    font-size: 1.8rem;
    color: #1b1c1d;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.contact-form-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #f99b26;
}

.contact-info-title {
    font-size: 1.6rem;
    color: #1b1c1d;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
}

.contact-info-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #f99b26;
}

.contact-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.5;
}

.contact-form-new {
    width: 100%;
}

.contact-input {
    width: 100%;
    height: 55px;
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.contact-textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    background-color: #f9f9f9;
    resize: vertical;
    min-height: 150px;
    transition: all 0.3s ease;
}

.contact-input:focus, .contact-textarea:focus {
    border-color: #f99b26;
    box-shadow: 0 0 0 3px rgba(49, 146, 211, 0.2);
    outline: none;
    background-color: #fff;
}

.contact-submit-btn {
    width: 100%;
    height: 55px;
    background-color: #f99b26;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(49, 146, 211, 0.3);
}

.contact-submit-btn:hover {
    background-color: #f4872b;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(49, 146, 211, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-icon i {
    font-size: 20px;
    color: #f99b26;
}

.contact-info-content {
    flex: 1;
}

.contact-info-label {
    font-weight: 600;
    color: #1b1c1d;
    margin-bottom: 8px;
    font-size: 16px;
}

.contact-info-text {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 5px 0;
}

.contact-info-text a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-text a:hover {
    color: #f99b26;
}

.contact-map-section {
    margin-top: 50px;
    padding: 0 20px;
}

.wpo-contact-map {
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    max-width: 1100px;
    margin: 0 auto;
}

.wpo-contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media only screen and (max-width: 991px) {
    .contact-new-container {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .contact-info-column {
        border-left: none;
        border-top: 1px solid #eee;
    }
    
    .contact-form-title, .contact-info-title {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    
    .contact-subtitle {
        margin-bottom: 20px;
    }
    
    .wpo-contact-map {
        height: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-new-section {
        padding: 40px 0;
    }
    
    .contact-form-column, .contact-info-column {
        padding: 30px;
    }
    
    .contact-form-title, .contact-info-title {
        font-size: 1.5rem;
    }
    
    .contact-info-list {
        gap: 20px;
    }
    
    .contact-info-icon {
        width: 45px;
        height: 45px;
    }
    
    .contact-info-icon i {
        font-size: 18px;
    }
    
    .contact-input, .contact-textarea, .contact-submit-btn {
        font-size: 14px;
    }
    
    .wpo-contact-map {
        height: 300px;
    }
}

@media only screen and (max-width: 480px) {
    .contact-form-column, .contact-info-column {
        padding: 20px;
    }
    
    .contact-info-item {
        padding: 12px;
    }
    
    .contact-info-icon {
        width: 40px;
        height: 40px;
    }
    
    .wpo-contact-map {
        height: 250px;
    }
}

/* Hizmet İçerik Sayfası Stilleri */
.services-details-area {
    padding: 50px 0;
    background-color: #f8f9fa;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9)), url('../img/pattern-bg.png');
    background-position: center;
    background-size: cover;
}

.services-details-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin: 0 auto;
}

.services-details-desc {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
}

.services-details-desc .sub-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1b1c1d;
    margin: 25px 0 20px;
    position: relative;
}

.services-details-desc .sub-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #f99b26;
}

.services-details-desc p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-top: 20px;
}

.overview-image {
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.overview-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    display: block;
}

.overview-image:hover img {
    transform: scale(1.03);
}

.services-details-info {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 25px;
    height: auto;
    position: sticky;
    top: 20px;
}

.services-list {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #f99b26 #f0f0f0;
}

@media only screen and (max-width: 991px) {
    .services-list {
        max-height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .services-list {
        max-height: 350px;
    }
}

@media only screen and (max-width: 480px) {
    .services-list {
        max-height: 300px;
        padding-right: 5px;
    }
    
    .services-list li a {
        padding: 10px 8px;
        font-size: 14px;
    }
    
    .services-list li a > span {
        -webkit-line-clamp: 2;
        font-size: 13px;
    }
    
    .services-details-info {
        padding: 15px 12px;
    }
}

@media only screen and (max-width: 360px) {
    .services-list li a {
        padding: 8px 6px;
        font-size: 13px;
    }
    
    .services-list li a > span {
        font-size: 12px;
    }
}

.service-title-header {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #f99b26;
    padding: 20px;
    text-align: center;
}

.service-title-header .sub-title {
    color: #fff;
    margin: 0;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}

@media only screen and (max-width: 991px) {
    .service-title-header .sub-title {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .service-title-header .sub-title {
        font-size: 1.9rem;
    }
}

@media only screen and (max-width: 500px) {
    .service-title-header .sub-title {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 380px) {
    .service-title-header .sub-title {
        font-size: 1.5rem;
    }
}

/* Hizmet içerik sayfası düzeltmeleri */
@media only screen and (max-width: 500px) {
    /* Hizmet içerik sayfası mobil düzeltmeleri */
    .services-details-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .services-details-desc {
        padding: 15px 10px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .service-content {
        font-size: 14px;
        line-height: 1.6;
        padding: 0;
        width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    
    .service-content * {
        max-width: 100%;
    }
    
    .services-details-info {
        width: 100%;
        box-sizing: border-box;
        padding: 15px 10px;
    }
    
    .page-banner-with-full-image {
        height: auto;
        padding: 30px 0;
        min-height: 150px;
    }
    
    .page-banner-content-two h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
        word-break: break-word;
    }
    
    .services-sidebar-title {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 480px) {
    .services-details-container {
        gap: 15px;
    }
    
    .services-details-desc,
    .services-details-info {
        padding: 12px 8px;
    }
    
    .service-content {
        font-size: 13px;
    }
    
    .page-banner-content-two h2 {
        font-size: 1.2rem;
    }
    
    .page-banner-content-two ul li {
        font-size: 13px;
    }
    
    .content-image {
        padding: 12px 8px;
    }
    
    .content-image .sub-title {
        font-size: 1.1rem;
    }
    
    /* Tablo düzeltmeleri */
    .service-content table {
        display: block;
        width: 100% !important;
        overflow-x: auto;
    }
}

@media only screen and (max-width: 380px) {
    .service-content {
        font-size: 12px;
    }
    
    .page-banner-content-two h2 {
        font-size: 1.1rem;
    }
    
    .services-list li a {
        padding: 8px 5px;
        font-size: 12px;
    }
    
    .content-image .sub-title {
        font-size: 1rem;
    }
}

/* Taşma sorunu için ek düzeltmeler */
.service-content {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* Uzun kelimelerin taşmasını engelle */
.service-content a,
.service-content p,
.service-content span,
.service-content div {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
}

/* Tablolardaki taşma sorununu gider */
.service-content table {
    width: 100% !important;
    table-layout: fixed;
}

/* Tablo içeriğinin taşmasını engelle */
.service-content table td,
.service-content table th {
    word-break: break-word;
}

/* Genel taşma düzeltmeleri */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Responsive resim düzeltmeleri */
img {
    max-width: 100%;
    height: auto;
}

/* Hizmet sayfalarında içeriğin düzgün görünmesi */
.services-details-area {
    width: 100%;
    overflow: hidden;
}

/* Service Content Stillerini Geri Ekleme */
.service-content {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    padding: 0 5px;
}

.service-content p {
    margin-bottom: 20px;
    text-align: justify;
}

.service-content h1, 
.service-content h2, 
.service-content h3, 
.service-content h4, 
.service-content h5, 
.service-content h6 {
    color: #1b1c1d;
    margin: 25px 0 15px;
    font-weight: 600;
    line-height: 1.4;
}

.service-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.service-content ul li {
    margin-bottom: 10px;
}

.service-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
}

.service-content a {
    color: #f99b26;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-content a:hover {
    color: #f4872b;
    text-decoration: underline;
}

/* Services details responsive ayarları */
@media only screen and (max-width: 991px) {
    .services-details-container {
        grid-template-columns: 1fr;
    }
    
    .services-details-info {
        position: relative;
        top: 0;
        margin-top: 30px;
        height: auto;
    }
    
    .services-list {
        max-height: 400px;
    }
}

/* Uzun içerikli hizmet sayfalarında scroll çözümü */
@media only screen and (min-width: 992px) {
    .services-details-container {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 30px;
        align-items: flex-start;
    }
    
    .services-details-info {
        position: sticky;
        top: 20px;
        align-self: flex-start;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }
    
    .services-sidebar-title {
        flex-shrink: 0;
    }
    
    .services-list {
        flex: 1;
        overflow-y: auto;
        max-height: none;
    }
}

@media only screen and (max-width: 767px) {
    .services-details-area {
        padding: 20px 0;
    }
    
    .services-details-desc {
        padding: 15px;
    }
    
    .service-content {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .service-content p {
        margin-bottom: 10px;
    }
    
    .services-sidebar-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    
    .services-list li a {
        padding: 8px 8px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .services-details-area {
        padding: 15px 0;
    }
    
    .services-details-desc, .services-details-info {
        padding: 10px;
    }
    
    .service-content {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .services-list {
        max-height: 250px;
    }
}

/* Sidebar Stilleri */
.services-sidebar-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1b1c1d;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

.services-sidebar-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 2px;
    background-color: #f99b26;
}

@media only screen and (max-width: 767px) {
    .services-sidebar-title {
        font-size: 1.3rem;
        margin-bottom: 12px;
        padding-bottom: 5px;
    }
}

/* Page Banner with Full Image */
.page-banner-with-full-image {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f99b26;
    text-align: center;
}

.page-banner-content-two {
    position: relative;
    z-index: 3;
    padding: 30px 0;
    text-align: center;
}

.page-banner-content-two h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}

.page-banner-content-two ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 10px;
}

.page-banner-content-two ul li {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
}

.page-banner-content-two ul li:not(:last-child):after {
    content: '/';
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.page-banner-content-two ul li a {
    color: #ffffff;
    text-decoration: none;
}

.page-banner-content-two ul li a:hover {
    text-decoration: underline;
}

/* Responsive styles for page banner */
@media only screen and (max-width: 991px) {
    .page-banner-with-full-image {
        height: 250px;
    }
    
    .page-banner-content-two h2 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .page-banner-with-full-image {
        height: 200px;
    }
    
    .page-banner-content-two h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    
    .page-banner-content-two ul li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .page-banner-with-full-image {
        height: 180px;
    }
    
    .page-banner-content-two h2 {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }
    
    .page-banner-content-two ul li {
        font-size: 12px;
    }
    
    .page-banner-content-two ul li:not(:last-child):after {
        margin-left: 5px;
    }
}

/* Hizmet içerik sayfası taşma sorunu düzeltmesi */
body[class*="hizmet-icerik"] .service-content,
body[class*="hizmet-icerik"] .service-content p,
body[class*="hizmet-icerik"] .service-content div,
body[class*="hizmet-icerik"] .service-content img {
    max-width: 100% !important;
    height: auto !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

/* Tüm medya içeriklerinin taşmasını engelle */
.service-content img,
.service-content iframe,
.service-content video,
.service-content embed {
    max-width: 100% !important;
    height: auto !important;
}

/* Genel taşma sorunu düzeltmeleri */
.services-details-desc {
    overflow: hidden;
}

/* Ek mobil ekran düzeltmeleri */
@media only screen and (max-width: 360px) {
    .services-details-desc .sub-title {
        font-size: 1.3rem;
    }
    
    .services-sidebar-title {
        font-size: 1.1rem;
    }
    
    .services-list li a {
        font-size: 13px;
        padding: 6px 6px;
    }
    
    .service-content {
        font-size: 13px;
    }
}

/* Tablolardaki taşma sorununu gider */
.service-content table {
    width: 100% !important;
    table-layout: fixed;
}

/* Tablo içeriğinin taşmasını engelle */
.service-content table td,
.service-content table th {
    word-break: break-word;
}

/* Hizmet listesi stili düzeltmeleri */
.services-list::-webkit-scrollbar {
    width: 6px;
}

.services-list::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.services-list::-webkit-scrollbar-thumb {
    background-color: #f99b26;
    border-radius: 10px;
}

.services-list li {
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.services-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.services-list li a i {
    color: #f99b26;
    font-size: 13px;
    transition: transform 0.3s ease;
    margin-left: 8px;
    display: inline-block;
    flex-shrink: 0;
    min-width: 16px;
    text-align: center;
}

.services-list li a:hover {
    background-color: #f8f9fa;
    color: #f99b26;
}

.services-list li a:hover i {
    transform: translateX(3px);
}

.services-list li a.active {
    background-color: #f99b26;
    color: #ffffff;
}

.services-list li a.active i {
    color: #ffffff;
}

.services-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    font-weight: 500;
    padding: 12px 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    word-break: break-word;
}

.services-list li a > span {
    flex: 1;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Blog İçerik Sayfası Stilleri */
.blog-details-area {
    padding: 50px 0;
    background-color: #f8f9fa;
    position: relative;
}

.blog-details-desc {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.article-content {
    position: relative;
}

.title-box {
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}

.title-box h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1b1c1d;
    margin-bottom: 15px;
    line-height: 1.3;
}

.entry-meta {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.entry-meta ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.entry-meta ul li {
    position: relative;
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.entry-meta ul li i {
    color: #f99b26;
    font-size: 16px;
}

.entry-meta ul li a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.entry-meta ul li a:hover {
    color: #f99b26;
}

.article-image {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.article-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.article-image:hover img {
    transform: scale(1.02);
}

.article-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.article-content p:last-child {
    margin-bottom: 0;
}

.article-content h1, 
.article-content h2, 
.article-content h3, 
.article-content h4, 
.article-content h5, 
.article-content h6 {
    color: #1b1c1d;
    margin: 30px 0 20px;
    font-weight: 600;
    line-height: 1.4;
}

.article-content ul,
.article-content ol {
    padding-left: 25px;
    margin-bottom: 25px;
}

.article-content ul li,
.article-content ol li {
    margin-bottom: 10px;
    color: #444;
    line-height: 1.7;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 25px 0;
}

.article-content a {
    color: #f99b26;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.article-content a:hover {
    color: #f4872b;
    text-decoration: underline;
}

.article-content blockquote {
    background-color: #f8f9fa;
    padding: 25px;
    border-left: 4px solid #f99b26;
    margin: 25px 0;
    font-style: italic;
    color: #333;
    border-radius: 0 10px 10px 0;
}

.article-content blockquote p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.7;
}

/* Blog İçerik Sayfası Responsive Stiller */
@media only screen and (max-width: 991px) {
    .blog-details-desc {
        padding: 30px;
    }
    
    .title-box h2 {
        font-size: 2rem;
    }
    
    .entry-meta ul {
        gap: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-area {
        padding: 30px 0;
    }
    
    .blog-details-desc {
        padding: 25px 20px;
    }
    
    .title-box {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    
    .title-box h2 {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    
    .entry-meta ul {
        gap: 12px;
    }
    
    .entry-meta ul li {
        font-size: 13px;
    }
    
    .article-image {
        margin-bottom: 25px;
    }
    
    .article-content p {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media only screen and (max-width: 480px) {
    .blog-details-area {
        padding: 20px 0;
    }
    
    .blog-details-desc {
        padding: 20px 15px;
        border-radius: 10px;
    }
    
    .title-box h2 {
        font-size: 1.5rem;
    }
    
    .entry-meta ul {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .article-content p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .article-content blockquote {
        padding: 15px;
    }
    
    .article-content blockquote p {
        font-size: 15px;
    }
}

/* Blog icerik sayfası taşma sorunu düzeltmesi */
.article-content {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.article-content img,
.article-content iframe,
.article-content video,
.article-content embed {
    max-width: 100% !important;
    height: auto !important;
}

.article-content table {
    width: 100% !important;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 25px 0;
    overflow-x: auto;
    display: block;
}

.article-content table td,
.article-content table th {
    padding: 12px;
    border: 1px solid #eee;
    word-break: break-word;
}

/* Custom style for ptb-100 class */
.ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 991px) {
    .ptb-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .ptb-100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .ptb-100 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* Blog İçerik Sayfası Yeni Stiller */
.article-image {
    margin-bottom: 25px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    max-height: 500px; /* Görsel yüksekliğini sınırla */
    text-align: center;
}

.article-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 500px; /* Görsel yüksekliğini sınırla */
    display: block;
    margin: 0 auto;
    transition: transform 0.5s ease;
    object-fit: contain;
}

.title-box {
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-top: 10px;
}

.article-text {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.article-text p {
    margin-bottom: 20px;
}

.article-text p:last-child {
    margin-bottom: 0;
}

/* Responsive ayarlar */
@media only screen and (max-width: 991px) {
    .article-image {
        max-height: 400px;
    }
    
    .article-image img {
        max-height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .article-image {
        max-height: 350px;
        margin-bottom: 20px;
    }
    
    .article-image img {
        max-height: 350px;
    }
    
    .title-box {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .article-image {
        max-height: 250px;
        margin-bottom: 15px;
    }
    
    .article-image img {
        max-height: 250px;
    }
    
    .title-box {
        margin-bottom: 15px;
        padding-bottom: 12px;
    }
    
    .article-text {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* Dropdown seçenekleri için scroll stili */
select[name="bolum"] {
    overflow-y: auto !important;
}

/* Chrome ve Safari için dropdown scroll düzeltmesi */
select[name="bolum"] option {
    padding: 10px;
    font-size: 15px;
}

/* Firefox için dropdown scroll düzeltmesi */
@-moz-document url-prefix() {
    select[name="bolum"] {
        overflow-y: auto !important;
        max-height: 300px !important;
    }
    
    select[name="bolum"] option {
        padding: 8px;
    }
}

/* Dropdown için stil düzenlemeleri */
.randevu-input-group select option {
    padding: 8px 10px;
    background-color: #fff;
    color: #333;
}

/* Seçili option için stil */
.randevu-input-group select option:checked,
.randevu-input-group select option:hover {
    background-color: #f0f8ff;
    color: #f99b26;
}

/* Microsoft Edge ve IE için dropdown düzeltmesi */
@supports (-ms-ime-align:auto) {
    .randevu-input-group select {
        padding-right: 30px;
    }
}

/* Mobile için dropdown stil düzeltmeleri */
@media only screen and (max-width: 767px) {
    .randevu-input-group select {
        font-size: 15px;
        background-position: right 10px center;
    }
    
    select[name="bolum"] option {
        padding: 8px;
        font-size: 14px;
    }
}

/* Genel dropdown list görünümü düzeltmesi için */
.randevu-input-group select {
    z-index: 999;
}

/* Dropdown'un açıldığında görünümü */
.randevu-input-group select:focus {
    border-color: #f99b26;
    outline: none;
    box-shadow: 0 0 0 3px rgba(49, 146, 211, 0.25);
}

/* Randevu Select Dropdown Düzenlemesi */
.randevu-select {
    position: relative;
}

/* Select element içindeki option listesi için */
.randevu-select option {
    background-color: white;
    color: #333;
    padding: 10px 15px;
}

/* Select dropdown açıldığında görünümü */
select.randevu-select[name="bolum"] {
    position: relative;
    overflow: hidden;
}

/* Select dropdown için açılır liste düzenlemesi */
select.randevu-select[name="bolum"]:focus {
    overflow: auto;
    max-height: 300px;
    z-index: 9999;
}

/* Select dropdown açıldığında görünüm değişikliği */
select.randevu-select[name="bolum"]:focus option {
    position: relative;
    max-height: none;
    height: auto;
}

/* Özellikle mobil cihazlar için liste boyutunu sınırlama */
@media (max-width: 768px) {
    select.randevu-select[name="bolum"] {
        max-height: 200px;
    }
}

/* JavaScript ile dropdown açma butonunu düzeltme */
/* Bu CSS HTML ve JS ile birlikte çalışır - Bu JavaScript kodu sayfaya eklenmelidir */
.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Mobil ve dokunmatik cihazlar için özel düzenleme */
@media (hover: none) and (pointer: coarse) {
    select.randevu-select[name="bolum"] {
        -webkit-appearance: menulist; /* Safari ve Chrome için */
        appearance: menulist; /* Standart */
    }
}

/* IE 10+ için */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    select.randevu-select[name="bolum"] {
        padding-right: 35px;
    }
}

/* React-select benzeri özel dropdown yapısı */
.custom-select-dropdown {
    position: relative;
}

/* Dropdown görünümünü iyileştirme */
.randevu-input-group select.randevu-select {
    padding-right: 40px; /* Ok işareti için yer açma */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Dropdown ok işareti */
.randevu-input-group select.randevu-select::-ms-expand {
    display: none;
}

/* Select elementinin scrollable olmasını sağlama */
.randevu-input-group select.randevu-select {
    scrollbar-width: thin;
    scrollbar-color: #f99b26 #f0f0f0;
}

.randevu-input-group select.randevu-select::-webkit-scrollbar {
    width: 6px;
}

.randevu-input-group select.randevu-select::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.randevu-input-group select.randevu-select::-webkit-scrollbar-thumb {
    background-color: #f99b26;
    border-radius: 6px;
}

/* Alternatif çözüm için JavaScript desteği (jQuery) */
/* 
$(document).ready(function(){
    // Option listesinin görünür olması için select'e tıklandığında
    $('select[name="bolum"]').on('mousedown', function(e){
        e.preventDefault();
        this.blur();
        window.focus();
        
        var scrollHeight = this.scrollHeight;
        var heightAttribute = scrollHeight + "px";
        
        // Select'in height değerini ayarlayıp göster
        $(this).css('height', heightAttribute);
        
        // Kullanıcı bir şey seçerse eski boyuta dön
        $(this).one('change', function(){
            $(this).css('height', '60px');
        });
        
        // Dışarı tıklandığında eski boyuta dön
        $(document).one('click', function(event){
            if(!$(event.target).closest('select[name="bolum"]').length) {
                $('select[name="bolum"]').css('height', '60px');
            }
        });
    });
});
*/

/* Select dropdown için temel düzeltmeler */
.randevu-input-group select {
    appearance: menulist !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    background-image: none !important;
    padding-right: 15px !important;
    height: 60px !important;
    overflow-y: auto !important;
}

/* Dropdown menu seçenekleri */
.randevu-input-group select[name="bolum"] {
    height: auto !important;
    max-height: 60px !important; /* Kapalıyken yükseklik */
}

/* Select açıldığında yükseklik */
.randevu-input-group select[name="bolum"]:focus {
    max-height: 300px !important; /* Açıkken maksimum yükseklik */
}

/* Dropdown seçeneklerinin görünümü */
.randevu-input-group select[name="bolum"] option {
    padding: 10px 15px !important;
    white-space: normal !important;
    line-height: 1.4 !important;
}

/* Modern tarayıcılar için scrollbar */
.randevu-input-group select {
    scrollbar-width: thin;
    scrollbar-color: #f99b26 #f0f0f0;
}

.randevu-input-group select::-webkit-scrollbar {
    width: 8px;
}

.randevu-input-group select::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 10px;
}

.randevu-input-group select::-webkit-scrollbar-thumb {
    background-color: #f99b26;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
}

/* Tarayıcı uyumluluğu için ek düzeltmeler */
@supports (-webkit-overflow-scrolling: touch) {
    /* iOS için */
    .randevu-input-group select[name="bolum"] {
        font-size: 16px !important; /* iOS'ta zoom sorununu engeller */
    }
}

@supports (-moz-appearance:none) {
    /* Firefox için */
    .randevu-input-group select[name="bolum"] {
        text-indent: 0.01px;
        text-overflow: '';
        width: 100%;
    }
}

/* Tamamen yeni ve benzersiz dropdown stili */
.custom-dropdown-select {
    /* Temel stiller */
    display: block !important;
    width: 100% !important;
    padding: 12px 15px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    color: #333 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 8px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    height: 60px !important;
    padding-left: 50px !important; /* İkon boşluğu için */
    
    /* Dropdown görünümü düzeltmesi */
    appearance: menulist !important; /* Standart dropdown görünümü */
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    background-image: none !important; /* Özel ok ikonları kaldırıldı */
    
    /* Çakışma sorununu önlemek için */
    position: relative !important;
    z-index: 1 !important;
}

/* Dropdown tıklandığında açılan liste düzeltmesi */
.custom-dropdown-select:focus {
    border-color: #f99b26 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 3px rgba(49, 146, 211, 0.25) !important;
    z-index: 10 !important;
}

/* İki dropdown görünme sorununu gidermek için */
.randevu-input-group {
    position: relative !important;
    z-index: 1 !important;
}

/* Fazladan görünen dropdownları gizle */
.ui-selectmenu-button,
.ui-selectmenu-menu,
.select2-container,
.bootstrap-select {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

/* Tarayıcı uyumluluğu için mobil düzenlemeler */
@media (max-width: 767px) {
    .custom-dropdown-select {
        /* Mobil cihazlar için native dropdown kullanımını zorla */
        -webkit-appearance: menulist !important;
        -moz-appearance: menulist !important;
        appearance: menulist !important;
        font-size: 15px !important;
    }
}

/* Option stillerini geri ekleme */
.custom-dropdown-select option {
    padding: 10px !important;
    font-size: 15px !important;
    background-color: #fff !important;
    color: #333 !important;
}

.custom-dropdown-select option:hover,
.custom-dropdown-select option:checked {
    background-color: #f0f8ff !important;
    color: #f99b26 !important;
}

/* Duplike dropdown gizleme */
.select2-container--default,
.select2-selection--single,
.select2-selection__rendered,
.select2-selection__arrow,
.ui-selectmenu-text,
.ui-corner-all {
    display: none !important;
    visibility: hidden !important;
}

/* Select kutusunun Z-index değerini yükseltme */
.randevu-input-group select {
    z-index: 100 !important;
    position: relative !important;
}

/* Tarayıcıya özgü düzeltmeler */
/* Chrome ve Safari için */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .custom-dropdown-select {
        padding-right: 30px !important;
    }
    
    .custom-dropdown-select option {
        padding: 8px !important;
    }
}

/* Firefox için */
@-moz-document url-prefix() {
    .custom-dropdown-select {
        text-indent: 0 !important;
        text-overflow: ellipsis !important;
    }
    
    .custom-dropdown-select option {
        padding: 8px 10px !important;
    }
}

/* Tüm dropdown kopyalarını gizle */
div[id^="select2-"], 
div[id^="bs-select-"],
div[id^="ui-id-"],
div[class^="dropdown-menu"],
ul[class^="select2-results__options"] {
    display: none !important;
    visibility: hidden !important;
}

/* Nice Select kütüphanesini devre dışı bırak */
.nice-select,
.nice-select.form-control,
.nice-select.custom-dropdown-select,
div.nice-select {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute !important;
    z-index: -1 !important;
    overflow: hidden !important;
}

/* Orijinal select elementini görünür yap */
select.form-control,
select.custom-dropdown-select {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    height: 60px !important;
    width: 100% !important;
    padding: 10px 15px 10px 50px !important;
    background-color: #fff !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 8px !important;
    color: #333 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    background-clip: padding-box !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    appearance: menulist !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    position: relative !important;
    z-index: 100 !important;
}

/* Nice-select etkisiz hale getirme (genişletilmiş) */
.nice-select,
.nice-select *,
div.nice-select,
span.nice-select,
.nice-select.wide,
.nice-select.open,
.nice-select-dropdown,
.nice-select .option,
.nice-select .current,
.nice-select .list,
.nice-select-search,
.nice-select-search-box,
ul.list,
.nice-select ul.list,
.nice-select .option.selected,
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select:after,
.nice-select:before,
.nice-select .nice-select-search {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    position: absolute !important;
    left: -9999px !important;
    right: -9999px !important;
    pointer-events: none !important;
}

/* Orijinal select için scroll davranışı */
select.form-control option,
select.custom-dropdown-select option {
    padding: 8px 15px !important;
    font-size: 15px !important;
}

/* Select2 ve diğer kütüphaneleri de devre dışı bırakma */
.select2-container,
.select2-dropdown,
.select2-search,
.select2-results,
.bootstrap-select,
.bootstrap-select button,
.bootstrap-select .dropdown-menu,
.ui-selectmenu-button,
.ui-selectmenu-menu,
.ui-front,
.dropdown-select,
.custom-select-container {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute !important;
    z-index: -999 !important;
    pointer-events: none !important;
}

/* Hizmet kartları için iyileştirmeler */
.service-card-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Maksimum 3 satır */
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    word-wrap: break-word;
    word-break: normal;
    hyphens: auto;
    line-height: 1.6;
    white-space: normal;
    text-align: left;
}

/* Türkçe karakterlerde üç nokta düzeltmesi */
.service-card-content p::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 1px;
}

/* Hizmet kartı hover efekti iyileştirmesi */
.service-card {
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-card-content h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #1b1c1d;
}

.service-card-btn {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f99b26;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-card-btn:hover {
    color: #f4872b;
}

section#fixed-tikla {
    position: fixed;
    left: 30px;
    bottom: 100px;
    z-index: 999;
}

section#fixed-tikla .item {
    display: flex;
    align-items: center;
    background: #f99b26;
    cursor: pointer;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    font-size: 30px;
}

section#fixed-tikla .item .item-detail {
    display: flex;
    align-items: center;
}

section#fixed-tikla .item .item-detail .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #ffffff;
}

section#fixed-tikla .item .item-detail .icon i {
    line-height: 17px;
    font-size: 25px;
}

section#fixed-tikla .item .item-detail span {
    padding: 0 20px 0 0;
    font-size: 15px;
    color: #ffffff;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-left: -30px;
    font-weight: 500;
}

section#fixed-whatsapp {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 999;
}

section#fixed-whatsapp .item {
    display: flex;
    align-items: center;
    background: #4fce5d;
    cursor: pointer;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    font-size: 30px;
}

section#fixed-whatsapp .item .item-detail {
    display: flex;
    align-items: center;
}

section#fixed-whatsapp .item .item-detail .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #ffffff;
}

section#fixed-whatsapp .item .item-detail .icon i {
    line-height: 17px;
    font-size: 30px;
}

section#fixed-whatsapp .item .item-detail span {
    padding: 0 20px 0 0;
    font-size: 15px;
    color: #ffffff;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-left: -30px;
    font-weight: 500;
}

@media (min-width: 998px) {
    section#fixed-tikla .item .item-detail span {
        padding: 0 20px 0 0;
        font-size: 14px;
        color: #ffffff;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        margin-left: -30px;
        font-weight: 500;
    }
    section#fixed-tikla .item .item-detail:hover span {
        position: relative;
        opacity: 1;
        visibility: visible;
        margin-left: 0;
        transition: 0.4s cubic-bezier(0, 0, 0.34, 0.81);
    }
    section#fixed-whatsapp .item .item-detail span {
        padding: 0 20px 0 0;
        font-size: 14px;
        color: #ffffff;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        margin-left: -30px;
        font-weight: 500;
    }
    section#fixed-whatsapp .item .item-detail:hover span {
        position: relative;
        opacity: 1;
        visibility: visible;
        margin-left: 0;
        transition: 0.4s cubic-bezier(0, 0, 0.34, 0.81);
    }
}


/* footer */

.footer-area {
    padding-top: 50px;
}