* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
/* Header Styles */
header {
    background-color: #000000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    height: 70px;
}
.logo-img {
    width: 60px;      
    height: 60px;      
    object-fit: cover;
    border-radius: 50%;
}
.logo {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-left: 10px;
}
.logo span {
    color: #C9A05F;
}
nav ul {
    display: flex;
    list-style: none;
    align-items: center;
}
nav ul li {
    margin-left: 20px;
}
nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    transition: color 0.3s;
}
nav ul li a:hover {
    color: #8a8888;
}
.post-ad-btn {
    background-color: #A08963;
    color: #ffffff;
    padding: 10px 20px;      
    border-radius: 20px;
    font-size: 14px;          
    text-decoration: none;
    font-weight: 400;
    transition: background 0.3s, transform 0.2s;
    display: inline-block;   
}

.post-ad-btn:hover {
    background-color: #C9A05F;
    transform: scale(1.05);
}

#languageBtn {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
}
#languageBtn:hover, #languageBtn:focus {
    background-color: #f0f0f0;
    color: #000000;
}
#languageMenu {
    background-color: #ffffff;
}
#languageMenu .dropdown-item {
    color: #000000;
}
#languageMenu .dropdown-item:hover {
    background-color: #f0f0f0;
}
#languageBtn::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 1001;
    list-style: none;
    padding: 8px 0;
    margin-top: 5px;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 16px;
    clear: both;
    font-weight: 400;
    color: #000000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.dropdown-item:hover {
    background-color: #f0f0f0;
}
.nav-item.dropdown {
    position: relative;
}
/* Logout Button Specific Styles */
nav ul li form button[type="submit"] {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-radius: 20px !important;
    padding: 8px 16px !important;
    font-weight: 600 !important;
    transition: background-color 0.3s !important;
    border: 1px solid #333 !important;
}
nav ul li form button[type="submit"]:hover {
    background-color: #333333 !important;
    color: #ffffff !important;
}
/* Dashboard Button Styles */
.btn-dashboard {
    background-color: #000000;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
    display: inline-block;
    border: 1px solid #333;
    margin-left: 10px;
    white-space: nowrap;
}
.btn-dashboard:hover {
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
}
/* Active state  */
.btn-dashboard.active {
    background-color: #333333;
    color: #ffffff;
}
/* Small button variant */
.btn-sm {
    padding: 6px 12px;
    font-size: 13px;
}
/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #344054;
    cursor: pointer;
    padding: 5px;
}
/* Hide Google's default dropdown and bar */
.goog-te-banner-frame,
.goog-te-menu-frame,
#goog-gt-tt,
.goog-te-gadget .goog-te-combo,
.skiptranslate {
    display: none !important;
}
/* Footer */
footer {
    background:#000000;
    color: white;
    padding: 50px 0 0;
    margin-top: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
/* Decorative background pattern */
footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}
.footer-top-line {
    height: 4px;
    background-color: #8E8D8D;
    margin-bottom: 30px;
    width: 100%;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}
.footer-column h3 {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.footer-column h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #C9A05F 0%, transparent 100%);
    border-radius: 2px;
}
.footer-column ul {
    list-style: none;
}
.footer-column ul li {
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}
.footer-column ul li:hover {
    transform: translateX(5px);
}
.footer-column ul li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    display: inline-block;
    position: relative;
}
.footer-column ul li a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #C9A05F;
    transition: width 0.3s ease;
}
.footer-column ul li a:hover {
    color: #ffffff;
}
.footer-column ul li a:hover::before {
    width: 100%;
}
.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}
.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #C9A05F;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.social-icons a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #C9A05F 0%, #5a472a 100%);
    transform: scale(0);
    transition: transform 0.3s ease;
    border-radius: 50%;
    z-index: -1;
}
.social-icons a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px  #5a472a;
}
.social-icons a:hover::before {
    transform: scale(1);
}
.footer-logo {
    width: 50px;
    height: auto;
    margin-top: 20px;
    filter: brightness(1.1);
}
.logo-text {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #C9A05F;
    -webkit-text-stroke: 1px #ffffff;
    text-shadow: 1px #ffffff;
}
.logo-text .highlight {
    color: #ffffff;
}
/* New Footer Bottom Section */
.footer-bottom {
    position: relative;
    z-index: 1;
}
.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    margin: 0 0 30px 0;
}
.powered-by-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 12px 12px 0 0;
    backdrop-filter: blur(10px);
}
.powered-by-content {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 30px;
}
.tech-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #C9A05F 0%, #5a472a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    box-shadow: 0 4px 15px #C9A05F;
    animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
