@font-face {
    font-family: Poppins;
    src: url(Poppins-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Poppins;
    src: url(Poppins-Bold.ttf);
    font-weight: bold;
}



* {
    font-family: 'Poppins';
    font-size: 16px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

i.material-icons {
    vertical-align: middle;
}

.container {
    width: 100%;
    max-width: 1360px;
    margin: auto;
    padding: 0 15px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

.announcement {
    background-color: #083155;
}

.announcement p {
    text-align: center;
    font-size: .9rem;
    color: white;
    padding: 10px 15px;
    word-break: unset;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navbar-spacer {
    padding: 1px;
    height: 119px;
}

.navbar {
    padding: 5px 20px;
    border-bottom: 1px solid #083155;
    background-color: white;
    top: 0;
    position: relative;
}

.navbar .container {
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.navbar .logo-link:hover {
    opacity: 0.7;
}

.navbar .logo-link img {
    max-height: 60px;
}

.navbar .button-menu {
    position: absolute;
    top: 0;
    right: 0;
    /* outline: 1px solid red; */
    padding: 26px;
    color: #F49E38;
    display: none;
}

.navbar .button-menu:hover {
    background-color: #032543;
}

.navbar .button-menu:hover i.material-icons {
    color: white;
}

.navbar ul {
    display: block;
    transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    background-color: white;
    overflow: hidden;
}

.navbar ul li {
    display: inline-block;
}

.navbar ul li a {
    padding: 10px;
    color: #083155;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: block;
}

.navbar ul li a:hover {
    border-color: inherit
}

.navbar ul li a.active,
.navbar ul li.current-menu-item a {
    color: #F49E38;
}

.tns-nav, .tns-outer > button {
    display: none;
}

.my-slider .tns-item {
    height: 651px;
    background-color: #083155;
    position: relative;
}

.my-slider .tns-item .image-cover {
    top: 0; right: 0; bottom: 0; left: 0;
    position: absolute;
    z-index: 1;
    opacity: .6;
    background: linear-gradient(to top, black, transparent);
}

.my-slider .tns-item img {
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.my-slider .tns-item .content {
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;

}

.my-slider .tns-item .content h2 {
    text-align: center;
    color: white;
    font-size: 1.7rem;;
    margin: 25px;
}

.my-slider .tns-item .content p {
    text-align: center;
    color: white;
    font-size: 1.2rem;
    opacity: 0.8;
    margin: 25px ;
}

.my-slider .tns-item .content .button {
    border-radius: 9999px;
    font-weight: bold;
    border: 0;
    text-decoration: none;
    color: #1E1E1E;
    background-color: #F49E38;
    margin: auto;
    display: inline-block;
    padding: 10px 30px;
    margin: 20px;
    margin-top: 30px;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.my-slider .tns-item .content .button:hover {
    opacity: 0.8;
}

.my-slider .tns-item .content .button:active {
    transform: scale(0.9);
}







.about-us {
    display: flex;
    flex-direction: row;
    padding: 80px 25px;
}

.about-us .title {
    width: 300px;
}

.about-us .title h2 {
    color: #083155;
    font-size: 1.5rem;
}


.about-us .content {
    width: calc(100% - 300px);
}

.about-us .content p {
    line-height: 40px;
}

.about-us .content .buttons-group {
    margin-top: 50px;
}

.about-us .content .buttons-group .button {
    color: #F49E38;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid;
    margin: 20px;
}

.about-us .content .buttons-group .button i.material-icons {
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.about-us .content .buttons-group .button:first-child {
    margin-left: 0;
}

.about-us .content .buttons-group .button:hover i.material-icons {
    transform: translateX(5px) translateY(-5px);
}






.featured-products {
    padding: 60px 15px;
    background: radial-gradient(#0B3356, #032543);
}

.featured-products .container {
    display: flex;
    align-items: center;
    padding: 20px;
}

.featured-products .container .content {
    color: white;
    width: 40%;
}

.featured-products .container .image {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-products .container .image img {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.featured-products .container .content h1 {
    font-size: 1.4rem;
    margin: 20px 0;
    color: #F3BF39;
}

.featured-products .container .content h2 {
    font-size: 1.8rem;
    margin: 30px 0;
}


.featured-products .container .content p {
    line-height: 40px;
    margin: 30px 0;
}

.featured-products .container .content .button {
    border-radius: 9999px;
    font-weight: bold;
    border: 0;
    text-decoration: none;
    color: #1E1E1E;
    background-color: #F49E38;
    margin: auto;
    display: inline-block;
    padding: 10px 30px;
    margin: 20px;
    margin-top: 40px;
    margin-left: 0;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.featured-products .container .content .button:hover {
    opacity: 0.8;
}

.featured-products .container .content .button:active {
    transform: scale(0.9);
}


.our-services {
    padding: 70px 15px;
}

.our-services > h2 {
    text-align: center;
    font-size: 1.7rem;
    margin: 20px 0;
}

.our-services > p {
    text-align: center;
    font-size: 1rem;
    margin: 20px 0;
    opacity: 0.7;
    margin-bottom: 70px;
}

.our-services .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(300px 100%);
    grid-template-areas: 
        "long short long2"
        "long short2 long2";
    grid-gap: 20px;
}

.our-services .grid .content {
    
    background: linear-gradient(to top right, #083155, #1D4F7B);
    border-radius: 15px;
    padding: 25px;
    color: white;
}

.our-services .grid .content i.material-icons {
    font-size: 4rem;
    color: #F3BF39;
    margin: 10px 0;
}

.our-services .grid .content h2 {
    font-size: 1.3rem;
    margin: 10px 0;
}

.our-services .grid .content p {
    margin: 10px 0;
    line-height: 40px;
}

.long { grid-area: long; }

.long2 { grid-area: long2; }

.short { grid-area: short; }

.short2 { grid-area: short2; }



.loan-requirements {
    padding: 60px 15px;
}

.loan-requirements > h1 {
    font-size: 1.7rem;
    text-align: center;
    color: #032543;
    margin-bottom: 60px;
}

.loan-requirements .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(300px 100%);
    grid-template-areas: 
        "employed selfemployed driver"
        "remittance farming driver";
    grid-gap: 20px;
}


.employed { grid-area: employed; }
.self-employed { grid-area: selfemployed; }
.driver { grid-area: driver; }
.remittance { grid-area: remittance; }
.farming { grid-area: farming; }

.loan-requirements .grid .content {
    background-color: #0831550e;
    padding: 30px;
    border-radius: 14px;
}


.loan-requirements .grid .content i.material-icons {
    font-size: 3rem;
    margin: 20px 0;
    color: #032543
}

.loan-requirements .grid .content h2 {
    font-size: 1.3rem;
    margin: 15px 0;
    color: #032543
}

.loan-requirements .grid .content ul {
    margin-left: 40px;
    list-style-type: '✔    ';
}

.loan-requirements .grid .content ul li {
    line-height: 40px;
    margin: 7px 0;
    color:rgba(30, 30, 30, 0.786);
}




.numbers {
    display: flex;
    flex-direction: row;
    padding: 70px 0;
}

.numbers .content {
    width: 33.33%;
    text-align: center;
    padding: 15px;
}


.numbers .content h2 {
    font-size: 1.1rem;
    margin: 15px 0;
    color:#0B3356;
}

.numbers .content p {
    font-size: 1.7rem;
    font-weight: bold;
    color:#F49E38;
    text-shadow: 0 0 7px #c6972277;
}


.valid-ids {
    padding: 80px 15px;
    background: radial-gradient(#0B3356, #032543);
    position: relative;
    overflow: hidden;
}

.valid-ids > .design {
    position: absolute;
    right: -50px;
    top: 0;
    font-size: 350px;
    color: white;
    opacity: 0.2;
    pointer-events: none;
}

.valid-ids .container h1 {
    color:#F3BF39;
    font-size: 1.7rem;
    margin-bottom: 30px;
}

.valid-ids .container .grid {
    display: flex;
    
}

.valid-ids .container .grid .column {
    width: 50%;
    padding: 15px;
}

.valid-ids .container .grid .column ul {
    list-style-type: '✔   ';
    color: white;
    line-height: 40px;
    padding-left: 30px;
}

.valid-ids .container .grid .column ul li {
    margin: 10px 0;
    color: rgba(255, 255, 255, 0.934)
}


.customer-testimonials {
    padding: 70px 15px;
}

.customer-testimonials > h1 {
    font-size: 1.6rem;
    color:#0B3356;
    margin-bottom: 50px;
    text-align: center;
}

.customer-testimonials .testimonials-cards .card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.117);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    display: block;
}

.customer-testimonials .tns-controls {
    text-align: center;
}

.customer-testimonials .tns-controls button {
    padding: 10px 25px;
    border: 0;
    background-color: #d1d1d1;
    border-radius: 9999px;
    margin: 10px;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.customer-testimonials .tns-controls button:hover {
    opacity: 0.7;
}

.customer-testimonials .tns-controls button:active {
    transform: scale(0.9);
}

.customer-testimonials .testimonials-cards .card .stars {
    font-size: 2rem;
    text-align: center;
    color:#F49E38;
    margin: 20px 0;
}

.customer-testimonials .testimonials-cards .card .stars i.material-icons {
    font-size: 2.5rem;
    text-shadow: 0 0 16px #f3be3957;
}

.customer-testimonials .testimonials-cards .card h3 {
    font-weight: normal;
    font-size: 1.1rem;
    text-align: center;
    color:#032543;
    margin: 15px 0;
}

.customer-testimonials .testimonials-cards .card .user {
    display: inline-flex;
    margin-top: 20px;
}

.customer-testimonials .testimonials-cards .card .user img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    padding: 5px;
}

.customer-testimonials .testimonials-cards .card .user .text {
    text-align: left;
    padding: 0 5px;
}

.customer-testimonials .testimonials-cards .card .user h4 {
    color:#083155;
}

.customer-testimonials .testimonials-cards .card .user p {
    font-size: 0.8rem;
    opacity: 0.7;
}



.news .card {
    padding: 0 !important;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.news .card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background-color: #ededed;
}

.news .card .content {
    padding: 20px;
    padding-top: 0;
    text-align: left;
}


.news .card .content .mins-read {
    font-size: 0.9rem;
    opacity: 0.6;
    margin-top: 5px;
}

.news .card .content h2 {
    font-size: 1.2rem;
    line-height: 40px;
    margin-bottom: 10px;
}

.news .card .content p {
    opacity: 0.8;
    line-height: 40px;
    max-height: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.call-to-action {
    padding: 100px 15px;
    background: radial-gradient(#0B3356, #032543);
}

.call-to-action .container {
    color: white;
    text-align: center;
}

.call-to-action .container h1 {
    font-size: 2rem;
    color:#F3BF39;
    margin: 20px 0;
}

.call-to-action .container p {
    color: white;
    font-size: 1.1rem;
    line-height: 40px;
    opacity: 0.9;
}

.call-to-action .container .buttons-group {
    margin-top: 50px;
}

.call-to-action .container .buttons-group .button {
    background-color: white;
    color:rgba(30, 30, 30, 0.786);
    display: inline-block;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 9999px;
    font-weight: bold;
    margin: 15px;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.call-to-action .container .buttons-group .button:hover {
    /* opacity: 0.8; */
    background-color:#f6c855;
}
.call-to-action .container .buttons-group .button:active {
    transform: scale(0.9);
}

.footer {
    padding: 50px 25px;
    padding-bottom: 100px;
    display: flex;
}

.footer .logo-container {
    width: 40%;
}

.footer .logo-container img {
    width: 100%;
    max-width: 250px;
}

.footer .links {
    width: 25%;
    margin: 30px 0;
}

.footer .links h3 {
    font-size: 1.1rem;
    color:#1D4F7B;
    margin: 15px 0;
}

.footer .links ul {
    margin-top: 40px;
    /* padding-left: 10px; */
    list-style-type: none;
    line-height: 40px;
}

.footer .links ul a {
    text-decoration: none;
    color:#1D4F7B;
}

.footer .links ul a:hover {
    color:#1D4F7B;
    border-bottom: 1px dashed;
}





.page-template .container .arrow-menus a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid
}


.wordpress-texts {
    padding: 10px 2px;
    line-height: 30px;
}

.wordpress-texts > * {
    margin: 0px 0;
}

/* Headings */
.wordpress-texts h1, 
.wordpress-texts h2, 
.wordpress-texts h3, 
.wordpress-texts h4, 
.wordpress-texts h5, 
.wordpress-texts h6 {
    margin: 0px 0 10px 0;
    padding: 0;
    font-weight: bold;
    line-height: 1.2;
    color: #1D4F7B; /* Primary color for headings */
}

.wordpress-texts h1 { font-size: 2.5em; }
.wordpress-texts h2 { font-size: 2em; }
.wordpress-texts h3 { font-size: 1.75em; }
.wordpress-texts h4 { font-size: 1.5em; }
.wordpress-texts h5 { font-size: 1.25em; }
.wordpress-texts h6 { font-size: 1em; }

/* Paragraphs */
.wordpress-texts p {
    margin: 0 0 15px 0;
}

/* Links */
.wordpress-texts a {
    color: #1D4F7B; /* Primary color for links */
    text-decoration: none;
}

.wordpress-texts a:hover, 
.wordpress-texts a:focus {
    color: #F49E38; /* Accent color for hovered links */
    text-decoration: underline;
}

/* Images */
.wordpress-texts img {
    max-width: 100%;
    height: auto;
}

/* Lists */
.wordpress-texts ul, 
.wordpress-texts ol {
    margin: 0 0 15px 25px;
    padding: 0;
}

.wordpress-texts ul li, 
.wordpress-texts ol li {
    margin: 0 0 5px 0;
}

.wordpress-texts ul {
    list-style-type: disc;
}

.wordpress-texts ol {
    list-style-type: decimal;
}

/* Blockquotes */
.wordpress-texts blockquote {
    margin: 0 0 15px 0;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border-left: 5px solid #1D4F7B; /* Primary color for blockquote border */
    font-style: italic;
}

/* Tables */
.wordpress-texts table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 15px 0;
}

.wordpress-texts table th, 
.wordpress-texts table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.wordpress-texts table th {
    background-color: #f2f2f2;
    text-align: left;
    color: #1D4F7B; /* Primary color for table headers */
}

/* Code */
.wordpress-texts pre, 
.wordpress-texts code {
    font-family: monospace;
    background-color: #f9f9f9;
    padding: 5px;
}

.wordpress-texts pre {
    overflow-x: auto;
    padding: 10px;
}

.wordpress-texts code {
    padding: 2px 4px;
    border-radius: 3px;
}

/* Horizontal Rule */
.wordpress-texts hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 15px 0;
}

/* Forms */
.wordpress-texts input, 
.wordpress-texts select, 
.wordpress-texts textarea {
    font-family: inherit;
    font-size: 100%;
    padding: .5em;
    margin: .5em 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.wordpress-texts input[type="submit"] {
    background-color: #1D4F7B; /* Primary color for submit button */
    color: #fff;
    border: none;
    padding: .75em 1.5em;
    cursor: pointer;
}

.wordpress-texts input[type="submit"]:hover {
    background-color: #F49E38; /* Accent color for hovered submit button */
}


.customer-testimonials .center-text {
    text-align: center;
    margin-top: 50px;
}


.customer-testimonials .center-text .button {
    border-radius: 9999px;
    font-weight: bold;
    border: 0;
    text-decoration: none;
    color: #1E1E1E;
    background-color: #F49E38;
    margin: auto;
    display: inline-block;
    padding: 10px 30px;
    margin: 20px;
    margin-top: 40px;
    margin-left: 0;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.customer-testimonials .center-text .button:hover {
    opacity: 0.8;
}

.customer-testimonials .center-text .button:active {
    transform: scale(0.9);
}

















@media (max-width: 769px) {
    .navbar .container{
        flex-direction: column;
    }

    .navbar .button-menu {
        display: inline-block;
    }

    .navbar ul {
        height: 100%;
        max-height: 0;
        width: 100%;
    }

    .navbar ul.show {
        max-height: 100000px;
    }

    .navbar ul li {
        display: block;
        text-align: center;
        width: 100%;
    }

    .navbar ul li a {
        display: block;
        width: 100%;
    }

    .navbar ul li a:hover {
        border-color: transparent;
        background-color: #032543;
        color: white;
    }



    .about-us {
        flex-direction: column;
    }

    .about-us .content, .about-us .title {
        margin: 20px 0;
    }

    .about-us .content, .about-us .title {
        width: 100%;
    }




    .featured-products .container {
        flex-direction: column-reverse;
    }

    .featured-products .container .content,
    .featured-products .container .image {
        width: 100%;
    }

    .our-services .grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
        "long short2"
        "short long2";
    }



    .loan-requirements .grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: minmax(300px 100%);
        grid-template-areas: 
            "employed selfemployed"
            "remittance farming"
            "driver driver";
        grid-gap: 20px;
    }






    .footer {
        flex-direction: column;
    }

    .footer .logo-container,
    .footer .links {
        width: 100%;
    }


}


@media (max-width: 426px) {
    .our-services .grid {
        grid-template-columns: 1fr;
        grid-template-areas: 
        "long"
        "short"
        "short2"
        "long2";
    }




    .loan-requirements .grid {
        grid-template-columns: 1fr;
        grid-auto-rows: minmax(300px 100%);
        grid-template-areas: 
            "employed"
            "selfemployed"
            "remittance"
            "farming"
            "driver";
        grid-gap: 20px;
    }



    .numbers {
        flex-direction: column;
    }

    .numbers .content {
        width: 100%;
    }




    .valid-ids .container .grid {
        flex-direction: column;
    }

    .valid-ids .container .grid .column {
        width: 100%;
        padding: 0 15px;
    }
}