﻿/* Fallback for Rubik if Inter is not loaded or as an alternative */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

html {
    -webkit-text-size-adjust: 100%;
    scrollbar-color: #6a62fe rgba(106, 98, 254, 0.1);
    scrollbar-width: thin;
}


:root {
    --primary-color: #6366F1;
    --accent-color: #3f83f8;
    --highlight-color: #6c5ce7;
    --link-color: #2563eb;
    --text-color: #333;
    --gray: #808080;
    --light-gray: #f0f0f0;
    --bg-color: #fff;
    /* Consistent highlight color */
    --main-highlight-color: #6a62fe;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
}

body {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--bg-color);
    color: var(--text-color);
    font-size: 16px;
}

.header {
    margin-top: 10px;
}
/*header section*/
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 0;
}

.header-content h4 a {
    font-size:17px;
    color:#333333;
    text-transform: uppercase;
}
.logo img {
    height: 5.875rem;
    width: 1.938rem;
}

.logo,
.h3 {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 0.625rem;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-container {
    position: relative;
    display: flex;  
    align-items: center;
    width: 23rem;
    max-width: 102%;
/*    border: 1px solid black;*/
    border-radius: 0.5625rem;
    background-color: #fff;
/*    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);*/
}

.search-input {
    border-radius: 7px;
    padding: 8px;
    width: 100%;
    border: 1px solid black;
    font-size: 14px;
    padding-right: 42px;
    outline: none;
}

.search-icon {
    position: absolute;
    color: #6a62fe;
    font-size: 1.25rem;
    margin-left: 0.75rem;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    background-color:white;
    border:none;
}

.search-btn-icon {
    background: #003b5c;
    color: white;
    padding: 8px 10px;
    border-radius: 5px;
    display: none;
}

input:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: black !important;
}

.dropdown-container {
    position: relative;
    display: inline-block;
}

#dropdownBtn {
    border: none;
    background-color: white;
    cursor: pointer;
}

.menu-dropdown {
    /* display: none; */
    width: 160px;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 5px;
    flex-direction: column;
    gap: 15px;
    border-radius: 14px;
    z-index: 2;
    right: 0;
    top: 50px;
}

    .menu-dropdown a {
        text-decoration: none;
        color: black;
    }

@media (max-width: 1024px) {
    .container {
        padding: 0 2rem;
    }

/*    .search-container {
        display: none;
    }*/

    .search-btn-icon {
        display: none;
    }

    #mainContainer {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {

    #mainContainer {
        margin-top : 0px;

    }

    .container {
        margin-top: 0px;
    }

    .container  .main-section {
        padding: 0rem;
    }

    .container .section-header {
        margin-top: 2rem;
    }

    .container .categories {
        padding-top: 0rem;
    }

    .header-content {
        gap: 1rem;
    }

    .search-container {
        width: 22rem;
    }

    .search-icon {
        font-size: 1.1rem;
        margin-left: 0.6rem;
    }

    .header-right {
        justify-content: end;
    }

    .menu-dropdown {
        left: -141px;
        top: 60px;
    }

    .article-container .article-class h2 {
        padding-top: 1.5rem;
    }

    .article-class .articles{
        padding-bottom:0px;
    }

    .trade-article h2{
        padding-top: 2rem;
    }

    .container .section-title {
        margin-top: 1rem;
    }

    .image-container {
        margin: 2rem;
    }
    .image-container .hero-img-absolute {
        height: 100%;
        top: -16px;
        left: -13px;
    }
    .image-container .main-image {
        border-top-left-radius: 28%;
        border-bottom-right-radius: 28%;
    }
}

@media (max-width: 768px) {
    .search-container {
        width: 13rem;
    }

    #mainContainer {
        margin-top: 0px;
    }
}

