body {
    background-color: #0d1a2d;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

.mobile-menu-btn{
        background: white;
    width: 45px;
    height: 45px;
    font-size: 14px;
    color: black !important;

}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #0d1a2d;
}

.navbar-brand .logo {
    height: 55px;
}

.navbar-nav .nav-link {
    color: #ffffff;
    margin: 0 1rem;
}

.navbar-nav .nav-link.active {
    color: #f0b843;
    border-bottom: 2px solid #f0b843;
}

.navbar-nav .nav-link:hover {
    color: #f0b843;
}

.navbar .btn-primary {
    background-color: #2563eb;
    border-color: #2563eb;
}

.hero-section {
    padding: 5rem 0;
}

.consulting-tag {
    background-color: rgba(30, 41, 59, 0.5);
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.consulting-tag i {
    color: #f0b843;
    margin-right: 0.5rem;
}

h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.strategy-consultants {
    color: #f0b843;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.hero-buttons .btn {
    margin-right: 1rem;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
}

.hero-buttons .btn-warning {
    background-color: #f0b843;
    border-color: #f0b843;
    color: #000000;
}

.stats-card {
    background-color: rgba(30, 41, 59, 0.5);
    border-radius: 15px;
    padding: 2rem;
    margin-top: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.stat-item:last-child {
    margin-bottom: 0;
}

.stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    font-size: 1.5rem;
}

.stat-icon.yellow {
    background-color: #f0b843;
    color: #000000;
}

.stat-icon.blue {
    background-color: #2563eb;
}

.stat-icon.green {
    background-color: #10b981;
}

.stat-title {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #a0aec0;
}

.stat-value {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0;
}

.stat-change-p, .stat-change-g, .stat-change-s {
    margin-left: auto;
    font-size: 1rem;
}

.stat-change-p {
    color: #4ade80;
}

.stat-change-g {
    color: #4ade80;
}

.stat-change-s {
    color: #f0b843;
}

.slider-indicators {
    display: flex;
    justify-content: flex-start;
    margin-top: 2rem;
}

.slider-indicators button {
    background-color: #4b5563;
    border: none;
    height: 6px;
    width: 40px;
    margin: 0 5px;
    border-radius: 3px;
    opacity: 0.5;
}

.slider-indicators button.active {
    background-color: #f0b843;
    opacity: 1;
}

.partners-section {
    background-color: #e4e8ec;
    color: #0d1a2d;
    padding: 5rem 0;
}

.trusted-by {
    color: #5a67d8;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.partners-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.partners-description {
    max-width: 600px;
    margin: 0 auto 3rem auto;
    color: #4a5568;
}

.logo-grid {
    margin-bottom: 3rem;
}

.logo-card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    margin-bottom: 1.5rem;
    border: 1px solid #e2e8f0;
}

.logo-card img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%);
    opacity: 0.6;
}

.join-brands {
    color: #4a5568;
    margin-bottom: 2rem;
}

.partner-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.p-stat-item {
    background-color: #e9ecef;
    padding: 0.8rem 1.5rem;
    border-radius: 20px;
    color: #4a5568;
    display: flex;
    align-items: center;
}

.p-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.p-dot.green {
    background-color: #34d399;
}

.p-dot.blue {
    background-color: #60a5fa;
}

.p-dot.yellow {
    background-color: #fcd34d;
}


.services-section {
    background-color: #ffffff;
    color: #0d1a2d;
}

.services-pre-title {
    color: #5a67d8;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.services-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.services-description {
    max-width: 600px;
    margin: 0 auto 3rem auto;
    color: #4a5568;
}

.service-card {
    background-color: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: 2.5rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background-color: #f0b843;
    color: #0d1a2d;
    margin: 0 auto 1.5rem auto;
}

.service-card .card-title {
    color: #0d1a2d;
    font-weight: bold;
    margin-bottom: 1rem;
}

.service-card .card-text {
    color: #4a5568;
}

.advantage-section {
    padding: 5rem 0;
}

.our-advantage {
    color: #f0b843;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.advantage-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 1rem;
}

