.Our_Objectives {
  /* background: #f7fbff; */
}

/* Heading */
.Our_Objectives .section_heading {
  max-width: 700px;
  margin: 0 auto 40px;
}

.Our_Objectives .section_heading span {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #3e82c9;
  margin-bottom: 7px;
}

.Our_Objectives .section_heading h2 {
  font-size: 42px;
  font-weight: 800;
  color: #182f46;
  margin: 0 0 12px;
}

.Our_Objectives .section_heading p {
  max-width: 560px;
  margin: auto;
  font-size: 16px;
  line-height: 1.6;
  color: #647789;
  font-weight: 600;
}

.Our_Objectives .vision_mission_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1050px;
  margin: auto;
}

.Our_Objectives .objective_box {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #dcecfb;
  transition: all 0.4s ease;
}

.Our_Objectives .objective_box:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(49, 91, 134, 0.12);
}

/* Background circle */
.Our_Objectives .card_shape {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  right: -70px;
  top: -75px;
  background: #eef7ff;
}

/* Icon */
.Our_Objectives .objective_icon {
  width: 65px;
  height: 65px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  background: #eef7ff;
  color: #8cbbef;
  border: 1px solid #dcecfb;
  box-shadow: 0 5px 15px rgba(140, 187, 239, 0.15);
}

/* Number */
.Our_Objectives .objective_number {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 14px;
  font-weight: 800;
  color: #8cbbef;
  z-index: 2;
}
.Our_Objectives .small_title {
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #1b71d1;
  margin-bottom: 4px;
}

.Our_Objectives .objective_box h3 {
  position: relative;
  z-index: 2;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
  color: #1e3c5b;
  margin-bottom: 17px;
}
.Our_Objectives .orange_line {
  width: 45px;
  height: 4px;
  border-radius: 10px;
  background: #8cbbef;
  margin-bottom: 20px;
}

.Our_Objectives .objective_box p {
  position: relative;
  z-index: 2;

  font-size: 16px;
  line-height: 1.5;
  color: #647789;
  margin-bottom: 0;
  font-weight: 600;
}
.Our_Objectives .bottom_icon {
  position: absolute;
  right: 35px;
  bottom: 25px;
  font-size: 35px;
  color: #8cbbef;
  opacity: 0.15;
}

/* Hover */
.Our_Objectives .objective_box:hover .objective_icon {
  transform: rotate(-5deg) scale(1.05);
  transition: 0.3s ease;
}

@media (max-width: 1199px) {
  .Our_Objectives {
    padding: 25px 0 0;
  }

  .Our_Objectives .section_heading h2 {
    font-size: 30px;
  }

  .Our_Objectives .section_heading p {
    font-size: 14px;
  }

  .Our_Objectives .objective_box {
    min-height: 350px;
    padding: 20px 20px;
    border-radius: 22px;
  }
  .Our_Objectives .section_heading {
    margin: 0 auto 25px;
  }
  .Our_Objectives .objective_icon {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }

  .Our_Objectives .objective_box h3 {
    font-size: 24px;
  }

  .Our_Objectives .objective_box p {
    font-size: 15px;
    line-height: 1.4;
  }
  .Our_Objectives .vision_mission_wrapper {
    gap: 15px;
  }
}

@media (max-width: 575px) {
  .Our_Objectives .objective_box {
    min-height: 330px;
    padding: 25px 20px;
  }

  .Our_Objectives .objective_box h3 {
    font-size: 22px;
  }
  .Our_Objectives .vision_mission_wrapper {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .Our_Objectives .objective_number {
    top: 20px;
    right: 20px;
  }
  .Our_Objectives .section_heading h2 {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .Our_Objectives .section_heading span {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .Our_Objectives .objective_box h3 {
    font-size: 20px;
  }
  .Our_Objectives .orange_line {
    margin-bottom: 12px;
  }
  .Our_Objectives .small_title {
    font-size: 13px;
  }
}