@media (max-width: 480px) {

    .search-container {
        width: 95%;
        position: absolute;
        background-color: white;
        /* border: 1px solid black;
        border-radius: 14px;*/
        top: 50px;
        display: block;
        margin: 8px;
        left: 0px;
        border: 0;
    }

    .search-container button{
        top:24px;
    }

    .Trending-section .text-left {
        gap: 0.9rem;
    }

    .container:first-of-type {
        padding: 13px 0.5rem 0px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .container:nth-of-type(3) {
        padding: 20px 10px 0 10px;
    }

    .article-container {
        margin-top: -27px;
    }

    .article-container .articles{
        padding-bottom:1rem;
    }
    .fa-solid, .fas {
        font-weight: 900;
        margin-top: -6px;
    }

    .container:nth-of-type(6) .section-title {
        margin-top: 1rem;
    }

    .image-container .hero-img-absolute-bottom {
        height: 2.375rem;
        width: 2.375rem;
        bottom: -13px;
        left: -16px;
        /* display: none; */
    }
    .image-container .hero-img-absolute {
        height: 100%;
        top: -12px;
        left: -9px;
    }
    .image-container .main-image {
        border-top-left-radius: 26%;
        border-bottom-right-radius: 30%;
    }

    .Trending-section .img-box {
        height: 2.375rem;
        width: 2.375rem;
        bottom: -1.25rem;
        left: -17px;
    }
}



/* Container */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 5.25rem;
    width: 100%;
}

#mainContainer {
    margin-top: 40px;
}
.number-button {
    cursor: pointer;
}

.number-container .dark {
    font-weight: bold;
    color: #6a62fe;
}

.menu-dropdown {
    display: none;
    width: 160px;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 5px;
    flex-direction: column;
    gap: 15px;
    border-radius: 14px;
    z-index: 2;
    right: 0;
    top: 50px;
}


.main-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 4.375rem 0;
    font-size: 1.15rem;
}

.content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 24px;
}

.article-description, #article-link, .number-container {
    margin-top: 2rem;
}


.content-left h1 a,
.card-1 h4,
.mansh-content h4,
.article-card h4,
.Top span {
    color: black;
}

.main-section h1 {
    font-size: 31px;
    transition: color 0.3s ease;
}

.main-section h6 {
    color: #666;
    font-weight: 500;
}

.show {
    display: flex;
}

#dropdownBtn i,
.art-dark {
    color: var(--main-highlight-color);
}

/* Button */
.read-more-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #003b5c;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 10px;
    font-size: 1rem;
    cursor: pointer;
    width: 9rem;
    white-space: nowrap;
}

.text,
.icon {
    color: white;
}

.read-more-btn:hover {
    background: var(--main-highlight-color);
}

.read-more-btn .text {
    font-weight: bold;
}

.read-more-btn .icon {
    background: var(--main-highlight-color);
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
}

.number-container {
    display: flex;
    align-items: center;
    gap: 1.125rem;
}

/* Image Styling */
.image-container,
.hotel-pic {
    position: relative;
}

.hero-img-absolute {
    position: absolute;
    /*    height: 150%;*/
    height: 33.5rem;
    width: 100%;
    border: 2px solid var(--main-highlight-color);
    border-top-left-radius: 28%;
    border-bottom-right-radius: 28%;
    left: -14px;
    top: -70px;
    z-index: 1;
}

.main-image {
    object-fit:cover;
    width: 100%;
    left: 5px;
/*    height: 150%;*/
    height: 33.5rem;
    display: block;
    border-top-left-radius: 26%;
    border-bottom-right-radius: 26%;
    transition: transform 0.5s ease, box-shadow 0.3s ease;
    position: relative;
    margin-top: -51px;
}

.main-image:hover,
.total-card:hover,
.article-card img:hover {
    transform: scale(1.05);
}

/* Articles Section */
.articles-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.left-artical,
.right-artical {
    width: 100%;
}

.section-header {
/*    margin-top: 7.5rem;*/
    margin-bottom: 2rem;
}

.section-header span {
    color: var(--main-highlight-color);
}

.section-header h4 {
    font-size: 1.7rem;
}

.articles-grid,
.f-Article {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
    gap: 1.25rem;
}

.card-1 img {
    width: 100%;
    height: 11.25rem;
    border-radius: 0.625rem;
    object-fit: cover;
    transition: transform 0.5s ease, box-shadow 0.3s ease;
}

.card-1 a {
    display: grid;
    gap: 19px;
}

.card-1 span {
    color: var(--gray);
    transition: color 0.3s ease;
    font-weight: bold;
}

.card-1 span:hover,
.card span:hover,
.card h4:hover,
.mansh-content span:hover,
.mansh-content h4:hover,
.inner h3:hover,
.article-card h4:hover,
.card-1 h4:hover,
.card-desc:hover,
.content-left h1 a:hover,
.menu-dropdown a:hover {
    color: var(--main-highlight-color);
}