.advantage-description {
    max-width: 600px;
    margin: 0 auto 4rem auto;
    color: #a0aec0;
}

.advantage-card {
    background-color: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 2.5rem;
    text-align: left;
    height: 100%;
    position: relative;
}

.advantage-stat {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    text-align: right;
    color: #a0aec0;
    font-size: 0.9rem;
}

.advantage-stat strong {
    color: #f0b843;
    font-size: 1.2rem;
}

.advantage-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background-color: #f0b843;
    color: #0d1a2d;
    margin-bottom: 1.5rem;
}

.advantage-card h3 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 1rem;
}

.advantage-card p {
    color: #a0aec0;
}

.cta-card {
    background-color: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 3rem;
    margin-top: 4rem;
}

.cta-card h3 {
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 1rem;
}

.cta-card p {
    color: #a0aec0;
    margin-bottom: 2rem;
}

.cta-card ul li {
    color: #a0aec0;
    margin-bottom: 1rem;
}

.cta-card ul li i {
    color: #34d399;
    margin-right: 0.75rem;
}

.cta-card .btn-secondary {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.about-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
    color: #0d1a2d;
}

.about-content {
    padding-left: 3rem;
}

.about-pre-title {
    color: #5a67d8;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.about-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.about-strengths {
    margin-top: 2rem;
}

.about-strengths li {
    margin-bottom: 1rem;
    color: #4a5568;
}

.about-strengths i {
    color: #34d399;
    margin-right: 0.75rem;
}

.contact-section {
    padding: 5rem 0;
    background-color: #fff;
}

.contact-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0d1a2d;
    margin-bottom: 1rem;
}

.contact-description {
    color: #0d1a2d;
    margin-bottom: 3rem;
}

.contact-info .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.contact-info .contact-item i {
    font-size: 1.5rem;
    color: #f0b843;
    margin-right: 1.5rem;
    width: 40px;
    text-align: center;
}

.contact-info h5 {
    color: #0d1a2d;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.contact-info p {
    color: #0d1a2d;
    margin-bottom: 0;
}

.contact-form-card {
    background-color: rgba(30, 41, 59, 0.062);
    border-radius: 15px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-form-card .form-label {
    color: #0d1a2d;
}

.contact-form-card .form-control {
    /* background-color: rgb(19, 19, 19); */
    border-color: rgb(199, 199, 199);
    /* color: #ffffff; */
}

.contact-form-card .form-control::placeholder {
    color: #718096;
}

.footer {
    background-color: #0d1a2d;
    padding: 5rem 0 2rem 0;
    color: #a0aec0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.footer-logo img {
    height: 80px;
    margin-right: 1rem;
}

.footer-logo span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
}

.footer p {
    max-width: 100%;
    margin-bottom: 0px;
}

.social-icons a {
    color: #a0aec0;
    font-size: 1.2rem;
    margin-right: 1.5rem;
    background-color: rgba(255, 255, 255, 0.05);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.footer h5 {
    color: #f0b843;
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.footer .list-unstyled a {
    color: #a0aec0;
    text-decoration: none;
    line-height: 2.2;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer-links a {
    color: #a0aec0;
    text-decoration: none;
    margin-left: 1.5rem;
}

@media (max-width: 992px) {
    .hero-section {
        text-align: center;
    }

    .hero-buttons {
        margin-bottom: 2rem;
    }

    .navbar-collapse {
        text-align: center;
    }

    .slider-indicators {
        justify-content: center;
    }

    .cta-card {
        text-align: center;
    }

    .cta-card .text-start {
        text-align: center !important;
    }

    .about-section {
        text-align: center;
    }

    .about-content {
        padding-left: 0;
        margin-top: 3rem;
    }

    .contact-section {
        text-align: center;
    }

    .contact-info .contact-item {
        justify-content: start;
        text-align: left;
    }

    .contact-form-card {
        margin-top: 3rem;
    }

    .footer {
        text-align: center;
    }

    .footer p {
        margin: 0 auto 2rem auto;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
    }

    .services-section {
        text-align: center;
    }
}
