/* ========================================
   Main Styles for Al Nisf Equipment
   ======================================== */

/* Font Face Declarations for Arabic */
@font-face {
    font-family: 'Rubik Arabic';
    src: url('/fonts/rubik/Rubik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
    font-family: 'Rubik Arabic';
    src: url('/fonts/rubik/Rubik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
    font-family: 'Rubik Arabic';
    src: url('/fonts/rubik/Rubik-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
    font-family: 'Readex Pro Arabic';
    src: url('/fonts/readex-pro/ReadexPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
    font-family: 'Readex Pro Arabic';
    src: url('/fonts/readex-pro/ReadexPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
    font-family: 'Readex Pro Arabic';
    src: url('/fonts/readex-pro/ReadexPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
    font-family: 'Readex Pro Arabic';
    src: url('/fonts/readex-pro/ReadexPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFF;
}

/* Base Layout */
html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    padding-bottom: 60px; /* Account for footer */
    background-color: #f6f6f6;
    font-family: 'Montserrat', 'Rubik', Arial, sans-serif;
}

/* Arabic Text Font Styling */
[lang="ar"], 
[lang="ar"] *:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not(.bi),
*[dir="rtl"]:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not(.bi),
*[dir="rtl"] *:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not(.bi) {
    font-family: 'Rubik Arabic', 'Rubik', Arial, sans-serif !important;
}

/* Ensure Font Awesome icons always use their font */
.fa, .fas, .far, .fab, .fal, .fad,
[lang="ar"] .fa, [lang="ar"] .fas, [lang="ar"] .far, [lang="ar"] .fab, [lang="ar"] .fal, [lang="ar"] .fad,
*[dir="rtl"] .fa, *[dir="rtl"] .fas, *[dir="rtl"] .far, *[dir="rtl"] .fab, *[dir="rtl"] .fal, *[dir="rtl"] .fad {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands' !important;
}

/* Arabic Headers with Readex Pro */
[lang="ar"] h1, 
[lang="ar"] h2, 
[lang="ar"] h3, 
[lang="ar"] h4, 
[lang="ar"] h5, 
[lang="ar"] h6,
[lang="ar"] .display-1,
[lang="ar"] .display-2,
[lang="ar"] .display-3,
[lang="ar"] .display-4,
[lang="ar"] .display-5,
[lang="ar"] .display-6,
*[dir="rtl"] h1,
*[dir="rtl"] h2,
*[dir="rtl"] h3,
*[dir="rtl"] h4,
*[dir="rtl"] h5,
*[dir="rtl"] h6,
*[dir="rtl"] .display-1,
*[dir="rtl"] .display-2,
*[dir="rtl"] .display-3,
*[dir="rtl"] .display-4,
*[dir="rtl"] .display-5,
*[dir="rtl"] .display-6 {
    font-family: 'Readex Pro Arabic', 'Readex Pro', Arial, sans-serif !important;
    font-weight: 600;
}

/* Section titles in Arabic */
[lang="ar"] .section-title,
[lang="ar"] .alnisf-section-title,
*[dir="rtl"] .section-title,
*[dir="rtl"] .alnisf-section-title {
    font-family: 'Readex Pro Arabic', 'Readex Pro', Arial, sans-serif !important;
    font-weight: 700;
}

/* Focus Styles for Accessibility */
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #ffb12b;
}

/* Main Content Area */
main {
    min-height: calc(100vh - 200px);
    background-color: #f6f6f6;
}

/* Loading Spinner */
.spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* Alerts */
.alert {
    border-radius: 0.5rem;
    border: none;
}

/* Hero styles moved to view-specific section in Index.cshtml */

/* Hero Navigation Arrows - positioned on left and right, vertically centered */
/* Hero Slider Section Styles - SCOPED to hero only */
.main-hero {
    position: relative;
    z-index: 1;
}

.main-hero .hero-arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 15;
}

.main-hero .hero-prev,
.main-hero .hero-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 50px !important;
    background: rgba(0,0,0,0.6) !important;
    color: white !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-size: 18px !important;
    backdrop-filter: blur(5px) !important;
    margin: 0 !important;
    pointer-events: all !important;
}

.main-hero .hero-prev {
    left: 20px !important;
}

.main-hero .hero-next {
    right: 20px !important;
}

.main-hero .hero-prev:hover,
.main-hero .hero-next:hover {
    background: rgba(255, 177, 43, 0.9) !important;
    border-color: #ffb12b !important;
    transform: translateY(-50%) scale(1.1) !important;
}

.main-hero .hero-prev:after,
.main-hero .hero-next:after {
    display: none !important;
}

/* Swiper Button Override - Already positioned by hero-prev/hero-next classes above */

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-content-right {
        right: 3% !important;
        max-width: 280px !important;
        padding: 20px !important;
    }

    .hero-title-right {
        font-size: 20px !important;
    }

    .hero-description-right {
        font-size: 14px !important;
    }

    .hero-btn-right {
        padding: 10px 20px !important;
        font-size: 13px !important;
    }

    .hero-prev,
    .hero-next,
    .hero-arrows .arrow-btn {
        width: 45px !important;
        height: 45px !important;
        font-size: 16px !important;
    }

    .hero-prev,
    .hero-arrows .arrow-btn:first-child {
        left: 15px !important;
    }

    .hero-next,
    .hero-arrows .arrow-btn:last-child {
        right: 15px !important;
    }
}

@media (max-width: 480px) {
    .hero-content-right {
        right: 2% !important;
        max-width: 250px !important;
        padding: 15px !important;
    }

    .hero-title-right {
        font-size: 18px !important;
        margin-bottom: 12px !important;
    }

    .hero-description-right {
        font-size: 13px !important;
    }

    .hero-btn-right {
        padding: 8px 16px !important;
        font-size: 12px !important;
    }
}

/* Cards */
.card {
    border: none;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Tables */
.table {
    font-size: 0.95rem;
}

.table th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

/* Forms */
.form-control,
.form-select {
    border-radius: 0.375rem;
    border-color: #dee2e6;
}

.form-control:focus,
.form-select:focus {
    border-color: #ffb12b;
    box-shadow: 0 0 0 0.25rem rgba(255, 177, 43, 0.25);
}

/* Buttons */
.btn {
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.btn:active {
    transform: translateY(0);
}

/* Badges */
.badge {
    font-weight: 500;
    padding: 0.35em 0.65em;
}

/* Breadcrumbs */
.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    font-size: 1.2rem;
    color: #6c757d;
}

/* Pagination */
.pagination {
    border-radius: 0.375rem;
}

.page-link {
    border: none;
    margin: 0 2px;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
}

.page-link:hover {
    background-color: #e9ecef;
    transform: translateY(-2px);
}

.page-item.active .page-link {
    background-color: #ffb12b;
    box-shadow: 0 0.125rem 0.25rem rgba(255, 177, 43, 0.5);
}

/* Modal */
.modal-content {
    border: none;
    border-radius: 0.75rem;
}

.modal-header {
    border-bottom: 1px solid #e9ecef;
}

.modal-footer {
    border-top: 1px solid #e9ecef;
}

/* Tooltips */
.tooltip {
    font-size: 0.875rem;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Fix layout issues */
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

/* Ensure footer is always visible */
footer {
    position: relative;
    z-index: 10;
}

/* Top bar fixes - Website1 Style */
.top-bar,
.topbar {
    background-color: #ffb12b !important;
    border-bottom: none;
    margin: 0;
    width: 100%;
    min-height: 80px;
}

/* Important Overrides for Website1 Style */
.topbar, .header {
    background-color: #ffb12b !important;
    background-image: none !important;
    border: none !important;
}

/* Search bar styles are now handled in brand-design-system.css - no conflicts */

/* Header layout exactly like website1.html */
.topbar {
    background: #ffb12b !important;
    padding: 0 !important;
    min-height: 80px !important;
}

.topbar .container-fluid {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 32px !important;
}

.logo-section {
    display: flex !important;
    align-items: center !important;
}

.login-section {
    display: flex !important;
    align-items: center !important;
    font-size: 16px !important;
    color: #333 !important;
}

.main-navbar,
.navbar-custom {
    background-color: #88898c !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Navigation text must be white */
.main-navbar a,
.navbar-custom a,
.nav-menu a {
    color: white !important;
}

.main-navbar a:hover,
.navbar-custom a:hover,
.nav-menu a:hover {
    color: #ffb12b !important;
}

/* Dropdown menu fixes */
.dropdown-menu {
    background: white !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    margin-top: 0 !important;
    border-radius: 0 0 8px 8px !important;
}

.dropdown-menu .dropdown-item {
    color: #333 !important;
    background: transparent !important;
    padding: 8px 15px !important;
}

.dropdown-menu .dropdown-item:hover {
    color: #ffb12b !important;
    background: #f8f9fa !important;
}

/* Remove unwanted images */
img[src*="image_6.png"] {
    display: none !important;
}

/* Hero Section Styles */
.hero-slider {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.hero-slider .hero-image {
    width: 100%;
    height: 400px !important;
    object-fit: cover !important;
}

/* Hide the image arrows and create custom ones */
.hero-slider .slider-controls img {
    display: none !important;
}

.hero-slider .slider-controls {
    width: 32px !important;
    height: 32px !important;
    background: rgba(255,255,255,0.2) !important;
    border: 2px solid white !important;
    border-radius: 50% !important;
    position: absolute !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.hero-slider .slider-controls:after {
    content: '' !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
}

.hero-slider .slider-controls.left {
    left: 15px !important;
    top: 15px !important;
}

.hero-slider .slider-controls.left:after {
    border-width: 5px 8px 5px 0 !important;
    border-color: transparent white transparent transparent !important;
    margin-right: 2px !important;
}

.hero-slider .slider-controls.right {
    left: 55px !important;
    top: 15px !important;
    right: auto !important;
}

.hero-slider .slider-controls.right:after {
    border-width: 5px 0 5px 8px !important;
    border-color: transparent transparent transparent white !important;
    margin-left: 2px !important;
}

.hero-slider .slider-controls:hover {
    background: #ffb12b !important;
    border-color: #ffb12b !important;
}

/* Arrow Buttons for Carousels - Website1 Style */
/* Brand and Product Swiper Arrows */
.brand-swiper,
.product-swiper {
    position: relative;
    padding: 0 50px !important;
}

/* Hide default images in arrows */
.swiper-button-prev img,
.swiper-button-next img {
    display: none !important;
}

/* Brand Arrows - Orange (matching original design) */
.brand-swiper .swiper-button-prev,
.brand-swiper .swiper-button-next,
.brand-prev,
.brand-next {
    width: 35px !important;
    height: 35px !important;
    background: #ffb12b !important;
    border-radius: 50% !important;
    top: 50% !important;
    margin-top: -17px !important;
}

.brand-swiper .swiper-button-prev:after,
.brand-swiper .swiper-button-next:after {
    content: '' !important;
    font-size: 0 !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
}

.brand-swiper .swiper-button-prev:after {
    border-width: 6px 10px 6px 0 !important;
    border-color: transparent white transparent transparent !important;
}

.brand-swiper .swiper-button-next:after {
    border-width: 6px 0 6px 10px !important;
    border-color: transparent transparent transparent white !important;
}

/* Product Arrows - White */
.product-swiper .swiper-button-prev,
.product-swiper .swiper-button-next {
    width: 35px !important;
    height: 35px !important;
    background: white !important;
    border-radius: 50% !important;
    top: 50% !important;
    margin-top: -17px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
}

.product-swiper .swiper-button-prev:after,
.product-swiper .swiper-button-next:after {
    content: '' !important;
    font-size: 0 !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
}

.product-swiper .swiper-button-prev:after {
    border-width: 6px 10px 6px 0 !important;
    border-color: transparent #88898c transparent transparent !important;
}

.product-swiper .swiper-button-next:after {
    border-width: 6px 0 6px 10px !important;
    border-color: transparent transparent transparent #88898c !important;
}

/* Section Backgrounds */
.brands-section {
    background: white !important;
    padding: 40px 0 !important;
}

/* Brand card styles for fallback/static display */
.alnisf-brand-card {
    background: #f8f9fa !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    height: 100%;
    transition: all 0.3s ease !important;
}

.alnisf-brand-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    transform: translateY(-2px) !important;
}

.brand-placeholder {
    background: white !important;
    border: 1px solid #e0e0e0 !important;
}

.products-section {
    background: #88898c !important;
    padding: 40px 0 !important;
}

.products-section .section-title {
    color: white !important;
}

/* Latest News Section - Gray background for consistency */
.latest-news {
    background: #88898c !important;
    padding: 36px 0 36px 0 !important;
}

.latest-news .news-row {
    display: flex !important;
    justify-content: center !important;
    gap: 32px !important;
    flex-wrap: wrap !important;
}

/* Responsive behavior for news-row */
@media (max-width: 1200px) {
    .latest-news .news-row {
        flex-direction: column !important;
        align-items: center !important;
        gap: 24px !important;
    }
}

@media (max-width: 900px) {
    .latest-news .news-card {
        width: 90vw !important;
        min-width: 0 !important;
    }
}

.join-team-section {
    background: #88898c !important;
    padding: 40px 0 !important;
}

.customer-feedback-section {
    background: white !important;
    padding: 40px 0 !important;
}

/* Fix section title styling */
.section-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
}

/* Hero Arrows - arrow-btn class also needs same styling */
.hero-arrows .arrow-btn {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: rgba(0,0,0,0.6) !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    color: white !important;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(5px) !important;
    pointer-events: all;
    margin: 0 !important;
}

.hero-arrows .arrow-btn:first-child {
    left: 20px !important;
}

.hero-arrows .arrow-btn:last-child {
    right: 20px !important;
}

.hero-arrows .arrow-btn:hover {
    background: rgba(255, 177, 43, 0.9) !important;
    border-color: #ffb12b !important;
    transform: translateY(-50%) scale(1.1) !important;
}

/* Slider Containers */
.brands-slider,
.products-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

/* Brand Cards - Responsive Rectangular Shape */
.brand-swiper .swiper-slide {
    padding: 0 10px !important;
}

.brand-item {
    width: 100%;
    aspect-ratio: 1.7 / 1 !important; /* Responsive aspect ratio matching original */
    background: #f8f9fa !important; /* Light gray background for better logo visibility */
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    overflow: hidden;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10% !important; /* Responsive padding */
    position: relative;
    transition: all 0.3s ease !important;
}

.brand-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    transform: translateY(-2px) !important;
}

/* Responsive sizes for different screens */
@media (max-width: 576px) {
    .brand-item {
        aspect-ratio: 1.5 / 1 !important;
        padding: 15px !important;
        background: white !important;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .brand-item {
        aspect-ratio: 1.6 / 1 !important;
        padding: 20px !important;
        background: white !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .brand-item {
        aspect-ratio: 1.7 / 1 !important;
        padding: 25px !important;
    }
}

@media (min-width: 1025px) {
    .brand-item {
        min-height: 180px;
        max-height: 220px;
    }
}

.brand-item a {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.brand-item img,
.brand-image {
    width: 85% !important;
    height: 85% !important;
    object-fit: contain !important;
    object-position: center !important;
    /* Remove filter to show original logo colors */
    filter: none !important;
    background: transparent !important;
    image-rendering: auto !important;
}

/* Uniform brand image sizing - Fixed aspect ratio fills container uniformly */
.brand-item {
    width: 100% !important;
    aspect-ratio: 1.7 / 1 !important;
    background: #f8f9fa !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    transition: all 0.3s ease !important;
}

.brand-item img,
.brand-image {
    width: 80% !important;
    height: 80% !important;
    object-fit: contain !important;
    object-position: center !important;
    filter: none !important;
    background: transparent !important;
    image-rendering: auto !important;
}

/* Responsive adjustments to maintain uniform appearance */
@media (max-width: 576px) {
    .brand-item {
        aspect-ratio: 1.6 / 1 !important;
    }
    .brand-item img,
    .brand-image {
        width: 75% !important;
        height: 75% !important;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .brand-item img,
    .brand-image {
        width: 78% !important;
        height: 78% !important;
    }
}

@media (min-width: 1025px) {
    .brand-item img,
    .brand-image {
        width: 85% !important;
        height: 85% !important;
    }
}

.brand-name-overlay {
    display: none !important;
}

/* Product Cards - Responsive Rectangular Shape */
.product-swiper .swiper-slide {
    padding: 0 10px !important;
}

.product-item {
    width: 100%;
    aspect-ratio: 1.7 / 1 !important; /* Responsive aspect ratio */
    background: white !important;
    border-radius: 8px !important;
    overflow: hidden;
    position: relative;
    padding: 0 !important;
}

/* Responsive sizes for different screens */
@media (max-width: 576px) {
    .product-item {
        aspect-ratio: 1.5 / 1 !important;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .product-item {
        aspect-ratio: 1.6 / 1 !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .product-item {
        aspect-ratio: 1.7 / 1 !important;
    }
}

@media (min-width: 1025px) {
    .product-item {
        min-height: 180px;
        max-height: 220px;
    }
}

.product-item a {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
}

/* PROPER SWIPER IMPLEMENTATION - Based on 2024 Best Practices */

/* Ensure promotional banners section is independent */
.promotional-banners {
    position: relative;
    z-index: 2;
}

/* Critical: Wrapper container for arrows positioning */
.promotional-carousel {
    position: relative !important;
    padding: 0 70px !important; /* Space for arrows on sides */
    margin: 0 auto !important;
    max-width: 1400px !important; /* Much bigger container */
}

/* Critical: Make swiper position static to allow arrows outside */
.promotional-banners .swiper {
    position: static !important;
    overflow: hidden !important;
}

/* Slide content with white padding */
.promotional-banners .swiper-slide {
    height: auto !important;
    background: transparent !important;
    pointer-events: auto !important;
}

.promotional-banners .promotional-item {
    background: white !important;
    border-radius: 8px !important;
    padding: 25px !important; /* Even more white padding */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease !important;
    display: block !important;
    height: 100% !important;
}

.promotional-banners .promotional-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15) !important;
}

.promotional-banners .promotional-item a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    text-decoration: none !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Image container and image settings */
.promotional-banners .banner-image-container {
    position: relative !important;
    width: 100% !important;
    height: 350px !important; /* Much bigger height */
    background: #f8f9fa !important; /* Light gray for transparent logos */
    border-radius: 4px !important;
    overflow: hidden !important;
}

/* Black background only for Main Brands and Main Products (equipment photos) */
.promotional-banners[style*="background: #88898c"] .banner-image-container,
.promotional-swiper .banner-image-container {
    background: #000 !important;
}

/* Keep light background for All Brands (logos) */
.promotional-swiper-brands .banner-image-container {
    background: #f8f9fa !important;
}

/* Promotional overlay - stronger gradient for better text visibility */
.promotional-banners .promotional-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.7) 60%, transparent 100%) !important;
    padding: 20px 15px 15px !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

/* Promotional title - bold and always visible */
.promotional-banners .promotional-title {
    color: white !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important; /* Bolder */
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8) !important; /* Shadow for extra visibility */
    letter-spacing: 0.5px !important;
    margin-bottom: 0 !important;
}

/* Add a semi-transparent dark background bar behind text for guaranteed visibility */
.promotional-banners .promotional-overlay::before {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 60px !important;
    background: rgba(0,0,0,0.85) !important;
    z-index: -1 !important;
}

.promotional-banners .promotional-image,
.promotional-banners .banner-image-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Navigation arrows - OUTSIDE the swiper - Default for white background */
.promotional-banners .swiper-button-prev,
.promotional-banners .swiper-button-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 50px !important;
    background: #ffb12b !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 10 !important;
    margin-top: 0 !important;
}

/* White arrows for gray background sections */
.promotional-banners[style*="background: #88898c"] .swiper-button-prev,
.promotional-banners[style*="background: #88898c"] .swiper-button-next {
    background: white !important;
}

.promotional-banners .swiper-button-prev {
    left: 0 !important; /* Position at the left edge of container padding */
}

.promotional-banners .swiper-button-next {
    right: 0 !important; /* Position at the right edge of container padding */
}

.promotional-banners .swiper-button-prev:hover,
.promotional-banners .swiper-button-next:hover {
    background: #e69d26 !important;
    transform: translateY(-50%) scale(1.1) !important;
}

/* White arrow hover for gray sections */
.promotional-banners[style*="background: #88898c"] .swiper-button-prev:hover,
.promotional-banners[style*="background: #88898c"] .swiper-button-next:hover {
    background: #f0f0f0 !important;
}

/* Hide default arrow content and add custom arrows */
.promotional-banners .swiper-button-prev::after,
.promotional-banners .swiper-button-next::after {
    content: '' !important;
    border: solid white !important;
    border-width: 0 3px 3px 0 !important;
    display: inline-block !important;
    padding: 3px !important;
}

.promotional-banners .swiper-button-prev::after {
    transform: rotate(135deg) !important;
    margin-left: 3px !important;
}

.promotional-banners .swiper-button-next::after {
    transform: rotate(-45deg) !important;
    margin-right: 3px !important;
}

/* Black arrow icons for white buttons on gray background */
.promotional-banners[style*="background: #88898c"] .swiper-button-prev::after {
    border: solid #000 !important;
    border-width: 0 3px 3px 0 !important;
}

.promotional-banners[style*="background: #88898c"] .swiper-button-next::after {
    border: solid #000 !important;
    border-width: 0 3px 3px 0 !important;
}

/* Disable default arrow images */
.promotional-banners .swiper-button-prev img,
.promotional-banners .swiper-button-next img {
    display: none !important;
}

/* EXCEPTION: Brands section arrows use IMAGES instead of styled circles */
.promotional-banners .promotional-prev-brands,
.promotional-banners .promotional-next-brands {
    width: 50px !important;
    height: 50px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Remove the ::after pseudo-element for brands arrows */
.promotional-banners .promotional-prev-brands::after,
.promotional-banners .promotional-next-brands::after {
    display: none !important;
    content: none !important;
}

/* Remove hover effects for brands arrows */
.promotional-banners .promotional-prev-brands:hover,
.promotional-banners .promotional-next-brands:hover {
    background: transparent !important;
    transform: translateY(-50%) !important;
}

/* Show the actual IMAGE files for brands arrows */
.promotional-banners .promotional-prev-brands img,
.promotional-banners .promotional-next-brands img {
    display: block !important;
    width: 50px !important;
    height: 50px !important;
    cursor: pointer !important;
    pointer-events: all !important;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .promotional-carousel {
        max-width: 1100px !important;
    }
    
    .promotional-banners .banner-image-container {
        height: 300px !important;
    }
}

@media (max-width: 1024px) {
    .promotional-carousel {
        max-width: 900px !important;
    }
    
    .promotional-banners .banner-image-container {
        height: 250px !important;
    }
}

@media (max-width: 768px) {
    .promotional-carousel {
        padding: 0 45px !important;
        max-width: 600px !important;
    }
    
    .promotional-banners .swiper-button-prev,
    .promotional-banners .swiper-button-next {
        width: 40px !important;
        height: 40px !important;
    }
    
    .promotional-banners .banner-image-container {
        height: 200px !important;
    }
    
    .promotional-banners .promotional-item {
        padding: 20px !important;
    }
}

@media (max-width: 480px) {
    .promotional-carousel {
        padding: 0 40px !important;
        max-width: 400px !important;
    }
    
    .promotional-banners .banner-image-container {
        height: 160px !important;
    }
    
    .promotional-banners .promotional-item {
        padding: 15px !important;
    }
}


/* Brand logo overlay for products */
.product-item::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 2;
}

.product-name-overlay {
    display: none !important;
}

.product-logo {
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Customer Feedback - Exact Website1 Match */
.customer-feedback-section {
    padding: 36px 0 36px 0 !important;
}

.customer-feedback-section .feedback-row {
    display: flex !important;
    justify-content: center !important;
    gap: 32px !important;
    flex-wrap: wrap !important;
}

.customer-feedback-section .feedback-card {
    background: #f6f6f6 !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
    padding: 24px 18px 18px 18px !important;
    width: 340px !important;
    min-height: 140px !important;
}

.customer-feedback-section .feedback-card .feedback-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ffb12b !important;
    margin-bottom: 8px !important;
    border-left: 4px solid #ffb12b !important;
    padding-left: 8px !important;
}

.customer-feedback-section .feedback-card .feedback-desc {
    font-size: 13px !important;
    color: #222 !important;
}

/* Responsive behavior */
@media (max-width: 1200px) {
    .customer-feedback-section .feedback-row {
        flex-direction: column !important;
        align-items: center !important;
        gap: 24px !important;
    }
}

@media (max-width: 900px) {
    .customer-feedback-section .feedback-card {
        width: 90vw !important;
        min-width: 0 !important;
    }
}

/* News Cards - Exact Website1 Match */
.news-card {
    background: #f6f6f6 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    width: 340px !important;
    min-height: 320px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 0 !important;
}

.news-card img {
    width: 100% !important;
    height: 140px !important;
    object-fit: cover !important;
}

.news-card-body {
    padding: 18px 18px 12px 18px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.news-card-body h3 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin-bottom: 8px !important;
    line-height: 1.3 !important;
}

.news-card-body p {
    font-size: 13px !important;
    color: #222 !important;
    margin-bottom: 8px !important;
    flex: 1 !important;
}

.more-details {
    font-size: 13px !important;
    color: #007bff !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    margin-top: auto !important;
}

.more-details:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}

/* Hide news metadata to match website1 */
.news-card .news-meta {
    display: none !important;
}

/* Join Team Section */
.join-team-section h2 {
    color: white !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
}

.join-team-section p {
    color: white !important;
    font-size: 14px !important;
}

.join-team-section .apply-btn,
.join-team-section a[href*="Careers"] {
    background: #ffb12b !important;
    color: white !important;
    padding: 10px 30px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    display: inline-block;
}

/* Customer Feedback */
.feedback-card {
    background: #f6f6f6 !important;
    border-radius: 8px !important;
    padding: 25px !important;
    margin-bottom: 20px;
    min-height: 200px;
}

.feedback-author h5 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ffb12b !important;
    border-left: 4px solid #ffb12b !important;
    padding-left: 10px !important;
    margin-bottom: 10px !important;
}

.feedback-text {
    font-size: 13px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* Main header fixes */
.main-header {
    margin-top: 0;
    width: 100%;
}

/* Remove gaps between sections */
main {
    margin-top: 0;
    padding-top: 0;
}

/* Selection */
::selection {
    background-color: #ffb12b;
    color: white;
}

::-moz-selection {
    background-color: #ffb12b;
    color: white;
}

/* Validation Errors */
.field-validation-error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border-color: #dc3545;
}

.validation-summary-errors {
    color: #dc3545;
}

.validation-summary-valid {
    display: none;
}

/* Custom Classes */
.text-truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-truncate-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Spacing Utilities */
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 1rem; }
.gap-4 { gap: 1.5rem; }
.gap-5 { gap: 3rem; }

/* Animation Classes */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInDown {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.animate-fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

.animate-slide-up {
    animation: slideInUp 0.5s ease-out;
}

.animate-slide-down {
    animation: slideInDown 0.5s ease-out;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

.overlay.show {
    display: block;
}

/* Skeleton 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; }
}

/* Error Pages */
.error-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-code {
    font-size: 8rem;
    font-weight: 700;
    color: #dee2e6;
}

/* Print Styles */
@media print {
    .no-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }
}

/* Accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

/* Skip to main content link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .btn {
        border: 2px solid currentColor;
    }

    .form-control,
    .form-select {
        border-width: 2px;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ========================================
   Additional Responsive Styles
   ======================================== */

/* Sticky Navbar */
.navbar-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    animation: slideInDown 0.3s ease-out;
}

body.navbar-sticky-active {
    padding-top: 76px; /* Adjust based on navbar height */
}

/* Back to Top Button */
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ffb12b;
    color: white;
    border: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

#backToTop:hover {
    background-color: #e09e1a;
    transform: translateY(-5px);
}

