/*** General CSS ***/
.btn,
.slider-btn a,
.button.subbutton,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 35px;
    text-transform: uppercase;
    color: #fff!important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.4px;
    border-radius: 7px!important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 2px solid;
}
.btn i {
    background: #fff;
    color: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.btn i:before {
    font-size: 14px;
    position: relative;
    text-align: center;
    line-height: 20px;
    padding-left: 4px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.button.subbutton,
.btn:hover {
    background: #fff;
}
.btn:hover i {
    color: #fff;
}
.btn.no-bg {
    background: none!important;
    box-shadow: none!important;
    border: 2px solid #C8C5BB!important;
    color: #212529!important;
    font-size: 14px;
}
.btn.no-bg:hover {
    border-color: #99978E!important;
}
/*** Title ***/
.title {
    max-width: 900px;
    margin: 0 auto;
}
.slider .btn {
    border: 0;
}
.slider .slider-request {
    box-shadow: 0px 0px 40px 1px rgb(0 81 147 / 59%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 40px 40px 40px;
    background: #fff;
    max-width: 480px;
    margin: 0 auto;
    margin-right: 0;
}
.slider-request #name,
.slider-request #email {
    width: 49%;
    margin-right: 2%;
    float: left;
}
.slider-request #email {
    margin-right: 0;
}
.slider-request #subject {
    margin: 20px 0 40px;
    display: inline-block;
}
/*** Header Area ***/
/*** Top head ***/
#sp-top1 p,
.sp-contact-info li,
#sp-top-bar a {
    margin-bottom: 0;
}
#sp-top-bar ul.social-icons > li {
    margin: 0;
    border-right: 1px solid #fff;
}
#sp-top-bar ul.social-icons > li:first-child {
    border-left: 1px solid #fff;
    margin-left: 20px;
}
#sp-top-bar a {
    padding: 10px;
}

/*** Head ***/
#sp-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    height: inherit;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0 10px 0 0px;
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    padding: 0 25px;
    text-transform: uppercase;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 500!important;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    position: absolute;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 600;
}
.sp-megamenu-parent > li > a:before {
    content: " ";
    display: block;
    width: 0px;
    height: 1.5px;
    right: 0;
    left: 0;
    margin: 45px auto 0px;
    position: absolute;
    bottom: 30px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
    width: 37px;
}
.header-sticky .sp-megamenu-parent > li:hover > a:before,
.header-sticky .sp-megamenu-parent > li.active > a:before {
    bottom: 20px;
}

/*** Block Styles ***/
/*** About ***/
.about-title .sppb-column-addons {
    border-bottom: 1px solid #DBDBDB;
}
.about-content h2 {
    font-size: 60px;
    font-weight: 900;
    color: #B47E68;
}
.about-content h6 {
    color: #B47E68;
    font-size: 23px;
    margin-bottom: 14px;
}
.about-content ul {
    padding-left: 0;
}
.about-content ul li {
    display: inherit;
    font-weight: 500;
    padding: 10px 0;
    font-family: 'Rajdhani', sans-serif;
}
.about-content ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 8px;
}

/*** Feature ***/
.feature-column .sppb-column-overlay {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.feature-column:hover .sppb-column-overlay {
    background-color: rgba(6, 6, 6, 0.8)!important;
}
.feature-column.center:hover .sppb-column-overlay {
    background-color: rgba(0, 46, 91, 0.79)!important;
}
.feature-column.center .btn {
    background: #fff;
    border-color: #fff!important;
}
.feature-column.center .btn:hover {
    transform: scale(1.1);
}
.feature-column.center .btn i {
    color: #fff;
}

/*** Service ***/
.service-item:hover .sppb-img-container {
     transform: rotate(15deg);
}

/*** Choose ***/
.choose .btn {
    padding: 11px 30px;
}
.choose-column .btn {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.choose-column:hover .btn {
    transform: translateY(15px);
}

/*** Footer Offer ***/
#sp-bottom4 .sp-module.lc-footer-offer,
#sp-bottom4 .sp-module.lc-footer-offer-mod,
#sp-bottom4 .sp-module[class*="lc-footer-offer"] {
    margin-top: 4px;
}

#sp-bottom4 .lc-footer-offer-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 24px 22px;
    color: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

#sp-bottom4 .lc-footer-offer-kicker {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

#sp-bottom4 .lc-footer-offer-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 28px;
    line-height: 1.15;
}

#sp-bottom4 .lc-footer-offer-copy,
#sp-bottom4 .lc-footer-offer-note {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

#sp-bottom4 .lc-footer-offer-copy {
    font-size: 15px;
    line-height: 1.6;
}

#sp-bottom4 .lc-footer-offer-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 18px 0 14px;
}

#sp-bottom4 .lc-footer-offer-was {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

#sp-bottom4 .lc-footer-offer-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 106px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #d92d20;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 12px 24px rgba(217, 45, 32, 0.28);
}

#sp-bottom4 .lc-footer-offer-note {
    font-size: 14px;
    line-height: 1.6;
}

