/**
* Template Name: Gp
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Inter", sans-serif;
    color: #dfdfdf;
}

a {
    color: #bdbdbd;
    text-decoration: none;
}

a:hover {
    color: #808080;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #bdbdbd;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #151515;
    line-height: 0;
}

.back-to-top:hover {
    background: #151515;
}

.back-to-top:hover i {
    color: #bdbdbd;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 0;
}

#header.header-scrolled,
#header.header-inner-pages {
    background: rgba(0, 0, 0, 0.8);
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#header .logo a {
    color: #fff;
}

#header .logo a span {
    color: #bdbdbd;
}

#header .logo img {
    max-height: 40px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: calc(100svh - 52px);
    min-height: calc(100svh - 52px);
    max-height: calc(100svh - 52px);
    margin-top: 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: white;
    text-align: left;
    overflow: hidden;
    isolation: isolate;
}

#hero .hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100%;
}

.hero-sky-effects {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.header-texts {
    margin-top: 0;
    padding-top: 5.5rem;
    padding-bottom: 1.5rem;
    max-width: 620px;
    width: 100%;
    padding-left: clamp(1.25rem, 4vw, 3.5rem);
    padding-right: clamp(1rem, 3vw, 2rem);
    box-sizing: border-box;
}

#hero h1 {
    margin: 0 0 1rem;
    font-size: clamp(1.75rem, 4.5vw, 3.75rem);
    font-weight: 800;
    line-height: 1.08;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.03em;
    text-shadow:
        0 1px 0 rgba(0, 0, 0, 0.15),
        0 4px 12px rgba(0, 0, 0, 0.35),
        0 12px 32px rgba(0, 0, 0, 0.45);
    word-break: break-word;
}

@media (min-width: 992px) {
    #hero h1 {
        margin-bottom: 2rem;
    }
}

#hero h1 .hero-title-white {
    display: inline-block;
    color: #ffffff;
    text-shadow:
        0 1px 0 rgba(0, 0, 0, 0.2),
        0 2px 8px rgba(0, 0, 0, 0.4),
        0 8px 24px rgba(0, 0, 0, 0.5);
}

#hero h1 .hero-highlight {
    display: inline-block;
    color: #e8c878;
    background: linear-gradient(180deg, #f5dfa0 0%, #c99b45 55%, #a67c32 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45))
        drop-shadow(0 6px 16px rgba(201, 155, 69, 0.35));
}

.hero-highlight {
    color: #c99b45;
}

.hero-title-white {
    color: #ffffff;
}

.hero-tagline {
    margin: 0 0 1.25rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(0.95rem, 2.5vw, 1.125rem);
    font-weight: 500;
    line-height: 1.55;
    max-width: 520px;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0;
}

.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.6rem;
    border-radius: 999px;
    font-size: clamp(0.875rem, 2.5vw, 1rem);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hero-cta-btn--primary {
    background: #c99b45;
    border: 1px solid #c99b45;
    color: #1a1a1a;
}

.hero-cta-btn--primary:hover {
    background: #b8893d;
    border-color: #b8893d;
    color: #1a1a1a;
    transform: translateY(-1px);
}

.hero-cta-btn--secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #ffffff;
    backdrop-filter: blur(6px);
}

.hero-cta-btn--secondary:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.7);
    color: #ffffff;
    transform: translateY(-1px);
}

.hero-locations {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}

.hero-locations li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(0.875rem, 2.5vw, 1rem);
    font-weight: 500;
    line-height: 1.5;
}

.hero-locations li span {
    flex: 1;
    min-width: 0;
}

.hero-locations li i {
    color: #c99b45;
    font-size: 1.15rem;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.hero-social {
    padding-top: 2.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-social-label {
    display: block;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.65);
    font-size: clamp(0.7rem, 2vw, 0.85rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-social-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem 1.35rem;
    border: 1px solid rgba(201, 155, 69, 0.35);
    border-radius: 999px;
    background: rgba(201, 155, 69, 0.18);
    color: #ffffff;
    font-size: clamp(0.85rem, 2.5vw, 0.95rem);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    backdrop-filter: blur(6px);
}

.hero-social-btn:hover {
    background: #c99b45;
    border-color: #c99b45;
    color: #1a1a1a;
    transform: translateY(-1px);
}

.hero-social-btn i {
    font-size: 1.1rem;
}

.hero-fade-item {
    opacity: 0;
    transform: translateY(24px);
    animation: heroTextFadeIn 1s ease forwards;
}

.header-texts .hero-fade-item:nth-child(1) {
    animation-delay: 0.2s;
}

.header-texts .hero-fade-item:nth-child(2) {
    animation-delay: 0.45s;
}

.header-texts .hero-fade-item:nth-child(3) {
    animation-delay: 0.65s;
}

.header-texts .hero-fade-item:nth-child(4) {
    animation-delay: 0.85s;
}

.header-texts .hero-fade-item:nth-child(5) {
    animation-delay: 1.05s;
}

@keyframes heroTextFadeIn {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-fade-item {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 768px) {
    #hero {
        height: calc(100svh - 52px);
        min-height: calc(100svh - 52px);
        max-height: calc(100svh - 52px);
        align-items: center;
        padding-bottom: 0;
    }

    #hero .hero-inner {
        min-height: 100%;
    }

    .header-texts {
        padding-top: 5.25rem;
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1.25rem;
        max-width: 100%;
    }

    #hero h1 {
        font-size: clamp(1.45rem, 7vw, 2rem);
        line-height: 1.15;
        margin-bottom: 0.75rem;
    }

    .video-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.58) 55%, rgba(0, 0, 0, 0.35) 100%);
    }
}

@media (max-width: 400px) {
    .header-texts {
        padding-top: 5.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #hero h1 {
        font-size: 1.4rem;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Inter", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 72px;
    height: 2px;
    display: inline-block;
    background: linear-gradient(90deg, #c99b45, #e8c878);
    margin: 4px 10px;
    vertical-align: middle;
}

.section-title p {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 700;
    text-transform: none;
    font-family: "Inter", sans-serif;
    color: #151515;
    letter-spacing: -0.02em;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.rate-view-link {
    color: #c99b45 !important;
}

.rate-view-link:hover {
    color: #b8893d !important;
}

.rate-compare-section .rate-compare-row {
    align-items: stretch;
}

.rate-compare-section .rate-compare-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.rate-compare-section .rate-compare-row .table {
    flex: 1 1 auto;
    margin-bottom: 0;
    height: 100%;
}

.rate-compare-section .rate-compare-table {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.rate-compare-section .rate-compare-copy {
    padding: 0.5rem 0 0.5rem clamp(0.5rem, 2vw, 2rem);
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    justify-content: center;
}

.rate-compare-section .rate-compare-copy h4 {
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 800;
    color: #151515;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.rate-compare-section .rate-compare-copy__badge {
    font-size: 0.72em;
    font-weight: 700;
    color: #c99b45;
}

.rate-compare-section .rate-compare-copy hr {
    width: 64px;
    height: 3px;
    background: linear-gradient(90deg, #c99b45, #e8c878);
    border: 0;
    opacity: 1;
    margin: 0 0 1.25rem;
}

.rate-compare-section .rate-compare-copy p {
    color: #4a4a4a;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.rate-compare-section .rate-compare-copy p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .rate-compare-section .rate-compare-copy {
        padding: 0.5rem 0 0;
    }
}

.about .content h3 {
    font-weight: 700;
    font-size: 28px;
    font-family: "Inter", sans-serif;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding: 0 0 8px 26px;
    position: relative;
}

.about .content ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: #c99b45;
}

.about .content h1,
.about .content h4 {
    font-weight: 700;
    color: #151515;
    letter-spacing: -0.02em;
}

.about .content hr {
    width: 64px;
    height: 3px;
    background: linear-gradient(90deg, #c99b45, #e8c878);
    border: 0;
    opacity: 1;
    margin: 1rem 0 1.25rem;
}

.about .content p {
    color: #4a4a4a;
    line-height: 1.75;
}

.about .content .btn.bg-monex {
    margin-top: 0.5rem;
    padding: 0.65rem 1.4rem;
    font-weight: 700;
    border: 1px solid #c99b45;
    transition: all 0.25s ease;
}

.about .content .btn.bg-monex:hover {
    background: #b8893d !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(201, 155, 69, 0.35);
}

.about .img-fluid {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(201, 155, 69, 0.15);
}

.about-us-section .img-fluid {
    box-shadow: none;
    border: none;
    background: transparent;
}

.about-us-section .row > [class*="col-"]:not(.content) {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.make-money-section .img-fluid {
    box-shadow: none;
    border: none;
    background: transparent;
}

.make-money-section .row > [class*="col-"]:not(.content) {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.about .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding-top: 20px;
}

.clients .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
    filter: grayscale(100);
}

.clients .swiper-slide img:hover {
    filter: none;
    opacity: 1;
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #bdbdbd;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
    padding-top: 20px;
}

.features .icon-box {
    padding-left: 15px;
}

.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #bdbdbd;
}

.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.services .icon-box {
    text-align: center;
    border: 1px solid #ececec;
    padding: 2.5rem 1.5rem;
    transition: all ease-in-out 0.3s;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.services .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #c99b45, #e8c878, #c99b45);
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, #c99b45, #e8c878);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
    box-shadow: 0 8px 20px rgba(201, 155, 69, 0.3);
}

.services .icon-box .icon i {
    color: #151515;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.services .icon-box h4 a {
    color: #151515;
    transition: ease-in-out 0.3s;
    text-decoration: none;
}

.services .icon-box h4 a:hover {
    color: #bdbdbd;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    border-color: rgba(201, 155, 69, 0.35);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.cta .cta-btn:hover {
    background: #bdbdbd;
    border-color: #bdbdbd;
    color: #151515;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #151515;
    background: #bdbdbd;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(21, 21, 21, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #bdbdbd;
}

.portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details
    .portfolio-details-slider
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #bdbdbd;
}

.portfolio-details
    .portfolio-details-slider
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: #bdbdbd;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
    padding: 30px 0;
}

.counts .content h3 {
    font-weight: 700;
    font-size: 34px;
    color: #151515;
}

.counts .content p {
    margin-bottom: 0;
}

.counts .content .count-box {
    padding: 20px 0;
    width: 100%;
}

.counts .content .count-box i {
    display: block;
    font-size: 36px;
    color: #bdbdbd;
    float: left;
}

.counts .content .count-box span {
    font-size: 36px;
    line-height: 30px;
    display: block;
    font-weight: 700;
    color: #151515;
    margin-left: 50px;
}

.counts .content .count-box p {
    padding: 15px 0 0 0;
    margin: 0 0 0 50px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #3b3b3b;
}

.counts .content .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #3b3b3b;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
    color: #626262;
}

.counts .image {
    background-size: cover;
    min-height: 400px;
}

@media (max-width: 991px) {
    .counts .image {
        text-align: center;
    }

    .counts .image img {
        max-width: 80%;
    }
}

@media (max-width: 667px) {
    .counts .image img {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
    padding: 80px 0 90px;
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 45%, #f3f3f3 100%);
    position: relative;
    overflow: hidden;
}

.testimonials::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 155, 69, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.testimonials::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 155, 69, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.testimonials .container {
    position: relative;
    z-index: 1;
}

.testimonials-trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-bottom: 2.5rem;
}

.testimonials-trust__item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 14px;
    padding: 0.85rem 1.25rem;
    min-width: 190px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonials-trust__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.testimonials-trust__icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #c99b45;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.testimonials-trust__icon i {
    color: #151515;
    font-size: 1.35rem;
}

.testimonials-trust__item strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #151515;
    line-height: 1.2;
}

.testimonials-trust__item span {
    display: block;
    font-size: 0.8rem;
    color: #777;
    margin-top: 0.15rem;
}

@media (max-width: 768px) {
    .testimonials {
        padding: 60px 0 70px;
    }

    .testimonials-trust__item {
        min-width: calc(50% - 0.75rem);
        flex: 1 1 calc(50% - 0.75rem);
    }
}

@media (max-width: 480px) {
    .testimonials-trust__item {
        min-width: 100%;
        flex: 1 1 100%;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.info {
    color: #000;
}
.contact .info {
    width: 100%;
}

.contact .info i {
    font-size: 20px;
    background: #c99b45;
    color: #151515;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #151515;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #bdbdbd;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #c99b45;
    border: 0;
    padding: 10px 24px;
    color: #151515;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #ffcd6b;
}

#contact.contact {
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 55%, #fffaf2 100%);
    padding: clamp(3.5rem, 7vw, 5rem) 0 clamp(2.5rem, 5vw, 4rem);
    position: relative;
}

#contact.contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 155, 69, 0.35), transparent);
}

.contact-section .section-title p {
    color: #151515;
}

.contact-section .map-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.75rem;
}

.contact-section .map-card {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.contact-section .map-card::before {
    content: "";
    display: block;
    height: 3px;
    background: linear-gradient(90deg, #c99b45, #e8c878, #c99b45);
}

.contact-section .map-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 155, 69, 0.3);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.1);
}

.contact-section .map-card__header {
    padding: 1.25rem 1.35rem 1.1rem;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
    border-bottom: 1px solid rgba(201, 155, 69, 0.2);
}

.contact-section .map-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(201, 155, 69, 0.1);
    border: 1px solid rgba(201, 155, 69, 0.28);
    color: #8a6420;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.contact-section .map-card__badge .mdi {
    font-size: 0.9rem;
    color: #c99b45;
}

.contact-section .map-card__header h3 {
    margin: 0;
    color: #000000;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.contact-section .map-card__header p {
    margin: 0.4rem 0 0;
    color: #555555;
    font-size: 0.88rem;
    line-height: 1.55;
}

.contact-section .map-card__frame {
    position: relative;
    background: #f3f3f3;
    overflow: hidden;
}

.contact-section .map-card__frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 4px 16px rgba(0, 0, 0, 0.03);
    z-index: 2;
}

.contact-section .map-card__glass {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(
        145deg,
        rgba(80, 80, 80, 0.28) 0%,
        rgba(120, 120, 120, 0.18) 42%,
        rgba(60, 60, 60, 0.26) 100%
    );
    backdrop-filter: blur(12px) saturate(1.1);
    -webkit-backdrop-filter: blur(12px) saturate(1.1);
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 -20px 40px rgba(0, 0, 0, 0.06);
    transition: opacity 0.35s ease;
}

.contact-section .map-card__frame iframe {
    width: 100%;
    height: 320px;
    border: 0;
    display: block;
    filter: none;
    transform: none;
}

.contact-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.contact-branch-card {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.contact-branch-card:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 155, 69, 0.28);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.contact-branch-card__header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.15rem 1.35rem;
    background: linear-gradient(135deg, #151515 0%, #1f1f1f 100%);
    border-bottom: 2px solid #c99b45;
}

.contact-branch-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #c99b45 0%, #e8c878 100%);
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(201, 155, 69, 0.35);
}

.contact-branch-card__icon .mdi {
    font-size: 1.25rem;
    color: #151515;
    line-height: 1;
}

.contact-branch-card__header h4 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
    line-height: 1.35;
}

.contact-branch-card__body {
    padding: 1.25rem 1.35rem 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.contact-detail p {
    margin: 0;
    padding: 0;
    color: #444444;
    font-size: 0.92rem;
    line-height: 1.65;
}

.contact-detail__label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.45rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #c99b45;
}

.contact-detail__label .mdi {
    font-size: 1rem;
    line-height: 1;
}

.contact-detail__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.contact-detail__list li {
    position: relative;
    padding-left: 1rem;
    color: #333333;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.5;
}

.contact-detail__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c99b45;
}

.contact-detail__link {
    color: #333333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-detail__link:hover,
.contact-detail__link:focus-visible {
    color: #c99b45;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.contact-detail__list .contact-detail__link {
    display: inline-block;
}

@media (max-width: 991px) {
    .contact-section .map-container,
    .contact-details {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .contact-section .map-card__frame iframe {
        height: 260px;
    }

    .contact-branch-card__header {
        padding: 1rem 1.15rem;
    }

    .contact-branch-card__body {
        padding: 1rem 1.15rem 1.15rem;
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: whitesmoke;
    min-height: 40px;
    margin-top: 74px;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 400;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #2f2f2f;
    content: "/";
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }

    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}

.carousel {
    margin-top: 50px;
}
.carousel-inner {
    height: 100px;
}
.carousel-caption {
    color: #fff;
    top: 50%;
}

/*--------------------------------------------------------------
# Rate ticker (under hero) — sticks under fixed navbar on scroll
--------------------------------------------------------------*/
.rate-ticker {
    display: flex;
    align-items: stretch;
    min-height: 52px;
    background: linear-gradient(90deg, #141824 0%, #1a2030 50%, #141824 100%);
    border-bottom: 2px solid rgba(201, 155, 69, 0.45);
    position: sticky;
    top: 70px; /* match site navbar height */
    z-index: 1020;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.rate-ticker__label {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0 1.15rem;
    background: #c99b45;
    color: #151515;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.rate-ticker__label .mdi {
    font-size: 1rem;
}

.rate-ticker__viewport {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.rate-ticker__track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: rateTickerScroll 45s linear infinite;
}

.rate-ticker:hover .rate-ticker__track {
    animation-play-state: paused;
}

.rate-ticker__item {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0 1.5rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.86rem;
    white-space: nowrap;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    height: 52px;
}

.rate-ticker__item strong {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

.rate-ticker__pair {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.rate-ticker__value {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.72);
}

.rate-ticker__value em {
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin-left: 0.15rem;
}

.rate-ticker__item.is-monex {
    background: rgba(201, 155, 69, 0.12);
    border-right-color: rgba(201, 155, 69, 0.25);
}

.rate-ticker__item.is-monex strong {
    color: #f2d48d;
}

.rate-ticker__item.is-monex .rate-ticker__pair {
    color: rgba(242, 212, 141, 0.75);
}

.rate-ticker__item.is-monex .rate-ticker__value {
    color: #f2d48d;
}

.rate-ticker__item.is-monex .rate-ticker__value em {
    color: #fff;
    text-shadow: 0 0 12px rgba(201, 155, 69, 0.35);
}

@keyframes rateTickerScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 767.98px) {
    .rate-ticker__label span:not(.mdi) {
        display: none;
    }

    .rate-ticker__label {
        padding: 0 0.75rem;
    }

    .rate-ticker__item {
        padding: 0 1rem;
        gap: 0.45rem;
        font-size: 0.8rem;
    }

    .rate-ticker__pair {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rate-ticker__track {
        animation: none;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        gap: 0.25rem;
        padding: 0.5rem;
    }

    .rate-ticker {
        flex-direction: column;
        min-height: auto;
    }

    .rate-ticker__viewport {
        mask-image: none;
        width: 100%;
    }

    .rate-ticker__item {
        height: auto;
        border-right: none;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        padding: 0.45rem 0.75rem;
    }
}

#online-exchange {
    margin-top: -7px;
    padding: 5rem 0;
    background: #ffffff;
    position: relative;
}

#online-exchange .col-md-5 p {
    color: #4a4a4a;
    line-height: 1.75;
}

#online-exchange .col-md-5 .text-white {
    color: #a67c32 !important;
    font-weight: 600;
}

