/***************************Global-font-size,weight,family,and colour************/

html {
    font-size: 18px;
}
body {
    font-family: effra, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #383843;
}
.text-black-50 {
	color: #000 !important;
	
}
.bg-gray {
    background-color: #f2f4f8;
    height: 5rem;
}
.content-tag,
.bg-blue {
    font-size: 0.75rem;
    color: #fff;
    background-color: #00b2ff;
    padding: 0.125rem 0.325rem;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
}
.bg-blue1 {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #00b2ff;
    display: inline-block;
    padding: 0.125rem 0.325rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
}
.fc-gray {
    color: #383843;
}
figure {
    margin-bottom: 0;
}
.fw-7 {
    font-weight: 700;
    font-style: normal;
}
h1 {
    font-size: 3rem;
    font-weight: 700;
}
.fs-8 {
    font-size: 0.5rem !important;
}
.fs-9 {
    font-size: 0.563rem !important;
}
.fs-10 {
    font-size: 0.625rem !important;
}
.fs-11 {
    font-size: 0.688rem !important;
}
.fs-12 {
    font-size: 0.75rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}
.fs-16 {
    font-size: 0.8rem !important;
}
.fs-18 {
    font-size: 0.9rem !important;
}
.fs-20 {
    font-size: 1rem !important;
}
.fs-22 {
    font-size: 1.1rem !important;
}
.fs-24 {
    font-size: 1.2rem !important;
}
.fs-28 {
    font-size: 1.4rem !important;
}
.fs-30 {
    font-size: 1.5rem !important;
}
.fs-35 {
    font-size: 1.875rem;
}
.fs-40 {
    font-size: 1.975rem;
}
.fs-50 {
    font-size: 2.5rem;
}
.fs-60 {
    font-size: 4rem;
}
.fc-blue {
    color: #006FC0;
}
.fc-gray {
    color: #383844;
}
.fc-green {
    color: #9ee858;
}
a {
    color: #006FC0;
    text-decoration: none;
}

.py-10{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

/***************************Global-font-size,weight,family,and colour************/

/***************************Global-classes*****************/
.wrapper:before {
    content: "";
    position: relative;
    top: 0;
    right: 0;
    bottom: 3%;
    left: 0;
    z-index: 1;
}
header .nav-link {
    color: #383843;
}
.dropdown-menu {
    border-radius: 0;
}
h2 span {
    color: #006FC0;
}

.nav-item a:hover,
.nav-item.active a {
    color: #293cc3 !important;
}
.nav-item a:hover {
    text-decoration: underline !important;
}
.horizontal-scroll_wrapper {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 1.5rem;
}
.horizontal-scroll_wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 5px;
}
.horizontal-scroll_wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #006FC0;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.hor-card {
    margin-right: 3rem;
}

.hor-slider .card-title {
    font-size: 1rem;
    font-weight: 700;
    padding: 1rem 0;
}
.hor-slider p {
    font-size: 0.875rem;
    color: #383844;
}
.hor-slider a {
    font-size: 0.75rem;
    font-weight: 400;
}

.card {
    --bs-card-color: #006FC0;
}

/*********Global_button**************/

