:root {
    --primary-blue: #1a3a6b;
    --primary-green:#009944;
    --accent-green: #009944;
    --dark-bg: #1a1a2e;
    --light-gray: #f5f5f5;
    --text-dark: #333;
    --text-muted: #666;
}
/* Top Bar */
.top-bar {
    background-color: #000000;
    color: #fff;
    font-size: 0.85rem;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

/*.top-bar a:hover {*/
/*    color:  #2e8b57;*/
/*}*/
.top-bar .dropdown-menu-end{
    position: absolute;
    top: 20px;
    z-index: 9999;
}
.top-bar .contact-items {
    display: flex;
    align-items: center;
    gap: 5px;
    border: none;
    outline: none;
}

.top-bar .divider {
    color: rgba(255,255,255,0.3);
    margin: 0 15px;
}

.language-selector {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 0;
    position: relative;
}

.top-bar .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    padding: 10px 0;
    margin-top: 0 !important;
    min-width: 220px;
    display: none;
    left: 0;
    top: 100%;
    z-index: 9999;
}

.top-bar .nav-item-dropdown:hover > .dropdown-menu {
    display: block;
}

.top-bar .dropdown-menu .dropdown-item {
    padding: 8px 20px;
    font-size: 14px;
    color: var(--text-dark);
    transition: all 0.2s;
}

.top-bar .dropdown-menu .dropdown-item:hover,
.top-bar .dropdown-menu .dropdown-item:focus {
    background: var(--light-gray);
    color: var(--primary-green);
}

/* Navbar */
.main-navbar {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 0;
}
.main-navbar i,.top-bar i{
    color: #009944;
}
.main-navbar .navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 220px;
}

.main-navbar .nav-link {
    color: var(--text-dark) !important;
    font-size: 14px;
    font-weight: 500;
    padding: 26px 23px !important;
    transition: color 0.3s;
}
.navbar-expand-lg .navbar-collapse{flex-basis: 100%;}
.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
    color: var(--primary-green) !important;
}

.main-navbar .nav-link.active {
    background: #004199;
    color: #fff !important;
}

.main-navbar .nav-item.dropdown .nav-link {
    position: relative;
}

.main-navbar .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    padding: 10px 0;
    margin-top: 0 !important;
    min-width: 220px;
    display: none;
}

.main-navbar .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}

.main-navbar .dropdown-menu .dropdown-item {
    padding: 8px 20px;
    font-size: 14px;
    color: var(--text-dark);
    transition: all 0.2s;
}

.main-navbar .dropdown-menu .dropdown-item:hover,
.main-navbar .dropdown-menu .dropdown-item:focus {
    background: var(--light-gray);
    color: var(--primary-green);
}

.main-navbar .dropdown-menu .dropdown-item i {
    color: var(--primary-green);
    font-size: 10px;
}

.main-navbar .dropdown-menu .dropdown-divider {
    margin: 8px 0;
    border-color: #eee;
}

.btn-whatsapp-nav {
    color:#221815;
    border-radius: 20px;
    padding: 6px 18px !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: solid 1px #000000;
}

.btn-whatsapp-nav:hover {
    color: var(--accent-green);
}
/* FAQ Section */
.faq-section {
    padding: 60px 0;
    background: #f5f5f5;
}
.faq-section .faq-content{
    background: #fff;
    padding: 30px 20px;
}
.faq-section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #004199;
    margin-bottom: 20px;
}

.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 0 !important;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 20px;
    border-radius: 0 !important;
}
.faq-accordion .accordion-button.collapsed{
    background: #aaa;
}
.faq-accordion .accordion-button:not(.collapsed) {
    outline: none;
    box-shadow: none;
    background: #004199;
}

.faq-accordion .accordion-button::after {
    filter: brightness(0) invert(1);
}

.faq-accordion .accordion-body {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-muted);
}

.faq-accordion .accordion-body ul {
    padding-left: 20px;
}

.faq-accordion .accordion-body li {
    margin-bottom: 5px;
}

