/* ===================================
   Awraba Magazine - Arabic RTL Styles
   مجلة أوربة - ملف CSS لدعم اللغة العربية واتجاه RTL
   Primary Colors: #8E6F38 (Gold - Primary), #4A70A9 (Blue - Secondary), #D3D3D3 (Light Gray)
   =================================== */

/* ============ ROOT COLOR VARIABLES ============ */
:root {
    --primary: #8E6F38;
    --secondary: #4A70A9;
    --light: #D3D3D3;
    --dark: #252C30;

    /* Additional color variables */
    --primary-gold: #8E6F38;
    --secondary-blue: #4A70A9;
    --light-gray: #D3D3D3;
    --dark-bg: #0a0a0a;
    --white: #ffffff;
    --text-dark: #333333;
    --text-muted: #6c757d;
}

/* ============ ARABIC FONTS ============ */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;900&family=Tajawal:wght@400;500;700;900&display=swap');

body {
    font-family: 'Cairo', 'Tajawal', sans-serif !important;
    direction: rtl;
    text-align: right;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', sans-serif !important;
}

/* ============ PRIMARY COLOR OVERRIDES ============ */

/* Gold Primary Color (#8E6F38) */
.text-primary,
a.text-primary:hover,
.btn-link {
    color: var(--primary-gold) !important;
}

.bg-primary {
    background-color: var(--primary-gold) !important;
}

.btn-primary {
    background-color: var(--primary-gold) !important;
    border-color: var(--primary-gold) !important;
    color: var(--white);
}

.btn-primary:hover {
    background-color: #725927 !important;
    border-color: #725927 !important;
}

.btn-outline-primary {
    color: var(--primary-gold) !important;
    border-color: var(--primary-gold) !important;
}

.btn-outline-primary:hover {
    background-color: var(--primary-gold) !important;
    border-color: var(--primary-gold) !important;
    color: var(--white) !important;
}

.border-primary {
    border-color: var(--primary-gold) !important;
}

/* Blue Secondary Color (#4A70A9) */
.text-secondary,
a.text-secondary:hover {
    color: var(--secondary-blue) !important;
}

.bg-secondary {
    background-color: var(--secondary-blue) !important;
}

.btn-secondary {
    background-color: var(--secondary-blue) !important;
    border-color: var(--secondary-blue) !important;
}

.btn-secondary:hover {
    background-color: #2d3380 !important;
    border-color: #2d3380 !important;
}

.btn-outline-secondary {
    color: var(--secondary-blue) !important;
    border-color: var(--secondary-blue) !important;
}

.btn-outline-secondary:hover {
    background-color: var(--secondary-blue) !important;
    border-color: var(--secondary-blue) !important;
    color: var(--white) !important;
}

.border-secondary {
    border-color: var(--secondary-blue) !important;
}

/* Light Gray Accents (#D3D3D3) */
.bg-light {
    background-color: #f8f9fa !important;
}

/* Badge Colors */
.badge.bg-primary {
    background-color: var(--primary-gold) !important;
}

.badge.bg-secondary {
    background-color: var(--secondary-blue) !important;
}

/* Alert Colors */
.alert-primary {
    background-color: rgba(142, 111, 56, 0.1) !important;
    border-color: var(--primary-gold) !important;
    color: var(--primary-gold) !important;
}

.alert-info {
    background-color: rgba(61, 69, 170, 0.1) !important;
    border-color: var(--secondary-blue) !important;
    color: var(--secondary-blue) !important;
}

/* ============ NAVBAR RTL ADJUSTMENTS ============ */
.navbar {
    direction: rtl;
}

.navbar-nav {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.navbar-brand {
    margin-left: auto;
    margin-right: 0;
}

.navbar .navbar-brand {
    position: absolute;
    padding: 0;
    width: 170px;
    height: 135px;
    top: 0;
    right: 0;
    left: auto;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand {
        width: 126px;
        height: 100px;
    }
}

.navbar .navbar-nav .nav-link {
    margin-left: 35px;
    margin-right: 0;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.navbar-toggler {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.dropdown-menu {
    right: auto;
    left: 0;
    text-align: right;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: 0;
}

.nav-link {
    color: var(--text-dark) !important;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-gold) !important;
}

/* ============ BREADCRUMB RTL ============ */
.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
    padding-right: 0;
    content: "‹" !important;
}

/* ============ CAROUSEL & HEADER ============ */
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(142, 111, 56, .7);
    z-index: 1;
}

.carousel-control-prev {
    right: 0;
    left: auto;
}

.carousel-control-next {
    left: 0;
    right: auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
}

