﻿/********** Template CSS **********/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}




/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

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


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

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

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.header-carousel,
.header-carousel .owl-carousel-item {
    position: relative;
    height: calc(100vh - 80px);
    min-height: 650px;
}

    .header-carousel .slider-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .header-carousel .slider-overlay {
        background: rgba(24, 29, 56, .7);
    }

    .header-carousel .owl-stage,
    .header-carousel .owl-stage-outer,
    .header-carousel .owl-item {
        height: 100%;
    }

        .header-carousel .owl-item .owl-carousel-item {
            height: 100%;
        }

@media (max-width: 991.98px) {
    .header-carousel,
    .header-carousel .owl-carousel-item {
        height: calc(100vh - 70px);
        min-height: 500px;
    }
}
.service-icon {
    font-size: 40px;
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(79, 124, 255, 0.1);
    color: #4f7cff;
    transition: 0.3s ease;
}

.service-item:hover .service-icon {
    background: linear-gradient(135deg, #4f7cff, #7c5cff);
    color: #fff;
    transform: scale(1.1);
}
.service-item {
    background: #eef7f8;
    border-radius: 0;
    transition: all 0.3s ease;
    height: 100%;
}

    .service-item .p-4 {
        padding: 38px 28px !important;
    }

.service-icon-wrap {
    width: 78px;
    height: 78px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(0, 190, 210, 0.10);
    transition: all 0.3s ease;
}

.service-icon {
    font-size: 40px !important;
    line-height: 1 !important;
    color: #11c5d9 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.service-item h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px !important;
}

.service-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 0;
}

.service-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

    .service-item:hover .service-icon-wrap {
        background: linear-gradient(135deg, #11c5d9, #0ea5b7);
    }

    .service-item:hover .service-icon {
        color: #fff !important;
    }
.process-section {
    background: #f8fbff;
}

.process-subtitle {
    max-width: 700px;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}

.process-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 30px 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
    border: 1px solid #eef2f7;
    transition: all 0.35s ease;
    overflow: hidden;
}

    .process-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
        border-color: rgba(6, 187, 204, 0.25);
    }

    .process-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #06bbcc, #0b1c52);
    }

.process-icon {
    width: 68px;
    height: 68px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(6, 187, 204, 0.12), rgba(11, 28, 82, 0.12));
    color: #06bbcc;
    font-size: 28px;
    margin-bottom: 20px;
}

.process-number {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #06bbcc;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.process-card h5 {
    font-size: 22px;
    font-weight: 700;
    color: #0b1c52;
    margin-bottom: 12px;
}

.process-card p {
    margin-bottom: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}

.process-btn {
    background: linear-gradient(90deg, #06bbcc, #0b1c52);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(11, 28, 82, 0.18);
    transition: all 0.3s ease;
}

    .process-btn:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 14px 30px rgba(11, 28, 82, 0.24);
    }

@media (max-width: 991.98px) {
    .process-card {
        padding: 24px 20px;
    }

        .process-card h5 {
            font-size: 20px;
        }
}

@media (max-width: 575.98px) {
    .process-subtitle {
        font-size: 14px;
    }

    .process-card {
        border-radius: 16px;
    }

    .process-icon {
        width: 58px;
        height: 58px;
        font-size: 24px;
    }
}
.pricing-section {
    position: relative;
    background: radial-gradient(circle at top left, rgba(6, 187, 204, 0.08), transparent 30%), radial-gradient(circle at top right, rgba(11, 28, 82, 0.08), transparent 30%), #f8fbff;
    overflow: hidden;
}

.pricing-subtitle {
    max-width: 760px;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.8;
}

.pricing-card {
    position: relative;
    height: 100%;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(230, 236, 243, 0.9);
    border-radius: 24px;
    padding: 34px 28px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    overflow: hidden;
}

    .pricing-card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 24px;
        padding: 1px;
        background: linear-gradient(135deg, rgba(6, 187, 204, 0.18), rgba(11, 28, 82, 0.10));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .pricing-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 24px 55px rgba(15, 23, 42, 0.14);
        border-color: rgba(6, 187, 204, 0.35);
    }

.pricing-card-top {
    margin-bottom: 24px;
}

.pricing-plan {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(6, 187, 204, 0.10);
    color: #06bbcc;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
    margin-bottom: 18px;
}

