body {
    font-family: "Noto Sans Sinhala", sans-serif;
    background-color: #f8f9fa;
}

p {
    font-size: 15px;
}

.bg-success {
    background-color: #10b981 !important;
}

.bg-danger {
    background-color: #e11d48 !important;
}


.navbar-brand {
    font-weight: 700;
    color: #0d6efd !important;
}

.logo {
    max-width: 90px;
    padding: 15px 0px
}

.navbar .nav-link {
    background-color: transparent;
}




.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background-size: cover;
    background-position: center center;
    color: white;
    padding: 8rem 0;
    text-align: center;
    position: relative;
}

.hero-section .hero-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 64%);
    z-index: 5;
}

.hero-section .container {
    z-index: 10;
    position: relative;
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-section p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.asset-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 1.5rem;
    /* Added margin for spacing between cards */
}

.asset-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.asset-card img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.asset-card .card-body {
    padding: 1.5rem;
}

.asset-card .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 0.75rem;
}

.asset-card .card-text {
    color: #6c757d;
    margin-bottom: 1rem;
}

.asset-card .price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.footer {
    background-color: #343a40;
    color: white;
    padding: 2.5rem 0;
    text-align: center;
}


/**
* Navbar 
* -----------------
*/

.navbar-nav {
    padding-bottom: 30px;
    padding-right: 15px;
    text-align: right;
}


.navbar .nav-item.user-dashboard-link .nav-link {
    color: #D17C00;
}


/**
* About us
*
*/

#home-about,
#why-choose-us {
    background: #ececec;
}

#home-special {
    background: #35003e;
    color: #fff;
}

#home-download {
    background: #cf8503;
}

#home-guides {
    background: #dcdcdc;
}

.text-hilight-yellow {
    background: #e5f742;
    padding-left: 5px;
    padding-right: 5px;
}

.text-hilight-green {
    background: #00ff7a;
    padding-left: 5px;
    padding-right: 5px;
}

.helm-title {
    display: flex;
    padding: 0;
    margin-bottom: 30px;
}

.helm-title span {
    display: inline-flex;
    padding: 8px 15px;
}

.helm-title span.orange-back {
    background: #cf8503;
    color: #ececec;
}

.helm-title span.gray-back {
    background: #e0dddd;
    color: #cf8503;
}

.helm-title span.white-back {
    background: #fff;
    color: #cf8503;
}

.btn-orange {
    background: #cf8503;
    border-color: #cf8503;
    color: #fff;
}

.btn-orange:hover {
    background: #ad6e01;
    border-color: #cf8503;
}

.btn-white {
    background: #fff;
    border-color: #dbdbdb;
}

.btn-white:hover {
    background: #efefef;
    border-color: #dbdbdb;
}


.speciality-box {
    background: #560065;
    text-align: center;
    padding: 15px 20px;
    border-radius: 10px;
    border: 2px #e54eff;
    border-style: dashed;
    margin-bottom: 30px;
}

.speciality-box p {
    font-size: 16px;
}


.reason-to-choose {

    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 3px dashed #35003e;
    margin-bottom: 30px;
}

.reason-to-choose h3 {
    background: #35003e;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.reason-to-choose h5 {
    color: #35003e;
    font-weight: 700;
}


.buying-step {
    background: #cf8503;
    padding: 20px;
    height: 100%;
    color: #fff;
    border-radius: 10px;
    display: block;
    margin-bottom: 30px;

}

.buying-step h3 {
    color: #cf8503;
    display: inline-block;
    background: #fff;
    padding: 9px 19px;
    border-radius: 79px;
    margin-top: 20px;
}


.download-method {
    background: #fff;
    padding: 20px;
    height: 100%;
    flex-grow: 1;
    border-radius: 10px;

}

.download-method img {
    width: 200px;
}

section#how-to-buy .step {
    margin-bottom: 30px;
}

section#how-to-buy .step .step-head {
    border-radius: 10px;
    margin-bottom: 30px;
}

section#how-to-buy .step .step-head strong {
    padding: 10px 20px;
    border-radius: 100%;
    background: #cf8503;
    color: #fff;
}

section#how-to-buy .step .step-body {
    padding: 20px;
    border: 3px dashed #ccc;
    border-radius: 10px;
}

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

    .logo {
        max-width: 140px;
    }

    .navbar-nav {
        padding: unset;
        text-align: unset;
    }

    .navbar .nav-item {
        margin-left: 15px;
        font-size: 1.1em;
    }

    .navbar .nav-item a {
        background: transparent;
        color: #0e3d66;
        padding: 10px !important;
        border-radius: 100px;
    }

    .navbar .nav-item a:hover,
    .navbar .nav-item a.active {
        color: #D17C00;

    }

    .navbar .nav-item.user-dashboard-link {
        background: #FFA300;
        color: #fff;
        border-radius: 10px;
        transition: all 300ms ease-in-out;
    }

    .navbar .nav-item.user-dashboard-link:hover {
        background: #D17C00;
        color: #fff;
    }

    .navbar .nav-item.user-dashboard-link .nav-link {
        color: #fff;
        padding: 10px 20px !important;
    }


}