@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');


:root {
    --poppins: "Poppins", sans-serif;
    --islamic: "El Messiri", sans-serif;
    --title: "Lalezar", sans-serif;

    --main: #1C65AF;
    --dark: #074079;
    --a2: #5094ff;
    --light: #e4f5ff;
    --bg: #f7fafc;

}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

body {
    font-family: var(--poppins) !important;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    background-color: var(--bg);
}

a {
    text-decoration: none;
}

.container-lg {
    max-width: 1520px;
}

header {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
    width: 100%;
    z-index: 999999999999;
}

header nav {
    position: fixed;
    top: 0rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff91;
    border: 1px solid #09331415;
    backdrop-filter: blur(25px);
    border-radius: 10rem;
}

.navbar-brand img {
    width: 5rem;
    height: auto;
}

/* .slide-area {
    background: linear-gradient(to right, #2a673e, #75bb3c);
    width: 1250px;
    height: 800px;
    border-radius: 0 50px 50px 0;
    position: absolute;
    left: 0;
    top: 0rem;
    z-index: -2;
} */

header .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--dark);
    font-family: var(--poppins);
    font-size: .9rem;
    font-weight: 500;
}

.btn-success {
    padding: .75rem 1.5rem;
    border-radius: 10rem;
    background-color: var(--main);
    border-color: var(--main);
    box-shadow: 0 .25rem 10px 1px #041a0a36;
}

.btn-success:hover {
    background-color: var(--dark);
    border-color: var(--dark);
}

main {
    margin-top: 8rem;
}



/* HERO SLIDE */
#heroSplide {
    position: relative;
    z-index: 0;
    border-radius: 60px;
    overflow: hidden;
}

.hero-slide {
    position: relative;
    min-height: 520px;
    border-radius: 60px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-slide__overlay {
    position: absolute;
    inset: 0;
    background: var(--a2);
    height: 100%;
    border-radius: 60px;
}

.hero-slide__content {
    position: relative;
    z-index: 2;
    padding: 2.5rem 5rem;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hs-cont {
    width: 550px;
}

.hero-slide__content img {
    width: 500px;
    height: 500px;
    object-fit: contain;
}

.hero-slide__content h2 {
    font-family: var(--islamic);
    font-size: 5rem;
    line-height: 5rem;
    margin-bottom: 2rem;
}

.hero-slide__content p {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: .1rem;
    margin-bottom: 2rem;
    font-weight: 300;
}

/* Splide dots + arrows küçük dokunuş */
.splide__pagination__page {
    transform: scale(1.05);
}

.splide__arrow {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    opacity: 1;
    background-color: #fff;
}

.splide__arrow svg {
    fill: var(--dark);
}

.slidelogo {
    position: absolute;
    top: 50%;
    right: 7rem;
    transform: translateY(-50%);
    z-index: 1;
    opacity: .1;
}




/* Başlangıç: içerikler görünmez */
.hero-slide__content .hs-cont>*,
.hero-slide__content img {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    will-change: transform, opacity, filter;
}

/* Görsel biraz farklı başlangıç */
.hero-slide__content img {
    transform: translate3d(28px, 0, 0) scale(0.985);
}

/* Eğer motion azaltma isteyen kullanıcı varsa */
@media (prefers-reduced-motion: reduce) {

    .hero-slide__content .hs-cont>*,
    .hero-slide__content img {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}

.indic-area {
    margin-top: 4rem;
}

/* Ana scroll alanı */
.icon-scroll {
    display: flex;
    gap: 2.5rem;
    padding: 1rem 0 1.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;

    /* Modern scroll hissi */
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

/* Scrollbar – modern & ince */
.icon-scroll::-webkit-scrollbar {
    height: 6px;
}

.icon-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.icon-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 999px;
}

.icon-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.25);
}

/* Kart */
.card-icon {
    flex: 0 0 auto;
    min-width: 100px;
    text-align: center;
    scroll-snap-align: center;
    cursor: pointer;
}

/* Icon */
.card-icon .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--main);
    font-size: 2.1rem;
    transition: transform .35s ease, color .35s ease;
}

