/* sidebar */

.side-btn {
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(50%);
  overflow: hidden;
}

.side-btn a {
  background: #e2e2e2;
  color: #000;
  padding: 10px 15px;
  height: 55px;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  /* justify-content: center; */
  transform: translateX(155px);
  transition: all 0.3s;
  margin-bottom: 3px;
  transition: all 0.3s;

  &:hover {
    transform: translateX(0);
  }
}

.side-btn a img {
  margin-right: 15px;
}

.side-btn a i {
  margin-right: 15px;
  font-size: 30px;
}

.my-float-2 {
  color: #1b57b0;
}

.my-float-3 {
  color: #07b146;
}

/* Form container */

.form-close {
  background-color: var(--bs-primary-text-emphasis);
  height: 30px;
  width: 30px;
  padding: 6px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  border-radius: 7px;
}

#formContainer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  /* transform: translate(-50%, -50%); */
  background-color: rgba(0, 0, 0, 0.7);
  padding: 40px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  width: 100%;
}

.con {
  height: 100vh;
  display: flex;
  align-items: start;
  justify-content: center;
}

.ms-2 {
  max-width: 800px;
  position: relative;
}

.form-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.form-desc p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}

.form-desc ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.form-desc ul li {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
}

@media (max-width: 768px) {
  .form-title {
    font-size: 18px;
  }
  .form-desc p {
    font-size: 16px;
  }

  .form-desc ul li {
    font-size: 16px;
  }
}

/* Hidden class to hide the form */
.form-hidden {
  display: block;
}

/* --------- */

.section {
  padding: 60px 0 20px;
}

@media (max-width: 768px) {
  .section {
    padding: 40px 0 20px;
  }
}

.p-relative {
  z-index: 2;
}

.carousel-caption {
  max-width: 650px;
  text-align: start;
  bottom: 50%;
  transform: translateY(50%);
}

.carousel-caption h1 {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  line-height: 50px;
  margin: 0 0 20px;
}

.card-sec-heading h2 {
  font-size: 32px;
  color: #170f49;
  font-weight: 600;
  margin-bottom: 20px;
}
.card-sec-text p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .card-sec-heading h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .card-sec-text p {
    /* font-size: 18px; */
    line-height: 25px;
    margin-bottom: 10px;
    text-align: justify;
  }
}

.service-card-title {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  a {
    color: #000;
    text-decoration: none;
    font-family: "Raleway", serif;
  }
}
.service-card-img {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  img {
    object-fit: cover;
    aspect-ratio: 3/2;
    object-position: top center;
  }
}
.service-card-body {
  padding: 0 0 20px;
}

.service-card-title span {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
  background-color: #1267b7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-card-text {
  font-size: 18px;
  color: #666;
  line-height: 30px;
}

.service-btn a {
  font-size: 17px;
  color: #1267b7;
  padding: 4px 0;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  font-weight: 400;
}

.service-btn a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1267b7;
  bottom: 0;
  left: 0;
}

.service-inner-box {
  position: relative;
  margin-left: 40px;
  margin-bottom: 45px;
  border: 1px solid #eaeaea;
  padding: 20px 28px 30px 62px;
  background-color: #fff;
}

.service-inner-box-title {
  font-size: 22px;
  font-family: "Raleway", serif;
  font-weight: 700;
  color: #333;
  line-height: 25px;
  margin: 0 0 10px;
}

.service-inner-box-text {
  position: relative;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 1.4em;
  margin: 0;
  /* font-weight: 400; */
}

.icon-box {
  position: absolute;
  left: -35px;
  top: 50%;
  width: 69px;
  height: 30px;
  color: #ffffff;
  font-size: 36px;
  margin-top: -16px;
  text-align: center;
  z-index: 1;
  background-color: #295ead;
}

.icon-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -29px;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 30px solid #295ead;
}

.icon-box:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -29px;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 30px solid #295ead;
}

.icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  /* width: 69px; */
  z-index: 1;
}

.business-coaching-text {
  position: relative;
  padding-left: 130px;
  padding-top: 50px;
  margin-bottom: 50px;
}

.business-coaching-text .section-title {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  line-height: 40px;
  line-height: 50px;
  margin: 0 0 30px;
}

