/*Challenges Section Starts*/
.performance-section {
    position: relative;
    z-index: 1;
    background: var(--ks-bg-light-blue) !important;
    /* background-image: url(../images/all-images/bg/service-bg1.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    overflow: hidden;
}

.challenges_bun_list {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.challenges_bun_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.challenges_bun_list ul li {
    list-style: none;
    padding: 0 0 0 18px;
    margin: 0 0 62px 0;
    position: relative;
    display: block;
    width: auto;
}

.challenges_bun_list ul li:before {
    content: "";
    width: 4px;
    background: var(--ks-yellow);
    border-radius: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.challenges_bun_list ul li h3 {
    font-size: 26px;
    margin-bottom: 6px;
}

.challenges_bun_list ul li p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.2;
}

.challenges_bun_list ul li:first-child {
    /* margin-left: 330px; */
    margin-left: calc(100% - 70%);
}

.challenges_bun_list ul li:nth-child(2) {
    margin-left: calc(100% - 80%);
}

.challenges_bun_list ul li:nth-child(3) {
    margin-left: calc(100% - 90%);
}

.challenges_bun_list ul li:nth-child(4) {
    margin-left: 0;
}
.challenges_bun_list ul li:last-child {
  margin-bottom: 0;
}

/* .different-tune-sec {
  background: var(--Gray-Color, #eff1ff);
} */
@media only screen and (max-width: 1199px) {
    .challenges_bun_list ul li h3 {
        font-size: 20px;
    }

    .challenges_burning_sec {
        padding: 70px 0 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .challenges_bun_list ul li {
        margin-bottom: 30px;
    }

    .challenges_bun_list ul li h3 {
        font-size: 18px;
    }

    .challenges_bun_list {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .challenges_bun_list ul li {
        margin-left: 0 !important;
    }
}

/*Challenges Section Ends*/

/*Hero section starts*/
.cta1-section-area {
    /* background-image: none; */
    /* background-image: url(../images/all-images/bg/service-bg1.png) !important; */
}

.schedule-a-call-btn {
    color:
        /*var(--ks-dark-blue);*/
        var(--ztc-text-text-7);
    background: var(--ks-yellow);
}

.schedule-a-call-btn:hover {
    color: var(--ks-dark-blue);
}

.schedule-a-call-btn::after {
    background: var(--ztc-text-text-1);
    border: 2px solid var(--ks-yellow);
}

/*Hero section ends*/

.list-unstyled i.fa {
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

.read-more-case-studies {
    margin-top: 60px;
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
}

.read-more-case-studies h4 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}


.mavlers-process-section {
    position: relative;
    overflow: hidden;
}

.mavlers-steps-container {
    margin-top: 60px;
}

.steps-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.mavlers-step {
    position: relative;
    z-index: 2;
}

.step-number-container {
    position: relative;
}

.step-number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 1.5rem;
    margin-bottom: 0;
    /* box-shadow: 0 10px 30px rgba(255, 193, 7, 0.3); */
    position: relative;
    z-index: 3;
}

.step-connector::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 80px;
    width: calc(100% + 40px);
    height: 3px;
    background: linear-gradient(90deg, #ffc107, #ff8c00);
    transform: translateY(-50%);
    z-index: 1;
}

.mavlers-step:last-child .step-connector::before {
    display: none;
}

.step-content h4 {
    font-size: 1.25rem;
    color: #2c3e50;
}

.step-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #6c757d;
}

.schedule-cta-btn {
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.schedule-cta-btn:hover {
    transform: translateY(-3px);
}

/* Contact Form Styles */
.mavlers-contact-section {
    background: #fff;
    color: white;
}

.mavlers-contact-section h2,
.mavlers-contact-section p {
    color: white;
}

.contact-form-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.mavlers-form-input {
    border-bottom: 1px solid #c5bcbc;
    width: 100%;
    outline: none;
    padding: 15px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fff;
    color: #495057;
}

.mavlers-form-textarea {
    border-bottom: 1px solid #c5bcbc;
    outline: none;
    padding: 15px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fff;
    color: #495057;
    width: 100%;
}

.mavlers-form-input:focus {

    outline: none;
}

.mavlers-form-input::placeholder {
    color: #adb5bd;
    font-weight: 400;
}

.submit-btn {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    padding: 18px 24px;
    background: var(--ztc-bg-bg-5);
    z-index: 1;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .steps-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .mavlers-step {
        margin-bottom: 40px;
        max-width: 400px;
    }

    .step-connector::before {
        display: none;
    }

    .step-number {
        width: 70px;
        height: 70px;
        font-size: 1.3rem;
    }

    .contact-form-container {
        padding: 30px 20px;
        margin: 0 15px;
    }
}

@media (max-width: 767.98px) {
    .step-content h4 {
        font-size: 1.1rem;
    }

    .step-content p {
        font-size: 0.9rem;
    }

    .schedule-cta-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }

    .submit-btn {
        padding: 12px 40px;
        font-size: 1rem;
    }
}