/* ============ PAGE HEADER ============ */
.page-header {
    background: linear-gradient(rgba(142, 111, 56, .7), rgba(142, 111, 56, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
    min-height: 300px;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

/* ============ SECTION TITLE ============ */
.section-title {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    text-align: right;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    bottom: 0;
    right: 0;
    left: auto;
    background: var(--primary-gold);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    bottom: -13px;
    right: calc(25% - 13px);
    left: auto;
    background: var(--dark);
    border: 10px solid #FFFFFF;
    border-radius: 28px;
}

.section-title.text-center {
    text-align: center !important;
}

.section-title.text-center::before {
    right: 25%;
    left: auto;
}

.section-title.text-center::after {
    right: calc(50% - 13px);
    left: auto;
}

/* ============ BUTTONS ============ */
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-square {
    width: 38px;
    height: 38px;
    background-color: var(--primary-gold);
}

.btn-lg-square {
    width: 48px;
    height: 48px;
    background-color: var(--primary-gold);
}

.btn i {
    margin-right: 0;
    margin-left: 0.25rem;
}

.btn i.fa-arrow-right,
.btn i.fa-arrow-left {
    margin-right: 0.5rem;
    margin-left: 0;
}

/* ============ PRODUCTS / OWL CAROUSEL ============ */
.product {
    background: linear-gradient(rgba(142, 111, 56, .1), rgba(142, 111, 56, .1)), url(../img/product-bg.png) right bottom no-repeat;
    background-size: auto;
}

.product-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
    margin: 0 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary-gold);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    background: #FFFFFF;
    color: var(--primary-gold);
}

/* ============ VIDEO SECTION ============ */
.video {
    background: linear-gradient(rgba(142, 111, 56, .85), rgba(142, 111, 56, .85)), url(../img/video-bg.jpg) center center no-repeat;
    background-size: cover;
}

.video .d-flex {
    text-align: right;
}

.video .flex-shrink-0 {
    margin-left: 1rem;
    margin-right: 0;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 65px;
    height: 75px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 28px 30px 30px 38px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 13px;
    border-left: 40px solid var(--primary-gold);
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

/* ============ CONTACT SECTION ============ */
.contact .btn-square {
    width: 100px;
    height: 100px;
    border: 20px solid var(--light);
    background: var(--primary-gold);
    border-radius: 50px;
}

.contact .position-relative input {
    padding-right: 1rem;
    padding-left: 7rem;
}

.contact .position-relative .btn {
    right: auto;
    left: 0.5rem;
}

/* ============ TESTIMONIAL ============ */
.testimonial {
    background: linear-gradient(rgba(142, 111, 56, .85), rgba(142, 111, 56, .85)), url(../img/testimonial-bg.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-item {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    background: #FFFFFF;
    border: 30px solid var(--primary-gold);
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary-gold);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--dark);
}

/* ============ FOOTER ============ */
.footer {
    color: #B0B9AE;
    background-color: var(--dark-bg) !important;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: right;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary-gold);
    margin-left: 10px;
    margin-right: 0;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .d-flex {
    justify-content: flex-start;
}

.footer .d-flex.pt-3 a {
    margin-left: 0.5rem;
    margin-right: 0;
}

.footer .d-flex.pt-3 a:first-child {
    margin-right: 0;
}

/* ============ COPYRIGHT ============ */
.copyright {
    color: #B0B9AE;
    background: #252525;
}

.copyright .col-md-6:first-child {
    text-align: right !important;
}

.copyright .col-md-6:last-child {
    text-align: left !important;
}

@media (max-width: 767.98px) {
    .copyright .col-md-6 {
        text-align: center !important;
    }
}

.copyright a:hover {
    color: #FFFFFF !important;
}

/* ============ STORE ITEMS ============ */
.store-item .store-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(142, 111, 56, .3);
    opacity: 0;
    transition: .5s;
}

.store-item:hover .store-overlay {
    opacity: 1;
}

/* ============ CUSTOM AWRABA STYLES ============ */

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--secondary-blue) 100%);
}

/* Issue Card Styles */
.issue-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--light-gray);
}

.issue-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(142, 111, 56, 0.2);
}

/* Team Member Card */
.team-member-card {
    transition: transform 0.3s ease;
    border: 1px solid var(--light-gray);
}

.team-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(142, 111, 56, 0.2);
}

.team-member-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--primary-gold);
}

/* Spinner */
.spinner-border.text-primary {
    color: var(--primary-gold) !important;
}

/* Links */
a {
    color: var(--primary-gold);
}

