/*-----------------
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%, #f9f9f9 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: right;
    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: 0px 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;
    }
}


/*-----------------
Why Meirc
-----------------*/
.why {
    background: #ffffff;
    border-top: 1px solid #F0F7FB;
    border-bottom: 0px solid var(--ring);
    padding: 60px 0px;
}

.why-card {
    border: 1px solid var(--ring);
    height: 100%;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 20px;
    border: 2px solid #E2E8F0;
    border-bottom: 4px solid #E2E8F0;
    background: #F8FAFC;
}

.why-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .4rem;
    float: left;
    width: 100%;
    text-align: left;
}

.why-card p {
    color: var(--muted);
    margin: 0;
}


/*-----------------
Client Stories
-----------------*/
.client-stories {
    background: #ffffff;
    border-top: 1px solid #F0F7FB;
    border-bottom: 0px solid var(--ring);
    padding: 60px 0px;
}



/*-----------------
Client Protfolios
-----------------*/
.client-protfolios {
    background: #F7FAFD;
    border-top: 1px solid #F0F7FB;
    border-bottom: 0px solid var(--ring);
    padding: 60px 0px;
}




/*-----------------
Consultant Partners
-----------------*/
.consultant-partners {
    background: #ffffff;
    border-top: 1px solid #F0F7FB;
    border-bottom: 0px solid var(--ring);
    padding: 60px 0px;
}




/*-----------------
Offer Meirc
-----------------*/
.offer-card {
    border: 1px solid var(--ring);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 2px 12px rgba(16, 24, 40, .05);
    transition: transform .15s ease, box-shadow .15s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

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

.offer-thumb {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    margin: 20px 20px 0px 20px;
    border: 4px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(16, 24, 40, .05);
}

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

.offer-body {
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.offer-title {
    font-weight: 800;
    margin-bottom: .35rem;
    line-height: 28px;
}

.offer-cta {
    margin-top: auto;
    padding: 0px 20px 20px 20px;
}

.offer-body .text-secondary.mb-3 {
  flex-grow: 1;
}

.accent-blue {
    border-radius: 20px;
    border: 2px solid #D7E4EC;
    border-bottom: 4px solid #D7E4EC;
    background: #F0F7FB;
}

.accent-purple {
    border-radius: 20px;
    border: 2px solid #E0D9EE;
    border-bottom: 4px solid #E0D9EE;
    background: #F3F0FA;
}

.accent-mint {
    border-radius: 20px;
    border: 2px solid #D8EDE6;
    border-bottom: 4px solid #D8EDE6;
    background: #F3FBF8;
}

.accent-peach {
    border-radius: 20px;
    border: 2px solid #F2E3DE;
    border-bottom: 4px solid #F2E3DE;
    background: #FFF6F2;
}




/*-----------------
Services Grid
-----------------*/
.service-card {
    border-radius: var(--radius);
    background: #f9fbfe;
    height: 100%;
    transition: transform .12s ease, box-shadow .12s ease;
}

.service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(16, 24, 40, .06);
}

.service-card .card-title {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: .35rem;
}

.service-card.color1 {
    border-radius: 20px;
    position: relative;
    padding: 0px;
    border: 2px solid #F2E3DE;
    border-bottom: 4px solid #F2E3DE;
    background: #FFF6F2;
}

.service-card.color2 {
    border-radius: 20px;
    position: relative;
    padding: 0px;
    border: 2px solid #D7E4EC;
    border-bottom: 4px solid #D7E4EC;
    background: #F0F7FB;   
}

.service-card.color3 {
    border-radius: 20px;
    position: relative;
    padding: 0px;
    border: 2px solid #D8EDE6;
    border-bottom: 4px solid #D8EDE6;
    background: #F3FBF8;  
}

.service-card.color4 {
    border-radius: 20px;
    position: relative;
    padding: 0px;
    border: 2px solid #E0D9EE;
    border-bottom: 4px solid #E0D9EE;
    background: #F3F0FA; 
}

.service-card.color5 {
    border-radius: 20px;
    position: relative;
    padding: 0px;
    border: 2px solid #EDE9D9;
    border-bottom: 4px solid #EDE9D9;
    background: #FFFDF0;  
}

.service-card.color6 {
    border-radius: 20px;
    position: relative;
    padding: 0px;
    border: 2px solid #E2E8F0;
    border-bottom: 4px solid #E2E8F0;
    background: #F8FAFC;
}

.service-card.color7 {
    border-radius: 20px;
    position: relative;
    padding: 0px;
    border: 2px solid #D8E6F2;
    border-bottom: 4px solid #D8E6F2;
    background: #F3F9FF;
}

.service-card.color8 {
    border-radius: 20px;
    position: relative;
    padding: 0px;
    border: 2px solid #D8EDE6;
    border-bottom: 4px solid #D8EDE6;
    background: #F3FBF8;  
}

.service-card.color9 {
    border-radius: 20px;
    position: relative;
    padding: 0px;
    border: 2px solid #F2E3DE;
    border-bottom: 4px solid #F2E3DE;
    background: #FFF6F2;  
}




/*-----------------
Partner Grid
-----------------*/
.pro-card {
    border: 1px solid var(--ring);
    background: #f8fbff;
    border-radius: var(--radius);
    padding: 1.25rem;
}

.pro-avatar {
    width: 180px;
    height: auto;
    object-fit: cover;
    border-radius: .75rem;
    border: 6px solid #ffffff;
    box-shadow: 0 6px 18px rgba(31, 78, 255, .08);
}

.pro-name {
    font-weight: 700;
}

.pro-role {
    color: var(--muted);
}

.btn-primary {
    border-radius: .9rem;
    padding: .7rem 1rem;
    font-weight: 600;
}





/*-----------------
Portfolio Main
-----------------*/
.portfolio {
    background: #f6f8fb;
    border-top: 1px solid var(--ring);
    border-bottom: 1px solid var(--ring);
}

.logo-tile {
    background: white;
    border: 1px solid var(--ring);
    border-radius: 1rem;
    padding: .9rem 1rem;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-tile img {
    max-height: 66px;
    width: auto;
}

.row.custom-gutter {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.custom-gutter > [class*='col-'] {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 8px;
  }





/*-----------------
Client
-----------------*/
.client-logo-tile {
    background: white;
    border: 1px solid var(--ring);
    border-radius: 1rem;
    padding: .9rem 1rem;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.client-logo-tile img {
    max-height: 66px;
    width: auto;
}