.btn {
    border-radius: 0;
    border: 0.125rem solid #006FC0;
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.btn-primary {
    background-color: #006FC0;
    border-color: #006FC0;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 111, 192, 0.25);
}
.btn-primary:hover {
    background-color: #1E8FF2;
    border-color: #1E8FF2;
    color: #fff;
    box-shadow: 0 14px 28px rgba(30, 143, 242, 0.35);
}
/* .btn-outline-light {
    color: #006FC0;
    border-color: #006FC0;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-light:hover,
.btn-outline-light:focus {
    background-color: rgba(0, 111, 192, 0.12);
    border-color: #006FC0;
    color: #006FC0;
    box-shadow: 0 12px 24px rgba(0, 111, 192, 0.2);
} */
.btn-secondary {
    background-color: transparent !important;
    color: #006FC0;

    box-shadow: inset 0 0 0 0 #006FC0;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
}
.btn-secondary:hover {
    background-color: #006FC0 !important;
    color: #fff;
    box-shadow: inset 400px 0 0 0 #006FC0;
    border-color: #006FC0;
}
.btn-white {
    background-color: #fff !important;
    color: #006FC0;
    border-color: #fff;
    box-shadow: inset 0 0 0 0 #006FC0;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
}
.btn-white:hover {
    background-color: #006FC0 !important;
    color: #fff;
    border-color: #fff;
    box-shadow: inset 400px 0 0 0 #006FC0;
}
.d-content {
    display: contents;
}
/***************Banner**************/
.home-banner {
    background-position-y: top;
    background-position-x: center;
    background-repeat: no-repeat;
    background-color: #006FC0;
    background-size: cover;
    height: 85vh;
}
.blue-cross {
    background-image: url(../images/blue-cross.png);

    background-repeat: no-repeat;
    background-size: cover;
}
.purple-cross {
    background-image: url(../images/purple-cross.png);

    background-repeat: no-repeat;
    background-size: cover;
}

.home-banner span {
    color: #9ee858;
    display: block;
}
.banner-content {
    position: relative;
    background-position-y: top !important;
    background-position-x: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.banner-content::after {
    content: "";
    position: fixed;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 30%;
    height: 6rem;
    z-index: 1;
    background-color: #fff;
    border: 10px solid #9ee858;
    border-left: 0;
    border-bottom: 0;
    transform-origin: bottom left;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}
.banner-content p {
    font-size: 1.125rem;
}
.room1_banner {
    background-image: url(../images/room1_banner.png);
    background-position-y: top;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 88.9vh;
}
.next-hire-banner {
    background-image: url(../images/talent-on-demand.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 88vh;
}
.careers-banner {
    background-image: url(../images/careers.png);
    background-position-y: top;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 88vh;
}
.ourteam-banner {
    background-image: url(../images/our-team.jpg);
    background-position-y: top;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 88vh;
}

.offering-banner {
    /*     background-image: url(../images/offering-banner.png); */
    background-position-y: top;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 88vh;
}
.contact-us-banner {
    background-image: url(../images/contact-us.png);
    background-position-y: top;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 88vh;
}
.talent-home_inner {
    background-image: url(../images/bg-talent.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.talent-home_inner {
    color: #fff;
}

/**************Home_page**********/
.cust-logo .slick-track {
	display:flex;
	align-items:center;
}
.home-banner {
  width: 100%;
  height: 78vh;
  overflow: hidden;
  background-color: unset;
  margin: 0 !important;
  padding: 0 !important;
}

#player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  object-fit: cover !important;
  z-index: -1;
}

.insta {
  background-color: #fafafa;
}

.customer-logos {
  display: flex;
  align-items: center;
}

.customer-logos .slide {
  margin: 0 10px;
}

.customer-logos img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.cust-logo {
  background-color: #ffffff;
}
	.position-relative-div {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: black;
}


	
	@media only screen and (max-width: 767px) {
  ul#wis-slides li:nth-child(n+5) {
  display: none;
}
}

.careers-home_inner figure img {
    box-shadow: -25px -25px;
    color: #9ee858;
}
.reading-room .card bdi {
    text-transform: uppercase;
}
.reading-room .card .card-title {
    font-size: 1rem;
}
.reading-room .card .card-text {
    font-size: 0.875rem;
    color: #383843;
}
.reading-room .card .card-link {
    font-size: 0.875rem;
}
.inner {
    z-index: 10;
    margin: 30px;
}
.tell-us,
.tell-us_content {
    background: linear-gradient(135deg, #f5f8fc 0%, #ffffff 100%);
    color: #092a4a;
}
.tell-us_content textarea {
    height: 5rem;
    width: 100%;
}

/**************offering_pages*******/
.form-control1 {
    border-radius: 0 !important;
    background-color: transparent;
    height: 5rem;
    border: 1px solid white;
    width: 10.5rem;
}
.tech {
    color: #006FC0;
}
.tech .btn-primary {
    color: #006FC0;
    background-color: transparent;
    border: 0;
}
.offerings-title {
    color: #006FC0;
    font-size: 2rem;
}

/*********** Forms *********/
.form-control {
   border-radius: 0 !important;
    background-color: transparent;
    border: 1px solid white !important;
    width: 100%;
    border: 0;
    border-bottom: 1px solid;
}
.form-select {
    border-radius: 0 !important;
    background-color: transparent;
    height: 40px;
    border-bottom: 1px solid #383843 !important;
    border: none;
}
.form-control-openings {
    border-radius: 0 !important;
    background-color: transparent;
    height: 40px;
    border-bottom: 1px solid #383843 !important;
    border: none;
}

.wrap a {
    color: #006FC0;
}
.modal-content {
    border-radius: 0;
    padding: 3rem;
}
.event .btn-primary {
    background-color: rgba(255, 255, 255, 0.3) !important;
}
.careers-job .card {
    background: #ffffff;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    border: none;
}

/*********** Contact *******/

.location {
    position: relative;
}
.location span {
    position: absolute;
    width: 14rem;
    background-color: #00b2ff;
    bottom: 0.75rem;
    right: 0;
    text-align: center;
    display: block;
    color: #fff;
    padding: 0 0.5rem;
    font-size: 1.5rem;
	transform: skewX(-14deg);
    transform-origin: bottom right;
}
.next-hire_form input, .next-hire_form textarea, .next-hire_form select {
	width:100%;
}
.next-hire_left_form input, .next-hire_left_form select{
	border-bottom:1px solid #979797 !important;
	padding-left:0;
}
.next-hire_left_form label {
	color:rgba(56, 56, 67, 0.4);
	padding-top:1rem;
}
.next-hire_left_form select {
	color:rgba(56, 56, 67, 0.4);
}
.next-hire_left_form .form-control {
	padding:0;
}
.next-hire_right_form label {
	font-size:1.5rem;
	padding-bottom:1rem;
	line-height:1.75rem;
}
.next-hire_right_form textarea{
	border:1px solid #979797 !important;
	height:7rem;
}
/**********Footer**********/
.inner_footer {
    background: #293cc3;
}
.inner_footer a {
    color: #fff;
    text-decoration: none;
}

.main-nav-footer {
    margin-bottom: 0;
    list-style: none;
}
.main-nav-footer li {
    font-size: 0.875rem;
    display: inline-block;
    padding: 0.75rem 1.5rem;
}

/******* burger menu styles starts here *******/
#toggle {
    display: inline-flex;
    width: 32px;
    height: 22px;
    position: relative;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 1100;
}
#toggle span,
#toggle span:before,
#toggle span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #006FC0;
    border-radius: 3px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
#toggle span:before {
    transform: translateY(-8px);
}
#toggle span:after {
    transform: translateY(8px);
}
#toggle.on {
    position: fixed;
    right: 1.5rem;
    top: 1.5rem;
    opacity: 0;
    pointer-events: none;
}
#toggle.on span {
    background: transparent;
}
#toggle.on span:before {
    transform: rotate(45deg);
    background: #ffffff;
}
#toggle.on span:after {
    transform: rotate(-45deg);
    background: #ffffff;
}

.sidenav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #04142c;
    color: #ffffff;
    overflow: hidden;
    transition: width 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 2000;
}
.sidenav.open {
    width: 19rem;
    opacity: 1;
    visibility: visible;
}
.sidenav__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4.5rem 2.25rem 2.75rem;
    gap: 2.5rem;
    transform: translateX(40px);
    transition: transform 0.4s ease;
}
.sidenav.open .sidenav__inner {
    transform: translateX(0);
}
.sidenav__close {
    align-self: flex-end;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin-bottom: 2rem;
}
.sidenav__close:hover,
.sidenav__close:focus {
    color: #FFBF00;
}
.sidenav__nav {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.sidenav__link {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}
.sidenav__link:hover,
.sidenav__link:focus {
    color: #FFBF00;
}
.sidenav__group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
}
.sidenav__group > span {
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 600;
}
.sidenav__sublink {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    text-decoration: none;
    padding-left: 0.75rem;
    border-left: 2px solid rgba(255, 191, 0, 0.25);
    transition: color 0.2s ease, border-color 0.2s ease;
}
.sidenav__sublink:hover,
.sidenav__sublink:focus {
    color: #FFBF00;
    border-color: #FFBF00;
}
.sidenav__cta {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.sidenav__cta .btn {
    border-radius: 999px;
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .sidenav.open {
        width: 100%;
    }
    .sidenav__inner {
        padding: 4rem 1.75rem 2.5rem;
    }
    .sidenav__link {
        font-size: 1.2rem;
    }
}
/********** burger menu styles ends here ************/

div#content-2 .parent,
div#content-4 .parent,
div#content-6 .parent,
div#content-8 .parent {
    order: 1;
}