.pricing-price {
    font-size: 46px;
    line-height: 1;
    font-weight: 800;
    color: #0b1c52;
    margin-bottom: 14px;
}

.pricing-desc {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
}

    .pricing-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        color: #334155;
        font-size: 15px;
        line-height: 1.7;
        padding: 10px 0;
        border-bottom: 1px dashed rgba(148, 163, 184, 0.22);
    }

        .pricing-list li:last-child {
            border-bottom: none;
        }

        .pricing-list li i {
            color: #06bbcc;
            margin-top: 6px;
            min-width: 14px;
        }

.pricing-actions {
    margin-top: auto;
}

.pricing-btn-fill,
.pricing-btn-outline,
.pricing-bottom-btn {
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 700;
    transition: all .30s ease;
}

.pricing-btn-fill {
    background: linear-gradient(90deg, #06bbcc, #0b1c52);
    color: #fff;
    border: none;
    box-shadow: 0 12px 30px rgba(11, 28, 82, 0.22);
}

    .pricing-btn-fill:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 18px 36px rgba(11, 28, 82, 0.28);
    }

.pricing-btn-outline {
    background: #fff;
    color: #0b1c52;
    border: 1px solid rgba(11, 28, 82, 0.14);
}

    .pricing-btn-outline:hover {
        color: #0b1c52;
        border-color: rgba(6, 187, 204, 0.45);
        background: rgba(6, 187, 204, 0.05);
        transform: translateY(-2px);
    }

.featured-card {
    transform: scale(1.04);
    border: 1px solid rgba(6, 187, 204, 0.42);
    box-shadow: 0 20px 60px rgba(6, 187, 204, 0.14), 0 10px 30px rgba(11, 28, 82, 0.10);
}

    .featured-card:hover {
        transform: scale(1.04) translateY(-12px);
        box-shadow: 0 0 0 1px rgba(6, 187, 204, 0.18), 0 0 28px rgba(6, 187, 204, 0.22), 0 28px 65px rgba(11, 28, 82, 0.16);
    }

    .featured-card::after {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        right: -60px;
        top: -60px;
        background: radial-gradient(circle, rgba(6, 187, 204, 0.22), transparent 70%);
        pointer-events: none;
    }

.popular-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #06bbcc, #0b1c52);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
    box-shadow: 0 10px 25px rgba(6, 187, 204, 0.25);
    z-index: 2;
}

.custom-project-text {
    color: #475569;
    font-size: 16px;
    margin-bottom: 18px;
}

.pricing-bottom-btn {
    background: #0b1c52;
    color: #fff;
    border: none;
    box-shadow: 0 12px 28px rgba(11, 28, 82, 0.18);
}

    .pricing-bottom-btn:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 18px 36px rgba(11, 28, 82, 0.24);
    }

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #25D366, #1fb655);
    color: #fff;
    font-size: 30px;
    box-shadow: 0 18px 35px rgba(37, 211, 102, 0.35);
    z-index: 999;
    transition: transform .3s ease, box-shadow .3s ease;
    text-decoration: none;
    animation: whatsappPulse 2.2s infinite;
}

    .whatsapp-float:hover {
        color: #fff;
        transform: translateY(-4px) scale(1.05);
        box-shadow: 0 24px 45px rgba(37, 211, 102, 0.45);
    }

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.38), 0 18px 35px rgba(37, 211, 102, 0.35);
    }

    70% {
        box-shadow: 0 0 0 16px rgba(37, 211, 102, 0), 0 18px 35px rgba(37, 211, 102, 0.35);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 18px 35px rgba(37, 211, 102, 0.35);
    }
}