#online-exchange .col-md-5 > div {
    margin-top: 2rem !important;
    padding: 0;
    background: transparent;
    border: 0;
}

.currency-converter {
    max-width: 100%;
    margin: 0 auto;
    padding: 1.35rem;
    font-family: "Inter", sans-serif;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(201, 155, 69, 0.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.currency-converter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c99b45, #e8c878, #c99b45);
}

.currency-converter h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #151515;
    margin-bottom: 1rem;
}

.converter-box {
    padding: 0.25rem;
    background: #fff;
    border-radius: 12px;
}

.currency-rows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.currency-input {
    width: 45%;
}

.currency-input label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.currency-converter .input-group {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0.55rem 0.65rem;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    background: #fafafa;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.currency-converter .input-group:focus-within {
    border-color: #c99b45;
    box-shadow: 0 0 0 3px rgba(201, 155, 69, 0.15);
    background: #fff;
}

.currency-converter .input-group input {
    width: 100%;
    padding: 0.35rem 0.25rem;
    border-radius: 6px;
    border: 0;
    background: transparent;
    font-weight: 600;
    color: #151515;
}

.currency-converter .input-group input:focus {
    outline: none;
}

.currency-converter .input-group .flag {
    width: 32px;
    height: 20px;
    border-radius: 4px;
    object-fit: cover;
}