/* Lightbox Styles */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox.show {
    opacity: 1;
    visibility: visible;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 80vh;
    display: block;
}

.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.lightbox-close:hover {
    color: #ffb12b;
}

.lightbox-caption {
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 1.1rem;
}

/* Character Counter */
.character-counter {
    display: block;
    text-align: right;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Password Strength Indicator */
.password-strength {
    margin-top: 0.5rem;
}

.password-strength .progress {
    height: 5px;
}

.password-strength small {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.75rem;
}

/* Card Type Icon */
.card-type-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #6c757d;
}

/* Responsive Tables */
@media (max-width: 767px) {
    .table-responsive-stack table,
    .table-responsive-stack thead,
    .table-responsive-stack tbody,
    .table-responsive-stack th,
    .table-responsive-stack td,
    .table-responsive-stack tr {
        display: block;
    }

    .table-responsive-stack thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive-stack tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .table-responsive-stack td {
        border: none;
        position: relative;
        padding-left: 50%;
    }

    .table-responsive-stack td:before {
        content: attr(data-label);
        position: absolute;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }
}

/* Mobile Navigation Improvements */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: white;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }

    .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #f0f0f0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 0;
        background-color: #f8f9fa;
        border: none;
        box-shadow: none;
    }
}

/* Tablet Specific Styles */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 750px;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .btn-group-vertical {
        flex-direction: row;
        width: 100%;
    }
}

