* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

:root {
    --black: #000000;
    --gold: #D4AF37;
    --dark-gold: #B8941F;
    --light-gold: #F4E4B8;
}

body {
    font-family: 'Cairo', sans-serif;
    background-color: var(--black);
    color: #ffffff;
    overflow-x: hidden;
}

.navbar {
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(10px);
    padding: 1.2rem 0;
    box-shadow: 0 4px 30px rgba(212, 175, 55, 0.4);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1320px;
    position: relative;
    min-height: 70px;
    margin: 0 auto;
    padding: 0 15px;
}

.logo-link {
    display: flex;
    align-items: center;
    z-index: 10;
    flex-shrink: 0;
}

.navbar-brand-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 5;
}

.navbar-toggler {
    z-index: 10;
    flex-shrink: 0;
    margin-right: 0.7rem;
}

.navbar-collapse {
    display: flex;
    justify-content: flex-end;
    z-index: 10;
    flex-shrink: 0;
    margin-right: 1.2rem;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.nav-link {
    color: var(--gold) !important;
    transition: all 0.3s;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 0.5rem 1.2rem;
}

.nav-link:hover {
    color: var(--light-gold) !important;
    transform: scale(1.1);
}

.nav-link i {
    font-size: 1.4rem;
}

.logo-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid var(--gold);
    object-fit: cover;
    transition: all 0.3s;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}

.logo-img:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.8);
}

.navbar-brand-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-name {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--gold);
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.8), 0 0 40px rgba(212, 175, 55, 0.4);
    letter-spacing: 2px;
    white-space: nowrap;
}

.navbar-toggler {
    border-color: var(--gold);
    padding: 0.5rem 0.75rem;
    display: none;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.5);
}

.navbar-toggler {
    border-color: var(--gold);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
}

.dropdown-menu {
    background: rgba(0, 0, 0, 0.98);
    border: 2px solid var(--gold);
    border-radius: 10px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.5);
}

.dropdown-item {
    color: #ffffff;
    transition: all 0.3s;
    padding: 0.7rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.dropdown-item:hover {
    background: var(--gold);
    color: var(--black);
    padding-right: 2rem;
}

.offcanvas {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.98), rgba(212, 175, 55, 0.1));
    border-left: 3px solid var(--gold);
}

.offcanvas-header {
    border-bottom: 2px solid var(--gold);
    padding: 1.5rem;
}

.offcanvas-title {
    color: var(--gold);
    font-size: 1.8rem;
    font-weight: 800;
    text-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
}

.btn-close-white {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.offcanvas-body {
    padding: 2rem 1.5rem;
}

.offcanvas-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas-menu li {
    margin-bottom: 1rem;
}

.offcanvas-menu a {
    display: block;
    padding: 1.2rem 1.5rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    background: rgba(212, 175, 55, 0.1);
    border: 2px solid var(--gold);
    border-radius: 10px;
    transition: all 0.3s;
    text-align: center;
}

.offcanvas-menu a:hover {
    background: var(--gold);
    color: var(--black);
    transform: translateX(-10px);
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.5);
}

.hero-section {
    min-height: 100vh;
    background: url('images/hair.jpg') center/cover no-repeat fixed;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 120px;
    width: 100%;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.75));
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
}

.hero-title {
    font-size: 6rem;
    font-weight: 900;
    color: var(--gold);
    text-shadow: 0 0 40px rgba(212, 175, 55, 0.9), 0 0 80px rgba(212, 175, 55, 0.5), 0 5px 20px rgba(0, 0, 0, 0.8);
    margin-bottom: 2rem;
    letter-spacing: 5px;
    line-height: 1.2;
}

.hero-divider {
    width: 250px;
    height: 6px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--dark-gold), var(--gold), transparent);
    margin: 2rem auto;
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.9);
}

.hero-subtitle {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--light-gold);
    margin-bottom: 2.5rem;
    text-shadow: 0 0 25px rgba(212, 175, 55, 0.7), 0 3px 15px rgba(0, 0, 0, 0.8);
    line-height: 1.4;
}

.hero-description {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 3.5rem;
    line-height: 1.8;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.btn-hero {
    padding: 1.5rem 4rem;
    font-size: 1.6rem;
    font-weight: 800;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.animate-fade-in {
    animation: fadeIn 1s ease-out;
}

.animate-fade-in-delay {
    animation: fadeIn 1s ease-out 0.3s backwards;
}

.animate-fade-in-delay-2 {
    animation: fadeIn 1s ease-out 0.6s backwards;
}

.animate-bounce {
    animation: fadeIn 1s ease-out 0.9s backwards, bounce 2s ease-in-out 1.5s infinite;
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold), var(--dark-gold));
    color: var(--black);
    border: none;
    font-weight: bold;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.btn-gold:hover {
    background: linear-gradient(135deg, var(--dark-gold), var(--gold));
    color: var(--black);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.6);
}

.btn-outline-gold {
    border: 2px solid var(--gold);
    color: var(--gold);
    background: transparent;
    transition: all 0.3s;
}

.btn-outline-gold:hover {
    background: var(--gold);
    color: var(--black);
    transform: scale(1.05);
}