.mavlers-form-select-input {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #495057;
    border-radius: 0px !important;
}

.mavlers-form-select {
    padding: 2px 20px;
    /* background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="5" viewBox="0 0 10 5"><path d="M0 0h10L5 5z" fill="#333"/></svg>') no-repeat right 10px center; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #495057;
}

.contact-header {
    text-align: center;
    margin-bottom: 40px;
    /* Matches the space-margin60 class in your template */
}

.contact-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
}

.contact-header p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
}

.flex-design {
    display: flex;
    gap: 20px;
}

.grid-template {
    max-width: 1320px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .grid-template {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 0 20px;
    }

    .left-section,
    .right-section {
        text-align: center;
    }

    .images {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 1.8em;
    }

    .images img {
        width: 100px;
        height: 70px;
    }

    .service-section h2 {
        font-size: 1.3em;
    }

    .service-section li {
        font-size: 1em;
    }

    .button {
        padding: 14px 20px;
        font-size: 0.95rem;
    }
}


/* .left-section {
            width: 40%;
        }
        .right-section {
            width: 50%;
        } */
h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 20px;
}

h1 span {
    color: #ffd700;
    /* Yellow color for 'umbrella' */
}

.images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.images img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.service-section {
    margin-bottom: 30px;
}

.service-section h2 {
    font-size: 1.5em;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.service-section h2::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #ffd700;
    border-radius: 50%;
}

.service-section ul {
    list-style: none;
    padding: 0;
}

.service-section li {
    font-size: 1.1em;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.service-section li::before {
    content: '•';
    color: #212529;
    /* Yellow bullet */
    position: absolute;
    left: 0;
}

.button {
    position: relative;
    display: inline-block;
    padding: 18px 24px;
    border-radius: 8px;
    border: none;
    color: #fff;
    background: var(--ztc-bg-bg-5);
    z-index: 1;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
    font-weight: 700;
    transition: all 0.4s;
}

.flex-design-form{
    display: flex;
    justify-content: center;
}

/*Engagement modules - Start*/

#engagement-section.service1-section-area .service1-boxarea:hover::after {
  transform: translate(-24%, -20%) scale(1.5);
  transition: all 0.4s ease-in;
}

#engagement-section.service1-section-area .service1-boxarea:hover .icons {
  background: var(--ztc-bg-bg-1);
}
#engagement-section.service1-section-area .service1-boxarea::after {
  top: 0;
  z-index: -1;
  z-index: -1;
  transform-origin: top left;
  border-radius: 50%;
  content: "";
  height: 600px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-55px, -55px) scale(0.1);
  transform-origin: top left;
  transition: all 0.45s ease-out;
  width: 600px;
}
/*Engagement modules - End*/

/*Timeline - Get started with 4 steps - Start*/

.timeline-design-2 {
  padding: 130px 0 120px 0;
}

.timeline-sec {
  padding: 100px 0 100px 0;
}
.grey-bg {
  background-color: #f1f2f2;
}
.timeline-design-2 .timeline-wrap {
  max-width: 100%;
}
.timeline-wrap {
  max-width: 1111px;
  margin: 0 auto;
}

.timeline-design-2 .timeline-list-wrap::before {
  width: 2px;
  background-color: transparent;
  border: 1px dashed #000;
  left: 17px;
  bottom: 0;
}


.timeline-list-wrap::before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffda30;
  right: 0;
  top: 0;
  bottom: 170px;
  left: 11px;
  margin: auto;
}

