/* =================================================================
   Homepage Hero Section
   ================================================================= */

.hero {
    position: relative;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(10, 38, 71, 0.9) 0%,
            rgba(10, 38, 71, 0.5) 50%,
            rgba(10, 38, 71, 0.8) 100%);
    z-index: 3;
}

.hero>.section-content {
    position: relative;
    z-index: 4;
}

.hero .high-light {
    display: block;
    color: var(--color-primary);
}

.hero h1 {
    margin-bottom: 20px;
}

.hero-desc {
    margin-bottom: 20px;
}

/* =================================================================
   About Section
   ================================================================= */

.about-home .section-content {
    padding: 120px 0 60px 0;
}

.about-home .img-inner,
.about-home .col:first-child .col-inner {
    border-radius: 24px;
}

.about-home .col:first-child .col-inner {
    position: relative;

}

.about-home img {
    border-radius: 24px;
}

.about-home .about-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background-color: var(--color-primary);
    color: var(--color-white);
    padding: 20px 20px;
    border-radius: 12px;

}

.about-home .badge-number {
    font-family: var(--second-font);
    font-size: var(--text-36);
    font-weight: var(--weight-bold);
    line-height: 1;
}

.about-home .badge-text {
    font-size: var(--text-sm);
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: bold;
}

.about-home .icon-box .icon-box-text {
    border-left: 2px solid var(--color-primary);
    padding-left: 16px;
}

.about-home .head {
    margin-bottom: 16px;
}

.about-home h2 {
    margin-bottom: 16px;
}

.about-home .description {
    margin-bottom: 16px;
}

/* =================================================================
   Consultation Section
   ================================================================= */

.consultation .section-content {
    padding: 60px 0;
}

.consultation h2 {
    margin-bottom: 16px;
}

.consultation .icon-box {
    margin-top: 40px;
    align-items: center;
}