﻿/* ==================== */
/* 🔵 TOP BARS */
/* ==================== */
body {
    /* background-image: url('/images/BackGround.png'); */
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: revert-layer;
}

    body::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(255,255,255,0.6); /* faded look */
        pointer-events: none;
        z-index: -1;
        /*background-blend-mode: lighten;*/
    }



.top-bar {
    background: #0E3F57;
    font-size: 14px;
    height: 38px;
    display: flex;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
}

.top-bar-2 {
    background: #E2E2E2;
    font-size: 14px;
    height: 55px;
    display: flex;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
}

.lang-select {
    width: 70px;
    background: #F7F7F7;
}

.free-delivery-text {
    color: white;
    font-weight: 500;
}


/* ==================== */
/* 🔵 HEADER SECTION */
/* ==================== */

.header-center {
    height: 110px;
}

.header-logo {
    height: 70px;
}

.header-phone {
    margin-top: 8px;
}

.phone-label {
    font-size: 14px;
}

.phone-number {
    font-size: 22px;
}

.header-cart {
    margin-top: 5px;
}

.header-center > div {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-center {
        height: auto;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 12px;
        text-align: left;
    }

    .header-logo {
        height: 56px !important;
    }

    .phone-icon {
        width: 36px;
        height: 36px;
        margin-right: 8px;
    }

    .phone-help-text {
        font-size: 14px;
    }

    .phone-number-text {
        font-size: 20px;
    }

    .icon-actions {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .header-center {
        gap: 8px;
        justify-content: space-between;
    }

    .header-logo {
        height: 40px !important;
    }

    .phone-icon {
        width: 30px;
        height: 30px;
        margin-right: 6px;
    }

    .phone-help-text {
        font-size: 12px;
    }

    .phone-number-text {
        font-size: 16px;
    }
}

.btn.cart-btn {
    background-color: #0E3F57 !important;
    border-radius: 0.5rem;
    color: white !important;
    border: none;
}

.cart-btn:hover {
    background-color: #0E3F57 !important;
}


/* ==================== */
/* 🔵 NAVIGATION MENU */
/* ==================== */

.main-nav {
    /*background-color: white;*/
    padding: 10px 0;
}

.nav-btn {
    color: #fff !important;
    background-color: #02A0C6;
    padding: 12px 18px;
    border-radius: 6px;
    font-weight: 500;
    transition: 0.2s;
    min-width: 150px;
}

    .nav-btn:hover {
        background-color: #0E3F57 !important;
    }

.cookie-btn {
    color: #fff !important;
    background-color: #02A0C6;
    padding: 2px 18px;
    border-radius: 6px;
    /* font-weight: 500; */
    transition: 0.2s;
    min-width: 103px;
}

.navbar .dropdown-menu {
    position: absolute;
    z-index: 9999 !important;
}

ul.dropdown-menu.show {
    background: #0E3F57 !important;
}

a.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: #02A0C6 !important;
    color: black !important;
}


/* ==================== */
/* 🔵 FOOTER */
/* ==================== */

.footer {
    background: #f5f7f8;
}

    .footer a {
        color: #333;
        text-decoration: none;
    }

.footer-links h6 {
    margin-bottom: 10px;
    font-weight: 700;
}

.subscribe-email {
    max-width: 280px;
}


/* ==================== */
/* 🔵 HOME SECTIONS */
/* ==================== */

.icon-feature {
    width: 119px;
    border-radius: 15px;
    background: #f9fbfd;
}

.product-card {
    border-radius: 12px;
    border-color: white !important;
}

.product-thumb {
    width: 70px;
    height: 70px;
    border-radius: 8px;
}

.home-box {
    background: #ffffff;
    border-radius: 12px;
}

.icon-feature-large {
    width: 75px;
}

.article-box {
    background: #f5f7f8;
    border-radius: 12px;
}

.article-coloredfont {
    font-size: 16px;
    color: #009ac5;
    margin-bottom: 8px;
}

.brand-logo {
    height: 45px;
    opacity: 0.9;
    transition: 0.2s;
}

    .brand-logo:hover {
        opacity: 1;
        transform: scale(1.05);
    }

