body {
  font-family: var(--font-inter);
  color: #333;
  padding-top: 85px;
}

* {
  box-sizing: border-box;
  transition: all 0.4s ease;
}
header.header {
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: #fff;
}
.header-wrap nav.navbar {
  width: 100%;
  padding: 0;
}
.header-wrap {
  width: 100%; 
  max-width: 1440px;
  background-color: var(--color-white); 
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
  gap: var(--gap-20); 
  flex-shrink: 0;
  color: var(--color-gray-600);
  font-family: var(--font-inter);
  margin: 0 auto;
}
.logo {height:60px;}
.logo img {
  width: 100%;
  max-width: 110px;
}
.header-menu .mega-menu-wrap>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 8px;
}
.header-menu .mega-menu-wrap>ul li {
  margin: 0; 
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 20px 5px;
}
.header-menu .mega-menu-wrap>ul li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 8px 15px !important;
  color: #1A1615;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.header-menu .mega-menu-wrap>ul li a.active{
  color: #1A1615 !important;
  border-radius: 100px;
  border: 1px solid #000;
}
/*.header-menu>ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: var(--color-darkorange-100);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}*/
.navbar-nav .nav-link.show {
  color: #ff780b;
}
.dropdown-toggle{
  display: flex !important;
  align-items: center;
  gap: 5px;
}
.dropdown-toggle::after {  
  background: url(../images/down-arrow.png) no-repeat center center;
  border: 0;
  width: 10px;
  height: 6px;
}
.header-menu .mega-menu-wrap>ul li a:hover,
.header-menu .mega-menu-wrap>ul li a:focus-visible {
  color: var(--color-darkorange-100);
  outline: none;
}

.header-menu .mega-menu-wrap>ul li a:hover::after,
.header-menu .mega-menu-wrap>ul li a:focus-visible::after {
  transform: scaleX(1);
}

.header-menu .mega-menu-wrap>ul li a:focus-visible {
  border-radius: 2px;
  box-shadow: 0 0 0 2px var(--color-white), 0 0 0 4px var(--color-darkorange-200);
}

