header.fixed,
header.light {
    background-color: #182937;
}
    header.fixed nav ul li a,
    header.light nav ul li a {
        color: #ffffff;
    }
    header.fixed nav ul,
    header.light nav ul {
        background-color: #182937;
    }


.descriptions-container {
    padding: 80px 0 80px 0;
    width: 100%;
    background-color: #182937;
    color: #ffffff;
}
    .descriptions-container h1 {
        margin-bottom: 20px;
    }

.currency-converter-container {
    padding: 80px 0 80px 0;
    width: 100%;
    background-color: #182937;
}
    .currency-converter-container .section-title {
        margin-bottom: 50px;
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        font-size: 36px;
    }
    .currency-converter-container .currency-converter {
        padding: 40px 0;
        width: 100%;
        max-width: 600px;
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
        border-image-source: linear-gradient(124.27deg, rgba(255, 255, 255, 0.9) 3.26%, rgba(255, 255, 255, 0.25) 95.19%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
        border-radius: 16px;
        border: 1px solid;
        margin: auto;
    }
        .currency-converter-container .currency-converter .convert {
            width: 150px;
        }
            .currency-converter-container .currency-converter .convert .form-group {
                margin-bottom: 0;
            }
                .currency-converter-container .currency-converter .convert .form-group input[type="text"],
                .currency-converter-container .currency-converter .convert .form-group input[type="number"] {
                    text-align: center;
                    border: 2px solid #FFFFFF;
                    background-color: transparent;
                    color: #ffffff;
                    border-radius: 21px;
                }
        .currency-converter-container .currency-converter .currencies {
            display: flex;
            flex-direction: row;
            gap: 26px;
            justify-content: center;
        }
            .currency-converter-container .currency-converter .currencies select {
                flex: 1;
                background: #D9D9D9;
                border-radius: 21px;
                font-size: 16px;
                color: #000000;
                font-weight: normal;

                appearance: none; /* Removes default arrow */
                -webkit-appearance: none;
                -moz-appearance: none;
                background: url('../images/icons/arrow-down.svg') no-repeat right 10px center #D9D9D9;
                background-size: 12px;
                padding: 0 40px 0 30px; /* Ensure space for custom icon */
            }
            .currency-converter-container .currency-converter .currencies .replace {
                width: 60px;
                border: none;
                outline: none;
                background-color: transparent;
                align-self: center;
                cursor: pointer;
            }
                .currency-converter-container .currency-converter .currencies .replace img {
                    width: 100%;
                }
        .currency-converter-container .currency-result {
            margin-top: 16px;
            width: 100%;
            font-size: 36px;
            text-align: center;
            color: #FFFFFF;
        }

.our-values {
    padding: 100px 100px;
    width: 100%;
    position: relative;
    background-color: #182937;
}
@media(max-width: 992px) {
    .our-values {
        padding: 100px 20px;
    }
}
    .our-values .bg-image-container {
        position: absolute;
        /* top: -250px; */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 0;
    }
    @media(max-width: 992px) {
        .our-values .bg-image-container {
            top: 0;
            height: 50%;
        }
    }
    .our-values .section-description-container {
        margin: auto;
        margin-bottom: 100px;
        width: 100%;
        max-width: 800px;
        padding: 20px 100px;
        position: relative;
        border-radius: 30px;
        background-color: rgba(255,255,255,0.5);
        z-index: 1;
    }
    @media(max-width: 992px) {
        .our-values .section-description-container {
            padding: 100px 20px 20px 20px;
            position: relative;
            border-radius: 30px;
            background-color: rgba(255,255,255,0.5);
            z-index: 1;
        }
    }
        .our-values .section-description-container .section-heading {
            color: #182937;
            text-align: center;
        }
        .our-values .section-description-container .description {
            color: #182937;
            text-align: center;
            font-size: 19px;
            line-height: 24px;
        }
        .our-values .section-description-container .our-values-icon {
            width: 160px;
            position: absolute;
            top: -50px;
            right: -70px;
        }
        @media(max-width: 992px) {
            .our-values .section-description-container .our-values-icon {
                top: -80px;
                right: -4px;
            }
        }
            .our-values .section-description-container .our-values-icon img {
                width: 100%;
            }
    .our-values .features-container {
        margin: auto;
        padding: 50px 50px;
        width: 100%;
        max-width: 1000px;
        border-radius: 30px;
        background-color: #F2EEFE;
        display: flex;
        flex-direction: row;
        gap: 40px;
        position: relative;
        z-index: 1;
    }
    @media(max-width: 992px) {
        .our-values .features-container {
            padding: 50px 50px;
            flex-direction: column;
            gap: 20px;
        }
    }
        .our-values .features-container .feature {
            display: flex;
            flex-direction: column;
            gap: 18px;
            align-items: center;
        }
            .our-values .features-container .feature .icon {
                height: 100px;
            }
            .our-values .features-container .feature .title {
                margin-bottom: 0;
                font-weight: bold;
                color: #182937;
            }
            .our-values .features-container .feature .description {
                font-size: 14px;
                line-height: 19px;
                color: #182937;
                text-align: center;
            }

.mercury-layout.hero-main {
    background-image: none !important;
    background-color: #182937;
}
#earth-box-cover .earth-icons .icon-1 {
    top: 150px;
    left: 82px;
}
@media(max-width: 992px) {
    #earth-box-cover .earth-icons .icon-1 {
        top: 86px;
        left: 46px;
    }
}
#earth-box-cover .earth-icons .icon-2 {
    top: 230px;
    right: 64px;
}
@media(max-width: 992px) {
    #earth-box-cover .earth-icons .icon-2 {
        top: 140px;
        right: 38px;
    }
}
#earth-box-cover .earth-icons .icon-3 {
    top: 280px;
    right: 246px;
}
@media(max-width: 992px) {
    #earth-box-cover .earth-icons .icon-3 {
        top: 168px;
        right: 148px;
    }
}
#earth-box-cover .earth-icons .icon-4 {
    top: 86px;
    left: 146px;
}
@media(max-width: 992px) {
    #earth-box-cover .earth-icons .icon-4 {
        top: 78px;
        left: 170px;
    }
}
#earth-box-cover .earth-icons .icon-5 {
    top: 130px;
    right: 144px;
}
@media(max-width: 992px) {
    #earth-box-cover .earth-icons .icon-5 {
        top: 50px;
        right: 166px;
    }
}
#earth-box-cover .earth-icons .icon-6 {
    top: 104px;
    right: 110px;
}
@media(max-width: 992px) {
    #earth-box-cover .earth-icons .icon-6 {
        top: 63px;
        right: 66px;
    }
}

