/* Theme Name: Stakk Custom Theme */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
}

::selection {
  background: transparent;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

.heading_h1 {
  color: #080e20;
  font-size: 9.5vw;
  line-height: 9.5vw;
}

.heading_h2 {
  font-size: 7vw;
  line-height: 7.8vw;
  font-size: 6vw;
  line-height: 6.8vw;
}

.heading_h3 {
  font-size: 4.5vw;
  line-height: 5.56vw;
  margin-bottom: 1vw;
}

.heading_h4 {
  font-size: 2.78vw;
  line-height: 154%;
}

.heading_h5 {
  font-size: 2.1vw;
  line-height: 154%;
}

.ast-builder-menu-1 .menu-item > .menu-link {
  font-size: 1.5vw;
}

li {
  list-style-type: none;
}

ul,
ol {
  margin: 0;
}

.ast-article-single img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.container,
.ast-container {
  max-width: 100%;
  width: unset;
  padding-left: 7.2222222222vw;
  padding-right: 7.2222222222vw;
}

.main-section {
  width: 100%;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus,
.wp-block-search__input:focus,
[data-section="section-header-mobile-trigger"]
  .ast-button-wrap
  .ast-mobile-menu-trigger-minimal:focus,
.ast-mobile-popup-drawer.active .menu-toggle-close:focus,
.woocommerce-ordering select.orderby:focus,
#ast-scroll-top:focus,
#coupon_code:focus,
.woocommerce-page #comment:focus,
.woocommerce #reviews #respond input#submit:focus,
.woocommerce a.add_to_cart_button:focus,
.woocommerce .button.single_add_to_cart_button:focus,
.woocommerce .woocommerce-cart-form button:focus,
.woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus,
.woocommerce
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  .woocommerce-input-wrapper
  > .input-text:focus,
.woocommerce #order_comments:focus,
.woocommerce #place_order:focus,
.woocommerce
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .woocommerce-input-wrapper
  > .input-text:focus,
.woocommerce .woocommerce-MyAccount-content form button:focus,
.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  .woocommerce-Input.input-text:focus,
.woocommerce
  .ast-woocommerce-container
  .woocommerce-pagination
  ul.page-numbers
  li
  a:focus,
body
  #content
  .woocommerce
  form
  .form-row
  .select2-container--default
  .select2-selection--single:focus,
#ast-coupon-code:focus,
.woocommerce.woocommerce-js .quantity input[type="number"]:focus,
.woocommerce-js
  .woocommerce-mini-cart-item
  .quantity
  input[type="number"]:focus,
.woocommerce p#ast-coupon-trigger:focus {
  border-style: none;
  border-color: #ffffff00;
  border-width: 0;
}
.hero_main {
  background: #f3f3e9;
}

.hero_wrapper,
.logos_wrap,
.statics_content,
.client_message_wrap,
.cta_heading,
.cta_wrap,
.our_experience,
.statistics_box,
.strategy_box,
.case-study-images-wrap,
.case-study-images-wrap,
.client_wrap {
  display: flex;
  flex-direction: column;
}

.hero_wrap,
.latest_box,
.portfolio,
.portfolio_heading_wrap,
.statics_inner,
.statics_data_wrap,
.navigation_signs,
.cta_wrapper,
.cta_btn_wrap,
.form-row,
.wpcf7-list-item,
.company_details,
.details,
.footer_links,
.list-unstyled,
.extra_spacing_wrap,
.description_wrap,
.statistics,
.strategy_box_wrap,
.two-column-row {
  display: flex;
}

.hero_wrap {
  justify-content: space-between;
  align-items: center;
}

.hero_wrapper {
  gap: 8vh;
  padding: 20vh 0 5vh 0;
  animation: bannerUP 0.5s ease;
}

.hero_wrapper.single {
  gap: 3vh;
  padding: 20vh 0 7vh 0 !important;
  animation: bannerUP 0.5s ease;
}

.hero_wrap.tagline {
    margin-bottom: -25px;
}
/* header.site-header {
animation: headerDown 0.5s ease;
} */
.banner_p {
  font-weight: 400;
  font-size: 2.1vw;
  line-height: 3.06vw;
  letter-spacing: 0.03125vw;
  margin: 0;
  color: #00000099;
}

a.black_btn,
input.black_btn {
  background: #080e20 !important;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.7vw;
  line-height: 100%;
  padding: 2.083vw 2.604vw;
  border-radius: 12.5vw;
  text-align: center;
  border: none;
  transition: transform 0.2s ease-out;
}

img.custom-logo.astra-logo-svg {
  height: 7vw;
}
.header-show img.custom-logo.astra-logo-svg, .header-hide img.custom-logo.astra-logo-svg  {
    height: 4vw;
}
input.black_btn:hover {
  background: #080e20;
}

.logos_wrap {
  gap: 8vh;
}

logo_img:hover {
  filter: sepia(1);
}

.logos_main {
  background: #040404;
  color: #ffffff;
  padding: 15vh 0 20vh;
}

.logos_wrap h3 {
  color: #ffffff;
}

.projects_main {
  padding: 110px 0 152px;
  background: #fff;
}

.latest_box {
  justify-content: space-between;
}

a.underline_link svg {
  width: 2.64vw;
  height: 2.64vw;
  transition: transform 0.3s ease;
}

a.underline_link:hover svg {
  transform: translateX(5px);
}

a.underline_link {
  color: #080e20;
  font-weight: 400;
  font-size: 2.23vw;
  line-height: 7.8vw;
  align-items: center;
  display: inline-flex;
  gap: 3px;
  justify-content: center;
}

a.underline_link:hover {
  text-decoration: underline;
}

.main-section.work .projects_main .portfolio {
  margin-top: 0;
}

.portfolio {
  /*   margin-top: 49px; */
  margin-top: 3.8vh;
  gap: 3.35vw;
  flex-wrap: wrap;
  justify-content: space-between;
}

.portfolio,
.image-box,
.image-box img,
.portfolio_heading_wrap {
  width: 100%;
}

.portfolio-box {
  width: 48%;
  position: relative;
  height: 90vh;
  cursor: pointer;
  border-radius: 24px;
  box-shadow: none;
  overflow: hidden;
}

.image-box {
  position: absolute;
  bottom: -29%;
}

.portfolio_heading_wrap {
  position: absolute;
  top: 0;
  justify-content: space-between;
  padding: 32px;
}

.portfolio_heading h4 {
  color: #080e20;
}

.portfolio_heading h5 {
  color: #61615d;
}

.statics_main {
  background: linear-gradient(180deg, #f1f1e6 0%, #f1f1e6 32.42%);
  padding: 68px 0 194px;
}

input.wpcf7-form-control.wpcf7-text.home-input {
  height: auto;
}

.statics_inner {
  gap: 4.45vw;
  width: 100%;
  justify-content: space-between;
  margin-top: 4.1vh;
  /*   align-items: flex-end; */
}

.main_paragraph,
.cta_wrapper p,
.strategy_box li,
.main-section.white-label .strategy_box p,
.blog_excerpt p,.blog_date,
.single_blog_inner_content p {
  font-weight: 400;
  font-size: 1.7vw;
  line-height: 164%;
  color: #080e2099;
}

.statics_content {
  width: 550px;
  width: 50%;
  justify-content: space-between;
}

.statics_content.case_study {
  gap: 10vh;
}

.case_study_img,
.full-width-image,
.half-width-image {
  overflow: hidden;
  border-radius: 24px;
}

.statics_img {
  overflow: hidden;
  width: calc(100% - 50%);
  border-radius: 24px;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 600px;
  
 
}
.description_box_heading {
  white-space: nowrap;
}
img.parallax_img,
.statics_img img,
.case_study_img img {
  border-radius: 24px;
}
.statics_content a.underline_link {
  justify-content: left;
}

.statics_data_wrap {
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}

.Statics_numbers {
  font-weight: 400;
  font-size: 5.56vw;
  font-size: 4.3vw;
  line-height: 7.78vw;
  color: #080e20;
}

.statics_data_wrap p {
  /*     width: 215px; */
  width: 50%;
  font-weight: 400;
  font-size: 1.81vw;
  line-height: 142%;
  /*   letter-spacing: 0.52px; */
  vertical-align: middle;
  color: #080e2099;
}

.statics_data_wrap:not(:last-child) {
  border-bottom: 1px solid #65686f33;
}

.testimonial_main {
  background: linear-gradient(180deg, #f1f1e6 78.42%, #ffffff 98.52%);
  padding-bottom: 120px;
}
.client_message_wrap {
  gap: 8vh;
  animation: fadeInUp 0.7s ease;
  display: none;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.client_message_wrap.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  position: relative;
}

.client_message {
  font-weight: 400;
  font-size: 3vw;
  line-height: 4.17vw;
  /*   letter-spacing: -0.96px; */
  color: #080e20;
}

.client_name {
  color: #080e20;
  font-weight: 500;
  font-size: 2.23vw;
  line-height: 3.35vw;
}

.client_position {
  color: #656466;
  font-weight: 400;
  font-size: 1.53vw;
  line-height: 164%;
  margin-top: 4px;
}

.display_number {
  color: #080e20;
  font-weight: 500;
  font-size: 2.23vw;
  line-height: 3.34vw;
  display: none;
}

.disabled {
  opacity: 0.5;
  cursor: no-drop !important;
}
.home .hero_main {
    min-height: 100vh;
}
.navigation_signs {
  gap: 16px;
}

.cta_main {
  padding: 115px 0 79px;
  background: #ffff;
  border-radius: 0 0 24px 24px;
}

.cta_wrapper {
  justify-content: space-between;
  gap: 42px;
}

.cta_heading {
  width: 45%;
  gap: 20px;
  position: sticky;
  top: 60px;
  top: 15vh;
  align-self: flex-start;
}

.contact_form_wrap {
  width: 45%;
}

.cta_wrapper p {
  color: #080e2099;
  width: 100%;
  margin-bottom: 24px !important;
}

.cta_btn_wrap label {
  border: 1px solid #080e201a;
  border-radius: 240px;
  padding: 1.9vw 2.3vw;
  color: #080e20;
  font-weight: 500;
  font-size: 1.67vw;
  line-height: 100%;
  letter-spacing: 0;
  cursor: pointer;
  transition: all 0.15s;
}

.cta_btn_wrap {
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 32px;
}

.form-row {
  justify-content: space-between;
  gap: 21px;
  margin: 0 !important;
}

.home-input,
input.home-input {
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 !important;
  padding-bottom: 19px !important;
}

input.home-input,
textarea.home-input,
input.home-input::placeholder,
textarea.home-input::placeholder {
  color: #080e2099;
  font-weight: 400;
  font-size: 1.67vw;
  line-height: 164%;
}

.col {
  width: 50%;
}

.cta_wrap textarea {
  resize: none;
}

.cta_btn_wrap input[type="radio"],
.cta_btn_wrap input[type="checkbox"] {
  display: none;
}

.cta_btn_wrap label.active {
  transform: scale(1.02);
  background-color: #f1f1e6;
  color: #080e20;
  border-color: #deded5;
}

.wpcf7-list-item {
  flex-wrap: wrap;
  margin: 0;
}

input.home-input:focus,
textarea.home-input:focus {
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-color: #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5;
}

.controls_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.controls {
  display: flex;
  gap: 16px;
  margin-top: 37px;
}

.controls svg {
  cursor: pointer;
}

.form_field {
  margin-top: 8px !important;
}

button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal {
  flex-direction: row-reverse;
  gap: 16px;
}

button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal.toggled:focus {
  border: none;
  outline: none;
}

.logos_img_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3.13vw 5.2vw;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.footer_wrap {
  /*     position: fixed;
		bottom: 0;
		left: 0; */
  width: 100%;
  background: #f1f1e6;
  padding: 101px 0 46px;
  /*     z-index: -1; */
}

.company_details {
  margin-top: 94px;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 531px;
  justify-content: space-between;
  align-items: center;
}

.phone_num {
  display: flex;
  gap: 8px;
  font-size: clamp(16px, 1.25vw, 21px);
  align-items: center;
  color: #080e20 !important;
}

.inner_footer h2 {
  color: #080e20;
}

.footer_links {
  margin-top: 56px;
  justify-content: space-between;
  z-index: 5;
  position: relative;
}

.list-unstyled {
  gap: 32px;
}

.list-unstyled li a {
  color: #080e20;
  font-size: clamp(16px, 1.25vw, 21px);
}

.extra_spacing_wrap {
  gap: 32px;
  width: 100%;
  font-size: clamp(16px, 1.25vw, 21px);
}

.footer_logo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0; 
}

.our_experience {
  gap: 10vh;
  padding: 151px 0 116px;
  padding: 0vh 0 14vh 0;
}

.description_wrap {
  justify-content: space-between;
  color: #080e2099;
  gap: 2.59vw;
  flex-wrap: wrap;
}

.statistics {
  display: flex;
  justify-content: space-between;
}

.statistics_box {
  gap: 4px;
  width: 413px;
}

.description_wrap p.main_paragraph.our_main {
  width: 48%;
}

.strategy_box .description_box {
  width: auto;
}

.value {
  font-weight: 400;
  font-size: 5.56vw;
  line-height: 7.8vw;
  vertical-align: middle;
  color: #080e20;
}

.desc {
  color: #080e2099;
  font-weight: 400;
  font-size: 1.81vw;
  line-height: 2.1vw;
}

hr {
  background-color: #e5e5e5;
}

.description_box {
  font-weight: 400;
  font-size: 3.1vw;
  line-height: 3vw;
  color: #080e20;
  z-index: 1;
  width: 48%;
}
.our_experience .description_box p.main_paragraph {
  font-size: 2vw;
}
.our_experience .description_box p.main_paragraph span,
p.main_paragraph.faq_question {
  color: #080e20;
}
.statics_inner.people_over_profit_wrap {
  gap: 83px;
  padding-bottom: 164px;
  align-items: flex-end;
}

.strategy_box_wrap {
  margin-top: 74px;
  padding-bottom: 138px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5.8vw;
}

img.svg-icon {
  width: 5.35vw;
  height: 5.35vw;
  position: absolute;
  z-index: 0;
  /*   top: 7%; */
  top: 2%;
  left: -7%;
}

.strategy_box {
  position: relative;
  width: 28%;
}

.logo_img {
  transition: all 0.3s ease;
      padding: 0 1vw;
}

.logo_img:hover {
  filter: sepia(1);
  transform: scale(1.1);
}

.our_experience h3 {
  color: #080e20;
}

.main-section.work .projects_main {
  padding-top: 8.27vh;
}

p.banner_p strong {
  color: #000000;
  font-weight: 400;
}

img.service_main_img {
  width: 100%;
}

.hero_main.case-study-images {
  padding-top: 136px;
  padding-bottom: 104px;
  background: linear-gradient(
    180deg,
    #f3f3e9 95.15%,
    #ffffff 99.81%,
    #f3f3e9 125.99%
  );
}

.case-study-images-wrap .statics_inner.people_over_profit_wrap {
  padding-bottom: 0;
  align-items: flex-end;
}

.case-study-images-wrap,
.two-column-row {
  row-gap: 64px;
  column-gap: 55px;
}

ul.astra-megamenu.sub-menu li a {
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

span.astra-mm-icon-label {
  margin: 0 !important;
}

li.menu-bg {
  background: #f2f1f3;
  border-radius: 16px;
  padding: 24px !important;
  display: flex !important;
  height: 402px;
  opacity: 0;
  animation: fadeUp 0.4s ease-out forwards;
  transform: translateY(50px);
}

li.menu-bg:nth-child(1) {
  animation-delay: 0ms;
}

li.menu-bg:nth-child(2) {
  animation-delay: 100ms;
}

li.menu-bg:nth-child(3) {
  animation-delay: 200ms;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.open li.menu-bg {
  opacity: 1;
}

.astra-full-megamenu-wrapper {
  border: none !important;
}

ul.astra-megamenu {
  padding: 49px 0 85px !important;
  gap: 18px;
}

.astra-full-megamenu-wrapper {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.astra-full-megamenu-wrapper {
  width: 99.219vw;
  left: -72.079vw;
}

li.menu-bg:hover {
  background: #f3f3e9;
}

.ast-mm-custom-content.ast-mm-custom-text-content {
  font-size: 1.2vw;
  color: #080e2080;
  padding: 0;
}

.astra-full-megamenu-wrapper {
  box-shadow: none !important;
}

li.menu-list {
  padding: 0 39px !important;
  animation: fadeDown 0.7s ease;
}

.menu-list a.menu-link .menu-text {
  font-size: 1.57vw;
  margin-bottom: 10px;
}

.menu-list ul.sub-menu .menu-text {
  font-size: 1.3vw;
  line-height: 164%;
  color: #080e2080;
  margin: 0;
}

.menu-list ul.sub-menu .menu-text:hover {
  color: #080e20;
}

.menu-list ul.sub-menu {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
}

li.menu-bg a.menu-link span.menu-text {
  margin-top: 33px;
  margin-bottom: 10px;
}

li.underline-link .menu-text {
  display: flex;
  flex-direction: row;
  margin: 0 !important;
}

.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link {
  color: #27292ff0;
}

.portfolio_heading {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

a.portfolio-box:hover .portfolio_heading {
  opacity: 1;
  transform: translateY(0px);
}

header:not(:has(.astra-megamenu-li.open)) li.main-menu > a:hover {
  color: #080e204d;
}

li.menu-bg:hover .astra-mm-icon-label img {
  transform: translateX(3px);
  transition: transform 0.3s ease;
}

li.menu-bg:hover ul.sub-menu li a.menu-link span.astra-mm-icon-label img {
  transform: translateX(3px);
  transition: transform 0.3s ease;
}

.full-width-image img {
  width: 100%;
}

.portfolio-box:hover .portfolio_heading_wrap svg {
  opacity: 1;
}

ul.astra-megamenu.sub-menu li.underline-link a.menu-link {
  flex-direction: row !important;
  gap: 8px;
  display: flex !important;
  align-items: center;
}

.menu-list ul.sub-menu .underline-link .menu-text {
  color: #080e20;
  font-size: 1.5vw;
}

ul.sub-menu {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.underline-link span.astra-mm-icon-label img {
  width: 2vw !important;
  height: 2vw !important;
}

span.astra-mm-icon-label.icon-item-357 img {
  width: 1.25vw !important;
  height: 1.25vw !important;
}

/* Prevent hover from showing the mega menu */
.ast-desktop
  .ast-mega-menu-enabled
  .astra-megamenu-li:hover
  .astra-full-megamenu-wrapper {
  opacity: 0 !important;
  visibility: hidden !important;
}

.ast-desktop
  .ast-mega-menu-enabled
  .astra-megamenu-li:hover
  .astra-full-megamenu-wrapper
  .astra-megamenu {
  display: none !important;
}

/* Show mega menu on click (with .open class) */
.ast-desktop
  .ast-mega-menu-enabled
  .astra-megamenu-li.open
  .astra-full-megamenu-wrapper {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 10px;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.ast-desktop
  .ast-mega-menu-enabled
  .astra-megamenu-li
  .astra-full-megamenu-wrapper {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  /* Slide from top */
  transition: all 0.3s ease;
  position: absolute;
  z-index: 999;
}

.ast-desktop
  .ast-mega-menu-enabled
  .astra-megamenu-li.open
  .astra-full-megamenu-wrapper
  .astra-megamenu {
  display: flex !important;
  opacity: 1;
  visibility: visible;
  width: 84.7743vw;
}

.ast-desktop
  .ast-mega-menu-enabled
  .astra-megamenu-li.open
  .astra-megamenu
  > .menu-item {
  display: block;
  flex: 1;
}

/* Optional: Style inner submenu */
.ast-desktop
  .ast-mega-menu-enabled
  .astra-megamenu-li.open
  .astra-megamenu.sub-menu
  > .menu-item
  .sub-menu {
  background: none;
  visibility: visible;
  position: static;
  width: 100%;
  margin: auto;
  border: none;
}

/* Optional: change header bg when menu is open */
header:has(.astra-megamenu-li.open) {
  background: #fff;
}

li.menu-item {
  cursor: pointer;
}

span.dropdown-menu-toggle.ast-header-navigation-arrow {
  display: none;
}

header:has(.astra-megamenu-li.open) li.main-menu > a {
  color: #080e204d;
}

li.main-menu.open > a:first-of-type {
  color: #080e20 !important;
}
nav.footer_menu.footer_mobile_menu {
  display: none;
}

span.wpcf7-not-valid-tip {
  font-size: 1.12vw !important;
}
.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  font-size: 1.12vw !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450 !important;
}
a.contact-email:hover,
a.contact-num:hover {
  color: #334155;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #dc2626 !important;
}

/* white label template */

.hero_wrapper.white-label-inner-wrap {
  padding: 0;
}
.main-section.white-label .statics_content.case_study p.main_paragraph {
  white-space: pre-line;
}
.hero_wrapper.white-label-inner-wrap .description_wrap {
  gap: 0;
  /* 	padding-bottom: 14vh; */
}
.our_experience.white_label {
  padding-bottom: 0;
  padding-top: 0;
}

/* carrer */
.all_position {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all_position:not(:last-child),
.faq_question_wrap:not(:last-child) {
  border-bottom: 1px solid rgba(211, 211, 183, 1);
}
.open-positions {
  padding: 8vh 0;
}
.about_requirements_wrap {
  border-top: 1px solid #d3d3b7;
  padding: 8vh 0;
}
.about_requirements {
  gap: 18vh;
  display: flex;
  flex-direction: column;
}
.requirements {
  display: flex;
  justify-content: space-between;
}
.requirements p.banner_p {
  width: 40%;
  font-size: 2.25vw;
  line-height: 3.06vw;
  color: rgba(8, 14, 32, 0.6);
}
.requirements.about-the-role p {
  font-size: 3.35vw;
  line-height: 124%;
  margin: 0;
  width: 90%;
  color: rgba(8, 14, 32, 1);
}
.requirements.lists ul {
  gap: 6.16vh;
  display: flex;
  flex-direction: column;
}
.requirements.lists ul li {
  list-style-type: disc;
  font-size: 2.23vw;
  line-height: 124%;
  color: rgba(8, 14, 32, 1);
}
.apply_now_btn {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.requirements p.banner_p {
  width: 40%;
  font-size: 2.25vw;
  line-height: 3.06vw;
  color: rgba(8, 14, 32, 0.6);
}
.faq_main_wrap {
  display: flex;
  flex-direction: row;
}
.faq_questions_wrapper {
  display: flex;
  flex-direction: column;
  width: 88%;
}
.faq_question_wrap {
  display: flex;
  flex-direction: column;
}
.faq_question_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

p.main_paragraph.faq_question {
  padding: 1em 0;
  margin: 0;
}
.our_experience.faq_main_wrap h3 {
  position: sticky;
  top: 60px;
  align-self: flex-start;
}

.faq_answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.45s ease,
    opacity 0.25s ease;
  will-change: max-height, opacity;
}

.faq_question_wrap.active .faq_answer {
  opacity: 1;
}

.plus_icon {
  transition: transform 0.35s ease;
}
.faq_question_wrap.active .minus_icon {
  display: block;
}
.faq_question_wrap.active .plus_icon,
.minus_icon {
  display: none;
}
.main-section.white-label .our_experience.comfort-zone,
.main-section.white-label .our_experience.how_label_partner_works {
  padding-top: 14vh;
}
.main-section.white-label .our_experience.how_label_partner_works {
  gap: 0;
}
.main-section.white-label .strategy_box_wrap {
  padding-bottom: 0;
}
.main-section.white-label .our_experience.how_label_partner_works,
.main-section.white-label .our_experience.comfort-zone.first {
  padding-top: 0;
}
.our_experience.white_label.multidesc-img_wrap {
  gap: 14vh;
}
 .blog_listing .blog_card_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 6.7vh;
        align-items: stretch;
    }

    .blog_listing .blog_card {
        width: 32%;
        display: flex;
        flex-direction: column;
    }

    .blog_listing .blog_card .blog_heading_wrap {
        flex-grow: 1;
    }

    .blog_listing .blog_card>a {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .blog_listing h4.heading_h4 {
        line-height: 124%;
    }

    .blog_title {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }

    .blog_title svg {
        height: 22px;
        width: 22px;
    }

    .blog_heading_wrap {
        display: flex;
        flex-direction: column;
        margin-top: 2.6vh;
        gap: 1vh;
    }

    .blog_excerpt p,
    p.blog_date {
        line-height: 125%;
        margin: 0;
    }

    .blog_listing .blog_card .blog_heading_wrap p.blog_date {
        color: #080E20;
        margin-top: 2.5vh;
    }

    .blog_listing .blog_card .blog_excerpt {
        flex-grow: 1;
    }

    .blog_title h4.heading_h4 {
        width: 90%;
    }
	.ajax-page-info.display_number {
   		display: block;
	}
	.blog_image img {
    height: 300px;
    object-fit: cover;
}
.single_blog_content_wrap {
    padding: 5vw 7vw;
}
.single_blog_item img {
    max-width: 100%;
    width: 100% !important;
    object-fit: cover;
	height: auto !important;
}

@keyframes bannerUP {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes headerDown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }

  95% {
    opacity: 1;
    transform: translateY(-3%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}


.main_paragraph, .cta_wrapper p, .strategy_box li, .main-section.white-label .strategy_box p, .blog_excerpt p, .blog_date, .single_blog_inner_content p {
    font-weight: 400;
    font-size: 1.7vw;
    line-height: 164%;
    color: #080e2099;
}
.wpcf7-list-item-label {
    display: inline-block;
    margin: 0 0 0 1em;
    border: 1px solid #080e201a;
    border-radius: 240px;
    padding: 1.9vw 2.3vw;
    font-weight: 500;
    font-size: 1.67vw;
    line-height: 100%;
    letter-spacing: 0;
    cursor: pointer;
    transition: all 0.15s;
    transform: scale(1.02);
    /* background-color: #f1f1e6; */
    color: #080e20;
    border-color: #deded5;
	margin: 10px 1 1 1em !important;
    display: inline-grid;
}
span.wpcf7-list-item.active .wpcf7-list-item-label { background-color: #f1f1e6; }
.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control {
    padding: 12px 16px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 !important;
    padding-bottom: 19px !important;
    font-weight: 400;
    font-size: 1.67vw;
    line-height: 164%;
}
span.wpcf7-list-item-label {
    font-size: 1.60vw;
}
._half {
    max-width: 46%;
    display: inline-block;
    margin-right: 3%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #080e20 !important;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.7vw;
    line-height: 100%;
    padding: 2.083vw 2.604vw;
    border-radius: 12.5vw;
    text-align: center;
    border: none;
    transition: transform 0.2s ease-out;
}
textarea.wpcf7-form-control.wpcf7-textarea.project-details {
    height: 160px;
	margin-top: 20px;
}
input.wpcf7-form-control.fifty {
    width: 46%;
    display: block;
    float: inline-start;
}
input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email.fifty {
    margin-left: 2%;
}
input.wpcf7-form-control.wpcf7-text.fifty {
    margin-right: 2%;
}
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
    display: none;
}
.wpcf7 .wpcf7-form-control-wrap {
    margin-top: 20px;
}
.wpcf7-list-item {
    display: inline-block;
    /*margin: 0px 15px 15px 0px !important;*/
   /* padding: 1.9vw 2.3vw;*/
}
span.wpcf7-list-item-label {
    padding: 1.9vw 2.3vw;
    margin-bottom: 1vw;
    margin-left: 0;
    margin-right: 1.5vw;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    transform: translate(11px, 4px) rotate(1deg);
}
/* .footer_logo {
    height: 90vh;
    width: 40%;
    display: flex;
}
.footer_logo img {
    opacity: 0.1;
} */ 
 .footer_logo {
    height: 80vh;
    opacity: 0.1;
	width: 35%;
}
.footer_logo img {
    height: 80vh;
    -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000000 20%, #00000000 100%);
}
.custom_services img.svg-icon {
    position: unset;
}
.custom_services .strategy_box:hover {
    background: #f2f1f3;
}
.custom_services .strategy_box:hover img.svg-icon {
	transform: translateX(3px);
	transition: transform 0.3s;
}
.custom_services .strategy_box {
    cursor: pointer;
}
.custom_services .strategy_box {
    /* height: 402px; */
    display: flex !important;
    background: rgb(243 243 233);
    border: 1px solid #e2e2e2e2;
    border-radius: 16px;
    animation: 0.4s ease-out 0s 1 normal forwards running fadeUp;
    padding: 24px;
}
/* .pcustom .portfolio_heading {
    opacity: 1;
} */
.main_hero p.banner_p {
    max-width: 1020px;
}
p.main_paragraph span {
    color: #080e20;
}
.single .statics_inner.people_over_profit_wrap {
    align-items: flex-start;
}

.hero_wrapper.single h1 {
    max-width: 500px;
    margin-left: -8px;
} 

.strategy_box_wrap.custom_services.services_page {
    margin-top: 30px;
    padding-bottom: 50px;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 1.8vw;
}

.strategy_box_wrap.custom_services.services_page .strategy_box {
gap: 15px;
}

.logos_img_wrap.bottom_up.partner img {
    height: 70px;
    max-width: 100%;
}

.logos_img_wrap.bottom_up.partner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1vw 0vw;
    justify-content: center;
    align-items: center;
    max-width: 81%;
}

p.main_paragraph.home_top {
    margin-top: -50px;
    margin-bottom: -50px;
}  

.top-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
    margin-bottom: -25px;
}
.top-bar img {
    max-width: 18px;
}
.page-template-page-about .strategy_box_wrap.custom_services.services_page {
	    padding-bottom: 50px;
		gap: 18px;
}
.strategy_box_wrap.custom_services.services_page.team_section img {
    width: 100%;
    height: auto;
}
.hero_main.teams_section {
    background: #fff;
    padding-top: 80px;
    text-align: center;
}
.strategy_box_wrap.custom_services.services_page.team_section .strategy_box {
    padding: 18px;
	border-radius: 18px;
}
.strategy_box_wrap.custom_services.services_page.team_section .description_box {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;

}
.strategy_box_wrap.custom_services.services_page.team_section .description_box.subtitle {
    font-weight: unset;
    font-size: 16px;
    line-height: 18px;
	color: #3a3a3d;
}
.social-list {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.social-list img {
    flex: 0 0 40px;  
    height: 40px;
}
img.svg-icon.team-img {
    margin-bottom: 5px;
}

.single-project .main_hero p.banner_p {
    max-width: 80%;
}
.header_custom .site-branding.ast-site-identity {
    padding: 0;
}
.single-project .hero_wrapper.single h1 {
	max-width: 80%;
}
.description_box.social_media {
    margin-bottom: 30px;
}
.hero_main.teams_section h3 {
    text-align: left;
}
/*
.strategy_box_wrap.custom_services.services_page.team_section img {
    transition: transform 0.5s ease;
    transform: scale(1);
}
.strategy_box_wrap.custom_services.services_page.team_section img:hover {
    transform: scale(0.95);
}*/
/*-----Home How We Work Start-------*/
.hero_main.how_we_work {
    padding: 15vh 0 15vh;
}
.how_we_work .strategy_box_wrap.custom_services.services_page {
    gap: 1.5vw;
    padding-top: 3.5vw;
}
.hero_main.how_we_work .strategy_box {
    width: 100%;
    align-items: center;
}
.how_we_work .strategy_box p {
    text-align: center;
}
.hero_main.how_we_work .strategy_box {
    width: 100%;
    align-items: center;
    padding-bottom: 3vw;
    padding-top: 3vw;
}
.how_we_work .description_box {
    font-size: 1.692vw;
    line-height: 1.3;
    color: #0D1C2E;
    letter-spacing: 1px;
    font-weight: 500;
}
.how_we_work .step-circle {
    margin-top: 20px;
    width: 82px;
    width: 5.4vw;
    height: 75px;
    height: 4.91vw;
    min-width: 48px;
    border: 1.5px solid #000;
    border-radius: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 30px;
    font-size: 1.5vw;
    line-height: 1;
    padding: 0.5vw;
	margin-bottom: 1vw;
}
.step-circle-img {
    width: 6vw;
} 

/*-----Home How We Work End-------*/
/*-----Home Blog Start-------*/
#blog .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 100%;
    margin: 0 auto;
}
#blog .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#blog .blog-image {
    height: 260px;
    height: 17vw;
    overflow: hidden;
}
#blog  .blog-content {
    padding: 28px;
}
#blog .client_name.blog-title {
    color: #080e20;
    font-weight: 500;
    font-size: 1.3vw;
    line-height: 1.5vw;
}
#blog .blog-content p.blog-meta {
    font-weight: 400;
    font-size: 1vw;
    line-height: 142%;
    vertical-align: middle;
    color: #01010399;
}
#blog .blog-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform .3s ease;
}
div#blog h2 {
    margin-bottom: 1vw;
}
div#blog p {
    margin-bottom: 3vw;
}
div#blog .blog-content p {
    margin-bottom: 0vw;
}