.header-menu .mega-menu-wrap>ul li ul.dropdown-menu {
  margin: 0;
  padding: 12px 0;
}
.header-menu .mega-menu-wrap>ul li ul li {
  padding: 0;
}
.header-menu .mega-menu-wrap>ul li ul li a {
  padding: 12px 12px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin: 0;
    list-style: none;
    padding: 20px 5px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height: auto;
    vertical-align: middle;
    width: auto;
    text-transform: none;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    outline: none;
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 8px 15px !important;
    color: #1A1615;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
    border-radius: 100px;
    border: 1px solid #000;
    color: #1A1615;
}
#mega-menu-wrap-primary { 
    position: static;
}
#mega-menu-wrap-primary #mega-menu-primary { 
    position: static;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
    position: static;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column { 
    width: 100% !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0px;
    background-color: #f1f1f1;
    border: 0;
    padding: 0px;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
    border-radius: 12px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.08);
    top: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-menu-services {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-menu-services a.mega-card {
    border-radius: 11.627px;
    border: 0.727px solid #DADADA;
    background: #FFF6EF;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-menu-services a.mega-card h4 {
    color: #333;
    font-family: Inter;
    font-size: 20.347px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.16px;
    letter-spacing: -0.203px;
    margin: 0 0 20px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-menu-services a.mega-card img {
    max-width: 110px;
    width: auto;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    object-fit: contain;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu { 
    border-radius: 12px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.08);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background-color: #fff;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.14px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover { 
    background-color: #fff; 
    color: #ff780b;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
    background: url(../images/down-arrow.png) no-repeat center center;
    border: 0;
    width: 10px;
    height: 6px;
    content: '';
    vertical-align: middle;
}
.aws-menu a.mega-card {
    width:33% !important;
}
.aws-menu a.mega-card h4 {
    padding-top:10px;
}
.aws-menu a.mega-card h4:hover, .mega-menu-services a.mega-card h4:hover {
    color:#FF780B !important;
}
button.link-primary {
  color: #FFF !important;
  text-align: center;
  font-size: 13.707px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.448px;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 8px calc(var(--padding-14) - 1px) 8px calc(var(--padding-20) - 1px);
  border-radius: 85.7px;
  background: var(--Or);
  overflow: hidden;
  gap: 5.5px;
  display: flex;
  align-items: center;
}

button.link-primary:hover,
button.link-primary:focus-visible {
  background: var(--color-white);
  color: var(--color-darkorange-100) !important;
  border-color: var(--color-darkorange-100);
  outline: none;
}

button.link-primary:focus-visible {
  box-shadow: 0 0 0 2px var(--color-white), 0 0 0 4px var(--color-darkorange-200);
}

button.link-primary:hover .iconsarrowcircleupright-fille,
button.link-primary:focus-visible .iconsarrowcircleupright-fille {
  filter: brightness(0) saturate(100%) invert(48%) sepia(93%) saturate(1356%)
    hue-rotate(346deg) brightness(101%) contrast(101%);
}
.header-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
section .container {
  width: 100%;
  max-width: 1440px;
  position: relative; 
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
  isolation: isolate;
  gap: var(--gap-8);
  line-height: normal;
  letter-spacing: normal;
}
footer .container{
  max-width: 1440px;
}
.hero-section .container-fluid {
    padding:0;
}
.hero-bg {
    background: #FFF6EF;
}
.hero-content { 
  /*border-radius: 30px*/
 /* background: #FFF6EF;*/
  padding: 80px 0px 40px 70px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  gap: 50px;
  width: 100%;
}
h1.hero-title {
  letter-spacing: -0.01em;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  color: #333;
  font-size: 58px;
  margin: 0 0 0;
}
h1.hero-title span {
  letter-spacing: -0.01em;
  line-height: 66px;
  font-weight: 600;
  background: var(--Or);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
p.hero-description {
  margin: 16px 0 0;
  color: rgba(55, 54, 86, 0.91);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: 550px;
}
.hero-button-group {
  display: flex;
  gap: 15px;
  margin: 25px 0 0;
}
a.primary-button-link {
  display: inline-block;
  border-radius: 85.667px;
  background: #0D3053;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.448px;
  padding: 14px 34px;
  text-decoration: none;
  border: 1px solid transparent;
}

a.primary-button-link:hover,
a.primary-button-link:focus-visible {
  background: #FFF;
  color: #0D3053;
  border-color: #0D3053;
  outline: none;
}

a.primary-button-link:focus-visible {
  box-shadow: 0 0 0 2px #FFF, 0 0 0 4px rgba(13, 48, 83, 0.35);
}

a.secondary-button-link {
  display: inline-block;
  color: #1A1615;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.448px;
  padding: 15px 35px;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  background: #FFF;
}

a.secondary-button-link:hover,
a.secondary-button-link:focus-visible {
  background: #ff4d00;
  color: #FFF;
  border-color: #ff4d00;
  outline: none;
}

a.secondary-button-link:focus-visible {
  box-shadow: 0 0 0 2px #FFF, 0 0 0 4px rgba(26, 22, 21, 0.45);
}

.hero-button-group a.primary-button-link:focus-visible {
  box-shadow: 0 0 0 2px #FFF6EF, 0 0 0 4px rgba(13, 48, 83, 0.35);
}

.hero-button-group a.secondary-button-link:focus-visible {
  box-shadow: 0 0 0 2px #FFF6EF, 0 0 0 4px rgba(26, 22, 21, 0.45);
}

.hero-left-image {
  margin: 40px 0 0;
}
.hero-right-image {
  position: relative;
}
.overlap-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.partners-bg{
    background: #0B253F url('https://staging2.atomiccomputing.com/wp-content/uploads/2026/05/client-logo-bg.png') center -10% no-repeat;
    background-size:cover;
}
.pt-tp{
    /*padding-top:30px;*/
}
.pt-bt{
    /* padding-bottom:30px;*/
}
.partners-content-right-col img {
  /*filter: grayscale(100%);*/
}
.partners-content {
  /*border-radius: 30px;
  background: #0B253F; */
  width: 100%;
  /*margin: 25px 0 0;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.partners-content-left {
  padding: 35px 0px 35px 50px;
  max-width: 460px;
}
.star-rating {
  display: inline-flex;
  align-items: center;
  gap: 6.673px;
}
.partners-content-left-text {
  margin: 12px 0 0;
}
h2.partners-title {
  color: #FFF;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.28px;
  margin: 0;
}
h2.partners-title span{
  color: #FF780B;
}
.partners-says {
  margin: 25px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #4E4D4D;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 250px;
}
p.partners-says-text-name {
  margin: 0;
  color: #F2F2ED;
  font-family: Geist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
}
p.partners-says-text-title {
  margin: 0;
  color: rgba(242, 242, 237, 0.52);
  font-family: Geist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.32px;
}
.partners-content-right {
  width: 100%;
  padding-left: 20px;
} 
.partners-content-right-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.partners-content-right-col-image {
  text-align: center;
  border: 1px solid var(--color-gray-1100);
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.services-section {
  margin: 80px 0 0;
  position: relative;
}
section.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 347px;
  height: 347px;
  border-radius: 347px;
  background: rgba(255, 222, 11, 0.20);
  filter: blur(250px);
}
section.services-section::after {
  content: "";
  position: absolute;
  top: 70px;
  right: 0;
  width: 347px;
  height: 347px;
  border-radius: 347px;
  background: rgba(255, 222, 11, 0.20);
  filter: blur(250px);
}
.services-content {
  width: 100%; 
}
.heading-title {
  text-align: center;
  position: relative;
}
h2.heading-title-inner {
  position: relative;
  color: #333;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
  margin: 0;
  z-index: 2;
}
h2.heading-title-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/heading-bg.svg) no-repeat center center / 600px;
  z-index: -1;
}  
#aws-feature  h2.heading-title-inner::before {
      background: url(../images/heading-bg.svg) no-repeat center center / 1200px;
}
.services-content-card-items {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
#aws-feature .services-content-card-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
    width: 80%;
    margin: auto;
}
.services-content-card-item {
  border-radius: 16px;
  border: 1px solid #DADADA;
  background: #FFF;
  padding: 30px 25px;
  transition: all 0.4s ease;
}
.services-content-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.services-content-card-item-image {
  margin-bottom: 20px;
} 
h3.services-content-card-item-title-inner {
  margin: 0;
  color: #333;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.28px;
  margin: 0 0 6px;
}
p.services-content-card-item-description {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
  margin: 0;
}
.services-content-card-item:hover { 
  background: #FFF6EF;
  transition: all 0.4s ease;
}
.services-content-card-item:hover h3.services-content-card-item-title-inner {
  background: var(--Or, linear-gradient(90deg, #FF780B 56.73%, #FEAE13 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services-content-card-item:hover p.services-content-card-item-description {
  color: #0D3053;
} 
.services-content-card-item-button {
  text-align: center;
  margin: 35px 0 0;
}
.services-content-card-item-button a {
  display: inline-block;
  margin: 0 auto;
}
section.cloud-engineering-section {
  position: relative;
  overflow: hidden;
}
section.cloud-engineering-section::before {
  content: "";
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 347px;
  height: 347px;
  border-radius: 347px;
  background: rgba(255, 120, 11, 0.20);
  filter: blur(250px);
}
section.cloud-engineering-section::after {
  content: "";
  position: absolute;
  bottom: 100px;
  right: -40px;
  width: 300px;
  height: 335px;
  background: url(../images/atom-svgrepo-com-1.svg) no-repeat center center;
}
.cloud-engineering-services {
  padding: 65px 0 80px;
  display: flex;
  gap: 70px;
}
.cloud-engineering-services-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
h2.cloud-engineering-services-title {
  color: #333;
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.44px;
  margin: 0;
  max-width: 550px;
}
h2.cloud-engineering-services-title span {
  background: var(--Or, linear-gradient(90deg, #FF780B 56.73%, #FEAE13 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
ul.cloud-engineering-services-list {
  margin: 25px 0 35px;
  padding: 0;
  list-style: none;
  line-height: 40px;
}
ul.cloud-engineering-services-list li {
  position: relative;
  padding-left: 30px;
}
ul.cloud-engineering-services-list li::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: linear-gradient(153deg, #E9B7AC 12.9%, #F37A60 63.78%);
  border-radius: 50%;
  border: 1px solid #FFF;
  bottom: 0;
  margin: auto;
}
ul.cloud-engineering-services-list li:nth-of-type(2)::before {top:-40px;}
.cloud-engineering-services-content a.primary-button-link {
  max-width: 320px;
  border-radius: 100px;
  background: #0D3053;
}

.cloud-engineering-services-content a.primary-button-link:hover,
.cloud-engineering-services-content a.primary-button-link:focus-visible {
  color: #1A1615;
  border-color: #1A1615;
  background: #fff;
}

.cloud-engineering-services-content a.primary-button-link:focus-visible {
  box-shadow: 0 0 0 2px #FFF, 0 0 0 4px rgba(26, 22, 21, 0.45);
}
.services-section h2 {padding-bottom:20px;}
/***************************************************/

section.featured-solutions-section {
  position: relative;
}
section.featured-solutions-section::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  width: 347px;
  height: 347px;
  border-radius: 347px;
  background: rgba(255, 222, 11, 0.20);
  filter: blur(250px);
} 
.featured-bg {
    background: #FFF6EF;
}
.featured-solutions-content {
  width: 100%; 
  /*border-radius: 30px;
  background: #FFF6EF;*/
  padding: 50px 40px 60px;
}
.featured-solutions-content h2.heading-title-inner::before { 
  background: url(../images/heading-bg.svg) no-repeat center center;
}
.featured-solutions-cards {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.page-id-267 .featured-solutions-cards {
  grid-template-columns: repeat(4, 1fr);
}
.featured-solutions-card {
  border-radius: 16px;
  border: 1px solid #DADADA;
  background: #FFF;
  padding: 25px 25px;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.featured-solutions-card-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.featured-solutions-card:hover {
  background: #0C253F;
  transition: all 0.4s ease;
}
.featured-solutions-card:hover h3.featured-solutions-card-title {
  color: #fff;
}
.featured-solutions-card:hover ul li {
  color: #fff;
}
.featured-solutions-card:hover p {
  color: #fff;
}
.featured-solutions-card:hover p.featured-solutions-card-description {
  color: #fff;
}
.featured-solutions-card:hover .featured-solutions-card-image img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(93%) saturate(1356%) hue-rotate(346deg) brightness(101%) contrast(101%);
}
h3.featured-solutions-card-title {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.26px;
  min-height:100px;
}
p.featured-solutions-card-description {
  margin: 10px 0 0;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}
.featured-solutions-card-image {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 0;
}
.featured-solutions-card-image img {
  width: 100%;
  max-width: 80px;
  object-fit: contain;
}
.featured-solutions-card-content ul {
    padding-top:20px;
}
.featured-solutions-card-content ul li {
    padding-bottom:10px;
}

.featured-solutions-content h2.heading-title-inner{
    margin-bottom:0;
}
/***************************************************/

section.case-studies-section {
  margin: 80px 0 0;
  position: relative;
}
section.case-studies-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 347px;
  height: 347px;
  border-radius: 347px;
  background: rgba(255, 120, 11, 0.20);
  filter: blur(250px);
}
section.case-studies-section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 347px;
  height: 347px;
  border-radius: 347px;
  background: rgba(255, 120, 11, 0.20);
  filter: blur(250px);
}
.case-studies-content {
  width: 100%;
  max-width: 1250px;
}
.case-studies-cards {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.case-studies-card {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 15px 25px 15px 15px;
  transition: all 0.4s ease;
  border-radius: 16px;
  border: 1px solid #DADADA;
  background: #FFF;
  cursor: pointer;
} 
.case-studies-card-link {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.case-studies-card-image {
  margin-bottom: 0px;
  max-width: 300px;
  width: 100%;
}
.case-studies-card-image img {
  width: 100%;
  max-width: 300px;
  min-width: 300px;
  height: 100%;
  /*min-height: 200px;
  max-height: 200px;*/
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid #BFBFBF;
  object-position: center;
}
h3.case-studies-card-title {
  margin: 10px 0 6px;
  color: #333; 
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 128.571% */
  letter-spacing: -0.28px;
}
p.case-studies-card-description {
  color: #666; 
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  margin: 0;
}
.case-studies-card:hover {
  background: #FFF6EF;
  transition: all 0.4s ease;
}
.case-studies-card:hover h3.case-studies-card-title {
  background: var(--Or, linear-gradient(90deg, #FF780B 56.73%, #FEAE13 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case-studies-card:hover p.case-studies-card-description {
  color: #0D3053;
}

/***************************************************/

section.certified-section {
  margin: 40px 0 0;
  padding-top:80px;
}
.certified-bg{
    background: #FFF6EF;
}
.certified-inner {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  gap: 25px; 
  width: 100%;  
  /*border-radius: 30px;
  background: #FFF6EF;*/
  padding: 60px 40px 60px;
}
.certified-inner-col {
  display: grid;
  row-gap: 30px;
  column-gap: 30px;
  grid-template-columns: repeat(9, 1fr);
} 
.certified-center-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.certified-center-col-title h2{
  margin: 0;
  color: #0C253F;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
}
.certified-center-col-description p{
  margin: 10px 0 0;
  color: #616161;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
}
.certified-star-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
}
.certified-star-rating img {
  width: 100%;
  max-width: 20px;
}
.certified-star-rating img:last-child {
  margin-right: 0;
}
.certified-inner-col-image img {height:110px;}
.certified-section h2.heading-title-inner::before {
        background: url(../images/heading-bg.svg) no-repeat center center / 1200px;
        
}
#certifications .heading-title-inner {
    margin-bottom:0;
    width:100%;
    padding-top:80px;
}
#certifications .heading-title {width:100%}

/***************************************************/

section.process-section {
  margin: 70px 0 45px;
  position: relative;
}
section.process-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 347px;
  height: 347px;
  border-radius: 347px;
  background: rgba(255, 222, 11, 0.20);
  filter: blur(250px);
}
section.process-section::after {
  content: "";
  position: absolute;
  top: 350px;
  left: 0;
  width: 347px;
  height: 347px;
  border-radius: 347px;
  background: rgba(255, 222, 11, 0.20);
  filter: blur(250px);
}
.process-content {
  width: 100%; 
}
.process-content .heading-title-inner::before {
  display: none;
}
.process-description {
  margin: 10px auto 0;
  max-width: 700px;
  color: #616161;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
}
.process-steps {
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 15px;
}
.process-step {
  position: relative;
  max-width: 300px;
}
.process-step-label {
  font-family: Inter;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.2px;
  display:none;
}
.process-step-node {
  position: relative;
  margin: 0 auto 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff780b;
  border: 3px solid #FFF;
  box-shadow: 0 0 0 3px #ff780b;
  z-index: 2;
  display:none;
}
.process-step::after {
  content: "";
  position: absolute;
  top: 57px;
  left: 50%;
  width: 115%;
  border-top: 1px solid #727272;
  display:none;
}
.process-step:last-child::after {
  display: none;
}
.process-step-card {
  border-radius: 16px;
  border: 1px solid #DADADA;
  background: #FFF;
  min-height: 500px;
  padding: 26px 24px 28px;
  text-align: center;
}
.process-step-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #E1E1E1;
  background: #FAFAFA;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 18px 0;
}
.process-step-icon-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
h3.process-step-title {
  margin: 0;
  color: #333;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.28px;
}
p.process-step-text {
  margin: 8px 0 0;
  color: #616161;
  text-align: left; 
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
}

/***************************************************/


.why-us-bg {
    background: #FFF6EF;
}
.why-us-content {
 /* border-radius: 30px;
  background: #FFF6EF;*/
  margin: 45px 0 0;
  width: 100%; 
  display: flex;
  gap: 40px;
  padding: 40px 60px 60px 40px;
}
.why-us-left {
  max-width: 630px;
}
.why-us-left img {
  max-width: 100%;
  border-radius: 20px;
}
.why-us-right {
  padding: 18px;
  max-width:600px;
}
.page-id-196 .why-us-left {
    max-width: 550px;
}
.page-id-196 .why-us-right {
    max-width: 700px;
    padding:0;
}
h2.why-us-title {
  margin: 0 0 15px;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.44px;
  background: var(--Or, linear-gradient(90deg, #FF780B 56.73%, #FEAE13 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p.why-us-description {
  margin: 0;
  color: #616161;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
}
.why-us-list {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 25px;
}
.why-us-list-item {
  border-radius: 8px;
  background: #FFFFFD;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.page-id-196 .why-us-list-item{
    flex-direction: row;
}
h3.why-us-list-title {
  margin: 15px 0 0;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.page-id-196 h3.why-us-list-title {
    font-size:16px;
    margin: 15px 10px 0;
}
/***************************************************/
.testimonials-bg {
    background-color: #F7F5F1;
     background-image: url(../images/featured-icon3-gray.png), url(../images/featured-icon3-gray.png);
  background-repeat: no-repeat;
  background-position: 103% -8%, -3% 109%;
}

.testimonials-content {
  margin: 40px 0 0;
  width: 100%;
  /*border-radius: 30px;
  background-color: #F7F5F1;*/
  /*background-image: url(../images/featured-icon3-gray.png), url(../images/featured-icon3-gray.png);
  background-repeat: no-repeat;*/
  /*background-position: 103% -8%, -3% 109%;*/
  padding: 50px 50px 35px;
}
.testimonials-content h2.heading-title-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/heading-bg.svg) no-repeat center center;
  z-index: -1;
}
.gallery {
  width: 100%;
  max-width: 970px;
  margin: 25px auto;
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
  height: auto;
  padding: 50px 0;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
  max-width: 430px;
  height: 90px;
  padding-top: 20px;
}
.gallery-thumbs .swiper-slide {
  width: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  opacity: 0.1;
  border-radius: 100px;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
  transform: scale(1.8);
}
.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}
.swiper-slide p {
  margin: 0 auto;
  max-width: 750px;
  color: var(--11-Text-Color-Light-01-Text-Primary, #212B36);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  position: relative;
}
.swiper-slide p::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/qoute.svg) no-repeat top center;
  margin: auto;
}
.name-des {text-align:center;padding-top:100px;}

/***************************************************/

.footer {
  margin: 30px 0 0;
}
.footer-bg{
  background-color: #0B253F;
  background-image: url(../images/featured-icon3-gray2.png), url(../images/featured-icon3-gray2.png);
  background-repeat: no-repeat;
  background-position: -10px 110px, 101% 110px;
}
.footer-content { 
  width: 100%;
  
  /*border-radius: 30px;*/ 
  max-width: 1440px;
  margin: 0 auto; 
  padding: 70px 15px 40px;
  /*background-color: #0B253F;*/
 /* background-image: url(../images/featured-icon3-gray2.png), url(../images/featured-icon3-gray2.png);*/
  /*background-repeat: no-repeat;*/
 /* background-position: -10px 110px, 101% 110px;*/
  background-size: 160px;
}
.footer-top {
  width: 100%;
  padding: 0 0 60px;
  margin: 0 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34); 
}
.footer-top-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.footer-top-inner h2 {
  margin: 0;
  color: #FFF; 
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
}
.footer-top-inner h2 span {
  background: var(--Or, linear-gradient(90deg, #FF780B 56.73%, #FEAE13 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}
.footer-top-inner p {
  margin: 10px 0 0;
  color: #FFF; 
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-top-inner a.primary-button-link {
  margin: 35px 0 0;
  border-radius: 100px;
  background: #F4F1EE;
  color: #052F2F;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.2px;
}
.footer-top-inner a.primary-button-link:hover,
.footer-top-inner a.primary-button-link:focus-visible {
  background: #052F2F;
  color: #fff;
  border-color: #fff;
  outline: none;
}
.footer-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: space-between;
  gap: 30px;
} 
.footer-bottom-col {
  width: 100%;
  max-width: 200px;
  margin-top:50px;
}
.footer-bottom-col:first-child {
    margin-top:0;
}
.footer-bottom-col h4 {
  margin: 0 0 20px;
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.footer-bottom-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-bottom-col ul li a {  
  color: rgba(255, 255, 255, 0.70);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  transition: all 0.4s ease;
  text-decoration: none;
}
.footer-bottom-col ul li a:hover,
.footer-bottom-col ul li a:focus-visible {
  color: #FF780B;
  outline: none;
}
.footer-bottom-col ul li a:focus-visible {
  box-shadow: 0 0 0 2px #FFF, 0 0 0 4px rgba(255, 120, 11, 0.2);
}
.footer-bottom-col img {
    height:50px;
    margin-bottom:5px;
}
.footer-bottom-col p {
   color: rgba(255, 255, 255, 0.70);
   font-size:14px;
}
.footer-social-col{
  margin: 0;
  width: 100%;
  max-width: 300px;
  text-align: left;
}
.footer-social-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: left;
  align-items: center;
}
.footer-social-col ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social-col ul li img{
  max-width: 35px;
  width: 100%;
  height: auto;
  object-fit: contain; 
  object-position: center; 
}
.footer-privacy-policy ul {
    display:flex;
    list-style:none;
}
.footer-privacy-policy ul li {
    padding-left:20px;
    list-style:none;
}
.footer-privacy-policy ul li a {
    text-decoration:none;color: rgba(255, 255, 255, 0.70);
    font-size:14px;
}
    
/********************************************************/
.about-hero-section{
    background: #FFF6EF;
}
.about-hero-content {
  width: 100%;
  /*border-radius: 30px 30px 0px 0px;
  background: #FFF6EF;*/
}
.about-hero-content-top {
  max-width: 1100px;
  margin: 0 auto; 
  padding: 45px 15px;
}
.about-hero-content-top h1.hero-title {
  margin: 0 0 0;
  color: #333;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  max-width: 700px;
  margin: 0 auto;
}
.about-hero-content-top p.hero-description {
  color: rgba(55, 54, 86, 0.91);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 20px 0 0;
  max-width: 1100px;
}

.about-hero-content-btm img{
  max-width: 100%;
}
section.about-section {
  position: relative;
  padding:50px 0;
}
section.about-section::before {
  content: "";
  position: absolute;
  top: 165px;
  left: 0;
  width: 347px;
  height: 347px;
  border-radius: 347px;
  background: rgba(255, 222, 11, 0.20);
  filter: blur(250px);
}
section.about-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 347px;
  height: 347px;
  border-radius: 347px;
  background: rgba(255, 222, 11, 0.20);
  filter: blur(250px);
}
.about-inner {
  width: 100%;
}
.about-inner-top {
  max-width: 100%;
  margin: 0 auto;
}
.about-inner-top h2 {
  margin: 0;
  color: #373656;
  text-align: left;
  font-size:20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -1.2px;
  padding-bottom:20px;
  font-family:inter;
}
.about-inner-btm {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.about-inner-our-mission-col h3,
.about-inner-our-vision-col h3 {
  color: #05080C;
  font-family: Geist;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.48px;
  margin: 0 0 15px;
}
.about-inner-our-mission-col p,
.about-inner-our-vision-col p {
  color: #5B5B5B;
  font-family: Geist;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 120% */
  letter-spacing: -0.36px;
  margin: 0;
}
.about-inner-btm-col {
  position: relative;
}
.about-inner-btm-col img {
  width: 100%;
}
.about-inner-btm-col-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 50px;
  background: linear-gradient(180deg, rgba(5, 8, 12, 0.00) 0%, #05080C 100%);
}
.about-inner-btm-col-text h4 {
  color: #FFF;
  font-family: Geist;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.about-inner-btm-col-text p {
  color: #FFF;
  font-family: Geist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.32px;
  margin: 0;
}
.about-inner-btm-col-text p span{
  color: #BABABA; 
}
.about-inner-our-mission-col, .about-inner-our-vision-col {
    background: #fff;
    padding: 50px;
    border-radius: 15px;
}

/********************************************************/
section.leadership-section {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
section.leadership-section::before {
  content: "";
  position: absolute;
  top: 600px;
  left: 0;
  width: 347px;
  height: 347px;
  border-radius: 347px;
  background: rgba(255, 222, 11, 0.20);
  filter: blur(250px);
}
section.leadership-section::after {
  content: "";
  position: absolute;
  bottom: 500px;
  right: -40px;
  width: 300px;
  height: 335px;
  background: url(../images/atom-svgrepo-com-1.svg) no-repeat center center;
}
section.leadership-section .container::before {
  content: "";
  position: absolute;
  bottom: 500px;
  right: 0;
  width: 347px;
  height: 347px;
  border-radius: 347px;
  background: rgba(255, 120, 11, 0.20);
  filter: blur(250px);
}
section.leadership-section .container {
  overflow: initial;
  position: static;
}
.leadership-cards {
  margin: 60px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.leadership-inner {
    padding-top:50px;
}
.leadership-inner h2.heading-title-inner::before { 
  background-size: auto;
}
.leadership-cards-item {
  border-radius: 18px;
  background: #FFF;
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.8s ease;
}
.leadership-cards-img img {
  width: 100%;
}
.leadership-cards-info {
  padding: 25px 30px;
  transition: all 0.8s ease;
}
.leadership-cards-info h4 {
  color: #1D1D1F;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.374px;
}
.leadership-cards-info h5 {
  color: #3D3D3D; 
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
} 
.leadership-cards-info-hover{
  padding: 25px 30px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: none;
  transition: all 0.8s ease;
  height: 0;
} 
.leadership-cards-item:hover .leadership-cards-info-hover {
  display: block;   
  height: auto;
  transition: all 0.8s ease;
} 
.leadership-cards-info-hover h4 {
  color: #1D1D1F;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.374px;
}
.leadership-cards-info-hover h5 {
  color: #3D3D3D; 
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.leadership-cards-info-hover p {
  color: #6E6E73;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  margin: 0;
}
.designation-sec {
    display: flex;
    justify-content: space-between;
}
/************************************************************/
.map-section {
    padding-top:80px;
}

.map-section h2.heading-title-inner::before {
    background: url(../images/heading-bg.svg) no-repeat center center / 900px;
}
/********************************************************/


section.services-hero-section {
  position: relative;
}
section.services-hero-section::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 347px;
  height: 347px;
  border-radius: 347px;
  background: rgba(255, 120, 11, 0.20);
  filter: blur(250px);
}
.services-hero-section .hero-right-image img {
  max-width: 100%;
  border-radius:15px;
}
.services-hero-section .hero-content-right {
  width: 100%;
  max-width: 550px;
}
.services-hero-section .hero-right-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.services-hero-section .hero-content { 
  padding: 50px 30px 50px 70px; 
  gap: 0px;
} 
.services-hero-section .hero-content-left {
  padding-bottom: 80px;
  padding-top:50px;
  max-width: 50%;
}
.service-list-item p.services-content-card-item-description {
  letter-spacing: -0.16px;
  margin: 0;
  color: rgba(55, 54, 86, 0.91);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.service-list-item .services-content-card-item-image {
  margin-bottom: 0;
  margin: 35px 0 0;
  text-align: center;
}
.service-list-item .services-content-card-item {
  position: relative;
  overflow: hidden;
}
.service-list-item .services-content-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 2;
}
.service-list-item .services-content-card-item::after {
  content: '';
  position: absolute;
  background: rgba(243, 122, 96, 0.70);
  filter: blur(100px);
  top: auto;
  bottom: 25px;
  left: 40px;
  right: auto;
  margin: auto;
  width: 126px;
  height: 125px;
  z-index: 1; 
}
.service-list-item {
  margin-bottom: 30px;
}

/************************************************************/
section.services-details-hero-section .hero-content-right {
    max-width: 600px;
}
section.case-studies-section.case-studies-services::before,
section.case-studies-section.case-studies-services::after {
  display: none;
}
.case-studies-services .case-studies-content {
  border-radius: 30px;
  background: rgba(247, 245, 241, 0.51);
  max-width: 1440px;
  padding: 25px 35px;
}
.case-studies-services .case-studies-cards {
  margin: 0;
  grid-template-columns: repeat(1, 1fr);
}
.case-studies-services .case-studies-card {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: auto;
}
.case-studies-services .case-studies-card-image {
  margin-bottom: 0px;
  max-width: 550px;
  width: 100%;
}
.case-studies-services .case-studies-card-content {
  width: 100%;
}
.case-studies-services .case-studies-card-image img {
  width: 100%;
  max-width: 515px;
  height: 360px;
  max-height: 360px;
}
.case-studies-services span.case-studies-card-label {
  color: #F37A60;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.14px;
}
.case-studies-services h3.case-studies-card-title {
  margin: 0 0 10px;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.32px;
}
.case-studies-services p.case-studies-card-description {
  margin: 0 0 18px;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.case-studies-services a.primary-button-link {
  display: inline-block;
  padding: 14px 34px;
  text-decoration: none;
  border-radius: 82.143px;
  border: 0.821px solid rgba(0, 0, 0, 0.22);
  background: #FFF;
  color: #F37A60;
  text-align: center;
  font-family: Inter;
  font-size: 13.143px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.771px;
}
.problems-solutions-content {
  border-radius: 30px;
  border: 1px solid #D1D1D1;
  background: #FFF;
  width: 100%;
  margin: 40px 0 0;
  padding: 35px 70px;
  display: flex;
}
.problems-content-inner {
  border-right: 1px solid #D1D1D1;
  padding: 25px 0 25px 80px;
  width: 50%;
} 
h2.problems-title {
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.44px;
  background: var(--Or, linear-gradient(90deg, #FF780B 56.73%, #FEAE13 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.problems-content-inner p {
  margin: 0;
  color: #616161;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
  max-width: 485px;
}
ul.problems-list {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
ul.problems-list li {
  position: relative;
  padding-left: 30px;
}
ul.problems-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(153deg, #E9B7AC 12.9%, #F37A60 63.78%);
}
.problems-content-inner:last-child {
  border: 0;
  padding: 25px 0 25px 110px;
}
/****************************************************/

.industries-hero-content-top {
  display: flex;
  gap: 70px;
}
.industries-hero-content-top h1.hero-title {  
  text-align: left;
}
.industries-hero-content-top .solutions-hero-content-right {
  max-width: 650px;
}
.industries-hero-content-top.about-hero-content-top {
  max-width: 1230px;
  margin: 0 auto;
  padding: 45px 15px;
}
.industries-hero-content-top .solutions-hero-content-left {
  max-width: 480px;
}
.industries-hero-content-top.about-hero-content-top p.hero-description {
  color: rgba(55, 54, 86, 0.91);
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 20px; 
}
section.industries-section {
  position: relative;
  margin: 50px 0 0;
}
section.industries-section::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 347px;
  height: 347px;
  border-radius: 347px;
  background: rgba(255, 120, 11, 0.20);
  filter: blur(250px);
} 
section.industries-section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 347px;
  height: 347px;
  border-radius: 347px;
  background: rgba(255, 120, 11, 0.20);
  filter: blur(250px);
} 
.industries-content {
  width: 100%;
  border-radius: 30px;
  background: #0B253F url(../images/industries-bg-overlay.png) no-repeat center center / 100% 100%;
  mix-blend-mode: lighten;
  padding: 50px 40px;
}
.industries-content h2.heading-title-inner {
  color: #FFFBF9;
  margin-bottom: 8px;
}
.industries-content h2.heading-title-inner::before{
  display: none;
}
.industries-content p {
  color: #FFF;
  font-size: 16.334px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.653px;
  margin: 0;
}
.industries-content-card-items {
  margin: 50px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
.industries-card-item {
  position: relative;
}
.industries-card-item-image img {
  width: 100%;
}
.industries-card-item-text h4 {
  color: #F5F5F7;
  text-align: center;
  font-family: Montserrat;
  font-size: 21.778px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.653px;
  margin: 0;
}
.industries-content-card-link {
  text-decoration: none;
}
.industries-card-item-text {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(7, 26, 39, 0.72);
  backdrop-filter: blur(9.527915000915527px);
  padding: 10px;
}
/************************************************/

.case-studies-hero-content {
  border-radius: 30px;
}
.case-studies-hero-content .industries-hero-content-top { 
  justify-content: space-between;
  align-items: center;
}
.case-studies-hero-content .solutions-hero-content-left {
  max-width: 295px;
}
.case-studies-hero-content .solutions-hero-content-right {
  max-width: 800px;
}

section.case-studies-cards-section {
  margin: 40px 0 0;
}
.case-studies-cards-content {
  width: 100%;
}
.case-studies-cards-item {
  border-radius: 30px;
  border: 1px solid #E5DBDB;
  background: #FFF;
  padding: 25px 30px;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}
.case-studies-cards-item-image {
  max-width: 390px;
  width: 100%;
}
.case-studies-cards-item-image img {
  width: 100%;
  max-width: 390px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  border: 1px solid #BFBFBF;
}
h3.case-studies-cards-item-title {
  margin: 0 0 10px;
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.32px;
}
span.case-studies-cards-item-label {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}
.case-studies-cards-inner-row {
  margin: 20px 0 0;
  display: flex;
  gap: 45px;
}
.case-studies-cards-inner-col h5 {
  margin: 0 0 0;
  color: #F37A60; 
  font-size: 16px; 
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.16px;
}
.case-studies-cards-inner-col p {
  margin: 0 0 0;
  color: #666; 
  font-size: 16px; 
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}
/************************************************/

section.blogs-section {
  margin: 50px 0 0;
}
.solutions-hero-content-left.blog-hero-content-left {
  max-width: 300px;
}
.blogs-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.blogs-item {
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #CAC4C4;
  background: #FFF;
  flex-direction: column;
  overflow: hidden;
}
.blogs-item-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.blogs-item-image {
  position: relative;
  overflow: hidden;
}
.blogs-item-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: flex;
  height: 230px;
  align-items: center;
  transition: transform 0.35s ease;
}
.blogs-item:hover .blogs-item-image img {
  transform: scale(1.08);
}
span.blogs-item-tag {
  border-radius: 5px;
  background: #FFF;
  display: flex;
  padding: 7px 10px 7px 10px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #000;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 13.2px;
  text-transform: uppercase;
}
.blogs-item-content {
  padding: 20px 20px 25px;
}
p.blogs-item-date {
  margin: 0 0 10px;
  color: #4E5052;
  font-size: 12.3px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.6px;
  text-transform: none;
}
p.blogs-item-date strong {
  color: #000; 
}
h3.blogs-item-title {
  color: #000;
  font-size: 20.2px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 15px;
}
.blogs-item-description{
  color: var(--Gray-5, #555);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.blog-details-hero-content {
  border-radius: 30px;
  background: #FFF6EF;
  padding: 30px 50px 45px;
  width: 100%;
}
ul.blog-bredcrumbs {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  gap: 20px;
}
ul.blog-bredcrumbs li {
  color: #4E5052;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}
ul.blog-bredcrumbs li{
  position: relative;
}
ul.blog-bredcrumbs li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -14px;
  background: url(../images/right-arrow-icon.png) no-repeat center center / 12px;
  width: 8px;
  height: 10px;
  z-index: 2;
  margin: auto;
}
ul.blog-bredcrumbs li:last-child::after{
  display: none;
}
ul.blog-bredcrumbs li a {
  color: #453F3D;
  text-decoration: none;
}
h1.blog-details-hero-title {
  margin: 0 0 25px;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 67.2px;
}
p.blog-details-hero-description {
  margin: 0 0 0;
  color: #000;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
}
.blog-details-hero-image {
  margin: 50px 0 0;
}
.blog-details-hero-image img {
  width: 100%;
}
.blog-details-content {
  max-width: 1230px;
  margin: 45px 0 0;
}
.blog-details-date {
  margin: 0 0 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
span.blog-details-tag {
  display: flex;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #000;
  color: #FFF;
  font-family: Manrope;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
}
span.blog-details-date-text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
}
.blog-details-content p {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.blog-details-content ul {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 0 20px;
  margin: 0 0 50px;
} 
.blog-details-content h2 {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40.6px;
  margin: 50px 0 20px;
}
.blog-details-blogs-head {
  width: 100%;
}
.blog-details-blogs-head h2 {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0 15px;
}
.blog-details-blogs-wrap{
  max-width: 1230px;
}
.contact-section-content {
  border-radius: 30px;
  background: #FFF6EF;
  width: 100%;
  padding: 50px 55px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.contact-section-left {
  max-width: 50%;
}
.contact-section-left-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-section-left-item {
  display: flex;
  flex-direction: column;
}
.contact-section-left {
  width: 50%;
}
h2.contact-section-title {
  display: flex;
  align-items: flex-start;
  color: #1A1615;
  font-family: Inter;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 87.6px;
  letter-spacing: -2.19px;
  margin: 0 0 25px;
}
.contact-section-left-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
}
.contact-section-left-item h5 {
  margin: 0 0 30px;
  color: #05080C;
  font-size: 18.066px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.679px;
  letter-spacing: -0.361px;
}
.contact-section-left-item h4 {
  margin: 0 0 10px;
  color: #000;
  font-family: Geist;
  font-size: 20.324px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.389px; /* 120% */
  letter-spacing: -0.406px;
}
.contact-section-left-item p {
  color: #5B5B5B;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}
.contact-section-left-item p a {
  text-decoration: none;
  color: #5B5B5B;
}
.contact-section-right {
  display: flex;
  width: 728px;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border-radius: 16px;
  background: #FFF;
}
h3.contact-section-right-title {
  color: #05080C;
  font-family: Geist;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -1.6px;
}
.contact-section-right form {
  width: 100%;
}
.contact-section-right .wpcf7 {
    width: 100%;
} 
.contact-section-right form label.form-label {
  color: #05080C;
  font-family: Geist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.32px;
}
.contact-section-right form .form-control {
  border-radius: 10px;
  border: 1px solid #DADADB;
  color: #5B5B5B;
  font-family: Geist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 20px;
}
.contact-section-right form textarea.form-control {
  height: 100px;
}
.contact-section-right form button.primary-button-link {
  width: 100%;
  max-width: 200px;
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #05080C;
  color: #FFF;
  text-align: center;
  font-family: Geist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.32px;
} 
/************************************************/

.services-details-hero-section .hero-content {
  padding: 80px 0px 0px 70px;
}
section.services-foundation-section {
  padding: 125px 0 0;
}
.services-foundation-content {
  width: 100%;
}
.services-foundation-top {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
.services-foundation-top-left {
  max-width: 35%;
}
.services-foundation-top-right {
  max-width: 65%;
  display: flex;
  gap: 25px;
}
h2.services-foundation-title {
  color: #333;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 63.8px;
  margin: 0;
}
.services-foundation-item {
  display: flex;
  width: 250px; 
  padding: 30px 30px 20px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 20px;
  border: 1px solid rgba(191, 191, 191, 0.20);
  background: #FFF6EF;
}
.services-foundation-item h2 {
  color: #FD7E14;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 52.8px;
  margin: 0;
}
.services-foundation-item p {
  color: #333;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;  
  margin: 0;
}
.services-foundation-btm {
    margin: 35px 0 50px;
}
p.services-foundation-description {
  color: #666;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  margin: 0;
}
section.services-why-foundation-section {
  padding-top: 120px;
}
.services-foundation-failures {
  width: 100%;
  display: flex;
  padding: 50px 50px;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  border-radius: 20px;
  background: #0D3053;
}
.services-foundation-failures h5 {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  margin: 0;
}
.services-foundation-failures h5 span{
  color: #FD7E14;
  font-weight: 600;
}
.services-foundation-failures p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; 
  max-width: 950px;
  margin: 0;
}
.services-why-foundation-content h2.heading-title-inner {
  width: calc(100% - 450px);
  margin: 0 auto;
}
.services-why-foundation-content h2.heading-title-inner::before {
  display: none;
}
.services-why-foundation-content .heading-title{
  position: relative;
}
.services-why-foundation-content .heading-title::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 40px;
  background: url(../images/heading-bg2.svg) no-repeat center center / auto;
  z-index: -1;
  margin: auto;
}
.services-why-foundation-content .heading-title p {
  margin: 35px auto 0;
  color: #666;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  max-width: 750px;
}
.services-why-foundation-cols {
  margin: 65px auto 0;
  display: flex;
  gap: 80px;
  max-width: 1125px;
  align-items: center;
} 
.services-why-foundation-list {
  display: flex; 
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.services-why-foundation-item {
  display: flex; 
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
  align-self: stretch;
}
.services-why-foundation-item-icon {
  width: 50px;
  height: 50px;
}
.services-why-foundation-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services-why-foundation-item-content {
  display: flex; 
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}
.services-why-foundation-item-content h3 {
  margin: 0;
  color: #333;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.services-why-foundation-item-content p {
  margin: 0;
  color: #666;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;  
} 
section.core-services-section {
  margin-top: 70px;
  background: #FFF6EF;
  padding: 90px 0 55px;
}
.core-services-content {
  width: 100%;
}
.core-services-content h2.heading-title-inner::before { 
  background-size: auto; 
}
.core-services-content .heading-title p {
  color: #666;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 25px auto 0;
  max-width: 700px;
}
.core-services-cols {
  margin-top: 65px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.core-services-col {
  border-radius: 20px;
  border: 1px solid rgba(191, 191, 191, 0.20);
  background: #FFF;
  padding: 30px;
}
.core-services-item-number {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 20px;
}
span.core-services-item-number-badge {
  width: 55px;
  height: 55px;
  padding: 0 18.422px;
  flex-shrink: 0;
  border-radius: 33554400px;
  background: #FD7E14;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
span.core-services-item-speed-badge {
  display: flex;
  padding: 4px 10px 4px 10px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 33554400px;
  background: #FF790C;
  color: #FFF;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.core-services-item-content {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.20);
  margin-bottom: 25px;
}
.core-services-item-content h3.core-services-item-title {
  color: #333;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
  margin: 0 0 10px;
}
p.core-services-item-description {
  color: #666;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.6px;
  margin: 0;
}
.core-services-item-key {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
h3.core-services-item-key-title {
  margin: 0;
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.5px;
  letter-spacing: 0.375px;
  text-transform: uppercase;
}
ul.core-services-item-key-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; 
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  align-self: stretch;
}
ul.core-services-item-key-list li {
  position: relative;
  padding-left: 30px;
}
ul.core-services-item-key-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/check-list-icon.png) no-repeat center center;
}
.core-services-item-impact {
  margin-top: 20px;
  display: flex; 
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 12px;
  background: #FD7E14;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
h3.core-services-item-impact-title {
  margin: 0;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}
ul.core-services-item-impact-list {  
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
ul.core-services-item-impact-list li {
  position: relative;
  padding-left: 30px;
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;  
}
ul.core-services-item-impact-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/check-list-icon-white.png) no-repeat center center;
}
ul.core-services-item-impact-list li strong { 
  font-weight: 600; 
}
.core-services-col:nth-child(2) span.core-services-item-number-badge,
.core-services-col:nth-child(2) span.core-services-item-speed-badge {
  background: #0D3053;
}
.core-services-col:nth-child(3) span.core-services-item-number-badge,
.core-services-col:nth-child(3) span.core-services-item-speed-badge {
  background: #0D3053;
}
.core-services-col:nth-child(2) .core-services-item-impact {
  background: #0D3053;
}
.core-services-col:nth-child(3) .core-services-item-impact {
  background: #0D3053;
}
section.why-atomic-section {
  padding: 65px 0 0;
}
.why-atomic-content {
  width: 100%;
}
.why-atomic-content .heading-title {
  text-align: left;
}
.why-atomic-content .heading-title h2.heading-title-inner {
  text-align: left;
  margin: 0 0 20px;
}
.why-atomic-content .heading-title h2.heading-title-inner::before{
  display: none;
}
p.why-atomic-description {
  margin: 0;
  color: #666;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.why-atomic-cols {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 60px;
}
.why-atomic-col {
  width: 50%;
}
.why-atomic-item-content {
  display: flex; 
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  align-self: stretch;
}
.why-atomic-item-content span {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  border-radius: 33554400px;
  background: #FD7E14;
}
.why-atomic-item-content h3 {
  margin: 0;
  color: #333;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
}
ul.why-atomic-item-list {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
  display: flex;
  height: 286.375px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
  align-self: stretch;
}
ul.why-atomic-item-list li {
  display: flex;
  padding: 18px 20px 18px 45px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid rgba(191, 191, 191, 0.20);
  background: #FFF;
  position: relative;
}
ul.why-atomic-item-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: auto;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url(../images/check-list-icon.png) no-repeat center center;
}
.track-record-item {
  border-radius: 20px;
  background: linear-gradient(135deg, #0D3053 0%, #0E3356 10%, #103559 20%, #11385C 30%, #123A60 40%, #133D63 50%, #153F66 60%, #164269 70%, #17456C 80%, #194770 90%, #1A4A73 100%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
  padding: 40px;
}
.track-record-item-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.track-record-item-content span {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  border-radius: 33554400px;
  background: #FD7E14;
}
.track-record-item-content h3 {
  margin: 0;
  color: #FFF;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
}
.track-record-item-number {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.track-record-item-number span {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.track-record-item-number h3 {
  margin: 0;
  color: #F37A60;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;  
}
ul.track-record-item-list {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
  display: flex;
  padding-top: 25px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
  align-self: stretch;
  border-top: 1px solid #FFF;
}
ul.track-record-item-list li {
  padding: 0 0 0 30px;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}
ul.track-record-item-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url(../images/check-list-icon.png) no-repeat center center;
}
section.business-outcomes-section {
  margin-top: 150px;
}
.business-outcomes-content {
  width: 100%;
} 
.business-outcomes-content .heading-title h2.heading-title-inner { 
  margin: 0 0 10px;
}
.business-outcomes-content .heading-title h2.heading-title-inner::before{
  display: none;
} 
.business-outcomes-content .heading-title p.business-outcomes-description {
  margin: 0;
  color: #666;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}
.business-outcomes-cols {
  width: 100%;
  margin: 60px 0 0;
}
.business-outcomes-cols {
  width: 100%;
  margin: 60px auto 0;
  display: flex;
  gap: 50px;
  align-items: center;
  max-width: 1025px;
}
ul.business-outcomes-item-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.business-outcomes-item-list li {
  position: relative;
  padding-left: 40px;
  color: #333;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;  
}
ul.business-outcomes-item-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background: url(../images/check-list-icon-orange.png) no-repeat center center / contain;
}
.business-outcomes-col {
  width: 50%;
}
.business-outcomes-col img {
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
}
section.services-bottom-cta-section {
  margin: 80px 0 0;
}
.services-bottom-cta-content {
  width: 100%;
  border-radius: 25px;
  background: #0D3053;
  padding: 60px;
  color: #fff;
}
.services-bottom-cta-content h2 {
  color: #FFF;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 61.6px;
  letter-spacing: -0.56px;
  text-align: center;
  margin: 0 0 10px;
}
.services-bottom-cta-content p {
  margin: 0;
  color: #FFF;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}
.services-bottom-cta-button-group {
  margin: 35px auto 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
}
.services-bottom-cta-button-group h4 {
  margin: 0;
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  max-width: 600px;
}
.services-bottom-cta-button-group a.primary-button-link {
  background: #FD7E14;
}
h2.heading-title-inner::before {display:none !important;}