.slider-buttons {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 36px;
}
@media(max-width: 992px) {
    .slider-buttons {
        gap: 10px;
    }
}
.company-button {
    padding: 15px 40px;
    background-color: #D9D9D9;
    border-radius: 32px;
    color: #000000;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
}
.company-button.green {
    background-color: #25D366;
    color: #ffffff;
}
@media(max-width: 992px) {
    .company-button {
        padding: 15px 30px;
        font-size: 14px;
        line-height: 19px;
    }
}
@media(max-width: 992px) {
    .slider-buttons .company-button {
        flex: 1;
    }
}


footer {
    padding: 0;
    display: flex;
    flex-direction: row;
    background-color: #182937;
}
@media(max-width: 992px) {
    footer {
        flex-direction: column;
        gap: 50px;
    }
}
    footer .left {
        margin: 70px 0 30px 70px;
        width: 100%;
        max-width: 500px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    @media(max-width: 992px) {
        footer .left {
            margin: auto;
            margin-top: 100px;
            width: 100%;
        }
    }
        footer .left .logo {
            height: 66px;
        }
        @media(max-width: 992px) {
            footer .left .logo {
                display: none;
            }
        }
            footer .left .logo img {
                height: 100%;
            }
        footer .left p {
            color: #ffffff;
            font-size: 24px;
            line-height: 29px;
            font-weight: 400;
        }
        @media(max-width: 992px) {
            footer .left p {
                padding: 0 15px;
                text-align: center;
            }
        }
    footer .right {
        flex: 1;
        padding: 30px 30px 25px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        position: relative;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    @media(max-width: 992px) {
        footer .right {
            gap: 20px;
            flex-direction: column-reverse;
        }
    }
        footer .right .copyright {
            width: 100%;
            text-align: right;
            color: #ffffff;
            font-size: 16px;
            line-height: 21px;
        }
            footer .right .copyright a {
                text-decoration: underline;
                color: #ffffff;
            }
        footer .right .footer-socials {
            width: 100%;
        }
            footer .right .footer-socials ul {
                margin: 0;
                padding: 0;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: end;
                gap: 12px;
            }
                footer .right .footer-socials ul li {
                    margin: 0;
                    padding: 0;
                }
                    footer .right .footer-socials ul li i {
                        font-size: 30px;
                    }

#contact-us {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
    #contact-us .cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #182937EB;
    }
    #contact-us .contact-details {
        background-color: #D9D9D9;
        opacity: 0.83;
        border-radius: 30px;
    }
    #contact-us .contact-details h4 {
        color: #000000;
    }
    #contact-us .contact-details .contact-item span {
        color: #000000;
    }
    #contact-us .contact-details .contact-item a {
        color: #000000;
    }
    #contact-us .contact-details {
        color: #000000;
    }