.card-1 img:hover,
.mansh img:hover,
.card img:hover {
    transform: scale(1.05);
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
}

.mansh {
    padding-top: 61px;
}

.mansh a {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 28px;
}

.mansh img {
    width: 100%;
    max-width: 100%;
    height: 7.5rem;
    border-radius: 0.625rem;
    object-fit: cover;
    transition: transform 0.5s ease, box-shadow 0.3s ease;
}

.mansh-content,
.inner {
    display: grid;
    gap: 0.625rem;
}

.mansh-content span {
    color: gray;
    font-weight: bold;
}

.card {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 20px;
    margin-bottom: 39px;
}

.right-text {
    display: grid;
    gap: 12px;
}

.card img {
    width:13rem;
    height: 7.5rem;
    border-radius: 0.625rem;
    object-fit: cover;
    transition: transform 0.5s ease, box-shadow 0.3s ease;
}

.card h4,
.card span {
    font-weight: bold;
    color: black;
}

.card span,
.mansh-content a {
    color: #999;
    transition: color 0.3s ease;
    font-weight: bold;
}

/* Categories */
.categories {
    margin-bottom: 3.125rem;
    padding-top: 3.5625rem;
}

.categories h2 {
    font-size: 1.5rem;
    margin-bottom: 1.625rem;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
}

.Top {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1rem;
    padding: 10px;
    border: 2px solid #eee;
    border-radius: 0.625rem;
    transition: transform 0.3s ease, color 0.3s ease;
}

.Top img {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
}

.Top span {
    font-weight: 600;
}

.Top:hover {
    transform: scale(1.05);
    color: var(--main-highlight-color);
}

.bold {
    font-weight: 700;
}

.highlight,
.art-color {
    color: #7b61ff;
    /* Consider using a variable if this is a primary highlight */
}

.dark {
    color: var(--highlight-color) !important;
}

.articles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.25rem;
    padding-bottom: 3rem;
}

.article-container {
    background-color: #f9f9ff;
    width: 100%;
    padding: 0 1.25rem;
}

.article-container h2 {
    padding-top: 3.5rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.Latest,
.art-color {
    font-size: 1.5rem;
}

.article-card {
    position: relative;
    min-width: 15.625rem;
    text-align: center;
    margin-bottom: 3.125rem;
}

.article-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.6875rem;
    transition: transform 0.5s ease, box-shadow 0.3s ease;
}

.article-card h4 {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.875rem;
    position: absolute;
    background-color: white;
    padding: 0.9375rem;
    bottom: -3rem;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
}

.article-card span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4.6875rem;
    background-color: var(--main-highlight-color);
    color: white;
    padding: 10px 17px;
    border-radius: 0.625rem;
}

.trade-article {
    padding-top: 3.5rem;
}

.art-light,
.art-dark {
    font-size: 1.5rem;
}

.Trending-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 3.375rem 0;
    font-size: 1.15rem;
}

.text-left {
    display: grid;
    gap: 2.5rem;
}

.inner h3 {
    font-size: 1rem;
    color: black;
}

.Trending-section h6 {
    color: #8a8585;
}

.inner-2 {
    display: flex;
    gap: 5rem;
    justify-content: end;
    /*    grid-template-columns: 1fr auto;
    align-items: center;
    width: 100%;
    padding: 0.625rem;*/
}

