/* 
Theme Name:		 generatepress child
Theme URI:		 http://childtheme-generator.com/
Description:	 generatepress child is a child theme of GeneratePress, created by ChildTheme-Generator.com
Author:			 saqib
Author URI:		 http://childtheme-generator.com/
Template:		 generatepress
Version:		 1.0.0
Text Domain:	 generatepress-child
*/

/*
    Add your custom styles here
*/

/******************************
    FONTS 
******************************/
@font-face {
  font-family: "SF Pro Display Thin";
  src: url("./assets/fonts/SF-Pro-Display-Thin.ttf");
}
@font-face {
  font-family: "SF Pro Display Light";
  src: url("./assets/fonts/SF-Pro-Display-Light.ttf");
}
@font-face {
  font-family: "SF Pro Display Regular";
  src: url("./assets/fonts/SF-Pro-Display-Regular.ttf");
}
@font-face {
  font-family: "SF Pro Display Medium";
  src: url("./assets/fonts/SF-Pro-Display-Medium.ttf");
}
@font-face {
  font-family: "SF Pro Display Semibold";
  src: url("./assets/fonts/SF-Pro-Display-Semibold.ttf");
}
@font-face {
  font-family: "SF Pro Display Bold";
  src: url("./assets/fonts/SF-Pro-Display-Bold.ttf");
}

/******************************
    GLOBAL STYLING
******************************/
body {
  font-family: "SF Pro Display Light" !important;
  font-weight: 200 !important;
  font-size: 18px;
}
body,
button,
.elementor-button,
input,
select,
textarea {
  font-family: "SF Pro Display Light" !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-weight: 200 !important; */
}
ul {
  padding-left: 0;
}
b,
strong {
  font-weight: 700 !important;
}

/******************************
    UTILITIES
******************************/
.text-gradient,
.tv-colored-counter .elementor-counter-number,
.tv-colored-counter .elementor-counter-number-prefix,
.tv-colored-counter .elementor-counter-number-suffix {
  background: linear-gradient(90deg, #214fa9, #326bd7, #4093e2, #cf6087);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-gradient {
  background-image: linear-gradient(
    135deg,
    #214fa9,
    #326bd7,
    #4093e2,
    #cf6087
  ) !important;
}

.text-primary {
  color: #555555 !important;
}
.text-secondary {
  color: #003483 !important;
}
.text-white {
  color: white !important;
}

.font-sf-pro-display-thin {
  font-family: "SF Pro Display Thin" !important;
}
.font-sf-pro-display-light {
  font-family: "SF Pro Display Light" !important;
}
.font-sf-pro-display-regular {
  font-family: "SF Pro Display Regular" !important;
}
.font-sf-pro-display-medium {
  font-family: "SF Pro Display Medium" !important;
}
.font-sf-pro-display-semibold {
  font-family: "SF Pro Display Semibold" !important;
}
.font-sf-pro-display-bold {
  font-family: "SF Pro Display Bold" !important;
}

.w-fit-content {
  width: fit-content;
}
.underlined {
  text-decoration: underline !important;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/******************************
    BOOTSTRAP OVERRIDES
******************************/
.container {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1024px;
  width: 100%;
}
@media only screen and (min-width: 1251px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1441px) {
  .container {
    max-width: 1430px;
  }
}

/******************************
    HEADER
******************************/

/* styles, If header is dynamic (theme's header) */
.main-navigation a {
  font-size: 18px !important;
}
.site-header .grid-container,
.site-footer .grid-container {
  max-width: 1430px;
  padding-left: 10px;
  padding-right: 10px;
}
.site-footer .grid-container {
  padding-left: 24px;
  padding-right: 24px;
}

/* Styles, If header is custom (child_theme's header.php) */
.site-custom-header {
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.site-custom-header > .container > .container-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}
.site-custom-header > .container > .container-inner > * {
  padding-left: 12px;
  padding-right: 12px;
}
.site-custom-header > .container > .container-inner .header-left {
  width: 210px;
}
.site-custom-header > .container > .container-inner .header-right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.site-custom-header ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-custom-header ul a {
  text-decoration: none;
}
.site-custom-header
  > .container
  > .container-inner
  .header-right
  .desktop-header-menu-box
  > nav
  > ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 40px;
  margin: 0;
  padding: 0;
}
.site-custom-header
  > .container
  > .container-inner
  .header-right
  .desktop-header-menu-box
  > nav
  > ul
  > li {
  padding: 39px 0;
  position: relative;
}
.site-custom-header
  > .container
  > .container-inner
  .header-right
  .desktop-header-menu-box
  > nav
  > ul
  > li
  > a {
  font-family: "SF Pro Display Regular";
}
.site-custom-header
  > .container
  > .container-inner
  .header-right
  .desktop-header-menu-box
  > nav
  > ul
  li
  a {
  color: #555555;
  text-decoration: none;
  transition: 0.3s;
}
.site-custom-header
  > .container
  > .container-inner
  .header-right
  .desktop-header-menu-box
  > nav
  > ul
  li
  a:hover {
  color: #003483;
}
.site-custom-header
  > .container
  > .container-inner
  .header-right
  .desktop-header-menu-box
  > nav
  > ul
  > li
  > ul.custom-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  border-radius: 30px;
  padding: 20px;
  border: 1px solid #4093e2;
  background-color: white;
  /*min-height: 200px;*/
}
.site-custom-header
  > .container
  > .container-inner
  .header-right
  .desktop-header-menu-box
  > nav
  > ul
  > li
  > ul.custom-dropdown-menu.custom-dropdown-menu-small {
  width: 150px;
  min-height:auto;
}
.site-custom-header
  > .container
  > .container-inner
  .header-right
  .desktop-header-menu-box
  > nav
  > ul
  > li.has-dropdown-menu:hover
  > ul.custom-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-custom-header
  > .container
  > .container-inner
  .header-right
  .desktop-header-menu-box
  > nav
  > ul
  > li
  > ul.custom-dropdown-menu
  li {
  margin-bottom: 12px;
}
.site-custom-header
  > .container
  > .container-inner
  .header-right
  .desktop-header-menu-box
  > nav
  > ul
  > li
  > ul.custom-dropdown-menu
  li:last-child {
  margin-bottom: 0;
}