.about-section {
    background-color: #182937;
}
    .about-section .about-left {
        color: #ffffff;
    }
    .about-section h3 {
        margin-bottom: 30px;
        color: #ffffff;
    }
    .about-section .sec-title:after {
        display: none;
    }
    .about-section .watch-link i {
        color: #ffffff;
        border-color: #ffffff;
    }
    .about-section .watch-link span {
        color: #ffffff;
    }
    .about-section .watch-link strong {
        color: #ffffff;
    }

.how-it-works {
    background-color: #182937;
    color: #ffffff;
}
    .how-it-works .how-it-works-box {
        background-color: #D9D9D9;
        color: #182937;
    }
    .how-it-works-box h4 {
        color: #182937;
    }

#earth-box-cover {
    width: 450px;
    height: 450px;
}
@media(max-width: 992px) {
    #earth-box-cover {
        width: 270px;
        height: 270px;
    }
}
#earth-box-cover:before {
    width: 450px;
    height: 450px;
}
@media(max-width: 992px) {
    #earth-box-cover:before {
        width: 270px;
        height: 270px;
    }
}
#earth-box {
    width: 260px;
    height: 260px;
}
@media(max-width: 992px) {
    #earth-box {
        width: 130px;
        height: 130px;
    }
}
#earth-box span {
    width: 260px;
    height: 260px;
}
@media(max-width: 992px) {
    #earth-box span {
        width: 130px;
        height: 130px;
    }
}
.mercury-animation {
    display: flex;
    justify-content: center;
    align-items: center;
}


.currencies-table-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
    .currencies-table-container .updates-container {
        display: flex;
        flex-direction: row;
        gap: 40px;
    }
    @media(max-width: 576px) {
        .currencies-table-container .updates-container {
            width: 100%;
            justify-content: space-between;
        }
    }
        .currencies-table-container .updates-container .update {
            display: flex;
            flex-direction: row;
            gap: 4px;
        }
        @media(max-width: 576px) {
            .currencies-table-container .updates-container .update {
                flex-direction: column;
                gap: 4px;
            }
        }
            .currencies-table-container .updates-container .update .title {
                size: 19px;
                line-height: 24px;
                color: #FFFFFF;
                font-weight: 400;
            }
            .currencies-table-container .updates-container .update .data {
                size: 19px;
                line-height: 24px;
                color: #FFFFFF;
                font-weight: 400;
            }
                .currencies-table-container .updates-container .update .data span {
                    font-weight: 700;
                }

    .currencies-table-container .table-container {
        width: 100%;
        max-width: 710px;
        background-color: rgba(217, 217, 217, 0.39);
        border-radius: 24px;
        overflow: hidden;
    }
        .currencies-table-container .table-container table {
            width: 100%;
            border-radius: 4px;
            overflow: hidden;
        }
            .currencies-table-container .table-container table tr th,
            .currencies-table-container .table-container table tr td {
                padding: 10px;
                border: 1px solid #000000;
            }
            .currencies-table-container .table-container table tr th {
                font-size: 20px;
                font-weight: bold;
            }
            .currencies-table-container .table-container table tr td {
                font-size: 18px;
                line-height: 23px;
            }
            .currencies-table-container .table-container table tr .currency {
                width: 90px;
                text-align: center;
            }
                .currencies-table-container .table-container table tr .currency img {
                    width: 30px;
                }
            .currencies-table-container .table-container table tr .buy,
            .currencies-table-container .table-container table tr .sell {
                width: 90px;
                text-align: center;
            }

