@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1260px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
}

body {
    font-family: "Nunito", sans-serif !important;
    overflow-x: hidden;
    width: 100%;
}

html {
    overflow-x: hidden;
    width: 100%;
}

p {
    font-family: "Nunito", sans-serif !important;
    font-size: 18px !important;
}

.glass-nav-2 {
    background-color: #042048;
}

.glass-nav {
    background-color: #042048;
}

.btn-outline-light {
    --bs-btn-color: #fec64f;
    --bs-btn-border-color: #fec64f;
    --bs-btn-hover-color: #fec64f;
    --bs-btn-hover-bg: #08706f;
    --bs-btn-hover-border-color: #08706f;
}

.btn-light {
    --bs-btn-color: #fec64f;
    --bs-btn-bg: #08706f;
    --bs-btn-border-color: #08706f;
    --bs-btn-hover-color: #08706f;
    --bs-btn-hover-bg: #fec64f;
}

.page-banner__video-overlay-2 {
    background: #096F71;
    background: linear-gradient(19deg, rgba(9, 111, 113, 1) 0%, rgba(4, 32, 72, 1) 100%);
}

.money-text {
    font-size: 5rem;
    line-height: 75px;
    font-weight: 400;
    /* letter-spacing: -3.2px; */
    background: linear-gradient(to bottom, white 74.21%, #08706f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 100%;
}

.hero-para {
    color: #fff;
}

.video-main-container {
    min-height: 95vh;
    margin-top: 56px;
}

.page-banner__video-overlay-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/globcred_world_map.png") no-repeat bottom right;
    background-size: 60%;
}

.page-banner__video-overlay-2.remit-page-banner::before {
    background-image: url("../images/remit_map.png");
}

.page-banner__video-overlay-2.lending-page-banner::before {
    background-image: url("../images/about_us_hero2.png");
}

.page-banner__video-overlay-2.about-us-page-banner::before {
    background-image: url("../images/about-us.png");
}

.ft-sm {
    font-size: 18px;
}

.copy-right {
    color: rgb(255 255 255 / 84%);
}

.bg-dark-2 {
    background: #096F71;
    background: linear-gradient(160deg, rgba(9, 111, 113, 1) 0%, rgba(4, 32, 72, 1) 100%);
}

/* .card-border {
    border: 5px solid #fec64f;
} */
.btn-main-primary {
    background-color: #f7c14e !important;
    color: #08706f !important;
}

.btn-main-primary:hover {
    background-color: #08706f !important;
    color: #f7c14e !important;
}

.testimonial-carousel.owl-carousel .owl-stage-outer {
    overflow-y: hidden;
    padding-top: 10px;
}

.owl-item .card {
    border: 2px solid #d3d3d3 !important;
}



.logos-container {
    border: 1px solid #fec64f;
    border-radius: 10px;
}

.avatar-circle {
    border: 1px solid #fec64f;
    box-shadow: rgba(33, 35, 38, 0.1) 0 10px 10px -10px;
}


.logo-marquee {
    width: 100%;
    overflow: hidden;
}

.marquee-content {
    display: flex;
    gap: 20px;
    animation: scroll 15s linear infinite;
}

.marquee-content img {
    height: 100px;
    width: 170px;
    padding: 8px 10px;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.3s ease;
    border-radius: 10px;

}

/*
.marquee-content img:hover {
  transform: scale(1.2);
} */

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.nav-custom .nav-link,
.form-control,
#yearValue,
#rateValue {
    font-size: 16px;
}

.btn-warning {
    background-color: #fec64f !important;
}

.effect-radial {
    background: #E2E2E2;
    background: linear-gradient(180deg, rgba(226, 226, 226, 1) 0%, rgba(243, 243, 243, 1) 100%);
    top: 0;
    pointer-events: none;
}

.stepsection .card .card-body h3,
.stepsection .card .card-body p {
    text-align: left;
}