/* Hover efekti */
.card-icon:hover .icon {
    transform: translateY(-6px) scale(1.05);
    color: var(--main-dark, var(--dark));
}

/* Title */
.card-icon .title {
    margin-top: 0.75rem;
    color: var(--dark);
    font-family: var(--islamic);
    font-size: 1.1rem;
    font-weight: 600;
    white-space: nowrap;
}

/* Mobilde biraz daha sıkı */
@media (max-width: 768px) {
    .icon-scroll {
        gap: 2.2rem;
    }

    .card-icon {
        min-width: 90px;
    }

    .card-icon .icon {
        font-size: 2rem;
    }
}

.category-area {
    margin-top: 2.5rem;
}

.card-cate {
    display: block;
    /* anchor olduğu için şart */
    position: relative;
    overflow: hidden;
    /* kırpma */
    border-radius: 16px;
    /* kırpma radiusu */
    aspect-ratio: 1 / 1;
    /* kare */
    width: 100%;
    background: #f3f5f7;
    /* görsel yüklenmezse */
}

.card-cate img {
    display: block;
    /* inline img boşluk yapmasın */
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transform-origin: center;
    transition: transform 1s cubic-bezier(.2, .8, .2, 1);
}

.card-cate:hover img {
    transform: scale(1.1);
}

.title-main {
    margin-top: 5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    position: relative;
}

.title-main img {
    width: 2.5rem;
    height: 100%;
}

.title-main h2 {
    text-align: start;
    margin-bottom: 1rem;
    color: #093314;
    font-family: var(--islamic);
    font-size: 2.5rem;
    font-weight: bold;
    position: relative;
}

.title-main h2::after {
    content: "";
    width: 5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    border: .1px solid var(--dark);
}



/* Card */
.proj-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-height: 290px;
    padding: 22px 20px;

    display: flex;
    flex-direction: column;
    gap: 10px;

    /* background image */
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    transform: translateY(0);
    transition: transform .45s cubic-bezier(.2, .8, .2, 1), box-shadow .45s ease;
}

/* overlay (text okunabilirliği) */
.proj-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            rgba(0, 0, 0, .10) 0%,
            rgba(0, 0, 0, .55) 65%,
            rgba(0, 0, 0, .75) 100%);
    pointer-events: none;
}

/* status glow (çok hafif) */
.proj-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: radial-gradient(700px 260px at 18% 0%, rgba(34, 197, 94, .25), transparent 60%);
    opacity: .9;
    pointer-events: none;
    mix-blend-mode: screen;
}

/* Content üstte kalsın */
.proj-card>* {
    position: relative;
    z-index: 2;
}

/* Badge */
.proj-badge {
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 800;
    font-size: .85rem;
    letter-spacing: .2px;

    background: rgba(4, 94, 146, 0.14);
    border: 1px solid rgba(255, 255, 255, .22);
    color: rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
}

/* Title & text */
.proj-card h3 {
    margin: 6px 0 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.proj-card p {
    margin: 0;
    color: rgba(255, 255, 255, .88);
    line-height: 1.45;
    font-size: 1rem;
    max-width: 92%;
}

/* Button – hepsinde Bağış Yap */
.proj-btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;

    padding: 11px 16px;
    border-radius: 999px;
    text-decoration: none;
    background: var(--dark);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 14px 45px rgba(0, 0, 0, .22);

    transition: transform .35s ease, filter .35s ease, background .35s ease;
}

.proj-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

/* status accent */
.proj-card.is-done::before {
    background: radial-gradient(700px 260px at 18% 0%, rgba(34, 197, 94, .25), transparent 60%);
}

.proj-card.is-live::before {
    background: radial-gradient(700px 260px at 18% 0%, rgba(255, 193, 7, .22), transparent 60%);
}

.proj-card.is-plan::before {
    background: radial-gradient(700px 260px at 18% 0%, rgba(59, 130, 246, .22), transparent 60%);
}

.video-area,
.project-area {
    margin-top: 5rem;
}

.video-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 1.2rem;
}

