/* ================= HEADER FIX ================= */
.custom-navbar {
    min-height: auto !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.custom-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.rd-navbar-nav .rd-nav-link {
    font-weight: 600;
    font-size: 15px;
    padding: 10px 10px !important;
    color: #fff !important;
    transition: 0.3s ease;
}

.rd-navbar-nav>li.rd-nav-item>a.rd-nav-link
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 37px;
    border-radius: 999px;
    transition: all 0.3s ease;

}

/* .rd-navbar-nav>li>a:focus,
.rd-navbar-nav>li>a:hover,
.rd-navbar-nav>li.active>a,
.rd-navbar-nav>li.active>a:focus, */
.rd-navbar-nav>li.rd-nav-item>a.rd-nav-link:hover {
    text-decoration: none;
    background: linear-gradient(135deg, #fed428 0%, #fed428 100%);
    color: #222 !important;
    /* background-color: #2a4696; */
    /* color: #fff !important; */
}

.custom-reg-btn {
    background: #fed428;
    color: #222 !important;
    padding: 8px 22px;
    border-radius: 25px;
    font-weight: 600;
    transition: 0.3s ease;
}

.custom-reg-btn:hover {
    background: #fed428;
    color: #222 !important;
}

.rd-navbar-toggle span,
.rd-navbar-toggle span::before,
.rd-navbar-toggle span::after {
    background: #fed428;
}

/* ================= UNIQUE HERO ================= */
.hero-unique::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.6)
    );
    z-index: 1;
}

.hero-unique .container {
    position: relative;
    z-index: 2;
}

.hero-left h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.hero-left h1 span {
    color: #fed428;
}

.hero-left p {
    font-size: 18px;
    margin: 20px 0 30px;
    color: #ddd;
    max-width: 520px;
}

.hero-btn-main {
    background: #fed428;
    color: #222;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s ease;
}

.hero-btn-main:hover {
    background: #fed428;
    color: #222;
}

.hero-btn-light {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s ease;
}

.hero-btn-light:hover {
    background: #fff;
    color: #000;
}

.hero-card {
    /* background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px); */
    padding: 40px;
    border-radius: 20px;
    /* border: 1px solid rgba(255,255,255,0.2); */
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.hero-card h4 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.hero-card ul {
    list-style: none;
    padding: 0;
}

.hero-card ul li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #eee;
}

/* ================= WHY CHOOSE SECTION ================= */

.why-choose-section {
    background: #f8fbff;
}

.why-choose-section .section-title {
    font-size: 36px;
    font-weight: 700;
}

.feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fed428, #ffda55);
    border-radius: 50%;
    transition: transform 0.4s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
}

.feature-icon img {
    width: 50%;
    height: 50%;
    filter: invert(0%) brightness(0%) contrast(100%);
}

.feature-card h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.feature-card p {
    font-size: 14px;
    color: #555;
    flex: 1;
}

/* ================= HOW IT WORKS ================= */
.how-it-works {
    background: #fff;
}

.how-it-works .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #222;
}

.step-card {
    background: #f9f9f9;
    border-radius: 20px;
    padding: 40px 25px;
    text-align: center;
    position: relative;
    transition: 0.4s ease;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.step-number {
    font-size: 40px;
    font-weight: 800;
    color: #fed428;
    margin-bottom: 15px;
}

.step-card h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.step-card p {
    font-size: 14px;
    color: #555;
}

/* ================= MOZAMBIQUE FLEET SECTION ================= */
.fleet-stats-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff, #fef9d7);
}

.fleet-image-wrapper {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,0.1);
}

.fleet-image-wrapper img {
    width: 100%;
    border-radius: 25px;
    transition: transform 0.6s ease;
}

.fleet-image-wrapper:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 128, 0, 0.25),
        rgba(254, 212, 40, 0.35)
    );
}

.fleet-content h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #111;
}

.fleet-content p {
    color: #444;
    margin-bottom: 40px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.stat-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    border-bottom: 4px solid #fed428;
}

.stat-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 128, 0, 0.25);
}

