/* Metropolis Font Tanımları - OTF Format - Tüm Varyantlar */
@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-Thinitaic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-ExtraLight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-ExtraLightitalic.otf")
        format("opentype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-Lightitalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-Regularitalic.otf")
        format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-Mediumitalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-SemiBolditalic.otf")
        format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-Bolditalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-ExtraBold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-ExtraBolditalic.otf")
        format("opentype");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/metropolis/Metropolis-Blackitalic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Gilroy Thin */
@font-face {
    font-family: "Gilroy";
    src: url("/fonts/gilroy/Gilroy-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Gilroy Light */
@font-face {
    font-family: "Gilroy";
    src: url("/fonts/gilroy/Gilroy-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Gilroy Regular */
@font-face {
    font-family: "Gilroy";
    src: url("/fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Gilroy Medium */
@font-face {
    font-family: "Gilroy";
    src: url("/fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Gilroy SemiBold */
@font-face {
    font-family: "Gilroy";
    src: url("/fonts/gilroy/Gilroy-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Gilroy Bold */
@font-face {
    font-family: "Gilroy";
    src: url("/fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Gilroy ExtraBold */
@font-face {
    font-family: "Gilroy";
    src: url("/fonts/gilroy/Gilroy-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Gilroy Black */
@font-face {
    font-family: "Gilroy";
    src: url("/fonts/gilroy/Gilroy-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("/fonts/gilroy/Gilroy-RegularItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

* {
    font-family: "Gilroy", sans-serif;
}

a {
    text-decoration: none !important;
}
:root {
    --primary: #5d308f;
    --primary-dark: #200b3b;
    --secondary: #4ecbe5;
    --white: #fff;
    --gray: #f5f5f5;
    --border: #ddd;
}
/**/
html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto; /* İşte sihirli değnek bu! */
}
.breadcrumb-item.active {
    font-weight: 400;
    color: var(--primary-dark);
}

.breadcrumb-item a {
    color: var(--primary-dark);
    font-weight: 600;
}

.breadcrumb-item {
    color: var(--primary-dark);
}

.breadcrumb-item::before {
    content: none !important;
}

/**/
.carousel-control-prev,
.carousel-control-next {
    display: none !important;
}

/*match*/
.match-banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (max-width: 768px) {
    .match-banner-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .match-banner-container
        .d-flex.flex-md-row.flex-column.justify-content-center.gap-5.align-items-center.px-5 {
        padding: 0 !important;
    }

    .match-banner-container h5.text-center {
        font-size: 14px;
    }
}

.match-banner-container
    .d-flex.flex-md-row.flex-column.justify-content-center.gap-5 {
    gap: 50px !important;
}

.matches-banner-container {
    color: #fff;
    background: linear-gradient(30deg, #000000 0%, #5a008c 100%);
}

.match-banner {
    position: relative;
}

.match-banner img {
    width: 60px;
    max-height: 60px;
}

.match-banner span {
    color: #fff;
}

.match-banner .versus-class {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.match-banner .datetime {
    flex-direction: column;
}

.matches-banner-container .watch-now-btn a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    padding: 5px 18px;
    transition: 0.3s ease-in-out;
}

.matches-banner-container .watch-now-btn a:hover {
    background: #fff;
    color: #0d1326;
}

.match-banner #countdown span.number {
    font-family: "Michroma", sans-serif;
    font-size: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 0 10px;
}

.match-banner #countdown span.double-dot::before {
    content: ":";
    font-family: "Michroma", sans-serif;
    font-size: 45px;
}

/*match*/
span.blue {
    color: #7e03d9 !important;
}
span.light-blue {
    color: #20e3ea !important;
}

span.pink {
    color: #e9007e !important;
    font-weight: 700;
}
.navbar {
    background-color: #fff !important;
}
.navbar .container {
    max-width: 1700px;
    padding: 10px 30px;
}
.navbar img {
    max-height: 70px;
}
.navbar-slide-text {
    background-color: #1fe3e9;
    color: #46147b;
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.marquee {
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeLoop 12s linear infinite;
}

.marquee-group {
    display: flex;
    align-items: center;
    gap: 15%; /* İKİ YAZI ARASI BÜYÜK BOŞLUK */
    padding-left: 12%; /* Ekranın kenarından içeriden başlasın */
    padding-right: 12%; /* Grup bitince de boşluk bıraksın */
    white-space: nowrap;
}

.marquee-group span {
    display: inline-block;
}

@keyframes marqueeLoop {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.slide-text1 {
    margin: 0 10px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 4%;
}
.slide-text2 {
    margin: 0 10px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 4%;
}

.navbar li a {
    color: #7e03d9 !important;
    font-weight: 600;
}
.navbar .navbar-brand {
    height: auto;
    width: 100%;
    object-fit: contain;
    display: block;
}

/*homepage-product-slider*/

.container-featured {
    margin: auto;
    max-width: 1700px;
}
.listing-count {
    text-align: center;
    margin-top: 50px;
    font-size: 22px;
    font-weight: 700;
}
.listing-count span {
    color: #7e03d9;
}
.featured-packages-section {
    color: #3c0266;
    background: #fff;
    overflow: hidden;
}

.featured-packages-section .btn-package {
    background-color: #20e3ea;
    transition: background-color 0.3s ease;
    color: #fff !important;
}

.featured-packages-section .btn-package:hover {
    background-color: hsl(268, 53%, 47%);
    color: #fff !important;
}
.featured-packages-section .card-body.d-flex.flex-column.text-center.h-100 {
    padding: 40px 5px 15px 40px !important;
}
.featured-packages-section .package-card {
    border-radius: 35px !important;
    box-shadow: 0 0.5rem 1rem rgba(37, 117, 252, 0.3) !important;
}
.featured-packages-section .package-card .card-title {
    text-align: start !important;
    color: #3c0266 !important;
    font-size: 40px !important;
    font-weight: 700 !important;
}
.featured-packages-section .package-card .below-area {
    position: relative;
    bottom: 15px;
}
.featured-packages-section .package-card .slogan-text {
    font-size: 20px;
    font-weight: 500;
    color: #313131;
}
.featured-packages-section .package-price {
    justify-content: center;
    display: flex;
    line-height: normal !important;
}
.featured-packages-section .package-price span.price {
    font-size: 50px;
    font-weight: 900;
    color: #fff !important;
}

.featured-packages-section
    p.card-text.text-muted.flex-grow-1.mb-3.line-clamp-3 {
    font-weight: 500;
}

.featured-packages-section .card-img-top-container {
    padding: 5px;
}

.featured-packages-section a,
.featured-packages-section p,
.featured-packages-section h1,
.featured-packages-section h2,
.featured-packages-section h3,
.featured-packages-section h4 {
    color: #3c0266;
}
.featured-packages-section .section-title {
    font-size: 2.5rem;
}
.package-card .card-text p {
    color: #313131;
    font-size: 22px;
    font-weight: 500;
}
.package-card {
    overflow: hidden;
}
.text-creditcard {
    color: #828282;
    font-size: 16px;
    width: 100%;
}
/* Alt ortadaki floating bar */
.package-bottom-bar {
    position: absolute;
    display: flex;
    flex-direction: row;
    left: 59%;
    bottom: 95px;
    transform: translateX(-50%);
    min-width: 45%;
    background: #7d03d9;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    z-index: 10;
    text-align: center;
    align-items: center;
}

/* Fiyat alanı */
.package-bottom-bar .price {
    font-size: 22px;
}

/* Buton */
.package-bottom-bar .btn-package {
    border-radius: 0 10px 10px 0;
    display: flex;
    margin: auto;
    padding: revert-layer;
    align-items: center;
    gap: 5px;
    height: inherit;
}
.package-bottom-bar .btn-package a {
    color: #fff;
    font-size: 22px;
    line-height: 35px;
    font-weight: 900;
}
.package-bottom-bar .btn-package .plus {
    font-size: 50px;
    font-weight: 900;
    margin-left: 10px;
}

/* Mobilde sabit akışa dönsün */
@media (max-width: 768px) {
    .package-card {
        padding-bottom: 0;
    }

    .package-bottom-bar {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 15px;
        box-shadow: none;
        border-radius: 12px;
    }
}

.custom-html-section .hover-shadow {
    transition: all 0.3s ease;
}

.custom-html-section .hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

/* .custom-html-section .step-number {
    transition: all 0.3s ease;
} */

/* .custom-html-section .card:hover .step-number {
    transform: scale(1.1);
} */

.custom-html-section .step-connector {
    position: absolute;
    top: 30%;
    height: 3px;
    background: linear-gradient(90deg, #fff, hsl(268, 53%, 37%));
    z-index: 1;
}

.custom-html-section .step-connector-1 {
    left: 25%;
    width: 15%;
    background: linear-gradient(90deg, #fff, hsl(268, 53%, 37%));
}

.custom-html-section .step-connector-2 {
    left: 58.33%;
    width: 15%;
    background: linear-gradient(90deg, hsl(268, 53%, 37%), #fff);
}

.custom-html-section .step-connector::after {
    content: "→";
    position: absolute;
    right: -10px;
    top: -25px;
    background: #200b3b;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
}

.custom-html-section .step-connector-1::after {
    color: #fff;
    background: hsl(268, 53%, 37%);
}

.custom-html-section .step-connector-2::after {
    color: #fff;
    background: hsl(268, 53%, 37%);
}

.custom-html-section .position-relative {
    position: relative;
}

.custom-html-section .hover-shadow {
    transition: all 0.3s ease;
    background: #200b3b;
    color: #fff;
    border: 1px solid hsl(268, 53%, 37%) !important;
}

.custom-html-section .hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.1) !important;
    background: hsl(268, 53%, 37%);
}

/* new */
.steps-section {
    background: #1fe3e9;
    padding: 60px 20px;
    text-align: center;
}

.steps-section h2 {
    color: #7e03d9;
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 48px;
}

.steps-section .subtitle {
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: 1px;
}

.step-card {
    border: none;
    margin: 20px auto;
}

.step-number {
    width: 75px;
    height: 75px;
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    font-weight: 700;
    margin: 0 auto 10px;
    background-color: #7e03d9;
}

.step-title {
    color: #3c0266;
    font-weight: 700;
    font-size: 30px;
}

.step-description {
    color: #313131;
    font-size: 20px;
}

@media (max-width: 768px) {
    .steps-section h2 {
        font-size: 1.8rem;
    }

    .step-title {
        font-size: 1rem;
    }
}
/* new */
/* Kart içi stilleri */
.custom-html-section .card {
    background: #200b3b;
    color: #fff;
}

/* .custom-html-section .step-number {
    background: hsl(268, 53%, 37%) !important;
    color: #fff !important;
} */

.custom-html-section .card-title {
    color: #fff !important;
}

.custom-html-section .btn-primary {
    background: hsl(268, 53%, 37%);
    border-color: hsl(268, 53%, 37%);
    color: #fff;
}

.custom-html-section .btn-primary:hover {
    background: #fff;
    color: #200b3b;
    border-color: #fff;
}

.custom-html-section .alert-success {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border: 1px solid hsl(268, 53%, 37%) !important;
}

/* Mobil için dikey ok stil */
@media (max-width: 768px) {
    .custom-html-section .step-connector {
        display: none;
    }

    .custom-html-section .fas.fa-arrow-down {
        color: hsl(268, 53%, 37%) !important;
    }
}

.movie-slider-section {
    text-align: center;
    padding: 100px 0;
}

.movie-slider-section h2,
.movie-slider-section p {
    color: #fff;
}

.movie-slider-section p {
    margin-bottom: 3%;
}

.movie-slider .simple-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.movie-slider .btn-movie-slider {
    color: #200b3b;
    font-weight: 800;
    font-size: 23px;
    transition: 0.2s ease-in-out;
}

.movie-slider .btn-movie-slider:hover {
    color: #fff;
    font-weight: 800;
    background-color: #200b3b;
}

.movie-slider .slider-container {
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    /* Scrollbar gizleme */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.movie-slider .slider-track {
    display: flex;
    gap: 15px;
    padding: 10px 0;
    animation: scroll-slider 30s linear infinite;
}

.movie-slider .slide {
    flex: 0 0 auto;
    width: 220px;
    height: 286px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.movie-slider .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.movie-slider .slide-image:hover {
    transform: scale(1.05);
}

@keyframes scroll-slider {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-220px * 12.5 - 15px * 12));
    }
}

body {
    background: gray;
}

.button-up,
.button-down {
    position: relative;
    padding: 5px;
    margin: 30px auto;
    background: #000;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transition: all 0.2s linear;
}

.button-down:hover {
    transform: translate3d(0, 10px, 0);
}

.button-up:hover {
    transform: translate3d(0, -10px, 0);
}

.button-up::after,
.button-down::after {
    content: "";
    position: absolute;
    left: 17px;
    z-index: 11;
    display: block;
    width: 25px;
    height: 25px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.button-up::after {
    top: 20px;
    transform: rotate(45deg);
}

.button-down::after {
    top: 10px;
    transform: rotate(225deg);
}

.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left {
    display: block;
    margin: 30px auto;
    width: 25px;
    height: 25px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

.arrow-right,
.long-arrow-right {
    transform: rotate(135deg);
}

.arrow-left,
.long-arrow-left {
    transform: rotate(-45deg);
}

.long-arrow-right::after,
.long-arrow-left::after {
    content: "";
    display: block;
    width: 2px;
    height: 45px;
    background-color: black;
    transform: rotate(-45deg) translate(15px, 4px);
    left: 0;
    top: 0;
}

.triangle-left,
.triangle-right,
.triangle-top,
.triangle-bottom {
    width: 0;
    height: 0;
    margin: 30px auto;
}

.triangle-left,
.triangle-right {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.triangle-top,
.triangle-bottom {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
}

.triangle-right {
    border-left: 30px solid black;
}

.triangle-left {
    border-right: 30px solid black;
}

.triangle-top {
    border-bottom: 30px solid black;
}

.triangle-bottom {
    border-top: 30px solid black;
}

/* digi info*/

.digi-info {
    margin-bottom: 50px;
}
.digi-info h2 {
    font-size: 35px;
    color: #3c0266 !important;
    margin-bottom: 30px;
}
.digi-info p {
    font-size: 18px;
    color: #313131 !important;
}
/* cat*/
/* Ana Layout */
.main-layout-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}

/* Kategori Sidebar - Küçültülmüş */
.category-sidebar {
    position: relative;
    width: 30%;
    min-height: 400px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.category-image-container {
    width: 100%;
    height: 100%;
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        #200b3b 0%,
        rgba(32, 11, 59, 0.85) 30%,
        rgba(32, 11, 59, 0.5) 70%,
        transparent 100%
    );
    z-index: 1;
}

.category-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    color: white;
    z-index: 2;
}

.category-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2;
}

.category-content p {
    font-size: 14px;
    opacity: 0.9;
    font-weight: 400;
    margin: 0;
}

/* Ürünler Ana Alanı - Optimize Edilmiş */
.products-main-area {
    flex: 1;
    width: 70%;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
}

/* Ürün Kartları - Küçültülmüş */
.product-card-col {
    width: 100%;
}

.product-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

/* Görsel Oranı Koruyan Küçük Konteyner */
.product-image-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 120px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}

.product-card .product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.product-card .product-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image {
    transform: scale(1.03);
}

.product-card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}

.product-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
    min-height: 2.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1a202c;
}

.product-description {
    color: #6c757d;
    font-size: 0.8rem;
    line-height: 1.3;
    margin-bottom: 12px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-price {
    margin-bottom: 12px;
}

.price-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}
.product-card-col .price-content{
    flex-direction: column;
}

.current-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #200b3b;
}

.old-price {
    font-size: 0.8rem;
    color: #6c757d;
    text-decoration: line-through;
}

.discount-badge {
    background: #dc3545;
    color: white;
    padding: 1px 4px;
    border-radius: 3px;
    font-size: 0.7rem;
    font-weight: 600;
}

.product-action {
    margin-top: auto;
}

.product-detail-btn {
    background: linear-gradient(135deg, #5c2d91, #4a1e8b);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    width: 100%;
    transition: all 0.3s ease;
}

.product-detail-btn:hover {
    background: linear-gradient(135deg, #4a1e8b, #200b3b);
    transform: translateY(-1px);
    color: white;
}

/* Pagination */
.pagination-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

/* No Products */
.no-products {
    background: white;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.no-products-icon {
    color: #6c757d;
    margin-bottom: 16px;
}

.no-products-icon svg {
    width: 48px;
    height: 48px;
}

.no-products h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 8px;
}

.no-products p {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.btn.product-detail-btn {
    color: #fff;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 1024px) {
    .main-layout-container {
        gap: 15px;
        padding: 12px;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .category-sidebar {
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .main-layout-container {
        flex-direction: column;
        gap: 15px;
    }

    .category-sidebar,
    .products-main-area {
        width: 100%;
    }

    .category-sidebar {
        min-height: 250px;
    }

    .category-content {
        padding: 20px;
    }

    .category-content h3 {
        font-size: 1.2rem;
    }

    .category-content p {
        font-size: 0.9rem;
    }

    .product-card-body {
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .product-card-body {
        padding: 10px;
    }

    .price-content {
        flex-direction: column;
        gap: 3px;
    }

    .category-sidebar {
        min-height: 200px;
    }
}

/* cat*/
.banner-pages {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    position: relative;
}

.banner-pages::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    bottom: -10%;
    background-image: url("/frontend/images/page/bein2.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.1;
    /* pointer-events: visible; */
    z-index: 0;
    transform: rotate(0deg);
}

.btn-gray {
    background-color: slategrey !important;
    transition: 0.2s ease-in-out;
}

.package-item:hover .btn-gray {
    background-color: #200b3b !important;
}

/*footer*/
.above.container {
    max-width: 1700px;
    padding: 10px 30px;
}
nav.container {
    max-width: 1700px;
}
.above-footer {
    border-bottom: 10px solid #7d03d9;
}
.above-footer .first-layer {
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 50%,
        #19dbe3 50%,
        #19dbe3 100%
    );
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 110px;
}

.above-footer .second-layer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.above-footer .second-layer .above-footer-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    font-size: 1rem;
    font-weight: 600;
}
.above-footer .second-layer .above-footer-menu ul {
    list-style: none;
    margin: 0 !important;
}
.above-footer .second-layer .above-footer-menu img {
    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.4));
}
.logo-digi {
    max-height: 70px;
    width: auto;
    object-fit: contain;
    display: block;
}
footer {
    background: #f6f4f9;
    padding-top: 25px;
}

footer .container {
    max-width: 1700px;
    margin: 40px auto;
}

.footer-logos {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    max-width: 80%;
    padding: 0;
}

.logo-download {
    padding: 10px;
    width: 100%;
}

.footer-section ul {
    list-style: none;
    padding-left: 1rem !important;
}

.footer-section ul i {
    margin-right: 5px;
}

.footer-section ul li a {
    color: #18181c;
    transition: 0.1s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

.footer-section h5 a {
    font-weight: 600;
    font-size: 14px;
    color: #5c2d91;
}

.footer-section ul li a:hover {
    color: #32478f !important;
    font-weight: 400;
}

.copyright-area {
    background: #5c2d91;
    color: #fff;
}

.copyright-area .warning-text {
    font-size: 12px;
}
.copyright-new {
    max-width: 1700px;
    margin: 0 auto;
    padding: 10px 20px;
}
.copyright-new p {
    font-size: 16px;
}
.copyright-new .copy-signature {
    font-weight: 600;
    color: #7e03d9;
    font-size: 18px;
}

.contact-footer-area a {
    color: #1a202c;
}

.contact-footer-area .socials {
    font-size: 25px;
    padding: 5px;
    display: flex;
    gap: 25px;
}

/*footer*/

/*button sticky*/
.floating-btn {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 15%;
    height: 60px;
    background: #5c2d91 !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease-in-out;
    animation: pulseEffect 1.5s infinite;
}

@media all and (max-width: 768px) {
    .floating-btn {
        width: 50%;
    }
}

span.click-here {
    font-weight: 600;
}

.floating-btn:hover {
    transform: scale(1.1);
}

@keyframes pulseEffect {
    0% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(25, 135, 84, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0);
    }
}

/*button sticky*/

/*product detail page*/
.product-detail {
    color: var(--primary-dark) !important;
    max-width: 1700px;
    margin: auto;
}

.product-detail .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.product-detail .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.product-detail h1 {
    font-weight: 600;
    font-size: 35px;
    text-align: center;
}

.product-detail .text-muted {
    font-size: 16px;
    opacity: 0.6;
    text-align: center !important;
}

.product-detail .text-primary {
    color: var(--primary) !important;
}

.product-detail .btn-primary {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 5px;
    border-radius: 15px !important;
    background: #fff !important;
    color: #200b3b !important;
    transition: 0.5s ease-in-out;
}

.product-detail .btn-primary:hover {
    border-radius: 15px !important;
    background: #200b3b !important;
    color: lightgrey !important;
}

.product-detail .text-underline {
    text-decoration: underline;
    text-underline-offset: 8px;
}
.product-detail img {
    max-height: 650px;
}
.w-max {
    width: max-content !important;
}

.main-product-frame {
    --bs-gutter-x: 0 !important;
    margin-right: 0;
    margin-left: 0;
}

.main-product-frame > .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}
.main-product-frame .product-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
/**/

/* contact-page CSS başlangıcı */
body {
    background-color: #f8f9fa;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.contact-header {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    padding: 80px 0;
    margin-bottom: 40px;
    text-align: center;
}

.contact-card {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: none;
    transition: transform 0.3s;
    margin-bottom: 30px;
    height: 100%;
    overflow: hidden;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #2575fc;
}

.design-section {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    height: 100%;
}

.btn-primary {
    background-color: #2575fc;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s;
}

.btn-primary:hover {
    background-color: #1c65e0;
    transform: scale(1.05);
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #2575fc;
    color: white;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    transition: all 0.3s;
}

.social-icons a:hover {
    background-color: #1c65e0;
    transform: translateY(-3px);
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-info-icon {
    background-color: #eef5ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #2575fc;
    font-size: 1.2rem;
}

.design-visual {
    height: 300px;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 25px;
}

.design-element {
    height: 120px;
    background-color: #eef5ff;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2575fc;
    font-weight: 600;
}

.stats-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2575fc;
}

.stats-label {
    font-size: 1rem;
    color: #6c757d;
}

.process-step {
    text-align: center;
    padding: 20px;
}

/* .step-number {
    width: 40px;
    height: 40px;
    background-color: #2575fc;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-weight: bold;
} */

@media (max-width: 1400px) {
    .watch-now-btn a {
        font-size: 16px !important;
        padding: 5px 10px !important;
    }

    .teams span {
        font-size: 15px !important;
    }

    .match-banner-container .match-banner {
        padding-right: 0 !important;
    }

    .floating-btn {
        width: 25%;
        height: 45px;
    }

    .floating-btn span {
        font-size: 16px;
    }

    h2 {
        font-size: 30px !important;
    }
}

/* Tablets */
@media (max-width: 1200px) {
    .watch-now-btn a {
        font-size: 15px !important;
        padding: 5px 10px !important;
    }

    .teams span {
        font-size: 14px !important;
    }

    .match-banner-container .match-banner {
        padding-right: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .watch-now-btn a {
        font-size: 15px !important;
        padding: 5px 10px !important;
    }

    .teams span {
        font-size: 14px !important;
    }

    .match-banner-container .match-banner {
        padding-right: 0 !important;
    }

    .floating-btn {
        width: 25%;
        height: 45px;
    }

    .floating-btn span {
        font-size: 16px;
    }
}

.featured-packages-section .card-img-top-container.overflow-hidden {
    height: 400px;
}

/* Large screens */

@media (max-width: 768px) {
    .watch-now-btn a {
        font-size: 14px !important;
        padding: 5px 10px !important;
    }

    .teams span {
        font-size: 13px !important;
    }

    .match-banner-container .match-banner {
        padding-right: 0 !important;
    }

    .featured-packages-section {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .featured-packages-section .section-title {
        font-size: 18px;
        color: #3c0266 !important;
    }

    .featured-packages-section .card-img-top-container.overflow-hidden {
        height: auto !important;
    }

    p {
        font-size: 14px !important;
        line-height: 1.4;
    }

    a,
    .btn {
        font-size: 14px !important;
        line-height: 1.4;
    }

    h2 {
        font-size: 18px !important;
    }

    h4 {
        font-size: 16px !important;
    }

    h5 {
        font-size: 20px !important;
    }

    .custom-html-section small {
        font-size: 14px;
    }

    .floating-btn {
        width: 60%;
        height: 45px;
    }

    .floating-btn span {
        font-size: 12px !important;
    }

    footer .container .row {
        flex-direction: column;
    }

    .col.footer-section.justify-content-between.d-flex {
        flex-direction: column !important;
        gap: 10px;
    }

    .footer-logos {
        max-width: 30%;
    }

    .contact-footer-area.pt-2.d-flex.justify-content-start.align-items-start.flex-column {
        justify-content: center !important;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .floating-btn {
        width: 25%;
        height: 45px;
    }
}

@media (max-width: 576px) {
    .watch-now-btn a {
        font-size: 13px !important;
        padding: 5px 10px !important;
    }

    .teams span {
        font-size: 12px !important;
    }

    .match-banner-container .match-banner {
        padding-right: 0 !important;
    }
    .match-banner img {
        width: 30px;
        max-height: 30px;
    }
}

/* Digiturk Kampanyaları */
.container.create-order {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
}

.create-order .tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    background: var(--white);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.create-order .tab-btn {
    flex: 1;
    padding: 15px;
    border: none;
    background: var(--gray);
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.create-order .tab-btn.active {
    background: var(--primary);
    color: var(--white);
}

.create-order .campaigns {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
}

.create-order .campaign-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.create-order .card-header {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: var(--white);
    padding: 20px;
}

.create-order .card-title {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
}

.create-order .card-subtitle {
    margin: 5px 0 0 0;
    font-size: 0.9rem;
    opacity: 0.9;
}

.create-order .payment-options {
    padding: 20px;
}

/* NEO için (sadece kredi kartı) */
.create-order .option-card {
    border: 2px solid var(--border);
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.create-order .option-card:hover {
    border-color: var(--secondary);
}

.create-order .option-card.selected {
    border-color: var(--primary);
    background: rgba(93, 48, 143, 0.05);
}

.create-order .option-price {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 10px 0;
}

.create-order .option-details {
    font-size: 0.9rem;
    color: #666;
    margin: 5px 0;
}

.create-order .select-btn {
    width: 100%;
    padding: 15px;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
}

.create-order .select-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.create-order .empty {
    text-align: center;
    padding: 50px;
    color: #666;
}

/* Uydu için 2 seçenek yan yana */
.create-order .uydu-options {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.create-order .uydu-option {
    flex: 1;
    border: 2px solid var(--border);
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
}

.create-order .uydu-option:hover {
    border-color: var(--secondary);
}

.create-order .uydu-option.selected {
    border-color: var(--primary);
    background: rgba(93, 48, 143, 0.05);
}

.create-order .uydu-type {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.create-order .uydu-price {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 5px 0;
}

.create-order .uydu-details {
    font-size: 0.8rem;
    color: #666;
}

@media (max-width: 768px) {
    .create-order .campaigns {
        grid-template-columns: 1fr;
    }

    .create-order.uydu-options {
        flex-direction: column;
    }
}

.create-order .options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}

.create-order .option-item {
    border: 2px solid var(--border);
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
}

.create-order .option-item:hover {
    border-color: var(--secondary);
}

.create-order .option-item.selected {
    border-color: var(--primary);
    background: rgba(93, 48, 143, 0.05);
}

.create-order .option-type {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.create-order .option-price {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 5px 0;
}

.create-order .option-details {
    font-size: 0.8rem;
    color: #666;
    margin: 3px 0;
}
.field-error {
    border-color: #dc3545 !important;
    background-color: #fff5f5 !important;
}

.field-error:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

/* Hata mesajı */
.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.field-error + .error-message {
    display: block;
}

/* SweetAlert özelleştirme */
.swal2-popup {
    border-radius: 15px !important;
}

.swal2-title {
    color: #5d308f !important;
}

.swal2-confirm {
    background-color: #5d308f !important;
}
.product-price .price-details {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    line-height: 1.4;
}

.product-price .payment-info {
    display: block;
    font-weight: 500;
    color: #2ecc71;
}

.product-price .contract-info {
    display: block;
    color: #7f8c8d;
    font-style: italic;
}

.product-price .payment-type,
.product-price .service-type {
    display: inline-block;
    background: #f8f9fa;
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 5px;
    margin-top: 3px;
}

/* Digiturk Kampanyaları */

.campaigns-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 20px 0;
}

@media (max-width: 1024px) {
    .campaigns-grid {
        grid-template-columns: 1fr;
    }
}

.campaign-preview-card {
    background: white;
    border-radius: 20px;
    border: 2px solid var(--border);
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    overflow: hidden;
    filter: drop-shadow(0 0 3px rgba(117, 120, 122, 0.5));
}

.campaign-preview-card:hover {
    border-color: var(--primary);
    box-shadow: 0 8px 24px rgba(93, 48, 143, 0.15);
    transform: translateY(-4px);
}

.campaign-preview-card:hover::before {
    transform: scaleX(1);
}

.campaign-logo {
    height: 150px;
    min-width: 100px;
    border-radius: 8px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaign-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
    filter: drop-shadow(0 0 3px rgba(37, 75, 119, 0.3));
}

.campaign-logo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.campaign-preview-name {
    font-size: 28px;
    font-weight: 700;
    color: #3c0266;
    margin-bottom: 0;
    line-height: 1.3;
}

.campaign-preview-subtitle {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.campaign-content-left {
    flex: 1;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.campaign-info {
    flex: 1;
    width: 75%;
}

.campaign-content-right {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
    flex-shrink: 0;
}
.campaign-content-right .btn-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    gap: 35px;
}

.select-campaign-btn span.plus {
    font-size: 40px;
    font-weight: 900;
    color: #20e3ea;
}
.select-campaign-btn {
    color: #7e03d9;
    border: none;
    padding: 0;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
}

.select-campaign-btn:hover {
    transform: scale(1.05);
}

.campaign-lowest-price {
    font-size: 50px;
    font-weight: 700;
    color: white;
    background: #7d03d9;
    padding: 5px 34px;
    border-radius: 8px;
    margin: 0 -30px 0px 5px;
    line-height: 1;
    min-width: 90px;
    text-align: start;
    justify-content: start;
    display: flex;
}

.campaign-lowest-price-label {
    display: none;
}

.two-stage-container {
    position: relative;
    min-height: 600px;
}
.two-stage-container h1 {
    font-weight: 800;
    color: #3c0266;
    text-align: center;
    margin-bottom: 30px;
}
.stage-1 {
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.stage-1.hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-20px);
    display: none;
}

.stage-2 {
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    opacity: 0;
    pointer-events: none;
    transform: translateX(20px);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.stage-2.active {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
    display: block;
    position: relative;
}

.stage-2-header {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 2px solid var(--border);
}

.back-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    margin-right: 16px;
    color: var(--primary);
    transition: transform 0.2s ease;
    padding: 8px;
}

.back-btn:hover {
    transform: translateX(-4px);
}

.selected-campaign-info {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 16px;
}

.selected-campaign-logo {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.selected-campaign-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}

.selected-campaign-logo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.selected-campaign-texts h3 {
    margin: 0 0 4px 0;
    font-size: 16px;
    color: var(--primary-dark);
    font-weight: 600;
}

.selected-campaign-texts p {
    margin: 0;
    font-size: 13px;
    color: #999;
}

.payment-options-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .payment-options-container {
        grid-template-columns: 1fr;
    }
}

.payment-option {
    background: white;
    border: 2px solid var(--border);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.payment-option::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.payment-option:hover {
    border-color: var(--primary);
    box-shadow: 0 8px 24px rgba(93, 48, 143, 0.15);
    transform: translateY(-4px);
}

.payment-option:hover::before {
    transform: scaleX(1);
}

.payment-option.selected {
    border-color: var(--primary);
    background: linear-gradient(
        135deg,
        rgba(93, 48, 143, 0.05),
        rgba(78, 203, 229, 0.05)
    );
    box-shadow: 0 8px 24px rgba(93, 48, 143, 0.15);
}

.payment-option.selected::after {
    content: "✓";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}
.payment-desc {
    padding: 10px 20px;
    font-weight: 500;
}
.payment-type {
    font-size: 40px;
    color: #3c0266;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    font-weight: 700;
    padding: 10px 20px;
}
.payment-amount-area {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}
.payment-amount {
    font-size: 50px;
    font-weight: 700;
    color: white;
    background: #7d03d9;
    padding: 5px 34px;
    border-radius: 8px;
    margin: 0 -15px 0px 5px;
    line-height: 1;
    min-width: 90px;
    text-align: start;
    justify-content: start;
    display: flex;
}

.payment-amount small {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.payment-per {
    color: #7e03d9;
    font-weight: 800;
    font-size: 20px;
}
.payment-details {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    line-height: 1.6;
}

.payment-details strong {
    color: var(--primary-dark);
}

.payment-discount {
    background: #fff3cd;
    color: #856404;
    padding: 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 12px;
    border-left: 4px solid #ffc107;
}

.confirm-btn {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 32px;
}

.confirm-btn:hover:not(:disabled) {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(93, 48, 143, 0.3);
}

.confirm-btn:active:not(:disabled) {
    transform: scale(0.98);
}

.confirm-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.confirm-btn-message {
    text-align: center;
    color: #999;
    font-size: 13px;
    margin-top: 12px;
}

.plan-change-btn {
    color: var(--primary);

    padding: 12px 32px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    width: auto;
    margin: 32px auto 0;
    display: block;
    letter-spacing: 0.5px;
    text-align: center;
}

.plan-change-btn:hover {
    text-decoration: underline;

    transform: scale(1.02);
}

.plan-change-btn:active {
    transform: scale(0.98);
}

.empty {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--border);
}

.tab-btn {
    background: none;
    border: none;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #999;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.tab-btn.active {
    color: var(--primary);
    border-bottom-color: var(--primary);
}

.tab-btn:hover {
    color: var(--primary);
}
.stage-2-button {
    display: inline-flex;
    align-items: center; /* Dikey ortalar */
    justify-content: center; /* Yatay ortalar */
    gap: 6px; /* + ile yazı arası boşluk */
    text-decoration: none;
    font-weight: 800;
    font-size: 20px;
    padding: 20px;
}
.stage-2-button .plus {
    color: #19dbe3;
    font-weight: 900;
    font-size: 30px;
}
.payment-option .desc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.logo-selection {
    max-width: 60px;
    margin-right: 30px;
    filter: drop-shadow(0 0 3px rgba(37, 75, 119, 0.3));
}
#personalSection .package-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 10px;
}
#personalSection .package-info img {
    max-height: 200px;
    filter: drop-shadow(0 0 3px rgba(37, 75, 119, 0.3));
}
#neoSubmitBtn {
    font-size: 35px;
    font-weight: 800;
    width: 100%;
    padding: 5px;
    color: white;
    background: #7d03d9;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.application-cont h1 {
    color: #5d308f;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}
.application-cont h1 small {
    color: #5d308f;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 1.75rem;
}
.scope-detail {
    font-size: 20px;
    color: #7e03d9;
    width: 100%;
}
@media all and (max-width: 1700px) {
    .application-cont h1 {
        font-size: 24px;
    }
    .application-cont h1 small {
        font-size: 18px;
    }
    .package-bottom-bar .btn-package a {
        font-size: 25px;
        line-height: 30px;
    }
}
@media all and (max-width: 1599px) {
    .application-cont h1 {
        font-size: 24px;
    }
    .package-bottom-bar .btn-package .plus {
        font-size: 40px;
    }
    .package-bottom-bar {
        min-width: 40%;
    }
    .application-cont h1 small {
        font-size: 18px;
    }
    .package-bottom-bar .btn-package a {
        font-size: 20px;
        line-height: 25px;
    }
    .featured-packages-section .package-price span.price {
        font-size: 45px;
    }
    .featured-packages-section .package-card .slogan-text,
    .text-creditcard,
    .scope-detail,
    .package-card .card-text p {
        font-size: 18px;
    }
}
@media all and (max-width: 1300px) {
    .package-card li {
        font-size: 15px;
    }
    .package-bottom-bar {
        min-width: 50%;
    }
    .scope-detail,
    .text-creditcard {
        font-size: 18px;

        line-height: 25px;
    }
    .application-cont h1 {
        font-size: 24px;
    }
    .application-cont h1 small {
        font-size: 18px;
    }
    .package-bottom-bar .btn-package a {
        font-size: 20px;
    }
    .featured-packages-section .package-price span.price {
        font-size: 40px;
    }
    .package-bottom-bar .btn-package .plus {
        font-size: 45px;
    }
    .above-footer .first-layer {
        padding: 10px 0;
    }
    .logo-digi {
        max-height: 70px;
    }
    .payment-type {
        font-size: 30px;
    }
    .payment-amount-area .payment-per {
        font-size: 16px;
    }
}
@media all and (max-width: 1099px) {
    .payment-type {
        font-size: 25px;
    }
    .campaign-lowest-price {
        font-size: 40px;
    }
    .select-campaign-btn span.plus {
        font-size: 30px;
    }
    .select-campaign-btn {
        font-size: 19px;
    }
    .stage-2-button {
        font-size: 18px;
    }
}
@media all and (max-width: 991px) {
    .application-cont h1 {
        font-size: 24px;
    }
    .application-cont h1 small {
        font-size: 18px;
    }
    .text-creditcard,
    .scope-detail,
    .package-card .card-text p {
        font-size: 16px;
    }
    .featured-packages-section .package-card .slogan-text {
        font-size: 13px;
    }
    .featured-packages-section .package-price span.price {
        font-size: 35px;
    }
    .package-bottom-bar {
        min-width: 55%;
    }
    .package-bottom-bar .btn-package a {
        font-size: 14px;
        line-height: 14px;
    }
    .package-bottom-bar .btn-package .plus {
        font-size: 35px;
    }
    .featured-packages-section .package-card .card-title {
        font-size: 28px !important;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }

    .payment-options-container {
        grid-template-columns: 1fr;
    }
    section.featured-packages-section.py-sm-5.py-4.text-center
        .col-lg-6.col-md-6.col-12 {
        padding: 0 0 20px 25px;
    }
}

@media all and (max-width: 768px) {
    .step-description {
        font-size: 14px !important;
    }
    .application-cont h1 {
        font-size: 24px;
    }
    .application-cont h1 small {
        font-size: 18px;
    }

    .package-bottom-bar .btn-package a {
        line-height: 18px;
    }
    .featured-packages-section .package-card .card-title {
        font-size: 22px !important;
    }
    .logo-digi {
        max-height: 50px;
    }

    .payment-type {
        font-size: 20px;
    }
    .campaign-lowest-price,
    .payment-amount {
        font-size: 30px;
        padding: 5px 15px;
    }
    .campaign-preview-name {
        font-size: 20px;
    }
}
@media all and (max-width: 592px) {
    .select-campaign-btn {
        font-size: 18px;
    }
    .select-campaign-btn .plus {
        font-size: 30px;
    }
    .campaign-logo {
        height: 100px;
    }
}
@media screen and (max-width: 470px) {
    .footer-logos {
        max-width: 50% !important;
    }
    .campaign-lowest-price {
        font-size: 16px !important;
        padding: 5px 10px !important;
        border-radius: 8px !important;
        margin: 0 2px 0px -5px !important;
    }
    .select-campaign-btn,
    .stage-2-button {
        font-size: 10px !important;
    }
    .select-campaign-btn span.plus,
    .stage-2-button .plus {
        font-size: 20px !important;
    }
    .campaign-preview-name,
    .payment-type {
        font-size: 13px !important;
        font-weight: 700 !important;
        color: #3c0266 !important;
        margin-bottom: 0 !important;
        line-height: 1.3 !important;
    }
    .campaign-content-right {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 0px;
    }
    .campaign-logo {
        height: 70px;
        min-width: 70px;
        border-radius: 8px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .campaign-content-left {
        flex: 1;
        display: flex;
        gap: 0px;
        align-items: center;
        justify-content: center;
    }
    .campaigns-grid {
        gap: 15px;
    }
    .above-footer .first-layer,
    .above.container .second-layer a {
        flex-direction: column !important;
    }
    .copyright-new {
        margin: 15px;
    }
    p {
        font-size: 12px !important;
    }
    .footer-section ul li a {
        font-size: 11px !important;
    }
    .slide-text1 {
        font-size: 14px !important;
    }
    .slide-text2 {
        font-size: 12px !important;
    }
    .two-stage-container h1 {
        margin-bottom: 10px !important;
    }
    .navbar .navbar-brand {
        width: auto !important;
    }
    .navbar img {
        max-height: 50px !important;
    }
    .payment-amount-area .payment-per {
        font-size: 10px !important;
        margin: 5px !important;
    }
    .payment-desc {
        font-size: 12px !important;
    }
    .payment-amount {
        max-width: 60px !important;
        font-size: 16px;
        padding: 5px 10px;
        border-radius: 8px;
        margin: 0 -5px 0px -5px;
        min-width: 60px !important;
    }
    .two-stage-container {
        min-height: 540px;
    }
    .stage-2-button {
        color: #7d03d9;
    }
    .featured-packages-section {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }
    .featured-packages-section .card-body.d-flex.flex-column.text-center.h-100 {
        padding: 25px 5px 15px 25px !important;
    }
    .package-card ul {
        padding-left: 0 !important;
    }
    .package-card ul li {
        font-size: 12px !important;
    }
    .text-creditcard,
    .scope-detail,
    .package-card .card-text p {
        font-size: 14px;
    }
    .scope-detail,
    .text-creditcard {
        font-size: 12px !important;
        line-height: 15px;
    }
}