.cta_main.blog_sect {
    padding: 115px 0px 115px;
    background: #fcfcfc;
}
/*-----Home Blog End-------*/
.black_mix_logos img {
    max-height: 100px;
	max-height: 8.55vw;
    max-width: 100%;
}
.black_mix_logos .logos_wrap h3 {
    margin-bottom: 0.8vw;
}
/*-----FAQ START-------*/
/* Background + spacing */
.faq_main {
    margin: 0 auto;
    padding: 80px 0;
}
.faq_main .cta_wrapper {
    justify-content: center;
    gap: 42px;
    flex-flow: column;
}

/* Title */
.faq-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #111;
    text-align: left;
    background: #e5fca0;
    display: inline-block;
    padding: 4px 10px;
}

/* FAQ items */
.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 18px 0;
}

.faq-icon {
    font-size: 22px;
    transition: 0.3s ease;
}

/* Answer section (collapsed by default) */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-answer p {
    padding: 10px 0;
    color: #444;
    font-size: 16px;
    line-height: 1.6;
}

/* Open state */
.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-section {
    width: 100%;
    max-width: 100%;
    padding: 0 20px 0 0;
	margin-top: 30px;
}

.faq-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #111;
    background: #e5fca0;
    display: inline-block;
    padding: 4px 10px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 18px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    font-size: 1.692vw;
    line-height: 1.3;
    color: #0D1C2E;
    letter-spacing: 1px;
    font-weight: 500;
}