@media screen and (min-width: 320px) and (max-width: 480px) {

    .main-nav-footer li {
        padding: 0.25rem 1rem;
    }
    .main-nav-footer {
        padding: 0;
        margin-top: 1rem;
    }
    .form-control,
    .tell-us_content textarea {
        width: 100%;
    }
	.location span {
		width: 7rem;
		padding: 0 0.25rem;
		font-size: 0.875rem;
	}
}
.reading-room p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.reading-room img.attachment-medium.size-medium.wp-post-image,
.featured-img img {
    width: 100%;
}
.left-arrow-ico{
	transform: rotate(180deg);
}

.single-events .wpcf7-form .form-control, .single-events .wpcf7-form .form-control1 {
	border-bottom:1px solid #ccc;
}
.single-events .wpcf7-form .btn-secondary {
	border: 2px solid #006FC0 !important;
    color: #006FC0 !important;
}

.is-layout-flex{
		display : flex !important;
	justify-content: space-between;
	padding-top : 20px
	}

.wp-block-image img{
	    width: 100%;
/*     height: 200px; */
}
.wp-container-8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.wp-block-column {
  flex-basis: calc(33.33% - 6px);
}

.wp-block-image {
  max-width: 100%;
  height: auto;
}
.tab-content {
    display: none;
}

.event-listing.input{
	border:0;
	border-bottom:2px solid;
}

.hor-card img{
/* 	height: 3rem;	 */
}
.offerings-title img{
/* 	width: 5rem; */
}


/* ---------------------------------------------
   Home page refresh styles
--------------------------------------------- */
.home-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 0 4rem;
    color: #ffffff;
}
.home-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.home-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0, 111, 192, 0.88), rgba(10, 46, 108, 0.72));
    z-index: -1;
}
.home-hero__accent {
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
    filter: blur(0);
    z-index: -1;
}
.home-hero__accent--top {
    width: 28rem;
    height: 28rem;
    top: -6rem;
    right: -8rem;
    background: radial-gradient(circle at center, rgba(255, 191, 0, 0.55) 0%, rgba(255, 191, 0, 0) 68%);
}
.home-hero__accent--bottom {
    width: 22rem;
    height: 22rem;
    bottom: -6rem;
    left: -6rem;
    background: radial-gradient(circle at center, rgba(83, 130, 52, 0.55) 0%, rgba(83, 130, 52, 0) 70%);
}
.home-hero__eyebrow {
    letter-spacing: 0.35em;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    display: inline-block;
    margin-bottom: 1.25rem;
}
.home-hero__title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
}
.home-hero__subtitle {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.05rem, 2.6vw, 1.35rem);
}
.home-hero .btn-primary {
    box-shadow: 0 18px 32px rgba(0, 111, 192, 0.35);
}
.home-hero .btn-primary:hover {
    background-color: rgba(79, 170, 246, 0.9);
    border-color: rgba(79, 170, 246, 0.9);
    box-shadow: 0 24px 40px rgba(79, 170, 246, 0.4);
}
.home-hero .btn-outline-light {
    color: #ffffff;
    border-color: rgba(0, 111, 192, 0.6);
    background-color: rgba(0, 111, 192, 0.12);
}
.home-hero .btn-outline-light:hover,
.home-hero .btn-outline-light:focus {
    background-color: rgba(0, 111, 192, 0.28);
    border-color: #006FC0;
    color: #ffffff;
}
.home-hero__scroll {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.7rem;
    letter-spacing: 0.45em;
    text-transform: uppercase;
}
.home-hero__scroll-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ffffff;
    animation: heroScroll 2.8s ease-in-out infinite;
}
.home-hero__scroll-label {
    color: rgba(255, 255, 255, 0.7);
}
@keyframes heroScroll {
    0% {
        opacity: 0;
        transform: translateY(-4px);
    }
    25% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(14px);
    }
}

.home-intro {
    background: linear-gradient(135deg, rgba(0, 111, 192, 0.08), rgba(255, 191, 0, 0.12));
}
.home-metric {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.25rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    box-shadow: 0 18px 36px rgba(9, 42, 74, 0.08);
    border: 1px solid rgba(0, 111, 192, 0.15);
}
.home-metric__value {
    font-size: 1.6rem;
    font-weight: 700;
    color: #006fc0;
}
.home-metric__label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #5b6474;
}

.section-eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #006fc0;
    font-weight: 600;
}
.section-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #092a4a;
}
.section-subtitle {
    color: #5b6474;
    max-width: 42rem;
    margin: 0.75rem auto 0;
}

.home-quick-links {
    background: #f5f8fc;
}
.quick-link-card {
    border-radius: 1.25rem;
    border: 1px solid rgba(0, 111, 192, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
}
.quick-link-card .card-body {
    padding: 1.75rem 1.5rem;
}
.quick-link-card__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 111, 192, 0.12), rgba(255, 191, 0, 0.12));
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.quick-link-card__cta {
    display: block;
    margin-top: 0.75rem;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #006fc0;
    font-weight: 600;
}
.quick-link-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 46px rgba(9, 42, 74, 0.16);
}
.quick-link-card:hover .quick-link-card__cta {
    color: #ffbf00;
}

.feature-card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2.5rem 1.5rem;
    border: 1px solid rgba(0, 111, 192, 0.1);
    box-shadow: 0 20px 40px rgba(9, 42, 74, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.feature-card__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, rgba(0, 111, 192, 0.16), rgba(255, 191, 0, 0.18));
}
.feature-card__title {
    font-weight: 700;
    color: #092a4a;
    margin-bottom: 0.75rem;
}
.feature-card__copy {
    color: #5b6474;
    margin-bottom: 0;
}
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 32px 56px rgba(9, 42, 74, 0.16);
}

