/*
Theme Name: Markention Theme
Theme URI: https://helian.markention.com
Author: markention - CMY
Author URI: https://helian.markention.com
Description: A custom theme for Markention site.
Version: 1.2
Text Domain: markention-theme
Tags: marketing, business develhopment
*/

*:focus {
  outline: none;
}

body {
  background-color: #fff3f4 !important;
  background-image: url(assets/images/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100%;
  width: 100%;
  font-family: "Jost", serif;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9999;
}

.markention-wrap {
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  gap: 0px;
  justify-content: space-between;
  
}

.content-wrap {
  padding: 20px 0 0 0;
  position: relative;
  z-index: 9999;
}

@keyframes opacityFull {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

a.markention-logo {
  text-decoration: none;
  color: #000;
}

a.markention-logo img {
  width: 200px;
  height: auto;
  display: block;
}

.linkedin-anchor {
  color: #292929;
  text-decoration: none;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.linkedin-anchor span {
  color: #ed0f36;
  line-height: normal;
  padding: 0;
  margin: 0;
  height: 20px;
  display: inline-flex;
}

.linkedin-anchor img {
  width: 24px;
  height: auto;
}

a.linkedin-anchor .text {
  line-height: 1;
}

img.bg-icon {
  mix-blend-mode: color-burn;
  position: absolute;
  background-attachment: none;
}

img.bg-icon.bg-icon-1 {
  top: 40vh;
  left: 0;
  width: 50%;
  max-width: 660px;
  height: auto;
  /* opacity: 0; */
  /* salinim surekli devam etsin */
  animation: salinim 5s 0s infinite;
}

img.bg-icon.bg-icon-2 {
  top: 0;
  right: 0;
  width: 30%;
  max-width: 395px;
  height: auto;
  /* opacity: 0; */
  animation: salinim 3s 0s infinite;
}

img.bg-icon.bg-icon-3 {
  top: auto;
  bottom: 300px;
  right: 5vw;
  width: 30%;
  max-width: 295px;
  height: auto;
  /* opacity: 0; */
  animation: salinim 4s 0s infinite;
}

.contact-section-widget {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

@keyframes salinim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}

.markention-contact-bar {
  width: 100%;
  max-width: 370px;
  background: rgba(255, 255, 255, 0.70);
  border: 2.05926px solid rgba(255, 255, 255, 0.63);
  box-shadow: 6.32845px 13.561px 19.1662px rgba(237, 15, 54, 0.08);
  backdrop-filter: blur(2.05926px);
  border-radius: 21.6976px;
  padding: 25px 35px 0;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 0 auto;
  display: block;
  width: auto;
  text-align: center;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 2em;
}

.wpcf7-response-output {
  font-size: 16px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: transparent;
  border-color: transparent;
  color: #6c3c3c;
  padding: 0;
  text-align: center;
}

.count-based {
  background-image: url(assets/images/counter-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px auto;
  height: 127px;
  padding: 3.7% 10px 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 192px;
  gap: 25px;
}


.count-based span {
  color: #fff;
  font-size: 6em;
  font-weight: 600;
  width: 60px;
  text-align: center;
  line-height: 1;
}

span.count-first-number {
  color: transparent;
  -webkit-text-stroke: 2.5px #fff;
  opacity: 1;
}

.markention-project-limit-count .title{
  display: flex;
  width: 100%;
  padding: 20px 0 35px;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2em;
}

.markention-project-limit-count .desc {
  display: flex;
  width: 100%;
  padding: 0 0 15px 0;
  justify-content: center;
  font-weight: 400;
  font-size: 1.5em;
  text-align: center;
}

form.wpcf7-form p {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}

form.wpcf7-form p br {
  display: none;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
  background: rgba(255, 255, 255, 0.6);
  border: 1.02963px solid rgba(237, 15, 54, 0.19);
  backdrop-filter: blur(2.05926px);
  border-radius: 15px;
  font-size: 0.8em;
  font-weight: 500 !important;
  padding: 10px 20px;
  width: 100%;
  color: #5c5f61;
  font-family: "Jost", sans-serif;
}

form.wpcf7-form input::placeholder,
form.wpcf7-form textarea::placeholder{
  color:#B0B0B0
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #ED0F36;
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  border-radius: 10px;
}

form.wpcf7-form textarea {
  resize: none;
  height: 46px;
}

.content-wrap {
  display: flex;
  gap: 20px;
}

.text-content-area {
  width: 100%;
}

.markention-fast-menu {
  display: flex;
  gap: 20px;
}

.markention-fast-menu a {
  background: rgba(255, 255, 255, 0.35);
  border: 2.05926px solid rgba(255, 255, 255, 0.63);
  box-shadow: 6.17778px 13.3852px 19.563px rgba(237, 15, 54, 0.08);
  backdrop-filter: blur(7.72222px);
  border-radius: 22.6519px;
  color: #ed0f36;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.2em;
  padding: 1.5em;
  font-weight: 500;
}

.markention-fast-menu a:hover {
  padding: 1.4em 1.5em 1.6em 1.5em;
}

.markention-letter {
  background: rgba(255, 255, 255, 0.35);
  border: 2.05926px solid rgba(255, 255, 255, 0.63);
  box-shadow: 6.17778px 13.3852px 19.563px rgba(237, 15, 54, 0.08);
  backdrop-filter: blur(7.72222px);
  border-radius: 23px;
  padding: 20px 30px 15px 30px;
  margin-bottom: 20px;
}

.letter-content-wrap {
  display: flex;
  flex-direction: column;
}

.letter-content-wrap .content {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  color: #6b6b6b;
}

.signature{
  width: 125px;
  margin: 0px 0 20px auto;
}

.profile-image img {
  border-radius: 100%;
  width: 60px;
height: 60px;
}

.profile-area {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: -100px;
}

.profile-name-full {
  font-size: 21px;
  color: #767676;
}

.profile-title {
  color: #B0B0B0;
  font-size: 14px;
}



.sirketler {
  padding: 2em 0;
  width: 100%;
}

.sirketler-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto;
  gap: 7%;
}

.sirketler-logo {
  margin: 10px;
}

.sirketler-logo img {
  width: 100%;
  zoom: 0.8;
}

.sirketler-logo:not(:last-child)::after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #ED0F36;
  opacity: .36;
  border-radius: 100%;
  display: inline-block;
  margin-left: 3.5%;
  position: absolute;
  margin-top: 10px;
}

.com-info {
  width: 100%;
  max-width: 1024px;
  display: flex;
  margin: 0 auto 3em auto;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.35);
  border: 2.31108px solid rgba(255, 255, 255, 0.63);
  box-shadow: 6.93323px 15.022px 10.3998px rgba(237, 15, 54, 0.08);
  backdrop-filter: blur(8.66653px);
  border-radius: 25.4218px;
  padding: 0 20px;
}

.com-info-text {
  display: flex;
  align-items: center;
  gap: 20px;
}

.com-info-text span {
  font-size: 21px;
}

.com-info-counter {
  font-size: 60px;
  font-weight: 600;
  display: flex;
  line-height: normal;

background: linear-gradient(272.59deg, #FFFFFF 15.55%, #ED0F36 96.76%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;


}


.contact-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 1em auto 4em;
  align-items: center;
}

.contact-section-head {
  max-width: 400px;
  width: 100%;
  padding: 0 1em 0 0;
}

.contact-section-head-small-title{
font-size: 18px;
display: flex;
align-items: center;
letter-spacing: 0.38em;
color: #FEA4AB;
}

span.contact-section-head-title {
  font-size: 38px;
  display: block;
  line-height: 54px;
  margin: 10px 0;
  font-weight: 500;
  color:#292929;
}

span.contact-section-head-desc {
  display: block;
  margin: 20px 0;
  color: #6B6B6B;
  font-size: 16px;
}


.contact-section-head-phone{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  text-decoration: none;
  color: #292929;
}

.contact-section-head-phone img{
  width: 46px;
}



@media (max-width: 1024px) {


  .com-info {
    padding: 20px 20px 10px 20px;
    flex-direction: column;
    text-align: center;
}

.com-info-counter {
  font-size: 2.5em;
  margin-top: 15px;
}

.contact-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 1em auto 4em;
  align-items: center;
  gap: 20px;
}

.contact-section-head {
  max-width: 400px;
  width: 100%;
  padding: 0 1em 0 0;
  text-align: center;
  display: flex
;
  flex-direction: column;
  align-items: center;
}

  .sirketler{
    overflow-x: auto;
    padding: 2em 20px;
  }

  /* .sirketler scrollbar hidden */

  .sirketler::-webkit-scrollbar {
    display: none;
  }

  .sirketler-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 1024px;
    margin: 0 auto;
    gap: 7%;
    flex-direction: row;
    width: max-content;
    padding: 0 2em;
}

