/* HEADER STUFF */

body {
    margin: 30px;
    padding: 0;
    background-image: url('/static/assets/BG-1.jpg');
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: top center;
    background-attachment: fixed;
    font-family: sans-serif;
}

.page-wrapper {
    max-width: 1920px;
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-content {
}

/* BASE STUFF END */

/* HEADER STUFF */

.main-header {
    width: 100%;
    padding: 0; /* Remove bootstrap default spacing */
    margin: 0;
}

.col-left {
    width: 1653px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.1); /* Optional */
}

.col-right {
    width: 177px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
}

.glass-box {
    height: 100px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5); /* 50% opacity */
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px) brightness(1.1);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.header-logo {
    height: 89px;
    width: auto;
    object-fit: contain;
    display: block;
}

.header-nav {
    gap: 20px;
}

.header-nav .nav-item {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 300; /* Light */
    color: #000;
    text-decoration: none;
    padding: 6px 10px;
    transition: color 0.2s ease;
}

.header-nav .nav-item:hover {
    color: #555;
}

.header-icon {
    height: 20px;
    width: auto;
    object-fit: contain;
    display: block;
}

.icon-box-padding {
    padding-left: 30px;
    padding-right: 30px;
}

.user-dropdown {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5); /* 50% opacity */
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px) brightness(1.1);
    padding: 20px;
}

/* HEADER STUFF END */

/* FOOTER STUFF */

.main-footer {
    width: 100%;
    max-width: 1920px;
    margin: 0px auto 30px auto;
    padding: 0 30px;
}

.footer-container {
    height: 271px;
    width: 100%;
    display: flex;
    gap: 30px;
}