/* Large Screen Optimizations */
@media (min-width: 1200px) {
    .container-fluid.container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-fluid.container-xxl {
        max-width: 1320px;
    }
}

/* Ultra-wide Screen Support */
@media (min-width: 1920px) {
    .container-fluid.container-xxxl {
        max-width: 1800px;
        margin: 0 auto;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .btn {
        min-height: 44px;
        min-width: 44px;
    }

    .form-control,
    .form-select {
        min-height: 44px;
        font-size: 16px; /* Prevents zoom on iOS */
    }

    .nav-link {
        padding: 0.75rem 1rem;
    }

    .dropdown-item {
        padding: 0.5rem 1rem;
    }
}

/* Dark Mode Support - Removed for client frontend */

/* Loading States */
.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.6;
}

.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #ffb12b;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Utility Classes for Responsive Design */
.text-truncate-sm {
    @media (max-width: 575px) {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Responsive Spacing */
.py-sm-3 {
    @media (min-width: 576px) {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.py-md-4 {
    @media (min-width: 768px) {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

.py-lg-5 {
    @media (min-width: 992px) {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

/* Responsive Font Sizes */
.fs-sm-6 {
    @media (min-width: 576px) {
        font-size: 1rem !important;
    }
}

.fs-md-5 {
    @media (min-width: 768px) {
        font-size: 1.25rem !important;
    }
}

.fs-lg-4 {
    @media (min-width: 992px) {
        font-size: 1.5rem !important;
    }
}

/* Responsive Borders */
.border-sm-start {
    @media (min-width: 576px) {
        border-left: 1px solid #dee2e6 !important;
    }
}

.border-md-end {
    @media (min-width: 768px) {
        border-right: 1px solid #dee2e6 !important;
    }
}

/* Aspect Ratio Boxes */
.ratio-1x1 {
    aspect-ratio: 1 / 1;
}

.ratio-4x3 {
    aspect-ratio: 4 / 3;
}

.ratio-16x9 {
    aspect-ratio: 16 / 9;
}

.ratio-21x9 {
    aspect-ratio: 21 / 9;
}

/* Object Fit Utilities */
.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.object-fit-fill {
    object-fit: fill;
}

/* Responsive Display Utilities */
.d-sm-grid {
    @media (min-width: 576px) {
        display: grid !important;
    }
}

.d-md-grid {
    @media (min-width: 768px) {
        display: grid !important;
    }
}

.d-lg-grid {
    @media (min-width: 992px) {
        display: grid !important;
    }
}

/* Grid Template Columns */
.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {
    .grid-cols-sm-1 {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .grid-cols-md-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .grid-cols-lg-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Hover Effects (for non-touch devices) */
@media (hover: hover) {
    .hover-grow:hover {
        transform: scale(1.05);
        transition: transform 0.3s ease;
    }

    .hover-shadow:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.3s ease;
    }

    .hover-opacity:hover {
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }
}