#sp-bottom4 .lc-footer-offer-note a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 991px) {
    #sp-bottom4 .lc-footer-offer-card {
        margin-top: 10px;
    }
}

/*** Testimonial ***/
.testimonial .sppb-row > div {
    margin: 20px 0;
}
.testimonial-column:hover {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 31%)!important;
}

/*** Counter ***/
.counter-item {
    padding: 25px 15px 10px 15px;
    background-color: #ffffff;
    border-radius: 15px 15px 15px 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.counter-item:hover {
    transform: scale(1.08);
}
.counter-item h2 {
    color: #3babfd;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2em;
}
.counter-item h5 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2em;
}

/* Bottom Area */
/*** Bottom ***/
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom h3 {
    margin: 0 0 20px;
    font-size: 19px;
    margin: 0 0 20px;
    line-height: 1em;
}
#sp-bottom p a {
    font-weight: 700;
}
.shrewd_solution_icon ul li strong,  .bottom-contact strong {
    display: none;
}
.bottom-contact em {
    padding-right: 10px;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    background: #fff;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.shrewd_solution_icon ul li a:hover {
    background: #224B8B; 
    color:#fff!important;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}

.lc-legal-footer {
    background: #111111;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px 0;
    text-align: center;
}

.lc-legal-footer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.lc-legal-footer a {
    color: #f2f2f2;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.lc-legal-footer a:hover,
.lc-legal-footer a:focus {
    color: #ffffff;
}

.sppb-addon-text-block.lc-services-brochure-block,
.sppb-addon-text-block.lc-services-brochure-block .sppb-addon-content {
    overflow: visible;
}

.sppb-addon-text-block.lc-services-brochure-block .sppb-addon-content {
    padding: 0;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-brochure {
    padding: 24px 0 20px;
    color: #24304f;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-brochure,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-brochure * {
    box-sizing: border-box;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-shell {
    display: grid;
    gap: 28px;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
    gap: 28px;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(73, 67, 172, 0.98) 0%, rgba(0, 7, 98, 0.98) 100%) !important;
    box-shadow: 0 28px 64px rgba(6, 15, 70, 0.22);
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-hero:before,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-hero:after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-hero:before {
    width: 240px;
    height: 240px;
    top: -90px;
    right: -40px;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-hero:after {
    width: 180px;
    height: 180px;
    bottom: -60px;
    left: -40px;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-hero-copy,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-hero-media {
    position: relative;
    z-index: 1;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-hero h2 {
    margin: 0 0 18px;
    color: #ffffff !important;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-lead {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 18px;
    line-height: 1.85;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-toolbar,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-chipbar,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-actions,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-trustbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-toolbar {
    margin-top: 28px;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-toolbar a,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-actions a,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-chipbar a,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-summary a {
    text-decoration: none;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-brochure .btn,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-brochure a.btn {
    min-height: 52px;
    padding: 13px 24px !important;
    border-radius: 14px !important;
    line-height: 1.2 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-brochure .btn.btn-primary,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-brochure a.btn.btn-primary {
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #0a1750 !important;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-brochure .btn.btn-primary:hover,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-brochure a.btn.btn-primary:hover {
    border-color: #eef2ff !important;
    background: #eef2ff !important;
    color: #061042 !important;
    transform: translateY(-1px);
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-brochure .btn.no-bg,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-brochure a.btn.no-bg {
    border-color: rgba(255, 255, 255, 0.26) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-brochure .btn.no-bg:hover,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-brochure a.btn.no-bg:hover {
    border-color: rgba(255, 255, 255, 0.5) !important;
    background: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-chipbar {
    margin: 22px 0 0;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-chipbar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-summary {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.84) !important;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-summary a {
    color: #ffffff !important;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-hero-media {
    display: grid;
    gap: 16px;
    align-content: stretch;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-media-card,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight,
.sppb-addon-text-block.lc-services-brochure-block .lc-service-card,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-footer {
    border-radius: 24px;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-media-card {
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-media-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-trustbar {
    margin-top: 18px;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-trustbar span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(8, 17, 74, 0.06);
    color: #334167;
    font-size: 13px;
    font-weight: 700;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.82fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(73, 67, 172, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #f8f8ff 100%) !important;
    box-shadow: 0 18px 42px rgba(14, 24, 84, 0.08);
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer {
    position: relative;
    border: 1px solid rgba(182, 138, 62, 0.28);
    background:
        radial-gradient(circle at top right, rgba(244, 198, 104, 0.26), transparent 34%),
        linear-gradient(135deg, #102347 0%, #17376e 58%, #234b8b 100%) !important;
    box-shadow: 0 24px 56px rgba(8, 20, 69, 0.22);
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer:before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(244, 198, 104, 0.22);
    border-radius: 20px;
    pointer-events: none;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight-copy {
    padding: 28px;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer .lc-services-spotlight-copy,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer .lc-services-spotlight-media {
    position: relative;
    z-index: 1;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight-copy h3 {
    margin: 10px 0 12px;
    color: #08174a !important;
    font-size: 30px;
    line-height: 1.08;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight-copy p {
    margin: 0 0 18px;
    color: #40507a !important;
    line-height: 1.8;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer .lc-services-spotlight-copy h3,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer .lc-services-spotlight-copy p {
    color: #ffffff !important;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer .lc-services-spotlight-copy p {
    color: rgba(255, 255, 255, 0.88) !important;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-offer-kicker {
    margin: 0 0 12px;
    color: #f4c668 !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-offer-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 20px;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-offer-points span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(244, 198, 104, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer .lc-services-spotlight-media {
    background: linear-gradient(180deg, rgba(7, 14, 47, 0.18), rgba(7, 14, 47, 0.02));
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer .lc-services-spotlight-media img {
    opacity: 0.94;
    filter: saturate(0.92) contrast(1.04);
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 24px;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-service-card {
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 28px;
    border: 1px solid rgba(73, 67, 172, 0.14);
    background: linear-gradient(180deg, #ffffff 0%, #f7f8ff 100%) !important;
    box-shadow: 0 18px 40px rgba(0, 7, 98, 0.08);
}

.sppb-addon-text-block.lc-services-brochure-block .lc-service-card__media {
    overflow: hidden;
    border-radius: 18px;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-service-card__media img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-service-card h3 {
    margin: 0;
    color: #08174a !important;
    font-size: 30px;
    line-height: 1.08;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-service-card p {
    margin: 0;
    color: #40507a !important;
    line-height: 1.85;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-service-badge {
    display: inline-flex;
    align-self: flex-start;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(73, 67, 172, 0.1);
    color: #4943ac !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-service-badge--offer {
    background: rgba(244, 198, 104, 0.18);
    color: #fff2ce !important;
    border: 1px solid rgba(244, 198, 104, 0.26);
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer .btn.btn-primary,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer a.btn.btn-primary {
    border-color: #f4c668 !important;
    background: #f4c668 !important;
    color: #102347 !important;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer .btn.btn-primary:hover,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer a.btn.btn-primary:hover {
    border-color: #ffe1a2 !important;
    background: #ffe1a2 !important;
    color: #102347 !important;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer .btn.no-bg,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer a.btn.no-bg {
    border-color: rgba(255, 255, 255, 0.28) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer .btn.no-bg:hover,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight--offer a.btn.no-bg:hover {
    border-color: rgba(255, 255, 255, 0.48) !important;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-service-list {
    margin: 0;
    padding-left: 18px;
    color: #2f3552;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-service-list li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-service-card .btn.no-bg,
.sppb-addon-text-block.lc-services-brochure-block .lc-service-card a.btn.no-bg {
    border-color: rgba(73, 67, 172, 0.22) !important;
    background: transparent !important;
    color: #08174a !important;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-service-card .btn.no-bg:hover,
.sppb-addon-text-block.lc-services-brochure-block .lc-service-card a.btn.no-bg:hover {
    background: rgba(73, 67, 172, 0.08) !important;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-service-card .btn.btn-primary,
.sppb-addon-text-block.lc-services-brochure-block .lc-service-card a.btn.btn-primary {
    border-color: #4943ac !important;
    background: #4943ac !important;
    color: #ffffff !important;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-service-card .btn.btn-primary:hover,
.sppb-addon-text-block.lc-services-brochure-block .lc-service-card a.btn.btn-primary:hover {
    border-color: #11247a !important;
    background: #11247a !important;
    color: #ffffff !important;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-footer {
    margin-bottom: 34px;
    padding: 34px;
    background: linear-gradient(135deg, rgba(0, 22, 89, 0.98) 0%, rgba(34, 75, 139, 0.98) 100%) !important;
    box-shadow: 0 24px 54px rgba(5, 20, 82, 0.18);
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-footer h3,
.sppb-addon-text-block.lc-services-brochure-block .lc-services-footer p {
    color: #ffffff !important;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-footer h3 {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.06;
}

.sppb-addon-text-block.lc-services-brochure-block .lc-services-footer p {
    margin: 0 0 18px;
    max-width: 760px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88) !important;
}

/* Keep the brochure styling when the content is rendered as a normal article. */
:where(.item-page, .com-content-article, article) .lc-services-brochure {
    padding: 24px 0 20px;
    color: #24304f;
}

:where(.item-page, .com-content-article, article) .lc-services-brochure,
:where(.item-page, .com-content-article, article) .lc-services-brochure * {
    box-sizing: border-box;
}

:where(.item-page, .com-content-article, article) .lc-services-shell {
    display: grid;
    gap: 28px;
}

:where(.item-page, .com-content-article, article) .lc-services-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
    gap: 28px;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(73, 67, 172, 0.98) 0%, rgba(0, 7, 98, 0.98) 100%) !important;
    box-shadow: 0 28px 64px rgba(6, 15, 70, 0.22);
}

:where(.item-page, .com-content-article, article) .lc-services-hero:before,
:where(.item-page, .com-content-article, article) .lc-services-hero:after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

:where(.item-page, .com-content-article, article) .lc-services-hero:before {
    width: 240px;
    height: 240px;
    top: -90px;
    right: -40px;
}

:where(.item-page, .com-content-article, article) .lc-services-hero:after {
    width: 180px;
    height: 180px;
    bottom: -60px;
    left: -40px;
}

:where(.item-page, .com-content-article, article) .lc-services-hero-copy,
:where(.item-page, .com-content-article, article) .lc-services-hero-media,
:where(.item-page, .com-content-article, article) .lc-services-spotlight--offer .lc-services-spotlight-copy,
:where(.item-page, .com-content-article, article) .lc-services-spotlight--offer .lc-services-spotlight-media {
    position: relative;
    z-index: 1;
}

:where(.item-page, .com-content-article, article) .lc-services-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

:where(.item-page, .com-content-article, article) .lc-services-hero h2 {
    margin: 0 0 18px;
    color: #ffffff !important;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

:where(.item-page, .com-content-article, article) .lc-services-lead {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 18px;
    line-height: 1.85;
}

:where(.item-page, .com-content-article, article) .lc-services-toolbar,
:where(.item-page, .com-content-article, article) .lc-services-chipbar,
:where(.item-page, .com-content-article, article) .lc-services-actions,
:where(.item-page, .com-content-article, article) .lc-services-trustbar,
:where(.item-page, .com-content-article, article) .lc-services-offer-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

:where(.item-page, .com-content-article, article) .lc-services-toolbar {
    margin-top: 28px;
}

:where(.item-page, .com-content-article, article) .lc-services-chipbar {
    margin: 22px 0 0;
}

:where(.item-page, .com-content-article, article) .lc-services-toolbar a,
:where(.item-page, .com-content-article, article) .lc-services-actions a,
:where(.item-page, .com-content-article, article) .lc-services-chipbar a,
:where(.item-page, .com-content-article, article) .lc-services-summary a {
    text-decoration: none;
}

:where(.item-page, .com-content-article, article) .lc-services-brochure .btn,
:where(.item-page, .com-content-article, article) .lc-services-brochure a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 24px !important;
    border-radius: 14px !important;
    line-height: 1.2 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

:where(.item-page, .com-content-article, article) .lc-services-brochure .btn.btn-primary,
:where(.item-page, .com-content-article, article) .lc-services-brochure a.btn.btn-primary {
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #0a1750 !important;
}

:where(.item-page, .com-content-article, article) .lc-services-brochure .btn.btn-primary:hover,
:where(.item-page, .com-content-article, article) .lc-services-brochure a.btn.btn-primary:hover {
    border-color: #eef2ff !important;
    background: #eef2ff !important;
    color: #061042 !important;
    transform: translateY(-1px);
}

:where(.item-page, .com-content-article, article) .lc-services-brochure .btn.no-bg,
:where(.item-page, .com-content-article, article) .lc-services-brochure a.btn.no-bg {
    border-color: rgba(255, 255, 255, 0.26) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

:where(.item-page, .com-content-article, article) .lc-services-brochure .btn.no-bg:hover,
:where(.item-page, .com-content-article, article) .lc-services-brochure a.btn.no-bg:hover {
    border-color: rgba(255, 255, 255, 0.5) !important;
    background: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
}

:where(.item-page, .com-content-article, article) .lc-services-chipbar a,
:where(.item-page, .com-content-article, article) .lc-services-trustbar span,
:where(.item-page, .com-content-article, article) .lc-services-offer-points span,
:where(.item-page, .com-content-article, article) .lc-service-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 700;
}

:where(.item-page, .com-content-article, article) .lc-services-chipbar a {
    min-height: 40px;
    padding: 9px 16px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    font-size: 13px;
}

:where(.item-page, .com-content-article, article) .lc-services-summary {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.84) !important;
}

:where(.item-page, .com-content-article, article) .lc-services-summary a {
    color: #ffffff !important;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

:where(.item-page, .com-content-article, article) .lc-services-hero-media {
    display: grid;
    gap: 16px;
    align-content: stretch;
}

:where(.item-page, .com-content-article, article) .lc-services-media-card,
:where(.item-page, .com-content-article, article) .lc-services-spotlight,
:where(.item-page, .com-content-article, article) .lc-service-card,
:where(.item-page, .com-content-article, article) .lc-services-footer {
    border-radius: 24px;
}

:where(.item-page, .com-content-article, article) .lc-services-media-card {
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
}

:where(.item-page, .com-content-article, article) .lc-services-media-card img,
:where(.item-page, .com-content-article, article) .lc-services-spotlight-media img,
:where(.item-page, .com-content-article, article) .lc-service-card__media img {
    display: block;
    width: 100%;
    object-fit: cover;
}

:where(.item-page, .com-content-article, article) .lc-services-media-card img {
    height: 100%;
    min-height: 340px;
}

:where(.item-page, .com-content-article, article) .lc-services-trustbar {
    margin-top: 18px;
}

:where(.item-page, .com-content-article, article) .lc-services-trustbar span {
    min-height: 38px;
    padding: 8px 14px;
    background: rgba(8, 17, 74, 0.06);
    color: #334167;
    font-size: 13px;
}

:where(.item-page, .com-content-article, article) .lc-services-spotlight {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.82fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(73, 67, 172, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #f8f8ff 100%) !important;
    box-shadow: 0 18px 42px rgba(14, 24, 84, 0.08);
}

:where(.item-page, .com-content-article, article) .lc-services-spotlight--offer {
    position: relative;
    border: 1px solid rgba(182, 138, 62, 0.28);
    background:
        radial-gradient(circle at top right, rgba(244, 198, 104, 0.26), transparent 34%),
        linear-gradient(135deg, #102347 0%, #17376e 58%, #234b8b 100%) !important;
    box-shadow: 0 24px 56px rgba(8, 20, 69, 0.22);
}

:where(.item-page, .com-content-article, article) .lc-services-spotlight--offer:before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(244, 198, 104, 0.22);
    border-radius: 20px;
    pointer-events: none;
}

:where(.item-page, .com-content-article, article) .lc-services-spotlight-copy,
:where(.item-page, .com-content-article, article) .lc-service-card,
:where(.item-page, .com-content-article, article) .lc-services-footer {
    padding: 28px;
}

:where(.item-page, .com-content-article, article) .lc-services-spotlight-copy h3,
:where(.item-page, .com-content-article, article) .lc-service-card h3,
:where(.item-page, .com-content-article, article) .lc-services-footer h3 {
    margin: 0 0 12px;
    color: #08174a !important;
    line-height: 1.08;
}

:where(.item-page, .com-content-article, article) .lc-services-spotlight-copy h3,
:where(.item-page, .com-content-article, article) .lc-service-card h3 {
    font-size: 30px;
}

:where(.item-page, .com-content-article, article) .lc-services-footer h3 {
    font-size: 34px;
}

:where(.item-page, .com-content-article, article) .lc-services-spotlight-copy p,
:where(.item-page, .com-content-article, article) .lc-service-card p,
:where(.item-page, .com-content-article, article) .lc-services-footer p {
    margin: 0 0 18px;
    color: #40507a !important;
    line-height: 1.8;
}

:where(.item-page, .com-content-article, article) .lc-services-spotlight--offer .lc-services-spotlight-copy h3,
:where(.item-page, .com-content-article, article) .lc-services-spotlight--offer .lc-services-spotlight-copy p,
:where(.item-page, .com-content-article, article) .lc-services-footer h3,
:where(.item-page, .com-content-article, article) .lc-services-footer p {
    color: #ffffff !important;
}

:where(.item-page, .com-content-article, article) .lc-services-footer p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.88) !important;
}

:where(.item-page, .com-content-article, article) .lc-services-offer-kicker {
    margin: 0 0 12px;
    color: #f4c668 !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

:where(.item-page, .com-content-article, article) .lc-services-offer-points span {
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(244, 198, 104, 0.24);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

:where(.item-page, .com-content-article, article) .lc-services-spotlight-media img {
    height: 100%;
    min-height: 280px;
}

:where(.item-page, .com-content-article, article) .lc-services-spotlight--offer .lc-services-spotlight-media {
    background: linear-gradient(180deg, rgba(7, 14, 47, 0.18), rgba(7, 14, 47, 0.02));
}

:where(.item-page, .com-content-article, article) .lc-services-spotlight--offer .lc-services-spotlight-media img {
    opacity: 0.94;
    filter: saturate(0.92) contrast(1.04);
}

:where(.item-page, .com-content-article, article) .lc-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 24px;
}

:where(.item-page, .com-content-article, article) .lc-service-card {
    gap: 18px;
    align-content: start;
    border: 1px solid rgba(73, 67, 172, 0.14);
    background: linear-gradient(180deg, #ffffff 0%, #f7f8ff 100%) !important;
    box-shadow: 0 18px 40px rgba(0, 7, 98, 0.08);
}

:where(.item-page, .com-content-article, article) .lc-service-card__media {
    overflow: hidden;
    border-radius: 18px;
}

:where(.item-page, .com-content-article, article) .lc-service-card__media img {
    height: 180px;
}

:where(.item-page, .com-content-article, article) .lc-service-badge {
    align-self: flex-start;
    padding: 7px 12px;
    background: rgba(73, 67, 172, 0.1);
    color: #4943ac !important;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

:where(.item-page, .com-content-article, article) .lc-service-badge--offer {
    border: 1px solid rgba(244, 198, 104, 0.26);
    background: rgba(244, 198, 104, 0.18);
    color: #fff2ce !important;
}

:where(.item-page, .com-content-article, article) .lc-services-spotlight--offer .btn.btn-primary,
:where(.item-page, .com-content-article, article) .lc-services-spotlight--offer a.btn.btn-primary {
    border-color: #f4c668 !important;
    background: #f4c668 !important;
    color: #102347 !important;
}

:where(.item-page, .com-content-article, article) .lc-services-spotlight--offer .btn.btn-primary:hover,
:where(.item-page, .com-content-article, article) .lc-services-spotlight--offer a.btn.btn-primary:hover {
    border-color: #ffe1a2 !important;
    background: #ffe1a2 !important;
    color: #102347 !important;
}

:where(.item-page, .com-content-article, article) .lc-services-spotlight--offer .btn.no-bg,
:where(.item-page, .com-content-article, article) .lc-services-spotlight--offer a.btn.no-bg {
    border-color: rgba(255, 255, 255, 0.28) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

:where(.item-page, .com-content-article, article) .lc-services-spotlight--offer .btn.no-bg:hover,
:where(.item-page, .com-content-article, article) .lc-services-spotlight--offer a.btn.no-bg:hover {
    border-color: rgba(255, 255, 255, 0.48) !important;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
}

:where(.item-page, .com-content-article, article) .lc-service-list {
    margin: 0;
    padding-left: 18px;
    color: #2f3552;
}

:where(.item-page, .com-content-article, article) .lc-service-list li {
    margin-bottom: 8px;
    line-height: 1.7;
}

:where(.item-page, .com-content-article, article) .lc-service-card .btn.no-bg,
:where(.item-page, .com-content-article, article) .lc-service-card a.btn.no-bg {
    border-color: rgba(73, 67, 172, 0.22) !important;
    background: transparent !important;
    color: #08174a !important;
}

:where(.item-page, .com-content-article, article) .lc-service-card .btn.no-bg:hover,
:where(.item-page, .com-content-article, article) .lc-service-card a.btn.no-bg:hover {
    background: rgba(73, 67, 172, 0.08) !important;
}

:where(.item-page, .com-content-article, article) .lc-service-card .btn.btn-primary,
:where(.item-page, .com-content-article, article) .lc-service-card a.btn.btn-primary {
    border-color: #4943ac !important;
    background: #4943ac !important;
    color: #ffffff !important;
}

:where(.item-page, .com-content-article, article) .lc-service-card .btn.btn-primary:hover,
:where(.item-page, .com-content-article, article) .lc-service-card a.btn.btn-primary:hover {
    border-color: #11247a !important;
    background: #11247a !important;
    color: #ffffff !important;
}

:where(.item-page, .com-content-article, article) .lc-services-footer {
    margin-bottom: 34px;
    background: linear-gradient(135deg, rgba(0, 22, 89, 0.98) 0%, rgba(34, 75, 139, 0.98) 100%) !important;
    box-shadow: 0 24px 54px rgba(5, 20, 82, 0.18);
}

.lc-services-brochure-article .article-header,
.lc-services-brochure-article .article-info,
.lc-services-brochure-article .article-social-share,
.lc-services-brochure-article .icons,
.lc-services-brochure-article .pagenavigation,
.lc-services-brochure-article .pager,
.lc-services-brochure-article .relateditems,
.lc-services-brochure-article .breadcrumb,
.lc-services-brochure-article .sp-page-title {
    display: none !important;
}

body.lc-services-brochure-article .lc-services-brochure {
    display: block;
    padding: 24px 0 20px;
    color: #24304f;
}

body.lc-services-brochure-article .lc-services-brochure,
body.lc-services-brochure-article .lc-services-brochure * {
    box-sizing: border-box;
}

body.lc-services-brochure-article .lc-services-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
    gap: 28px;
    margin: 0 0 28px;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(73, 67, 172, 0.98) 0%, rgba(0, 7, 98, 0.98) 100%) !important;
    box-shadow: 0 28px 64px rgba(6, 15, 70, 0.22);
}

body.lc-services-brochure-article .lc-services-hero:before,
body.lc-services-brochure-article .lc-services-hero:after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

body.lc-services-brochure-article .lc-services-hero:before {
    width: 240px;
    height: 240px;
    top: -90px;
    right: -40px;
}

body.lc-services-brochure-article .lc-services-hero:after {
    width: 180px;
    height: 180px;
    bottom: -60px;
    left: -40px;
}

body.lc-services-brochure-article .lc-services-eyebrow,
body.lc-services-brochure-article .lc-service-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.lc-services-brochure-article .lc-services-eyebrow {
    margin: 0 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
}

body.lc-services-brochure-article .lc-services-hero h2 {
    margin: 0 0 18px;
    color: #ffffff !important;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

body.lc-services-brochure-article .lc-services-lead,
body.lc-services-brochure-article .lc-services-summary {
    margin: 0;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.85;
}

body.lc-services-brochure-article .lc-services-toolbar,
body.lc-services-brochure-article .lc-services-chipbar,
body.lc-services-brochure-article .lc-services-actions,
body.lc-services-brochure-article .lc-services-offer-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.lc-services-brochure-article .lc-services-toolbar {
    margin: 28px 0 18px;
}

body.lc-services-brochure-article .lc-services-chipbar {
    margin: 22px 0 0;
}

body.lc-services-brochure-article .lc-services-chipbar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

body.lc-services-brochure-article .lc-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 24px;
}

body.lc-services-brochure-article .lc-service-card,
body.lc-services-brochure-article .lc-services-spotlight,
body.lc-services-brochure-article .lc-services-footer {
    border-radius: 24px;
}

body.lc-services-brochure-article .lc-service-card {
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 28px;
    border: 1px solid rgba(73, 67, 172, 0.14);
    background: linear-gradient(180deg, #ffffff 0%, #f7f8ff 100%) !important;
    box-shadow: 0 18px 40px rgba(0, 7, 98, 0.08);
}

body.lc-services-brochure-article .lc-service-badge {
    background: rgba(73, 67, 172, 0.1);
    color: #4943ac !important;
}

body.lc-services-brochure-article .lc-service-card h3,
body.lc-services-brochure-article .lc-services-spotlight-copy h3,
body.lc-services-brochure-article .lc-services-footer h3 {
    margin: 0;
    color: #08174a !important;
    line-height: 1.08;
}

body.lc-services-brochure-article .lc-service-card h3,
body.lc-services-brochure-article .lc-services-spotlight-copy h3 {
    font-size: 30px;
}

body.lc-services-brochure-article .lc-services-footer h3 {
    font-size: 34px;
    color: #ffffff !important;
}

body.lc-services-brochure-article .lc-service-card p,
body.lc-services-brochure-article .lc-services-spotlight-copy p {
    margin: 0;
    color: #40507a !important;
    line-height: 1.8;
}

body.lc-services-brochure-article .lc-service-list {
    margin: 0;
    padding-left: 18px;
    color: #2f3552;
}

body.lc-services-brochure-article .lc-service-list li {
    margin-bottom: 8px;
    line-height: 1.7;
}

body.lc-services-brochure-article .lc-services-brochure .btn,
body.lc-services-brochure-article .lc-services-brochure a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 24px !important;
    border-radius: 14px !important;
    line-height: 1.2 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    text-decoration: none;
    box-shadow: none !important;
}

body.lc-services-brochure-article .lc-services-toolbar .btn,
body.lc-services-brochure-article .lc-services-actions .btn,
body.lc-services-brochure-article .lc-service-card .btn {
    border-color: #4943ac !important;
    background: #4943ac !important;
    color: #ffffff !important;
}

body.lc-services-brochure-article .lc-services-toolbar .btn.no-bg,
body.lc-services-brochure-article .lc-services-actions .btn.no-bg,
body.lc-services-brochure-article .lc-service-card .btn.no-bg {
    border-color: rgba(73, 67, 172, 0.22) !important;
    background: transparent !important;
    color: #08174a !important;
}

body.lc-services-brochure-article .lc-services-spotlight {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.82fr);
    overflow: hidden;
    border: 1px solid rgba(73, 67, 172, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #f8f8ff 100%) !important;
    box-shadow: 0 18px 42px rgba(14, 24, 84, 0.08);
}

body.lc-services-brochure-article .lc-services-spotlight--offer {
    position: relative;
    border: 1px solid rgba(182, 138, 62, 0.28);
    background: radial-gradient(circle at top right, rgba(244, 198, 104, 0.26), transparent 34%), linear-gradient(135deg, #102347 0%, #17376e 58%, #234b8b 100%) !important;
    box-shadow: 0 24px 56px rgba(8, 20, 69, 0.22);
}

body.lc-services-brochure-article .lc-services-spotlight-copy,
body.lc-services-brochure-article .lc-services-footer {
    padding: 28px;
}

body.lc-services-brochure-article .lc-services-spotlight--offer .lc-services-spotlight-copy h3,
body.lc-services-brochure-article .lc-services-spotlight--offer .lc-services-spotlight-copy p,
body.lc-services-brochure-article .lc-services-footer p {
    color: #ffffff !important;
}

body.lc-services-brochure-article .lc-services-offer-points span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(244, 198, 104, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    body.lc-services-brochure-article .lc-services-hero,
    body.lc-services-brochure-article .lc-services-spotlight {
        grid-template-columns: 1fr;
    }

    body.lc-services-brochure-article .lc-services-hero,
    body.lc-services-brochure-article .lc-service-card,
    body.lc-services-brochure-article .lc-services-footer,
    body.lc-services-brochure-article .lc-services-spotlight-copy {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    :where(.item-page, .com-content-article, article) .lc-services-hero,
    :where(.item-page, .com-content-article, article) .lc-services-spotlight {
        grid-template-columns: 1fr;
    }

    :where(.item-page, .com-content-article, article) .lc-services-hero,
    :where(.item-page, .com-content-article, article) .lc-service-card,
    :where(.item-page, .com-content-article, article) .lc-services-footer,
    :where(.item-page, .com-content-article, article) .lc-services-spotlight-copy {
        padding: 24px;
    }

    :where(.item-page, .com-content-article, article) .lc-services-media-card img,
    :where(.item-page, .com-content-article, article) .lc-services-spotlight-media img,
    :where(.item-page, .com-content-article, article) .lc-service-card__media img {
        min-height: 220px;
        height: 220px;
    }
}

@media print {
    @page {
        margin: 12mm;
        size: auto;
    }

    #sp-top-bar,
    #sp-header,
    #sp-title,
    #sp-breadcrumb,
    #sp-bottom,
    #sp-footer,
    .lc-legal-footer,
    .sp-scroll-up,
    .article-social-share,
    .icons {
        display: none !important;
    }

    html,
    body.site,
    .body-wrapper,
    .body-innerwrapper,
    #sp-main-body {
        margin: 0 !important;
        padding: 0 !important;
        background: #ffffff !important;
    }

    #sp-main-body > .container,
    #sp-main-body .container,
    #sp-main-body .sppb-row-container {
        max-width: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .com-sppagebuilder #sp-main-body {
        padding: 0 !important;
    }

    .sppb-addon-text-block.lc-services-brochure-block,
    .sppb-addon-text-block.lc-services-brochure-block .sppb-addon-content,
    .sppb-addon-text-block.lc-services-brochure-block .lc-services-brochure {
        margin: 0 !important;
        padding: 0 !important;
    }

    .lc-services-brochure,
    .lc-services-brochure * {
        color: #111111 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .lc-services-hero,
    .lc-services-footer,
    .lc-service-card,
    .lc-services-spotlight {
        background: #ffffff !important;
        border: 1px solid #cfcfcf !important;
    }

    .lc-services-toolbar,
    .lc-services-chipbar {
        display: none !important;
    }

    .lc-services-brochure .btn,
    .lc-services-brochure a.btn {
        min-height: 0 !important;
        padding: 10px 14px !important;
        border-radius: 10px !important;
        letter-spacing: 0.12em !important;
    }

    .lc-services-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px !important;
    }

    .lc-service-card,
    .lc-services-footer,
    .lc-services-hero,
    .lc-services-spotlight {
        margin: 0 0 14px !important;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .lc-services-hero,
    .lc-service-card,
    .lc-services-footer,
    .lc-services-spotlight-copy {
        padding: 18px !important;
    }

    .lc-services-hero,
    .lc-services-spotlight {
        grid-template-columns: 1fr !important;
    }

    .lc-services-media-card img,
    .lc-services-spotlight-media img,
    .lc-service-card__media img {
        min-height: 150px !important;
        height: 150px !important;
    }

    .lc-services-chipbar a[href]:after,
    .lc-services-toolbar a[href]:after,
    .lc-services-brochure a[href^="#"]:after,
    .lc-services-brochure a[href^="javascript:"]:after,
    .lc-services-brochure a[href*="window.print"]:after {
        content: none !important;
    }

    .lc-services-brochure a[href]:after {
        content: " (" attr(href) ")";
        font-size: 11px;
        font-weight: 400;
        word-break: break-all;
    }
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {

  
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {

  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {

    .lc-services-hero,
    .lc-service-card,
    .lc-services-footer,
    .lc-services-spotlight-copy {
        padding: 24px;
    }

    .sppb-addon-text-block.lc-services-brochure-block .lc-services-hero,
    .sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight {
        grid-template-columns: 1fr;
    }

    .sppb-addon-text-block.lc-services-brochure-block .lc-services-media-card img,
    .sppb-addon-text-block.lc-services-brochure-block .lc-services-spotlight-media img,
    .sppb-addon-text-block.lc-services-brochure-block .lc-service-card__media img {
        min-height: 220px;
        height: 220px;
    }

    .lc-services-hero h2 {
        font-size: 34px;
    }

  
}

/* Mobile Small Resolution */
@media (max-width: 480px) {

  
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* General */
.btn,
.btn:hover i,
.slider-btn a,
.button.subbutton,
.slider-btn a,
#sp_qc_submit:hover,
.slider-text:before,
.title p:before,
#sp-quickcontact-form #sp_qc_submit,
.about-item-content a,
#sp_qc_submit,
.feature-item:after,
.contact-social ul li a,
.line-title .sppb-section-title:before,
.about-us .sppb-title-heading:before,
.feature-item:hover .sppb-addon-content a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    background-color: var(--background-color);
}
.title h4::after,
.feature-column.center .btn i,
.sp-megamenu-parent > li .sp-menu-badge {
   background: var(--background-color);
}
.title h2,
.slider-content h1,
.title.white h6,
.about-content ul li:before,
.slider-content h6,
.testimonial-content em,
.service-item h5,
.service-item i,
.testimonial-person span,
.slider-text-color,
.blog h3,
#sp_qc_submit,
.btn-no-bg,
.slider-button-text strong,
.testimonial-content i,
.about-item-content h3,
.about-item a:hover,
.video-item figure a:hover:after,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
	color: var(--text-color);
}
.title h2,
.team-item h5,
.btn:hover,
.feature-column.center .btn,
.slider-btn a:hover,
.button.subbutton:hover,
#sp-quickcontact-form #sp_qc_submit:hover,
.feature-item .sppb-icon-container i, 
.about-content h4, .choose-title h3,
.slider-request-title h4, 
.contact-title h3, .contact-text p, .shrewd_solution_icon ul li a {
  	color: var(--text-color)!important;
}
.about-item img,
.btn,
.slider-btn a,
.button.subbutton,
#sp-quickcontact-form #sp_qc_submit {
   border-color:var(--text-color)!important;
}
.btn-large, .button.btn-large,
.sp-megamenu-parent > li > a:before {
    background: var(--background-color)!important;
}
.video-item figure a:after:hover {
	border: 1px solid var(--text-color);
}