.footer-left {
    width: 294px;
    height: 271px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px) brightness(1.1);
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-right {
    flex: 1;
    height: 271px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px) brightness(1.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-input {
    width: 390px;
    max-width: calc(100% - 135px); /* Account for button width */
    height: 50px;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color: #333333;
    background-color: #ffffff;
    border: none;
    border-radius: 20px 0 0 20px;
    padding-left: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
}

.footer-input::placeholder {
    color: #acacac;
}

.footer-button {
    width: 135px;
    height: 50px;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color: #333333;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 0 20px 20px 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/* FOOTER STUFF END */

/* LOGIN STUFF */

.login-page {
    min-height: calc(
        100vh - 100px - 271px - 60px
    ); /* subtract padding + header + footer */
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box {
    width: 500px;
    padding: 57px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
    position: relative;
}

.login-title {
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.login-input {
    width: 385px;
    height: 40px;
    border-radius: 20px;
    background: #efefef;
    border: none;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    color: #333;
    padding: 0 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    outline: none;
}

.login-input::placeholder {
    color: #a7a7a7;
}

.login-button,
.register-button {
    width: 385px;
    height: 40px;
    border-radius: 20px;
    border: none;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    color: #ffffff;
    background: transparent;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; /* Important */
}

.forgot-password {
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    color: #333333;
}

.or-separator {
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    color: #aeaeae;
}

.google-login {
    width: 385px;
    height: 40px;
    border-radius: 20px;
    background-color: #ff6d5b;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    border: none;
}

/* LOGIN STUFF END */

/* GENERAL STUFF */

.rgrl-btn {
    display: flex; /* ← make it a flex container */
    align-items: center; /* ← vertical centering */
    justify-content: center; /* ← optional: horizontal centering */
    height: 40px;
    background: #ffffff;
    text-align: center;
    color: #333333;
    font-family: 'Manrope';
    font-size: 16px;
    margin: 15px 0;
    border-radius: 20px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: 0.5s;
    border: none;
    padding: 0 20px;
}

.rgrl-btn:hover {
    background: #efefef;
    transition: 0.5s;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
    max-height: 160px !important;
}

.btn-ver-fix {
    margin-bottom: 0;
}

.form-select {
    height: 40px;
    border-radius: 20px !important;
    border: none;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

.form-control {
    height: 40px;
    border-radius: 20px !important;
    border: none;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

.padding-remove {
    padding: 0 !important;
}

.glass-bg {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5); /* 50% opacity */
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px) brightness(1.1);
    padding: 10px 20px 20px;
}

/* GENERAL STUFF END */

/* CART HEADER STYLES */
.cart-icon-container {
    position: relative;
    display: inline-block;
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #ff5e5e;
    color: white;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 350px;
    background: white;
    border-radius: 20px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    padding: 15px;
    z-index: 1000;
    display: none;
    margin-top: 10px;
}

.cart-dropdown::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
}

.cart-dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.cart-dropdown-item:last-child {
    border-bottom: none;
}

.cart-dropdown-image {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 12px;
}

.cart-dropdown-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cart-dropdown-name {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart-dropdown-quantity-price {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    color: #666;
}

.cart-dropdown-subtotal {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-left: 10px;
}

.cart-dropdown-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 10px 0;
    border-top: 2px solid #f0f0f0;
    margin-top: 10px;
}

.cart-dropdown-total-label {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.cart-dropdown-total-amount {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ff5e5e;
}

.cart-dropdown-button {
    width: 100%;
    padding: 12px;
    background-color: #ff5e5e;
    color: white;
    border: none;
    border-radius: 15px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: block;
    text-align: center;
}

.cart-dropdown-button:hover {
    background-color: #e54e4e;
    color: white;
}

.cart-dropdown-empty {
    text-align: center;
    padding: 20px;
    color: #666;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
}

.cart-dropdown-remove {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff5e5e;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 10px;
    transition: all 0.3s ease;
    margin-left: 10px;
    flex-shrink: 0;
}

.cart-dropdown-remove:hover {
    background: #e54e4e;
    transform: scale(1.1);
}

.cart-dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

/* SEARCH BAR STYLES */
.search-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    backdrop-filter: blur(10px);
}

.search-bar {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px) brightness(1.1);
}

.search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.search-input-wrapper {
    position: relative;
    flex: 1;
    width: 100%;
}

.search-input {
    width: 100% !important;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #333;
    padding: 10px 50px 10px 15px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    min-width: 0;
}

.search-input::placeholder {
    color: #999;
}

.search-submit-btn,
.search-clear-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 6px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-submit-btn:hover,
.search-clear-btn:hover {
    background-color: rgba(233, 30, 99, 0.1);
}

.search-submit-btn img {
    width: 18px;
    height: 18px;
}

.search-clear-btn span {
    font-size: 18px;
    color: #666;
    line-height: 1;
}

.search-clear-btn:hover span {
    color: #333;
}

.search-close-btn {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 24px;
    color: #999;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.search-close-btn:hover {
    color: #333;
    background-color: rgba(0, 0, 0, 0.1);
}

.search-wrapper {
    width: 800px;
}

/* LAYOUT STYLES */
.desktop-layout {
    display: block;
}

.mobile-layout {
    display: none !important;
}

/* HEADER DEFAULT STYLES */
.desktop-header {
    display: flex !important;
}

.mobile-header {
    display: none !important;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    display: block;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: scale(0.9);
    transition: transform 0.3s ease-in-out;
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: scale(1);
}

/* MEDIUM DEVICE RESPONSIVE - PROGRESSIVE FOOTER COLLAPSE */

/* 1200px - First reduction */
@media (max-width: 1200px) {
    .footer-col[style*='width: 600px'] {
        width: 500px !important;
    }

    .footer-input {
        width: 300px !important;
    }

    .footer-button {
        width: 120px !important;
    }
}

/* 1100px - Further reduction */
@media (max-width: 1100px) {
    .footer-col[style*='width: 600px'] {
        width: 450px !important;
    }

    .footer-input {
        width: 280px !important;
    }

    .footer-button {
        width: 110px !important;
    }
}

/* 1000px - More reduction */
@media (max-width: 1000px) {
    .footer-container {
        height: auto !important;
        min-height: 271px;
    }

    .footer-left,
    .footer-right {
        height: auto !important;
        min-height: 271px;
    }

    .footer-col[style*='width: 600px'] {
        width: 400px !important;
    }

    .footer-input {
        width: 250px !important;
    }

    .footer-button {
        width: 100px !important;
    }

    .footer-columns {
        gap: 20px !important;
    }
}

/* 900px - Stack footer columns to prevent overflow */
@media (max-width: 900px) {
    .footer-container {
        flex-direction: column !important;
        height: auto !important;
        gap: 20px !important;
    }

    .footer-left {
        height: auto !important;
        padding: 30px !important;
        width: 100% !important;
    }

    .footer-right {
        height: auto !important;
        padding: 30px !important;
    }

    .footer-columns {
        flex-direction: column !important;
        gap: 25px !important;
        align-items: stretch !important;
    }

    .footer-col[style*='width: 600px'] {
        width: 100% !important;
    }

    .footer-col {
        width: 100% !important;
    }

    .footer-input {
        width: 70% !important;
    }

    .footer-button {
        width: 30% !important;
    }
}

/* MOBILE RESPONSIVE STYLES */
@media (max-width: 768px) {
    /* Adjust body margin for mobile - 15px minimum margin */
    body {
        margin: 15px;
    }

    /* Hide desktop header, show mobile header */
    .main-header .desktop-header,
    .desktop-header {
        display: none !important;
    }

    .mobile-header {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        background-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(20px) brightness(1.1);
        border-radius: 20px;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
        margin: 0;
        padding: 0 20px;
    }

    /* Mobile layout overrides */
    .desktop-layout {
        display: none !important;
    }

    .mobile-layout {
        display: block !important;
    }

    /* Mobile container adjustments - 15px minimum margin */
    .container-fluid {
        padding: 0 !important;
        margin: 15px 0;
    }

    /* Mobile page wrapper - 15px minimum margin */
    .page-wrapper {
        padding: 15px;
    }

    /* All mobile sections get 15px margin */
    .mobile-section {
        margin: 15px;
    }

    /* Mobile logo */
    .mobile-logo {
        height: 42px;
        width: auto;
    }

    /* Mobile header icons */
    .mobile-header-icon {
        width: 23px;
        height: 23px;
        cursor: pointer;
    }

    /* Mobile header left section */
    .mobile-header-left {
        display: flex;
        align-items: center;
        gap: 0;
    }

    /* Mobile header right section */
    .mobile-header-right {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    /* Mobile cart badge */
    .mobile-cart-badge {
        position: absolute;
        top: -8px;
        right: -8px;
        background: #ff5e5e;
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
        padding-left: 6px;
    }

    /* Hamburger menu */
    .hamburger-menu {
        background: none;
        border: none;
        cursor: pointer;
        padding: 5px;
        display: flex;
        flex-direction: column;
        gap: 3px;
        width: 23px;
        height: 23px;
        justify-content: center;
        align-items: center;
    }

    .hamburger-menu span {
        width: 18px;
        height: 2px;
        background-color: #333;
        transition: 0.3s;
    }

    /* Mobile menu overlay styles are now global */

    .mobile-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .mobile-menu-logo {
        height: 42px;
        width: auto;
    }

    .mobile-menu-close {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        padding: 5px;
        color: #333;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Mobile menu search input */
    .mobile-menu-search {
        position: relative;
        margin-bottom: 10px;
    }

    .mobile-menu-search-input {
        width: 100%;
        height: 40px;
        background: #ffffff;
        border: none;
        border-radius: 20px;
        padding: 0 50px 0 20px;
        font-family: 'Manrope', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        outline: none;
        box-sizing: border-box;
    }

    .mobile-menu-search-input::placeholder {
        color: #c5c5c5;
    }

    .mobile-menu-search-icon {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .mobile-menu-search-clear {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        font-size: 18px;
        color: #666;
        cursor: pointer;
        display: none;
    }

    .mobile-menu-nav {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        flex: 1;
        justify-content: center;
    }

    .mobile-nav-item {
        padding: 12px 0;
        font-family: 'Manrope', sans-serif;
        font-size: 22px;
        font-weight: 300;
        color: #333333;
        text-decoration: none;
        transition: color 0.3s ease;
        text-align: center;
        width: 100%;
    }

    .mobile-nav-item:hover {
        color: #9a00b7;
        text-decoration: none;
    }

    .mobile-nav-item.admin-item {
        color: #dc3545;
    }

    .mobile-menu-user {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: auto;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .mobile-user-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 0;
        font-family: 'Manrope', sans-serif;
        font-size: 16px;
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .mobile-user-item:hover {
        color: #9a00b7;
        text-decoration: none;
    }

    .mobile-user-item img {
        width: 20px;
        height: 20px;
    }

    /* Mobile page wrapper */
    .page-wrapper {
        padding: 15px;
    }

    /* Mobile container adjustments */
    .container-fluid {
        padding: 0 15px;
    }

    /* Mobile home page layout */
    .mobile-home-stack {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* Hide desktop blog/course layout on mobile */
    .mobile-blog-course-stack {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* Mobile blog and course cards */
    .mobile-single-card {
        max-width: 400px;
        margin: 0 auto;
    }

    /* Mobile Footer */
    .main-footer {
        margin: 15px 0 30px 0;
        padding: 0;
    }

    .footer-container {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .footer-left {
        display: none !important;
    }

    .footer-right {
        padding: 20px !important;
    }

    .footer-quote {
        font-size: 26px !important;
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-columns {
        flex-direction: column !important;
        gap: 20px !important;
        align-items: flex-start !important;
    }

    .footer-col {
        width: 100% !important;
        text-align: left;
    }

    .footer-col:first-child {
        width: 100% !important;
    }

    .footer-col:first-child div:first-child {
        font-size: 16px !important;
    }

    .footer-input {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .footer-button {
        width: 100% !important;
        border-radius: 20px !important;
    }

    .footer-col .d-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    /* Mobile Footer Content Section */
    .mobile-footer-content {
        display: block !important;
        margin: 0 0 15px 0;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(20px) brightness(1.1);
        border-radius: 20px;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    }

    .mobile-footer-quote {
        font-family: 'Cormorant Garamond', serif;
        font-size: 26px;
        font-style: italic;
        color: #333333;
        text-align: left;
        margin-bottom: 20px;
    }

    .mobile-footer-newsletter {
        margin-bottom: 20px;
    }

    .mobile-footer-newsletter-text {
        font-family: 'Manrope', sans-serif;
        font-size: 16px;
        color: #333333;
        text-align: left;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .mobile-footer-newsletter-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mobile-footer-input {
        width: 100%;
        height: 50px;
        font-size: 18px;
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        color: #333333;
        background-color: #ffffff;
        border: none;
        border-radius: 20px;
        padding: 0 20px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        box-sizing: border-box;
    }

    .mobile-footer-input::placeholder {
        color: #acacac;
    }

    .mobile-footer-button {
        width: 100%;
        height: 50px;
        font-size: 18px;
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        color: #333333;
        background-color: rgba(255, 255, 255, 0.8);
        border: none;
        border-radius: 20px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .mobile-footer-button:hover {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .mobile-footer-section {
        margin-bottom: 20px;
    }

    .mobile-footer-section-title {
        font-family: 'Manrope', sans-serif;
        font-size: 18px;
        color: #333333;
        text-align: left;
        margin-bottom: 8px;
    }

    .mobile-footer-section-content {
        font-family: 'Manrope', sans-serif;
        font-size: 18px;
        color: #333333;
        text-align: left;
    }

    .mobile-footer-social {
        display: flex;
        gap: 18px;
        align-items: center;
    }

    .mobile-footer-social img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .mobile-footer-legal {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .mobile-footer-legal a {
        font-family: 'Manrope', sans-serif;
        font-size: 18px;
        color: #333333;
        text-decoration: none;
        text-align: left;
    }

    .mobile-footer-legal a:hover {
        color: #555;
    }

    .mobile-footer-copyright {
        font-family: 'Manrope', sans-serif;
        font-size: 18px;
        color: #333333;
        text-align: left;
        margin-top: 8px;
    }

    /* Mobile Footer Logo Section */
    .mobile-footer-logo {
        display: block !important;
        margin: 0 0 0 0;
        padding: 58px 0;
        background-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(20px) brightness(1.1);
        border-radius: 20px;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
        text-align: center;
    }

    .mobile-footer-logo img {
        width: 257px;
        height: 260px;
        object-fit: contain;
    }

    .login-box {
        width: 100%;
        margin-top: 15px;
        padding: 30px 15px;
    }

    .login-input,
    .login-button,
    .google-login,
    .register-button {
        width: 80%;
        margin: auto;
    }

    /* REGISTER PAGE MOBILE STYLES */
    /* Add mobile responsive styles for register page here */
}

/* Mobile responsive */
@media (max-width: 768px) {
    .search-bar-container {
        padding: 15px;
    }

    .search-input {
        font-size: 14px;
        padding: 8px 40px 8px 12px;
    }

    .search-submit-btn img {
        width: 16px;
        height: 16px;
    }

    .search-clear-btn span {
        font-size: 16px;
    }

    .search-wrapper {
        width: 100%;
        padding: 15px 0 !important;
    }
}

/* Hide mobile footer logo by default */
.mobile-footer-logo {
    display: none;
}