#switchBtn {
    background: linear-gradient(135deg, #c99b45, #e8c878);
    border: none;
    color: #151515;
    font-size: 18px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(201, 155, 69, 0.35);
    transition: transform 0.2s ease;
}

#switchBtn:hover {
    transform: rotate(180deg) scale(1.05);
}

.conversion-type {
    margin: 1.25rem 0 0.75rem;
}

.rate-type-label {
    margin: 0 0 0.65rem;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6b7280;
}

.rate-type-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    padding: 0.35rem;
    background: #f3f5f9;
    border: 1px solid #e8ecf2;
    border-radius: 14px;
}

.rate-type-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.65rem 0.85rem;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    font-size: 0.86rem;
    font-weight: 600;
    color: #5c6370;
    line-height: 1.3;
    text-align: center;
}

.rate-type-btn:hover {
    border-color: rgba(201, 155, 69, 0.55);
    color: #151515;
    background: #fffaf2;
}

.rate-type-btn:focus-visible {
    outline: none;
    border-color: #c99b45;
    box-shadow: 0 0 0 3px rgba(201, 155, 69, 0.2);
}

.rate-type-btn.is-active {
    background: linear-gradient(135deg, #c99b45, #e8c878);
    color: #151515;
    border-color: #c99b45;
    box-shadow: 0 6px 16px rgba(201, 155, 69, 0.28);
    transform: translateY(-1px);
}

.rate-type-btn.is-active:hover {
    background: linear-gradient(135deg, #c99b45, #e8c878);
    color: #151515;
}

.rate-info {
    text-align: center;
    font-size: 0.92rem;
    color: #444;
    padding: 0.85rem;
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #ececec;
}

.rate-info p {
    margin-bottom: 0.25rem;
}

.rate-info p:last-child {
    margin-bottom: 0;
    color: #777;
    font-size: 0.82rem;
}

.converter-cta {
    margin-top: 1rem;
    text-align: center;
}

.converter-get-started {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.5rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #c99b45, #e8c878);
    color: #151515;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    border: 1px solid #c99b45;
    box-shadow: 0 8px 20px rgba(201, 155, 69, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.converter-get-started:hover {
    color: #151515;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(201, 155, 69, 0.38);
}

.partners-strip {
    margin-top: 3rem;
    padding: 3.5rem 0 3.25rem;
    min-height: 220px;
    border-top: 1px solid rgba(201, 155, 69, 0.2);
    border-bottom: none;
    background: linear-gradient(180deg, #1f1f1f 0%, #151515 50%, #0f0f0f 100%);
    position: relative;
    overflow: hidden;
}

.partners-strip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #c99b45, #e8c878, #c99b45, transparent);
}

.partners-strip__header {
    margin-bottom: 2rem;
}

.partners-strip__header h3 {
    margin: 0 0 0.5rem;
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.partners-strip__header p {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.65);
}

.partners-strip__marquee {
    position: relative;
    overflow: hidden;
    padding: 0.75rem 0 1rem;
    mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.partners-strip__track {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: max-content;
    animation: partnersScroll 28s linear infinite;
    padding: 1rem 0;
}

.partners-strip__logo {
    width: clamp(160px, 18vw, 220px);
    height: 110px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.partners-strip__logo:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 155, 69, 0.45);
    background: rgba(201, 155, 69, 0.08);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.partners-strip__logo img {
    max-width: 100%;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.partners-strip__logo:hover img {
    opacity: 1;
    transform: scale(1.03);
}

@keyframes partnersScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .partners-strip {
        padding: 2.5rem 0 2.25rem;
        min-height: 180px;
    }

    .partners-strip__header {
        margin-bottom: 1.5rem;
    }

    .partners-strip__header p {
        font-size: 0.85rem;
        padding: 0 0.75rem;
    }

    .partners-strip__logo {
        width: 150px;
        height: 90px;
        border-radius: 14px;
        padding: 0.85rem 1rem;
    }

    .partners-strip__logo img {
        max-height: 58px;
    }

    .partners-strip__track {
        gap: 1.25rem;
    }
}
.sc-down {
    width: 2em;
    height: 2em;
    background-color: transparent;
    z-index: 80;
    position: absolute;
    border-width: 0 0.25em 0.25em 0;
    border-style: solid;
    border-color: #bdbdbd;
    animation: scrolldown 1.2s ease-in-out infinite;
    transform: translateY(0%) rotate(45deg);
    opacity: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    bottom: 0;
}

.sc-down-2 {
    width: 2em;
    height: 2em;
    background-color: transparent;
    z-index: 80;
    position: absolute;
    border-width: 0 0.25em 0.25em 0;
    border-style: solid;
    border-color: #bdbdbd;
    animation: scrolldown 1.2s ease-in-out infinite 0.15s;
    transform: translateY(0%) rotate(45deg);
    opacity: 1;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    bottom: 0;
}

.map-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-bottom: 0.5rem;
}

.map-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.map-card:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 155, 69, 0.35);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

.map-card__header {
    padding: 1.1rem 1.1rem 0.95rem;
    background: linear-gradient(180deg, #1c1c1c 0%, #131313 100%);
    border-bottom: 2px solid rgba(201, 155, 69, 0.75);
}

.map-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: rgba(201, 155, 69, 0.18);
    border: 1px solid rgba(201, 155, 69, 0.5);
    color: #f2d48d;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.74rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.map-card__header h3 {
    margin: 0;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
}

.map-card__header p {
    margin: 0.35rem 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.86rem;
    line-height: 1.5;
}

.map-card__frame {
    position: relative;
}

.map-card__frame iframe {
    width: 100%;
    height: 360px;
    border: 0;
    display: block;
}

@media (max-width: 992px) {
    .map-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .map-card__frame iframe {
        height: 300px;
    }
}

@keyframes scrolldown {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        opacity: 0.7;
    }
    50% {
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        opacity: 0.2;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        opacity: 0.7;
    }
}

.hero-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100svh - 52px);
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.main-content--home {
    position: relative;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Night-sky stars — left hero, shiny pulse */
.hero-stars {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-star {
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff 0%, rgba(255, 248, 230, 0.95) 45%, rgba(255, 255, 255, 0) 70%);
    box-shadow:
        0 0 4px 1px rgba(255, 255, 255, 0.75),
        0 0 10px 2px rgba(255, 248, 220, 0.35),
        0 0 18px 4px rgba(201, 155, 69, 0.12);
    transform: translate(-50%, -50%);
    animation:
        heroStarPulse 4.2s ease-in-out infinite,
        heroStarDrift 14s ease-in-out infinite alternate;
    will-change: opacity, transform;
}

.hero-star::before,
.hero-star::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.85) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    opacity: 0.7;
}