.modal-content {
    border: 2px solid var(--gold);
}

.border-gold {
    border-color: var(--gold) !important;
}

.about-section, .order-section {
    background: var(--black);
    padding: 80px 0;
}

.section-title {
    font-size: 3rem;
    color: var(--gold);
    font-weight: bold;
    text-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
    margin-bottom: 3rem;
}

.info-card {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(0, 0, 0, 0.8));
    border: 2px solid var(--gold);
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
}

.info-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    transition: all 0.6s;
    opacity: 0;
}

.info-card:hover::before {
    opacity: 1;
    transform: rotate(45deg);
}

.info-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.4);
    border-color: var(--light-gold);
}

.card-icon {
    font-size: 3rem;
    color: var(--gold);
    margin-bottom: 1rem;
    transition: all 0.4s;
}

.info-card:hover .card-icon {
    transform: scale(1.2) rotate(360deg);
}

.info-card h3 {
    color: var(--gold);
    margin-bottom: 1rem;
    font-weight: bold;
}

.price-highlight {
    color: var(--gold);
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.ingredients-list {
    background: rgba(212, 175, 55, 0.05);
    padding: 1.5rem;
    border-radius: 10px;
    border-right: 4px solid var(--gold);
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.ingredients-list::-webkit-scrollbar {
    width: 10px;
}

.ingredients-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.ingredients-list::-webkit-scrollbar-thumb {
    background: var(--gold);
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.ingredients-list::-webkit-scrollbar-thumb:hover {
    background: var(--light-gold);
}

.product-image-container {
    text-align: center;
    padding: 2rem;
}

.product-image {
    border-radius: 20px;
    border: 3px solid var(--gold);
    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.4);
    transition: all 0.4s;
}

.product-image:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 15px 50px rgba(212, 175, 55, 0.6);
}

.order-form-container {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(0, 0, 0, 0.9));
    border: 2px solid var(--gold);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.3);
}

.price-banner {
    background: linear-gradient(135deg, var(--gold), var(--dark-gold));
    color: var(--black);
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.5);
}

.price-banner h3 {
    color: var(--black);
    font-weight: 800;
}

.price-banner .price-highlight {
    color: var(--black);
    text-shadow: none;
}

.price-banner p {
    color: var(--black);
}

.form-label {
    color: var(--gold);
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid var(--gold);
    color: #ffffff;
    border-radius: 10px;
    padding: 0.75rem;
    transition: all 0.3s;
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--light-gold);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.98), rgba(212, 175, 55, 0.05));
    border-top: 3px solid var(--gold);
}

.footer-brand {
    color: var(--gold);
    font-size: 2.5rem;
    font-weight: 800;
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
}

.footer-desc {
    color: var(--light-gold);
    font-size: 1.1rem;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s;
}

.footer-link:hover {
    color: var(--gold);
    transform: translateY(-2px);
}

.separator {
    color: var(--gold);
    font-size: 1.2rem;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
}

.text-gold {
    color: var(--gold);
}

[data-aos] {
    opacity: 0;
    transition: all 0.6s ease-out;
}

[data-aos="fade-up"] {
    transform: translateY(50px);
}

[data-aos="fade-right"] {
    transform: translateX(-50px);
}

[data-aos="fade-left"] {
    transform: translateX(50px);
}

[data-aos="zoom-in"] {
    transform: scale(0.8);
}

[data-aos].aos-animate {
    opacity: 1;
    transform: translate(0) scale(1);
}

@media (max-width: 992px) {
    .logo-img {
        width: 60px;
        height: 60px;
    }
    
    .brand-name {
        font-size: 2rem;
    }
    
    .hero-title {
        font-size: 4.5rem;
    }
    
    .hero-subtitle {
        font-size: 2.8rem;
    }
    
    .hero-description {
        font-size: 1.6rem;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 0.8rem 0;
    }
    
    .navbar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 60px;
        gap: 0.3rem;
        padding: 0 10px;
    }
    
    .logo-link {
        order: 1;
        margin-left: 0.3rem;
        flex-shrink: 0;
    }
    
    .navbar-brand-wrapper {
        position: static;
        transform: none;
        order: 2;
        flex: 1;
        justify-content: center;
        margin: 0 0.3rem;
        pointer-events: auto;
        min-width: 0;
    }
    
    .brand-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .navbar-toggler {
        display: block;
        order: 3;
        margin-right: 0.7rem;
        flex-shrink: 0;
    }
    
    .navbar-collapse {
        display: none !important;
    }
    
    .logo-img {
        width: 45px;
        height: 45px;
    }
    
    .brand-name {
        font-size: 1.3rem;
    }
    
    .hero-section {
        padding-top: 90px;
        background-attachment: scroll;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.8rem;
    }
    
    .hero-description {
        font-size: 1.2rem;
    }
    
    .btn-hero {
        padding: 1rem 2.5rem;
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    
    .about-section, .order-section {
        padding: 40px 0;
    }
    
    .info-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .card-icon {
        font-size: 2.5rem;
    }
    
    .info-card h3 {
        font-size: 1.3rem;
    }
    
    .price-highlight {
        font-size: 1.5rem;
    }
    
    .ingredients-list {
        max-height: 300px;
        font-size: 0.9rem;
        padding: 1.2rem;
    }
    
    .ingredients-list::-webkit-scrollbar {
        width: 12px;
    }
    
    .product-image-container {
        padding: 1rem;
        margin-bottom: 2rem;
    }
    
    .order-form-container {
        padding: 1.5rem;
    }
    
    .price-banner h3 {
        font-size: 1.2rem;
    }
    
    .price-banner .price-highlight {
        font-size: 1.5rem;
    }
    
    .form-control {
        padding: 0.6rem;
        font-size: 0.95rem;
    }
    
    .footer {
        text-align: center;
    }
    
    .footer .col-md-4 {
        margin-bottom: 2rem;
    }
    
    .footer .text-md-end {
        text-align: center !important;
    }
    
    .social-icons a {
        margin: 0 0.5rem;
    }
}