.stepsection .card .card-body img {
    width: 100px;
    height: 100px;
    background: #042048;
    padding: 15px;
    border-radius: 50%;
    margin: 0 auto 25px;
    object-fit: contain;
}

.stepsection .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.statimg img {
    width: 100%;
    position: absolute;
    left: 10%;
    bottom: -92px;
}

.infopart {
    background: #E2E2E2;
    background: linear-gradient(180deg, rgba(226, 226, 226, 1) 0%, rgba(243, 243, 243, 1) 100%);
}

.avatar-circle {
    height: 150px;
    width: 150px;
}

.hide_before .page-banner__video-overlay-2::before {
    display: none;
}

.circle-icon {
    width: 100px;
    height: 100px;
}

.bg-gradient-2 {
    background: #096F71;
    background: linear-gradient(160deg, rgba(9, 111, 113, 1) 0%, rgba(4, 32, 72, 1) 100%);
}

.num_box-2 {
    background-color: #fec64f;
}

.ft-big {
    font-size: 18px;
    font-weight: 500;
}

.money-text-4 {
    background: linear-gradient(white 74.21%, rgb(8, 112, 111));
}

.contact-address-list li {
    font-size: 18px;
}

.contact-address-list li b {
    font-size: 18px;
    font-weight: 700 !important;
}

@media screen and (max-width: 1560px) {
    .page-banner__video-overlay-2::before {
        background-size: 58%;
    }

    .money-text {
        font-size: 4rem;
        line-height: 64px;
    }
}

.hero-info-box {
    background: rgba(220, 220, 220, 0.95) !important;
    color: black !important;
    font-weight: 600 !important;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.5) !important;
    border: 1px solid white !important;
}

@media screen and (max-width: 640px) {
    .money-text {
        font-size: 2rem;
        line-height: 38px;
    }

    .page-banner__video-overlay-2::before {
        display: block !important;
        background-position: center 100px !important;
        background-size: 100% auto !important;
    }

    .intro-content-absolute {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .intro-content-absolute .container {
        margin-top: 0;
        /* background-color: rgba(128, 128, 128, 0.7);
        padding: 20px;
        border-radius: 20px; */
    }

    .hero-info-box {
        margin-top: 180px !important;
    }

    .hero-glass-line {
        background: rgba(4, 32, 72, 0.85);
        /* Dark Navy for contrast */
        backdrop-filter: blur(5px);
        border: 1px solid rgba(254, 198, 79, 0.3);
        /* Orange border hint */
        border-radius: 10px;
        padding: 5px 15px;
        margin-bottom: 10px;
        width: fit-content;
        /* display: table;  Ensures it fits content */
        color: #fec64f !important;
        /* Theme Orange */
        -webkit-text-fill-color: #fec64f !important;
        background-clip: border-box !important;
    }

    .video-main-container {
        height: auto !important;
        min-height: 600px;
    }

    .stepsection .col-lg-4 {
        margin-bottom: 15px;
    }

    .pt-100 {
        padding-top: 20px !important;
    }

    .pb-100 {
        padding-bottom: 20px !important;
    }

    p {
        font-size: 15px !important;
    }

    .statimg {
        display: none;
    }

    .avatar-circle {
        height: 110px;
        width: 110px;
    }

    .resp_height {
        min-height: 55vh !important;
    }

    .btn-size {
        font-size: 12px;
    }

    .remove-bg.add-image {
        background: #096F71;
        background: linear-gradient(160deg, rgba(9, 111, 113, 1) 0%, rgba(4, 32, 72, 1) 100%) !important;
    }

    .info-section {
        margin-top: 56px;
    }

    h2.heading-text {
        font-size: 1.75rem !important;
        line-height: 1.1 !important;
        margin-bottom: 1rem !important;
    }
}

.text-warning {
    color: #fec64f !important;
}

.hover-pop {
    transition: transform 0.1s ease-out, box-shadow 0.1s ease-out !important;
}

.hover-pop:hover {
    transform: translateY(-12px) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3) !important;
}