.faq-question i {
    font-size: 1.9vw;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-answer p {
    padding: 10px 0;
    font-size: 1.11vw;
    line-height: 1.6;
    color: #080e2099;
	margin: 0 !important;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}
button.faq-question:focus, button.faq-question:hover {
    background: transparent;
    color: #000; 
}
.faq_main {
    display: none;
}
.page-template-page-contact .faq_main {
    display: block;
}

.mxd-divider {
    border-radius:50px;
	   height: auto;
	
	
}

.mxd-divider__image {
  padding: 5rem 0;
}



/*-----FAQ END-------*/

/*------------*/

.logos_mainsub .container {
    max-width: 1170px;
    margin: 0 auto;
}
.logos_mainsub {
    padding: 5vw 0px 0;
}
.projects_main {
    padding-top: 5vw;
}
.logos_main .logos_wrap {
    gap: 9vh;
}
.logos_main.black_mix_logos {
    background: #f3f3e9;
    padding: 5vh 0 15vh;
}
.cta_main.blog_sect {
  display: none;
}
.home .cta_main.blog_sect {
  display: block;
}
.hero_main.how_we_work_home {
    padding: 10vh 0 15vh;
}
.projects_main .latest_box {
    flex-direction: column;
}
.ast-above-header-wrap.header-hide {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    transition: transform 0.1s ease-in-out;
    max-width: 65%;
    margin: 0 auto;
    background: hsla(0, 0%, 100%, 0.7);
    transition: background 0.15s ease-in-out;
    backdrop-filter: blur(8px);
    padding: 10px 10px;
    border-radius: 50px;
    margin-top: 2vw;
}
.mobile_only img {
    max-width: 38px;
}
.header-show .ast-above-header-bar .main-header-menu li#menu-item-5, .header-hide .ast-above-header-bar .main-header-menu li#menu-item-5 {
    display: none;
}
.ast-above-header-wrap {
    padding-left: 7.22222vw;
    padding-right: 7.22222vw;
}
.header-show .ast-builder-menu-1 .menu-item > .menu-link, .header-hide .ast-builder-menu-1 .menu-item > .menu-link {
    line-height: 2.5vw;
    font-size: 1.1vw;
}
.ast-theme-transparent-header #masthead {
    top: 1vh;
}
#blog .blog-content p.blog-meta {
    margin-top: 0.6vw;
}
.main-header-menu .menu-link, .main-header-menu>a {
    padding: 0 1.3vw;
}
.description_wrap{
	margin-top: 0 !important;
}