@media (max-width: 991.98px) {
    .featured-card,
    .featured-card:hover {
        transform: none;
    }

    .pricing-price {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    .pricing-card {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .pricing-price {
        font-size: 36px;
    }

    .popular-badge {
        position: static;
        display: inline-block;
        margin-bottom: 18px;
    }

    .whatsapp-float {
        width: 56px;
        height: 56px;
        font-size: 28px;
        right: 16px;
        bottom: 16px;
    }
}
.whatsapp-float {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
.floating-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    gap: 12px;
    z-index: 999;
}

/* back to top */
.back-to-top {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-btn {
    position: fixed;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    border-radius: 50px;
    padding: 0 18px;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    z-index: 9999;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.35s ease;
}

/* WhatsApp üstte */
.whatsapp-btn {
    bottom: 90px;
    background: #25D366;
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
}

/* Yukarı çık altta */
.top-btn {
    bottom: 20px;
    background: #0b1c52;
    box-shadow: 0 12px 30px rgba(11, 28, 82, 0.35);
}

/* Label başlangıçta gizli */
.btn-label {
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: all 0.35s ease;
    font-size: 14px;
    font-weight: 600;
}

/* Hover efekti */
.floating-btn:hover {
    padding: 0 22px;
    border-radius: 50px;
}

    /* Yazı açılma animasyonu */
    .floating-btn:hover .btn-label {
        opacity: 1;
        max-width: 120px;
    }

/* İkon ortalama */
.floating-btn i {
    min-width: 22px;
}

/* Hover büyüme */
.floating-btn:hover {
    transform: translateY(-3px) scale(1.05);
}

/* WhatsApp pulse */
.whatsapp-btn {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37,211,102,0.5), 0 12px 30px rgba(37,211,102,0.35);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37,211,102,0), 0 12px 30px rgba(37,211,102,0.35);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37,211,102,0), 0 12px 30px rgba(37,211,102,0.35);
    }
}

/* Mobil */
@media (max-width: 576px) {
    .floating-btn {
        right: 14px;
        height: 52px;
        font-size: 20px;
    }

    .whatsapp-btn {
        bottom: 80px;
    }

    .top-btn {
        bottom: 14px;
    }
}
.project-showcase-section {
    background: #f8fafc;
}

.project-showcase-subtitle {
    max-width: 680px;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.8;
}

.project-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transition: all 0.35s ease;
    border: 1px solid #eef2f7;
    display: flex;
    flex-direction: column;
}

    .project-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
    }

.project-card-image-wrap {
    display: block;
    position: relative;
    background: #f4f6f8;
    padding: 18px;
    height: 260px; /* büyük görünmesini engelleyen ana alan */
    overflow: hidden;
}

.project-card-image {
    width: 100%;
    height: 100%;
    object-fit: contain; /* görselin tamamı gözüksün */
    object-position: center;
    display: block;
    border-radius: 14px;
    background: #fff;
}

/* Eğer görsellerin kutuyu doldurup daha premium durmasını istersen
.project-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    border-radius: 14px;
}
*/

.project-card-body {
    padding: 24px 22px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.project-card-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #0ea5e9;
    background: rgba(14, 165, 233, 0.08);
    padding: 7px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}

.project-card-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.project-card-text {
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    min-height: 78px;
}

.project-card-link {
    margin-top: auto;
    text-decoration: none;
    font-weight: 700;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    transition: all 0.25s ease;
}

    .project-card-link:hover {
        color: #0ea5e9;
        gap: 4px;
    }

.custom-project-text {
    color: #64748b;
    font-size: 16px;
    margin-bottom: 18px;
}

@media (max-width: 991.98px) {
    .project-card-image-wrap {
        height: 220px;
    }

    .project-card-title {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .project-card-image-wrap {
        height: 200px;
        padding: 14px;
    }

    .project-card-body {
        padding: 20px 18px;
    }

    .project-card-title {
        font-size: 20px;
    }

    .project-card-text {
        min-height: auto;
    }
}
.project-showcase-section {
    background: #f8fafc;
}

.project-showcase-subtitle {
    max-width: 700px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
}

.project-hover-card {
    display: block;
}

.project-hover-image-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #0D2554;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
}

.project-hover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.6s ease;
}

.project-hover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 120deg, rgba(11, 42, 111, 0.88) 0%, rgba(11, 42, 111, 0.68) 42%, rgba(11, 42, 111, 0.18) 100% );
    display: flex;
    align-items: end;
    padding: 34px 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
}
.project-hover-content {
    transform: translateY(25px);
    transition: all 0.4s ease;
}

.project-hover-badge {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    color: #111827;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 16px;
}

.project-hover-title {
    font-size: 34px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 14px;
    line-height: 1.2;
}

.project-hover-text {
    color: #1f2937;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 18px;
    max-width: 90%;
}