.timeline-design-2 .timeline-list-wrap {
  margin-top: 53px;
}
.timeline-list-wrap {
  margin: 50px 0 0 0;
  margin-top: 50px;
  position: relative;
  counter-reset: section;
}

.timeline-design-2 .timeline-list-wrap::before {
  width: 2px;
  background-color: transparent;
  border: 1px dashed #000;
  left: 17px;
  bottom: 0;
}
.timeline-list-wrap::before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffda30;
  right: 0;
  top: 0;
  bottom: 170px;
  left: 11px;
  margin: auto;
}
.timeline-design-2 .timeline-list {
  padding: 0 0 15px 0;
}
.timeline-list {
  padding: 0 0 27px 0;
  position: relative;
}
.timeline-design-2 .timeline-list:nth-child(2n + 1)::before {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 7px;
}
.timeline-design-2 .timeline-list::before {
  width: 170px;
  height: 1px;
  border: 1px dashed #000;
  background-color: transparent;
  border-radius: 0;
  right: 50%;
  left: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  margin-right: -10px;
  top: 50px;
}
.timeline-list::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  border: 2px solid #ffda30;
  border-radius: 50%;
  background-color: #fff;
  left: 12px;
  right: 0;
  top: 0;
  margin: auto;
}
.timeline-design-2 .timeline-list:nth-child(2n + 1) .timeline-content {
  margin: 0;
  text-align: right;
  max-width: 100%;
  padding: 0px 210px 0 30px;
}
.timeline-list:nth-child(2n + 1) .timeline-content {
  margin: 0 0 0 auto;
  text-align: left;
  padding: 12px 0 0 2px;
  max-width: 500px;
}
.timeline-design-2 .timeline-content {
  margin-left: auto;
  text-align: left;
  width: 50%;
  max-width: 100%;
  padding: 14px 20px 0 218px;
  margin-top: 13px;
}
.timeline-content {
  max-width: 510px;
  padding: 12px 0 0 2px;
  text-align: right;
  position: relative;
}

.timeline-design-2 .timeline-list:nth-child(2n + 1)::after {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-right: 11px;
}

.timeline-design-2 .timeline-list::after {
  width: 81px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #b2b2b2;
  border: 2px solid #ffda30;
  border-radius: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  top: 11px;
  margin-left: 27px;
}

.timeline-list::after {
  position: absolute;
  counter-increment: section;
  content: "0" counter(section);
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #ffda30;
  left: 10px;
  right: 0;
  top: 16px;
  margin: auto;
  text-align: center;
}
.timeline-list-wrap {
  margin: 50px 0 0 0;
  margin-top: 50px;
  position: relative;
  counter-reset: section;
}

.timeline-design-2 .timeline-list-wrap {
  margin-top: 53px;
}

.timeline-design-2 .timeline-wrap {
  max-width: 100%;
}

.timeline-wrap {
  max-width: 1111px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .timeline-design-2 .timeline-content {
    padding-right: 0;
  }
  .timeline-design-2 .timeline-list:nth-child(2n + 1) .timeline-content {
    padding-left: 0;
  }
   .timeline-design-2 {
    padding: 100px 0;
  }
}
@media (max-width: 1366px) {
  .timeline-design-2 .timeline-list::after {
    width: 70px;
    height: 70px;
  }
  .timeline-design-2 .timeline-list:nth-child(2n + 1) .timeline-content {
    padding: 0px 190px 0 0px;
  }
  .timeline-design-2 .timeline-list::before {
    width: 120px;
  }
  .timeline-design-2 .timeline-content {
    padding: 14px 0px 0 198px;
  }
}
@media (max-width: 1280px) {
  .timeline-content {
    max-width: 45%;
  }
  .timeline-list:nth-child(2n + 1) .timeline-content {
    max-width: 45%;
  }
}
@media (max-width: 1024px) {
  .timeline-design-2 .timeline-list::after {
    margin-left: 16px !important;
  }
  .timeline-design-2 {
    padding: 80px 0;
  }
  .timeline-list-wrap::before {
    bottom: 22%;
  }
   .timeline-list-wrap::before {
    bottom: 22%;
  }
   .timeline-design-2 .timeline-list:nth-child(2n + 1) .timeline-content {
    padding: 0px 170px 0 0px;
  }
  .timeline-list:nth-child(2n + 1) .timeline-content {
    max-width: 42%;
  }
  .timeline-design-2 .timeline-content {
    padding: 0px 0px 0 178px;
    margin-top: 0;
  }
  .timeline-content {
    max-width: 42%;
  }
  .timeline-design-2 .timeline-list:nth-child(2n + 1)::after {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .timeline-design-2 .timeline-list::before {
    width: 60px !important;
  }
  .timeline-design-2 .timeline-list::before {
    top: 40px !important;
  }
  .timeline-design-2 .timeline-list:nth-child(2n + 1) .timeline-content {
    padding: 0px 110px 0 0px !important;
  }
   .timeline-design-2 .timeline-content {
    padding: 0px 0px 0 128px;
  }
   .timeline-design-2 .timeline-list:nth-child(2n + 1)::after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%) !important;
  }
  .timeline-design-2 .timeline-list::after {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  .timeline-design-2 .timeline-list::after {
    width: 60px !important;
    height: 60px !important;
  }
  .timeline-design-2 {
    padding: 60px 0 !important;
  }
}