.powered-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.powered-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.netit-link {
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.netit-name {
    font-size: 22px;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff 0%, #C9A05F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
    display: inline-block;
}
.netit-link:hover .netit-name {
    background: linear-gradient(135deg, #C9A05F 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transform: translateX(5px);
}
.tech-badges {
    display: flex;
    gap: 15px;
    padding-right: 30px;
}
.badge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}
.badge-item i {
    font-size: 14px;
    color: #C9A05F;
}
.badge-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
/* Newsletter Section */
.newsletter-section {
    background-color: #f8f8f8;
    padding: 30px 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}
.newsletter-line {
    border: 1px solid #8E8D8D;
    width: 80%;
    margin: 0 auto 20px auto;
    margin-top: 10px;
}
.newsletter-section h2 {
    color: #000000;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
}
.newsletter-section p {
    color: #333333;
    max-width: 500px;
    margin: 0 auto 20px auto;
    font-size: 16px;
}
.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.newsletter-input {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 250px;
    background-color: #ffffff;
}
.newsletter-input::placeholder {
    color: #949494;
}
.newsletter-btn {
    padding: 10px 20px;
    background-color: #854836;
    color: #949494;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s;
}
.newsletter-btn:hover {
    background-color: #4a2812;
}
.copyright-text {
    color: #000000;
    font-size: 14px;
    margin-top: 10px;
}
/* Main Content Area */
.main-content {
    min-height: calc(100vh - 200px);
}
.primary-color { color: #1167B1; }
.secondary-color { color: #97572B; }
.dark-color { color: #344054; }
.gray-color { color: #949494; }
.light-gray-color { color: #959595; }
.brown-dark-color { color: #5C3317; }
.medium-gray-color { color: #7C7C7C; }
.accent-color { color: #8E8DBD; }
.primary-bg { background-color: #1167B1; }
.secondary-bg { background-color: #97572B; }
.dark-bg { background-color: #344054; }
.gray-bg { background-color: #949494; }
/* Button Styles */
.btn-primary {
    background-color: #0a0a0a;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
    text-decoration: none;
    display: inline-block;
}
.btn-primary:hover {
    background-color: #43474a;
    color: white;
    text-decoration: none;
}
.btn-secondary {
    background-color: #97572B;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
    text-decoration: none;
    display: inline-block;
}
.btn-secondary:hover {
    background-color: #7a4622;
    color: white;
    text-decoration: none;
}
/* Card Styles */
.card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #1167B1;
    padding: 20px;
    margin-bottom: 20px;
}
/* Form Styles */
.form-group {
    margin-bottom: 20px;
}
.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #344054;
}
.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #949494;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
}
.form-control:focus {
    outline: none;
    border-color: #1167B1;
    box-shadow: 0 0 0 3px rgba(17, 103, 177, 0.1);
}
/* Alert Styles */
.alert {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.alert-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
.alert-warning {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}
.alert-info {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
}
.d-none {
    display: none !important;
}
/* ========================================
   RESPONSIVE DESIGN - TABLET & MOBILE
======================================== */
/* Tablet Styles (768px - 1024px) */
@media (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }
   
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding-bottom: 30px;
    }
   
    .powered-by-section {
        flex-direction: column;
        gap: 20px;
        padding: 25px 20px;
    }
   
    .powered-by-content {
        padding-left: 0;
    }
   
    .tech-badges {
        padding-right: 0;
        justify-content: center;
    }
   
    nav ul li {
        margin-left: 15px;
    }
   
    .logo {
        font-size: 20px;
    }
   
    .logo-img {
        max-height: 100px;
    }
   
    .btn-dashboard {
        margin-left: 8px;
        padding: 7px 14px;
        font-size: 13px;
    }
   
    .btn-dashboard.active {
        padding: 7px 14px;
    }
}
/* Tablet Portrait & Large Mobile (481px - 768px) */
@media (max-width: 768px) {
    header {
        position: relative;
    }
   
    .top-bar {
        height: auto;
        min-height: 60px;
        padding: 15px 0;
        position: relative;
        flex-wrap: wrap;
    }
   
    .top-bar > div:first-child {
        order: 1;
    }
   
    .mobile-menu-btn {
        display: block;
        z-index: 1001;
        position: relative;
        order: 3;
    }
   
    nav {
        order: 2;
        flex: 0 0 auto;
        margin-left: auto;
        margin-right: 0px;
    }
   
    /* Primary nav items  */
    nav ul {
        display: flex !important;
        flex-direction: row;
        list-style: none;
        padding: 0;
        margin: 0;
        align-items: center;
        gap: 10px;
    }
   
    /* HIDE secondary items by default on mobile - keep elements with .always-visible shown */
    nav ul li {
        display: none;
    }
    /* Add this class to items that should remain visible (Sign in, Help) */
    nav ul li.always-visible {
        display: block;
    }
    /* Show all items when menu is open */
    nav ul.show {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: #000000;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        flex-direction: column;
        padding: 20px;
        border-radius: 0 0 8px 8px;
        z-index: 999;
        width: 100%;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        gap: 0;
    }
   
    nav ul.show li {
        display: block !important;
        margin: 10px 0;
        width: 100%;
        text-align: left;
    }
   
    /* Post Ad item: keep hidden on small screens until menu open */
    nav ul .post-ad-item .post-ad-btn {
        display: inline-block;
    }
   
    nav ul.show .post-ad-item {
        display: block !important;
    }
   
    /* Keep Sign in and Help visible when menu is closed */
    nav ul:not(.show) li.always-visible {
        display: block;
    }
   
    nav ul li a {
        display: block;
        padding: 10px;
        width: 100%;
        white-space: nowrap;
    }
   
    /* Compact style for always-visible items */
    nav ul:not(.show) li a {
        padding: 8px 12px;
        font-size: 14px;
    }
   
    .post-ad-btn {
        display: block;
        text-align: center;
        padding: 10px 20px;
        white-space: nowrap;
    }
   
    /* Dashboard button adjustments for mobile */
    nav ul:not(.show) .btn-dashboard {
        display: block;
        padding: 8px 12px;
        font-size: 14px;
        margin-left: 0;
        width: auto;
        text-align: center;
        background-color: #000000;
        color: #ffffff;
        border: 1px solid #333;
    }
    nav ul:not(.show) .btn-dashboard:hover {
        background-color: #333333;
        color: #ffffff;
    }
    nav ul:not(.show) .btn-dashboard.active {
        background-color: #333333;
        color: #ffffff;
    }
   
    nav ul.show .btn-dashboard {
        width: 100%;
        text-align: center;
        margin-left: 0;
        padding: 12px 20px;
        font-size: 15px;
        background-color: #000000;
        color: #ffffff;
        border: 1px solid #333;
    }
    nav ul.show .btn-dashboard:hover {
        background-color: #333333;
        color: #ffffff;
    }
    nav ul.show .btn-dashboard.active {
        background-color: #333333;
        color: #ffffff;
    }
   
    .nav-item.dropdown {
        width: 100%;
    }
   
    #languageBtn {
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
   
    nav ul:not(.show) #languageBtn {
        width: auto;
    }
   
    .dropdown-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        margin-top: 8px;
        background-color: #f9f9f9;
        display: none;
    }
   
    .dropdown-menu.show {
        display: block;
    }
   
    .dropdown-item {
        padding: 12px 20px;
        border-bottom: 1px solid #e0e0e0;
    }
   
    .dropdown-item:last-child {
        border-bottom: none;
    }
   
    .dropdown-item:hover {
        background-color: #e8e8e8;
    }
   
    /* Mobile logout button */
    nav ul:not(.show) li form button[type="submit"] {
        background-color: #000000 !important;
        color: #ffffff !important;
        border: 1px solid #333 !important;
        padding: 8px 12px !important;
        font-size: 14px !important;
    }
    nav ul:not(.show) li form button[type="submit"]:hover {
        background-color: #333333 !important;
        color: #ffffff !important;
    }
    nav ul.show li form button[type="submit"] {
        background-color: #000000 !important;
        color: #ffffff !important;
        border: 1px solid #333 !important;
        padding: 12px 20px !important;
        font-size: 15px !important;
        width: 100% !important;
        text-align: left !important;
        border-radius: 4px !important;
    }
    nav ul.show li form button[type="submit"]:hover {
        background-color: #333333 !important;
        color: #ffffff !important;
    }
   
    footer {
        padding: 40px 0 0;
    }
   
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 20px;
    }
   
    .powered-by-section {
        padding: 20px 15px;
    }
   
    .tech-badges {
        flex-wrap: wrap;
        justify-content: center;
    }
   
    .badge-item {
        font-size: 12px;
        padding: 6px 12px;
    }
   
    .newsletter-section {
        padding: 25px 15px;
    }
   
    .newsletter-section h2 {
        font-size: 20px;
    }
   
    .newsletter-section p {
        font-size: 14px;
        padding: 0 10px;
    }
   
    .newsletter-form {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
   
    .newsletter-input {
        width: 100%;
        max-width: 350px;
    }
   
    .newsletter-btn {
        width: 100%;
        max-width: 350px;
    }
   
    .newsletter-line {
        width: 90%;
    }
    /* Ensure dropdown items don't translate */
    .notranslate * {
        -webkit-user-select: text !important;
    }
}
/* Mobile Styles (320px - 480px) */
@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
   
    header {
        position: relative;
    }
   
    .top-bar {
        padding: 10px 0;
    }
   
    nav {
        margin-right: 0px;
    }
   
    nav ul.show {
        padding: 15px;
        left: -10px;
        right: -10px;
        width: calc(100% + 20px);
    }
   
    nav ul:not(.show) li a {
        padding: 6px 8px;
        font-size: 13px;
    }
   
    nav ul:not(.show) li a i {
        font-size: 12px;
    }
   
    nav ul:not(.show) .btn-dashboard {
        padding: 6px 10px;
        font-size: 13px;
        background-color: #000000;
        color: #ffffff;
        border: 1px solid #333;
    }
    nav ul:not(.show) .btn-dashboard:hover {
        background-color: #333333;
        color: #ffffff;
    }
    nav ul:not(.show) .btn-dashboard.active {
        background-color: #333333;
        color: #ffffff;
    }
   
    nav ul.show .btn-dashboard {
        padding: 10px 15px;
        font-size: 14px;
        background-color: #000000;
        color: #ffffff;
        border: 1px solid #333;
    }
    nav ul.show .btn-dashboard:hover {
        background-color: #333333;
        color: #ffffff;
    }
    nav ul.show .btn-dashboard.active {
        background-color: #333333;
        color: #ffffff;
    }
   
    .logo {
        font-size: 18px;
        margin-left: 8px;
    }
   
    .logo-img {
        max-height: 80px;
    }
   
    footer {
        padding: 30px 0 0;
    }
   
    .footer-column h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
   
    .footer-column ul li a {
        font-size: 13px;
    }
   
    .social-icons a {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
   
    .tech-icon {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
   
    .netit-name {
        font-size: 18px;
    }
   
    .powered-by-content {
        gap: 12px;
    }
   
    .tech-badges {
        gap: 10px;
    }
   
    .badge-item {
        font-size: 11px;
        padding: 5px 10px;
    }
   
    .badge-item i {
        font-size: 12px;
    }
   
    .newsletter-section h2 {
        font-size: 18px;
    }
   
    .newsletter-section p {
        font-size: 13px;
    }
   
    .newsletter-input,
    .newsletter-btn {
        max-width: 100%;
        padding: 12px 15px;
    }
   
    .copyright-text {
        font-size: 12px;
    }
   
    .btn-primary,
    .btn-secondary {
        padding: 10px 20px;
        font-size: 14px;
    }
   
    .card {
        padding: 15px;
    }
    /* Mobile logout button */
    nav ul li form button[type="submit"] {
        width: 100% !important;
        text-align: left !important;
        border-radius: 4px !important;
    }
}
/* Extra Small Mobile (max-width: 360px) */
@media (max-width: 360px) {
    .logo {
        font-size: 16px;
    }
   
    .logo-img {
        max-height: 70px;
    }
   
    .mobile-menu-btn {
        font-size: 20px;
    }
   
    nav ul:not(.show) li a {
        padding: 5px 6px;
        font-size: 12px;
    }
   
    nav ul:not(.show) .btn-dashboard {
        padding: 5px 8px;
        font-size: 12px;
        background-color: #000000;
        color: #ffffff;
        border: 1px solid #333;
    }
    nav ul:not(.show) .btn-dashboard:hover {
        background-color: #333333;
        color: #ffffff;
    }
    nav ul:not(.show) .btn-dashboard.active {
        background-color: #333333;
        color: #ffffff;
    }
   
    .newsletter-section h2 {
        font-size: 16px;
    }
   
    .footer-column h3 {
        font-size: 15px;
    }
   
    .tech-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
   
    .netit-name {
        font-size: 16px;
    }
   
    .powered-label {
        font-size: 11px;
    }
}