@media (max-width: 576px) {
    .brand-name {
        font-size: 1.1rem;
    }
    
    .logo-img {
        width: 40px;
        height: 40px;
    }
    
    .navbar-brand-wrapper {
        margin: 0 0.2rem;
    }
    
    .navbar-toggler {
        padding: 0.4rem 0.6rem;
        margin-right: 0.9rem;
    }
    
    .logo-link {
        margin-left: 0.2rem;
    }
    
    .navbar .container {
        gap: 0.2rem;
    }
    
    .hero-title {
        font-size: 2.3rem;
    }
    
    .hero-subtitle {
        font-size: 1.5rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
    }
    
    .btn-hero {
        padding: 0.9rem 2rem;
        font-size: 1.1rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .info-card {
        padding: 1rem;
    }
    
    .card-icon {
        font-size: 2rem;
    }
    
    .info-card h3 {
        font-size: 1.1rem;
    }
    
    .info-card p {
        font-size: 0.9rem;
    }
    
    .order-form-container {
        padding: 1rem;
    }
    
    .price-banner {
        padding: 1rem;
    }
    
    .price-banner h3 {
        font-size: 1rem;
    }
    
    .price-banner p {
        font-size: 0.85rem;
    }
    
    .footer-brand {
        font-size: 1.8rem;
    }
    
    .footer-desc {
        font-size: 0.95rem;
    }
    
    .footer-link {
        font-size: 0.95rem;
    }
    
    .modal-dialog {
        margin: 1rem;
    }
    
    .modal-body .btn {
        font-size: 0.9rem;
        padding: 0.6rem;
    }
}

@media (max-width: 400px) {
    .brand-name {
        font-size: 0.95rem;
    }
    
    .logo-img {
        width: 35px;
        height: 35px;
    }
    
    .navbar .container {
        min-height: 50px;
        gap: 0.1rem;
    }
    
    .navbar-toggler {
        margin-right: 0.7rem;
    }
    
    .hero-title {
        font-size: 1.9rem;
    }
    
    .hero-subtitle {
        font-size: 1.3rem;
    }
    
    .section-title {
        font-size: 1.3rem;
    }
    
    .btn-gold {
        padding: 0.5rem 1rem !important;
        font-size: 0.85rem;
    }
    
    .footer-brand {
        font-size: 1.5rem;
    }
}


.language-popup {
    border: 3px solid var(--gold) !important;
    border-radius: 20px !important;
    font-family: 'Cairo', sans-serif !important;
    max-width: 500px !important;
}

.language-title {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
    line-height: 1.6 !important;
}

.swal-lang-btn {
    padding: 0.9rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    background: rgba(212, 175, 55, 0.1);
    border: 2px solid var(--gold);
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Cairo', sans-serif;
}

.swal-lang-btn:hover {
    background: var(--gold);
    color: var(--black);
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.5);
}

.swal-lang-btn i {
    margin-left: 0.5rem;
}

.custom-swal {
    border: 3px solid var(--gold) !important;
    border-radius: 20px !important;
    font-family: 'Cairo', sans-serif !important;
    max-width: 500px !important;
}

.swal-confirm-btn {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    padding: 0.7rem 1.8rem !important;
    border-radius: 50px !important;
    font-family: 'Cairo', sans-serif !important;
}

.swal2-icon {
    border-color: var(--gold) !important;
}

.swal2-icon.swal2-warning {
    border-color: #D4AF37 !important;
    color: #D4AF37 !important;
}

.swal2-icon.swal2-success {
    border-color: #D4AF37 !important;
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
    background-color: #D4AF37 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(212, 175, 55, 0.3) !important;
}

.swal2-timer-progress-bar {
    background: var(--gold) !important;
}

@media (max-width: 576px) {
    .language-popup, .custom-swal {
        max-width: 90% !important;
        margin: 0 auto !important;
    }
    
    .language-title {
        font-size: 1.2rem !important;
    }
    
    .swal-lang-btn {
        padding: 0.8rem 1rem;
        font-size: 1rem;
    }
    
    .swal2-html-container {
        font-size: 0.95rem !important;
    }
    
    .swal-confirm-btn {
        font-size: 1rem !important;
        padding: 0.6rem 1.5rem !important;
    }
}
