#conclusion-section .team-section-description > h3,
.text-bold {
  font-weight: 600;
}
.h-500 {
  height: 375px !important;
}
.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  background-image: none !important;
}
.swiper-slide-img-website {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(180deg);
  line-height: 0;
  bottom: -0.063rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  pointer-events: none;
}
.swiper-slide-img-website img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: fill;
  z-index: -1;
  transform: rotate(-180deg);
  pointer-events: none;
}
.section-margin {
  margin: 40px 0 0;
}
.customhomeImage {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(180deg);
}
.custom-container {
  padding: 0;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .floating-div[data-index="0"] {
    top: 25%;
    left: 60%;
  }
  .floating-div[data-index="1"] {
    top: 55%;
    left: 90%;
  }
  .floating-div[data-index="2"] {
    top: 75%;
    left: 60%;
  }
  .floating-div[data-index="3"] {
    top: 50%;
    left: 40%;
  }
}
@media (min-width: 320px) and (max-width: 1200px) {
  .h-500 {
    height: 400px !important;
  }
  .custom-hero-section .hero-inner-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .custom-hero-section .hero-inner-section .col-4,
  .custom-hero-section .hero-inner-section .col-8 {
    width: 100%;
  }
  .custom-hero-section .hero-inner-section p {
    font-size: 20px;
    margin-top: 30px !important;
    text-align: left;
    width: 100%;
  }
  .container-details {
    display: none;
  }
}
@media (max-width: 1200px) {
  .custom-hero-section .hero-bg {
    min-height: 500px !important;
  }
  .custom-hero-section .hero-inner-section {
    margin-bottom: 0 !important;
    padding-bottom: 20px;
  }
}
.custom-hero-section {
  position: relative;
}
.center-image,
.floating-div {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.custom-hero-section .hero-bg {
  background-image: none;
}
.center-image {
  left: 75%;
  width: 500px;
  height: 350px;
  background: url("../../assets/images/case-study/expenizer_double.png")
    center/contain no-repeat;
  border-radius: 8px;
}
.floating-div {
  width: 180px;
  height: 90px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  opacity: 0;
  transition: top 2s ease-in-out, left 2s ease-in-out, transform 2s ease-in-out,
    opacity 2s ease-in-out;
  left: 50%;
  background: radial-gradient(circle at 10% 20%, #94f1f6 0, #94bdf6 100.7%);
}
#keyFeature-section .key-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 20px;
}
#keyFeature-section .rich-text {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#keyFeature-section .rich-text h2 {
  font-size: 35px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
#keyFeature-section .rich-text .subtitle {
  font-size: 1.5rem;
  color: #999;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
#keyFeature-section .feature {
  background: #fff;
  padding: 20px;
  border-left: 4px solid #84c6e8;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}
#challnege-section .challenge-img,
#results-section .infobox {
  transition: transform 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#keyFeature-section .feature img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
#keyFeature-section .feature h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #333;
}
#keyFeature-section .feature p {
  color: #666;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .key-features {
    grid-template-columns: repeat(2, 1fr);
  }
}
#challnege-section {
  margin-top: 5rem;
}
#challnege-section h1 {
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 600 !important;
}
#challnege-section p {
  font-size: 18px;
}
#challnege-section .number {
  font-size: 22px;
}
#challnege-section .challenge-img {
  border-radius: 10px;
  width: 100%;
}
#challnege-section .col-lg-5,
#challnege-section .col-lg-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 568px) {
  .col-md-6 .display-5 {
    text-align: center;
    margin-bottom: 2px;
  }
  #challnege-section .number {
    font-size: 22px;
    margin-bottom: 2px;
  }
}
#solution-section {
  margin-top: 2rem;
}
.service-build {
  background: #7fe8ff;
  background: radial-gradient(circle at 10% 20%, #94f1f6 0, #94bdf6 100.7%);
  padding: 2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
#solution-section .service-build-heading,
.paragraph-sticky h3 {
  padding-top: 1rem;
  line-height: normal;
  text-transform: capitalize;
  font-size: 1.25rem;
  text-align: left;
}
#solution-section .service-build-para {
  font-size: 16px;
  text-align: left;
}
#conclusion-section .service-build-btn,
#solution-section .service-build-btn {
  border-radius: 2rem !important;
  border: 2px solid var(--main-title-font-color) !important;
  color: var(--main-title-font-color) !important;
  padding: 0.5rem 2rem !important;
  font-weight: 700 !important;
  background-color: transparent;
}
#additional-hightlights-section .infobox-section {
  text-align: center;
}
#additional-hightlights-section .infobox-section h1 {
  font-size: 2rem;
  color: #1a1a40;
  margin-bottom: 10px;
}
#additional-hightlights-section .infobox-section p,
#results-section .infobox p {
  font-size: 1rem;
  color: #6b6b82;
  margin-bottom: 30px;
}
#additional-hightlights-section .infobox-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 0 20px;
}
#additional-hightlights-section .infobox,
#results-section .deatails-box {
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  transition: transform 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#additional-hightlights-section .infobox:hover {
  transform: translateY(-10px);
}
#additional-hightlights-section .infobox .icon {
  font-size: 2rem;
  margin-bottom: 15px;
  text-align: center;
}
#additional-hightlights-section .infobox h2,
#results-section .infobox h2 {
  font-size: 1.5rem;
  color: #1a1a40;
  margin-bottom: 10px;
}
#additional-hightlights-section .infobox p {
  font-size: 1rem;
  color: #6b6b82;
  margin-bottom: 20px;
}
#additional-hightlights-section .infobox .learn-more {
  font-size: 1rem;
  color: #3b50e0;
  text-decoration: none;
}
#additional-hightlights-section .infobox .learn-more:hover {
  text-decoration: underline;
}
#results-section {
  margin-top: 3rem;
}
#results-section a:hover {
  text-decoration: none;
}
#results-section .infobox {
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  min-height: 18rem;
}
#results-section .infobox .icon {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #results-section .result-heading {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #results-section .result-heading h3,
  #results-section .result-heading p {
    max-width: 80%;
  }
  #results-section .col-md-4 {
    width: 100% !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #results-section .col-md-8 {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .infobox-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .infobox {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  #results-section .d-flex {
    flex-direction: column;
  }
  #results-section .infobox {
    min-height: 22rem;
  }
}
@media screen and (max-width: 768px) {
  #result-section {
    margin-top: 0 !important;
  }
  #results-section .result-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .infobox-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #results-section .col-md-6 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #results-section .infobox {
    width: 90%;
    padding: 20px;
  }
  #results-section .infobox h2 {
    font-size: 20px;
  }
}
#web-console-section .swiper-container-case-study .swiper-slide {
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .custom-hero-section .hero-bg {
    min-height: 450px !important;
  }
  #keyFeature-section .key-features {
    grid-template-columns: repeat(1, 1fr);
  }
  #keyFeature-section .rich-text h2 {
    font-size: 1.25rem;
    font-weight: 600;
  }
  #additional-hightlights-section .infobox h2,
  #keyFeature-section .feature h3 {
    font-size: 20px;
  }
  #keyFeature-section .feature img {
    width: 30px;
    height: 30px;
  }
  #challnege-section .challenge-img {
    display: none;
  }
  .col-lg-7 h2 {
    font-size: 22px;
  }
  #challnege-section h1 {
    text-align: center;
    font-size: calc(1.325rem + 0.9vw);
  }
  #challnege-section .col-md-6 {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #challnege-section .col-md-6 h2 {
    text-align: center;
  }
  #challnege-section .col-md-6 p {
    text-align: center;
    margin-top: 0;
  }
  #additional-hightlights-section .infobox-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }
  #additional-hightlights-section .infobox {
    width: 100%;
  }
  .infobox {
    width: 90%;
    padding: 20px;
  }
  #web-console-section h2 {
    font-size: calc(1.3rem + 0.6vw);
  }
  #web-console-section {
    padding: 10px 0 15px !important;
  }
}
#conclusion-section {
  margin-bottom: 3rem;
}
#conclusion-section .team-section {
  background: radial-gradient(circle at 10% 20%, #94f1f6 0, #94bdf6 100.7%);
  padding: 2rem;
  border-radius: 1rem;
}
#conclusion-section .square {
  margin: 0 1rem;
  height: 10rem;
  width: 5px;
  background-color: var(--main-title-font-color);
}
#conclusion-section
  p:not(.review-sub-title, .swiper-content > p, .service-build-para) {
  text-align: justify;
}
#conclusion-section .team-outer-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