.project-hover-link {
    display: inline-flex;
    align-items: center;
    color: #111827;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid #111827;
    padding-bottom: 4px;
}

.project-hover-card:hover .project-hover-overlay {
    opacity: 1;
    visibility: visible;
}

.project-hover-card:hover .project-hover-content {
    transform: translateY(0);
}

.project-hover-card:hover .project-hover-image {
    transform: scale(1.04);
}

@media (max-width: 991.98px) {
    .project-hover-image-wrap {
        height: 360px;
    }

    .project-hover-title {
        font-size: 28px;
    }

    .project-hover-text {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .project-hover-image-wrap {
        height: 300px;
        border-radius: 18px;
    }

    .project-hover-overlay {
        padding: 24px 20px;
    }

    .project-hover-title {
        font-size: 22px;
    }

    .project-hover-text {
        font-size: 14px;
        line-height: 1.6;
        max-width: 100%;
    }

    .project-hover-link {
        font-size: 14px;
    }
}
.feedback-section {
    background: #f8fafc;
}

.testimonial-carousel {
    padding-top: 10px;
}

.testimonial-item {
    padding: 10px 12px 30px;
    transition: all 0.3s ease;
}

.testimonial-avatar {
    width: 90px !important;
    height: 90px !important;
    object-fit: cover;
    background: #fff;
    border: 2px solid #e5e7eb !important;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-top: 4px;
}

.testimonial-role {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 20px;
}

.testimonial-text {
    background: #edf7fa;
    padding: 26px 24px;
    min-height: 150px;
    transition: all 0.3s ease;
}

    .testimonial-text p {
        font-size: 16px;
        line-height: 1.9;
        color: #6b7280;
    }

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
}

    .testimonial-carousel .owl-item.center .testimonial-text p {
        color: #fff;
    }

.testimonial-carousel .owl-item.center .testimonial-name {
    color: #0f172a;
}

.testimonial-carousel .owl-item.center .testimonial-role {
    color: #6b7280;
}

.testimonial-carousel .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.testimonial-carousel .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

    .testimonial-carousel .owl-dot span {
        width: 12px;
        height: 12px;
        background: #d1d5db;
        display: block;
        transition: all 0.3s ease;
    }

    .testimonial-carousel .owl-dot.active span {
        background: var(--primary);
    }

@media (max-width: 991.98px) {
    .testimonial-text {
        min-height: 170px;
        padding: 22px 20px;
    }

        .testimonial-text p {
            font-size: 15px;
            line-height: 1.8;
        }
}

@media (max-width: 767.98px) {
    .testimonial-avatar {
        width: 80px !important;
        height: 80px !important;
    }

    .testimonial-text {
        min-height: auto;
        padding: 20px 18px;
    }

    .testimonial-name {
        font-size: 17px;
    }

    .testimonial-role {
        font-size: 14px;
    }

    .testimonial-text p {
        font-size: 14px;
        line-height: 1.75;
    }
}
.process-section {
    background: #f8fafc;
    position: relative;
}

.process-subtitle {
    max-width: 760px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.9;
}

.process-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 28px 26px 26px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eaf0f6;
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.06);
    transition: all 0.35s ease;
    height: 100%;
}

    .process-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #16c5d8 0%, #0b2a6f 100%);
    }

    .process-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
    }

.process-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.process-number {
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    color: rgba(22, 197, 216, 0.22);
    letter-spacing: 1px;
}

.process-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: #edf9fc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 28px;
    flex-shrink: 0;
}

.process-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #0ea5e9;
    background: rgba(14, 165, 233, 0.08);
    padding: 7px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}

.process-card h5 {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 14px;
    line-height: 1.3;
}

.process-card p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 0;
}

.process-bottom-box {
    margin-top: 50px;
    background: #ffffff;
    border: 1px solid #eaf0f6;
    border-radius: 24px;
    padding: 38px 24px;
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.05);
}

    .process-bottom-box h4 {
        font-size: 30px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 12px;
    }

    .process-bottom-box p {
        max-width: 680px;
        margin: 0 auto 22px;
        color: #64748b;
        font-size: 15px;
        line-height: 1.8;
    }