.video-head h2 {
    font-weight: 900;
    margin: 0;
}

.video-all {
    text-decoration: none;
    font-weight: 800;
    color: var(--main);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.video-feature {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 560px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .78)),
        url('img/videos/featured.jpg') center/cover no-repeat;
    box-shadow: 0 24px 85px rgba(0, 0, 0, .16);
}

.video-info {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    color: #fff;
    max-width: 720px;
}

.video-tag {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .20);
    backdrop-filter: blur(10px);
    font-weight: 900;
    margin-bottom: 10px;
}

.video-info h3 {
    font-weight: 950;
    margin: 0 0 6px;
    font-size: clamp(20px, 2.6vw, 34px);
}

.video-info p {
    margin: 0;
    color: rgba(255, 255, 255, .88);
}

.video-play {
    position: absolute;
    inset: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.video-play i {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 28px;
    background: var(--main);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .22);
    border: 1px solid rgba(255, 255, 255, .14);
}

.video-rail {
    margin-top: 1rem;
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.video-rail::-webkit-scrollbar {
    height: 6px;
}

.video-rail::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .18);
    border-radius: 999px;
}

.video-card {
    flex: 0 0 auto;
    width: 240px;
    text-decoration: none;
    color: inherit;
    scroll-snap-align: start;
}

.video-card .thumb {
    height: 150px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .00), rgba(0, 0, 0, .35)),
        var(--thumb) center/cover no-repeat;
    box-shadow: 0 16px 50px rgba(0, 0, 0, .10);
}

.video-card .meta {
    padding: 10px 4px 0;
}

.video-card .t {
    font-weight: 900;
    color: var(--dark);
    line-height: 1.2;
}

.video-card .s {
    margin-top: 6px;
    font-weight: 700;
    color: rgba(0, 0, 0, .55);
    font-size: .92rem;
}

.video-card:hover .thumb {
    transform: translateY(-3px);
    transition: transform .35s cubic-bezier(.2, .8, .2, 1);
}

.video-feature {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 560px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .10), rgba(0, 0, 0, .78)),
        var(--featured) center/cover no-repeat;
    box-shadow: 0 24px 85px rgba(0, 0, 0, .16);
}

/* Modal premium */
.video-modal {
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(12px);
}

.video-modal-desc {
    margin-top: 4px;
    color: rgba(0, 0, 0, .60);
    font-weight: 600;
    font-size: .95rem;
}

/* Video responsive 16:9 */
.video-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
}

.video-frame video {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
}


.news-area {
    margin-top: 5rem;
}

.news-shell {
    display: flex;
    gap: 22px;
    align-items: stretch;
}

/* Sol panel */
.news-intro {
    flex: 0 0 320px;
    border-radius: 22px;
    padding: 22px;
    background: rgba(255, 255, 255, .75);
    border: 1px solid rgba(15, 81, 50, .08);
    backdrop-filter: blur(10px);
}

.news-kicker {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 900;
    font-size: .85rem;
    background: rgba(34, 137, 197, 0.14);
    color: var(--a2);
}

.news-intro h2 {
    margin: 12px 0 8px;
    font-weight: 950;
    color: var(--dark);
}

.news-intro p {
    margin: 0 0 14px;
    color: rgba(0, 0, 0, .62);
    font-weight: 600;
    line-height: 1.45;
}

.news-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 900;
    color: var(--a2);
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(31, 122, 69, .08);
    transition: transform .35s ease, background .35s ease;
}

.news-all:hover {
    transform: translateY(-2px);
    background: rgba(31, 78, 122, 0.12);
}

/* Slider side */
.news-splide {
    flex: 1 1 auto;
    min-width: 0;
    /* flex içinde taşmayı engeller */
}

/* Card */
.news-card {
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(0, 0, 0, .06);
    transition: transform .45s cubic-bezier(.2, .8, .2, 1), box-shadow .45s ease;
    height: 100%;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 95px rgba(0, 0, 0, .14);
}

.news-thumb {
    position: relative;
    display: block;
    height: 170px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .00), rgba(0, 0, 0, .45)),
        var(--thumb) center/cover no-repeat;
}

