:root {
    --primary-color: #158FD8;
    --secondary-color: #0B163E;
    --accent-color: #0ea5e9;
    --text-dark: #1e293b;
    --text-light: #64748b;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Marcellus", serif;
}
.logo {
    width: 80px;
}
.pra-text,
.text-justify{
    text-align: justify;
}
.header-logo{
    width: 100px;
}
body {
    color: var(--text-dark);
    line-height: 1.7;
}
a {
    color: #0B163E;
    text-decoration: none;
    transition: all 1s ease-out;
}
a:hover {
    color: #158FD8;
}
ul {
    padding-left: 20px;
}
p.h4, h4,
p.h5, h5{
    font-weight: 600;
}
#backToHero {
            position: fixed;
            bottom: 35px;
            right: 6px;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            background: #158fd8;
            color: #fff;
            border: none;
            font-size: 22px;
            cursor: pointer;
            z-index:97;
            display: none;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 8px rgba(0,0,0,0.3);
            transition: opacity 0.3s ease-in-out, transform 0.2s;
        }
    
        #backToHero:hover {
            transform: scale(1.15);
            background: #07133b;
        }
    
        #backToHero.show {
            display: flex;
            opacity: 1;
        }
    
        #backToHero i {
            font-size: 24px; /* increase/decrease icon size */
        }
.text-justify {
    text-align: justify;
}
.navbar {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: white !important;
}
.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
}
.breadcrumb-item {
    color: rgba(255, 255, 255, 0.8);
    font-size: 22px;
}
.breadcrumb-item a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.breadcrumb-item a:hover {
    opacity: 0.8;
}
.breadcrumb-item.active {
    color: white;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
    content: "›";
}
header.masthead {
    position: relative;
    margin-bottom: 3rem;
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
    background: center center / cover no-repeat local #6c757d;
}
header.masthead:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(6, 12, 24, 0.8);
    opacity: 0.5;
}
header.masthead .post-heading {
    color: #fff;
}
header.masthead .post-heading h1 {
    font-size: 3rem;
    font-weight: 600;
}
.cta-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 60px 0;
    margin-top: 60px;
    text-align: center;
}
.cta-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.cta-button {
    background: white;
    color: var(--secondary-color);
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    color: var(--secondary-color);
}
.registered-btn {
    background: #158FD8;
    margin: 0 auto;
    text-align: center;
    color: #1b3738;
    width: max-content;
    padding: 10px 30px;
    border-radius: 192px;
    font-size: 18px;
    border: 1px solid #158FD8;
}
.registered-btn:hover {
    background: #fff0;
    color: #158FD8;
    border: 1px solid #158FD8;
}
.footer-bg {
    background-color: #0B163E;
}
.footer-bottom {
    background-color: #158FD8;
    color: #fff;
}
.tanago-logo {
    color: #28a745;
    font-weight: 700;
    font-size: 1.5rem;
}
.footer-section h5 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 1rem;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 0.5rem;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
    display: flex;
    font-size: 20px;
    width: max-content;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer-links a:hover {
    color: #158FD8;
}
.footer-links .fa-circle {
    color: #fff;
    font-size: 0.5rem;
    margin-right: 0.75rem;
}
.footer-widget-social {
    gap: 5px;
    margin: 18px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: none;
    padding-top: 0;
    text-align: center;
    width: 73%;
}
.footer-widget-social a {
    height: auto;
    width: 43px;
    line-height: 46px;
    border-radius: 50%;
    font-size: 22px;
    color: #a5d066;
    transition: all 1s ease-out;
}
.social-icons a {
    background-color: #28a745;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    text-decoration: none;
}
.social-icons a:hover {
    background-color: #a5d066;
    color: #fff;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.contact-icon {
    background-color: #fff;
    color: #1b3738;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}
.contact-content h6 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}
.contact-content .contact-value a {
    color: #fff;
    font-weight: 700;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact-content .contact-value a:hover {
    color: #158FD8;
}
.footer-bottom a {
    color: #0B163E;
    text-decoration: none;
}
.footer-bottom a:hover {
    color: #fff;
}
.footer-bottom .fa-circle {
    color: #1b3738;
    font-size: 0.5rem;
    margin: 0 0.5rem;
}
.footer-bg .our-moto {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.footer .footer-widget-social a:hover {
    transform: scale(1.3);
}
@media (max-width: 1399px) {
    .hero-section h1 {
        font-size: 34px;
    }
}
@media (max-width: 1199px) {
    .hero-section h1 {
        font-size: 28px;
    }
    .hero-section .lead {
        font-size: 17px;
    }
}
@media (max-width: 991px) {
    .hero-section h1 {
        font-size: 30px;
    }
    .hero-section .lead {
        font-size: 19px;
    }
}
@media (max-width: 767px) {
    .footer-widget-social {
    justify-content: start;
    }
    .highlight-box p {
        font-size: 14px;
    }
    .hero-section h1 {
        font-size: 1.8rem;
    }
    .section-title {
        font-size: 20px;
    }
    .reason-card {
        padding: 2rem 15px;
    }
    .reason-card p {
        font-size: 13px;
    }
    .reason-card h3 {
        font-size: 1.2rem;
    }
}
@media (max-width: 499px) {
    .breadcrumb-item {
        font-size: 16px;
    }
}
@media (max-width: 430px) {
    .highlight-box p {
        font-size: 12px;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .hero-section .lead {
        font-size: 15px;
    }
}
@media (max-width: 350px) {
    .logo {
        width: 155px;
    }
}