.home-services {
    background: #006FC0;
    color: #ffffff;
}
.home-services .section-eyebrow,
.home-services .section-title,
.home-services .section-subtitle {
    color: #ffffff;
}
.home-services .section-subtitle {
    opacity: 0.86;
}
.home-services .btn-outline-primary {
    border-color: rgba(255, 255, 255, 0.7);
    color: #ffffff;
}
.home-services .btn-outline-primary:hover,
.home-services .btn-outline-primary:focus-visible {
    background: #ffffff;
    color: #006FC0;
    border-color: #ffffff;
}
.home-services__slider {
    position: relative;
}
.home-services__slider .slick-list {
    overflow: visible;
}
.home-services__slider .slick-slide {
    padding: 0 0.75rem;
}
.home-services__slider .slick-dots {
    margin-top: 2rem;
    display: flex !important;
    justify-content: center;
    gap: 0.75rem;
}
.home-services__slider .slick-dots li {
    width: auto;
    height: auto;
}
.home-services__slider .slick-dots button {
    width: 48px;
    height: 6px;
    border-radius: 999px;
    background: rgba(8, 53, 102, 0.2);
    border: none;
    font-size: 0;
    padding: 0;
    transition: background 0.25s ease, width 0.25s ease;
}
.home-services__slider .slick-dots .slick-active button {
    width: 72px;
    background: linear-gradient(90deg, #0b57c9 0%, #1390ff 100%);
}
.home-services__controls {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2.75rem;
}
.home-services__scrollbar {
    flex: 1;
    --slider-progress: 0%;
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1390ff 0%, #1390ff var(--slider-progress), rgba(9, 42, 74, 0.18) var(--slider-progress), rgba(9, 42, 74, 0.18) 100%);
    outline: none;
    cursor: pointer;
    transition: background 0.2s ease;
}
.home-services__scrollbar::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 999px;
    background: transparent;
}
.home-services__scrollbar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1390ff;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(19, 144, 255, 0.35);
    margin-top: -4px;
}
.home-services__scrollbar::-moz-range-track {
    height: 4px;
    border-radius: 999px;
    background: transparent;
}
.home-services__scrollbar::-moz-range-progress {
    height: 4px;
    border-radius: 999px;
    background: white; /*linear-gradient(90deg, #1390ff 0%, #1390ff 100%);*/
}
.home-services__scrollbar::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1390ff;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(19, 144, 255, 0.35);
}
.home-services__scrollbar::-ms-track {
    height: 4px;
    border-radius: 999px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.home-services__scrollbar::-ms-fill-lower {
    background: linear-gradient(90deg, #1390ff 0%, #1390ff 100%);
    border-radius: 999px;
}
.home-services__scrollbar::-ms-fill-upper {
    background: rgba(9, 42, 74, 0.18);
    border-radius: 999px;
}
.home-services__scrollbar::-ms-thumb {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1390ff;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(19, 144, 255, 0.35);
}
.home-services__control-buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.home-services__control {
    width: 28px;
    height: 28px;
    border: none;
    background: white;
    border-radius: 50%;
    color: #0b57c9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, transform 0.2s ease;
    padding: 0;
}
.home-services__control-icon svg {
    width: 14px;
    height: 14px;
}
.home-services__control:hover,
.home-services__control:focus-visible {
    color: #1390ff;
    transform: translateY(-1px);
    outline: none;
}
.home-services__control.is-disabled {
    color: rgba(9, 42, 74, 0.35);
    cursor: not-allowed;
    pointer-events: none;
    transform: none;
}
.home-services__control.is-disabled:hover,
.home-services__control.is-disabled:focus-visible {
    color: rgba(9, 42, 74, 0.35);
}
.home-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 550px;
    padding: 2.75rem 2.5rem 2.5rem;
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(4, 18, 42, 0.97) 0%, rgba(5, 22, 48, 0.92) 100%);
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
    box-shadow: 0 32px 60px rgba(3, 13, 28, 0.28);
}
.home-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 15%, rgba(19, 144, 255, 0.35), transparent 60%), radial-gradient(circle at 80% 85%, rgba(11, 87, 201, 0.22), transparent 55%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.home-service-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.home-service-card__eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(190, 212, 255, 0.82);
}
.home-service-card__title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}
.home-service-card__excerpt {
    color: rgba(232, 238, 255, 0.78);
    margin-bottom: 0;
}
.home-service-card__media {
    position: relative;
    z-index: 1;
    margin-top: auto;
    margin-bottom: 0.5rem;
}
.home-service-card__image {
    width: 100%;
    height: 220px;
    background-image: var(--service-card-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    clip-path: polygon(12% 0, 100% 0, 100% 82%, 86% 100%, 0 100%, 0 18%);
    box-shadow: 0 26px 44px rgba(9, 34, 66, 0.32);
}
.home-service-card__cta {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: rgba(19, 144, 255, 0.18);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease;
}
.home-service-card__cta-icon svg {
    display: block;
}
.home-service-card:hover,
.home-service-card:focus-visible {
    transform: translateY(-12px);
    background: #ffffff;
    color: #0b2145;
    box-shadow: 0 24px 48px rgba(6, 21, 46, 0.18);
}
.home-service-card:hover::before,
.home-service-card:focus-visible::before {
    opacity: 0;
}
.home-service-card:hover .home-service-card__title,
.home-service-card:focus-visible .home-service-card__title {
    color: #0b2145;
}
.home-service-card:hover .home-service-card__eyebrow,
.home-service-card:focus-visible .home-service-card__eyebrow {
    color: rgba(11, 33, 69, 0.62);
}
.home-service-card:hover .home-service-card__excerpt,
.home-service-card:focus-visible .home-service-card__excerpt {
    color: rgba(11, 33, 69, 0.72);
}
.home-service-card:hover .home-service-card__cta,
.home-service-card:focus-visible .home-service-card__cta {
    background: rgba(0, 111, 192, 0.42);
    color: #006FC0;
    border-color: rgba(0, 111, 192, 0.25);
    opacity: 1;
    transform: translateY(0);
}
.home-service-card:focus-visible {
    outline: 3px solid rgba(19, 144, 255, 0.45);
    outline-offset: -3px;
}

@media (max-width: 1199.98px) {
    .home-services__slider .slick-arrow {
        top: -80px;
    }
    .home-service-card {
        min-height: 460px;
        padding: 2.4rem 2.1rem 2.1rem;
    }
    .home-service-card__image {
        height: 200px;
    }
}
@media (max-width: 991.98px) {
    .home-services__slider .slick-arrow {
        display: none !important;
    }
    .home-services__slider .slick-list {
        margin: 0 -0.75rem;
    }
    .home-services__slider .slick-slide {
        padding: 0 0.75rem;
    }
    .home-services__controls {
        margin-top: 2.25rem;
    }
}
@media (max-width: 575.98px) {
    .home-services__slider .slick-list {
        margin: 0 -0.5rem;
    }
    .home-services__slider .slick-slide {
        padding: 0 0.5rem;
    }
    .home-service-card {
        min-height: 430px;
        padding: 2.1rem 1.75rem 1.75rem;
    }
    .home-service-card__image {
        height: 190px;
    }
    .home-service-card__cta {
        bottom: 1.5rem;
        right: 1.5rem;
        width: 50px;
        height: 50px;
    }
    .home-services__controls {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }
    .home-services__control-buttons {
        justify-content: flex-end;
    }
}

.home-industries {
    background: linear-gradient(180deg, rgba(255, 191, 0, 0.12) 0%, #ffffff 85%);
}
.industry-card {
    position: relative;
    display: block;
    border-radius: 1.5rem;
    overflow: hidden;
    min-height: 512px;
    background-color: #0f2740;
    background-image: var(--industry-card-image);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.industry-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 42, 74, 0.88) 0%, rgba(9, 42, 74, 0.12) 30%, rgba(9, 42, 74, 0.7) 100%);
    transition: background 0.25s ease;
}
.industry-card__overlay {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.85rem;
    padding: 1.5rem 1.25rem;
    min-height: 512px;
}
.industry-card__title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}
.industry-card__excerpt {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.industry-card__cta {
    display: inline-flex;
    margin-top: auto;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 191, 0, 0.16);
    font-weight: 600;
    color: #ffbf00;
    opacity: 1;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.industry-card__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.industry-card__cta-icon svg {
    display: block;
}
.industry-card:hover,
.industry-card:focus-visible {
    transform: translateY(-10px);
    box-shadow: 0 32px 52px rgba(0, 111, 192, 0.24);
}
.industry-card:focus-visible {
    outline: 3px solid #ffbf00;
    outline-offset: -3px;
}
.industry-card:hover::before,
.industry-card:focus-visible::before {
    /* background: linear-gradient(180deg, rgba(9, 42, 74, 0.45) 0%, rgba(9, 42, 74, 0.92) 100%); */
    /* background: linear-gradient(120deg, #0a2e6c 0%, #006FC0 55%, #154076 100%); */
    background: #0a2e6c ;
}
.industry-card:hover .industry-card__excerpt,
.industry-card:focus-visible .industry-card__excerpt{
/* .industry-card:hover .industry-card__cta, */
/* .industry-card:focus-visible .industry-card__cta { */
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 575.98px) {
    .industry-card__overlay {
        padding: 2rem 1.75rem;
        min-height: 260px;
    }
}

.home-trusted {
    /* background: #ffffff; */
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    padding-top: clamp(2rem, 4vw, 3rem);
    overflow-x: hidden;
}
.home-trusted__carousel-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    /* padding: 0 clamp(1rem, 6vw, 5rem); */
    margin-top: 1.5rem;
}
.home-trusted__carousel {
    /* background: linear-gradient(145deg, rgba(0, 111, 192, 0.04), rgba(255, 191, 0, 0.08)); */
    /* border-radius: 1.75rem; */
    padding: 1.75rem 2rem;
    border: 1px solid rgba(0, 111, 192, 0.12);
    overflow: hidden;
    width: 100%;
}
.home-trusted__carousel .slide {
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-trusted__carousel img {
    max-height: 52px;
    width: auto;
    filter: grayscale(15%);
    opacity: 0.85;
    transition: opacity 0.2s ease, filter 0.2s ease;
}
.home-trusted__carousel img:hover {
    opacity: 1;
    filter: none;
}

@media (max-width: 767.98px) {
    .home-trusted__carousel-wrap {
        padding: 0 1rem;
    }
}

.home-cta {
    background: linear-gradient(120deg, #0a2e6c 0%, #006fc0 60%, #154076 100%);
    border-radius: 2rem;
    margin: 0 1.5rem;
    position: relative;
    overflow: hidden;
}
.home-cta::before,
.home-cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.45;
}
.home-cta::before {
    width: 18rem;
    height: 18rem;
    top: -5rem;
    right: -6rem;
    background: radial-gradient(circle at center, rgba(255, 191, 0, 0.6) 0%, rgba(255, 191, 0, 0) 72%);
}
.home-cta::after {
    width: 16rem;
    height: 16rem;
    bottom: -6rem;
    left: -5rem;
    background: radial-gradient(circle at center, rgba(83, 130, 52, 0.5) 0%, rgba(83, 130, 52, 0) 70%);
}
.home-cta .container {
    position: relative;
}
.text-white-75 {
    color: rgba(255, 255, 255, 0.78) !important;
}

@media (max-width: 991.98px) {
    .home-hero {
        min-height: 78vh;
        padding: 5rem 0 3rem;
    }
    .home-hero__accent--top {
        width: 18rem;
        height: 18rem;
        right: -5rem;
    }
    .home-hero__accent--bottom {
        width: 16rem;
        height: 16rem;
        left: -4rem;
    }
    .home-intro .home-metric {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .home-hero__eyebrow {
        letter-spacing: 0.25em;
    }
    .home-hero__scroll {
        bottom: 1.5rem;
    }
    .home-intro .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .quick-link-card .card-body {
        padding: 1.5rem;
    }
    .home-cta {
        margin: 0 1rem;
        border-radius: 1.5rem;
    }
}


.text-highlight {
    color: #FFBF00;
}

.btn-outline-primary {
    color: #006FC0;
    border-color: #006FC0;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #006FC0;
    color: #fff;
    box-shadow: 0 12px 24px rgba(0, 111, 192, 0.2);
}

.home-careers {
    background: linear-gradient(120deg, #0a2e6c 0%, #006FC0 55%, #154076 100%);
    /* border-radius: 2.5rem; */
    /* margin: 0 0 2rem; */
    position: relative;
    overflow: hidden;
}
.home-careers::before,
.home-careers::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.45;
    pointer-events: none;
}
.home-careers::before {
    width: 20rem;
    height: 20rem;
    top: -6rem;
    right: -8rem;
    background: radial-gradient(circle at center, rgba(255, 191, 0, 0.55) 0%, rgba(255, 191, 0, 0) 70%);
}
.home-careers::after {
    width: 18rem;
    height: 18rem;
    bottom: -8rem;
    left: -6rem;
    background: radial-gradient(circle at center, rgba(83, 130, 52, 0.5) 0%, rgba(83, 130, 52, 0) 70%);
}
.home-careers .container {
    position: relative;
    z-index: 1;
}
.home-careers__copy {
    max-width: 32rem;
    color: rgba(255, 255, 255, 0.78);
}
.home-careers__media {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 2rem;
    padding: 1.5rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}
.home-careers__media img {
    border-radius: 1.5rem;
    width: 100%;
    height: auto;
}
.home-careers .btn-light {
    border-color: #ffffff;
    box-shadow: 0 14px 28px rgba(255, 255, 255, 0.2);
}
.home-careers .btn-light:hover {
    background-color: #ffffff;
    color: #006FC0;
}

.home-reading {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
    /* border-radius: 2.5rem; */
    /* margin: 2rem 1.5rem 0; */
    padding: 3rem 0;
}
.home-reading__card {
    border-radius: 1.5rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}
.home-reading__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 46px rgba(9, 42, 74, 0.15);
}
.home-reading__thumb {
    overflow: hidden;
    border-radius: 1.5rem 1.5rem 0 0;
}
.home-reading__thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.home-reading__body {
    padding: 1.75rem;
}
.home-reading__meta {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #006FC0;
    margin-bottom: 0.75rem;
}
.home-reading__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #092a4a;
    margin-bottom: 0.75rem;
}
.home-reading__excerpt {
    color: #5b6474;
    margin-bottom: 1.5rem;
}
.home-reading__link {
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    color: #006FC0;
}
.home-reading__link:hover {
    color: #FFBF00;
}