.news-date {
    position: absolute;
    left: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 10px;
    border-radius: 999px;
    font-weight: 900;
    font-size: .85rem;
    color: rgba(255, 255, 255, .95);
    background: rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(10px);
}

.news-body {
    padding: 16px 16px 18px;
}

.news-body h3 {
    margin: 0 0 8px;
    font-weight: 950;
    font-size: 1.1rem;
    line-height: 1.2;
}

.news-body h3 a {
    text-decoration: none;
    color: var(--dark);
}

.news-body p {
    margin: 0 0 12px;
    color: rgba(0, 0, 0, .62);
    font-weight: 600;
    line-height: 1.45;

    /* 2 satır clamp */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 900;
    color: var(--a2);
}

/* Splide oklar */
.news-splide .splide__arrow {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .10);
}

/* Responsive */
@media (max-width: 992px) {
    .news-shell {
        flex-direction: column;
    }

    .news-intro {
        flex: 1 1 auto;
    }
}

.site-footer {
    border-radius: 5rem 5rem 0 0;
    margin-top: 5rem;
    padding: 7rem 0 3rem;
    color: rgba(255, 255, 255, .88);

    /* background:
        radial-gradient(900px 320px at 20% 0%, rgba(34, 197, 94, .22), transparent 60%),
        radial-gradient(900px 320px at 90% 20%, rgba(31, 122, 69, .22), transparent 60%),
        linear-gradient(180deg, var(--main), var(--dark)); */

    background-color: var(--a2);
    /* background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    background-clip: border-box; */
}

.footer-top {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1.2fr;
    gap: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

/* Brand */
.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 950;
    letter-spacing: .2px;
}

.footer-logo span {
    font-size: 1.05rem;
}

.footer-desc {
    margin: 14px 0 16px;
    color: rgba(255, 255, 255, .75);
    font-weight: 600;
    line-height: 1.55;
    max-width: 420px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    text-decoration: none;
    color: rgba(255, 255, 255, .92);

    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
    transition: transform .35s ease, background .35s ease;
}

.footer-social a:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, .12);
}

/* Columns */
.footer-col h6 {
    margin: 6px 0 12px;
    font-weight: 950;
    color: #fff;
    letter-spacing: .2px;
}

.footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-col a {
    color: rgba(255, 255, 255, .78);
    text-decoration: none;
    font-weight: 650;
    transition: color .25s ease;
}

.footer-col a:hover {
    color: #fff;
}

/* Contact */
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, .78);
}

.footer-contact i {
    margin-top: 2px;
    color: rgba(255, 255, 255, .92);
}

/* CTA */
.footer-cta {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 950;

    background: rgba(31, 122, 69, .96);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .22);
    transition: transform .35s ease, filter .35s ease;
}

.footer-cta:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

/* Bottom */
.footer-bottom {
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-copy {
    color: rgba(255, 255, 255, .72);
    font-weight: 650;
}

.footer-mini {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-mini a {
    color: rgba(255, 255, 255, .72);
    text-decoration: none;
    font-weight: 700;
}

.footer-mini a:hover {
    color: #fff;
}

.footer-mini .dot {
    color: rgba(255, 255, 255, .35);
}

/* Responsive */
@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .footer-top {
        grid-template-columns: 1fr;
    }
}

.floating-actions {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Ortak FAB */
.fab {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 24px;
    cursor: pointer;
    border: none;

    color: #fff;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .22);
    transition: transform .3s ease, box-shadow .3s ease, opacity .3s ease;
}

.fab:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 75px rgba(0, 0, 0, .28);
}

/* WhatsApp */
.fab-whatsapp {
    background: var(--a2);
}

/* Yukarı çık */
.fab-top {
    background: rgba(31, 81, 122, 0.95);
    opacity: 0;
    pointer-events: none;
}

/* Görünür olduğunda */
.fab-top.show {
    opacity: 1;
    pointer-events: auto;
}

/* Mobilde biraz küçült */
@media (max-width: 576px) {
    .fab {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
}

.fab-whatsapp::after {
    content: "WhatsApp";
    position: absolute;
    right: 64px;
    background: var(--a2);
    color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: .85rem;
    font-weight: 700;
    opacity: 0;
    transform: translateX(6px);
    transition: .3s ease;
    white-space: nowrap;
}

.fab-whatsapp:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* Header küçük iyileştirmeler */
.nav-ico {
    color: rgba(0, 0, 0, .55);
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    transition: background .25s ease, transform .25s ease, color .25s ease;
}

.nav-ico:hover {
    background: rgba(31, 70, 122, 0.1);
    color: var(--a2);
    transform: translateY(-1px);
}

/* ---------- DESKTOP DROPDOWN (MODERN) ---------- */
.dropdown-menu-modern {
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, .06);
    padding: 10px;
    min-width: 240px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .12);
    backdrop-filter: blur(12px);
}