ul#ast-hf-menu-1 li:last-child {
    background: none !important;
    border-radius: none !important;
    transition: none !important;
}
ul#ast-hf-menu-1 li:last-child a{
	color : #080e20 !important;
}
ul#ast-hf-menu-1 li:last-child:hover {
    transform: none !important;
}
.top-bar{display:none;}
.client_name.blog-title {
    color: #080e20;
    font-weight: 500;
    font-size: 1.3vw;
    line-height: 2.0vw !important;
}
.blog-content p.blog-meta {
    font-weight: 400;
    font-size: 1vw;
    vertical-align: middle;
	    line-height: 2.0vw !important;
    color: #01010399;
}
/*--------------*/
@media (min-width: 990px) {
	.company_details .phone_num:nth-child(2) {
		position: relative;
		left: -130px;
	}
	img.custom-logo.astra-logo-svg {
		position: relative;
		left: -32px;
	}
	@media (min-width: 990px) {
                    img.custom-logo.astra-logo-svg {
                        position: relative;
                        left: 5px !important;
                    }
                }
	
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .portfolio-box {
	  height: 50vh;
	}
	.footer_logo img {
		height: auto;
	}
	.logos_main,.projects_main {

		padding: 7vh 0 7vh;
	}
	.hero_wrapper {
		padding: 7vh 0 7vh 0 !important;
	}
	.align-right-item {
		position: absolute;
		right: 20px;
	}
}
@media (max-width: 1024px) {
	.ast-logo-title-inline .site-logo-img {
		margin-top: 1vw;
	}
	nav.footer_menu.footer_mobile_menu {
		position: fixed;
		bottom: 5%;
		align-items: center;
		display: block;
		left: 50%;
		transform: translateX(-50%);
		background: hsla(0, 0%, 100%, 0.7);
		transition: background 0.15s ease-in-out;
		backdrop-filter: blur(8px);
		padding: 15px 30px;
		border-radius: 50px;
		z-index: 101;
	}
	
}