/* Contact Form Section */
.contact-section {
    padding: 60px 0;
    background: var(--light-gray);
}
.contact-section .contact-content{background: #fff;padding: 0 20px;}
.contact-header {
    background: #004199;
    color: #fff;
    text-align: center;
    padding: 25px;
}

.contact-header h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact-header p {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 0;
}

.contact-form-wrapper {
    background: #fff;
    border-radius: 0 0 12px 12px;
    padding: 30px 0;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
}

.contact-form-wrapper .form-control {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 14px;
}

.contact-form-wrapper .form-control:focus {
    border-color: var(--primary-green);
    box-shadow: 0 0 0 0.2rem rgba(45, 138, 78, 0.15);
}

.contact-form-wrapper textarea.form-control {
    min-height: 100px;
}

.btn-send {
    background: #004199;
    color: #fff;
    border: none;
    padding: 10px 40px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
}

.btn-send:hover {
    background: #244a85;
    color: #fff;
}

.btn-reset {
    background: var(--primary-green);
    color: #fff;
    border: none;
    padding: 10px 40px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
}

.btn-reset:hover {
    background: var(--accent-green);
    color: #fff;
}
/* Cases Section */
.cases-section {
    padding: 60px 0;
}
.cases-section .recommend{
    background: #004199;
    color: #fff;
    padding: 10px 20px;
}
.cases-section .recommend h2{
    font-size: 1.4rem;
}
.cases-section .recommend a{
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
}
.case-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border: solid 1px #004199;
    transition: transform 0.3s, box-shadow 0.3s;
}

.case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.case-content {
    padding: 20px;
}

.case-content h5 {
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 8px;
}

.case-content h5 a{
    color: #595757;
    text-decoration: none;
}


/*service*/
.lifecycle-section {
    display: flex;
}

.lifecycle-left {
    background-color: #004199;
    color: #ffffff;
    flex: 1;
}

.lifecycle-right {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lifecycle-right .image-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.lifecycle-right-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #ffffff;
    padding: 30px;
    max-width: 500px;
}

.lifecycle-right-content h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.lifecycle-right-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.9;
}

.service-item {
    display: flex;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.service-item:last-child {
    border-bottom: none;
}

.service-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.service-content p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 991px) {
    .lifecycle-section {
        flex-direction: column;
    }

    .lifecycle-right-content h1 {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .service-icon {
       display: none;
    }

}

@media (max-width: 576px) {

    .lifecycle-right-content h1 {
        font-size: 1.6rem;
    }

    .lifecycle-right-content p {
        font-size: 0.95rem;
    }

    .service-item {
        gap: 16px;
        padding: 20px 0;
    }
}

/* Footer */
.main-footer {
    background: url("../images/a17.png")no-repeat center;
    color: #fff;
    padding: 50px 0 20px;
    background-size: cover;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.footer-logo img{
    max-width: 250px;
}
.footer-logo .logo-icon {
    width: 36px;
    height: 36px;
    background: var(--primary-green);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.footer-logo .brand-name {
    font-size: 16px;
    font-weight: 700;
}

.footer-logo .brand-sub {
    font-size: 10px;
    color: rgba(255,255,255,0.6);
    letter-spacing: 1px;
}

.footer-desc {
    color: #ffffff;
    margin-top: 20px;
}

.footer-col h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: var(--primary-green);
}

.footer-contact p {
    font-size: 13px;
    color:#fff;
    margin-bottom: 8px;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
}

.footer-contact a:hover {
    color: var(--primary-green);
}

.footer-qr {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.footer-qr-item {
    text-align: center;
}

.footer-qr-item img {
    width: 120px;
    height: 120px;
    background: #fff;
    padding: 5px;
    margin-bottom: 8px;
}

.footer-qr-item span {
    font-size: 15px;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color:#fff;
}
@media (max-width: 768px) {
    .top-bar {
        font-size: 11px;
    }

    .top-bar a {
        margin-right: 10px;
    }

    .top-box {
        width: 100%;
        justify-content: space-between !important;
    }
    .faq-section h2{font-size: 22px;}
    .btn-send{margin-bottom: 10px;}
    .btn-whatsapp-nav{display: none;}
    .main-navbar .nav-link{padding: 10px!important;}
}