.dropdown-menu-modern .dropdown-item {
    border-radius: 12px;
    padding: 10px 12px;
    font-weight: 700;
}

.dropdown-menu-modern .dropdown-item:hover {
    background: rgba(34, 137, 197, 0.14);
    color: var(--a2);
}




/* ---------- MOBILE FULLSCREEN OFFCANVAS ---------- */
.mobile-menu {
    height: 100vh !important;
    z-index: 9999999999999999;
    border: 0;
    background:
        radial-gradient(900px 380px at 20% 0%, rgba(34, 137, 197, 0.14), transparent 60%),
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .92));
    backdrop-filter: blur(14px);
}

.mobile-menu .offcanvas-header {
    padding: 18px 18px 10px;
}

.mobile-menu .offcanvas-body {
    padding: 12px 18px 18px;
    display: grid;
    gap: 14px;
    align-content: start;
}

.mobile-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.m-ico {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(34, 137, 197, 0.14);
    color: var(--a2);
    text-decoration: none;
    font-size: 1.2rem;
}

.mobile-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.m-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 14px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 900;
    color: var(--dark);
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(0, 0, 0, .06);
}

.m-sublink {
    display: block;
    padding: 10px 12px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
    color: rgba(0, 0, 0, .70);
    background: rgba(31, 122, 69, .06);
    margin-bottom: 8px;
}

.m-sublink:hover {
    background: rgba(34, 137, 197, 0.14);
    color: var(--a2);
}

/* Accordion görünümü modernleştir */
.m-acc,
.m-acc-inner {
    border: 0;
    background: transparent;
}

.m-acc .accordion-button,
.m-acc-inner .accordion-button {
    border-radius: 16px !important;
    padding: 14px 14px;
    font-weight: 900;
    color: var(--dark);
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: none;
}

.m-acc .accordion-button:not(.collapsed) {
    background: rgba(34, 137, 197, 0.14);
    color: var(--a2);
}

.m-acc .accordion-body {
    padding: 12px 6px 6px;
}

.inner-acc {
    margin: 10px 0 4px;
}

