: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;
}
body {
    color: var(--text-dark);
    line-height: 1.7;
}
a {
    color: #0B163E;
    text-decoration: none;
    transition: all 1s ease-out;
}
a:hover {
    color: #158FD8;
}
footer ul {
    padding-left: 0;
    list-style: none;
}
#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 */
        }
.registered-btn {
    background: #158FD8;
    margin: 0 auto;
    text-align: center;
    color: #0B163E;
    width: max-content;
    padding: 10px 30px;
    border-radius: 192px;
    font-size: 18px;
    border: 1px solid #158FD8;
}
.registered-btn:hover {
    background: #fff0;
    color: #fff;
    border: 1px solid #fff;
}
/*.main-content ul {*/
/*    padding-left: 20px;*/
/*}*/
p.h4, h4,
p.h5, h5{
    font-weight: 600;
}
.text-justify {
    text-align: justify;
}
.header-logo{
    width: 100px;
}
.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;
}
.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;
    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: #0B163E;
    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: #fff;
    text-decoration: none;
}
.footer-bottom a:hover {
    color: #0B163E;
}
.footer-bottom .fa-circle {
    color: #fff;
    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);
}
.hero {
    background: linear-gradient(15deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(126, 217, 87, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}
.main-content {
    margin-top: -60px;
}
.hero-text h1 {
    color: white;
    /*font-size: 56px;*/
    margin-bottom: 25px;
    line-height: 1.2;
    font-weight: 800;
    max-width: 900px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.hero-text p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 20px;
    line-height: 1.6;
    max-width: 800px;
}
.intro-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    border-left: 6px solid #158FD8;
    transform: translateY(0);
    transition: transform 0.3s ease;
}
.intro-card:hover {
    transform: translateY(-5px);
}
.intro-card p {
    color: #2d2d2d;
    font-size: 18px;
    line-height: 1.8;
}
.content-section {
    background: white;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}
h2 {
    color: var(--secondary-color);
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 2px;
}
h3 {
    color: var(--secondary-color);
    font-size: 24px;
    margin: 0px 0 15px;
    font-weight: 600;
}
p {
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 17px;
    color: #3a3a3a;
}
.main-content ul {
    margin: 7px 0;
    padding-left: 0;
    list-style: none;
}
.main-content ul li {
    margin-bottom: 7px;
    padding-left: 25px;
    position: relative;
    /*line-height: 1.8;*/
    font-size: 17px;
}
.main-content ul li::before {
    content: "▸";
    position: absolute;
    left: 0px;
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: bold;
}
.highlights {
    color: #158FD8;
    font-weight: 600;
    transition: all 1s ease-out;
}
.highlights.btns{
    color: #0B163E;
}
a:hover .highlights.btns{
    color: #158FD8;
}
.cta-section a,
.cta-section strong{
    color: #fff;
}
.highlight-card {
    background: linear-gradient(135deg, #158fd81f 0%, #158fd81f 100%);
    padding: 30px 30px 12px;
    border-radius: 15px;
    margin: 30px 0;
    border-left: 5px solid var(--primary-color);
    box-shadow: 0 3px 15px rgba(74, 140, 94, 0.1);
    transition: all 0.3s ease;
}
.highlight-card:hover {
    box-shadow: 0 5px 25px rgba(74, 140, 94, 0.2);
    transform: translateX(5px);
}
.highlight-card h3 {
    margin-top: 0;
    color: var(--secondary-color);
}
.highlight-card h3{
    color: #000;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin: 25px 0px 10px;
}
.stat-card {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    color: white;
    box-shadow: 0 5px 20px rgba(74, 140, 94, 0.3);
    transition: transform 0.3s ease;
    justify-content: center;
    align-items: center;
    display: flex;
}
.stat-card:hover {
    transform: scale(1.05);
}
.stat-number {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #1eabff;
}
.stat-label {
    font-size: 25px;
    opacity: 0.95;
}
.trends-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 50px 15px;
    border-radius: 20px;
    margin: 50px 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.trends-container h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
}
.trends-container h2::after{
    left: 50%;
}
.trend-item {
    background: white;
    padding: 25px 20px;
    border-radius: 15px;
    margin-bottom: 25px;
    border-left: 5px solid var(--primary-color);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    /*display: flex;*/
    gap: 25px;
    transition: all 0.3s ease;
}
.trend-item:hover {
    box-shadow: 0 8px 30px rgba(74, 140, 94, 0.15);
    transform: translateY(-3px);
}
.trend-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #63bff5 0%, #89a2ff 100%);
    color: white;
    font-size: 28px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(74, 140, 94, 0.3);
    margin-bottom: 10px;
}
.trend-content strong {
    display: block;
    color: #0B163E;
    font-size: 20px;
}
.trend-content p {
    margin: 0;
    color: #4a4a4a;
}
.key-tech-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 30px 0;
}
.tech-item {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 25px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}
.tech-item:hover {
    border-color: #158FD8;
    box-shadow: 0 5px 20px rgba(74, 140, 94, 0.15);
    transform: translateY(-3px);
}
.tech-item strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}
.cta-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    margin: 60px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(26, 71, 42, 0.4);
    z-index: 9;
    overflow: hidden;
}
.cta-section h3 {
    color: white;
    font-size: 36px;
    position: relative;
    z-index: 1;
}
.cta-section p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 19px;
    position: relative;
    z-index: 1;
}
.cta-button {
    display: inline-block;
    background: rgb(21 143 216);
    color: #fff;
    padding: 18px 45px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(21, 143, 216, 0.4);
    position: relative;
    z-index: 1;
}
.cta-button:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(21, 143, 216, 0.6);
}
@media (max-width: 1399px) {
    .hero-section h1 {
        font-size: 34px;
    }
}
@media (max-width: 1199px) {
    .header-logo{
        width: 70px;
    }
    .hero-section h1 {
        font-size: 28px;
    }
    .hero-section .lead {
        font-size: 17px;
    }
}
@media (max-width: 991px) {
    .footer-widget-social {
    justify-content: start;
    }
    .header-logo{
        width: 70px;
    }
    .hero-section h1 {
        font-size: 30px;
    }
    .hero-section .lead {
        font-size: 19px;
    }
}
@media (max-width: 767px) {
    .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;
    }
}