/* Mega Menu */
.site-custom-header > .container > .container-inner .desktop-header-menu-box {
  position: relative;
}
.header-mega-menu {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
}
.show-solutions-mega-menu .solutions-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.header-mega-menu .menu-card {
  border-radius: 30px;
  padding: 20px;
  border: 1px solid #4093e2;
  background-color: white;
}
.header-mega-menu .menu-card h5 {
  font-family: "SF Pro Display Light";
}
.header-mega-menu .menu-card ul li {
  margin-bottom: 12px;
}
.header-mega-menu .menu-card ul li:last-child {
  margin-bottom: 0;
}
.header-mega-menu .menu-card ul li a {
  color: #555555;
  transition: 0.3s;
}
.header-mega-menu .menu-card ul li a:hover {
  color: #003483;
}

/* Mobile menu */
body.menu-drawer-open {
  overflow: hidden;
}
.mobile-header-menu-box {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 440px;
  width: 100%;
  background-color: white;
  height: 100%;
  border-right: 1px solid #dee2e6;
  display: none;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateX(-100%);
}
.menu-btn-clicked .mobile-header-menu-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mobile-header-menu-box .logo-box {
  padding: 16px;
}
.mobile-header-menu-box .logo-box > a {
  max-width: 176px;
  width: 100%;
  display: block;
}
.mobile-header-menu-box .mobile-header-menu-body {
  height: calc(100% - 62px);
  padding: 16px 0;
}
.mobile-header-menu-box .mobile-header-menu-body > nav {
  max-height: 100%;
  overflow: auto;
}
.mobile-header-menu-box .mobile-header-menu-body > nav ul li a {
  display: block;
  color: #555555;
}
.mobile-header-menu-box .mobile-header-menu-body > nav > ul > li > a {
  padding: 12px 16px;
  font-size: 18px;
  border-bottom: 1px solid #dee2e6;
  position: relative;
}
.mobile-header-menu-box
  .mobile-header-menu-body
  > nav
  > ul
  > li:first-child
  > a {
  border-top: 1px solid #dee2e6;
}
.mobile-header-menu-box
  .mobile-header-menu-body
  > nav
  > ul
  > li.has-mobile-dropdown-menu
  > a:before {
  content: "";
  width: 46px;
  height: 100%;
  background-image: url("./assets/images/svgIcons/arrow-down-grey.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #dee2e6;
}
.has-mobile-dropdown-menu > .dropdown-box {
  padding: 12px 16px;
  border-bottom: 1px solid #dee2e6;
  background-color: #00000008;
  display: none;
}
.has-mobile-dropdown-menu > .dropdown-box > h5 {
  font-family: "SF Pro Display Regular";
  margin-bottom: 12px;
}
.has-mobile-dropdown-menu > .dropdown-box > ul:not(:last-child) {
  margin-bottom: 24px;
}
.has-mobile-dropdown-menu > .dropdown-box ul li:not(:last-child) {
  margin-bottom: 12px;
}

/**********************************************
    HAMBURGER
**********************************************/
.hamburger {
  width: 30px;
  position: relative;
  height: 21px;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.hamburger .line {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #003483;
  transition: 0.3s;
}
.hamburger .line1 {
  width: 100%;
  top: 0;
}
.hamburger .line2 {
  width: 100%;
  top: 9px;
  opacity: 1;
  visibility: visible;
}
.hamburger .line3 {
  width: 100%;
  top: 18px;
}

.site-custom-header.menu-btn-clicked .hamburger .line1 {
  top: 9px;
  transform: rotate(-45deg);
}
.site-custom-header.menu-btn-clicked .hamburger .line2 {
  opacity: 0;
  visibility: hidden;
  top: 9px;
}
.site-custom-header.menu-btn-clicked .hamburger .line3 {
  top: 9px;
  transform: rotate(45deg);
  width: 100%;
}
/******************************
    UI ELEMENTS (Buttons)
******************************/
.tv-btn {
  border: 1px solid #495057;
  padding: 17px 24px;
  color: #495057 !important;
  min-width: 180px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  border-radius: 30px;
  transition: 0.3s;
  text-decoration: none;
}
.tv-btn.tv-btn-primary {
  background-color: #003483;
  border-color: #003483;
  color: #fff !important;
}
.tv-btn.tv-btn-primary:hover {
  background-color: #0086f6;
  border-color: #0086f6;
}

.tv-btn-gradient{
  background-image: linear-gradient(90deg, #0036A7 0%, #3D92FB 100%);
  color: #fff !important;
  border-color: #0036A7;
}
/******************************
    UI ELEMENTS (Cards)
******************************/
.simple-card {
  border: 1px solid #969696;
  border-radius: 40px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.simple-card-body {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.simple-card .card-icon {
  margin-bottom: 24px;
  transform: translateY(8px);
  width: 42px;
}
.simple-card .card-icon img {
  width: 100%;
}
.simple-card .card-description {
  margin-bottom: 32px;
  width: calc(100% - 58px);
}
.simple-card-footer > a {
  text-decoration: underline !important;
  color: #555555 !important;
}

.simple-card2 {
  border: 1px solid #969696;
  border-radius: 26px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.simple-card2-body {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}
.simple-card2 .card-icon {
  margin-bottom: 12px;
  transform: translateY(8px);
  width: 36px;
}
.simple-card2 .card-icon img {
  width: 100%;
}
.simple-card2 .card-description {
  margin-bottom: 32px;
  width: calc(100% - 58px);
}
.simple-card2 .card-description h6 {
  font-size: 22px;
}
.simple-card2-footer > a {
  text-decoration: underline !important;
  color: #555555 !important;
}

/******************************
    UI ELEMENTS (Tables)
******************************/
.table-box{
  overflow: auto;
}
.table-box-bordered-rounded{
    border: 1px solid #9696967a;
    border-radius: 20px;
}
.table-box-bordered-rounded > .table{
  border: 0;
  margin-bottom: 0;
}


.tv-table tr th,
.tv-table tr td{
  padding: 24px 20px;
  border-color: #E4E7EC;
}
.tv-table.table>:not(:last-child)>:last-child>*{
  border-bottom-color: #E4E7EC;
}
.tv-table.table-bordered tr{
    border-color: #E4E7EC;
}

@media only screen and (max-width:720px){
  .scroll-from-720 > table{
    width: 720px;
  }
}

/******************************
    UI ELEMENTS (Stylish Tabs)
******************************/
.stylish-tabs-container {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.stylish-tabs-container > .inner1 {
  width: 350px;
}
.stylish-tabs-container > .inner2 {
  flex: 1;
  max-width: 875px;
  width: 100%;
  margin-left: auto;
}
.stylish-nav-tabs {
  border: 0;
}
.stylish-nav-tabs > li {
  width: 100%;
  padding-bottom: 40px;
  padding-left: 32px;
  position: relative;
}
.stylish-nav-tabs > li:before {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px solid #969696;
  position: absolute;
  top: 0;
  left: 17px;
}
.stylish-nav-tabs > li:last-child:before {
  /* height: 80px; */
}
.stylish-nav-tabs > li:last-child {
  padding-bottom: 0;
}
.stylish-nav-tabs > li button {
  border: 0 !important;
  margin: 0;
  border-radius: 0;
  text-align: left;
  color: #969696;
  position: relative;
  padding-top: 0;
  background-color: transparent !important;
}
.stylish-nav-tabs > li button:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: linear-gradient(#214ea6, #326bd7, #4093e2, #79a8f8);
  position: absolute;
  top: 0;
  left: -30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.stylish-nav-tabs > li button h5 {
  font-family: "SF Pro Display Light";
}
.stylish-nav-tabs > li button:hover,
.stylish-nav-tabs > li button.active {
  border: 0 !important;
  color: #555555;
}
.stylish-nav-tabs > li button:focus {
  outline: 0;
  box-shadow: unset;
}
.stylish-nav-tabs > li button.active:before {
  opacity: 1;
  visibility: visible;
}
.stylish-nav-tabs > li button.active h5 {
  font-family: "SF Pro Display Regular";
}
.stylish-nav-tabs > li button .btn-sub-text {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.stylish-nav-tabs > li button.active .btn-sub-text {
  opacity: 1;
  visibility: visible;
}

/******************************
    UI ELEMENTS (Form Fields)
******************************/

.form-row [class*="col-"] > p {
  margin-bottom: 16px;
}

.form-control,
.form-select {
  border-radius: 10px !important;
  border: 1px solid #73c3e3 !important;
  padding: 16px 24px !important;
  background-color: transparent !important;
  display: block;
  width: 100%;
  color: white !important;
}
.form-control::placeholder {
  color: white;
}
.form-select {
  cursor: pointer;
  background-image: url("./assets/images/arrow-down-white.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px auto;
}
.form-select option {
  color: black;
}
.form-check-container span.wpcf7-list-item {
  margin-left: 0;
}
.form-check-container input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border-color: #73c3e3;
  margin-right: 12px;
}
.form-check-container input[type="checkbox"] ~ span {
  color: white;
  transform: translateY(2px);
  display: inline-block;
}
.form-row input.wpcf7-form-control.wpcf7-submit {
  background: white;
  color: #081c3f;
  min-width: 200px;
  border-radius: 30px;
  padding: 16px !important;
  transition: 0.3s;
}
.form-row input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #0086f6;
  color: #fff;
}
span.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 4px;
}
.form-row textarea {
  height: 180px;
}
.form-check-container .wpcf7-list-item > label {
  display: flex;
}

/******************************
    MAIN STYLING
******************************/

#page {
  padding: 0;
}

/* home banner slider starts */
body.home {
  overflow-x: hidden;
}

.home-banner-slider .slick-list {
  /* overflow: visible; */
}
.home-banner-slider .slide-inner {
  position: relative;
}
.home-banner-slider .slide-inner > .bg-img:not(.for-mobile) {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  max-width: 50%;
  max-height: 100%;
}
.home-banner-slider .slide-inner > .bg-img.for-mobile {
  position: absolute;
  top: 40%;
  left: 0;
}
.home-banner-slider .slide-inner > .container {
  min-height: calc(100vh - 100px);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.home-banner-slider .slide-inner > .container > .bg-img {
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translate(50%, -50%);
  max-width: 50%;
  max-height: 100%;
}

.home-banner-slider .slick-slide.banner-slide{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-banner-slider .slick-slide.banner-slide .content-box{
  max-width: 680px;
}
.home-banner-slider .slick-slide.banner-slide.banner-slide-4 .content-box{
  max-width: 991px;
}
.home-banner-slider .slick-slide.banner-slide .logos-box{
  display: flex;
  flex-wrap: wrap;
  gap: 24px 36px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.home-banner-slider .slick-slide.banner-slide .logos-box .single-logo > img{
  max-width: 110px;
  max-height: 40px;
}
@media only screen and (max-width:991.5px){
  .home-banner-slider .slick-slide.banner-slide .content-box {
    max-width: 500px;
  }
}
/* home banner slider ends */

.elementor-swiper-button {
  width: 55px;
  height: 55px;
  background: #003483;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.custom-post-grid .elementor-post .elementor-post__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 16px;
}
.custom-post-grid .elementor-post .elementor-post__text .elementor-post__title {
  font-family: "SF Pro Display Regular";
}
.custom-post-grid .elementor-post .elementor-post__text .elementor-post__title,
.custom-post-grid
  .elementor-post
  .elementor-post__text
  .elementor-post__title
  a {
  font-size: 30px !important;
}
.custom-post-grid
  .elementor-post
  .elementor-post__text
  .elementor-post__title:hover,
.custom-post-grid
  .elementor-post
  .elementor-post__text
  .elementor-post__title
  a:hover {
  color: #081c3f;
}

.custom-post-grid
  .elementor-post
  .elementor-post__text
  .elementor-post__read-more {
  font-size: 24px !important;
}
.custom-post-grid .elementor-post__thumbnail {
  padding-bottom: 100% !important;
}
.custom-post-grid .elementor-pagination {
  text-align: right !important;
  margin-top: 80px;
}

.testimonial-slider .e-n-carousel.swiper,
.testimonial-slider .swiper-slide {
  overflow: visible;
}
.testimonial-slider .swiper-slide {
  opacity: 0.2;
}
.testimonial-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  z-index: 1;
  position: relative;
  transform: scale(1.1);
}

.all-content-block .row-after {
  display: none;
}
.all-content-block.show-all-content .row-after {
  display: flex;
}
.all-content-block.show-all-content .row-before {
  display: none;
}

.ui-ux-stylish-tabs-section
  .stylish-tabs-container
  .stylish-nav-tabs
  ul.btn-sub-text
  > li:not(:last-child) {
  margin-bottom: 4px;
}
.ui-ux-stylish-tabs-section .stylish-tabs-container .tab-content .tab-pane {
  text-align: center;
}
.ui-ux-stylish-tabs-section
  .stylish-tabs-container
  .tab-content
  .tab-pane
  > img {
  max-width: 80%;
  max-height: 500px;
}

/* Casestudies section */
.filter-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.filter-btns .btn,
.filter-dropdown > .btn {
  border: 1px solid #4093e2;
  border-radius: 30px !important;
  padding: 8px 16px;
  min-width: 120px;
  background-color: #f4f4f4;
}
.filter-btns .btn.active {
  background-color: #4093e2;
  color: #fff;
}
.filter-dropdown > .btn {
  min-width: 300px;
  padding: 8px 40px 8px 20px;
  text-align: left;
}
.filter-dropdown > .btn:hover,
.filter-dropdown > .btn:focus {
  background-color: #f4f4f4;
  box-shadow: unset !important;
  color: inherit;
  border: 1px solid #4093e2;
}
.filter-dropdown > .btn::after {
  content: "";
  width: 20px;
  height: 10px;
  position: absolute;
  border: 0;
  top: 17px;
  right: 18px;
  background-image: url("./assets/images/svgIcons/arrow-down-grey.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.casestudy-card-col {
  display: block;
}
.casestudy-card {
  display: flex;
  border: 1px solid #4093e2;
  color: #555555 !important;
  padding: 50px 40px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  transition: 0.3s;
  min-height: 475px;
}
.casestudy-card .casestudy-category {
  color: #003483;
  font-family: "SF Pro Display Medium";
  margin-bottom: 20px;
}
.casestudy-card .casestudy-logo {
  max-width: 250px;
  max-height: 180px;
  margin-bottom: 24px;
}
.casestudy-card .casestudy-banner-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center;
}
.casestudy-card .casestudy-card-title {
  font-size: 26px;
}
.casestudy-card .casestudy-card-footer {
  width: 100%;
  margin-top: auto;
  padding-top: 32px;
}
.casestudy-card .badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.casestudy-card .single-badge {
  color: #000000;
  font-size: 12px;
  padding: 6px 8px;
  border: 1px solid #003483;
  border-radius: 20px;
  min-width: 85px;
  text-align: center;
}

.card-hover-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    105deg,
    #214fa9 5%,
    #326bd7 29%,
    #4093e2 54%,
    #cf6087 96%
  );
  color: #fff;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.card-hover-layer .casestudy-category {
  color: #fff;
}
.card-hover-layer .casestudy-card-title {
  font-size: 26px;
}
.card-hover-layer .technologies.badges .single-badge {
  background-color: #fff;
  border-color: #fff;
  color: #003483;
}
.card-hover-layer .badges .single-badge {
  border-color: #fff;
  color: #fff;
}
.card-hover-layer .layer-bottom-content {
  padding-top: 16px;
}

.casestudy-card:hover {
  border-color: transparent;
}
.casestudy-card:hover .card-hover-layer {
  opacity: 1;
  visibility: visible;
}

/* Jobs section on career page */
.more-jobs-list {
  padding: 0;
  margin: 0;
}
.jobs-section .elementor-posts-container {
  grid-gap: 0;
  grid-template-columns: repeat(1, 1fr) !important;
}
.jobs-section .elementor-posts-container article,
.more-jobs-list li {
  padding: 24px 0;
  border-bottom: 1px solid #dee2e6;
}
.jobs-section .elementor-posts-container article:last-child,
.more-jobs-list li:last-child {
  border-bottom: 0;
}
.jobs-section .elementor-posts-container article .elementor-post__title a,
.more-jobs-list li a {
  color: #555555;
  font-size: 40px;
  font-family: "SF Pro Display Thin", sans-serif;
}
.jobs-section .elementor-posts-container article .elementor-post__title a:hover,
.more-jobs-list li a:hover {
  color: #003483;
}

/* Resume Upload form styling */
.job-resume-upload-form .upload-resume-btn > p {
  display: flex;
  margin-bottom: 0;
}
.job-resume-upload-form
  .upload-resume-btn
  label
  > span.wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  width: 170px;
  height: 28px;
  position: relative;
}
.job-resume-upload-form
  .upload-resume-btn
  label
  > span.wpcf7-form-control-wrap::before {
  content: "Upload your resume";
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: underline;
  cursor: pointer;
}
.job-resume-upload-form
  .upload-resume-btn
  label
  > span.wpcf7-form-control-wrap
  > input {
  width: 100%;
  height: 100%;
  font-size: 100px;
  opacity: 0;
}
.job-resume-upload-form input[type="submit"] {
  background-color: #003483;
  color: #fff;
  border-radius: 30px;
  min-width: 120px;
}

/* Insights Category page */

/* filters */
.custom-outlined-item {
  position: relative;
  border: 1px solid #4093e2 !important;
  border-radius: 30px !important;
  padding: 8px 16px !important;
  min-width: 120px;
  width: fit-content;
  background-color: #f4f4f4 !important;
  color: #555555 !important;
}
.form-select.custom-outlined-item {
  background-image: url("./assets/images/svgIcons/arrow-down-grey.svg");
  padding: 8px 32px 8px 12px !important;
}
.insights-filters .filter-btn {
  border-radius: 25px;
  background-color: #4093e2;
}
.insights-filters .date-selector {
  position: relative;
  overflow: hidden;
}
/* .insights-filters .date-selector > input {
  opacity: 0;
}
.insights-filters .date-selector:before {
  content: "Date";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  border: 1px solid #4093e2;
  padding: 8px 16px;
  background-image: url("./assets/images/svgIcons/arrow-down-grey.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: top 16px right 12px;
} */

/* posts */
.insight-post {
  padding: 48px 0;
}
.insight-post:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}
.insight-post .post-title {
  font-size: 24px !important;
}
.insight-post .post-excerpt {
  font-size: 24px;
}
.insight-post .post-meta {
  padding: 20px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.accordion-with-left-content .e-n-accordion-item {
    display: flex;
    flex-direction: row-reverse !important;
    align-items: flex-start;
}
.accordion-with-left-content .e-n-accordion-item .e-n-accordion-item-title{
  width: 80px;
}
.accordion-with-left-content .e-n-accordion-item > div{
  height: calc(100% - 80px);
}


.rounded-box {
  padding: 40px;
  border-radius: 40px;
  border: 1px solid #326BD7;
}
.rounded-box .form-label{
  font-size: 16px;
}
.rounded-box .form-control{
  border: 1px solid #EAEAEA !important;
  background-color: #FAFAFA !important;
  color: #555555 !important;
}
@media only screen and (max-width:1440px){
  .rounded-box{
    padding: 32px;
    border-radius: 32px;
  }
}
@media only screen and (max-width:1024px){
  .rounded-box{
    padding: 32px 24px;
    border-radius: 24px;
  }
  .rounded-box h5{
    font-size: 24px !important;
  }
}

/* Microsoft copilot quiz */
.radio-tile{
  position: relative;
  margin-bottom: 20px;
}
.radio-tile > label {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 4px 16px;
    font-size: 16px;
    min-height: 54px;
}
.radio-tile > input[type="radio"]{
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  opacity: 0;
}
.radio-tile > input[type="radio"]:checked ~ label{
  border: 1px solid #326BD7;
  background-color: #73C3E34D;
}

.microsoft-copilot-quiz-steps .steps-actions{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
}
.microsoft-copilot-quiz-steps .steps-actions > button{
  min-width: 100px;
}
.microsoft-copilot-quiz-steps .steps-actions > button[disabled]{
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  color: #bdc0c3 !important;
  cursor: no-drop;
  pointer-events: none;
}

/* Microsot calculator result boxes */
.results-in-cards .assumption { margin: 32px 0 16px; color: #374151; }
.results-in-cards .cards { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 16px; }
.results-in-cards .card { padding: 14px; border: 1px solid #e5e7eb; border-radius: 10px; width: calc(33.33% - 12px); }
.results-in-cards .card .label { color: #6b7280; font-size: 14px; margin-bottom: 8px; }
.results-in-cards .card .value { font-weight: 700; margin-top: 4px; }
.results-in-cards .card .sub { font-size: 14px; }
.results-in-cards .card.highlight { background: #f0fdf4; border-color: #dcfce7; }
.results-in-cards .hidden { display: none; }

@media only screen and (max-width:1250px){ 
    .results-in-cards .card{ width: calc(50% - 12px); }
    .results-in-cards .card.highlight{ width: 100%; }
}
@media only screen and (max-width:576px){ 
    .results-in-cards .card{ width: 100%; }
}

/******************************
    SITE FOOTER
******************************/
.site-footer .footer-widgets-container {
  padding-top: 60px;
  padding-bottom: 20px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer .footer-widgets-container .inner-padding {
  padding: 0 0 0 35px;
}
.footer-widget-1,
.footer-widget-2,
.footer-widget-3 {
  flex: unset !important;
}
.footer-widget-1,
.footer-widget-2 {
  width: fit-content;
  margin-bottom: 48px;
}
.footer-widget-3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-widget-1 .wp-block-image img {
  max-width: 240px;
}
.footer-widget-3 .widget_block {
  max-width: 20%;
  width: fit-content;
}
.widget_block h6 {
  font-size: 18px !important;
  font-family: "SF Pro Display Regular" !important;
}
.widget_block ul li a {
  text-decoration: none;
  color: #555555;
  font-size: 16px;
}
.site-info .inside-site-info.grid-container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.site-info .inside-site-info.grid-container:after {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  border-top: 1px solid #555555;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer-bar ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.wp-block-social-links li.wp-social-link.wp-social-link-youtube {
  margin-bottom: 0.5rem;
}