.stat-box h3 {
    font-size: 32px;
    font-weight: 900;
    color: #fed428;
}

.stat-box span {
    font-size: 14px;
    color: #333;
}

/* ================= COVERAGE SECTION ================= */
.coverage-section {
    padding: 100px 0;
    background: #fff;
    color: #222;
}

.map-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(254, 212, 40, 0.2);
}

.map-wrapper img {
    max-height: 400px;
    transition: transform 0.5s ease;
}

.map-wrapper:hover img {
    transform: scale(1.05);
}

.section-tag {
    display: inline-block;
    background: #fed428;
    color: #000;
    padding: 6px 15px;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.coverage-content h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #222;
}

.coverage-content p {
    color: #222;
    margin-bottom: 30px;
}

.city-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.city-box {
    background: #ccc;
    padding: 12px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s ease;
    border: 1px solid rgba(254, 212, 40, 0.3);
}

.city-box:hover {
    background: #fed428;
    color: #000;
    transform: translateY(-5px);
}

.coverage-badge {
    display: inline-block;
    background: #ccc;
    color: #000;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(254, 212, 40, 0.4);
}

/* ================= TESTIMONIALS - UNIQUE MODERN PREMIUM ================= */

.testimonials-section {
    background: #fff;
    color: #222;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(254, 212, 40, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.testimonials-section .section-tag {
    display: inline-block;
    background: linear-gradient(90deg, #fed428, #ffea80);
    color: #000;
    padding: 8px 24px;
    border-radius: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(254, 212, 40, 0.4);
}

.testimonials-section h2 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 60px;
    background: #222;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.testimonial-card {
    background: rgba(28, 28, 28, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(254, 212, 40, 0.15);
    padding: 40px 30px;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.6), inset 0 0 20px rgba(254, 212, 40, 0.05);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%; right: -50%; bottom: -50%;
    background: radial-gradient(circle, rgba(254, 212, 40, 0.12) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.testimonial-card:hover::before {
    opacity: 1;
}

.testimonial-card:hover {
    transform: translateY(-15px) scale(1.04) perspective(1000px) rotateX(5deg);
    box-shadow: 0 35px 90px rgba(254, 212, 40, 0.25), 0 0 40px rgba(254, 212, 40, 0.15);
    border-color: rgba(254, 212, 40, 0.4);
}

.quote-icon {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 80px;
    font-weight: bold;
    color: rgba(254, 212, 40, 0.15);
    line-height: 1;
    pointer-events: none;
}

.testimonial-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block;
    border: 4px solid #fed428;
    box-shadow: 0 0 25px rgba(254, 212, 40, 0.4);
    transition: all 0.4s ease;
}

.testimonial-card:hover .testimonial-img {
    transform: scale(1.1) rotate(5deg);
    border-color: #ffea80;
}

.testimonial-card h5 {
    font-weight: 800;
    margin-bottom: 12px;
    color: #fed428;
    font-size: 20px;
}

.testimonial-card p {
    font-size: 15px;
    color: #ddd;
    line-height: 1.7;
    font-style: italic;
}

@media (max-width: 991px) {
    .hero-left {
        text-align: center;
        margin-bottom: 40px;
    }

    .hero-left h1 {
        font-size: 34px;
    }

    .hero-left p {
        margin-left: auto;
        margin-right: auto;
    }

    .fleet-content h2 {
        font-size: 28px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .city-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials-section h2 {
        font-size: 32px;
    }
}

@media(max-width:768px){
    .feature-card {
        padding: 25px 15px;
    }
    .feature-card h5 {
        font-size: 16px;
    }
    .feature-card p {
        font-size: 13px;
    }
    .feature-icon {
        width: 70px;
        height: 70px;
    }
}

@media(max-width: 576px) {
    .city-grid {
        grid-template-columns: 1fr;
    }

    .coverage-content h2 {
        font-size: 26px;
    }

    .testimonial-card {
        padding: 30px 20px;
    }
    .quote-icon {
        font-size: 60px;
        left: 20px;
        top: 15px;
    }
}

.banner-head{
    color: #fff;
    margin-top: 70px;
    line-height: 50px;
    font-family: sans-serif;
    font-size: 35px;
    font-weight: 600;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.box-shadow {
    box-shadow: 0px 0px 20px #dcdade;
    padding: 20px;
    border-radius: 5px;
    height: 380px;
}
.card-content{
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
    font-family: "ClanPro-Book", sans-serif;
    font-weight: 300;
    color: #000;
    letter-spacing: 0.1px;
 }
 .icon img {
    width: 60px;
 }
 .icon-img{
    height: 50px;
 }
 .full-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 95%;
    background-size: cover;
    background-position: center center;
}
.footer{
    background-color: #183398;
}
.wallet .amount span.txt {
    margin-right: 1.5em;
    padding-top: 9px;
}
.table-custom th {
    padding: 16px 24px;
}


#wrapper.toggled #sidebar-wrapper {
    /* width: 220px; */
    width: 20% !important;
}
.custom-btn-bg-color{
    background-color: #2a4696 !important;
}
/* .breadcrumbs-custom-main{
    background: #2a4696 url(../images/bg-image-1.jpg) center;
    background-size: cover;
} */
.team-img{
    height: 300;
}
.testimonial-img{
    height: 70;
}
.bg {
    /* The image used */
    background-image: url("https://cdn.pixabay.com/photo/2016/08/03/09/04/universe-1566161_960_720.jpg");
    /* Full height */
    height: 50%;
    opacity: 0.7;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .login-register-padding{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .help{
    text-align: center;
    /* padding-left: 30%; */
  }
  @media (min-width: 992px) {
    .help{
        padding-left: 30%;
    }
}

.form-inline-1 .form-in-process{
    background: white !important;
}

.preloader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
}

#bm {
    width: 100%;
    max-width: 800px;
    height: 600px;
}

.loading-text {
    margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #bm {
        max-width: 200px;
    }

    .loading-text {
        font-size: 1rem;
    }
}

