@media (max-width: 768px) {
  .casestudies-carousel {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  .casestudies-carousel .swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    transform: none !important;
  }

  .casestudies-carousel .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
  }
}

/* banner css */

.banner-icon-divider {
  width: 1px;
  background: #ffffff40;
  flex-shrink: 0;
  align-self: stretch;
  margin-top: -8px;
}

.ev-pp-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.banner-icons {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-top: 15%;
  flex-wrap: nowrap;
}

.banner-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 91px !important;
  min-width: 91px !important;
  text-align: center;
  padding: 0 10px;
}

.banner-icon-item img {
  width: 50px !important;
  height: 50px !important;
  object-fit: contain;
}

.banner-icon-item span {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  line-height: 130%;
  font-weight: 500;
  font-family: "Inter";
}

.blog-layout-1 {
  border-bottom: none;
}

/* first section */
.ev-pp-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 0px;
  padding: 100px 40px;
}


.ev-pp-left {
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ev-pp-left h2 {
  font-family: Barlow;
  font-size: 47px !important;
  font-weight: 500;
  color: #03114e;
  line-height: 110%;
  margin-bottom: 50px;
}

.ev-pp-left p {
  font-family: "Inter";
  font-size: 16px;
  color: #03114e;
  line-height: 26px;
  margin: 0;
  font-weight: 400;
  max-width: 480px;
}


.ev-pp-main-divider {
  width: 1px;
  background: #e5e7eb;
  flex-shrink: 0;
  align-self: stretch;
  min-height: 100%;
}


.ev-pp-right {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.ev-pp-tagline {
  font-family: "Inter";
  font-size: 18px;
  color: #03114e;
  line-height: 28px;
  margin: 0;
  text-align: center;
  font-weight: 400;
}

/* Icons */
.ev-pp-icons {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.ev-pp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  flex: 1;
}

.ev-pp-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ev-pp-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.ev-pp-item p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  color: #03114e;
  line-height: 22px;
  margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .ev-pp-container {
    flex-direction: column;
    padding: 40px 20px;
  }

  .ev-pp-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .ev-pp-left h2 {
    font-size: 32px !important;
  }

  .ev-pp-main-divider {
    display: none;
  }

  .ev-pp-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .ev-pp-icons {
    flex-wrap: wrap;
  }

  .ev-pp-item {
    flex: 0 0 30%;
  }

  .ev-pp-icons {
    gap: 5px;
  }

  .banner-icon-item span {
    font-size: 8px;
    color: #ffffff;
  }
}

/* second  section */

.ev-pp-cards-section {
  width: 100%;
  background: #f1f6fd;
  padding: 100px 20px;
}

.ev-pp-cards-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 24px;
}


.ev-pp-card {
  flex: 1;
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  box-shadow: 0 2px 12px rgba(75, 63, 216, 0.06);
}


.ev-pp-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ev-pp-card-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}


.ev-pp-card h3 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1464;
  line-height: 130%;
  margin: 0;
  width: 75%;
}


.ev-pp-card p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #03114e;
  line-height: 160%;
  margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .ev-pp-cards-container {
    flex-direction: column;
    gap: 16px;
  }

  .ev-pp-card {
    flex: 0 0 100%;
  }
  .ev-pp-card h3 {
  width: auto;
  text-align: center !important
  }
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
  .ev-pp-cards-container {
    flex-wrap: wrap;
  }

  .ev-pp-card {
    flex: 0 0 calc(50% - 12px);
  }
}

/* section 3 */

.ev-deliver-section {
  width: 100%;
  background: #ffffff;
  padding: 70px 20px;
}

.ev-deliver-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}


.ev-deliver-heading {
  text-align: center;
  max-width: 850px;
}

.ev-deliver-heading h2 {
  font-family: Barlow, sans-serif;
  font-size: 47px;
  font-weight: 500;
  color: #03114e;
  line-height: 110%;
  margin-bottom: 10px;
}

.ev-deliver-heading p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #03114e;
  line-height: 24px;
  margin: 0;
}

/* Steps Row */
.ev-deliver-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 85%;
  gap: 0px !important;
}

.ev-deliver-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  gap: 12px;
  min-width: 0;
  max-width: 240px;
}

/* Icon Circle — white background + colored border */
.ev-deliver-icon-wrap {
  width: 96px !important;
  height: 96px !important;
  border-radius: 9999px !important;
  background: rgba(255, 255, 255, 0.002) !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1),
    0px 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}

.ev-deliver-icon-wrap img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}


.ev-deliver-number {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #9ca3af;
  margin-top: 8px;
}


.ev-deliver-step h3 {
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  color: #03114e;
  line-height: 20px;
  margin: 0;
  white-space: nowrap;
}

.ev-deliver-step p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  color: #03114e;
  line-height: 160%;
  margin: 0;
  width: 220px;
}

.ev-deliver-connector {
  flex: 1;
  height: 2px;
  border-top: 2px dashed #bfdbfe;
  margin-top: 48px;
  flex-shrink: 0; 
  min-width: 0;
  max-width: none;
}

/* Mobile */
@media (max-width: 768px) {
  .ev-deliver-steps {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .ev-deliver-step {
    max-width: 100%;
    width: 100%;
    padding: 20px 0;
  }

  .ev-deliver-connector {
    width: 2px;
    height: 40px;
    border-top: none;
    border-left: 2px dashed #c5c8e8;
    margin-top: 0;
    max-width: none;
    min-width: auto;
    flex: none;
  }

  .ev-deliver-heading h2 {
    font-size: 28px;
  }
  
  .ev-deliver-step p {
    width: 300px;
}
}


@media (max-width: 768px) {
  .banner-icons {
    gap: 5px !important;
    
  }

  .banner-icon-item {
    padding: 8px 5px;
    text-align: center;
    gap: 10px;
    width: 50px !important;
    min-width: 50px !important;
  }

  .banner-icon-item img {
    width: 28px !important;
    height: 28px !important;
  }

  .banner-icon-item span {
    font-size: 11px !important;
    white-space: normal;
	text-align: center;
  }

  .banner-icon-divider {
    display: none !important;
  }
}