.hero-star::before {
    width: 1px;
    height: 12px;
}

.hero-star::after {
    width: 12px;
    height: 1px;
}

.hero-star--1 {
    top: 20%;
    left: 7%;
    width: 2px;
    height: 2px;
    animation-duration: 3.6s, 11s;
    animation-delay: 0s, 0s;
}

.hero-star--2 {
    top: 34%;
    left: 18%;
    width: 4px;
    height: 4px;
    animation-duration: 5.1s, 16s;
    animation-delay: 0.8s, 1.2s;
}

.hero-star--3 {
    top: 48%;
    left: 10%;
    width: 3px;
    height: 3px;
    animation-duration: 4.4s, 13s;
    animation-delay: 1.6s, 0.6s;
}

.hero-star--4 {
    top: 62%;
    left: 24%;
    width: 2.5px;
    height: 2.5px;
    animation-duration: 3.9s, 15s;
    animation-delay: 2.2s, 2s;
}

.hero-star--5 {
    top: 76%;
    left: 6%;
    width: 3.5px;
    height: 3.5px;
    animation-duration: 5.6s, 12s;
    animation-delay: 0.4s, 1.8s;
}

@keyframes heroStarPulse {
    0%,
    100% {
        opacity: 0.28;
        transform: translate(-50%, -50%) scale(0.75);
        filter: brightness(0.85);
    }

    45% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
        filter: brightness(1.35);
    }

    70% {
        opacity: 0.55;
        transform: translate(-50%, -50%) scale(0.95);
        filter: brightness(1);
    }
}