@media (max-width: 767px) {
	
.home .hero_main {
    min-height: 80vh;
}
  img.custom-logo.astra-logo-svg {
        height: 70px;
        position: relative;
        left: 12px;
        top: 5px;
    }	
	
	.logos_mainsub .logos_img_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
	.logos_mainsub img {
		max-width: 90px;
	}
	.logos_mainsub {
		padding: 14vw 0px 0;
	}
	.page-template-page-services .process-header {
		margin: 0;
	}
	.strategy_box_wrap.custom_services.services_page .strategy_box {
		align-items: anchor-center;
	}
	.page-template-page-about .strategy_box_wrap.custom_services.services_page {
		flex-wrap: wrap;
	}

	.header_custom .ast-builder-grid-row {
		justify-content: center;
		grid-column-gap: 0;
	}
	.step-circle {
		margin-top: 0;
		}
	.footer_logo img {
		height: 60vh;
		top: 16vh;
		position: relative;
	} 
	.footer_logo {
		width: 100%;
	}
  .container,
  .ast-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  h1,
  .entry-content h1,
  h2,
  .entry-content h2,
  h3,
  .entry-content h3,
  h4,
  .entry-content h4,
  h5,
  .entry-content h5 {
    letter-spacing: normal;
  }

  .heading_h3 {
    font-size: 1.6rem;
  }

p.main_paragraph.home_top {
    margin-top: 0px;
    margin-bottom: 0px;
} 

.top-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
	display:none;
}


  .hero_wrapper {
    gap: 3vh;
    padding: 15vh 0 10vh 0;
  }

  .heading_h1 {
    letter-spacing: normal;
    font-size: 3.2rem;
    line-height: 4.2rem;
	padding-top: 25px;
  }

  .hero_wrap {
    flex-wrap: wrap;
  }

  .banner_p {
    margin: 0 0 20px;
    font-size: 1.375rem;
    line-height: 2rem;
  }

