:root {
    --primary-color: #49A7B5;
    --secondary-color: #2ecc71;
    --font-color: #333333;
    --background-color: #f5f5f5;
    --heading-font: Arial, Helvetica, sans-serif;
    --body-font: "Poppins", sans-serif;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    color: #222;
    overflow-x: hidden;
}

p {
    font-size: 16px;
    line-height: 24px;
    /* color: #222; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    /* color: #000; */
}

h1 span, h1 strong,
h2 span, h2 strong,
h3 span, h3 strong,
h4 span, h4 strong,
h5 span, h5 strong,
h6 span, h6 strong {
    font-family: var(--heading-font) !important;
    /* color: #000; */
}

.fs-48 {
    font-size: 48px;
    line-height: 1.5;
}

.fs-60 {
    font-size: 60px;
    line-height: 1.1;
}

.fs-32 {
    font-size: 32px;
}

.fs-28 {
    font-size: 28px;
}

.fs-20 {
    font-size: 20px;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.font-italic {
    font-style: italic;
}

img {
    max-width: 100%;
}

.header-inner {
    padding: 20px 0;
}

.top-header,
.top-header .bg-body-tertiary {
    background: #fff !important;
}

.top-header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.navbar-nav {
    gap: 14px;
}

.navbar-nav .nav-link {
    font-size: 17px;
}

.nav-link.active,
.nav-link:hover {
    background: #34919F;
    border-radius: 4px;
    color: #fff !important;
}

/* Dropdown hover styles */
.dropdown-hover .dropdown-menu {
    display: none;
    margin-top: 0;
}

.dropdown-hover .dropdown-menu.show {
    display: block;
}

.dropdown-hover:hover .dropdown-menu {
    display: block;
}

.dropdown-hover .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-menu {
    animation: fadeInDown 0.3s ease-in-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-toggler {
    box-shadow: none;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.banner-section {
    background: url("../images/top-logo-icon.png") #49A7B5 no-repeat 0 50%;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow-x: hidden;
}

.banner-panel {
    overflow-x: hidden;
}

.carousel-item img {
    width: 100%;
}

.carousel-item {
    border: 3px solid #fff;
    border-radius: 64px;
    overflow: hidden;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #fff;
    width: 68px;
    height: 68px;
    border-radius: 100%;
    border-radius: 100%;
    opacity: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
    background-size: 25px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
    background-size: 25px;
}

.carousel-control-prev {
    margin-left: 0;
    opacity: 1;
}

.carousel-control-next {
    margin-right: 0;
    opacity: 1;
}

.banner-content {
    width: 45%;
    flex-shrink: 0;
    padding-right: 10px;
    text-align: left;
}

.banner-content .banner-text,
.banner-content .banner-text p,
.banner-content .banner-text h1,
.banner-content .banner-text h2,
.banner-content .banner-text h3,
.banner-content .banner-text h4 {
    text-align: left !important;
}

.banner-panel .carousel {
    flex: 1;
    min-width: 0;
    min-height: 400px;
    overflow: hidden;
    position: relative;
}

.banner-panel .carousel-inner {
    height: 100%;
    min-height: 400px;
    width: 100%;
}

.banner-panel .carousel-item {
    height: 100%;
    min-height: 400px;
    width: 100%;
}

.banner-panel .carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.behind-claim-panel {
    background: url("../images/service-bg.png") no-repeat 100% 0 #F7F5F2;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Legacy col-sm-3-5 - kept for backward compatibility */

.text-capitalize {
    text-transform: capitalize;
}

.behind-claim-block {
    background: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.behind-claim-heading img {
    max-width: 64px;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.behind-claim-block ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.behind-claim-block ul li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
}

.behind-claim-block ul li::before {
    background: url("../images/icons/check-icon.svg") no-repeat;
    content: '';
    width: 24px;
    height: 24px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.who-we-serve-panel {
    background: url("../images/serve-bg.png") repeat #49A7B5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.who-we-serve-panel img {
    border-radius: 16px;
}

.who-we-serve-block {
    background: #fff;
    padding: 70px;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.who-we-serve-image-block {
    background: #fff;
    padding: 30px;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.who-we-serve-image-block img {
    width: 100%;
    border-radius: 0;
}

.services-panel {
    background: #F7F5F2;
    padding-top: 20px;
    padding-bottom: 41px;
}

.white-block {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.white-block img {
    max-width: 64px;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.how-we-help-panel {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.outline-box {
    border: 1px solid #D7D7D7;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.outline-box-content {
    padding: 20px 30px;
}

.cta-yellow-btn {
    background: #FFD470;
    border-radius: 4px;
    color: #000;
    white-space: nowrap;
    font-weight: 600;
    font-size: 19px;
    padding: 12px 28px;
    transition: all 0.3s ease-in;
}

.cta-yellow-btn:active,
.cta-yellow-btn:hover {
    background: #ffbf00 !important;
    border-color: #ffbf00 !important;
    color: #2E3D42;
}

.cta-yellow-btn .arrow-icon {
    transition: all 0.3s ease-in;
}

.cta-yellow-btn:hover .arrow-icon {
    transform: translateX(15px);
}

/* Fix for rich text inside buttons */
.cta-yellow-btn p,
.cta-yellow-btn div,
.cta-yellow-btn span,
.cta-yellow-btn h1,
.cta-yellow-btn h2,
.cta-yellow-btn h3,
.cta-yellow-btn h4,
.cta-yellow-btn h5,
.cta-yellow-btn h6 {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    color: inherit !important;
}

.cta-yellow-btn br {
    display: none;
}

.btn-xlg {
    padding: 17px 45px;
}

.arrow-icon {
    background: url("../images/icons/arrow-icon.svg") no-repeat 0 0;
    width: 19px;
    height: 15px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.services-block-panel ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.services-block-panel ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.services-block-panel ul li::before {
    background: url(../images/icons/check-green.svg) no-repeat;
    content: '';
    width: 12px;
    height: 10px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
}

.cta-green-btn {
    background: #C8E6C9;
    border-radius: 4px;
    color: #2E3D42;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease-in;
}

.cta-green-btn:active,
.cta-green-btn:hover {
    background: #8dee90 !important;
    color: #2E3D42;
    border-color: #8dee90 !important;
}

.cta-green-btn .arrow-icon {
    transition: all 0.3s ease-in;
}

.cta-green-btn:hover .arrow-icon {
    transform: translateX(15px);
}

.help-pic img {
    width: 100%;
}

.claim-right-block p {
    color: #748289;
}

.footer-copyright {
    background: #0E7686;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-copyright p {
    margin-bottom: 0;
    color: #fff;
}

.footer-copyright ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.footer-copyright ul li {
    color: #D9D9D9;
}

.footer-copyright ul li a {
    color: #D9D9D9;
    list-style-type: disc;
    text-decoration: none;
}

.footer-copyright ul li a:hover {
    text-decoration: underline;
}

.footer-top {
    background: linear-gradient(to right, #2290A0 48%, #14899A 40%);
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.footer-top::before {
    content: '';
    background-image: url("../images/footer-bg.png");
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: block;
}

.footer-links li {
    color: #fff;
    margin-bottom: 15px;
}

.footer-links li a {
    color: #fff;
    text-decoration: none;
}

.phone-icon {
    background: url("../images/icons/phone-icon.svg") no-repeat 0 0;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}

.email-icon {
    background: url("../images/icons/email-icon.svg") no-repeat 0 0;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}

.time-icon {
    background: url("../images/icons/time-icon.svg") no-repeat 0 0;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}

.social-icon {
    width: 44px;
    height: 44px;
    display: block;
    flex-shrink: 0;
    background-size: contain;
}

.fb-icon {
    background: url("../images/icons/fb-icon.png") no-repeat 0 0;
}

.tw-icon {
    background: url("../images/icons/tw-icon.png") no-repeat 0 0;
}

.insta-icon {
    background: url("../images/icons/insta-icon.png") no-repeat 0 0;
}

.linkd-icon {
    background: url("../images/icons/linkd-icon.png") no-repeat 0 0;
}

.email-text {
    text-decoration: none;
}

.email-text:hover {
    text-decoration: underline;
}

@media (min-width: 1350px) {
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        border: none;
    }
}

@media (min-width: 1350px) and (max-width: 1400px) {
    .navbar-brand img {
        max-width: 200px;
    }

    .navbar-nav {
        gap: 10px;
    }

    .fs-60 {
        font-size: 54px;
        line-height: 1.1;
    }
}

@media (max-width: 1349px) {
    /*.banner-content {
        width: 100%;
    }*/

    /*.banner-panel {
        flex-direction: column-reverse !important;
    }*/

    .fs-60 {
        font-size: 36px;
        line-height: 1.1;
    }

    .fs-48 {
        font-size: 32px;
        line-height: 1.1;
    }

    .fs-28 {
        font-size: 20px;
    }

    .behind-claim-inner h2 span {
        padding-top: 10px;
    }

    /* Override Bootstrap navbar-expand-xl between 1200px–1349px */
    .navbar-expand-xl .navbar-toggler { display: flex !important; }
    .navbar-expand-xl .navbar-collapse:not(.show) { display: none !important; }
    .navbar-expand-xl .navbar-collapse.show { display: block !important; }

    .navbar .container-fluid {
        display: flex;
        flex-wrap: nowrap;
    }

    .navbar-collapse {
        position: absolute;
        top: 70px;
        background: #fff;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }

    .navbar-nav .nav-link {
        font-size: 17px;
        padding: 10px 20px;
    }

    /* Mobile submenu items (indented) */
    .navbar-nav .d-lg-none.nav-item .nav-link {
        font-size: 15px;
        padding: 8px 20px 8px 40px;
        color: #666;
        background-color: #f8f9fa;
        border-left: 3px solid #49A7B5;
        margin-left: 20px;
    }

    .navbar-nav .d-lg-none.nav-item .nav-link.active {
        color: #49A7B5;
        background-color: #e7f5f7;
        font-weight: 600;
    }

    /* Header CTA button - full width on mobile */
    .navbar-collapse .cta-yellow-btn {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .carousel-item {
        border: 3px solid #fff;
        /*border-radius: 8px;*/
        overflow: hidden;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 48px;
        height: 48px;
    }

    .banner-panel .carousel {
        width: 100%;
        flex-shrink: 0;
    }

    .carousel-control-next {
        margin-right: -9px;
        opacity: 1;
    }

    .carousel-control-prev {
        margin-left: -9px;
        opacity: 1;
    }

    .who-we-serve-block {
        padding: 30px;
    }

    .who-we-serve-image-block {
        padding: 20px;
    }

    .services-block-panel .col-lg-4,
    .how-we-help-panel .col-lg-4 {
        margin-bottom: 15px;
    }

    .pt-5.claim-right-block {
        padding-top: 20px !important;
        padding-left: 25px;
        padding-right: 25px;
    }

    .behind-claim-panel,
    .who-we-serve-panel,
    .pt-5.how-we-help-block-wrapper {
        padding-top: 30px !important;
    }

    .footer-top {
        background: #2290A0;
    }

    .footer-copyright p {
        padding-top: 15px;
    }

    .footer-copyright .row {
        flex-direction: column-reverse;
    }

    .who-we-serve-block {
        transform: translateY(0);
    }

    .who-we-serve-image-block {
        transform: translateY(0);
    }

    .behind-claim-heading {
        align-items: center !important;
    }

    .behind-claim-heading h3 {
        margin-bottom: 0;
    }

    .behind-claim-heading h3 br {
        display: none;
    }

    .how-we-help-panel {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .outline-box-content h3 br {
        display: none;
    }

    .outline-box-content h3 {
        margin-bottom: 15px !important;
    }

    .pt-sm-20 {
        padding-top: 20px !important;
    }
}
@media (max-width: 1260px) {
    .banner-content {
        width: 100%;
    }

    .banner-panel {
        flex-direction: column-reverse !important;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 90% !important;
    }
}

b, strong {
    font-weight: 600  !important;
}

.how-we-help-inner-panel h2 p span{
        font-size: 48px !important;
        font-weight: 600 !important;
    }

    .outline-box-content.text-center p {
    font-weight: 400;
}

/* ============================
   Mobile Responsive (max-width: 767px)
   ============================ */
@media (max-width: 767px) {
    /* Typography scaling */
    .who-we-serve-block h2 span {
        font-size: 24px !important;
    }
    .how-it-works-panel h2 span{
        font-size: 24px !important;
        font-weight: 600 !important;
    }
    .how-we-help-inner-panel,  h2 p strong span{
        font-size: 24px !important;
        font-weight: 600 !important;
    }

    .how-we-help-inner-panel h2 p span{
        font-size: 24px !important;
        font-weight: 600 !important;
    }
    .leadership-intro-content h1 span{
        font-size: 24px !important;
        font-weight: 600 !important;
    }

    .leadership-intro-content p span{
        font-family: poppins, sans-serif;
        font-size: 12pt;
    }
    .fs-60 {
        font-size: 28px;
        line-height: 1.2;
    }

    .fs-48 {
        font-size: 24px;
        line-height: 1.3;
    }

    .fs-32 {
        font-size: 22px;
    }

    .fs-28 {
        font-size: 18px;
    }

    .fs-20 {
        font-size: 16px;
    }

    p {
        font-size: 15px;
        line-height: 22px;
    }

    /* Banner Section */
    .banner-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .banner-content {
        text-align: center;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .banner-content .btn {
        width: 100%;
        justify-content: center;
    }

    /* Carousel */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 36px;
        height: 36px;
        background-size: 14px;
    }

    .carousel-control-prev {
        margin-left: -5px;
    }

    .carousel-control-next {
        margin-right: -5px;
    }

    .carousel-item {
        border-radius: 8px;
    }

    /* Behind Claim Panel */
    .behind-claim-panel {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .behind-claim-block {
        padding: 15px;
        margin-bottom: 15px;
    }

    .behind-claim-heading img {
        max-width: 48px;
        max-height: 48px;
    }

    .behind-claim-block ul li {
        padding-left: 30px;
        padding-bottom: 12px;
        font-size: 14px;
    }

    .behind-claim-block ul li::before {
        width: 20px;
        height: 20px;
    }

    .claim-right-block {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .claim-right-block .fs-32 {
        font-size: 16px;
    }

    /* Who We Serve Panel */
    .who-we-serve-panel {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .who-we-serve-block {
        padding: 20px;
        transform: translateY(0);
    }

    .who-we-serve-image-block {
        padding: 15px;
        transform: translateY(0);
    }

    .who-we-serve-block h3 {
        font-size: 22px;
        margin-bottom: 20px !important;
    }

    .who-we-serve-block .mb-5 {
        margin-bottom: 15px !important;
    }

    .who-we-serve-block h5 {
        font-size: 16px;
        margin-bottom: 15px !important;
    }

    /* Services Panel */
    .services-panel {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .white-block {
        padding: 20px;
        margin-bottom: 15px;
    }

    .white-block img {
        max-width: 48px;
        max-height: 48px;
    }

    .white-block h3 {
        font-size: 22px;
        margin-bottom: 15px !important;
    }

    /* How We Help Panel */
    .how-we-help-panel {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .outline-box-content {
        padding: 15px 20px;
    }

    .outline-box-content h3 {
        font-size: 20px;
        margin-bottom: 10px !important;
    }

    /* Buttons */
    .btn-xlg {
        padding: 12px 25px;
        font-size: 14px;
    }

    .cta-yellow-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .pt-sm-20 {
        padding-top: 15px !important;
    }

    /* Footer */
    .footer-top {
        padding-top: 30px;
        padding-bottom: 30px;
        background: #2290A0;
    }

    .footer-top .col-lg-6 {
        margin-bottom: 25px;
    }

    .footer-top h2 {
        font-size: 22px;
    }

    .footer-top h3 {
        font-size: 18px;
    }

    .footer-copyright {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer-copyright .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .footer-copyright ul {
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .footer-copyright p {
        font-size: 13px;
    }

    /* Inner page banners */
    .inner-banner-section {
        margin-bottom: 1.5rem;
    }

    .services-banner img,
    .contact-banner img {
        max-height: 200px;
    }

    /* How It Works */
    .how-it-works-panel {
        padding: 30px 0;
    }

    .how-it-works-list li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    /* General spacing */
    .pt-5 {
        padding-top: 1.5rem !important;
    }

    .mb-5 {
        margin-bottom: 1.5rem !important;
    }

    .pb-5 {
        padding-bottom: 1.5rem !important;
    }
}

/* ============================
   Extra Small Mobile (max-width: 480px)
   ============================ */
@media (max-width: 480px) {
    .fs-60 {
        font-size: 24px;
    }

    .fs-48 {
        font-size: 24px;
    }

    .navbar-brand img {
        max-width: 150px;
    }

    .banner-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .who-we-serve-block {
        padding: 15px;
    }

    .who-we-serve-image-block {
        padding: 10px;
    }

    .behind-claim-block {
        padding: 12px;
    }

    .white-block {
        padding: 15px;
    }

    .footer-copyright ul {
        gap: 10px;
        font-size: 12px;
    }

    .social-icon {
        width: 36px;
        height: 36px;
    }
}

/* Rich Text Area Fixes */
.banner-content img,
.behind-claim-inner img,
.who-we-serve-block img,
.services-inner-panel img,
.how-we-help-inner-panel img {
    max-width: 100%;
    height: auto;
}

.behind-claim-inner p,
.who-we-serve-block p,
.services-inner-panel p,
.how-we-help-inner-panel p {
    margin-bottom: 1rem;
}

.behind-claim-inner p:last-child,
.who-we-serve-block p:last-child,
.services-inner-panel p:last-child,
.how-we-help-inner-panel p:last-child {
    margin-bottom: 0;
}

/* Fix for nested elements in rich text headings */
.behind-claim-panel h2 p,
.who-we-serve-panel h2 p,
.services-panel h2 p,
.how-we-help-panel h2 p,
.behind-claim-panel h3 p,
.services-panel h3 p,
.how-we-help-panel h3 p {
    display: inline;
    margin: 0;
}

.leader-quote-block .quote-text p {
    display: inline;
}

/* Banner heading and subheading white color fix */
.banner-content h1,
.banner-content h1 *,
.banner-section .banner-content > p,
.banner-section .banner-content > p * {
    color: #fff !important;
}

/* Quote marks - inline with vertical alignment */
.quote-mark-top {
    font-size: 0.9em;
    /* vertical-align: top; */
    line-height: 1;
    left: 5px;
    position: relative;
    top: -12px;
}
.quote-mark-bottom {
    font-size: 0.9em;
    vertical-align: bottom;
    line-height: 1;
    position: relative;
    left: -2px;
}

.leader-quote-mark-top {
    font-size: 0.9em;
    vertical-align: top;
    line-height: 1;
}
.leader-quote-mark-bottom {
    font-size: 0.9em;
    vertical-align: bottom;
    line-height: 1;
}

.how-it-works-list li p span{
font-size: 16px !important;
}


/* 06.3.2026 */
@media (max-width: 480px) {

    .heding-top h1 span{
        font-size: 24px !important;
        font-weight: 600 !important;
    }

    .s-font span{
      font-size: 20px !important;   
    }

   .who-are-text span{
          font-size: 24px !important;  
          font-weight: 600 !important; 
    }
.how-we-help span{
          font-size: 24px !important;   
          font-weight: 600 !important;
    }
    .how-it-works-list li p span{
        font-size: 16px !important;
        font-weight: 400 !important;
    }

     /*.how-it-works-panel span{
              font-size: 20px !important;   
        }*/


        /*.how-we-help-inner-panel span{
              font-size: 20px !important;   
        }*/

        /*.services-inner-panel span{
             font-size: 12px !important;  
        }*/

        /*.leadership-intro-content span{
             font-size: 20px !important;  
        }

        .leadership-intro-content p span{
            font-size: 16px !important;  
        }

        .banner-content h1 span{
             font-size: 22px !important;  
        }*/

        /*.fa-quote-left span{
             font-size: 16px !important;  
        }*/
}

.quote-mark-top.fa-quote-left-alt:before, .quote-mark-top.fa-quote-left:before{
    font-size: 18px;
}

.quote-mark-bottom.fa-quote-right-alt:before, .quote-mark-bottom.fa-quote-right:before{
    font-size: 18px;
}

.leader-quote-block .fa-quote-right:before{
position: relative;
    bottom: 10px;
}

.claim-right-block .quote-mark-bottom.fa-quote-right:before{
    position: relative;
    bottom: 10px;
}

.card.hover-lift:hover , .careers-why-card:hover{
    transform: translateY(-10px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    border:1px solid #49A7B5 !important;
}

.contact-banner img {
    max-height: 200px;
    object-position: top !important;
}

.banner-text h1, .banner-text h1 span, .banner-content h1, .banner-content h1 span, .behind-claim-inner h2 span {
    font-size: 48px !important;
    line-height: 1.15;
}

.font-para p, .font-para p span, .lead p strong span {
    font-size: 16px !important;
    font-weight: 400;
    color:#222;
} 

.banner-content p, .banner-content p span, .lv-banner, .lead {
    font-size: 20px !important;
}

.leadership-intro-content p, .leadership-intro-content p span{
    font-size: 16px !important;
}

.whoweare .nav-tabs .nav-link.active::after {
    border-bottom: 8px solid #4da7b4 !important;
    bottom: 0px !important;
}

.behind-claim-block ul li p, .behind-claim-block ul li p span {
    font-size: 16px !important;
}

.home-quote-description p, .home-quote-description p span {
    font-size: 16px !important;
}

section#how-it-works div.text-center > p, section#how-it-works div.text-center > p span {
    font-size: 18px !important;
    line-height: 26px;
}


@media (max-width: 767px) {
    .banner-text h1, .banner-text h1 span, .banner-content h1, .banner-content h1 span, .behind-claim-inner h2 span {
        font-size: 32px !important;
        line-height: 1.15;
    }

    .banner-content p, .banner-content p span, .lv-banner, .lead {
        font-size: 16px !important;
    }

    .banner-panel .carousel-item img {
        object-position: top left;
    }

    .how_it_work_tag_line{
        text-align: center !important;
    }

}

@media (min-width: 767px) and (max-width: 1480px) {
    .banner-text h1, .banner-text h1 span, .banner-content h1, .banner-content h1 span, .behind-claim-inner h2 span {
        font-size: 38px !important;
        line-height: 1.15;
    }

}

.services-inner-panel > h2{
    margin-top: 16px !important;
    margin-bottom: 10px !important;
}
@media (min-width: 767px) and (max-width: 1350px) {
    .navbar-expand-xl .navbar-nav {
        flex-direction: column !important;
    }
    .navbar-expand-xl .navbar-collapse.show {
        max-width: 300px;
        right: 0;
        position: absolute;
        left: auto;
    }
}