a:hover {
    color: var(--secondary-blue);
}

/* Newsletter Input */
.newsletter .position-relative input {
    padding-right: 1rem;
    padding-left: 7rem;
}

.newsletter .position-relative .btn {
    right: auto;
    left: 0.5rem;
}

/* ============ BACK TO TOP BUTTON ============ */
.back-to-top {
    position: fixed;
    display: none;
    left: 30px;
    right: auto;
    bottom: 30px;
    z-index: 99;
    background-color: var(--primary-gold) !important;
}

.back-to-top:hover {
    background-color: #725927 !important;
}

/* ============ FORM ELEMENTS ============ */
.form-floating > label {
    right: 0;
    left: auto;
    transform-origin: right;
}

.form-control {
    text-align: right;
}

.form-control:focus {
    border-color: var(--primary-gold);
    box-shadow: 0 0 0 .25rem rgba(142, 111, 56, .25);
}

::placeholder {
    text-align: right;
}

/* ============ DROPDOWN ITEMS ============ */
.dropdown-item {
    text-align: right;
}

.dropdown-item:hover {
    background-color: rgba(142, 111, 56, 0.1);
    color: var(--primary-gold);
}

/* ============ STAR RATINGS ============ */
.fa-star.text-primary {
    color: var(--primary-gold) !important;
}

/* ============ ICONS FLIP ============ */
.fa-arrow-right::before {
    content: "\f060" !important; /* fa-arrow-left */
}

.fa-arrow-left::before {
    content: "\f061" !important; /* fa-arrow-right */
}

/* ============ OWL CAROUSEL RTL ============ */
.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* ============ LIST ITEMS ============ */
ul, ol {
    padding-right: 1rem;
    padding-left: 0;
}

li {
    text-align: right;
}

/* ============ TABLE DIRECTION ============ */
table {
    direction: rtl;
}

/* ============ MODAL DIRECTION ============ */
.modal-body {
    direction: rtl;
    text-align: right;
}

/* ============ ITALIC TEXT FOR ARABIC ============ */
.fst-italic {
    font-style: normal;
}

/* ============ NUMBER DIRECTION (Keep LTR) ============ */
.price,
.phone,
.number,
.ltr-text {
    direction: ltr;
    display: inline-block;
}

/* ============ PRINT STYLES ============ */
@media print {
    body {
        direction: rtl;
        text-align: right;
    }
}

/* ============ HELPER CLASSES ============ */
.rtl-flip {
    transform: scaleX(-1);
}

.olive-branch {
    font-size: 1.5rem;
}

/* ============ ICONS AND DECORATIVE ELEMENTS ============ */
i.text-primary {
    color: var(--primary-gold) !important;
}

.text-accent {
    color: var(--secondary-blue) !important;
}

/* ============ CARDS ============ */
.card {
    border: 1px solid var(--light-gray);
}

.card-header {
    background-color: rgba(142, 111, 56, 0.1);
    border-bottom: 1px solid var(--primary-gold);
}

/* ============ PAGINATION ============ */
.page-item.active .page-link {
    background-color: var(--primary-gold);
    border-color: var(--primary-gold);
}

.page-link:hover {
    color: var(--primary-gold);
}

.page-link:focus {
    color: var(--primary-gold);
    box-shadow: 0 0 0 .25rem rgba(142, 111, 56, .25);
}
/* ============ AWRABA MAGAZINE ENHANCEMENTS ============ */

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
    color: white;
}

.whatsapp-float i {
    font-size: 24px;
}

.whatsapp-text {
    margin-right: 10px;
    font-weight: 600;
}