.main-banner {
    height: 555px;
    width: 100%;
    object-fit: cover;
}

.nav-btn.dropdown-toggle.show,
.nav-btn.dropdown-toggle:focus {
    background-color: #0E3F57 !important;
    color: white !important;
    box-shadow: none !important;
}

.username {
    cursor: pointer;
    font-weight: 600;
}

.modal-content {
    border-radius: 10px;
}

.carousel-item {
    padding: 20px;
}


/* ========================== */
/* 🔵 MAIN CAROUSEL (TOP) */
/* ========================== */

.carousel-arrow {
    font-size: 32px !important;
    color: black !important;
    font-weight: bold !important;
}

.custom-arrow-outside {
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev.custom-arrow-outside {
    left: -50px;
}

.carousel-control-next.custom-arrow-outside {
    right: -50px;
}

.carousel-indicators button {
    background-color: black !important;
}

.carousel-indicators [data-bs-target] {
    background-color: #000 !important;
}

.carousel-indicators .active {
    background-color: #000 !important;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}


/* ==================== */
/* 🔵 PROJECT IMAGES */
/* ==================== */

.shadow-strong {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.project-img-custom {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

    .project-img-custom:hover {
        transform: scale(1.03);
    }

.marg {
    margin-top: 11px !important;
    margin-bottom: 81px !important;
}
/* ==================== */
/* 🔵 PRODUCT BOX        */
/* ==================== */
.product-box {
    border: 2px solid #d6d6d6;
    border-radius: 25px;
    padding: 40px 20px 20px;
    position: relative;
    background: #fff;
    height: 95%;
}

.product-box.tall-box {
    min-height: 650px;
}

.box-title {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 4px 25px;
    font-size: 22px;
    color: #2d4453;
    font-weight: 300;
    border-radius: 30px;
    /* border: 2px solid #d6d6d6; */
}

/* ==================== */
/* 🔵 MINI CAROUSEL (NewArrivals / BestSellers) */
/* ==================== */

.mini-carousel .carousel-inner {
    padding: 10px 40px 20px;
}

.mini-carousel .carousel-control-prev,
.mini-carousel .carousel-control-next {
    width: 86px;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.mini-carousel .carousel-control-prev {
    left: -32px; /* نصفه برا البوكس تقريباً */
}

.mini-carousel .carousel-control-next {
    right: -32px;
}

.mini-carousel .carousel-control-prev-icon,
.mini-carousel .carousel-control-next-icon {
    background-image: none; /* نشيل أي آيقونات افتراضية */
    width: auto;
    height: auto;
}

.mini-arrow-icon {
    font-size: 32px;
    line-height: 1;
    color: #02A0C6;
    font-weight: 600;
}

.mini-control:hover .mini-arrow-icon {
    color: #0E3F57;
}

/* صور ومنتجات داخل الميني كاروسال */

.mini-prod {
    margin-bottom: 5px;
}

.mini-prod-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    /* padding: 10px 8px 12px; */
    /* box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08); */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .mini-prod-card:hover {
        transform: translateY(-2px);
        /* box-shadow: 0 10px 18px rgba(15, 23, 42, 0.16); */
    }

.mini-prod-img {
    width: 140px;
    height: 140px;
    object-fit: contain;
}

.product-image-wrapper--mini {
    height: 150px;
    padding: 6px;
    border-radius: 12px;
    background: #ffffff;
}

    /* .product-image-wrapper--mini .mini-prod-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    } */

.mini-prod-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(14, 63, 87, 0.55);
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.mini-prod-card:hover .mini-prod-overlay {
    opacity: 1;
}

.mini-prod-actions {
    display: flex;
    gap: 8px;
}

.mini-prod-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mini-prod-btn.view {
    background: #ffffff;
    color: #0E3F57;
    border-color: rgba(14, 63, 87, 0.25);
}

.mini-prod-btn.cart {
    background: #0E3F57;
    color: #ffffff;
}

.mini-prod-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(14, 63, 87, 0.25);
}

.mini-prod-name {
    font-size: 14px;
    margin-top: 8px;
    color: #333;
}

.mini-prod-price {
    font-size: 15px;
    color: #00AEEF;
    font-weight: 500;
    margin-top: 4px;
}

/* صورة الوسط */

.center-fish {
    width: 98%;
    max-height: 650px;
    object-fit: fill;
    border-radius: 25px;
}
/* =============================== */
/*      ARTICLE MODERN DESIGN      */
/* =============================== */

.article-card {
    background: #f5f5f5; /* الخلفية الرمادية */
    border-radius: 28px; /* نفس الصورة */
    padding: 35px 35px 35px 35px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.article-date {
    width: 146px;
    background: #0A3A52;
    color: white;
    /* font-size: 16px; */
    /* font-weight: 500; */
    padding: 2px 28px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 22px;
}

/*.article-title {
    font-size: 24px;
    font-weight: 500;
    color: #1e1e1e;
    margin-bottom: 20px;
    line-height: 1.4;
    font-family: "Segoe UI", sans-serif;
}*/

.article-body {
    /*font-size: 17px;*/ /* مثل الصورة */
    /*line-height: 1.75;*/ /* سطور مريحة */
    /*color: #333;*/
    font-weight: 300;
}



/* ============================= */
/* ⭐ NEW USER MENU (FULL REDESIGN) */
/* ============================= */

.user-menu-container {
    position: relative;
    display: inline-block;
}

.user-btn {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px 10px;
}

.user-icon {
    font-size: 28px;
    color: #0E3F57;
    margin-right: 6px;
}

.user-text {
    font-size: 18px;
    font-weight: 400;
    color: #0E3F57;
}

.arrow-down {
    font-size: 16px;
    color: #0E3F57;
}


/* ============================= */
/* ⭐ DROPDOWN MENU */
/* ============================= */

.user-dropdown-full {
    position: absolute;
    top: 45px;
    right: 0;
    background: #333;
    width: 220px;
    padding: 10px 0;
    border-radius: 4px;
    display: none;
    flex-direction: column;
    z-index: 9999;
}

.user-drop-item {
    display: block;
    padding: 12px 20px;
    color: white;
    font-size: 17px;
    text-decoration: none;
    transition: 0.2s;
}

    .user-drop-item:hover {
        background: #444;
    }

.logout {
    color: #ffdddd !important;
}

/* line separator */
.user-hr {
    height: 1px;
    background: #777;
    margin: 6px 18px;
}
/* ==================== */
/* 🔵 PHONE BOX — EXACT DESIGN */
/* ==================== */

.header-phone-box {
    display: flex;
    align-items: center;
}

.phone-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-right: 10px;
}

.phone-help-text {
    font-size: 20px;
    color: #004457;
    font-weight: 400;
    margin-bottom: -3px;
}

.phone-number-text {
    font-size: 28px;
    color: #004457;
    font-weight: 700;
    line-height: 1;
}
/* ==========================================
   FOOTER MAIN
========================================== */
.custom-footer {
    background: #ffffff;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

/* ==========================================
   SOCIAL ICONS
========================================== */
.footer-social-icon {
    width: 45px;
    margin: 0 12px;
    opacity: 1;
    transition: 0.2s;
}

    .footer-social-icon:hover {
        transform: scale(1.08);
    }

/* ==========================================
   PHONE SECTION
========================================== */
.footer-phone-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-phone-text {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: -4px;
}

.footer-phone-number {
    color: #013046;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 2px;
}

/* ==========================================
   EMAIL INPUT
========================================== */
.footer-email-label {
    font-size: 14px;
    color: #086a7e;
    margin-bottom: 6px;
    display: block;
}

.footer-email-input {
    width: 420px;
    max-width: 100%;
    background: #f7f7f7;
    border: none;
    border-radius: 30px;
    padding: 14px 22px;
    font-size: 16px;
}

/* ==========================================
   FOOTER COLUMNS
========================================== */
.footer-columns {
    margin-top: 20px;
}

.footer-col-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
}

.footer-link {
    color: #333;
    font-size: 15px;
    text-decoration: none;
    line-height: 34px;
}

    .footer-link:hover {
        color: #02A0C6;
    }

/* ==========================================
   COPYRIGHT
========================================== */
.footer-copy {
    font-size: 14px;
    color: #666;
    margin-top: 25px;
}
/* =========================== */
/* 🔵 JAFAR AQUATICS FOOTER   */
/* =========================== */

.ja-footer {
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
}

/* -------- TOP ROW -------- */

.ja-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* SOCIAL ICONS */
.ja-social a {
    font-size: 32px;
    color: #000;
    opacity: 0.85;
    margin-right: 18px;
    transition: 0.2s;
}

    .ja-social a:hover {
        opacity: 1;
        transform: scale(1.1);
    }

/* CONTACT CENTER */
.contact-label {
    font-size: 18px;
    margin-bottom: 6px;
}

.contact-icon {
    width: 45px;
}

.contact-number {
    font-weight: 700;
    font-size: 28px;
    color: #003b52;
}

/* SUBSCRIBE */
.ja-subscribe {
    min-width: 280px;
}

.subscribe-label {
    font-size: 16px;
    font-weight: 500;
    color: #008bb3;
}

.ja-input {
    margin-top: 6px;
    width: 100%;
    padding: 14px 18px;
    border-radius: 35px;
    border: none;
    background: #f3f3f3;
    font-size: 16px;
}

.ja-divider {
    margin: 40px auto;
    width: 90%;
    border-top: 1px solid #e3e3e3;
}

/* -------- LINKS -------- */

.ja-footer-links a {
    display: block;
    margin-bottom: 6px;
    color: #000;
    text-decoration: none;
    font-size: 17px;
}

    .ja-footer-links a:hover {
        color: #008bb3;
    }

.ja-footer-title {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

/* COPYRIGHT */
.ja-copyright {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #666;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #0E3F57 !important;
}

.user-drop-item.admin-item {
    font-weight: 600;
    color: #02A0C6;
}

    .user-drop-item.admin-item:hover {
        color: #0E3F57;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .3rem;
        margin-right: .3rem;
    }
/* ===========================
   DROPDOWN SUBMENU (CATEGORIES)
   =========================== */

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        display: none;
        margin-left: 3px;
        border-radius: 8px;
        min-width: 180px;
    }

    /* Hover open */
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    /* Arrow beside category text */
    .dropdown-submenu > a::after {
        content: "▸";
        float: right;
        font-size: 14px;
        margin-top: 3px;
        opacity: 0.7;
    }

/* Fix BG + text */
.dropdown-menu {
    background: #0E3F57 !important;
}

.dropdown-item {
    color: white !important;
    font-size: 15px;
}

    .dropdown-item:hover {
        background: #02A0C6 !important;
        color: #000 !important;
    }


.cookie-consent {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(4px);
}

.cookie-card {
    display: flex;
    gap: 16px;
    align-items: center;
    background: #ffffff;
    border-radius: 16px;
    border: black 0px solid;
    padding: 18px 20px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
    animation: cookieSlideIn 1.3s ease forwards;
    max-width: 520px;
    width: 100%;
}

.cookie-icon {
    font-size: 28px;
    line-height: 1;
}

.cookie-content {
    flex: 1;
}

    .cookie-content h6 {
        font-weight: 600;
    }

    .cookie-content p {
        font-size: 0.875rem;
        color: #6c757d;
    }

.cookie-actions {
    display: flex;
    gap: 8px;
    white-space: nowrap;
}

/* Entrance animation */
@keyframes cookieSlideIn {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Exit animation */
.cookie-exit {
    animation: cookieSlideOut 0.4s ease forwards;
}

@keyframes cookieSlideOut {
    to {
        opacity: 0;
        transform: translateY(30px);
    }
}

/* Mobile tweaks */
@media (max-width: 576px) {
    .cookie-card {
        flex-direction: column;
        text-align: center;
    }

    .cookie-actions {
        width: 100%;
        justify-content: center;
    }
}





.product-description {
    font-size: 0.95rem;
    line-height: 1.7;
}

.section-block {
    margin-bottom: 1.25rem;
}

.section-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    padding-left: 0.6rem;
    border-left: 3px solid #0dcaf0; /* Bootstrap info color */
    color: #212529;
}

.feature-list {
    padding-left: 1.1rem;
    margin-bottom: 0;
}

    .feature-list li {
        margin-bottom: 0.4rem;
    }