@media (max-width: 767px) {
  .timeline-design-2 .timeline-list-wrap::before {
    left: 10px !important;
  }
  .timeline-list-wrap::before {
    bottom: 22%;
    left: 10px;
    right: auto !important;
  }
  .timeline-design-2 .timeline-list {
    padding: 0 0 25px 0 !important;
  }
  .timeline-design-2 .timeline-list::before,
  .timeline-design-2 .timeline-list:nth-child(2n + 1)::before {
    left: 10px !important;
    right: auto !important;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none !important;
    margin: 0 !important;
    top: 25px !important;
    width: 50px !important;
  }

  .timeline-list::before {
    width: 35px;
    height: 35px;
    left: -7px;
    right: auto;
    top: 0;
    margin: auto;
  }
  .timeline-design-2 .timeline-content,
  .timeline-design-2 .timeline-list:nth-child(2n + 1) .timeline-content {
    padding: 0px 0 0 90px;
    width: 100%;
    text-align: left;
  }
  .timeline-list:nth-child(2n + 1) .timeline-content {
    max-width: 85%;
    padding: 0;
  }
  .timeline-content {
    max-width: 85%;
    text-align: left;
    margin: 0 0 0 auto;
    padding: 0;
  }
  .timeline-design-2 .timeline-list::after,
  .timeline-design-2 .timeline-list:nth-child(2n + 1)::after {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0;
    left: 30px;
    right: auto;
    top: 5px;
  }
  .timeline-design-2 .timeline-list::after {
    width: 40px !important;
    height: 40px !important;
    font-size: 15px !important;
  }
  .timeline-list::after {
    font-size: 15px;
    line-height: 15px !important;
    left: 1px;
    right: auto;
    top: 10px;
    margin: auto;
    text-align: left !important;
  }
   .timeline-sec {
    padding: 50px 0 30px 0;
  }
  .timeline-design-2 .timeline-list-wrap::before {
    left: 10px;
  }
  .timeline-list-wrap::before {
    bottom: 22%;
    left: 10px;
    right: auto;
  }
  .timeline-design-2 .timeline-content,
  .timeline-design-2 .timeline-list:nth-child(odd) .timeline-content {
    padding:0px 0 0 90px !important;
    width:100% !important;
    text-align:left !important;
  }
  .timeline-design-2 .timeline-list:before,
  .timeline-design-2 .timeline-list:nth-child(odd):before {
    left:10px;
    right:auto;
    -webkit-transform:none;
    -ms-transform:none;
    -o-transform:none;
    transform:none;
    margin:0;
    top:25px;
    width:50px;
  }
  .timeline-design-2 .timeline-list:after,
  .timeline-design-2 .timeline-list:nth-child(odd):after {
    -webkit-transform:none;
    -ms-transform:none;
    -o-transform:none;
    transform:none !important;
    margin:0 !important;
    left:30px !important;
    right:auto !important;
    top:5px !important;
  }
}
.nice-select{

    width: 100%;
    margin: 15px 0 0 0;
    height: 57px;
    display: flex;
    align-items: center;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    border-radius: 4px;

}