/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

.container {
    max-width: 1820px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Top Navigation Bar */
.top-nav {
    background-color: #033490;
    height: 100px;
    display: flex;
    align-items: center;
}

.top-menu {
    display: flex;
    justify-content: center;
    gap: 150px;
}

.top-menu-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
}

.top-menu-link:hover {
    opacity: 0.8;
}

/* Main Header */
.header {
    background-color: #ffffff;
    padding: 25px 0;
}

.header .container {
    border-bottom: 3px solid #033490;
    padding-bottom: 25px;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1524px;
    margin: 0 auto;
}

/* Logo */
.logo {
    flex-shrink: 0;
    width: 230px;
}

.logo img {
    width: 100%;
    height: auto;
}

/* Catalog Dropdown */
.catalog-dropdown {
    flex-shrink: 0;
    margin-left: 40px;
}

.catalog-btn {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 200px;
    height: 50px;
    padding: 20px;
    background-color: #f5f6f1;
    border: none;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    transition: all 0.3s ease;
}

.catalog-btn:hover {
    background-color: #e8e9e4;
}

.dropdown-arrow {
    width: 12px;
    height: 12px;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transform: rotate(-45deg);
    margin-top: -4px;
}

/* Search Bar */
.search-bar {
    flex-shrink: 0;
    display: flex;
    width: 610px;
    margin-left: 30px;
}

.search-input {
    flex: 1;
    padding: 15px 20px;
    border: 2px solid #033490;
    border-right: none;
    border-radius: 0;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    height: 50px;
}

.search-input:focus {
    border-color: #033490;
}

.search-btn {
    width: 100px;
    height: 50px;
    padding: 0;
    background-color: #033490;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}

.search-btn:hover {
    background-color: #022670;
}

.search-btn svg {
    width: 24px;
    height: 24px;
}

/* Header Actions */
.header-actions {
    display: flex;
    gap: 40px;
    flex-shrink: 0;
    margin-left: 95px;
}

.header-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    transition: opacity 0.3s ease;
}

.header-action:hover {
    opacity: 0.7;
}

.header-action img {
    width: 24px;
    height: 24px;
}

.header-action span {
    font-size: 12px;
    color: #000000;
}

.header-action .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #FF1493;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    line-height: 1.2;
}

/* Main Content */
.main-content {
    min-height: 500px;
    padding: 0;
}

/* Footer */
.footer {
    background-color: #033490;
    color: #ffffff;
    padding: 0;
}

/* Footer Top Row */
.footer-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 46px 150px;
}

.footer-logo img {
    width: 180px;
    height: auto;
    object-fit: contain;
}

.footer-email {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-email img {
    width: 70px;
    height: auto;
    object-fit: contain;
}

.footer-email span {
    font-size: 40px;
    font-weight: 500;
}

.footer-hours {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-hours p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #c1c8df;
}

.footer-hours p:first-child {
    font-weight: 600;
}

/* Horizontal Divider */
.footer-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
}

/* Footer Bottom Row - Three Columns */
.footer-bottom-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 150px 80px 150px;
}

.footer-column-left,
.footer-column-middle,
.footer-column-right {
    flex: 1;
}
.footer-column-left{
    margin-right: 260px;
}
.footer-column-middle{
    margin-left: 80px;
}
.footer-column-right{
    margin-left: 140px;
}
/* Left Column - Subscribe */
.footer-column-left p {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 120px;
}

.footer-social {
    display: flex;
    gap: 20px;
    align-items: center;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    transition: all 0.3s ease;
    border-radius: 15px;
}

.social-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.social-link img {
    width: 80px;
    height: 80px;
}

/* Middle and Right Columns */
.footer-column-middle h4,
.footer-column-right h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff;
}

.footer-column-middle ul,
.footer-column-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column-middle ul li,
.footer-column-right ul li {
    margin-bottom: 12px;
}

.footer-column-middle ul li a,
.footer-column-right ul li a {
    font-size: 16px;
    color: #ffffff;
    transition: opacity 0.3s ease;
}

.footer-column-middle ul li a:hover,
.footer-column-right ul li a:hover {
    opacity: 0.7;
}

/* Vertical Dividers */
.footer-vertical-divider {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    align-self: stretch;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .container {
        padding: 0 30px;
    }

    .header-content {
        max-width: 100%;
    }

    .top-menu {
        gap: 80px;
    }

    .header-actions {
        margin-left: 40px;
    }

    .footer-top-row,
    .footer-bottom-row {
        padding-left: 80px;
        padding-right: 80px;
    }

    .footer-column-left {
        margin-right: 150px;
    }

    .footer-column-middle {
        margin-left: 40px;
    }

    .footer-column-right {
        margin-left: 80px;
    }
}

@media (max-width: 1200px) {
    .top-menu {
        gap: 50px;
    }

    .catalog-dropdown {
        margin-left: 20px;
    }

    .search-bar {
        width: 450px;
        margin-left: 20px;
    }

    .header-actions {
        margin-left: 20px;
        gap: 20px;
    }

    .footer-top-row,
    .footer-bottom-row {
        padding-left: 40px;
        padding-right: 40px;
    }

    .footer-email span {
        font-size: 32px;
    }

    .footer-column-left {
        margin-right: 80px;
    }

    .footer-column-middle {
        margin-left: 20px;
    }

    .footer-column-right {
        margin-left: 40px;
    }
}