@keyframes heroStarDrift {
    0% {
        margin-top: 0;
        margin-left: 0;
    }

    100% {
        margin-top: -10px;
        margin-left: 6px;
    }
}

/* Shooting star / meteor — slow drift, center sky, fade in & out */
.hero-meteor {
    position: absolute;
    display: block;
    width: clamp(220px, 32vw, 420px);
    height: 2px;
    border-radius: 100px;
    opacity: 0;
    transform: rotate(161deg);
    transform-origin: center center;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.05) 35%,
        rgba(255, 248, 230, 0.35) 65%,
        rgba(255, 255, 255, 0.7) 90%,
        rgba(255, 255, 255, 0.85) 100%
    );
    box-shadow:
        0 0 6px rgba(255, 255, 255, 0.35),
        0 0 14px rgba(255, 230, 180, 0.2);
    filter: blur(0.3px);
    animation: meteorShoot 22s linear infinite;
}

.hero-meteor::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    transform: translate(50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow:
        0 0 6px 2px rgba(255, 255, 255, 0.55),
        0 0 14px 4px rgba(255, 230, 180, 0.3);
}

.hero-meteor--primary {
    animation-delay: 0s;
}

.hero-meteor--secondary {
    width: clamp(160px, 22vw, 300px);
    height: 1.5px;
    opacity: 0;
    transform: rotate(158deg);
    animation-name: meteorShootSecondary;
    animation-duration: 22s;
    animation-delay: 7s;
}

