/*-----------------
Reset
-----------------*/
:root {
    --brand: #1f4eff;
    --brand2: #4b7cff;
    --ink: #0f172a;
    --muted: #5b6887;
    --soft: #f7fbff;
    --ring: #e7ecf5;
    --radius: 1.25rem;
}

#dt-header-section {
    box-shadow: rgba(0, 0, 0, .06) 0 0px 0px 0;
}

#dt-header-section.scrolled {
  box-shadow: rgba(0, 0, 0, .06) 0 1px 5px 0;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

.custom-border-height-desktop {
    position: relative;
    width: 100%;
    height: 8px;
}

@media (max-width: 992px) {
    .custom-border-height-desktop {
        position: relative;
        width: 100%;
        height: 0px;
    }
}




/*-----------------
Animation Main
-----------------*/
.fade-in-up,
.fade-in-down {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

.fade-in-down {
    transform: translateY(-40px);
}

.fade-in-up.is-visible,
.fade-in-down.is-visible {
    opacity: 1;
    transform: none;
}




/*-----------------
Buttons
-----------------*/
.btn {
    height: 36px;
}

.btn i {
    margin-top: 2px;
    position: relative;
    float: left;
    padding-right: 4px;
}

.button-big {
    padding: 11px 16px;
    font-size: 16px !important;
    height: 46px;
}

.button-one {
    background-color: #20409e;
    box-shadow: inset 0 -1px 1px 0 rgb(27 31 35 / 5%), inset 0 1px 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 2px 0 rgb(27 31 35 / 5%);
    border: 1px solid rgba(27, 31, 35, .15);
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #f8fcfe;
    border-radius: 8px;
}

.button-one:hover {
    background-color: #222d67;
    color: #f8fcfe;
}

.button-two {
    background-color: #0195D7;
    box-shadow: inset 0 -1px 1px rgba(27, 31, 35, .05), inset 0 1px 1px rgba(255, 255, 255, .15), 0 1px 2px rgba(27, 31, 35, .05);
    border: 1px solid rgba(27, 31, 35, .15);
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #f8fcfe;
    border-radius: 8px;
}

.button-two:hover {
    background-color: #0078B6;
    color: #f8fcfe;
}

.button-one-outline {
    background-color: #F0F2F9;
    box-shadow: inset 0 -1px 1px 0 rgb(27 31 35 / 5%), inset 0 1px 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 2px 0 rgb(27 31 35 / 5%);
    border: 1px solid #20409e;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #20409e;
    border-radius: 8px;
}

.button-one-outline:hover {
    background-color: #f8fcfe;
    color: #222d67;
}

.button-two-outline {
    background-color: #F2F9FC;
    box-shadow: inset 0 -1px 1px rgba(27, 31, 35, .05), inset 0 1px 1px rgba(255, 255, 255, .15), 0 1px 2px rgba(27, 31, 35, .05);
    border: 1px solid #0078B6;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #0078B6;
    border-radius: 8px;
}

.button-two-outline:hover {
    background-color: #ffffff;
    color: #0078B6;
}





/*-----------------
Breadcrumb Navigation
-----------------*/
.nav-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    border-top: 1px solid #e7e8ec;
    border-bottom: 1px solid #e7e8ec;
    padding: 8px 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    background: transparent;
}

.breadcrumb a {
    color: #25378B;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb a:hover {
    color: #111827;
}

.breadcrumb-item {
    font-size: 14px;
    color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 6px;
    position: relative;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f284";
    font-family: "bootstrap-icons";
    font-size: 12px;
    color: #b6bfce;
    padding-right: 0px;
    top: 1px;
    position: relative;
}

@media (max-width: 768px) {
    .breadcrumb-item {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .nav-breadcrumb {
        padding: 6px 0;
    }

    .breadcrumb-item {
        font-size: 12px;
    }
}





/*-----------------
Hero
-----------------*/
.hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #EAF4FC 0%, #ffffff 100%);
    isolation: isolate;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: linear-gradient(180deg, rgba(234, 244, 252, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(https://www.meirc.com/assets/images/consulting/landing/map.svg);
    background-repeat: no-repeat;
    background-position: 0px -30%;
    background-blend-mode: overlay;
    opacity: 0.7;
}


.badge-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 12px 8px 12px;
    border-radius: 24px;
    background: #FFF;
    color: #1B76BC;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.hero-title {
    color: #111827;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1px;
    font-size: clamp(32px, 4vw + 1rem, 52px);
    margin: 0;
}

.hero-title .color-blue {
    color: #25378B;
}

.main-paragraph {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #374151;
}

.normal-paragraph {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #374151;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 12px;
    position: relative;
    float: left;
    width: 100%;
}

.hero-img {
    width: 100%;
    /*max-width: 520px;*/
    height: auto;
    display: block;
    filter: drop-shadow(0 18px 50px rgba(31, 78, 255, .12));
}

@media (max-width: 992px) {
    .hero-img {
        position: relative;
        display: none;
    }
}




/*-----------------
Content Main
-----------------*/
/*-----------------
Titles
-----------------*/
.header-main-2025  {
    padding: 40px 0px;
}
.contentsection-main-2025 {
    padding: 60px 0px;
}
.second-title {
    color: #111827;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0px;
    font-size: clamp(32px, 4vw + 1rem, 52px);
    margin: 0;
    font-size: 31px;
}

@media (max-width: 992px) {
    .header-main-2025  {
        padding: 0px 0px;
    }
}




/*-----------------
Cards Main
-----------------*/
.svc-card {
    border: 1px solid var(--ring);
    border-bottom: 4px solid var(--ring);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 2px 12px rgba(16, 24, 40, .05);
    transition: transform .15s ease, box-shadow .15s ease;
    position: relative;
    padding: 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.svc-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(16, 24, 40, .08);
}

.svc-thumb {
    aspect-ratio: 16 / 16;
    overflow: hidden;
    background: #f6f8fb;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    margin: -20px;
}

.svc-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.svc-body {
    padding: 16px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.svc-title {
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: .5rem;
}

.svc-cta {
    padding: 16px 0px 0px 0px;
    gap: 0.8rem;
    margin-top: auto;
}

.svc-body-btn {
    margin-top: auto;
}