/* 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;
}


* {
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none !important;
}

/**/

.breadcrumb-item.active {
    font-weight: 400;
    color: #fff !important;
}

.breadcrumb-item a {
    color: #fff !important;
    font-weight: 600;
}

.breadcrumb-item {
    color: #fff !important;
}

.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*/

.navbar {
    background-color: #200B3B !important;
}

.navbar img {
    max-height: 35px;
}

.category-page {
    background-color: #200B3B !important;
    color: #fff !important;
}

/*homepage-product-slider*/
.featured-packages-section {
    color: #fff;
    background: #200B3B;
}

.featured-packages-section .btn-package {
    background-color: hsl(268, 53%, 37%);
    transition: background-color 0.3s ease;
}

.featured-packages-section .btn-package:hover {
    background-color: hsl(268, 53%, 47%);
    /* %20 daha açık */
    color: #fff !important;
}

.featured-packages-section .package-card {
    border-radius: 5px !important;
}

.featured-packages-section .package-price span.price {
    font-size: 55px;
    font-weight: 800;
    color: #200B3B;
}

.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: #fff;
}

.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%);
}

/* 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;
}

/* 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 {
    width: 100%;
    height: 0;
    padding-bottom: 71.3%;
    /* 767/1076 = 0.713 oran korunuyor */
    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;
}

.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*/
footer {
    background: #F6F4F9;
    padding-top: 25px;
}

footer .container {
    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;
}

.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: #fff !important;
}

.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 {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
}

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

.product-detail .text-primary {
    color: #fff !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;
}

.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;
}

/**/

/* 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;
    }

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

    .featured-packages-section .package-price span.price {
        font-size: 35px;
    }

    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;
    }

}