/**
 * Hero Section Styles
 */

section.hero .xb-heading {
    padding-bottom: 10px !important;
}

section.hero .hero-btn>a>span {
    display: none !important;
}

.noraml-text .title.title-two {
    text-transform: none !important;
}

/* Blue bgHome hero text background for readability */
.blue-bg section.hero .section-title.pb-55 {
    background-color: #003da5a6;
    padding: 18px 22px 16px;
    border-radius: 8px 8px 0 0;
    display: inline-block;
}

.blue-bg section.hero .hero-btn.ul_li {
    background-color: #003da5a6;
    padding: 12px 18px;
    border-radius: 0 0 8px 8px;
    border-top: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    justify-content: flex-start;
}

/* white bg Home hero text background for readability */
.white-bg section.hero .section-title.pb-55 {
    background-color: #ffffff8a;
    padding: 18px 22px 16px;
    border-radius: 8px 8px 0 0;
    display: inline-block;
}

.white-bg section.hero .hero-btn.ul_li {
    background-color: #ffffff8a;
    padding: 12px 18px;
    border-radius: 0 0 8px 8px;
    border-top: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    justify-content: flex-start;
}