.about-para {
  width: 643px;
}
h1 {
  font-size: 50px !important;
  font-weight: 500 !important;
}
.banner-about-sec h4 {
  display: inline-flex;
  background-color: #ffffff;
  color: #1d97c0; /* blue */
  border: 2px solid white;
  border-radius: 8px;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 600;
  align-items: flex-start;
  justify-content: flex-start;
}

.banner-about-sec ul {
  margin-top: 20px;
}
.about-sec-banner {
  padding: 180px 0px 80px 0px;
}

/* Alignment fix for sec-title images and tags */
.sec-title__top.justify-content-start {
  justify-content: flex-start !important;
}

.sec-title__top .sec-title__tagline {
  padding-left: 0 !important; /* Reset specific section padding for aligned taglines */
  margin-bottom: 0;
}

#about-sec h6,
#about-sec h2,
#about-sec p {
  padding-left: 30px;
}
#our-mission,
#our-vision {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.what-makes-about-sec ul li img {
  width: 25px;
  transition: 0.4s;
}
.what-makes-about-sec ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 18px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  width: 400px;
}
#makes-us-about-sec {
  background-color: #def0f2;
}
.why-choose-one {
  padding-bottom: 64px;
  background-color: var(--sifoxen-white, #fff);
  counter-reset: chooseNumber;
}
.why-choose-one__icon-box {
  position: relative;
  margin: 0 auto 22px;
  width: 146px;
  height: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #70c345;
  border-radius: 50%;
  transition: all 500ms ease;
}
.why-choose-one__item:hover .why-choose-one__icon-box {
  background-color: #1d98c1;
}
#our-expertise-about h2 {
  color: #1d98c1;
}
#our-expertise-about h4 {
  font-size: 20px;
}
#story-sec {
  background-color: #def0f2;
}
.vission-about-sec {
  list-style: none;
  padding: 0;
}

.what-makes-about-sec ul li:hover {
  background: #1d98c1;
  color: #fff;
}

.vission-about-sec li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.vission-about-sec li img {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

.vission-about-sec li span {
  display: block;
}
.mission-about-sec {
  list-style: none;
  padding: 0;
}

.mission-about-sec li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.mission-about-sec li img {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

.mission-about-sec li span {
  display: block;
}
.modern-list {
  list-style: none;
  padding: 0;
}

.modern-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #ffffff;
  color: #1d98c1; /* blue text */
  padding: 12px 15px;
  margin-bottom: 12px;
  border: 1px solid #e5e7eb;
  border-left: 4px solid transparent;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.modern-list li img {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.modern-list li span {
  display: block;
}

.modern-list li:hover {
  border-left: 4px solid #70c345;
  transform: translateX(5px);
}
.solutions-one__image {
  position: relative;
}
.solutions-one__image__inner {
  position: absolute;
  top: -240px;
  left: -159px;
}
.solutions-one__image__inner img {
  width: 708px;
  display: block;
}
.banner-img {
  position: relative;
}
.banner-img-inside {
  position: absolute;
  top: -128px;
  right: 75px;
}
.banner-img-inside img {
  width: 420px;
}
.cta-bg {
  background-color: rgb(222, 240, 242);
}
.about-sec-banner {
  background-image: url(../images/about-page/banner/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0px;
}

.ch-breadcrumb{
  color:white;
}