@media (max-width: 991.98px) {
    .home-careers {
        margin: 0 1rem 2rem;
        border-radius: 2rem;
    }
    .home-careers__media {
        margin-top: 1.5rem;
    }
    .home-reading {
        margin: 2rem 1rem 0;
        padding: 2.5rem 0;
    }
}

@media (max-width: 575.98px) {
    .home-reading__thumb img {
        height: 180px;
    }
}


.site-footer {
    color: #ffffff;
}
.site-footer__primary {
    background: linear-gradient(120deg, #071d3f 0%, #0a2e6c 45%, #006FC0 100%);
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}
.site-footer__descr {
    color: rgba(255, 255, 255, 0.68);
    margin-top: 1.5rem;
}
.site-footer__bullets {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.85rem;
}
.site-footer__bullets li strong {
    color: #FFBF00;
    font-weight: 700;
}
.site-footer__heading {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
}
.site-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.5rem;
}
.site-footer__list li {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    line-height: 1.4;
}
.site-footer__list li span {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.55);
}
.site-footer__list a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-weight: 600;
}
.site-footer__list a:hover {
    color: #FFBF00;
}
.site-footer__primary::before,
.site-footer__primary::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.4;
    pointer-events: none;
}
.site-footer__primary::before {
    width: 22rem;
    height: 22rem;
    top: -8rem;
    left: -6rem;
    background: radial-gradient(circle at center, rgba(255, 191, 0, 0.55) 0%, rgba(255, 191, 0, 0) 70%);
}
.site-footer__primary::after {
    width: 18rem;
    height: 18rem;
    bottom: -6rem;
    right: -5rem;
    background: radial-gradient(circle at center, rgba(83, 130, 52, 0.5) 0%, rgba(83, 130, 52, 0) 70%);
}
.site-footer__logo img {
    width: 160px;
    height: auto;
}
.site-footer__tagline {
    margin-top: 1rem;
    font-size: 0.95rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: justify;
    color: rgba(255, 255, 255, 0.6);
}
.site-footer__nav {
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.site-footer__link {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.78rem;
    text-decoration: none;
    transition: color 0.2s ease;
}
.site-footer__link:hover,
.site-footer__link:focus {
    color: #FFBF00;
}
.site-footer__bottom {
    background: #04142c;
    padding: 1.5rem 0;
}
.site-footer__meta {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
}
.site-footer__meta:hover,
.site-footer__meta:focus {
    color: #FFBF00;
}
.site-footer__social {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    transition: background-color 0.2s ease, transform 0.2s ease;
}
.site-footer__social-link img {
    width: 18px;
    height: 18px;
}
.site-footer__social-link:hover,
.site-footer__social-link:focus {
    background: rgba(255, 191, 0, 0.2);
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .site-footer__nav {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .site-footer__primary {
        padding: 2.5rem 0;
    }
    .site-footer__nav {
        gap: 1rem;
    }
    .site-footer__social {
        justify-content: flex-start;
    }
}


.home-contact {
    /* background: linear-gradient(135deg, #f5f8fc 0%, #ffffff 100%); */
    border-radius: 2.5rem 2.5rem 0 0;
    margin: 0 1.5rem;
    padding: 3rem 0;
}
.home-contact__title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #092a4a;
}
.home-contact__copy {
    max-width: 30rem;
    color: #5b6474;
}
@media (max-width: 575.98px) {
    .home-contact {
        margin: 0 1rem;
        padding: 2.5rem 0;
    }
}


.home-contact__form {
    background: linear-gradient(130deg, #006FC0 0%, #0a2e6c 65%, #041e3f 100%);
    padding: 2.75rem;
    border-radius: 1.75rem;
    box-shadow: 0 32px 56px rgba(9, 42, 74, 0.18);
}
.home-contact__form .wpcf7-form {
    color: #ffffff;
}
.home-contact__form label {
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}
.home-contact__form .form-control,
.home-contact__form .form-select {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
}

.home-contact__form .form-control::placeholder,
.home-contact__form .form-control option ,
.home-contact__form .form-select option {
    color: rgba(255, 255, 255, 0.6);
}

.home-contact__form .form-control option {
    color: #000;
}
.home-contact__form .wpcf7-submit {
    margin-top: 1.75rem;
}
@media (max-width: 575.98px) {
    .home-contact__form {
        padding: 2.25rem;
    }
}

.home-contact__form textarea {
    height: 5rem;
    width: 100%;
}


/* Offerings page */
.offerings-hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(120deg, #0a2e6c 0%, #006FC0 60%, #154076 100%);
    color: #ffffff;
}
.offerings-hero__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 191, 0, 0.35), transparent 55%),
                radial-gradient(circle at bottom right, rgba(83, 130, 52, 0.35), transparent 65%);
    pointer-events: none;
}
.offerings-hero__title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
}
.offerings-hero__subtitle {
    max-width: 38rem;
    color: rgba(255, 255, 255, 0.78);
}

