.ed-about-image {
  position: relative;
  float: left;
  margin-right: 30px;
  max-height: 480px !important;
  max-width: 480px !important;
}

.ed-about-content ul li {
  margin-bottom: 15px;
  font-size: 16px;
  list-style-type: disc;
}

.ed-about-content ul {
  margin-top: 18px;
}

/* SECTION */
.sap-section {
  background: #e9f3f8;
  padding: 30px 0;
}

.sap-section h3{
  font-weight: 600;
  color: #0b5ed7;
  margin-bottom: 50px;
  text-align: center;
}

/* FLEX CONTAINER */
.sap-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* CARD */
.sap-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 25px;
  position: relative;
  flex: 1 1 calc(33.333% - 30px);
  min-width: 280px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 200px;
}

/* CARD HOVER */
.sap-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 20px 45px rgba(0,0,0,0.22);
}

/* STEP NUMBER */
.sap-step {
  position: absolute;
  top: -18px;
  left: 25px;
  background: #0b5ed7;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(11,94,215,0.4);
}

/* TITLE */
.sap-card h4 {
  margin-top: 25px;
  font-weight: 600;
  color: #0b5ed7;
  font-size: 18px;
}

/* TEXT */
.sap-card p {
  margin-top: 12px;
  color: #333;
  line-height: 1.6;
  font-size: 15px;
  height: 100px;
  overflow-y: auto;
}

/* FADE-IN ANIMATION */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.service-cont{
    margin-top: 30px;
}
.service-cont h3{
    color: #0b5ed7 !important;
    font-weight: 600 !important;
    margin-block: 15px !important;
}
/* RESPONSIVE */
@media (max-width: 991px) {
  .sap-card {
    flex: 1 1 calc(50% - 30px);
  }
}

@media (max-width: 575px) {
  .sap-card {
    flex: 1 1 100%;
  }
   .ed-about-wrapper .ed-about-image {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
   }
}

.ed-about-wrapper .ed-about-image img {
    border-radius: 0;
}


/* Float */
.float-section{
    padding: 30px 0;
}

/* IMAGE RIGHT */
.float-image {
  float: right;
  width: 600px;
  height: auto;
  margin-left: 40px;
  margin-bottom: 25px;
}

.float-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.18);
}

/* CONTENT */
.float-content .tag {
  display: inline-block;
  background: #e7f3f9;
  color: #0078c8;
  padding: 6px 18px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}

.float-content h3 {
  margin-bottom: 22px;
  color: #0b5ed7;
}

/* ICON BULLET LIST */
.icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.icon-list i {
  color: #0078c8;
  margin-top: 4px;
  font-size: 14px;
}

/* CLEAR FLOAT */
.float-clear {
  clear: both;
}

/* FADE IN ANIMATION */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}
.banner-btn .theme-btn {
  margin: 20px auto 0;
}
.page-heading .para {
  max-width: 600px;
  margin: 15px auto 0 ;
  color: white;
  font-size: 16px;
  font-weight: 600;
}
.bg-cover{
  background-color:#3333338c;
  background-blend-mode: multiply;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .float-image {
    float: none;
    width: 100%;
    margin: 0 0 25px 0;
  }

  .float-content h2 {
    font-size: 26px;
  }
  .float-image {
    max-width: 400px;
  }
  .sap-card{
      height:auto;
  }
  .sap-card p {
      height:auto;
  }
  .ed-about-content ul li {
      margin-left:10px;
  }
}


.ed-about-content h2{
    margin-block:12px;
}