.process-btn {
    border: none;
    border-radius: 999px;
    background: linear-gradient(90deg, #16c5d8 0%, #0b2a6f 100%);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(11, 42, 111, 0.18);
}

    .process-btn:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 16px 30px rgba(11, 42, 111, 0.24);
    }

@media (max-width: 991.98px) {
    .process-card {
        padding: 24px 22px;
    }

        .process-card h5 {
            font-size: 24px;
        }

    .process-number {
        font-size: 28px;
    }

    .process-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .process-bottom-box h4 {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .process-card {
        padding: 22px 18px;
        border-radius: 18px;
    }

        .process-card h5 {
            font-size: 21px;
        }

        .process-card p {
            font-size: 14px;
            line-height: 1.8;
        }

    .process-number {
        font-size: 24px;
    }

    .process-icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
        border-radius: 16px;
    }

    .process-bottom-box {
        padding: 30px 18px;
        border-radius: 18px;
    }

        .process-bottom-box h4 {
            font-size: 22px;
        }

        .process-bottom-box p {
            font-size: 14px;
        }
}
.why-section {
    background: #f8fafc;
}

.why-subtitle {
    max-width: 680px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
}

.why-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 26px 22px;
    text-align: center;
    border: 1px solid #eef2f7;
    transition: all 0.3s ease;
    height: 100%;
}

    .why-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    }

.why-icon {
    width: 65px;
    height: 65px;
    border-radius: 16px;
    background: #edf9fc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 26px;
    color: var(--primary);
}

.why-card h5 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #0f172a;
}

.why-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.8;
}

.why-btn {
    background: linear-gradient(90deg, #16c5d8, #0b2a6f);
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
}

    .why-btn:hover {
        transform: translateY(-2px);
        color: #fff;
    }
.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    z-index: 5;
}

    .header-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,.3);
        background: rgba(255,255,255,.1);
        color: #fff;
        backdrop-filter: blur(6px);
        transition: .3s;
    }

        .header-carousel .owl-nav button:hover {
            background: #19D3B4;
            border-color: #19D3B4;
        }

.header-carousel .owl-nav {
    opacity: 0;
    transition: .3s;
}

.header-carousel:hover .owl-nav {
    opacity: 1;
}
.navbar-toggler {
    border: 2px solid var(--primary);
    border-radius: 12px;
    padding: 10px 12px;
    box-shadow: none !important;
    background: #fff;
}

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

.custom-toggler-icon {
    width: 22px;
    height: 2px;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    border-radius: 999px;
    vertical-align: middle;
}

    .custom-toggler-icon::before,
    .custom-toggler-icon::after {
        content: "";
        position: absolute;
        left: 0;
        width: 22px;
        height: 2px;
        background-color: var(--primary);
        border-radius: 999px;
    }

    .custom-toggler-icon::before {
        top: -7px;
    }

    .custom-toggler-icon::after {
        top: 7px;
    }

.section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 18px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--secondary) !important;
    z-index: 1;
}

    .section-title::before {
        content: none !important;
        display: none !important;
    }

    .section-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 70px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--secondary), var(--primary));
        display: block !important;
    }

.text-center .section-title::after {
    left: 50%;
    transform: translateX(-50%);
}
.project-hover-badge {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.20); /* Arka planda daha şık durması için güncellendi */
    color: #ffffff; /* Koyu renk beyaza çevrildi */
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 14px;
}

.project-hover-title {
    font-size: 26px; /* Masaüstünde taşmayı önlemek için hafif küçültüldü */
    font-weight: 800;
    color: #ffffff; /* Koyu renk beyaza çevrildi */
    margin-bottom: 12px;
    line-height: 1.3;
}

.project-hover-text {
    color: rgba(255, 255, 255, 0.85); /* Koyu gri renk, okunabilir açık tona çevrildi */
    font-size: 15px; /* Karta tam oturması için ayarlandı */
    line-height: 1.7;
    margin-bottom: 18px;
    max-width: 100%;
}

.project-hover-link {
    display: inline-flex;
    align-items: center;
    color: #ffffff; /* Koyu renk beyaza çevrildi */
    font-weight: 700;
    font-size: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 4px;
    transition: all 0.3s ease;
}

    .project-hover-link:hover {
        color: #19D3B4; /* Hover durumunda tema rengini alması sağlandı */
        border-bottom-color: #19D3B4;
    }