@keyframes meteorShoot {
    0%,
    5% {
        top: 24%;
        left: 108%;
        opacity: 0;
    }

    9% {
        top: 28%;
        left: 94%;
        opacity: 0.1;
    }

    19% {
        top: 34%;
        left: 78%;
        opacity: 0.3;
    }

    31% {
        top: 40%;
        left: 64%;
        opacity: 0.45;
    }

    43% {
        top: 46%;
        left: 50%;
        opacity: 0.52;
    }

    55% {
        top: 52%;
        left: 38%;
        opacity: 0.38;
    }

    65% {
        top: 58%;
        left: 20%;
        opacity: 0.18;
    }

    73% {
        top: 65%;
        left: 2%;
        opacity: 0.05;
    }

    79%,
    100% {
        top: 68%;
        left: -22%;
        opacity: 0;
    }
}

@keyframes meteorShootSecondary {
    0%,
    5% {
        top: 26%;
        left: 104%;
        opacity: 0;
    }

    11% {
        top: 30%;
        left: 84%;
        opacity: 0.08;
    }

    23% {
        top: 38%;
        left: 66%;
        opacity: 0.24;
    }

    37% {
        top: 48%;
        left: 48%;
        opacity: 0.34;
    }

    51% {
        top: 56%;
        left: 32%;
        opacity: 0.18;
    }

    63% {
        top: 68%;
        left: 10%;
        opacity: 0.06;
    }

    71%,
    100% {
        top: 74%;
        left: -18%;
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-meteor {
        display: none;
    }

    .hero-star {
        animation: none;
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }
}

/*--------------------------------------------------------------
# Home Page Modern Theme (excluding hero)
--------------------------------------------------------------*/
#main section.about,
#main section#sendmoneytocanada {
    position: relative;
}

