p,
ul,
ol,
blockquote {
    letter-spacing: 0.1px;
    line-height: 1.7;
    text-align: left;
}


.main-logo {
    width: 180px;
}

.nt-container {
    max-width: 1400px;
}

/* colors */
.nt-green { color: #058052; }
.nt-green-bg { background-color: #058052; }
.green-hr { 
    border-top: 3px solid #7AC80F;
    opacity: 1;
}

/* shadows */
.drop-shadow-11 {
    filter: drop-shadow(11px 11px 3px #0000003e);
}

.drop-shadow-2 {
    filter: drop-shadow(1px 3px 2px #0000005e)
}

/* top */
#top {
    position: flex;
    width: 100%;
    min-height: 80vh;
}

#top-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: -1;
    display: block;
}

#icon-row {
    position: relative;
    left: 8vw;
    bottom: 5vw;
}

.landing-icon-text {
    line-height: 1.4;
}

.financial-icon {
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    filter: drop-shadow(1px 3px 2px #0000005e);
}

/* consulting services */
#consulting-services {
    background-color: #ECFCDB;
    border-radius: 10px;
}

#consulting-services-img {
    border-radius: 10px;
    max-width: 300px;
    width: 100%;
}

/* financial card */
.financial-card-body {
    border-radius: 25px;
    padding-top: 5rem;
    max-width: 23rem;
    background-image: linear-gradient(#009246, #085B3C, #085B3C);
    height: 21rem;
}

.financial-card-header {
    background-color: #D8F485;
    color: #4A4848;
    border-radius: 25px;
    width: fit-content;
    margin-top: 0.5rem;
}

.financial-circle {
    position: absolute;
    display: inline-block;
    height: 125px;
    width: 125px;
    background-color: #fff;
    filter: drop-shadow(0px 5px 10px #0000007e);
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.financial-circle-icon {
    z-index: 1;
    display: block;
    position: relative;
    left: 25%;
    top: 25%;
    width: 60px;
}

.financial-circle-border {
    position: absolute;
    height: 145px;
    width: 145px;
    background-color: #7AC80F;
    border-radius: 50%;
    display: inline-block;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    z-index: -1;
}

.financial-card-top {
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.financial-card-list>li::marker {
    color: #D8F485 !important;
}

/* products and services section */
#products {
    background-image: url('/img/gray-bg.png'); 
    background-position: top; 
    background-repeat: repeat-x; 
    background-size: cover; 
}

.product-icon {
    width: 58px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.product-card {
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 12.5rem;
}

.icon-row {
    position: relative;
    bottom: 3rem;
}

/* alliances */
#alliances {
    background-image: url('/img/green-bg.png'); 
    background-position: top; 
    background-repeat: repeat-x; 
    background-size: cover; 
}

.carousel-control-prev, .carousel-control-next,
.carousel-control-prev:hover, .carousel-control-next:hover {
    opacity: 0.5 !important;
}

.carousel-arrow-icon {
    color: #ffffff;
    font-size: 3rem;
}

.alliance-row {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.alliance-logo {
    max-width: 190px;
    max-height: 125px;
    display: inline;
    border-radius: 25px;
    filter: drop-shadow(2px 2px 3px #0000007e);
    padding: 0px;
    margin: 10px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
}

/* testimonials */
.testimonial {
    width: 90%;
    aspect-ratio: 82 / 75;
    position: relative;
    padding-top: calc(75 / 82 * 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.testimonial::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 10%;
    height: 100%;
    width: 100%;
    background-image: url('/img/speech_border.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.testimonial-body {
    background-color: #D8F485;
    border-radius: 15px;
    position: absolute;
    top: 45.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60%;
    width: 100%;
}

.testimonial-body p {
    font-size: clamp(0.7rem, 0.9vw, 1.2rem);
}

/* Spinner */
#loader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    cursor: pointer;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #058052;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #058052 transparent transparent transparent;
    top: 52%; 
    left: 48%;
}

.lds-ring div:nth-child(1) {  animation-delay: -0.45s; }
.lds-ring div:nth-child(2) { animation-delay: -0.3s; }
.lds-ring div:nth-child(3) { animation-delay: -0.15s; }

@keyframes lds-ring {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}