.offerings-intro {
    background: #ffffff;
}

/* Offerings summary cards (legacy) */
.offerings-summary__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-decoration: none;
    padding: 2.5rem 1.5rem;
    border-radius: 1.75rem;
    background: #ffffff;
    border: 1px solid rgba(0, 111, 192, 0.12);
    box-shadow: 0 16px 32px rgba(9, 42, 74, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
    color: #092a4a;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.offerings-summary__card img {
    width: 60px;
    height: auto;
}
.offerings-summary__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 40px rgba(9, 42, 74, 0.16);
    color: #006FC0;
}

.offerings-detail {
    background: #ffffff;
}
.offerings-detail.offerings-detail--alt {
    background: #f7f9fc;
}
.offerings-detail__card {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 3rem;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: 0 24px 48px rgba(9, 42, 74, 0.1);
    border: 1px solid rgba(0, 111, 192, 0.08);
    height: 100%;
}
.offerings-detail__icon {
    flex: 0 0 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 111, 192, 0.06);
    border-radius: 20px;
    padding: 1.5rem;
}
.offerings-detail__icon img {
    max-width: 80px;
    height: auto;
}
.offerings-detail__body {
    flex: 1 1 320px;
}
.offerings-detail__title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #092a4a;
    margin-bottom: 1rem;
}
.offerings-detail__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.75rem 1.5rem;
}
.offerings-detail__list li {
    position: relative;
    padding-left: 1.25rem;
    color: #5b6474;
    font-size: 0.95rem;
}
.offerings-detail__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFBF00;
}

