:root {
    --primary-color: #0C2A76;
    --secondary-color: #FF3A62;
    --text-color: #101010;
    --light-text-color: #FFFFFF;
    --background-color: #F0F0F0;
    --max-content-width: 1000px;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--background-color);
    margin: 0;
}
input[type="date"] {
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: 10px;
    border: 2px solid #007bff;  
    border-radius: 8px;         
    background-color: #f8f9fa;  
    color: #333;                
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
input[type="date"]:hover {
    border-color: #0056b3;
    background-color: #ffffff;
}
input[type="date"]:focus {
    border-color: #ff6600;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(255, 102, 0, 0.5);
}
@media (max-width: 600px) {
    input[type="date"] {
        width: 100%;
    }
}
.top-bar {
    background-color: var(--secondary-color);
    color: var(--light-text-color);
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
}
.top-bar a {
    color:white;text-decoration:none;
}
.main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    background-color: var(--background-color);
}
.main-nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--max-content-width);
    width: 100%;
    padding: 0 20px;
}
.logo {
    font-size: 32px;
    font-weight: bold;
    color: var(--primary-color);
}
.search-wrapper {
    display: flex;
    justify-content: center;
    width: 60%;
    margin: 0 auto;
}
.search-bar {
    display: flex;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 50px;
    overflow: hidden;
    background-color: var(--light-text-color);
}
.search-bar select {
    width: 30%;
    border: none;
    border-right: 2px solid #ccc;
    padding: 15px;
    background-color: #fff;
    color: #AAAAAA;
}
.search-bar input {
    width: 60%;
    border: none;
    padding: 15px;
}
.search-bar button {
    width: 10%;
    border: none;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-icon {
    margin-left: auto;
}
.secondary-nav {
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.secondary-nav a {
    color: var(--light-text-color);
    text-decoration: none;
    font-size: 22px;
    margin: 0 15px;
}
.contact-btn {
    background-color: var(--light-text-color);
    color: var(--primary-color) !important;
    padding: 5px 15px;
    border-radius: 20px;
}
.hero-section {
    position: relative;
    max-width: var(--max-content-width);
    margin: auto;
    height: 450px;
    border-radius: 15px;
    margin-top: 50px;
    margin-bottom: 150px;
}
.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    padding: 30px 40px;
}
.hero-overlay h1 {
    font-size: 36px;
    font-weight: normal;
    color: white;
}
.hero-overlay p {
    font-size: 24px;
    color: white;
    margin-bottom: 32px;
}
.cta-section {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(50%);
}
.cta-wrapper {
    display: flex;
    justify-content: center;
    gap: 32px;
}
.cta-box {
    background-color: white;
    border-radius: 15px;
    padding: 24px;
    width: 370px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.cta-box h2 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 400;
}
.cta-button {
    display: inline-block;
    background-color: var(--secondary-color);
    color: white;
    padding: 10px 34px;
    border-radius: 30px;
    text-decoration: none;
    transition: transform 0.3s ease;
}
.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(12, 42, 118, 0.2);
}
.search-filters {
    max-width: var(--max-content-width);
    margin: 30px auto;
    background-color: var(--light-text-color);
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr) 2fr;
    gap: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.filter {
    display: flex;
    flex-direction: column;
}
.filter label {
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 15px;
    color: var(--primary-color);
    font-weight: 600;
}
.filter select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 32px;
    padding: 12px 16px;
    font-size: 16px;
    color: var(--text-color);
    cursor: pointer;
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
}
.search-btn {
    background-color: var(--primary-color);
    color: var(--light-text-color);
    border: none;
    cursor: pointer;
    border-radius: 32px;
    font-weight: bold;
    font-size: 18px;
    padding: 14px;
    transition: all 0.3s ease;
}
.search-btn:hover {
    background-color: #0a2260;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(12, 42, 118, 0.2);
}
.auction-listings {
    max-width: var(--max-content-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}
.auction-item {
    background-color: white;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.auction-item:hover {
    transform: translateY(-10px);
}
.auction-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.auction-details {
    padding: 1.5rem;
}
.auction-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}
.auction-location {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1rem;
}
.auction-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.info-item {
    display: flex;
    flex-direction: column;
}
.info-label {
    font-size: 0.875rem;
    color: #666;
}
.info-value {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
}
.mobile-nav,
.mobile-menu-overlay {
    display: none;
}
@media (max-width: 768px) {
    .desktop-nav,
    .secondary-nav {
        display: none;
    }
    body {
        padding-top: 90px;
    }
    .hero-section {
        height: 60vh;
        margin: 20px;
        margin-bottom: 90px;
        border-radius: 12px;
    }
    .hero-image {
        height: 100%;
        object-fit: cover;
    }
    .hero-overlay {
        background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.6));
        border-radius: 12px;
        padding: 24px;
        justify-content: center;
    }
    .hero-overlay h1 {
        font-size: 42px;
        line-height: 1.4;
        margin-bottom: 12px;
        text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    }
    br {
    }
    .hero-overlay p {
        font-size: 16px;
        margin-bottom: 24px;
        text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    }
    .cta-section {
        position: absolute;
        bottom: -60px;
        transform: none;
        padding: 0 10px;
        width: 100%;
    }
    .cta-wrapper {
        display: flex;
        flex-direction: row;
        gap: 12px;
    }
    .cta-box {
        width: 50%;
        padding: 16px;
        border-radius: 12px;
    }
    .cta-box h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .cta-button {
        padding: 8px 24px;
        font-size: 14px;
    }
    .mobile-nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 90px;
        background: white;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        z-index: 1000;
    }
    .mobile-nav-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        padding: 20px;
        gap: 10px;
    }
    .mobile-menu-trigger {
        cursor: pointer;
    }
    .mobile-menu-overlay {
        position: fixed;
        inset: 0;
        background: #f5f5f5;
        z-index: 1001;
        display: none;
        flex-direction: column;
        overflow-y: auto;
    }
    .mobile-menu-overlay.active {
        display: flex;
    }
    .mobile-menu-header {
        position: sticky;
        top: 0;
        background: white;
        padding: 20px;
        height: 90px;
        border-bottom: 1px solid #eee;
        z-index: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-menu-close {
        font-size: 28px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #f5f5f5;
    }
    .mobile-menu-login {
        padding: 20px;
        background: white;
        border-bottom: 1px solid #eee;
    }
    .login-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: var(--primary-color);
        color: white !important;
        text-decoration: none;
        font-size: 16px;
        padding: 12px 20px;
        border-radius: 8px;
        transition: background-color 0.3s ease;
    }
    .login-btn:hover {
        background-color: #0a2260;
    }
    .login-btn img {
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(1);
    }
    .mobile-menu-search {
        padding: 20px;
        background: #f5f5f5;
    }
    .mobile-menu-search .search-bar {
        background: transparent;
        box-shadow: none;
        gap: 5px;
    }
    .mobile-menu-search select,
    .mobile-menu-search input {
        width: 100%;
        background: white;
        border: 1px solid #eee;
        border-radius: 8px;
        height: 50px;
    }
    .mobile-menu-search select {
        width: 75%;
    }
    .mobile-menu-search button {
        width: 40%;
        height: 50px;
        background: var(--secondary-color);
        border-radius: 8px;
    }
    .mobile-menu-nav {
        padding: 0 20px;
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .mobile-menu-nav a {
        display: block;
        color: var(--text-color);
        text-decoration: none;
        font-size: 18px;
        text-align: center;
        border-bottom: 1px solid #eee;
        background: white;
        padding: 15px 24px;
        border-radius: 8px;
    }
    .mobile-menu-nav a:last-child {
        border-bottom: none;
    }
    .mobile-menu-nav .contact-btn {
        background: var(--primary-color);
        color: white !important;
        padding: 15px 24px;
        border-radius: 8px;
        text-align: center;
    }
    .search-filters {
        margin: 20px;
        padding: 20px;
        grid-template-columns: 1fr;
    }
    .search-filters .search-btn {
        grid-column: 1;
    }
    .auction-listings
    {
        padding: 0 20px;
    }
}
.main-content {
    max-width: var(--max-content-width);
    margin: 40px auto;
    padding: 0 20px;
}
.auction-registration {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 32px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.registration-status {
    margin-bottom: 24px;
}
.registration-status h2 {
    color: var(--primary-color);
    margin-bottom: 16px;
}
.status-info {
    display: flex;
    gap: 32px;
    background: var(--background-color);
    padding: 16px;
    border-radius: 8px;
}
.status-item {
    display: flex;
    gap: 8px;
}
.status-label {
    color: #666;
}
.status-value {
    font-weight: 600;
    color: var(--primary-color);
}
.consent-items {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.consent-item {
    display: flex;
    gap: 12px;
    cursor: pointer;
}
.consent-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: var(--primary-color);
}
.registration-button {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 16px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}
.registration-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 58, 98, 0.2);
}
.consent-explanation {
    background: var(--background-color);
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}
.consent-explanation p {
    margin-bottom: 16px;
    line-height: 1.5;
    color: var(--text-color);
}
.consent-explanation p:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .auction-registration {
        padding: 20px;
        margin: 20px;
    }
    .status-info {
        flex-direction: column;
        gap: 12px;
    }
}
.auction-progress {
    background: white;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 32px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.auction-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    gap: 20px;
}
.auction-header h1 {
    font-size: 32px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1.3;
}
.auction-timer {
    background: var(--primary-color);
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 8px 16px rgba(12, 42, 118, 0.2);
}
.bid-section {
    background: var(--background-color);
    padding: 32px;
    border-radius: 16px;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.bid-input {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}
.bid-input input {
    padding: 16px 24px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    width: 100%;
    max-width: 300px;
    font-size: 18px;
    transition: border-color 0.3s ease;
}
.bid-input input:focus {
    border-color: var(--primary-color);
    outline: none;
}
.bid-button {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 16px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.bid-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 58, 98, 0.2);
}
.bids-table {
    width: 100%;
    border-spacing: 0;
    margin-top: 32px;
}
.bids-table th {
    text-align: left;
    padding: 20px;
    background: var(--background-color);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
}
.bids-table th:first-child {
    border-radius: 12px 0 0 12px;
}
.bids-table th:last-child {
    border-radius: 0 12px 12px 0;
}
.bids-table td {
    padding: 20px;
    border-bottom: 1px solid #eee;
    color: var(--text-color);
}
@media (max-width: 768px) {
    .auction-progress {
        padding: 24px;
    }
    .auction-header {
        flex-direction: column;
        text-align: center;
    }
    .auction-header h1 {
        font-size: 24px;
    }
    .auction-timer {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }
    .bid-section {
        flex-direction: column;
        padding: 24px;
    }
    .bid-input {
        flex-direction: column;
        width: 100%;
    }
    .bid-input input {
        max-width: 100%;
    }
    .bid-button {
        width: 100%;
    }
    .bids-table {
        display: block;
        overflow-x: auto;
    }
    .bids-table th,
    .bids-table td {
        padding: 16px;
        font-size: 14px;
    }
}
.countdown-section {
    background: white;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 32px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    text-align: center;
}
.countdown-header {
    margin-bottom: 40px;
}
.countdown-header h1 {
    font-size: 32px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1.3;
    margin-bottom: 16px;
}
.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 40px 0;
}
.countdown-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
}
.countdown-value {
    font-size: 48px;
    font-weight: 600;
    color: var(--secondary-color);
    background: var(--background-color);
    padding: 24px;
    border-radius: 16px;
    min-width: 120px;
    margin-bottom: 8px;
}
.countdown-label {
    font-size: 16px;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.auction-start-info {
    background: var(--background-color);
    padding: 32px;
    border-radius: 16px;
    margin-top: 40px;
}
.start-date {
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 16px;
}
.notify-button {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 16px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 24px;
}
.notify-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 58, 98, 0.2);
}
@media (max-width: 768px) {
    .countdown-section {
        padding: 24px;
    }
    .countdown-header h1 {
        font-size: 24px;
    }
    .countdown-timer {
        flex-wrap: wrap;
        gap: 16px;
    }
    .countdown-block {
        min-width: 80px;
    }
    .countdown-value {
        font-size: 32px;
        padding: 16px;
        min-width: 80px;
    }
    .countdown-label {
        font-size: 14px;
    }
    .start-date {
        font-size: 20px;
    }
}
.auction-detail {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.property-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}
.main-image-container {
    width: 100%;
    height: 600px;
    border-radius: 15px;
    overflow: hidden;
}
.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.thumbnail-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}
.thumbnail-scroll::-webkit-scrollbar {
    display: none; 
}
.thumbnail-grid {
    display: flex;
    gap: 15px;
    padding: 5px;
}
.thumbnail {
    width: 200px;
    height: 150px;
    flex-shrink: 0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.thumbnail:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.tab-content {
    display: none;
    padding: 20px 0;
}
.tab-content.active {
    display: block;
}
@media (max-width: 768px) {
    .main-image-container {
        height: 300px;
    }
    .thumbnail {
        width: 150px;
        height: 100px;
    }
    .tab-button {
        padding: 12px 20px;
        font-size: 14px;
    }
}
.property-info {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}
.info-section h2 {
    color: var(--primary-color);
    margin-bottom: 20px;
}
.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}
.info-item {
    background: var(--background-color);
    padding: 15px;
    border-radius: 8px;
}
.info-label {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 5px;
}
.info-value {
    font-weight: 600;
    color: var(--primary-color);
}
@media (max-width: 768px) {
    .property-images {
        grid-template-columns: 1fr;
    }
    .property-info {
        grid-template-columns: 1fr;
    }
    .info-grid {
        grid-template-columns: 1fr;
    }
}
.info-section:last-child .info-grid {
    display: flex;
    flex-direction: column;
}
.info-section:last-child .info-item {
    width: 100%;
}
.auction-tabs {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.tabs-nav {
    display: flex;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 2px;
}
.tab-button {
    padding: 0px;
    padding-right:20px;
    border: none;
    background: none;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
}
.tab-button:hover {
    color: var(--secondary-color);
}
.tab-button.active {
    color: var(--primary-color);
}
.tab-content {
    display: none;
    padding: 20px 0;
}
.tab-content.active {
    display: block;
}
.documents-list {
    list-style: none;
}
.documents-list li {
    margin-bottom: 15px;
}
.documents-list a {
    color: var(--primary-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
.steps-list {
    list-style: none;
    counter-reset: steps;
    padding-left: 20px;
    padding-top:10px;
}
.steps-list li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
}
.steps-list li::before {
    counter-increment: steps;
    content: counter(steps);
    position: absolute;
    left: -20px;
    width: 24px;
    height: 24px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.contact-card {
    background: var(--background-color);
    padding: 20px;
    border-radius: 15px;
}
@media (max-width: 768px) {
    .auction-tabs {
        padding: 20px;
    }
    .tab-button {
        padding: 12px 20px;
    }
    .contact-grid {
        grid-template-columns: 1fr;
    }
}
.tabs-nav {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.tabs-wrapper {
    display: flex;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.thumbnail-scroll {
    position: relative;
    padding: 0 40px;
    margin: 20px 0;
    width: 100%;
}
.tabs-wrapper, .thumbnail-grid {
    position: relative;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.tabs-wrapper::-webkit-scrollbar,
.thumbnail-grid::-webkit-scrollbar {
    display: none;
}
.slider-container {
    width: 100%;
    position: relative;
}
.slider-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 15px;
    gap: 15px;
}
.slider-track::-webkit-scrollbar {
    height: 12px;
    background: var(--background-color);
    border-radius: 20px;
}
.slider-track::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 20px;
    border: 2px solid var(--background-color);
}
.slider-track::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color);
    cursor: pointer;
}
.slider-track::-webkit-scrollbar-track {
    border-radius: 20px;
    margin: 2px;
}
.registration-form {
    background: white;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 32px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.registration-form h1 {
    color: var(--primary-color);
    margin-bottom: 32px;
    font-size: 32px;
}
.form-grid {
    display: grid;
    gap: 32px;
}
.form-section {
    background: var(--background-color);
    padding: 24px;
    border-radius: 12px;
}
.form-section h2 {
    color: var(--primary-color);
    font-size: 24px;
    margin-bottom: 24px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--text-color);
    font-weight: 500;
}
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="url"] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}
.form-group input:focus {
    border-color: var(--primary-color);
    outline: none;
}
.radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.radio-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.submit-button {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 16px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}
.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 58, 98, 0.2);
}
@media (max-width: 768px) {
    .registration-form {
        padding: 20px;
    }
    .form-section {
        padding: 16px;
    }
    .radio-group {
        flex-direction: column;
    }
}
textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    font-family: inherit;
    resize: vertical;
}
textarea:focus {
    border-color: var(--primary-color);
    outline: none;
}
.form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    background-color: white;
    cursor: pointer;
}
.form-group select:focus {
    border-color: var(--primary-color);
    outline: none;
}
.bottom-margin {
    margin-bottom: 20px;
}
.sell-hero {
    background: white;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 32px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.sell-hero h1 {
    color: var(--primary-color);
    font-size: 36px;
    margin-bottom: 24px;
    line-height: 1.4;
}
.sell-hero h2 {
    color: var(--secondary-color);
    font-size: 28px;
}
.sell-partner {
    background: white;
    border-radius: 15px;
    padding: 32px;
    margin-bottom: 32px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.sell-partner h2 {
    color: var(--primary-color);
    font-size: 24px;
}
.sell-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}
.sell-benefit-box {
    background: white;
    border-radius: 15px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.sell-benefit-box h3 {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 1.4;
}
.sell-experience {
    background: white;
    border-radius: 15px;
    padding: 32px;
    margin-bottom: 32px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.sell-experience p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.6;
}
.sell-process {
    background: white;
    border-radius: 15px;
    padding: 32px;
    margin-bottom: 32px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.sell-process h2 {
    color: var(--primary-color);
    margin-bottom: 24px;
    font-size: 24px;
}
.sell-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sell-step {
    background: var(--background-color);
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.4;
}
.sell-contact {
    background: white;
    border-radius: 15px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.sell-contact h2 {
    color: var(--secondary-color);
    font-size: 24px;
    margin-bottom: 24px;
}
.sell-contact p {
    margin-bottom: 16px;
    font-size: 18px;
}
.sell-contact a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}
.sell-contact a:hover {
    text-decoration: underline;
}
.career-content {
    background: white;
    border-radius: 15px;
    padding: 32px;
    margin-bottom: 32px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.career-section {
    margin-bottom: 40px;
}
.career-section h2 {
    color: var(--primary-color);
    font-size: 24px;
    margin-bottom: 24px;
}
.career-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.career-list li {
    background: var(--background-color);
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .career-section h2 {
        font-size: 20px;
    }
    .career-list li {
        padding: 12px 16px;
        font-size: 14px;
    }
}
.contact-section {
    background: white;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 32px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.headquarters {
    margin-bottom: 40px;
    text-align: center;
}
.headquarters h1 {
    color: var(--primary-color);
    margin-bottom: 20px;
	font-size: 36px;
}
.headquarters a {
    color: var(--primary-color);
    text-decoration: none;
}
.headquarters a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}
.contact-card a {
    color: var(--primary-color);
    text-decoration: none;
}
.contact-card a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}
.specialists {
    margin-bottom: 40px;
}
.specialists h2 {
    color: var(--primary-color);
    margin-bottom: 30px;
    text-align: center;
}
.region {
    margin-bottom: 40px;
}
.region h3 {
    color: var(--secondary-color);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--background-color);
}
.company-info {
    background: var(--background-color);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}
.info-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    margin-top: 20px;
}
.info-card h3 {
    color: var(--primary-color);
    margin-bottom: 20px;
}
.info-card h4 {
    color: var(--secondary-color);
    margin: 20px 0 10px;
}
.info-card a {
    color: var(--primary-color);
    text-decoration: none;
}
.info-card a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}
@media (max-width: 768px) {
    .contact-section {
        padding: 20px;
    }
    .headquarters h1 {
        font-size: 24px;
    }
    .specialists h2 {
        font-size: 20px;
    }
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 40px 0;
}
.pagination a {
    color: var(--text-color);
    padding: 12px 20px;
    text-decoration: none;
    background-color: white;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.pagination a.active {
    background-color: var(--primary-color);
    color: var(--light-text-color);
}
.pagination a:hover:not(.active) {
    background-color: #e0e0e0;
    transform: translateY(-2px);
}
.pagination-arrow {
    font-weight: bold;
    color: var(--primary-color) !important;
}
@media (max-width: 768px) {
    .pagination {
        gap: 8px;
        margin: 20px;
    }
    .pagination a {
        padding: 8px 16px;
    }
}
.login-form {
    background: white;
    border-radius: 15px;
    padding: 40px;
    margin: 40px auto;
    max-width: 500px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.login-form h1 {
    color: var(--primary-color);
    margin-bottom: 32px;
    text-align: center;
}
.form-links {
    display: flex;
    justify-content: space-between;
    margin: 24px 0;
}
.form-links a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}
.form-links a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}
@media (max-width: 768px) {
    .login-form {
        padding: 24px;
    }
    .form-links {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}
.site-footer {
    background-color: var(--primary-color);
    color: var(--light-text-color);
    padding: 60px 0 40px;
    margin-top: 80px;
}
.footer-content {
    max-width: var(--max-content-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 0 20px;
}
.footer-logo {
    width: 200px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}
.footer-section p {
    margin-bottom: 8px;
}
.footer-section h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}
.footer-links {
    list-style: none;
}
.footer-section a:hover {
    opacity: 0.8;
}
.footer-links li {
    margin-bottom: 12px;
}
.footer-section a {
    color: var(--light-text-color);
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.footer-author {
    opacity: 0.3;
    text-align: center;
}
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    .footer-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}