.sirketler-logo img {
  min-width: 100px;
}

  .content-wrap {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}

  .profile-area {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: -76px;
    justify-content: flex-start;
}

.profile-image img {
  border-radius: 100%;
  width: 40px;
	height: 40px;
}

  .markention-contact-bar {
    max-width: 500px;
  }

  .profile-name-full {
    font-size: 18px;
    color: #767676;
}

.profile-title {
  color: #B0B0B0;
  font-size: 11px;
}

.signature {
  width: 80px;
  margin: 0px 0 20px auto;
}

  .header {
    flex-direction: column;
    gap: 20px;
    margin: 0;
  }

  .linkedin-anchor {
    font-size: 24px;
    display: none;
  }


  img.bg-icon.bg-icon-1 {
    animation: none;
    bottom: 25vh;
    top: auto;
  }

  img.bg-icon.bg-icon-2 {
    animation: none;
    top: 25vh;
  }


  .markention-fast-menu {
    flex-wrap: wrap;
  }

  .markention-fast-menu a {
    width: calc((100% - 20px) / 2);
  }

/*   .markention-fast-menu a:last-child {
   width: 100%;
  }
 */





}

@media (max-width: 996px) {

.sirketler-logos {
  animation: sirketler-logos 10s linear infinite;
}



@keyframes sirketler-logos {
  0% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-0%);
  }
}

}