@media (max-width: 768px) {
  .business-coaching-text {
    padding-left: 0;
  }
  .business-coaching-text .section-title {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 20px;
    font-weight: 400;
  }
}

.business-coaching-text .style-text {
  position: relative;
  font-size: 22px;
  color: #5fb169;
  line-height: 25px;
  font-weight: 400;
  margin-top: 10px;
  font-family: "Raleway", sans-serif;
}

.business-coaching-text .section-text {
  font-size: 18px;
  color: #6b6b6b;
  font-weight: 400;
  line-height: 30px;
  margin: 20px 0 0;
}

.hero__image__badge-1 {
  position: relative;
  padding: 0 5px;
  margin: 20px 0;
  border-left: 1px solid #eaeaea;
  background-color: #fff;
  text-align: center;
}

.hero__image__badge-1 h3 .countNum {
  font-size: 50px;
  font-weight: 400;
  color: #5fb169;
  line-height: 40px;
  margin: 0 0 10px;
}

.hero__image__badge-1 h3 .count-name {
  font-size: 18px;
  font-weight: 400;
  color: #6b6b6b;
}

.hero__image__badge-1 p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin: 0;
}

.theme-btn {
  margin-top: 20px;
  a {
    position: relative;
    padding: 11px 23px;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    color: #1c1c1c !important;
    border: 2px solid #e4e4e4;
    font-size: 18px;
    font-weight: 700;
  }
}