@media (min-width: 992px) {

    .dropdown-menu-modern {
        border-radius: 18px;
        border: 1px solid rgba(0, 0, 0, .06);
        padding: 10px;
        min-width: 260px;
        box-shadow: 0 24px 80px rgba(0, 0, 0, .12);
        backdrop-filter: blur(12px);
    }

    /* ✅ Bootstrap sadece .show olunca display:block yapar.
     Biz display:block zorlamıyoruz. */
    .dropdown-menu-modern {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden;
        transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    }

    /* ✅ Bootstrap menüye .show class'ı basar */
    .dropdown-menu-modern.show {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    /* 2. seviye */
    .dropend>.dropdown-menu-modern {
        top: -6px;
        left: 100%;
        margin-left: 10px;
        transform: translateX(10px);
    }

    .dropend>.dropdown-menu-modern.show {
        transform: translateX(0);
    }

    /* kesilmesin */
    header,
    .navbar,
    .menu-area,
    .container {
        overflow: visible !important;
    }
}

.accordion-item.m-acc-inner {
    margin-bottom: 8px;
}

.navbar-toggler {
    box-shadow: none !important;
    border: none !important;
    outline: 0 !important;
}

.absolute-slideimg img {
    width: 1050px;
    height: 100%;
}

.absolute-slideimg {
    position: absolute;
    right: 0;
    top: 0;
}

.hero-slide {
    height: 100%;
}

.hizli-bagis {}

.bagis-wrapper {
    background: linear-gradient(135deg, var(--dark), var(--main));
    border-radius: 20px;
    min-height: 260px;
}

.bagis-card {
    background: #f8f9fa;
    border-radius: 16px;
    min-width: 280px;
    max-width: 320px;
    width: 100%;
}

.icon-circle {
    width: 36px;
    height: 36px;
    background: var(--main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle i {
    color: #fff;
    font-size: 16px;
}

.bagis-card .btn {
    border-radius: 10px;
    font-weight: 500;
}

.bagis-card input {
    border-radius: 10px;
    padding: 10px;
}

.bagis-card .btn-warning {
    border-radius: 10px;
    padding: 10px;
}

.news-area-prof {
    position: relative;
    overflow: hidden;
}

.news-prof-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(22, 76, 101, 0.08);
    color: var(--main);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.news-prof-title {
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.news-prof-desc {
    max-width: 650px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
}

.news-prof-arrows .news-arrow {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 14px;
    background: #ffffff;
    color: var(--main);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transition: 0.25s ease;
    font-size: 22px;
}

.news-prof-arrows .news-arrow:hover {
    background: var(--main);
    color: #fff;
    transform: translateY(-2px);
}

.news-card-prof {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    transition: 0.3s ease;
    height: 100%;
}

.news-card-prof:hover {
    transform: translateY(-6px);
}

.news-card-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
    display: block;
}

.news-card-prof:hover .news-card-image img {
    transform: scale(1.06);
}

.news-card-body {
    padding: 24px;
}

.news-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 14px;
    color: #64748b;
    font-size: 13px;
}

.news-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.news-card-title {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 12px;
}

.news-card-title a {
    color: #0f172a;
    text-decoration: none;
    transition: 0.25s ease;
}

.news-card-title a:hover {
    color: var(--main);
}

.news-card-text {
    color: #64748b;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 18px;
}

.news-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--main);
    font-weight: 700;
    transition: 0.25s ease;
}

.news-card-link:hover {
    color: var(--dark);
    gap: 12px;
}

.news-splide .splide__track {
    padding: 10px 0 20px;
}

@media (max-width: 991.98px) {
    .news-prof-title {
        font-size: 28px;
    }

    .news-card-image {
        height: 220px;
    }
}

@media (max-width: 767.98px) {
    .news-prof-title {
        font-size: 24px;
    }

    .news-card-body {
        padding: 20px;
    }

    .news-card-title {
        font-size: 19px;
    }

    .news-prof-arrows .news-arrow {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }
}

.footer-pro {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    padding-top: 70px;
    font-size: 14px;
}

.footer-pro-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.footer-pro-logo img {
    margin-bottom: 15px;
}

.footer-pro-text {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 320px;
}

.footer-pro-social {
    display: flex;
    gap: 10px;
}

.footer-pro-social a {
    width: 40px;
    height: 40px;
    background: #f1f5f9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    transition: 0.3s;
}

.footer-pro-social a:hover {
    background: #2563eb;
    color: #fff;
    transform: translateY(-2px);
}

.footer-pro-col h6 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #0f172a;
}

.footer-pro-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-pro-col ul li {
    margin-bottom: 10px;
}

.footer-pro-col ul li a {
    color: #64748b;
    text-decoration: none;
    transition: 0.2s;
}

.footer-pro-col ul li a:hover {
    color: #2563eb;
    padding-left: 4px;
}

.footer-pro-contact li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
}

.footer-pro-contact i {
    color: #2563eb;
}

.footer-pro-contact a {
    color: #64748b;
    text-decoration: none;
}

.footer-pro-contact a:hover {
    color: #2563eb;
}

.footer-pro-bottom {
    border-top: 1px solid #e5e7eb;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    color: #94a3b8;
}

