.top-bar {
    height: auto;
    min-height: 96px;
}

.title {
color: #fdbe33;
font-weight: 700;

}

.sub-title{
font-size: 1em;
}
.top-bar .logo {
    padding: 10px 0;
}

.top-bar .logo img {
    max-width: 280px;
    max-height: 76px;
    /*width: 100%;*/
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}

.carousel .carousel-caption .eyebrow {
    color: #fdbe33;
    font-weight: 700;
    /*text-transform: uppercase;*/
}

.badge-line {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.service-list {
    margin: 18px 0 0;
    padding-left: 18px;
}

.service-list li {
    margin-bottom: 8px;
}

.accreditation-card {
    height: 100%;
    padding: 30px;
    background: #f3f6ff;
    border-left: 5px solid #fdbe33;
}

.accreditation-card h3 {
    color: #030f27;
    font-size: 24px;
}

.process .service-item {
    min-height: 260px;
}

.process .service-text {
    display: block;
    height: 100%;
    min-height: 220px;
    padding: 28px;
    text-align: left;
}

.process .service-text h3 {
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
}

.process .service-text p {
    margin: 0;
    color: #ffffff;
}

.contact-form select.form-control {
    height: 60px;
}

.nav-bar .quote-menu-btn,
.quote-cta,
.quote-submit-btn {
    position: relative;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.quote-cta,
.quote-submit-btn {
    padding: 14px 28px;
    color: #030f27;
    background: #fdbe33;
    border: 2px solid #fdbe33;
    border-radius: 0;
    box-shadow: 0 10px 26px rgba(3, 15, 39, .16);
}

.quote-cta:hover,
.quote-submit-btn:hover {
    color: #ffffff;
    background: #030f27;
    border-color: #030f27;
}

.whatsapp-float {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 999;
    width: auto;
    height: 54px;
    padding: 0 20px 0 16px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 22px rgba(3, 15, 39, .25);
    animation: whatsappPulse 2.2s ease-in-out infinite;
}

.whatsapp-float:hover {
    color: #ffffff;
    background: #1ebe5d;
}

.whatsapp-float i {
    font-size: 30px;
}

.whatsapp-float span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

@keyframes whatsappPulse {
    0%, 100% {
        transform: translateY(0);
        box-shadow: 0 8px 22px rgba(3, 15, 39, .25);
    }
    50% {
        transform: translateY(-5px);
        box-shadow: 0 14px 30px rgba(37, 211, 102, .36);
    }
}

.service-detail-img img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.detail-panel {
    padding: 30px;
    background: #f3f6ff;
    height: 100%;
}

.detail-panel h3 {
    color: #030f27;
}

.wrapper {
    max-width: none;
}

@media (min-width: 992px) {
    .nav-bar,
    .nav-bar.nav-sticky {
        padding: 0;
        max-width: none;
    }
}

.service .service-img img {
    height: 240px;
    object-fit: cover;
}

.service-detail {
    padding-bottom: 45px;
}

.service-hero-img {
    margin-bottom: 30px;
}

.service-hero-img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.service-feature-box {
    height: 100%;
    padding: 28px;
    background: #f3f6ff;
    border-left: 5px solid #fdbe33;
}

.service-feature-box h3 {
    font-size: 22px;
    color: #030f27;
}

.quote-section {
    padding: 70px 0;
}

.quote-intro {
    height: 100%;
    padding: 42px;
    color: #ffffff;
    background: #030f27;
}

.quote-intro p:first-child {
    margin-bottom: 12px;
    color: #fdbe33;
    font-weight: 700;
    text-transform: uppercase;
}

.quote-intro h2 {
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.15;
}

.quote-copy {
    color: #d7dbe5;
}

.quote-contact-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    color: #ffffff;
    font-weight: 600;
}

.quote-contact-line i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #030f27;
    background: #fdbe33;
}

.quote-form-card {
    height: 100%;
    padding: 42px;
    background: #f3f6ff;
    border-top: 5px solid #fdbe33;
}

.quote-form-card .form-control {
    height: 56px;
    margin-bottom: 18px;
    border: 1px solid #dfe5f2;
    border-radius: 0;
}

.quote-form-card textarea.form-control {
    height: 140px;
}

@media (max-width: 767.98px) {
    .logo span {
        margin-top: -8px;
        font-size: 18px;
    }

    .carousel .carousel-caption h1 {
        font-size: 34px;
    }

    .service-hero-img img {
        height: 300px;
    }

    .top-bar .logo img {
        max-width: 230px;
    }

    .quote-intro,
    .quote-form-card {
        padding: 28px;
    }

    .quote-intro h2 {
        font-size: 32px;
    }

    .whatsapp-float {
        right: 15px;
        bottom: 18px;
        height: 50px;
        padding: 0 16px 0 14px;
    }
}