@media (max-width: 767.98px) {
    .offerings-detail__card {
        padding: 2.25rem;
    }
    /* Offerings summary cards (legacy) */
.offerings-summary__card {
        padding: 2rem 1.25rem;
    }
}


.offerings-featured {
    background: #ffffff;
}
.offerings-featured__card {
    background: #ffffff;
    border-radius: 1.75rem;
    padding: 2.5rem;
    box-shadow: 0 24px 48px rgba(9, 42, 74, 0.08);
    border: 1px solid rgba(0, 111, 192, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.offerings-featured__media {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(0, 111, 192, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}
.offerings-featured__media img {
    max-width: 48px;
    height: auto;
}
.offerings-featured__title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #092a4a;
}
.offerings-featured__copy {
    color: #5b6474;
}
.offerings-featured__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.5rem;
}
.offerings-featured__list li {
    position: relative;
    padding-left: 1.25rem;
    color: #5b6474;
    font-size: 0.95rem;
}
.offerings-featured__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFBF00;
}

.offerings-cta {
    background: linear-gradient(120deg, #0a2e6c 0%, #006FC0 60%, #154076 100%);
    border-radius: 2.5rem;
    margin: 3rem 1.5rem 0;
    padding: 3rem 3.5rem;
}
.offerings-cta .btn-light {
    box-shadow: 0 18px 32px rgba(255, 255, 255, 0.22);
}
.offerings-cta .btn-light:hover {
    background: #ffffff;
    color: #006FC0;
}
@media (max-width: 767.98px) {
    .offerings-featured__card {
        padding: 2rem;
    }
    .offerings-cta {
        margin: 2.5rem 1rem 0;
        padding: 2.5rem;
    }
}


.offerings-contact {
    background: #ffffff;
    border-top: 1px solid rgba(0, 111, 192, 0.08);
}
.offerings-contact__media {
    background: linear-gradient(135deg, rgba(0, 111, 192, 0.08), rgba(255, 191, 0, 0.12));
    border-radius: 2rem;
    padding: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 24px 48px rgba(9, 42, 74, 0.08);
}
.offerings-contact__media img {
    max-width: 450px;
    width: 100%;
    height: auto;
}
.offerings-contact .btn-outline-primary {
    border-width: 2px;
}
@media (max-width: 575.98px) {
    .offerings-contact .btn {
        width: 100%;
    }
    .offerings-contact__media {
        padding: 2rem;
        margin-top: 1.5rem;
    }
}


/* Solutions page */
.solutions-hero {
    min-height: 60vh;
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(115deg, #0a2e6c 0%, #006FC0 55%, #154076 100%);
    color: #ffffff;
}
.solutions-hero__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 191, 0, 0.32), transparent 60%),
                radial-gradient(circle at bottom right, rgba(83, 130, 52, 0.28), transparent 65%);
    pointer-events: none;
}
.solutions-hero__title {
    font-size: clamp(2.75rem, 6vw, 4.2rem);
    font-weight: 700;
}
.solutions-hero__subtitle {
    max-width: 40rem;
    color: rgba(255, 255, 255, 0.78);
}

.solutions-intro {
    background: #ffffff;
}

.solutions-overview {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
}
.solutions-overview__card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2.5rem 2rem;
    border-radius: 1.75rem;
    text-decoration: none;
    color: #092a4a;
    background: #ffffff;
    border: 1px solid rgba(0, 111, 192, 0.12);
    box-shadow: 0 18px 36px rgba(9, 42, 74, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 100%;
}
.solutions-overview__card h3 {
    font-size: 1.35rem;
    font-weight: 700;
}
.solutions-overview__card p {
    margin-bottom: 0;
    color: #5b6474;
}
.solutions-overview__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 46px rgba(9, 42, 74, 0.16);
    color: #006FC0;
}
.solutions-overview__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(0, 111, 192, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #006FC0;
    letter-spacing: 0.16em;
}

.solutions-industry {
    background: #ffffff;
}
.solutions-industry--alt {
    background: #f7f9fc;
}
.solutions-industry__card {
    background: #ffffff;
    border-radius: 2rem;
    padding: 3rem;
    box-shadow: 0 24px 48px rgba(9, 42, 74, 0.08);
    border: 1px solid rgba(0, 111, 192, 0.08);
}
.solutions-industry__title {
    font-size: 2rem;
    font-weight: 700;
    color: #092a4a;
}
.solutions-industry__lead {
    color: #5b6474;
}
.solutions-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}
.solutions-tags span {
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(0, 111, 192, 0.08);
    color: #006FC0;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}
.solutions-pillar h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #092a4a;
    margin-bottom: 1rem;
}
.solutions-pillar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.5rem 1rem;
}
.solutions-pillar li {
    position: relative;
    padding-left: 1.25rem;
    color: #5b6474;
}
.solutions-pillar li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFBF00;
}
.solutions-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
}
.solutions-stats div {
    font-weight: 600;
    color: #092a4a;
}
.solutions-stats span {
    display: block;
    font-size: 1.6rem;
    color: #006FC0;
}