.footer-pro-links {
    display: flex;
    gap: 20px;
}

.footer-pro-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: 0.2s;
}

.footer-pro-links a:hover {
    color: #2563eb;
}

/* Responsive */
@media (max-width: 991px) {
    .footer-pro-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .footer-pro-top {
        grid-template-columns: 1fr;
    }
}

.hero-yedimavi-splide {
    position: relative;
}

.heroSplide,
.heroSplide .splide__track,
.heroSplide .splide__list,
.heroSplide .splide__slide {
    height: 760px;
}

.hero-splide-item {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero-splide-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 18, 44, 0.88) 0%, rgba(6, 41, 97, 0.68) 38%, rgba(13, 85, 190, 0.18) 100%),
        linear-gradient(180deg, rgba(8, 32, 76, 0.15) 0%, rgba(3, 17, 44, 0.30) 100%);
    z-index: 1;
}

.hero-splide-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 40px 0;
    padding-top: 100px;
}

.hero-splide-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1c76ff, #0f57d6);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.hero-splide-title {
    font-size: 74px;
    line-height: 0.96;
    font-weight: 800;
    margin: 0 0 24px;
    color: #fff;
}

.hero-splide-text {
    max-width: 580px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 34px;
}

.hero-splide-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hero-splide-btn {
    min-height: 58px;
    padding: 0 30px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.hero-splide-btn-primary {
    background: linear-gradient(135deg, #1c76ff, #0f57d6);
    color: #fff;
    gap: 10px;
    box-shadow: 0 18px 35px rgba(16, 93, 226, 0.35);
}

.hero-splide-btn-primary:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 24px 40px rgba(16, 93, 226, 0.42);
}

.hero-splide-btn-outline {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
}

.hero-splide-btn-outline:hover {
    color: #fff;
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.12);
}

.heroSplide .splide__arrows {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.heroSplide .splide__arrow {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(6, 23, 57, 0.32);
    backdrop-filter: blur(8px);
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.heroSplide .splide__arrow:hover {
    background: rgba(28, 118, 255, 0.95);
}

.heroSplide .splide__arrow svg {
    fill: #fff;
    width: 18px;
    height: 18px;
}

.heroSplide .splide__arrow--prev {
    left: 28px;
}

.heroSplide .splide__arrow--next {
    right: 28px;
}

.heroSplide .splide__pagination {
    bottom: 24px;
    z-index: 4;
    gap: 8px;
}

.heroSplide .splide__pagination__page {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.heroSplide .splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.2);
}

@media (max-width: 1199.98px) {

    .heroSplide,
    .heroSplide .splide__track,
    .heroSplide .splide__list,
    .heroSplide .splide__slide {
        height: 680px;
    }

    .hero-splide-title {
        font-size: 60px;
    }
}

@media (max-width: 991.98px) {

    .heroSplide,
    .heroSplide .splide__track,
    .heroSplide .splide__list,
    .heroSplide .splide__slide {
        height: 620px;
    }

    .hero-splide-title {
        font-size: 48px;
        line-height: 1.02;
    }

    .hero-splide-text {
        font-size: 16px;
        line-height: 1.7;
    }

    .heroSplide .splide__arrow {
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 767.98px) {

    .heroSplide,
    .heroSplide .splide__track,
    .heroSplide .splide__list,
    .heroSplide .splide__slide {
        height: 560px;
    }

    .hero-splide-content {
        max-width: 100%;
        padding: 20px 0 60px;
        padding-top:100px;
    }

    .hero-splide-title {
        font-size: 36px;
    }

    .hero-splide-text {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .hero-splide-btn {
        min-height: 52px;
        padding: 0 22px;
        font-size: 16px;
    }

    .heroSplide .splide__arrow {
        display: none;
    }

    .heroSplide .splide__pagination {
        bottom: 16px;
    }
}

.no-drop-icon .dropdown-toggle::after {
    display: none;
}

.cart-badge {
    font-size: .85rem;
    color: var(--dark);
}

.swal2-confirm {
    background: var(--main) !important;
    border-color: var(--main) !important;
}