.ck.ck-editor {
    color: black !important;
}

/* Service Card Hover Effects */
.service-item {
    transition: all 0.3s ease;
    background-color: #fff;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-color: #30d5c8 !important;
    background-color: #f8f9fa;
}

.service-item:hover .title {
    color: #30d5c8 !important;
}

.service-item:hover .icon i {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.service-item .icon i {
    transition: all 0.3s ease;
    font-size: 2rem;
}

/* Team Card Fixed Sizes */
.team section .row {
    display: flex !important;
    flex-wrap: wrap !important;
}

.team section .col-lg-3,
.team section .col-md-6 {
    display: flex !important;
    margin-bottom: 30px !important;
}

.team-member {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.team-member .member-img {
    height: 250px !important;
    overflow: hidden !important;
    position: relative !important;
    flex-shrink: 0 !important;
}

.team-member .member-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.team-member .member-info {
    padding: 20px 15px !important;
    text-align: center !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}
/* 
/* Mini Başlık Yazı Tipi */
.mini-baslik-yazi-tipi {
    font-family: 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
    letter-spacing: 0.5px !important;
    color: #2c3e50 !important;

}

/* Team Card Hover Effects */
.team-member {
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.team-member:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
}

.team-member:hover .member-img {
    border-color: #30d5c8 !important;
}

.team-member:hover .member-info {
    border-color: #30d5c8 !important;
    background-color: #f8f9fa !important;
}

.team-member:hover .member-info h4 {
    color: #30d5c8 !important;
    transform: scale(1.05) !important;
}

.team-member:hover .member-info span {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

.team-member .member-info h4 {
    transition: all 0.3s ease !important;
}

.team-member .member-info span {
    transition: all 0.3s ease !important;
}

.team-member:hover .social a {
    background-color: #30d5c8 !important;
    color: white !important;
    transform: scale(1.1) !important;
}

.team-member .social a {
    transition: all 0.3s ease !important;
}

/* Blog Card Hover Effects */
.post-box {
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.post-box:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
    border-color: #30d5c8 !important;
}

.post-box:hover .post-img {
    border-color: #30d5c8 !important;
}

.post-box:hover .post-img img {
    transform: scale(1.05) !important;
}

.post-box .post-img {
    overflow: hidden !important;
    border-radius: 8px 8px 0 0 !important;
    transition: all 0.3s ease !important;
}

.post-box .post-img img {
    transition: all 0.3s ease !important;
}

.post-box:hover .post-title {
    color: #30d5c8 !important;
    transform: scale(1.02) !important;
}

.post-box .post-title {
    transition: all 0.3s ease !important;
}

.post-box:hover .meta span {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

.post-box .meta span {
    transition: all 0.3s ease !important;
}

.post-box:hover {
    background-color: #f8f9fa !important;
}

.post-box:hover .readmore {
    color: #30d5c8 !important;
    font-weight: 600 !important;
}

.post-box .readmore {
    transition: all 0.3s ease !important;
}

/* Pages Blog Card Hover Effects */
.blog-posts article {
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background-color: #fff !important;
}

.blog-posts article:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
    border-color: #30d5c8 !important;
    background-color: #f8f9fa !important;
}

.blog-posts article:hover .post-img img {
    transform: scale(1.05) !important;
}

.blog-posts article .post-img {
    overflow: hidden !important;
    border-radius: 8px 8px 0 0 !important;
    transition: all 0.3s ease !important;
}

.blog-posts article .post-img img {
    transition: all 0.3s ease !important;
}

.blog-posts article:hover .title a {
    color: #30d5c8 !important;
    transform: scale(1.02) !important;
    text-decoration: none !important;
}

.blog-posts article .title a {
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.blog-posts article:hover .post-author {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

.blog-posts article .post-author {
    transition: all 0.3s ease !important;
}

/* Features/Values Card Hover Effects */
.service-cards .card-item {
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background-color: #fff !important;
    border: 2px solid #000 !important;
    padding: 20px !important;
}

.service-cards .card-item:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
    border-color: #30d5c8 !important;
    background-color: #f8f9fa !important;
}

.service-cards .card-item:hover .card-bg i {
    color: #30d5c8 !important;
    transform: scale(1.1) !important;
    filter: brightness(1.2) !important;
}

.service-cards .card-item .card-bg i {
    transition: all 0.3s ease !important;
}

.service-cards .card-item:hover .card-title {
    color: #30d5c8 !important;
    transform: scale(1.02) !important;
}

.service-cards .card-item .card-title {
    transition: all 0.3s ease !important;
}

.service-cards .card-item:hover .card-body p {
    color: #2c3e50 !important;
    font-weight: 500 !important;
}

.service-cards .card-item .card-body p {
    transition: all 0.3s ease !important;
}