@import url('https://fonts.cdnfonts.com/css/nexa-bold');
body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
}
h1, h2, h3, h4, h5, h6, .navbar-nav .nav-link {
    font-family: 'Nexa', sans-serif;
}
.bg-dark-blue {
    background-color: #0b0d21;
}
.text-dark-blue {
    color: #0b0d21;
}
.text-orange {
    color: #f0a500;
}
.bg-orange {
    background-color: #f0a500;
}
.btn-orange {
    background-color: #f0a500;
    color: white;
    border-radius: 20px;
    padding: 8px 24px;
    font-weight: 600;
    border: none;
}
.btn-orange:hover {
    background-color: #d99400;
    color: white;
}
.navbar {
    padding: 5px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.navbar-brand img {
    height: 50px;
}
.nav-link {
    color: #0b0d21;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    margin: 0 10px;
}
.nav-link:hover {
    color: #f0a500;
}
.btn-demo {
    background-color: #0b0d21;
    color: white;
    border-radius: 20px;
    padding: 8px 24px;
    font-size: 0.85rem;
}
.btn-demo:hover {
    background-color: #1a1e4a;
    color: white;
}
.hero-section {
    background-color: #12142d;
    color: white;
    position: relative;
    overflow: hidden;
}
.intro-section {
    padding: 80px 0 40px;
    text-align: center;
}
.intro-title {
    color: #f0a500;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.intro-text {
    color: #666;
    font-size: 0.95rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}
.video-section {
    padding: 20px 0 80px;
    text-align: center;
}
.video-section img {
    max-width: 800px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.features-section {
    background-color: #f9f9f9;
    padding: 80px 0;
}
.features-title {
    text-align: center;
    color: #0b0d21;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 50px;
}
.feature-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    height: calc(100% - 20px);
}
.feature-icon {
    color: #f0a500;
    font-size: 2.5rem;
    margin-right: 20px;
    width: 50px;
    text-align: center;
}
.feature-text {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
    margin: 0;
}
.promo-section {
    padding: 80px 0;
    position: relative;
}
.promo-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0b0d21;
    margin-bottom: 20px;
}
.contact-btn-section {
    padding: 40px 0 80px;
    text-align: center;
}
.btn-contact {
    border: 1px solid #ddd;
    background: white;
    color: #666;
    border-radius: 30px;
    padding: 10px 40px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-decoration: none;
    display: inline-block;
}
.btn-contact:hover {
    background: #f8f9fa;
    color: #333;
}
.footer {
    background-color: #0b0d21;
    color: white;
    padding: 60px 0 20px;
}
.footer-heading {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}
.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 12px;
}
.footer-links a {
    color: #aaa;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s;
}
.footer-links a:hover {
    color: white;
}
.footer-contact p {
    color: #aaa;
    font-size: 0.85rem;
    margin-bottom: 5px;
}
.footer-contact a {
    color: #3498db;
    text-decoration: none;
}
.footer-contact a:hover {
    text-decoration: underline;
}

/* Page Banner */
.page-banner {
    background-image: url('../images/breadcrumbs-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: white;
}
.page-banner-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}
.banner-text-content {
    padding-left: 15px; /* Adjust if needed to position next to logo in background */
}
.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 0.95rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #ccc;
}
.breadcrumb-item.active {
    color: #aaa;
}
.breadcrumb a {
    color: white;
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #f0a500;
}

/* Case Study Content */
.case-study-content {
    padding: 60px 0;
    background-color: #f8f9fa;
}
.case-study-content h3 {
    color: #444; /* matching the image, slightly dark gray */
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 600;
}
.case-study-content h3:first-child {
    margin-top: 0;
}
.case-study-content p {
    color: #777; /* lighter gray for paragraphs */
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 0.95rem;
}
.case-study-content ul {
    color: #777;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 0.95rem;
}
.case-study-content ul li {
    margin-bottom: 10px;
}

/* Custom Accordion for About Page */
.custom-accordion-btn {
    background-color: #0b0d21;
    color: white;
    font-size: 1.5rem;
    box-shadow: none;
}
.custom-accordion-btn:not(.collapsed) {
    background-color: #0b0d21;
    color: white;
    box-shadow: none;
}
.custom-accordion-btn::after,
.custom-accordion-btn:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f0a500'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* About Content Section Styles */
.about-content h2 {
    font-weight: 400;
    font-size: 2.2rem;
    color: #1a1e4a;
}

.about-content p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.8;
    font-weight: 300;
}

/* Custom Accordion Specifics */
.custom-accordion .accordion-item {
    border: none;
    border-radius: 0;
    background: transparent;
}

.custom-accordion-btn span {
    font-size: 1.4rem;
}

.custom-accordion .accordion-body h5 {
    font-weight: 400;
    color: #333;
    font-size: 1.1rem;
}

.custom-accordion .accordion-body a.read-more-link {
    color: #1a1e4a;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

/* Support Page Styles */
.support-main { background-color: #f8f9fa; }
.support-subtext { font-size: 0.95rem; }
.support-contact-icon { font-size: 1.2rem; }
.support-contact-text { font-size: 0.95rem; }
.locations-heading { font-weight: 500; font-size: 1.25rem; }
.location-country { font-size: 1rem; }
.location-phone { font-size: 0.9rem; }


.support-content a.text-info { transition: color 0.3s ease; }
.support-content a.text-info:hover { color: #0056b3 !important; text-decoration: underline !important; }


.support-link { color: #3498db; text-decoration: none; transition: color 0.3s; }
.support-link:hover { color: #0056b3; text-decoration: underline; }


/* Tour Page Styles */
.tour-content h2 {
    font-size: 2.2rem;
}
.tour-content .tour-video {
    border-radius: 8px;
}
.tour-content p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.8;
    font-weight: 300;
}


/* Glossary Accordion Styles */
.glossary-accordion .accordion-item {
    border: none;
    border-radius: 0;
    background: transparent;
    margin-bottom: 25px;
}
.glossary-accordion-btn {
    background-color: transparent;
    color: #1a1e4a;
    font-size: 1.1rem;
    font-weight: 400;
    padding: 15px 0 10px 0;
    border: none;
    border-bottom: 2px solid #1a1e4a;
    box-shadow: none;
    border-radius: 0;
}
.glossary-accordion-btn:not(.collapsed) {
    background-color: transparent;
    color: #1a1e4a;
    box-shadow: none;
}
.glossary-accordion-btn:focus {
    box-shadow: none;
    border-bottom-color: #1a1e4a;
}
.glossary-accordion-btn::after {
    background-image: url(""data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a1e4a'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e"");
}
.glossary-accordion-btn:not(.collapsed)::after {
    background-image: url(""data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a1e4a'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3e%3c/svg%3e"");
}
.glossary-accordion .accordion-body {
    padding: 20px 0 10px 0;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.8;
}

/* EULA Content */
.eula-content p, .eula-content ul {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.8;
    font-weight: 300;
}
.eula-content ul {
    padding-left: 20px;
}
.eula-content ul li {
    margin-bottom: 10px;
}
.eula-content a {
    color: #3498db;
}
.eula-content a:hover {
    color: #0056b3;
    text-decoration: underline !important;
}
.eula-content h3.text-orange {
    font-weight: bold;
}