.nav-button {
    background: none;
    border: none;
    color: #aaa;
    font-size: 1.1875rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.nav-button:hover {
    color: black;
}

.hero-img-absolute-bottom {
    position: absolute;
     left: -2rem; 
    bottom: -1rem;
    height: 4.375rem;
    width: 4.375rem;
    background-color: var(--main-highlight-color);
    border-top-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

.img-box {
    position: absolute;
    left: 0.75rem;
    bottom: 1.75rem;
    height: 4.375rem;
    width: 4.375rem;
    background-color: var(--main-highlight-color);
    border-top-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

/*.hero-img-absolute-bottom {
    left: -2rem;
}*/

.hotel-pic img {
    position: absolute;
    top: -43px;
    width: 100%;
    height: 96%;
    left: 25px;
    display: block;
    border-top-left-radius: 27%;
    border-bottom-right-radius: 27%;
}

.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.875rem;
}

.section-title span {
    color: var(--main-highlight-color);
    font-weight: bold;
}


.total-card {
    border-radius: 0.75rem;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease;
}

.total-card img {
    width: 100%;
    height: 11.25rem;
    object-fit: cover;
    border-radius: 0.75rem;
    transition: transform 0.5s ease, box-shadow 0.3s ease;
}

.card-list {
    padding: 1rem;
}

.card-desc {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: black;
}

.read-only {
    font-size: 0.875rem;
    color: #bbb;
    font-weight: bold;
}

.indicator {
    display: grid;
    place-items: center;
    margin-top: 1.875rem;
}


@media (max-width: 1024px) {

    .hero-img-absolute-bottom {
        position: absolute;
        /* left: -1.75rem; */
/*        bottom: 0.25rem;*/
        bottom: -20px;
        /*        bottom: -1rem;*/
        height: 4.375rem;
        width: 4.375rem;
        background-color: var(--main-highlight-color);
        border-top-left-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    /* 

    .search-container {
        display: none;
    }


    .search-btn-icon {
        display: block;
    } */


    .main-section {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0rem 0;
    }

    .hero-img-absolute {
        height: 100%;
        top: -24px;
        left: -21px;
    }

    .main-image {
        height: 100%;
        width: 100%;
        margin-top:0px;
/*        top:3rem;*/
        /* padding-right: 9px; */
    }

    .hotel-pic img {
        width: 100%;
        left: 0;
        top: 0;
        position: relative;
        height: auto;
    }

    .articles {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.25rem 1rem;
        padding-bottom: 3rem;
    }

    .articles-section {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .right-artical {
        display: grid;
        gap: 0rem 1.25rem;
        grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
    }

    .section-header {
        margin-top: 4rem;
    }

    .articles-grid,
    .f-Article {
        grid-template-columns: repeat(auto-fit, minmax(1rem, 1fr));
    }

    .mansh a {
        gap: 1rem;
    }

    .mansh img {
        height: 10rem;
    }

    .card {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .card img {
        width: 100%;
        height: 7.5rem;
        border-radius: 0.625rem;
        object-fit: cover;
        transition: transform 0.5s ease, box-shadow 0.3s ease;
    }

    .Trending-section {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 2.5rem 0;
    }

    .cards {
        display: grid;
        gap: 1.25rem;
    }

    .Top {
        padding: 0 1.5rem;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem;
        text-align: center;
    }

    .footer-logo {
        padding-left: 0;
        justify-content: center;
    }

    .footer-links {
        grid-template-columns: repeat(auto-fit, minmax(80px, auto));
        justify-content: center;
        padding-right: 0;
    }

    .article-card h4 {
        bottom: -2rem;
        padding: 1rem;
    }

    .article-card span {
        bottom: -3.5rem;
        padding: 0.6rem 1rem;
    }

    .inner-2 {
        display: flex;
        gap: 3rem;
    }


    .img-box {
        position: absolute;
        left: -1.25rem;
        bottom: -30px;
    }

    .section-title {
        margin-top: 3rem;
    }
}


@media (max-width: 768px) {
    body {
        font-size: 15px;
    }

    /* .container {
        padding: 0 1rem;
    }

    .header-content {
        gap: 1rem;
    }

    .search-container {
        width: 100%;
    }

    .search-icon {
        font-size: 1.1rem;
        margin-left: 0.6rem;
    }

    .header-right {
        justify-content: end;
    }

    .menu-dropdown {
        left: -141px;
        top: 60px;
    } */

    .container {
        padding: 0px 10px;
    }

    .main-section {
        padding: 2rem 0;
        font-size: 1rem;
    }

    .main-section h1 {
        font-size: 24px;
    }

    .hero-img-absolute {
        width: 100%
    }

    .main-image {
        margin-top: 0;
    }

    .read-more-btn {
        padding: 0.4rem 8px;
        font-size: 0.9rem;
        width: 8.5rem;
    }

    .section-header h4 {
        font-size: 1.5rem;
    }

    .container:nth-of-type(4), .f-Article {
        grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    }

    .articles-grid,
    .f-Article,
    .cards,
    .articles {
        display: grid;
        gap: 1.25rem 1rem;
        /* grid-template-columns: 1fr;*/
        /* Single column layout for all grids */
    }

    .mansh img,
    .card img {
        width: 100%; 
        height: 100px;
    }

    .card {
        /* grid-template-columns: auto 1fr;*/
        gap: 15px;
        align-items: center;
    }

    .cards{
        display:grid;
    }
    .article-card {
        margin-bottom: 5rem;
    }

    .article-card h4 {
        bottom: -2rem;
        font-size: 0.9rem;
        padding: 1rem;
    }

    .article-card span {
        bottom: -3.5rem;
        padding: 11px 19px;
        font-size: 0.8rem;
    }

    .img-box,
    .hero-img-absolute-bottom {
        height: 3.375rem;
        width: 3.375rem;
        bottom: -1.25rem;
        left: -26px;
        /* display: none; */
    }

    .Trending-section .hotel-pic {
        margin: 0 2rem;
    }

    .footer-top {
        padding: 1rem 0.5rem;
    }

    .footer-links {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 480px) {
    body {
        width: 100%;
        min-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        background: var(--bg-color);
        color: var(--text-color);
        font-size: 16px;
        /*    
        font-size: 14px;*/
        margin-top: -2rem;
    }

    .header{
        margin-top:30px;
    }

    #mainContainer {
        margin-top: 22px;
    }

    .menu-dropdown {
        top: 26px;
    }

    .hero-img-absolute {
        top: 12px;
        left: -9px;
    }
    .search-btn-icon {
        display: block;
    }
    .container {
        padding: 33px 10px 0 10px;
        margin-top: -1rem;   
    }

    .header-right {
        width: 0;
    }
    .right-artical {
        display: grid
    }

    .inner-2 {
        display: flex;
        gap: 9.4rem;
    }

    .left-artical .articles-grid {
        display: flex;
        flex-direction: column;
        gap:25px;
    }

    .card-1 span {
        margin-top: -10px;
    }


    .mansh img, .card img {
         width: 100%; 
        height: 11.25rem;
    }

    .mansh {
        padding-top: 27px;
    }

    .mansh a {
        display: flex;
        flex-direction: column;
    }

    .image-container, .hotel-pic {
        margin: 0 1rem 0 1rem;
    }

    .main-section{
        padding: 0 0;
    }
    .Trending-section {
        padding: 23px 0;
    }

    .categories{
        padding-top:0;
    }

    /* .search-container {
        width: 85%;
        position: absolute;
        background-color: white;
        border: 1px solid black;
        border-radius: 14px;
        top: 70px;
    }

    .container {
        padding: 13 0.5rem;
    }

    .search-container {
        display: none;
    } */
    .main-section h1 {
        font-size: 20px;
    }

    .read-more-btn {
        font-size: 0.85rem;
        padding: 0.3rem 6px;
        width: 8rem;
    }

    .section-header h4 {
        font-size: 1.3rem;
    }

    .article-container h2 {
        padding-top: 0.5rem;
    }

    .articles-section{
        gap: 2rem;
    }

    .article-card h4 {
        font-size: 0.8rem;
        bottom: -2rem;
    }

    .article-card span {
        font-size: 0.7rem;
        bottom: -3.5rem;
    }

/*    .right-artical{
        gap:0;
    }*/

    .footer-top {
        margin-top: 0;
    }

    .footer-top .footer-links {
        flex-direction: column;
/*        gap: 7rem;*/
    }
}


/*footer section*/

footer {
    background-color: #1e1e1e;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.66rem 2.5rem;
    gap: 1.25rem;
/*    margin-top: 76px;*/
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.325rem;
    font-weight: bold;
    letter-spacing: 0.0625rem;
    padding-left: 12%;
}

.footer-logo img {
    width: 1.5rem;
    height: 1.5rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    padding-right: 7%;
}

.footer-links span {
    font-weight: bold;
}

.footer-bottom {
    background-color: #003a5d;
    text-align: center;
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
}
.footer-bottom a{
    color : white;
}

.footer-top a {
    color: white;
}

/* Tablet (≤1024px) */
@media (max-width: 1024px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.25rem;
        gap: 1.5rem;
    }

    .footer-logo {
        padding-left: 0;
        justify-content: center;
    }

    .footer-links {
        justify-content: center;
        padding-right: 0;
    }
}

/* Mobile (≤768px) */
@media (max-width: 768px) {
    .footer-top {
        padding: 1rem;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
}