.project-hover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 120deg, rgba(11, 42, 111, 0.88) 0%, rgba(11, 42, 111, 0.68) 42%, rgba(11, 42, 111, 0.18) 100% );
    display: flex;
    align-items: end;
    padding: 24px; /* Orijinaldeki 34px'lik iç boşluğu azalttık ki yazılara yer açılsın */
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
}

.project-hover-title {
    font-size: 22px; /* Orantılı durması için hafif küçültüldü */
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px; /* Başlık altı boşluğu daraltıldı */
    line-height: 1.2;
    /* Eğer başlık çok uzunsa 2 satırda kesip sonuna üç nokta (...) koyar */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-hover-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px; /* Metin altı boşluğu daraltıldı */
    max-width: 100%;
    /* En kritik kısım: Çok uzun metinleri 3 satır ile sınırlar ve taşmayı önler */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-hover-link {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

    .project-hover-link:hover {
        color: #19D3B4;
        border-bottom-color: #19D3B4;
    }
/* --- YENI FOOTER TASARIMI --- */
.footer {
    background-color: var(--dark) !important; /* Koyu lacivert zemin */
    position: relative;
    border-top: 4px solid var(--secondary); /* Üst kısma turkuaz vurgu çizgisi */
    overflow: hidden;
}

    /* Arka plana kurumsal bir derinlik/parlama efekti */
    .footer::before {
        content: "";
        position: absolute;
        top: -30%;
        left: -10%;
        width: 50%;
        height: 100%;
        background: radial-gradient(circle, rgba(25, 211, 180, 0.08) 0%, transparent 60%);
        z-index: 0;
    }

    .footer::after {
        content: "";
        position: absolute;
        bottom: -30%;
        right: -10%;
        width: 50%;
        height: 100%;
        background: radial-gradient(circle, rgba(13, 37, 84, 0.8) 0%, transparent 60%);
        z-index: 0;
    }

    .footer .container {
        position: relative;
        z-index: 1; /* İçeriklerin efektin üstünde kalması için */
    }

    /* Footer Başlıkları */
    .footer h5 {
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    /* Footer Linkleri (Ok ikonu ve kayma efekti) */
    .footer .btn.btn-link {
        color: rgba(255, 255, 255, 0.6);
        padding-left: 0;
        text-decoration: none;
        transition: .3s;
        display: flex;
        align-items: center;
        font-size: 15px;
        margin-bottom: 5px;
    }

        .footer .btn.btn-link::before {
            content: "\f105"; /* FontAwesome sağ ok */
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: var(--secondary);
            margin-right: 8px;
            transition: .3s;
        }

        .footer .btn.btn-link:hover {
            color: var(--white);
            transform: translateX(5px); /* Üzerine gelince sağa hafif kayma */
        }

/* İletişim Kutucukları */
.footer-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
    background: rgba(255, 255, 255, 0.03);
    padding: 10px 15px;
    border-radius: 12px;
    transition: .3s;
}

    .footer-contact-item:hover {
        background: rgba(25, 211, 180, 0.08);
        transform: translateY(-3px);
    }

.footer-contact-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, rgba(25, 211, 180, 0.2), rgba(25, 211, 180, 0.05));
    color: var(--secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 15px;
    font-size: 18px;
    border: 1px solid rgba(25, 211, 180, 0.1);
}

/* Telif Hakkı ve Alt Menü */
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 25px 0;
    margin-top: 20px;
}

.footer-menu a {
    color: rgba(255, 255, 255, 0.5);
    margin-left: 20px;
    text-decoration: none;
    font-size: 14px;
    transition: .3s;
}

    .footer-menu a:hover {
        color: var(--secondary);
    }
.about-visual {
    position: relative;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #0b132b, #1c2541);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Arka plan efekti */
.about-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgba(0,255,200,0.15), transparent 60%), radial-gradient(circle at 70% 70%, rgba(0,150,255,0.1), transparent 60%);
    z-index: 1;
}

/* Grid efekti (çok hafif) */
.about-visual::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 1;
}

/* Logo */
.about-logo {
    position: relative;
    width: 65%;
    max-width: 320px;
    z-index: 2;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
    transition: 0.4s;
}

/* Hover efekti */
.about-visual:hover .about-logo {
    transform: scale(1.05);
}