#main section.about:nth-of-type(even):not(#sendmoneytocanada) {
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

#main section#sendmoneytocanada {
    background: linear-gradient(180deg, #1f1f1f 0%, #151515 55%, #101010 100%);
    padding: 4rem 0 4.5rem;
    border-top: 1px solid rgba(201, 155, 69, 0.2);
    border-bottom: 1px solid rgba(201, 155, 69, 0.2);
}

#main section.about:nth-of-type(odd) {
    background: #fff;
}

.about .table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
    border: 1px solid #ececec;
    background: #fff;
}

.about .table thead th.bg-monex {
    background: linear-gradient(180deg, #1c1c1c 0%, #131313 100%) !important;
    color: #fff !important;
    border-bottom: 2px solid #c99b45 !important;
    font-size: 0.95rem !important;
    padding: 1rem 0.75rem !important;
}

.about .table tbody th,
.about .table tbody td {
    padding: 0.85rem 0.75rem;
    vertical-align: middle;
    border-color: #f0f0f0;
}

.about .table tbody tr:hover {
    background: #fffaf2;
}

.about .table tbody tr:first-child th,
.about .table tbody tr:first-child td {
    background: rgba(201, 155, 69, 0.06);
}

.about .row > .col-md-6:not(.content):not(.rate-compare-copy),
.about .row > .col-md-5 {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.about .col-md-5.content,
.about .col-md-6.content:not(.university-card) {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
    .currency-input {
        font-size: 16px;
        width: 100%;
    }

    .currency-rows {
        flex-direction: column;
    }

    #switchBtn {
        transform: rotate(90deg);
    }

    #fromCurrency,
    #toCurrency {
        font-size: 0.68rem;
    }

    .about .row > .col-md-6:not(.content),
    .about .row > .col-md-5,
    .about .col-md-5.content,
    .about .col-md-6.content:not(.university-card) {
        margin-bottom: 1rem;
    }
}