/* Hero Text Load Animation */
.fade-in-up-load {
    animation: fadeInUpLoad 1s ease-out forwards;
    opacity: 0;
}

@keyframes fadeInUpLoad {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Flag slider animation */
.flag-marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.flag-marquee-content {
    display: inline-block;
    animation: scrollFlags 30s linear infinite;
}

@keyframes scrollFlags {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.flag-item {
    height: 80px;
    width: auto;
    margin: 0 15px;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

/* Carousel Navigation Arrows */
.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

.testimonial-carousel .owl-nav button.owl-prev,
.testimonial-carousel .owl-nav button.owl-next {
    background-color: white !important;
    color: #096F71 !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem !important;
    margin: 0 !important;
    pointer-events: auto;
    transition: all 0.3s ease;
}

.testimonial-carousel .owl-nav button.owl-prev:hover,
.testimonial-carousel .owl-nav button.owl-next:hover {
    background-color: #096F71 !important;
    color: white !important;
    transform: scale(1.1);
}

.testimonial-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -25px;
}

.testimonial-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -25px;
}

/* Standardized Heading Size */
h2.heading-text {
    font-size: 3.5rem !important;
    font-weight: 700 !important;
}

/* Navy Blue Text Utility */
.text-navy {
    color: #042048 !important;
}

/* Growth Featured Section */
/* Note: Background handled by .infopart class in HTML */

.media-logo {
    max-width: 160px;
    /* 2x original 80px */
    max-height: 100px;
    /* 2x original 50px */
    object-fit: contain;
    z-index: 1;
    padding: 2px;
}

.media-logo-container {
    height: 110px;
    /* Fixed height to align text start */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.media-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.media-card p {
    flex-grow: 1;
    /* Pushes the link to the bottom */
}

.media-link {
    color: #042048;
    /* Navy text */
    text-decoration: underline;
    font-weight: 600;
    font-size: 0.95rem;
    margin-top: auto;
    /* Ensures it stays at the bottom */
}

.media-link:hover {
    color: #fec64f;
}

/* Google Reviews Badge */
.reviews-badge-container {
    position: absolute;
    z-index: 1;
    /* Behind info box (level 2) */
    top: 70%;
    left: 0;
    margin-top: 0 !important;
    padding-top: 50px;
}

.reviews-badge-container img {
    max-width: 300px !important;
    margin-top: 0;
}

@media (min-width: 992px) {
    .reviews-badge-container {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        z-index: 0;
    }

    .reviews-badge-container img {
        max-width: 400px !important;
        margin-top: -140px;
        margin-left: -20px;
    }
}

@media screen and (max-width: 768px) {

    /* REMOVE WHITE STRIPS: reset margin for the dark section */
    .info-section.bg-dark-2 {
        margin-top: 0 !important;
        margin-bottom: -55px !important;
        /* Negative margin to remove bottom white strip */
        padding-top: 0 !important;
        /* Reduced top padding */
        padding-bottom: 0 !important;
        /* Reduced bottom padding */
    }

    .info-section.mt-4 {
        margin-top: 0 !important;
    }

    /* Reduce vertical space for stat rows */
    .flag-marquee-container+.row .col-lg-4.col-12.mb-4 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    /* Fix grouping and alignment of trusted stats */
    .bg_gredent {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        width: 250px !important;
        /* Tighter width to center visually */
        max-width: 100% !important;
        margin: 0 auto !important;
        gap: 15px !important;
        height: auto !important;
        /* Allow height to fit content naturally */
        padding: 5px 0 !important;
    }

    .bg_gredent img {
        flex-shrink: 0 !important;
        width: 60px !important;
        /* Smaller consistent icon size */
        height: auto !important;
        max-height: none !important;
        max-width: none !important;
    }

    .bg_gredent .text-start {
        text-align: left !important;
    }
}
