/* === bootstrap.min.css === */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

 :root {
    --blue: #007bff;
    --indigo: #0d0cb5;
    --purple: #7971ea;
    --pink: #e83e8c;
    --red: #f23a2e;
    --orange: #ef6c57;
    --yellow: #f89d13;
    --green: #8bc34a;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #ef6c57;
    --secondary: #6c757d;
    --success: #8bc34a;
    --info: #17a2b8;
    --warning: #f89d13;
    --danger: #f23a2e;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

figcaption,
figure,
header,
main,
nav {
    display: block;
}

body {
    margin: 0;
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

b {
    font-weight: bolder;
}

a {
    color: #ef6c57;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #e43216;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="month"] {
    appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a>code {
    color: inherit;
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.col-6,
.col-12,
.col,
.col-md-6,
.col-md-8,
.col-md-12,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background-color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fad2cb;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 108, 87, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(239, 108, 87, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 108, 87, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(239, 108, 87, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #ef6c57;
    border-color: #ef6c57;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ec4d34;
    border-color: #eb4328;
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 108, 87, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(239, 108, 87, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #ef6c57;
    border-color: #ef6c57;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #eb4328;
    border-color: #e9391d;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 108, 87, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(239, 108, 87, 0.5);
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ef6c57;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.form-control+.form-control {
    margin-left: -1px;
}

.input-group>.form-control:focus {
    z-index: 3;
}

.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
    z-index: 1;
    text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ef6c57;
    border-color: #ef6c57;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    background-color: #fff;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.position-static {
    position: static !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.py-3 {
    padding-top: 1rem !important;
}

.py-3 {
    padding-bottom: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
}

.py-5 {
    padding-bottom: 3rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0 {
        margin-left: 0 !important;
    }
}

.text-center {
    text-align: center !important;
}

.text-white {
    color: #fff !important;
}

.visible {
    visibility: visible !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
}
html, body { min-height: 100vh; height: auto !important; overflow-x: hidden; }
body {
  font-family: 'Cairo', sans-serif;
  margin: 0;
  padding: 0;
  padding-top: 62px; /* إضافة مساحة للنافبار الثابت */
  min-height: 100vh;
  font-size: 1em;
}
.hero-section, .about-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 40px 0 25px 0 !important;
  text-align: center;
  margin-top: 0 !important;
  min-height: 25vh !important;
  position: relative;
  overflow: hidden;
}
.hero-section h1, .about-hero h1, .hero-section p, .about-hero p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.hero-section::before, .about-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.hero-title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  line-height: 1.2;
}
.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 10px;
  opacity: 0.9;
  line-height: 1.6;
}
.products-section {
  padding: 100px 0 80px 0;
  background: white;
  margin: 0;
  position: relative;
  margin-top: 0; /* إزالة أي margin إضافي */
}
.section-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
  position: relative;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 3px;
}
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
@media (max-width: 768px) { .products-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; } }
@media (max-width: 480px) { .products-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
.product-card, .photos .photo-item {
  min-height: 480px;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(180,180,200,0.10);
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  padding: 0;
  border: 1px solid #ececec;
  overflow: hidden;
  margin: 0 auto;
}
.product-card:hover {
  box-shadow: 0 6px 18px rgba(102,126,234,0.13);
  transform: translateY(-4px) scale(1.01);
}
.product-image {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  background: #f5f7fa;
  border-bottom: 1px solid #ececec;
  margin: 0;
  transition: filter 0.2s;
}
.product-card:hover .product-image {
  filter: brightness(1.04) saturate(1.04);
}
.product-content {
  padding: 22px 16px 16px 16px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-title {
  font-size: 1.08rem;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 12px;
  letter-spacing: 0.2px;
  text-shadow: none;
  text-align: center;
  direction: ltr;
}
.product-btn {
  margin-top: 12px;
  background: #f5f7fa;
  color: #4b3c7a;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 7px 22px;
  font-size: 0.98em;
  font-weight: 500;
  box-shadow: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  cursor: pointer;
  outline: none;
  display: inline-block;
}
.product-btn:hover {
  background: #ececec;
  color: #222;
  border: 1px solid #bdbdbd;
}
.footer-section {
  background: #333;
  color: white;
  padding: 80px 0 30px 0;
  text-align: center;
  margin-top: 0;
  position: relative;
}
.footer-section h3 {
  font-size: 2.1rem;
  font-weight: bold;
}
.social-links {
  margin-top: 30px;
}
.social-links a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #667eea;
  color: white;
  border-radius: 50%;
  margin: 0 15px;
  text-align: center;
  line-height: 50px;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}
.social-links a:hover {
  background: #764ba2;
  transform: translateY(-5px);
  color: white;
}
@media (max-width: 768px) {
  .hero-section { 
    padding: 40px 0 25px 0 !important; 
    min-height: 25vh !important; 
  }
  .hero-title { font-size: 2.2rem; margin-bottom: 8px; }
  .hero-subtitle { font-size: 0.95rem; margin-bottom: 6px; }
  .section-title { font-size: 1.6rem; margin-bottom: 20px; }
  .products-section { padding: 50px 0 !important; }
  .products-grid { gap: 12px; }
  .product-card, .photos .photo-item, .d-block.photo-item {
    min-height: 320px;
    max-width: 100%;
  }
  .photos .photo-item img {
    height: 140px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px 16px 0 0;
  }
  .product-content { padding: 12px 6px 10px 6px; text-align: center; align-items: center; }
  .product-title { font-size: 0.98rem; text-align: center; direction: ltr; }
  .product-btn { font-size: 0.93em; padding: 6px 12px; }
  
  /* تنسيقات خاصة للهاتف */
  body {
    padding-top: 62px; /* نفس المساحة للهاتف */
  }
  
  .container {
    padding-top: 15px; /* مساحة أقل للهاتف */
  }
}
@media (max-width: 480px) {
  .hero-title { font-size: 1.8rem; margin-bottom: 6px; }
  .hero-subtitle { font-size: 0.85rem; margin-bottom: 5px; }
  .section-title { font-size: 1.4rem; margin-bottom: 15px; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .photos .photo-item img {
    height: 120px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px 12px 0 0;
  }
  .product-title { font-size: 0.89rem; text-align: center; direction: ltr; }
  .product-btn { font-size: 0.89em; padding: 5px 8px; }
  
  /* تنسيقات خاصة للشاشات الصغيرة جداً */
  body {
    padding-top: 62px; /* نفس المساحة */
  }
  
  .container {
    padding-top: 10px; /* مساحة أقل للشاشات الصغيرة */
  }
}
.row.align-items-stretch {
  row-gap: 18px;
  padding-bottom: 18px;
  height: 100%;
}
.row.align-items-stretch > [class^="col-"] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.photos .photo-item, .d-block.photo-item {
  background: transparent !important;
  border-radius: 16px !important;
  border: 1.5px solid #e3e8f7 !important;
  box-shadow: 0 4px 18px 0 #e0e7ff55 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  overflow: visible !important;
  position: relative;
  height: 400px !important;
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.3s ease !important;
}
.photos .photo-item:hover, .d-block.photo-item:hover {
  box-shadow: 0 8px 32px 0 #b3c6f7cc;
  background: linear-gradient(135deg, #e0e7ff 60%, #f7faff 100%);
}
.photos .photo-item img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 16px 16px 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f7faff !important;
  flex-shrink: 0 !important;
}
.photos .text-center {
  padding: 22px 18px 0 18px !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-height: 0 !important;
  position: relative !important;
}
.photos .heading {
  font-size: 1.25rem;
  font-weight: bold;
  color: #4b3c7a;
  margin: 0 0 16px 0 !important;
  letter-spacing: 0.3px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: text-shadow 0.2s, color 0.2s;
  text-shadow: 0 2px 8px #e0e7ff33;
  flex-shrink: 0 !important;
}
.photos .heading:hover {
  text-shadow: 0 4px 16px #b3c6f7;
}
.photos .desc {
  font-size: 1.13em;
  color: #3a3a3a;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  line-height: 1.3 !important;
  font-weight: 500;
  letter-spacing: -0.2px;
  background: transparent;
  border-radius: 10px;
  padding: 0 !important;
  display: block !important;
  box-shadow: none;
  flex: 1 !important;
  overflow: visible !important;
  min-height: 50px !important;
  max-height: 80px !important;
  direction: ltr !important;
  text-align: left !important;
}
.photos .btn-wrap {
  margin-top: 0 !important;
  padding: 30px 18px 18px 18px !important;
  flex-shrink: 0 !important;
  text-align: center !important;
  position: relative !important;
  z-index: 2 !important;
  background: transparent !important;
  border-radius: 0 0 16px 16px !important;
  margin-bottom: 18px !important;
}
.photos .browse-btn {
  display: block !important;
  width: 100% !important;
  margin: 0 auto !important;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border: none;
  border-radius: 20px !important;
  padding: 12px 20px !important;
  font-size: 0.9em;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(102, 126, 234, 0.3) !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
  outline: none;
  text-decoration: none !important;
  min-width: auto !important;
  position: relative !important;
  overflow: hidden !important;
  line-height: 1.2 !important;
}
.photos .browse-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}
.photos .browse-btn:hover {
  background: linear-gradient(90deg, #764ba2 0%, #667eea 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4) !important;
  transform: translateY(-2px) !important;
  text-decoration: none !important;
}
.photos .browse-btn:hover::before {
  left: 100%;
}
.photos .browse-btn:active {
  background: linear-gradient(90deg, #4b3c7a 0%, #667eea 100%);
  color: #fff;
  transform: translateY(0) !important;
  text-decoration: none !important;
  box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3) !important;
}
@media (max-width: 900px) {
  .photos .photo-item, .d-block.photo-item {
    height: 350px !important;
    margin-bottom: 20px !important;
  }
  .photos .photo-item img {
    height: 150px;
  }
  .photos .text-center {
    padding: 20px 18px 0 18px !important;
  }
  .photos .heading {
    margin: 0 0 14px 0 !important;
  }
  .photos .desc {
    min-height: 45px !important;
    max-height: 65px !important;
    font-size: 1.05em;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
    direction: ltr !important;
    text-align: left !important;
  }
  .photos .btn-wrap {
    padding: 25px 18px 15px 18px !important;
    margin-bottom: 0 !important;
    position: relative !important;
    z-index: 5 !important;
    background: transparent !important;
    border-radius: 0 0 16px 16px !important;
    box-shadow: none !important;
  }
  .photos .browse-btn {
    padding: 10px 18px !important;
    font-size: 0.85em;
    border-radius: 18px !important;
  }
}
@media (max-width: 600px) {
  .photos .photo-item, .d-block.photo-item {
    height: 320px !important;
    margin-bottom: 25px !important;
    padding: 0;
  }
  .photos .photo-item img {
    height: 120px;
  }
  .photos .text-center {
    padding: 18px 12px 0 12px !important;
  }
  .photos .heading {
    font-size: 1.1rem;
    margin: 0 0 12px 0 !important;
  }
  .photos .desc {
    font-size: 1em;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
    min-height: 40px !important;
    max-height: 55px !important;
    direction: ltr !important;
    text-align: left !important;
  }
  .photos .btn-wrap {
    padding: 22px 12px 12px 12px !important;
    margin-bottom: 0 !important;
    position: relative !important;
    z-index: 10 !important;
    background: transparent !important;
    border-radius: 0 0 16px 16px !important;
    box-shadow: none !important;
  }
  .photos .browse-btn {
    padding: 9px 16px !important;
    font-size: 0.8em;
    border-radius: 16px !important;
  }
}
.pro-navbar {
  background: rgba(102,126,234,0.85);
  background: linear-gradient(90deg, rgba(102,126,234,0.85) 0%, rgba(118,75,162,0.85) 100%);
  box-shadow: 0 4px 24px #b3c6f744;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 1100;
  transition: background 0.25s;
  backdrop-filter: blur(10px);
  height: 62px; /* تحديد ارتفاع ثابت للنافبار */
}
.pro-navbar-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse !important;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  height: 62px;
  position: relative;
}
.navbar-logo {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Cairo', sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.2s;
  text-shadow: 0 2px 12px #4b3c7a55;
  padding: 0 6px;
  transform: translateY(-6px);
  order: 1;
}
.navbar-logo:hover { color: #e0e7ff; }
.pro-navbar-links {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  align-items: center;
  transform: translateY(-3px);
  order: 2;
}
.pro-navbar-links li a {
  color: #fff;
  font-size: 1em;
  font-family: 'Cairo', sans-serif;
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 14px;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  font-weight: 600;
  box-shadow: 0 2px 8px #e0e7ff11;
  display: flex;
  align-items: center;
  height: 36px;
}
.pro-navbar-links li a:hover {
  background: #fff;
  color: #764ba2;
  box-shadow: 0 4px 16px #b3c6f799;
}
.pro-navbar-toggle {
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 0 0 8px;
  border: none;
  order: 1;
}
.pro-navbar-toggle .navbar-icon {
  width: 26px;
  height: 3px;
  background: #fff;
  border-radius: 1.5px;
  display: block;
  margin: 0 0 6px 0;
  transition: none;
}
.pro-navbar-toggle .navbar-icon:last-child {
  margin-bottom: 0;
}
.pro-navbar-toggle.open .navbar-icon:nth-child(1),
.pro-navbar-toggle.open .navbar-icon:nth-child(2),
.pro-navbar-toggle.open .navbar-icon:nth-child(3) {
  transform: none;
  opacity: 1;
  background: #fff;
}
@media (max-width: 900px) {
  .pro-navbar-container { max-width: 100%; }
}
@media (max-width: 800px) {
  .pro-navbar-links { 
    gap: 10px; 
    transform: translateY(-2px);
  }
  .navbar-logo { 
    font-size: 1.25em; 
    transform: translateY(-8px);
  }
}
@media (max-width: 700px) {
  .pro-navbar-toggle {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    background: linear-gradient(135deg, #667eea 60%, #764ba2 100%);
    border-radius: 50%;
    box-shadow: 0 2px 8px #b3c6f744;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 0 0 8px;
  }
  .pro-navbar-toggle .navbar-icon {
    width: 26px;
    height: 3.5px;
    margin: 0 0 6px 0;
  }
  .pro-navbar-toggle .navbar-icon:last-child {
    margin-bottom: 0;
  }
  .pro-navbar-links { 
    display: none; 
    transform: none;
  }
  .pro-navbar-toggle { display: flex; }
  .navbar-logo { 
    font-size: 1.25em; 
    transform: translateY(-10px);
  }
}
/* Sidebar Styles */
.pro-navbar-sidebar {
  display: none;
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 80vw;
  max-width: 340px;
  height: 100vh;
  background: linear-gradient(135deg, #667eea 70%, #764ba2 100%);
  box-shadow: -4px 0 18px #b3c6f744, 0 0 0 100vw rgba(44,44,66,0.08);
  z-index: 2002;
  transition: transform 0.4s cubic-bezier(.7,.3,.3,1), opacity 0.4s cubic-bezier(.7,.3,.3,1);
  transform: translateX(100%);
  opacity: 0;
  border-radius: 0 0 0 18px;
  overflow-y: auto;
}
.pro-navbar-sidebar.open {
  display: block;
  transform: translateX(0);
  opacity: 1;
}
.pro-navbar-sidebar-content {
  padding: 36px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  direction: rtl;
  position: relative;
  padding-top: 60px;
}
.pro-navbar-sidebar .close-sidebar {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #667eea 60%, #764ba2 100%);
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 6px #b3c6f733;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  opacity: 0.97;
  transition: background 0.18s, color 0.18s, opacity 0.18s;
  padding: 0;
  line-height: 1;
}
.pro-navbar-sidebar .close-sidebar:hover {
  background: #fff;
  color: #764ba2;
  opacity: 1;
}
.pro-navbar-links-vertical {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pro-navbar-links-vertical li a {
  color: #fff;
  font-size: 1em;
  font-family: 'Cairo', sans-serif;
  text-decoration: none;
  padding: 11px 16px 11px 16px;
  border-radius: 14px;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  display: flex;
  align-items: center;
  font-weight: 700;
  box-shadow: 0 2px 8px #e0e7ff11;
  gap: 12px;
}
.pro-navbar-links-vertical li a i {
  font-size: 1.18em;
  margin-left: 8px;
  color: #e0e7ff;
  min-width: 22px;
  text-align: center;
  transition: color 0.18s;
}
.pro-navbar-links-vertical li a:hover {
  background: #fff;
  color: #764ba2;
  box-shadow: 0 4px 16px #b3c6f799;
}
.pro-navbar-links-vertical li a:hover i {
  color: #764ba2;
}
.pro-navbar-overlay {
  display: none;
  position: fixed;
  top: 0; right: 0; left: 0; bottom: 0;
  width: 100vw; height: 100%;
  max-height: 100vh;
  background: rgba(44, 44, 66, 0.22);
  z-index: 2001;
  transition: opacity 0.25s;
  opacity: 0;
}
.pro-navbar-overlay.open {
  display: block;
  opacity: 1;
}
.close-sidebar-x {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 2.1em;
  color: #fff;
  z-index: 11;
  cursor: pointer;
  opacity: 0.85;
  transition: color 0.18s, opacity 0.18s;
  pointer-events: auto;
}
.close-sidebar-x:hover {
  color: #e0e7ff;
  opacity: 1;
}
.close-sidebar {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 12;
  opacity: 0;
  pointer-events: auto;
  line-height: 0.7 !important;
}

/* Navbar font size */
.pro-navbar-links li a,
.pro-navbar-links-vertical li a {
  font-size: 1em;
}

.pages-bar a {
  font-size: 1em;
}





/* === أكواد مخصصة من صفحات الموقع (تم نقلها من وسم <style>) === */

/* من user_gallery_1.php و user_gallery_2.php و home.html: */
.gallery-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.pages-bar {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.pages-bar a {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  transition: all 0.3s ease;
}
.pages-bar a.active, .pages-bar a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  color: white;
}
.search-box {
  text-align: center;
  margin-bottom: 40px;
}
.search-input {
  width: 80%;
  max-width: 500px;
  padding: 15px 25px;
  border-radius: 30px;
  border: 2px solid #e0e0e0;
  font-size: 1.1rem;
  margin: 0 auto;
  box-shadow: none !important;
  background: transparent !important;
  height: 54px;
  display: block;
}

.search-input:focus,
.search-input:active {
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}


.no-results {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin: 40px auto;
  padding: 40px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  max-width: 600px;
  width: auto;
  grid-column: 1 / -1;
}
/* من admin_panel.php: */
.admin-navbar {
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 18px 0 12px 0;
  text-align: center;
  box-shadow: 0 4px 24px #b3c6f744;
  width: 100%;
}
.admin-navbar h1 {
  font-size: 2.1em;
  font-weight: bold;
  margin: 0;
  letter-spacing: 1px;
}
.admin-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 30px 0 24px 0;
  text-align: center;
  width: 100%;
  overflow-x: auto;
}
.admin-tab-btn {
  background: #fff;
  color: #764ba2;
  border: 1.5px solid #764ba2;
  border-radius: 22px;
  padding: 13px 0 13px 0;
  font-size: 1.13em;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 10px #e0e7ff33;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 260px;
  max-width: 96vw;
  min-width: unset;
  margin-bottom: 0;
}
.admin-tab-btn.active, .admin-tab-btn:hover {
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border: 1.5px solid #667eea;
}
.admin-content {
  width: 100%;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 18px 0 #e0e7ff55;
  padding: 36px 8px 28px 8px;
  min-height: 400px;
  margin: 0 auto;
  overflow-x: auto;
  flex: 1 0 auto;
}
.logout-btn {
  background: #e53935 !important;
  color: #fff !important;
  padding: 12px 28px;
  border-radius: 22px;
  border: none;
  cursor: pointer;
  font-size: 1.13em;
  font-weight: bold;
  box-shadow: 0 1px 8px #eee;
  transition: background 0.2s, color 0.2s;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  float: none;
  width: 260px;
  max-width: 96vw;
  min-width: unset;
}
.logout-btn:hover {
  background: #b71c1c !important;
  color: #fff !important;
}
@media (max-width: 900px) {
  .admin-content { max-width: 99vw; }
}
@media (max-width: 700px) {
  .admin-content { padding: 10px 2vw 10px 2vw; border-radius: 10px; max-width: 100vw; width: 100vw; }
  .admin-tabs { flex-direction: column; gap: 16px; margin: 18px 0 14px 0; align-items: center; width: 100vw; max-width: 100vw; }
  .admin-tab-btn { width: 99vw; max-width: 99vw; font-size: 1.08em; padding: 14px 0; border-radius: 22px; margin-bottom: 0; }
  .logout-btn { width: 99vw; max-width: 99vw; font-size: 1em; padding: 13px 0; border-radius: 18px; }
}
@media (max-width: 480px) {
  .admin-content { padding: 6px 1vw 6px 1vw; border-radius: 7px; max-width: 100vw; width: 100vw; }
  .admin-tab-btn { font-size: 1em; padding: 13px 0; border-radius: 18px; width: 99vw; max-width: 99vw; }
  .logout-btn { width: 99vw; max-width: 99vw; font-size: 0.98em; padding: 12px 0; border-radius: 16px; }
}
/* من login.html: */
.login-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px #1877f233;
  max-width: 400px;
  margin: 60px auto 0 auto;
  padding: 36px 28px 28px 28px;
  text-align: center;
}
.login-card h3 {
  color: #1877f2;
  font-weight: bold;
  margin-bottom: 18px;
}
.login-card label {
  float: right;
  color: #1877f2;
  font-weight: 500;
}
.login-card .form-control {
  background: #f7faff;
  border-radius: 8px;
  border: 1.5px solid #e0e0e0;
  margin-bottom: 18px;
  font-size: 1.1em;
}
.login-card .btn-main {
  background: #ef6c57;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  padding: 12px 36px;
  font-size: 1.1em;
  border: none;
  transition: 0.2s;
}
.login-card .btn-main:hover {
  background: #1877f2;
  color: #fff;
}
.login-card .forgot-pass {
  color: #1877f2;
  font-size: 0.98em;
  float: left;
}
@media (max-width: 600px) {
  .login-card { max-width: 98vw; padding: 18px 6px; }
}

/* === أكواد مخصصة من gallery.php (تم نقلها من وسم <style>) === */
.gallery-box-gallery {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 1200px;
  margin: auto;
  box-shadow: 0 2px 8px #ccc;
}
.msg {
  color: #388e3c;
  margin-bottom: 10px;
  text-align: center;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 30px;
}
.product-card-gallery {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px #e1e1e1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 12px 15px 12px;
  transition: box-shadow 0.2s;
  min-height: 320px;
}
.product-card-gallery:hover {
  box-shadow: 0 6px 18px #bdbdbd;
}
.product-image-gallery {
  width: 100%;
  max-width: 210px;
  height: 180px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 12px;
  box-shadow: 0 1px 6px #eee;
  background: #f5f5f5;
  border: 1.5px solid #e0e0e0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-title-gallery {
  font-size: 1.1em;
  font-weight: bold;
  color: #222;
  margin-bottom: 7px;
  text-align: center;
}
.product-meta {
  font-size: 0.97em;
  color: #555;
  margin-bottom: 4px;
  text-align: center;
}
.product-date {
  font-size: 0.92em;
  color: #888;
  margin-bottom: 10px;
  text-align: center;
}
form { margin: 0; }
button { background: #d32f2f; color: #fff; border: none; padding: 7px 18px; border-radius: 4px; cursor: pointer; font-size: 1em; }
button:hover { opacity: 0.85; }
a { display: block; text-align: center; margin-top: 20px; }
@media (max-width: 600px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-image-gallery {
    width: 100%;
    height: 140px;
  }
}

/* === أكواد صفحة التواصل (تم نقلها من contact.css) === */

/* Contact Page Styles */
.contact-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 120px 0 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.contact-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 18px 0 #e0e7ff55;
  border: 1.5px solid #e3e8f7;
  padding: 38px 28px 28px 28px;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.contact-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #4b3c7a;
  margin-bottom: 18px;
  text-align: center;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  line-height: 1.2;
}

.form-label {
  color: #764ba2;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  text-align: left;
  font-size: 1.1em;
}

.form-control {
  border-radius: 10px;
  border: 1px solid #ececec;
  margin-bottom: 16px;
  font-size: 1em;
  padding: 10px 12px;
  background: #f5f7fa;
  transition: border 0.2s;
  text-align: left;
}

.form-control:focus {
  border: 1.5px solid #667eea;
  outline: none;
  background: #fff;
}

.contact-btn {
  width: 100%;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border: none;
  border-radius: 22px;
  padding: 10px 0;
  font-size: 1.1em;
  font-weight: bold;
  box-shadow: 0 2px 8px #e0e7ff;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.13s;
  cursor: pointer;
  outline: none;
  margin-top: 8px;
}

.contact-btn:hover {
  background: linear-gradient(90deg, #764ba2 0%, #667eea 100%);
  color: #fff;
  box-shadow: 0 6px 18px #b3c6f7;
  transform: scale(1.03);
}

/* Contact Page Responsive Design */
@media (max-width: 768px) {
  .contact-section {
    padding: 50px 0 30px 0 !important; 
    min-height: 35vh;
  }
  .contact-title {
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
  .contact-card { 
    padding: 18px 6px 18px 6px; 
    max-width: 98vw;
  }
  .form-label {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .contact-title {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
  .contact-card { 
    padding: 12px 4px 12px 4px; 
  }
}

.photo-img-wrapper {
  border-radius: 16px 16px 0 0 !important;
  overflow: hidden;
  margin: 0;
  background: #f7faff;
}
.photo-img-wrapper img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 16px 16px 0 0 !important;
  margin: 0;
  padding: 0;
  max-height: unset !important;
  min-height: unset !important;
}
@media (max-width: 900px) {
  .photo-img-wrapper {
    aspect-ratio: 1.2/1;
  }
}
@media (max-width: 600px) {
  .photo-img-wrapper {
    aspect-ratio: 1.1/1;
  }
}

/* تمييز الرابط النشط في النافبار */
.pro-navbar-links a.active,
.pro-navbar-links li.active > a,
.pro-navbar-links-vertical a.active,
.pro-navbar-links-vertical li.active > a,
.main-menu a.active,
.js-clone-nav a.active,
.navbar-links a.active,
.navbar-links li.active > a {
  background: #fff !important;
  color: #764ba2 !important;
  border-radius: 18px !important;
  font-weight: bold !important;
  box-shadow: 0 2px 12px #e0e7ff55 !important;
  padding: 6px 24px !important;
  transition: 0.2s;
}

/* === مكياج.php === */
body.makeup-page { direction: ltr; text-align: left; }
.container.makeup-page { direction: ltr; }
.hero-content.makeup-page, .hero-title.makeup-page, .hero-subtitle.makeup-page, .section-title.makeup-page { text-align: center; }
.search-box.makeup-page { text-align: center; margin: 20px 0; }
.products-grid.makeup-page { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
.product-card.makeup-page { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; }
.product-card.makeup-page:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.product-image.makeup-page { width: 100%; height: 200px; object-fit: cover; }
.product-content.makeup-page { padding: 15px; display: flex; flex-direction: column; align-items: center; }
.product-title.makeup-page { font-size: 16px; font-weight: 600; color: #333; text-align: center; margin: 0; }
.no-results.makeup-page { text-align: center; padding: 40px; color: #666; font-size: 18px; display: flex; justify-content: center; align-items: center; min-height: 300px; width: 100%; grid-column: 1 / -1; margin: 40px auto; max-width: 600px; }
#backToTop.makeup-page { right: 32px !important; left: auto !important; }
@media (max-width: 768px) { .products-grid.makeup-page { grid-template-columns: repeat(2, 1fr); gap: 15px; } }
@media (max-width: 480px) { .products-grid.makeup-page { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* === عطور.php === */
body.perfume-page { direction: ltr; text-align: left; }
.container.perfume-page { direction: ltr; }
.hero-content.perfume-page, .hero-title.perfume-page, .hero-subtitle.perfume-page, .section-title.perfume-page { text-align: center; }
.search-box.perfume-page { text-align: center; margin: 20px 0; }
.products-grid.perfume-page { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
.product-card.perfume-page { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; }
.product-card.perfume-page:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.product-image.perfume-page { width: 100%; height: 200px; object-fit: cover; }
.product-content.perfume-page { padding: 15px; display: flex; flex-direction: column; align-items: center; }
.product-title.perfume-page { font-size: 16px; font-weight: 600; color: #333; text-align: center; margin: 0; }
.no-results.perfume-page { text-align: center; padding: 40px; color: #666; font-size: 18px; display: flex; justify-content: center; align-items: center; min-height: 300px; width: 100%; grid-column: 1 / -1; margin: 40px auto; max-width: 600px; }
#backToTop.perfume-page { right: 32px !important; left: auto !important; }
@media (max-width: 768px) { .products-grid.perfume-page { grid-template-columns: repeat(2, 1fr); gap: 15px; } }
@media (max-width: 480px) { .products-grid.perfume-page { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* === صابون.php === */
body.soap-page { direction: ltr; text-align: left; }
.container.soap-page { direction: ltr; }
.hero-content.soap-page, .hero-title.soap-page, .hero-subtitle.soap-page, .section-title.soap-page { text-align: center; }
.search-box.soap-page { text-align: center; margin: 20px 0; }
.products-grid.soap-page { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
.product-card.soap-page { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; }
.product-card.soap-page:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.product-image.soap-page { width: 100%; height: 200px; object-fit: cover; }
.product-content.soap-page { padding: 15px; display: flex; flex-direction: column; align-items: center; }
.product-title.soap-page { font-size: 16px; font-weight: 600; color: #333; text-align: center; margin: 0; }
.no-results.soap-page { text-align: center; padding: 40px; color: #666; font-size: 18px; display: flex; justify-content: center; align-items: center; min-height: 300px; width: 100%; grid-column: 1 / -1; margin: 40px auto; max-width: 600px; }
#backToTop.soap-page { right: 32px !important; left: auto !important; }
@media (max-width: 768px) { .products-grid.soap-page { grid-template-columns: repeat(2, 1fr); gap: 15px; } }
@media (max-width: 480px) { .products-grid.soap-page { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* === مرطب_لوشن.php === */
body.moisturizer-page { direction: ltr; text-align: left; }
.container.moisturizer-page { direction: ltr; }
.hero-content.moisturizer-page, .hero-title.moisturizer-page, .hero-subtitle.moisturizer-page, .section-title.moisturizer-page { text-align: center; }
.search-box.moisturizer-page { text-align: center; margin: 20px 0; }
.products-grid.moisturizer-page { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
.product-card.moisturizer-page { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; }
.product-card.moisturizer-page:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.product-image.moisturizer-page { width: 100%; height: 200px; object-fit: cover; }
.product-content.moisturizer-page { padding: 15px; display: flex; flex-direction: column; align-items: center; }
.product-title.moisturizer-page { font-size: 16px; font-weight: 600; color: #333; text-align: center; margin: 0; }
.no-results.moisturizer-page { text-align: center; padding: 40px; color: #666; font-size: 18px; display: flex; justify-content: center; align-items: center; min-height: 300px; width: 100%; grid-column: 1 / -1; margin: 40px auto; max-width: 600px; }
#backToTop.moisturizer-page { right: 32px !important; left: auto !important; }
@media (max-width: 768px) { .products-grid.moisturizer-page { grid-template-columns: repeat(2, 1fr); gap: 15px; } }
@media (max-width: 480px) { .products-grid.moisturizer-page { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* === مزيل_عرق.php === */
body.deodorant-page { direction: ltr; text-align: left; }
.container.deodorant-page { direction: ltr; }
.hero-content.deodorant-page, .hero-title.deodorant-page, .hero-subtitle.deodorant-page, .section-title.deodorant-page { text-align: center; }
.search-box.deodorant-page { text-align: center; margin: 20px 0; }
.products-grid.deodorant-page { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
.product-card.deodorant-page { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; }
.product-card.deodorant-page:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.product-image.deodorant-page { width: 100%; height: 200px; object-fit: cover; }
.product-content.deodorant-page { padding: 15px; display: flex; flex-direction: column; align-items: center; }
.product-title.deodorant-page { font-size: 16px; font-weight: 600; color: #333; text-align: center; margin: 0; }
.no-results.deodorant-page { text-align: center; padding: 40px; color: #666; font-size: 18px; display: flex; justify-content: center; align-items: center; min-height: 300px; width: 100%; grid-column: 1 / -1; margin: 40px auto; max-width: 600px; }
#backToTop.deodorant-page { right: 32px !important; left: auto !important; }
@media (max-width: 768px) { .products-grid.deodorant-page { grid-template-columns: repeat(2, 1fr); gap: 15px; } }
@media (max-width: 480px) { .products-grid.deodorant-page { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* === معطرات.php === */
body.fragrance-page { direction: ltr; text-align: left; }
.container.fragrance-page { direction: ltr; }
.hero-content.fragrance-page, .hero-title.fragrance-page, .hero-subtitle.fragrance-page, .section-title.fragrance-page { text-align: center; }
.search-box.fragrance-page { text-align: center; margin: 20px 0; }
.products-grid.fragrance-page { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
.product-card.fragrance-page { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; }
.product-card.fragrance-page:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.product-image.fragrance-page { width: 100%; height: 200px; object-fit: cover; }
.product-content.fragrance-page { padding: 15px; display: flex; flex-direction: column; align-items: center; }
.product-title.fragrance-page { font-size: 16px; font-weight: 600; color: #333; text-align: center; margin: 0; }
.no-results.fragrance-page { text-align: center; padding: 40px; color: #666; font-size: 18px; display: flex; justify-content: center; align-items: center; min-height: 300px; width: 100%; grid-column: 1 / -1; margin: 40px auto; max-width: 600px; }
#backToTop.fragrance-page { right: 32px !important; left: auto !important; }
@media (max-width: 768px) { .products-grid.fragrance-page { grid-template-columns: repeat(2, 1fr); gap: 15px; } }
@media (max-width: 480px) { .products-grid.fragrance-page { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* === شامبو_مكيف.php === */
body.shampoo-page { direction: ltr; text-align: left; }
.container.shampoo-page { direction: ltr; }
.hero-content.shampoo-page, .hero-title.shampoo-page, .hero-subtitle.shampoo-page, .section-title.shampoo-page { text-align: center; }
.search-box.shampoo-page { text-align: center; margin: 20px 0; }
.products-grid.shampoo-page { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
.product-card.shampoo-page { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; }
.product-card.shampoo-page:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.product-image.shampoo-page { width: 100%; height: 200px; object-fit: cover; }
.product-content.shampoo-page { padding: 15px; display: flex; flex-direction: column; align-items: center; }
.product-title.shampoo-page { font-size: 16px; font-weight: 600; color: #333; text-align: center; margin: 0; }
.no-results.shampoo-page { text-align: center; padding: 40px; color: #666; font-size: 18px; display: flex; justify-content: center; align-items: center; min-height: 300px; width: 100%; grid-column: 1 / -1; margin: 40px auto; max-width: 600px; }
#backToTop.shampoo-page { right: 32px !important; left: auto !important; }
@media (max-width: 768px) { .products-grid.shampoo-page { grid-template-columns: repeat(2, 1fr); gap: 15px; } }
@media (max-width: 480px) { .products-grid.shampoo-page { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* === العناية_بالبشرة.php === */
body.skincare-page { direction: ltr; text-align: left; }
.container.skincare-page { direction: ltr; }
.hero-content.skincare-page, .hero-title.skincare-page, .hero-subtitle.skincare-page, .section-title.skincare-page { text-align: center; }
.search-box.skincare-page { text-align: center; margin: 20px 0; }
.products-grid.skincare-page { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
.product-card.skincare-page { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; }
.product-card.skincare-page:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.product-image.skincare-page { width: 100%; height: 200px; object-fit: cover; }
.product-content.skincare-page { padding: 15px; display: flex; flex-direction: column; align-items: center; }
.product-title.skincare-page { font-size: 16px; font-weight: 600; color: #333; text-align: center; margin: 0; }
.no-results.skincare-page { text-align: center; padding: 40px; color: #666; font-size: 18px; display: flex; justify-content: center; align-items: center; min-height: 300px; width: 100%; grid-column: 1 / -1; margin: 40px auto; max-width: 600px; }
#backToTop.skincare-page { right: 32px !important; left: auto !important; }
@media (max-width: 768px) { .products-grid.skincare-page { grid-template-columns: repeat(2, 1fr); gap: 15px; } }
@media (max-width: 480px) { .products-grid.skincare-page { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* === العناية_بالشعر.php === */
body.haircare-page { direction: ltr; text-align: left; }
.container.haircare-page { direction: ltr; }
.hero-content.haircare-page, .hero-title.haircare-page, .hero-subtitle.haircare-page, .section-title.haircare-page { text-align: center; }
.search-box.haircare-page { text-align: center; margin: 20px 0; }
.products-grid.haircare-page { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
.product-card.haircare-page { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; }
.product-card.haircare-page:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.product-image.haircare-page { width: 100%; height: 200px; object-fit: cover; }
.product-content.haircare-page { padding: 15px; display: flex; flex-direction: column; align-items: center; }
.product-title.haircare-page { font-size: 16px; font-weight: 600; color: #333; text-align: center; margin: 0; }
.no-results.haircare-page { text-align: center; padding: 40px; color: #666; font-size: 18px; display: flex; justify-content: center; align-items: center; min-height: 300px; width: 100%; grid-column: 1 / -1; margin: 40px auto; max-width: 600px; }
#backToTop.haircare-page { right: 32px !important; left: auto !important; }
@media (max-width: 768px) { .products-grid.haircare-page { grid-template-columns: repeat(2, 1fr); gap: 15px; } }
@media (max-width: 480px) { .products-grid.haircare-page { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* === شاور_الجسم.php === */
body.shower-page { direction: ltr; text-align: left; }
.container.shower-page { direction: ltr; }
.hero-content.shower-page, .hero-title.shower-page, .hero-subtitle.shower-page, .section-title.shower-page { text-align: center; }
.search-box.shower-page { text-align: center; margin: 20px 0; }
.products-grid.shower-page { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
.product-card.shower-page { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; }
.product-card.shower-page:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.product-image.shower-page { width: 100%; height: 200px; object-fit: cover; }
.product-content.shower-page { padding: 15px; display: flex; flex-direction: column; align-items: center; }
.product-title.shower-page { font-size: 16px; font-weight: 600; color: #333; text-align: center; margin: 0; }
.no-results.shower-page { text-align: center; padding: 40px; color: #666; font-size: 18px; display: flex; justify-content: center; align-items: center; min-height: 300px; width: 100%; grid-column: 1 / -1; margin: 40px auto; max-width: 600px; }
#backToTop.shower-page { right: 32px !important; left: auto !important; }
@media (max-width: 768px) { .products-grid.shower-page { grid-template-columns: repeat(2, 1fr); gap: 15px; } }
@media (max-width: 480px) { .products-grid.shower-page { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* === واقي_شمس.php === */
body.sunscreen-page { direction: ltr; text-align: left; }
.container.sunscreen-page { direction: ltr; }
.hero-content.sunscreen-page, .hero-title.sunscreen-page, .hero-subtitle.sunscreen-page, .section-title.sunscreen-page { text-align: center; }
.search-box.sunscreen-page { text-align: center; margin: 20px 0; }
.products-grid.sunscreen-page { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
.product-card.sunscreen-page { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; }
.product-card.sunscreen-page:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.product-image.sunscreen-page { width: 100%; height: 200px; object-fit: cover; }
.product-content.sunscreen-page { padding: 15px; display: flex; flex-direction: column; align-items: center; }
.product-title.sunscreen-page { font-size: 16px; font-weight: 600; color: #333; text-align: center; margin: 0; }
.no-results.sunscreen-page { text-align: center; padding: 40px; color: #666; font-size: 18px; display: flex; justify-content: center; align-items: center; min-height: 300px; width: 100%; grid-column: 1 / -1; margin: 40px auto; max-width: 600px; }
#backToTop.sunscreen-page { right: 32px !important; left: auto !important; }
@media (max-width: 768px) { .products-grid.sunscreen-page { grid-template-columns: repeat(2, 1fr); gap: 15px; } }
@media (max-width: 480px) { .products-grid.sunscreen-page { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* === سبلاش.php === */
body.splash-page { direction: ltr; text-align: left; }
.container.splash-page { direction: ltr; }
.hero-content.splash-page, .hero-title.splash-page, .hero-subtitle.splash-page, .section-title.splash-page { text-align: center; }
.search-box.splash-page { text-align: center; margin: 20px 0; }
.products-grid.splash-page { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
.product-card.splash-page { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; }
.product-card.splash-page:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.product-image.splash-page { width: 100%; height: 200px; object-fit: cover; }
.product-content.splash-page { padding: 15px; display: flex; flex-direction: column; align-items: center; }
.product-title.splash-page { font-size: 16px; font-weight: 600; color: #333; text-align: center; margin: 0; }
.no-results.splash-page { text-align: center; padding: 40px; color: #666; font-size: 18px; display: flex; justify-content: center; align-items: center; min-height: 300px; width: 100%; grid-column: 1 / -1; margin: 40px auto; max-width: 600px; }
#backToTop.splash-page { right: 32px !important; left: auto !important; }
@media (max-width: 768px) { .products-grid.splash-page { grid-template-columns: repeat(2, 1fr); gap: 15px; } }
@media (max-width: 480px) { .products-grid.splash-page { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* === سيروم_الوجه_الشعر.php === */
body.serum-page { direction: ltr; text-align: left; }
.container.serum-page { direction: ltr; }
.hero-content.serum-page, .hero-title.serum-page, .hero-subtitle.serum-page, .section-title.serum-page { text-align: center; }
.search-box.serum-page { text-align: center; margin: 20px 0; }
.products-grid.serum-page { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
.product-card.serum-page { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; }
.product-card.serum-page:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.product-image.serum-page { width: 100%; height: 200px; object-fit: cover; }
.product-content.serum-page { padding: 15px; display: flex; flex-direction: column; align-items: center; }
.product-title.serum-page { font-size: 16px; font-weight: 600; color: #333; text-align: center; margin: 0; }
.no-results.serum-page { text-align: center; padding: 40px; color: #666; font-size: 18px; display: flex; justify-content: center; align-items: center; min-height: 300px; width: 100%; grid-column: 1 / -1; margin: 40px auto; max-width: 600px; }
#backToTop.serum-page { right: 32px !important; left: auto !important; }
@media (max-width: 768px) { .products-grid.serum-page { grid-template-columns: repeat(2, 1fr); gap: 15px; } }
@media (max-width: 480px) { .products-grid.serum-page { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* === About Page Styles === */
.about-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 40px 0 25px 0 !important;
    text-align: center;
    margin-top: 0 !important;
    min-height: 25vh !important;
    position: relative;
    overflow: hidden;
}
.about-hero h1, .about-hero p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
@media (max-width: 768px) {
  .about-hero {
    padding: 40px 0 25px 0 !important;
    min-height: 25vh !important;
  }
}
@media (max-width: 600px) {
  .about-hero {
    padding: 40px 0 25px 0 !important;
    min-height: 25vh !important;
  }
}
@media (max-width: 480px) {
  .about-hero {
    padding: 40px 0 25px 0 !important;
    min-height: 25vh !important;
  }
}
.about-section {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 24px #b3c6f744;
    padding: 28px 10px 18px 10px;
    margin: 24px auto 24px auto;
    max-width: 98vw;
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}
.about-section h2 {
    color: #764ba2;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center;
}
.about-section p {
    text-align: center;
    margin-bottom: 18px;
    margin-top: 0;
    line-height: 1.8;
    margin-bottom: 18px;
}
.about-section .about-icon {
    font-size: 2em;
    color: #667eea;
    margin-bottom: 8px;
    display: block;
    text-align: center;
}
.about-section .about-values {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 32px;
    justify-content: center;
    align-items: stretch;
}
.about-section .value-box {
    background: #f5f7fa;
    border-radius: 12px;
    box-shadow: 0 2px 8px #e0e7ff33;
    padding: 18px 16px;
    min-width: 220px;
    max-width: 320px;
    flex: 1 1 260px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.about-section .value-box i {
    font-size: 1.5em;
    color: #764ba2;
    margin-bottom: 6px;
    display: block;
    text-align: center;
}
@media (max-width: 900px) {
    .about-hero { 
        padding: 100px 0 50px 0; 
        margin-top: 62px;
    }
    .about-section { max-width: 99vw; padding: 18px 2vw 10px 2vw; }
    .about-section .about-values {
        flex-direction: column;
        gap: 14px;
        margin-top: 18px;
    }
    .about-section .value-box {
        max-width: 100%; min-width: 0;
    }
}
@media (max-width: 600px) {
    .about-hero { 
        padding: 40px 0 25px 0 !important;
        min-height: 25vh !important;
        margin-top: 62px;
        display: flex;
        align-items: center;
    }
    .about-hero h1 { font-size: 1.8rem !important; }
    .about-section { padding: 10px 2vw 6px 2vw; margin: 0 auto 10px auto; }
    .about-section h2 { font-size: 1.1rem !important; }
    .about-section .about-values { flex-direction: column; gap: 6px; }
    .about-section .value-box { padding: 10px 4px; font-size: 0.98em; margin-bottom: 10px; }
}
@media (max-width: 480px) {
    .about-hero { 
        padding: 40px 0 25px 0 !important;
        min-height: 25vh !important;
        margin-top: 62px;
        display: flex;
        align-items: center;
    }
    .about-hero h1 { font-size: 1.6rem !important; }
    .about-hero p { font-size: 1rem !important; }
} 

.product-content p {
  text-align: center;
  direction: ltr;
}

.text-center .desc {
  text-align: center !important;
  direction: ltr !important;
}

@media (max-width: 768px) {
  .no-results, .no-results.makeup-page, .no-results.perfume-page, .no-results.soap-page, .no-results.moisturizer-page, .no-results.deodorant-page, .no-results.fragrance-page, .no-results.shampoo-page, .no-results.skincare-page, .no-results.haircare-page, .no-results.shower-page, .no-results.sunscreen-page, .no-results.splash-page, .no-results.serum-page {
    margin: 30px auto;
    padding: 30px 20px;
    max-width: 90%;
    min-height: 150px;
    font-size: 1.1rem;
    grid-column: 1 / -1 !important;
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .no-results, .no-results.makeup-page, .no-results.perfume-page, .no-results.soap-page, .no-results.moisturizer-page, .no-results.deodorant-page, .no-results.fragrance-page, .no-results.shampoo-page, .no-results.skincare-page, .no-results.haircare-page, .no-results.shower-page, .no-results.sunscreen-page, .no-results.splash-page, .no-results.serum-page {
    margin: 20px auto;
    padding: 25px 15px;
    max-width: 95%;
    min-height: 120px;
    font-size: 1rem;
    grid-column: 1 / -1 !important;
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* Navbar LTR for Product Pages */
.ltr-navbar {
    direction: ltr;
    text-align: left;
}

.ltr-navbar .container-navbar {
    flex-direction: row;
}

.ltr-navbar .navbar-links {
    flex-direction: row;
    margin-left: auto;
    margin-right: 0;
}

.ltr-navbar .navbar-toggle {
    order: -1;
    margin-left: 0;
    margin-right: auto;
}

.ltr-navbar .pro-navbar-sidebar {
    right: auto;
    left: -100%;
    transform: translateX(-100%);
}

.ltr-navbar .pro-navbar-sidebar.active {
    left: 0;
    transform: translateX(0);
}

.ltr-navbar .close-sidebar {
    right: auto;
    left: 18px;
}

/* Media Queries for LTR Navbar */
@media (max-width: 768px) {
    .ltr-navbar .navbar-links {
        flex-direction: column;
        text-align: left;
    }
    
    .ltr-navbar .pro-navbar-sidebar-content {
        text-align: left;
    }
}

/* CSS للتعامل مع الاتجاه LTR في صفحات المنتجات */
.ltr-page {
  direction: ltr;
  text-align: left;
}

.ltr-page .container {
  direction: ltr;
}

.ltr-page .hero-content,
.ltr-page .hero-title,
.ltr-page .hero-subtitle,
.ltr-page .section-title {
  text-align: center;
}

.ltr-page .search-box {
  text-align: center;
  margin: 20px 0;
}

.ltr-page .search-input {
  width: 100%;
  max-width: 400px;
  padding: 12px 20px;
  border: 2px solid #e9ecef;
  border-radius: 25px;
  font-size: 16px;
  direction: ltr;
  text-align: left;
}

.ltr-page .search-input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.ltr-page .product-title {
  text-align: center;
  direction: ltr;
}

.ltr-page .no-results {
  text-align: center;
  padding: 40px;
  color: #666;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  width: 100%;
  grid-column: 1 / -1;
  margin: 40px auto;
  max-width: 600px;
}

/* CSS للنافبار في الاتجاه LTR */
.ltr-navbar {
  direction: ltr;
}

.ltr-navbar .container-navbar {
  flex-direction: row;
}

.ltr-navbar .navbar-links {
  flex-direction: row;
  margin-left: auto;
  margin-right: 0;
}

.ltr-navbar .navbar-toggle {
  margin-left: 0;
  margin-right: auto;
}

.ltr-navbar .pro-navbar-sidebar {
  right: auto;
  left: -300px;
}

.ltr-navbar .pro-navbar-sidebar.open {
  left: 0;
  right: auto;
}

.ltr-navbar .close-sidebar {
  right: auto;
  left: 18px;
}

@media (max-width: 768px) {
  .ltr-navbar .navbar-links {
    flex-direction: column;
  }
  
  .ltr-navbar .pro-navbar-sidebar-content {
    direction: ltr;
  }
}

/* إضافة مساحة إضافية للمحتوى في الصفحات التي لا تحتوي على hero section */
.container {
  padding-top: 20px; /* مساحة إضافية للمحتوى */
}

/* تنسيقات خاصة للصفحات التي تحتوي على محتوى مباشر */
main, .main-content {
  padding-top: 20px; /* مساحة إضافية للمحتوى الرئيسي */
}

/* تأكد من أن العناوين لا تظهر خلف النافبار */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  padding-top: 10px; /* مساحة إضافية للعناوين */
}

/* تنسيقات خاصة لصفحات المنتجات */
.hero-section + .products-section {
  margin-top: 0; /* إزالة المساحة الإضافية إذا كان هناك hero section */
}

@media (max-width: 480px) {
  .hero-section { 
    padding: 25px 0 15px 0 !important; 
    min-height: 18vh !important; 
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
  }
  .hero-title { font-size: 1.8rem !important; margin-bottom: 6px; }
  .hero-subtitle { font-size: 0.85rem !important; margin-bottom: 5px; }
  .section-title { font-size: 1.4rem !important; margin-bottom: 15px; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .photos .photo-item img {
    height: 120px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px 12px 0 0;
  }
  .product-title { font-size: 0.89rem !important; text-align: center; direction: ltr; }
  .product-btn { font-size: 0.89em !important; padding: 5px 8px !important; }
  
  /* تنسيقات خاصة للشاشات الصغيرة جداً */
  body {
    padding-top: 62px; /* نفس المساحة */
  }
  
  .container {
    padding-top: 10px; /* مساحة أقل للشاشات الصغيرة */
  }
}

/* --- توحيد حجم الكاردات في جميع صفحات المنتجات --- */
.product-card, .product-card.soap-page, .product-card.perfume-page, .product-card.moisturizer-page, .product-card.deodorant-page, .product-card.sunscreen-page, .product-card.shower-page, .product-card.haircare-page, .product-card.fragrance-page, .product-card.makeup-page {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.product-image, .product-image.soap-page, .product-image.perfume-page, .product-image.moisturizer-page, .product-image.deodorant-page, .product-image.sunscreen-page, .product-image.shower-page, .product-image.haircare-page, .product-image.fragrance-page, .product-image.makeup-page {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  background: #f5f7fa;
  border-bottom: 1px solid #ececec;
  display: block;
  min-width: 100%;
  min-height: 200px;
  max-width: 100%;
  max-height: 200px;
}
.product-content, .product-content.soap-page, .product-content.perfume-page, .product-content.moisturizer-page, .product-content.deodorant-page, .product-content.sunscreen-page, .product-content.shower-page, .product-content.haircare-page, .product-content.fragrance-page, .product-content.makeup-page {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.close-sidebar:focus,
.close-sidebar:active {
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
}

.search-input, .search-input.perfume-page, .search-input.deodorant-page, .search-input.fragrance-page, .search-input.shampoo-page, .search-input.sunscreen-page, .search-input.splash-page, .search-input.makeup-page, .search-input.moisturizer-page, .search-input.haircare-page, .search-input.skincare-page, .search-input.soap-page {
  background: transparent !important;
}

.search-section,
.search-section *,
.container,
.container * {
    box-shadow: none !important;
    filter: none !important;
}

.navbar-logo {
    margin-left: 0 !important;
    margin-right: auto !important;
    order: 3;
}

.navbar-toggle.pro-navbar-toggle {
    margin-left: 0 !important;
    margin-left: 16px !important;
    margin-right: 0 !important;
    order: 1;
}

@media (min-width: 992px) {
  .pro-navbar-container {
    justify-content: flex-start !important;
  }
  .pro-navbar-links {
    flex: 1 1 0%;
    display: flex;
    justify-content: center !important;
    margin: 0 !important;
    min-width: 0;
  }
  .navbar-toggle.pro-navbar-toggle {
    flex: 0 0 auto;
    margin-left: 24px !important;
    margin-right: 0 !important;
  }
  .navbar-logo {
    flex: 0 0 auto;
    margin-left: 0 !important;
    margin-right: 24px !important;
  }
}

.about-hero .hero-content {
  margin-top: 10px !important;
}

.about-hero {
  padding-bottom: 25px !important;
}
.about-hero .hero-content {
  margin-top: 10px !important;
  margin-bottom: -15px !important;
}

@media (max-width: 600px) {
  .about-hero {
    padding-bottom: 10px !important;
  }
  .about-hero .hero-content {
    margin-bottom: -20px !important;
  }
}

.about-hero .hero-content {
  min-height: 110px;
}
@media (max-width: 600px) {
  .about-hero .hero-content {
    min-height: 70px;
  }
}

@media (max-width: 600px) {
  .about-hero .hero-content {
    min-height: 70px;
    margin-top: -15px !important;
  }
}