.logos_img_wrap.bottom_up.partner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1vw 0vw;
    justify-content: center;
    align-items: center;
    max-width: 100%;
} 

  .banner_p br {
    display: none;
  }

  a.black_btn,
  input.black_btn {
    font-size: 1.2rem;
    padding: 1.5rem 3rem;
  }

  .heading_h3 {
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: normal;
  }

  .logos_main {
	padding: 8vh 0 8vh;
  }
  .logos_img_wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 8vw 5vw;
  }

  .portfolio-box {
    height: 480px;
    width: 100%;
  }

  .portfolio_heading_wrap {
    padding: 12px 16px;
  }

  .portfolio_heading {
    opacity: 1 !important;
  }

  .heading_h4 {
    font-size: 2rem;
  }

  .heading_h5 {
    font-size: 1.1rem;
  }

  .projects_main {
    padding: 64px 0;
  }

  a.underline_link {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  a.underline_link svg {
    width: 3.64vw;
    height: 3.64vw;
  }

  .client_message {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  h2.heading_h2 {
    font-size: 2.2rem;
    line-height: 1.2;
    letter-spacing: normal;
  }

  .heading_h2 br {
    display: none;
  }

  .statics_inner {
    flex-direction: column-reverse;
    gap: 3.45vw;
    margin-top: 15px;
  }

  .statics_content,
  .statics_img {
    width: 100%;
  }

  .main_paragraph,
  .cta_wrapper p,
  .strategy_box li,
  .statics_data_wrap p,
  .desc,
  .our_experience .description_box p.main_paragraph,
  .main-section.white-label .strategy_box p,
  .blog_excerpt p, p.blog_date{
    font-size: 1.375rem;
    line-height: 2rem;
  }

  .statics_main {
    padding: 64px 0 30px;
  }

  .Statics_numbers,
  .value {
    font-size: 2.8rem;
  }

  .controls svg {
    width: 40px;
    height: 40px;
  }

  .cta_main {
    padding: 64px 0 79px;
  }

  .client_position {
    font-size: 1.3rem;
  }

  .client_name {
    font-size: 2rem;
    line-height: 1.2;
  }

  .cta_wrapper {
    gap: 10px;
    flex-wrap: wrap;
  }

  .cta_heading {
    width: 100%;
    gap: 10px;
  }

  .contact_form_wrap {
    width: 100%;
  }

  .cta_btn_wrap label {
    font-size: 1.2rem;
    padding: 0.8rem 1rem;
  }

  .contact_form_wrap .form_field input,
  .contact_form_wrap .form_field input::placeholder {
    font-size: 1.375rem !important;
    line-height: normal;
  }

  .cta_btn_wrap {
    gap: 12px;
  }

  .footer_links {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .extra_spacing_wrap {
    gap: 40px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    order: 2;
  }

  .social_links .list-unstyled {
    justify-content: center;
  }

  .testimonial_main {
    padding-bottom: 60px;
  }

  .company_details {
    margin-top: 30px;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .social_links {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer_links .extra_spacing_wrap li.extra_spacing {
    order: 2;
  }

  .footer_wrap {
    padding: 101px 0 100px;
    overflow: hidden;
  }

  .footer_logo {
    right: inherit;
  }

  .footer_logo svg {
    width: 100%;
  }
  .cta_heading,
  .our_experience.faq_main_wrap h3 {
    width: 100%;
    gap: 10px;
    position: unset;
  }
  .form-row {
    gap: 0;
    flex-direction: column;
  }

  .col {
    width: 100%;
  }

  .contact_form_wrap .form_field input,
  .contact_form_wrap .form_field input::placeholder,
  input.home-input,
  textarea.home-input,
  input.home-input::placeholder,
  textarea.home-input::placeholder {
    font-size: 1.375rem;
  }

  .our_experience {
    padding: 0;
    padding-bottom: 10vh;
    gap: 3vh;
  }
  .our_experience.comfort-zone {
    padding-top: 10vh;
  }

  .description_wrap {
    flex-direction: column;
    gap: 8vw;
  }

  .description_wrap p.main_paragraph.our_main,
  .description_box {
    width: 100%;
  }
  .statistics_box {
    justify-content: space-between;
    width: auto;
    flex-direction: row;
    padding: 24px 0;
    align-items: center;
  }
  .desc {
    width: 56%;
  }
  .statistics_box:not(:last-child) {
    border-bottom: 1px solid #65686f33;
  }
  .statistics_box br {
    display: none;
  }
  .description_box_heading {
    font-size: 19.7px;
  }
  .statics_inner.people_over_profit_wrap {
    gap: 30px;
    padding-bottom: 20px;
  }
  .statics_content.case_study {
    gap: 20px;
    padding-bottom: 10vh;
  }
  .strategy_box_wrap {
    margin-top: 20px;
    padding-bottom: 50px;
    gap: 5vh;
  }
  .strategy_box {
    width: 100%;
  }
  .description_box {
    font-size: 22px;
    line-height: 32px;
  }
  img.svg-icon {
    width: 35px;
    height: 35px;
    left: -3%;
    top: 0;
  }
  .cta_heading br {
    display: none;
  }
  img.custom-logo.astra-logo-svg {
    height: 69px;
	position: relative;
    left: -28px;
  }
  .parallax-container {
    height: 100%;
    background: #f3f3e9;
    padding-bottom: 10vh;
  }
  .statistics {
    gap: 20px;
    flex-direction: column;
  }
  .portfolio {
    margin-top: 5vh;
  }
  .hero_main.case-study-images {
    padding-top: 0px;
  }
  .case-study-images-wrap,
  .two-column-row {
    gap: 20px;
  }
  .hero_main.case-study-images {
    padding-bottom: 32px;
  }
  .hero_main.case-study-images {
    padding-bottom: 20px;
  }
  nav.footer_menu.footer_mobile_menu {
    position: fixed;
    bottom: 2%;
    display: flex;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    background: hsla(0, 0%, 100%, 0.7);
    transition: background 0.15s ease-in-out;
    backdrop-filter: blur(8px);
    padding: 10px 10px;
    border-radius: 50px;
    z-index: 101;
    width: calc(100% - 2.5rem);
  }
  nav.footer_menu.footer_mobile_menu .list-unstyled li a {
    font-size: 15px;
    display: inline-flex;
    padding: 4px 8px;
    font-weight: 500;
  }

  .footer_menu.footer_mobile_menu a[aria-current="page"] {
    background: #000;
    color: #fff;
    border-radius: 16px;
  }
  nav.footer_menu.footer_mobile_menu .list-unstyled {
    gap: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  nav.footer_menu.footer_mobile_menu li.menu-item ul.sub-menu {
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    margin: 0;
    background: #fff;
    border-radius: 16px;
    display: none;
    flex-direction: column;
    padding: 16px;
  }
  nav.footer_menu.footer_mobile_menu li.menu-item ul.sub-menu a {
    padding: 10px 20px;
  }
  nav.footer_menu.footer_mobile_menu
    li.menu-item
    ul.sub-menu
    a[aria-current="page"] {
    background: #f3f3e9;
    color: black;
  }

  li.menu-item.menu-item-has-children
    nav.footer_menu.footer_mobile_menu
    li.menu-item
    ul.sub-menu
    li {
    white-space: nowrap;
  }
  .portfolio_heading h4 {
    line-height: 1.2;
    font-size: 2.2rem;
	margin-bottom: 4vw; 
  }
  .portfolio_heading h5 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .latest_box.services_latest_box {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  a[href^="tel"] {
    color: #080e20 !important;
    text-decoration: none;
  }
  span.wpcf7-not-valid-tip,
  .wpcf7-response-output {
    font-size: 14px !important;
  }
  .phone_num br {
    display: none;
  }
  nav.footer_menu {
    display: none;
  }
  .phone_num a {
    white-space: nowrap;
  }
  .phone_num svg {
    width: 15%;
    height: 15%;
  }
 
  .faq_main_wrap {
    flex-direction: column;
  }
  .faq_questions_wrapper {
    width: 100%;
  }
  .faq_question_div {
    gap: 20px;
  }
  svg.plus_icon,
  svg.minus_icon {
    height: 18px;
  }
  .our_experience.white_label.multidesc-img_wrap {
  	gap: 10vh;
   }
	.main-section.white-label .our_experience.comfort-zone,.hero_main.faq{
		padding-top:10vh;
	}
.faq_questions_wrapper
  .faq_question_wrap:first-child
  .faq_question {
    padding-top: 0;
}
	.faq_question_div {
		align-items: baseline;
	}
	.main-section.white-label h3.heading_h3 {
    font-size: 1.8rem;
}
	.main-section.white-label .statics_inner {
    margin-top: 3vh;
		        gap: 3vh
}
	.blog_listing .blog_card_wrapper {
    flex-direction: column;
}
	.blog_listing .blog_card {
    width: 100%;
}
	.blog_title svg {
    height: 16px;
    width: 16px;
}
	.main-section.blog_listing .controls {
    margin-top: 0;
}
	.main-section.blog_listing .ajax-pagination.controls_wrap {
    margin-top: 25px;
}
	.ajax-page-info.display_number {
    
    font-size: 5vw;
}
	.blog_image img {
    height: auto;
    max-width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
	font-size: 1.2rem;
	padding: 1.5rem 3rem;
}
span.wpcf7-list-item-label {
	font-size: 1.2rem;
	padding: 0.8rem 1rem;
}
.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control {
	font-size: 1.375rem !important;
	line-height: normal;
}
textarea.wpcf7-form-control.wpcf7-textarea.project-details {
    height: 120px;
}
.phone_num svg {
    width: unset;
}
.single-post .portfolio {
    gap: 5vh;
}
.article-hero {
        height: 70vh;
        padding: 0 10%;
 }
.article-container p,.article-container li {
    font-size: 15px;
}
.single-project .hero_wrap.tagline p {
    font-size: 3.1vw;
    margin: 0 0 0 -5px;
}
/* .footer_logo {
    height: 90vh;
    width: 100%;
    display: flex;
} */

/*-----Blog Home Style Start------*/
    .client_name.blog-title {
        color: #080e20;
        font-weight: 500;
        font-size: 4.5vw !important;
        line-height: 7.0vw !important;
        margin-bottom: 1rem;
    }	
#blog .blog-grid {
    grid-template-columns: repeat(1, 1fr);
}
.black_mix_logos img {
    max-height: 100%;
     max-width: 10vh;
}
#blog .client_name.blog-title {
       font-size: 5.3vw;
        line-height: 7vw !important;
        margin-bottom: 1rem;
}
#blog .blog-content {
    padding: 5vw;
}
#blog .blog-image {
    height: 260px;
    overflow: hidden;
}

div#blog h2 {
    margin-bottom: 2vw;
}
div#blog p {
    margin-bottom: 10vw;
}

.cta_main.blog_sect {
    padding: 50px 0px 115px;
    background: #fcfcfc;
}	
	
	
	.article-container {
        max-width: 1140px;
        margin: -120px auto 0;
        background: #f6f6f2;
        padding: 51px 20px !important;
        position: relative;
        z-index: 2;
    }
    .article-container h2, .article-container h3, .article-container h4, .article-container h5 {
        color: #080e20;
        font-size: 5vw !important;
        line-height: 2rem !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }	
	.article-container p, .article-container li {
        font-size: 16px !important;
        line-height: 2rem !important;
    }
	.hero-content.single .heading_h1 {
        letter-spacing: normal;
        font-size: 2rem !important;
        line-height: 3rem;
    }
/*-----Blog Home Style End------*/

.logos_main.black_mix_logos .logos_img_wrap {
     grid-template-columns: repeat(3, 1fr);
}
.logos_main.black_mix_logos {
        padding-top: 0vw;
        padding-bottom: 5vh;
    }
.home .hero_wrapper {
        gap: 3vh;
        padding: 15vh 0 4vh 0;
    }
.logos_main .logos_wrap {
    gap: 8vh;
}
.logo_img {
    padding: 0 3vw;
}
.home .projects_main h3 {
    font-size: 2.2rem;
    line-height: 1.2;
    letter-spacing: normal;
    margin-bottom: 4vw;
}
nav.footer_menu.footer_mobile_menu li:last-child {
    display: none;
}
._half {
    max-width: 100%;
    display: block;
}
#blog .blog-content p.blog-meta {
    font-size: 3.5vw;
}
.faq-question {
    font-size: 4.692vw;
	text-align: left;
}
.faq-question i {
    font-size: 5.9vw;
}
.ast-above-header-wrap {
    padding-left: 0vw;
    padding-right: 0vw;
}
.strategy_box_wrap.custom_services.services_page ul {
    text-align: center;
}

.mxd-divider {
    border-radius: 25px;
    background-image: url('https://stakk.co.uk/wp-content/uploads/2026/02/About-Image.png') !important;
    -moz-background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat ! important;
    background-size: cover !important;
    height: 460px !important;
    position: relative;
    overflow: hidden;
}
	.mxd-divider img{opacity:0;}

.grid-col.left-col .img-box.small {
    min-height: 250px !important;
}
.process-header h3{ font-size : 2.6rem}
}
.cookieadmin-poweredby{display:none;}