@media (max-width: 992px) {
    .top-nav {
        height: auto;
        padding: 15px 0;
    }

    .top-menu {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .top-menu-link {
        font-size: 14px;
    }

    .header-content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .logo {
        width: 180px;
    }

    .catalog-dropdown {
        margin-left: 0;
        order: 2;
    }

    .search-bar {
        order: 4;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .header-actions {
        order: 3;
        margin-left: 0;
        gap: 30px;
    }

    /* Footer */
    .footer-top-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .footer-bottom-row {
        flex-direction: column;
        gap: 40px;
        align-items: center;
        text-align: center;
    }

    .footer-vertical-divider {
        display: none;
    }

    .footer-column-left,
    .footer-column-middle,
    .footer-column-right {
        margin: 0;
    }

    .footer-column-left p {
        margin-bottom: 30px;
    }

    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .top-nav {
        padding: 10px 0;
    }

    .top-menu {
        gap: 15px;
    }

    .top-menu-link {
        font-size: 12px;
    }

    .header {
        padding: 15px 0;
    }

    .header .container {
        padding-bottom: 15px;
        border-bottom-width: 2px;
    }

    .logo {
        width: 150px;
    }

    .catalog-btn {
        width: 160px;
        height: 45px;
        font-size: 16px;
        padding: 10px 15px;
    }

    .dropdown-arrow {
        width: 10px;
        height: 10px;
    }

    .search-input {
        padding: 12px 15px;
        height: 45px;
        font-size: 13px;
    }

    .search-btn {
        width: 80px;
        height: 45px;
    }

    .search-btn svg {
        width: 20px;
        height: 20px;
    }

    .header-actions {
        gap: 20px;
    }

    .header-action {
        padding: 5px;
    }

    .header-action img {
        width: 22px;
        height: 22px;
    }

    .header-action span {
        font-size: 11px;
    }

    /* Footer */
    .footer-top-row,
    .footer-bottom-row {
        padding: 30px 20px;
    }

    .footer-logo img {
        width: 140px;
    }

    .footer-email {
        flex-direction: column;
        gap: 10px;
    }

    .footer-email img {
        width: 50px;
    }

    .footer-email span {
        font-size: 24px;
    }

    .footer-hours p {
        font-size: 14px;
    }

    .footer-column-left p {
        font-size: 16px;
    }

    .footer-column-middle h4,
    .footer-column-right h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer-column-middle ul li a,
    .footer-column-right ul li a {
        font-size: 14px;
    }

    .social-link {
        width: 60px;
        height: 60px;
    }

    .social-link img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 576px) {
    .top-menu {
        gap: 10px;
        padding: 0 10px;
    }

    .top-menu-link {
        font-size: 10px;
        white-space: nowrap;
    }

    .logo {
        width: 120px;
    }

    .catalog-btn {
        width: 140px;
        height: 40px;
        font-size: 14px;
        padding: 8px 12px;
    }

    .dropdown-arrow {
        width: 8px;
        height: 8px;
    }

    .search-bar {
        flex-direction: column;
        gap: 0;
    }

    .search-input {
        height: 40px;
        border: 2px solid #033490;
        border-radius: 4px 4px 0 0;
    }

    .search-btn {
        width: 100%;
        height: 40px;
        border-radius: 0 0 4px 4px;
    }

    .header-actions {
        gap: 15px;
        width: 100%;
        justify-content: center;
    }

    .header-action {
        gap: 3px;
    }

    .header-action img {
        width: 20px;
        height: 20px;
    }

    .header-action span {
        font-size: 10px;
    }

    /* Footer */
    .footer-top-row {
        padding: 20px 15px;
    }

    .footer-bottom-row {
        padding: 20px 15px 40px;
    }

    .footer-logo img {
        width: 100px;
    }

    .footer-email img {
        width: 40px;
    }

    .footer-email span {
        font-size: 18px;
    }

    .footer-hours p {
        font-size: 12px;
    }

    .footer-divider {
        margin-bottom: 20px;
    }

    .footer-column-left p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .footer-column-middle h4,
    .footer-column-right h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-column-middle ul li,
    .footer-column-right ul li {
        margin-bottom: 8px;
    }

    .footer-column-middle ul li a,
    .footer-column-right ul li a {
        font-size: 13px;
    }

    .footer-social {
        gap: 12px;
        flex-wrap: wrap;
    }

    .social-link {
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }

    .social-link img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 400px) {
    .logo {
        width: 100px;
    }

    .catalog-btn {
        width: 120px;
        height: 36px;
        font-size: 12px;
    }

    .search-input,
    .search-btn {
        height: 36px;
        font-size: 12px;
    }

    .header-actions {
        gap: 10px;
    }

    .footer-email span {
        font-size: 16px;
    }

    .social-link {
        width: 45px;
        height: 45px;
    }

    .social-link img {
        width: 45px;
        height: 45px;
    }
}