/*--------------------------------------------------------------
# Send Money To Canada / Supported currencies
--------------------------------------------------------------*/
#sendmoneytocanada .section-title {
    padding-bottom: 2rem;
}

#sendmoneytocanada .section-title h2 {
    color: rgba(255, 255, 255, 0.5);
}

#sendmoneytocanada .col-lg-12.content > hr {
    width: 64px;
    height: 3px;
    background: linear-gradient(90deg, #c99b45, #e8c878);
    border: 0;
    opacity: 1;
    margin: 1rem 0 0;
}

#sendmoneytocanada .currencies-box {
    margin-top: 2rem;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#sendmoneytocanada .currencies-list {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 6;
    column-gap: 3rem;
}

#sendmoneytocanada .currencies-list li {
    padding: 0.7rem 0;
    margin: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    break-inside: avoid;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.94rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: color 0.2s ease, transform 0.2s ease;
}

#sendmoneytocanada .currencies-list li:hover {
    color: #f0d9a8;
    transform: translateX(3px);
}

#sendmoneytocanada .currencies-list li > div {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
}

#sendmoneytocanada .currencies-list li svg {
    flex-shrink: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

#sendmoneytocanada .currencies-list li span {
    color: inherit;
    margin-left: 0 !important;
}

@media (max-width: 1199.98px) {
    #sendmoneytocanada .currencies-list {
        column-count: 4;
        column-gap: 2.25rem;
    }
}

@media (max-width: 991.98px) {
    #sendmoneytocanada .currencies-list {
        column-count: 3;
        column-gap: 1.75rem;
    }
}

@media (max-width: 575.98px) {
    #sendmoneytocanada .currencies-list {
        column-count: 2;
        column-gap: 1.25rem;
    }

    #sendmoneytocanada .currencies-list li {
        font-size: 0.88rem;
        padding: 0.55rem 0;
    }
}

#sendmoneytocanada h1 {
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

#sendmoneytocanada .col-lg-12.content > p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# University & College
--------------------------------------------------------------*/
#university-college .row {
    --bs-gutter-x: 2.25rem;
    --bs-gutter-y: 1.5rem;
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#university-college .university-card {
    padding: 1.75rem 1.5rem;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    height: 100%;
}

#university-college .university-card h1 {
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 800;
    color: #151515;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

#university-college .university-card hr {
    width: 64px;
    height: 3px;
    background: linear-gradient(90deg, #c99b45, #e8c878);
    border: 0;
    opacity: 1;
    margin: 0 0 1rem;
}

#university-college .university-card p {
    color: #4a4a4a;
    line-height: 1.75;
    margin-bottom: 0;
}