.bg-1 {
  background-image: url(../images/1-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.bg-1::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
}

.video-box {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.video-box-img {
  border: 2px solid #fff;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.video-box-content .video-box-title {
  position: relative;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

.video-box-content .video-box-text {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

.video-box-content .video-btn {
  padding: 30px 0;
  a {
    position: relative;
    padding: 13px 25px 11px;
    line-height: 24px;
    text-transform: uppercase;
    background: #5fb169;
    color: #ffffff;
    border: 2px solid #5fb169;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    &:hover {
      background-color: transparent;
      color: #5fb169;
    }
  }
}

/* slider  */

.customer-feedback {
  background: #fff;
  padding: 45px 0 60px;
}

.customer-feedback h1 {
  color: #170f49;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.customer-feedback p {
  color: #170f49;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* 
.customer-feedback span {
    font-family: inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #104ea9;
    margin-bottom: 5px;
    padding-top: 55px;
}
 */

.customer-feedback-collection {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrappe {
  width: 100%;
  position: relative;
}

@media (max-width: 1118px) {
  .wrappe i {
    display: none;
  }
}

.wrappe i {
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  font-size: 1rem;
  position: absolute;
  text-align: center;
  line-height: 40px;
  background: #fff;
  /* border-radius: 50%; */
  border: 1px solid #cdcdcd;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23); */
  transform: translateY(-50%);
  color: #5a5a5a;
  transition: transform 0.1s linear;
}

.wrappe i:first-child {
  right: 100px;
}

.wrappe i:last-child {
  right: 30px;
}

.wrappe ul {
  margin-top: 50px;
}

@media (max-width: 1118px) {
  .wrappe ul {
    margin-top: 35px;
  }
}

.wrappe .carouse {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 4) - 5px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

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

.carouse.no-transition {
  scroll-behavior: auto;
}

.carouse.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carouse.dragging .card {
  cursor: grab;
  -webkit-user-select: none;
}

.carouse :where(.img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carouse .card img {
  aspect-ratio: 16/7;
  object-fit: contain;
}

.test-start {
  overflow: hidden;
  position: relative;
}
.carouse .card {
  scroll-snap-align: start;
  list-style: none;
  cursor: pointer;
  flex-direction: column;
  /* border-radius: 8px; */
  border: none;
  background: #f3f3f3;
  padding: 25px 10px 10px;
  overflow: hidden;
}

.card-social-media {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  justify-content: center;
  gap: 20px;
  padding: 30px 0 0;
  background-color: rgba(45, 100, 181, 0.8);
  transform: translateY(100%);
  transition: all 0.3s ease;
}

.carouse .card:hover .card-social-media {
  transform: translateY(0);
}

.card-social-media a {
  position: relative;
  background-color: transparent;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  height: 35px;
  width: 40px;
  /* border: 1px solid #6b6b6b; */
  &:hover {
    color: #104ea9;
  }
}

.card-social-media a i {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  border: 2px solid #e6e6e6;
  background-color: transparent;
}

.card-content {
  padding: 15px 10px 10px;
  border-radius: 8px;
  text-align: center;
  /* border: 1px solid #d4e5fe; */
  /* background: #fff; */
}

.card-content h4 {
  margin: 0;
  a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-family: "raleway", sans-serif;
    transition: all 0.3s ease;
    &:hover {
      color: #104ea9;
    }
  }
}

.card-content span {
  font-size: 16px;
  color: #6b6b6b;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}

.card-content p {
  color: #363535;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 1rem;
  margin-top: 12px;
}

.client-details {
  display: flex;
  gap: 10px;
}

.client-details .img {
  background: #104ea9;
  padding: 2.5px;
  height: 75px;
  width: 75px;
  border-radius: 50%;
}

.client-details img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.client-details h2 {
  font-weight: 500;
  font-size: 1.23rem;
  font-weight: 600;
  margin: 10px 0 0;
}

@media screen and (max-width: 992px) {
  .customer-feedback h1 {
    font-size: 26px;
    text-align: center;
    line-height: 40px;
  }
  .customer-feedback p {
    text-align: center;
    font-size: 18px;
  }

  .wrappe .carouse,
  .media-card-div {
    grid-auto-columns: calc((100% / 3) - 5px);
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .customer-feedback-inner-div {
    padding: 0 20px;
  }

  .wrappe .carouse,
  .media-card-div {
    grid-auto-columns: calc(100% + 20px);
  }
}

.slides li p {
  font-size: 17px;
  color: #fff;
  /* font-style: italic; */
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}

.testi-bg {
  background-color: #295ead;
  padding: 50px 30px;
}

@media (max-width: 600px) {
  .testi-bg {
    padding: 30px 15px;
  }
}

/* form section */

.contact-form-ref {
  padding: 40px 0;
}

.contact-left {
  background: #0f44a6;
  padding: 41px 36px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  .contact-left {
    padding: 25px 15px;
    margin: 40px 0 20px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.form-group:nth-last-child(1) {
  /* display: flex; */
  /* justify-content: center; */
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .form-group:nth-last-child(1) {
    margin-bottom: 15px;
  }
}

.form-group:nth-last-child(2) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .form-group label {
    font-size: 12px;
  }
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.form-group textarea {
  resize: none;
}

.form-group button {
  width: 200px;
  height: 60px;
  background: #0f44a6;
  /* box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07); */
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  border: none;
  margin-top: 15px;
  transition: 0.3s;
  border: 2px solid #fff;
}

.form-group button:hover {
  background-color: #fff;
  color: #1267b7;
}

.inline-group {
  display: flex;
  gap: 10px;
}

@media (max-width: 600px) {
  .inline-group {
    display: block;
  }
}

.inline-group .form-group {
  flex: 1;
}

.jt-1 input {
  width: 50%;
  margin-left: 15px;
}

.connect-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.connect-btn a {
  font-size: 17px;
  color: #fff;
  background-color: #5fb169;
  border: 2px solid #5fb169;
  padding: 12px 25px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  font-weight: 400;
  transition: all 0.3s;
  &:hover {
    background-color: transparent;
    color: #5fb169;
  }
}

/* event section  */

.section-heading {
  margin-bottom: 25px;
  h2 {
    font-size: 42px;
    color: #170f49;
    font-weight: 600;
    margin-bottom: 35px;
  }
}

.event-card img {
  border-radius: 5px;
  margin-bottom: 15px;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.event-card .date {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}

.event-card .event-card-head {
  line-height: 0.9;
  a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    &:hover {
      color: #104ea9;
    }
  }
}

.event-card .event-text {
  font-size: 17px;
  font-weight: 400;
  color: #6b6b6b;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.more-event {
  position: relative;
  margin: 20px 0;
}

.more-event img {
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 5px;
}

.more-event .side-event-content {
  padding-left: 100px;
}

.side-event-content .side-event-heading {
  margin: 0;
  line-height: 25px;
  a {
    font-size: 20px;
    color: #000;
    font-family: "Raleway", sans-serif;
    line-height: 25px;
    font-weight: 700;
  }
}

.side-event-content .date {
  font-size: 17px;
  color: #b2b2b2;
  font-weight: 400;
}

.breadcrumb {
  background: url(../images/breadcrumb.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  text-align: center;
  position: relative;
}

.breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}

.breadcrumb .bread-crumb {
  position: relative;
  z-index: 2;
}

.breadcrumb .bread-crumb nav h1 {
  font-size: 52px;
  font-weight: 500;
  color: #fff;
  /* font-family: "Outfit", serif; */
  margin-bottom: 20px;
}

.breadcrumb .bread-crumb ol {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb .bread-crumb ol li {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  /* font-family: "Outfit", serif; */
}

.breadcrumb .bread-crumb ol li a {
  color: #fff;
}

.breadcrumb .bread-crumb ol li a:hover {
  color: #fff;
}

.breadcrumb .bread-crumb ol li.active {
  color: #fff;
}

.breadcrumb .bread-crumb ol li.active a {
  color: #fff;
}

.breadcrumb .bread-crumb ol li.active a:hover {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

@media (max-width: 600px) {
  .breadcrumb .bread-crumb nav h1 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .breadcrumb .bread-crumb ol li {
    font-size: 15px;
  }
}

/* event page  */

.description {
  margin-bottom: 35px;
}

.description .section-heading {
  font-size: 42px;
  color: #170f49;
  font-weight: 600;
  margin-bottom: 35px;
}

.description .section-description {
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px;
}

.event-img {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.event-img img {
  margin: 0;
  aspect-ratio: 5/4;
  object-fit: cover;
  transition: all 0.3s;
  &:hover {
    transform: scaleX(1.1);
  }
}

@media (max-width: 600px) {
  .description .section-heading {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .description .section-description {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: justify;
  }
}

/* side bar  */

.sidebar-heading {
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  border-bottom: 3px solid #2c7c6e;
  margin-bottom: 15px;
  padding: 21.5px 0;
  padding-left: 35px;
}

.sidebar-heading h3 {
  margin: 0;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Oxygen", sans-serif;
}

.event-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.event-links ul li + li {
  margin-top: 3px;
}

.event-links ul li a {
  display: block;
  background: #f6f6f6;
  color: #000;
  font-size: 15px;
  font-family: "Oxygen", sans-serif;
  /* padding-left: 35px; */
  padding: 15px;
  line-height: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  &:hover {
    background: #5fb169;
    color: #fff;
  }
}

/* why Us  */

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #170f49;
  font-weight: 600;
  margin-bottom: 35px;
}

.why-us-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.why-us-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1267b7;
  color: #fff;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
  i {
    font-size: 40px;
  }
}

.why-us-heading {
  font-size: 24px !important;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.section-description {
  h2 {
    font-size: 32px;
    color: #170f49;
    font-weight: 600;
    margin-bottom: 20px;
  }
  p {
    font-size: 18px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
  }
  ul li {
    font-size: 18px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

.why-us-text h2 {
  font-size: 38px;
  color: #170f49;
  font-weight: 600;
  margin-bottom: 20px;
}
.why-us-text h3 {
  font-size: 32px;
  color: #170f49;
  font-weight: 600;
  margin-bottom: 20px;
}

.why-us-text p {
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px;
}

.why-us-text ul li {
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 5px;
}

.why-us-banner {
  display: flex;
  justify-content: end;
  img {
    border-radius: 5px;
    margin-bottom: 15px;
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
  }
}

.why-us-banner-1 img {
  border-radius: 5px;
  margin-bottom: 15px;
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 600px) {
  .section-heading h2 {
    margin-bottom: 25px;
    font-size: 25px;
    color: #170f49;
    font-weight: 600;
    margin-bottom: 35px;
  }
  .section-description h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .section-description p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: justify;
  }
  .section-description ul li {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: justify;
  }

  .why-us-text p {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: justify;
  }

  .why-us-text ul li {
    font-size: 18px;
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .why-us-banner img,
  .why-us-banner-1 img {
    max-width: 500px;
  }
}