.blog_image img {
    max-height: 200px;
    object-fit: cover;
}

.blog_description {
    height: 100px !important;
    overflow: hidden;
}

.blog_details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rd-navbar-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    /* padding: 20px 40px; */
    flex-grow: 1;
}

.rd-navbar-nav {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-grow: 1;
}

/* .rd-navbar-nav .rd-nav-item {
    margin: 0;
}

.rd-navbar-element {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding-left: 20px;
}

.rd-navbar-element .button {
    margin-left: 20px;
} */

/* .button-default-outline {
    color: white;
    border-color: white;
} */

/* Media query for responsiveness */
@media (max-width: 767px) {
    .rd-navbar-nav-wrap {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .rd-navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .rd-navbar-nav .rd-nav-item {
        margin: 10px 0;
    }

    .rd-navbar-element {
        margin-left: 0;
        margin-top: 20px;
    }

    .button-default-outline {
        color: #555555;
        border-color: #555555;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .rd-navbar-nav-wrap {
        justify-content: space-between;
        padding: 10px 20px;
    }

    .rd-navbar-nav {
        justify-content: flex-start;
    }

    .rd-navbar-element {
        padding-left: 0;
        margin-top: 20px;
    }

    .button-default-outline {
        color: #555555;
        border-color: #555555;
    }
}

/* Custom select styles */
.custom-selects {
        position: relative;
        display: inline-block;
        cursor: pointer;
        background: white;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .selected-option {
        display: flex;
        align-items: center;
        justify-content: center;
        /* padding: 10px; */
    }

    .selected-option img {
        width: 25px;
        height: auto;
    }

    .options {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        background: white;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 100%;
        max-height: 200px;
        overflow-y: auto;
    }

    .option {
        /* padding: 10px; */
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .option img {
        width: 25px;
        /* Adjust image size as needed */
        height: auto;
        margin-right: 10px;
    }

    /* .option:hover {
    background-color: #f0f0f0;
    } */

    .custom-selects.active .options {
        display: inline-block;
    }