.solutions-cta {
    background: linear-gradient(120deg, #0a2e6c 0%, #006FC0 60%, #154076 100%);
    border-radius: 2.5rem;
    margin: 3rem 1.5rem 0;
    padding: 3rem 3.5rem;
}

.solutions-contact {
    background: #ffffff;
    padding-bottom: 6rem;
}
.solutions-contact__media {
    background: linear-gradient(135deg, rgba(0, 111, 192, 0.1), rgba(255, 191, 0, 0.12));
    border-radius: 2rem;
    padding: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 24px 48px rgba(9, 42, 74, 0.08);
}
.solutions-contact__media img {
    max-width: 450px;
    width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .solutions-industry__card {
        padding: 2.5rem;
    }
    .solutions-cta {
        margin: 2.5rem 1rem 0;
        padding: 2.5rem;
    }
}
@media (max-width: 575.98px) {
    .solutions-overview__card {
        padding: 2rem 1.5rem;
    }
    .solutions-stats {
        flex-direction: column;
    }
    .solutions-contact__media {
        margin-top: 1.5rem;
        padding: 2rem;
    }
}


/* About page */
.about-hero {
    min-height: 60vh;
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(115deg, #0a2e6c 0%, #006FC0 55%, #154076 100%);
    color: #ffffff;
}
.about-hero__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 191, 0, 0.32), transparent 60%),
                radial-gradient(circle at bottom right, rgba(83, 130, 52, 0.28), transparent 65%);
    pointer-events: none;
}
.about-hero__title {
    font-size: clamp(2.5rem, 6vw, 4.2rem);
    font-weight: 700;
}
.about-hero__subtitle {
    max-width: 40rem;
    color: rgba(255, 255, 255, 0.78);
}

.about-story {
    background: #ffffff;
}
.about-story__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
.about-story__grid span {
    font-size: 2rem;
    font-weight: 700;
    color: #006FC0;
    display: block;
}
.about-story__card {
    background: linear-gradient(180deg, rgba(0, 111, 192, 0.1), rgba(255, 191, 0, 0.12));
    border-radius: 1.75rem;
    padding: 2.5rem;
    box-shadow: 0 24px 48px rgba(9, 42, 74, 0.08);
    color: #092a4a;
}
.about-story__card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
}
.about-story__card li {
    font-size: 0.95rem;
    color: rgba(9, 42, 74, 0.85);
}
.about-story__card strong {
    color: #006FC0;
}

.about-differentiators {
    background: #f7f9fc;
}
.about-differentiators__card {
    background: #ffffff;
    border-radius: 1.75rem;
    padding: 2.25rem;
    box-shadow: 0 24px 48px rgba(9, 42, 74, 0.08);
    height: 100%;
}
.about-differentiators__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(0, 111, 192, 0.12);
    margin-bottom: 1.25rem;
}
.about-differentiators__icon img {
    width: 32px;
    height: 32px;
}
.about-differentiators__card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #092a4a;
    margin-bottom: 0.75rem;
}
.about-differentiators__card p {
    color: #5b6474;
    margin-bottom: 0;
}

.about-values {
    background: #ffffff;
}
.about-values__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}
.about-values__grid div {
    background: #f7f9fc;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 16px 32px rgba(9, 42, 74, 0.05);
}
.about-values__grid h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #006FC0;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}
.about-values__grid p {
    color: #5b6474;
    margin-bottom: 0;
}

.about-cta {
    background: linear-gradient(120deg, #0a2e6c 0%, #006FC0 60%, #154076 100%);
    border-radius: 2.5rem;
    margin: 3rem 1.5rem 0;
    padding: 3rem 3.5rem;
}

@media (max-width: 991.98px) {
    .about-story__card {
        margin-top: 1rem;
    }
    .about-cta {
        margin: 2.5rem 1rem 0;
        padding: 2.5rem;
    }
}
@media (max-width: 575.98px) {
    .about-differentiators__card {
        padding: 2rem;
    }
    .about-values__grid div {
        padding: 1.75rem;
    }
}


/* Contact page */
.contact-hero {
    min-height: 55vh;
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(115deg, #0a2e6c 0%, #006FC0 55%, #154076 100%);
    color: #ffffff;
}
.contact-hero__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 191, 0, 0.3), transparent 60%),
                radial-gradient(circle at bottom right, rgba(83, 130, 52, 0.25), transparent 65%);
    pointer-events: none;
}
.contact-hero__title {
    font-size: clamp(2.4rem, 5.5vw, 3.8rem);
    font-weight: 700;
}
.contact-hero__subtitle {
    max-width: 36rem;
    color: rgba(255, 255, 255, 0.78);
}

.contact-content {
    background: #ffffff;
}
.contact-card {
    background: #f7f9fc;
    border-radius: 1.75rem;
    padding: 2.5rem;
    box-shadow: 0 24px 48px rgba(9, 42, 74, 0.08);
}
.contact-card__title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #092a4a;
}
.contact-card__copy {
    color: #5b6474;
    margin-bottom: 1.5rem;
}
.contact-details {
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem;
}
.contact-details__item span {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #006FC0;
    font-weight: 600;
    margin-bottom: 0.35rem;
}
.contact-details__item a {
    color: #092a4a;
    font-weight: 600;
}
.contact-card__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.contact-form__wrapper {
    background: #ffffff;
    border-radius: 1.75rem;
    padding: 2.5rem;
    box-shadow: 0 24px 48px rgba(9, 42, 74, 0.08);
}

.contact-offices {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
}
.contact-map iframe {
    border-radius: 1.5rem;
    box-shadow: 0 24px 48px rgba(9, 42, 74, 0.08);
}
.contact-office__list {
    display: grid;
    gap: 1.5rem;
}
.contact-office__heading {
    font-size: 1.3rem;
    font-weight: 700;
    color: #092a4a;
    margin-bottom: 1rem;
}
.contact-office__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(9, 42, 74, 0.08);
}
.contact-office__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(0, 111, 192, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-office__icon img {
    width: 28px;
    height: 28px;
}
.contact-office__item h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #092a4a;
    margin-bottom: 0.25rem;
}
.contact-office__item p {
    margin-bottom: 0.35rem;
    color: #5b6474;
}
.contact-office__link {
    font-weight: 600;
    color: #006FC0;
}

@media (max-width: 991.98px) {
    .contact-card,
    .contact-form__wrapper {
        padding: 2rem;
    }
}
@media (max-width: 575.98px) {
    .contact-card__cta {
        flex-direction: column;
    }
}