/* Announcement Bar */
.announcement-bar {
    background: linear-gradient(90deg, #8E6F38 0%, #4A70A9 100%);
    animation: slideInDown 0.5s ease;
}

@keyframes slideInDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Header Logo Container */
.logo-container {
    position: relative;
}

.issn-badge {
    font-size: 0.7rem;
    padding: 4px 8px;
    transform: rotate(-15deg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Quick Info Bar */
.quick-info-bar {
    background: linear-gradient(to right, #f8f9fa 0%, #ffffff 100%);
}

/* Navigation Active States */
.nav-link.active {
    position: relative;
    color: var(--primary-gold) !important;
    font-weight: 700;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: var(--primary-gold);
    border-radius: 3px 3px 0 0;
}

/* Dropdown Styling */
.dropdown-menu {
    border: 1px solid rgba(142, 111, 56, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.dropdown-item.active {
    background: linear-gradient(135deg, rgba(142, 111, 56, 0.1) 0%, rgba(142, 111, 56, 0.2) 100%);
    color: var(--primary-gold) !important;
}

/* Footer Enhancements */
.footer {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

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

.hover-gold:hover {
    color: var(--primary-gold) !important;
    padding-right: 5px;
    transition: all 0.3s ease;
}

.btn-outline-gold {
    border-color: var(--primary-gold);
    color: var(--primary-gold);
}

.btn-outline-gold:hover {
    background: var(--primary-gold);
    color: white;
}

/* Social Media Buttons */
.social-links .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-links .btn:hover {
    transform: translateY(-3px);
    background: var(--primary-gold) !important;
    border-color: var(--primary-gold) !important;
}

/* Academic Badges */
.academic-badges .badge {
    font-size: 0.75rem;
    padding: 0.4em 0.8em;
}

/* Subscription Banner */
.bg-secondary {
    background: linear-gradient(135deg, #4A70A9 0%, #2a3077 100%) !important;
}

/* Back to Top Button Enhancement */
.back-to-top {
    box-shadow: 0 4px 20px rgba(142, 111, 56, 0.3);
    transition: all 0.3s ease;
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(142, 111, 56, 0.4);
}

/* Search Form Enhancement */
#searchCollapse .form-control:focus {
    border-color: var(--primary-gold);
    box-shadow: 0 0 0 0.25rem rgba(142, 111, 56, 0.25);
}

/* Olive Branch Icons */
.olive-branch {
    display: inline-block;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Print Styles */
@media print {
    .whatsapp-float,
    .announcement-bar,
    .back-to-top,
    .social-links,
    .quick-info-bar {
        display: none !important;
    }
}

/* Loading States */
.loading-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Academic Card Styles */
.academic-card {
    border-left: 4px solid var(--primary-gold);
    transition: all 0.3s ease;
}

.academic-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(142, 111, 56, 0.15);
}

/* Issue Badge */
.issue-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .whatsapp-float .whatsapp-text {
        display: none;
    }

    .whatsapp-float {
        width: 60px;
        height: 60px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }

    .logo-container .issn-badge {
        display: none;
    }
}

/* Enhanced Form Controls */
.form-control:focus {
    border-color: var(--primary-gold);
    box-shadow: 0 0 0 0.25rem rgba(142, 111, 56, 0.25);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-gold);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #725927;
}
/* ============ LOGO STYLES ============ */
.logo-wrapper {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #f9f5eb 0%, #f0e9d7 100%);
    border: 2px solid rgba(142, 111, 56, 0.2);
}

.logo-wrapper:hover {
    transform: scale(1.05);
    border-color: var(--primary-gold);
    box-shadow: 0 5px 20px rgba(142, 111, 56, 0.2);
}

.object-fit-contain {
    object-fit: contain !important;
}

.legal-badge {
    font-size: 0.6rem;
    padding: 4px 8px;
    transform: rotate(-15deg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive logo sizing */
@media (max-width: 768px) {
    .logo-wrapper {
        width: 60px !important;
        height: 60px !important;
    }

    .navbar-brand.py-2 {
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important;
    }
}

/* Quick Info Bar */
.quick-info-bar {
    background: linear-gradient(to right, #f8f9fa 0%, #ffffff 100%);
}

.quick-info-bar small {
    font-size: 0.85rem;
}

.quick-info-bar .text-muted {
    color: #6c757d !important;
}

.quick-info-bar strong {
    color: var(--primary-gold);
}

/* ============ LOGO STYLES ============ */
.logo-wrapper {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #f9f5eb 0%, #f0e9d7 100%);
    border: 2px solid rgba(142, 111, 56, 0.2);
}

.logo-wrapper:hover {
    transform: scale(1.05);
    border-color: var(--primary-gold);
    box-shadow: 0 5px 20px rgba(142, 111, 56, 0.2);
}

.object-fit-contain {
    object-fit: contain !important;
}

.legal-badge {
    font-size: 0.6rem;
    padding: 4px 8px;
    transform: rotate(-15deg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive logo sizing */
@media (max-width: 768px) {
    .logo-wrapper {
        width: 60px !important;
        height: 60px !important;
    }

    .navbar-brand.py-2 {
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important;
    }
}

/* Quick Info Bar */
.quick-info-bar {
    background: linear-gradient(to right, #f8f9fa 0%, #ffffff 100%);
}

.quick-info-bar small {
    font-size: 0.85rem;
}

.quick-info-bar .text-muted {
    color: #6c757d !important;
}

.quick-info-bar strong {
    color: var(--primary-gold);
}