@media (max-width: 375px) {
  .signature{
    display: none;
  }

  .profile-area {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px
  }
}

.popover{
  z-index: 999999;
}


/* our success */

.our-successes{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em 0;
}

.our-successes-head {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

.our-successes-head-wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.our-successes-head-wrap .our-successes-head-title {
    font-size: 2.3em;
    font-weight: 400;
    color: #292929;
    margin-bottom: 20px;
    line-height: 1;
    text-align: right;
}

.our-successes-head-wrap .our-successes-head-title b {
    font-weight: 700;
    color: #ED0F36;
}

.our-successes-head-wrap .our-successes-head-desc {
    font-size: 1em;
    color: #6B6B6B;
    margin-bottom: 20px;
    width: 100%;
    text-align: right;
}

.our-successes-items-carousel {
    width: 100%;
}

.our-successes-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    /* max-width: 400px; */
    margin: 50px 0;
    padding: 0px 10px 0 20px;
}

.our-successes-item-top-text {
    width: 80%;
    background: linear-gradient(180deg, #ed0f369e, #ed0f3621);
    padding: 25px 10px;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    border-radius: 20px 20px 0 0;
    border: 3px solid #fff;
    border-bottom: 0;
}

.our-successes-item-image {
    width: 100%;
    background: rgba(255, 255, 255, 0.35);
    border: 10px solid #F0F4F9;
    box-shadow: -3px 3px 0 3px #ED0F36;
    border-radius: 15px;
    overflow: hidden;
}

.our-successes-item-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-successes-item-content {
    display: flex;
    gap: 0px;
    padding: 35px 0;
    width: 100%;
    justify-content: space-between;
}

.our-successes-item-content .our-successes-item-content-partial:nth-child(1){
  padding:0 15px 0 0;
}

.our-successes-item-content .our-successes-item-content-partial:nth-child(2){
  border-left:1px solid #0000004e;
  border-right:1px solid #0000004e;
  padding:0 20px 0 20px;
}

.our-successes-item-content .our-successes-item-content-partial:nth-child(3){
  padding:0 0px 0 15px;
}

.our-successes-item-content-partial-title{
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.our-successes-item-content-partial-value{
  font-size: 1.1em;
  font-weight: 600;
  color: #000;
}


.our-successes-items-carousel-wrapper{
  position: relative;
  width: 100%;
}

.our-successes-items-carousel-nav-button {
    position: absolute;
    background: #ffffff70;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 3px solid #ffffffc4;
    box-shadow: 6.93323px 15.022px 10.3998px rgba(237, 15, 54, 0.08);
    z-index: 999;
}

.our-successes-items-carousel-nav-button-prev {
    left: -75px;
    bottom: 50%;
}

.our-successes-items-carousel-nav-button-next {
    right: -75px;
    bottom: 50%;
}



@media (max-width: 1460px) {

  .our-successes-items-carousel-nav-button-prev {
    left: -50px;
  }
  .our-successes-items-carousel-nav-button-next {
    right: -50px;
  }
}



@media (max-width: 768px) {


  .our-successes-head {
    align-items: center;
    width: 100%;
  }

  .our-successes-head-wrap {
    align-items: center;
    width: 100%;
  }
  .our-successes-head-wrap .our-successes-head-title {
    font-size: 2.1em;
    font-weight: 400;
    color: #292929;
    margin-bottom: 20px;
    line-height: 1;
    text-align: center;
}

.our-successes-head-wrap .our-successes-head-title b {
    font-weight: 700;
    color: #ED0F36;
}

.our-successes-head-wrap .our-successes-head-desc {
    font-size: 0.9em;
    color: #6B6B6B;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

  .our-successes-item {
      padding: 0px 10px 0 10px;
  }

  .our-successes-item-content{
    padding: 20px 0;;
  }

  .our-successes-item-top-text {
    width: 70%;
    background: linear-gradient(180deg, #ed0f369e, #ed0f3621);
    padding: 15px 10px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 700;
    color: #fff;
    border-radius: 20px 20px 0 0;
    border: 3px solid #fff;
    border-bottom: 0;
}

  .our-successes-item-content-partial-title{
    font-size: 13px;
    font-weight: 300;
    color: #000;
  }

  .our-successes-item-content-partial-value{
    font-size: 0.9em;
    font-weight: 600;
    color: #000;
  }

  .our-successes-items-carousel-nav-button {
    transform: scale(0.8);
  }

  .our-successes-items-carousel-nav-button-prev {
    top: 50px;
    bottom: auto;
    left: -5px;
  }
  .our-successes-items-carousel-nav-button-next {
    top: 50px;
    bottom: auto;
    right: -5px;
  }
}

@media (max-width: 350px) {

  .our-successes-item-image {
    width: 100%;
    background: rgba(255, 255, 255, 0.35);
    border: 5px solid #F0F4F9;
    box-shadow: -3px 3px 0 3px #ED0F36;
    border-radius: 15px;
}


  .our-successes-items-carousel-nav-button-prev {
    top: 70px;
    bottom: auto;
    left: -5px;
  }
  .our-successes-items-carousel-nav-button-next {
    top: 70px;
    bottom: auto;
    right: -5px;
  }


}


/* FAQ Styles */
.markention-faq {
  width: 100%;
  margin: 80px auto 50px;
}

.markention-faq-head {
  text-align: center;
  margin-bottom: 60px;
}

.markention-faq-head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.markention-faq-head-title {
  font-size: 2em;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
  text-align: right;
}

.markention-faq-head-title b{
  font-weight: 700;
  display: block;
}

.markention-faq-accordion {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.markention-faq-item {
    background: #fff9fa;
    border-radius: 16px;
    box-shadow: 0 4px 24px #fff1f3;
    overflow: hidden;
    width: 49%;
}

.markention-faq-item-header {
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.markention-faq-item-header:hover {
  background: #fff9fa;
}

.markention-faq-item-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.markention-faq-item-header[aria-expanded="true"] .markention-faq-item-icon {
  transform: rotate(180deg);
}

.markention-faq-item-question {
  flex: 1;
}

.markention-faq-item-question h4{
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  margin: 0;
}

.markention-faq-item-answer {
  padding: 32px 32px 32px 76px;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

@media (max-width: 768px) {

  .markention-faq-head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

  .markention-faq-head-title {
    font-size: 32px;
    text-align: center;
    margin-top: 20px;
  }
  
  .markention-faq-item-header {
    padding: 20px 24px;
    gap: 16px;
  }
  
  .markention-faq-item-question {
    font-size: 18px;
  }
  
  .markention-faq-item-answer {
    padding: 24px 24px 24px 64px;
    font-size: 15px;
  }

  .markention-faq-item{
    width: 100%;
  }
}

@media (max-width: 480px) {
  .markention-faq-head-title {
    font-size: 28px;
  }
  
  .markention-faq-item-header {
    padding: 16px 20px;
    gap: 12px;
  }
  
  .markention-faq-item-question {
    font-size: 16px;
  }
  
  .markention-faq-item-answer {
    padding: 20px 20px 20px 52px;
    font-size: 14px;
  }
}


/* Strategies Tabs Section */
.strategies-tabs-section {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto;
}

.strategies-tabs-section-head {
  text-align: center;
  margin-bottom: 60px;
}

.strategies-tabs-section-head-title h2{
  font-size: 48px;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
  margin-bottom: 20px;
  display: block;
}

.strategies-tabs-section-head-title b {
  color: #ED0F36;
  font-weight: 600;
}

.strategies-tabs-section-head-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  max-width: 720px;
  margin: 0 auto;
  display: block;
}

/* Tabs Navigation */
.strategies-tabs-section-tabs {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    overflow-x: auto;
    padding: 10px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #FEA4AB;
    border-radius: 60px;
    width: min-content;
    margin: 0 auto 40px;
    max-width: 100%;
}

.strategies-tabs-section-tabs::-webkit-scrollbar {
  height: 4px;
  display: none;
}

.strategies-tabs-section-tabs::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.strategies-tabs-section-tabs::-webkit-scrollbar-thumb {
  background: #ED0F36;
  border-radius: 4px;
}

.strategies-tabs-section-tabs-item {
  flex-shrink: 0;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  min-width: max-content;
  border: 3px solid transparent;
}

.strategies-tabs-section-tabs-item:hover {
  color: #ED0F36;
}

.strategies-tabs-section-tabs-item.active {
  background: #ffffffac;
  border-color: #fff;
  color: #333;
  font-weight: 600;
}

/* Tab Content */
.strategies-tabs-section-tab-content {
    overflow: hidden;
}

.strategies-tabs-section-tab-content-item {
  display: none;
  grid-template-columns: 1fr 1fr;
  min-height: 300px;
}

.strategies-tabs-section-tab-content-item.active {
    display: flex;
    justify-content: space-between;
}

.strategies-tabs-section-tab-content-item-image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 40%;
}



.strategies-tabs-section-tab-content-item-image img {
  max-width: 100%;
  height: auto;
  border-radius: 32px;
}

.strategies-tabs-section-tab-content-item-content {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  max-height: 300px;
  overflow-y: auto;
  width: 60%;
}

.strategies-tabs-section-tab-content-item-content::-webkit-scrollbar {
  width: 6px;
}

.strategies-tabs-section-tab-content-item-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

.strategies-tabs-section-tab-content-item-content::-webkit-scrollbar-thumb {
  background: #ED0F36;
  border-radius: 6px;
}

.strategies-tabs-section-tab-content-item-content p {
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    margin: 0 0 20px 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .strategies-tabs-section-head-title {
    font-size: 32px;
  }
  
  .strategies-tabs-section-head-desc {
    font-size: 16px;
  }
  
  .strategies-tabs-section-tabs {
    gap: 12px;
    margin-bottom: 30px;
  }
  
  .strategies-tabs-section-tabs-item {
    padding: 10px 20px;
    font-size: 16px;
  }
  
  .strategies-tabs-section-tab-content-item {
    grid-template-columns: 1fr;
    min-height: auto;
    flex-direction: column;
  }
  
 .strategies-tabs-section-tab-content-item-image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
  
  .strategies-tabs-section-tab-content-item-content {
    padding: 30px;
    order: 1;
    max-height: 250px;
    width: 100%;
  }
  
  .strategies-tabs-section-tab-content-item-content p {
    /* font-size: 15px; */
  }
}

@media (max-width: 480px) {
  .strategies-tabs-section-head-title {
    font-size: 28px;
  }
  
  .strategies-tabs-section-tabs {
    gap: 8px;
  }
  
  .strategies-tabs-section-tabs-item {
    padding: 8px 16px;
    font-size: 16px;
  }
  
  .strategies-tabs-section-tab-content-item-image {
    padding: 20px;
  }
  
  .strategies-tabs-section-tab-content-item-content {
    padding: 20px;
  }
  
  .strategies-tabs-section-tab-content-item-content p {
    font-size: 16px;
  }
}


@media (max-width: 320px) {
   .our-successes-item-content-partial-title{
    text-align: center;
  }

  .our-successes-item-content-partial-value{
    text-align: center;
  }
}

/* ============================================
   Site Footer
   ============================================ */

.mk-site-footer {
    padding: 30px 0 0;
    border-top: 1px solid rgba(0,0,0,0.06);
}
.mk-footer-minimal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 0 20px;
    flex-wrap: wrap;
}
.mk-footer-logo-wrap img {
    height: 28px;
    width: auto;
}
.mk-footer-contact {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #555;
}
.mk-footer-contact a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}
.mk-footer-contact a:hover {
    color: #ED0F36;
}
.mk-footer-sep {
    color: #ccc;
    font-size: 11px;
}
.mk-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0A66C2;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s;
}
.mk-footer-social a:hover {
    opacity: 0.85;
}
.mk-footer-bottom {
    border-top: 1px solid rgba(0,0,0,0.06);
    padding: 16px 0;
    text-align: center;
}
.mk-footer-bottom p {
    margin: 0;
    font-size: 12px;
    color: #999;
}
@media (max-width: 768px) {
    .mk-footer-minimal {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }
    .mk-footer-contact {
        justify-content: center;
    }
}


/* Project limit description */
.mk-project-limit-desc-wrap {
  padding: 0 40px 20px;
  text-align: center;
}
.mk-project-limit-desc {
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.7;
  color: #777;
  max-width: 600px;
}
.mk-project-limit-desc strong {
  color: #333;
  font-weight: 600;
}