
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

body {
  font-family: "Outfit", sans-serif !important;
}

.theme-new-outline-btn {
  font-size: 20px;
  line-height: 23px;
  background-color: transparent;
  color: #0083eb;
  border: 1px solid #0083eb;
  font-weight: 500;
  border-radius: 0;
  padding: 14px 25px;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

.img-blur-effect {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, #fff, #00000000);
}

.theme-new-outline-btn:hover {
  color: #fff;
  background-color: #0083eb;
}

.industry-banner {
  padding: 160px 0 120px;
}

.industry-banner h1 {
  font-size: 56px;
  font-weight: 700;
  color: #212121;
  line-height: 66px;
}

.industry-banner h1 span {
  color: #0083eb;
}

.industry-banner .banner-cont p {
  color: #2121218a;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.industry-banner ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #494949;
  margin-bottom: 10px;
}

.industry-banner ul li:last-child {
  margin: 0;
}

.industry-banner li i {
  color: #0083eb;
}

.healtcare-banner .indus-rt {
  position: relative;
}

.healtcare-banner .indus-rt .shape {
  position: absolute;
  left: 0;
  bottom: -50px;
  border-radius: 50px;
  border: 1px solid #eee;
}

.ai-trust .trusted-title::before {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  height: 1px;
  background: #e1e1e1;
  content: "";
  right: 0;
  min-width: 100%;
}

.ai-trust .trusted-title span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 15px;
}

.health-experties .ai-experties-box {
  padding: 35px;
  margin-bottom: 24px;
  height: calc(100% - 24px);
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
}

.health-experties .ai-experties-box .expert-icon img {
  width: 55px;
}

.ai-healthcare-cta .ai-healthcare-cta-inr {
  width: 100%;
  height: auto;
  background-color: rgba(244, 247, 251, 1);
  border-radius: 0px;
  position: relative;
  z-index: 1;
}

.ai-healthcare-cta .ai-healthcare-cta-inr .left-cont {
  padding: 20px 80px;
}

.ai-healthcare-cta .ai-healthcare-cta-inr .right-cont img {
  width: 60%;
  padding-top: 20px;
}

.ai-tech-box {
  margin-bottom: 24px;
  height: calc(100% - 24px);
  border: 1px solid #eee;
  transition: all 0.3s ease-in-out;
}

.ai-tech-box:hover {
  background-color: #0083eb;
}

.ai-tech-content {
  display: flex;
  align-items: center;
  padding: 14px 28px;
  justify-content: space-between;
  min-height: 95px;
}

.ai-tech-content i {
  font-size: 26px;
}

.ai-tech-box:hover .ai-tech-content .small-heading,
.ai-tech-box:hover .ai-tech-content i {
  color: #fff !important;
}

.ai-tech-content h4 {
  margin: 0px;
}

.ai-tech-box img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.healthcare-solution {
  background: radial-gradient(77.6% 246.24% at 89.06% 16.58%,
      #fff9f3 0%,
      #f3f6ff 100%);
}

.ai-healthcare-solution-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 15px;
  flex-direction: column;
  padding: 0 20px;
  justify-content: center;
  text-align: center;
}

.ai-healthcare-solution-box .icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
}

.ai-healthcare-solution-box .icon img {
  width: 40px;
  height: 40px;
}

.ai-healthcare-solution-box .small-heading {
  font-size: 22px;
}

.ai-healthcare-development .development-box {
  padding: 20px;
  border: 0;
  justify-content: center;
  text-align: center;
  gap: 15px;
}

.ai-healthcare-development .development-box .small-heading {
  font-size: 20px;
  margin-bottom: 0 !important;
}

.ai-healthcare-development .development-box .icon {
  margin: 0 auto;
}

.ai-healthcare-development .development-box .icon img {
  width: 55px;
  height: auto;
  object-fit: inherit;
}

.ai-healthcare-development .development-box:hover,
.ai-healthcare-development .development-box.active {
  background: #0083eb;
}

.ai-healthcare-development .development-box:hover .icon img,
.ai-healthcare-development .development-box.active .icon img {
  filter: invert(100) brightness(100);
}

.ai-healthcare-development .development-box:hover h4,
.ai-healthcare-development .development-box:hover p,
.ai-healthcare-development .development-box.active h4,
.ai-healthcare-development .development-box.active p {
  color: #fff !important;
}

.ai-healtcare-transformation {
  background: rgba(244, 247, 251, 1);
}

.ai-healtcare-transformation .ai-experties-box {
  border: none;
  border-bottom: 1px solid #eee !important;
}

.ai-healtcare-transformation .ai-experties-box .expert-icon img {
  width: 55px;
}

.healthcare-development-one {
  background: #fff;
}

.healthcare-development-one ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}

.healthcare-development-one .development-box {
  border: 0;
}

.healthcare-development-one .development-box .icon {
  height: 70px;
  width: 70px;
}

.healthcare-development-one .development-box .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.healthcare-why-choose .ai-why-choose-list-icon {
  background: transparent;
}

.healthcare-why-choose .ai-why-choose-list-icon img {
  height: 55px;
  width: 55px;
  object-fit: inherit;
}

.education-banner {
  position: relative;
  z-index: 1;
  padding: 120px 0 100px;
  overflow: hidden;
}

.education-banner .banner-top {
  margin: auto auto 48px;
}

.education-banner .banner-top h1 {
  font-size: 56px;
  font-weight: 700;
  color: #212121;
  line-height: 66px;
  margin: 0;
}

.education-banner .banner-thumb {
  height: 100%;
  text-align: center;
  margin-bottom: 0px;
  margin-right: 0;
  position: relative;
}

.education-banner .shape {
  position: absolute;
}

.education-banner .banner-thumb .shape1 {
  left: 50px;
  top: 50px;
  z-index: 1;
  width: 230px;
}

.education-banner .banner-thumb .shape4 {
  right: 50px;
  top: 50px;
  z-index: 1;
  width: 230px;
}

.education-banner .banner-thumb .shape2 {
  right: 50px;
  bottom: 50px;
  z-index: 1;
  width: 230px;
}

.education-banner .banner-thumb .shape3 {
  left: 50px;
  bottom: 50px;
  z-index: 1;
  width: 230px;
}

.education-banner .shape.shape5 {
  left: 0;
  bottom: 100px;
}

.education-banner .shape.shape6 {
  right: 0;
  bottom: 200px;
}

.education-banner .banner-thumb .card-two {
  position: absolute;
  right: 0;
  top: 0;
  background: RGBA(255, 255, 255, 0.67);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: inline-block;
  padding: 30px;
  border-radius: 10px;
  z-index: 1;
  backdrop-filter: blur(2px);
  border: 2px solid #0083eb;
}

.education-banner .banner-thumb .card-two h6 {
  font-size: 20px;
}

.education-banner .card-two .thumb {
  margin-left: 18px;
}

.education-banner .card-two img {
  height: 50px;
  width: 50px;
  max-width: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -20px;
}

.ai-experties.education-experties .ai-experties-box {
  background-color: #fbfbfb;
}

.ai-experties.education-experties .ai-experties-box .expert-icon {
  height: 64px;
  width: 64px;
  min-width: 64px;
}

.education-cta .cta-inner-box {
  background: linear-gradient(275.24deg, #0e51b7 1.2%, #003367 118.2%);
  padding: 45px;
}

.education-cta .cta-inner-box .sec-title {
  color: #fff !important;
}

.education-cta .cta-inner-box .theme-new-btn.white {
  background-color: #fff;
  color: #0e51b7;
  border-color: #fff;
}

.education-cta .cta-inner-box .theme-new-btn.white:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.education-solutions .education-solution-box {
  width: 100%;
  padding: 24px;
  background: #fbfbfb;
  border: 1px solid #eee;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: start;
  height: calc(100% - 20px);
}

.education-solutions .col-lg-7>.row>.col-lg-6:nth-child(2) {
  margin-top: 40px;
}

.education-solutions .col-lg-7>.row>.col-lg-6:nth-child(3) {
  margin-top: -40px;
}

.education-solutions .education-solution-box .icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.education-tabs {
  background: radial-gradient(50% 50% at 50% 50%, #fff9f3 0%, #f3f6ff 100%);
}

.education-tabs .core-ai-card .nav-tabs .nav-link {
  background: transparent;
}

.education-core {
  background: radial-gradient(50% 50% at 50% 50%, #fff9f3 0%, #f3f6ff 100%);
}

.education-core .core-ai-lft {
  padding-left: 15px;
}

.education-core .core-ai-card .nav-tabs .nav-link {
  background: transparent;
}

.education-reporting {
  background: radial-gradient(77.6% 246.24% at 89.06% 16.58%,
      #fff9f3 0%,
      #f3f6ff 100%);
}

.education-reporting-box {
  background: #ffffff;
  border-radius: 0px;
  border: 1px solid #eee;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: calc(100% - 20px);
  margin-bottom: 20px;
}

.education-reporting-box:hover {
  transform: translateY(-8px);
}

.education-reporting-box .icon {
  display: block;
  margin: 0 auto 25px;
  min-width: 64px;
  width: 64px;
}

.education-service .service-card {
  background: #fbfbfb;
  border: 1px solid #eee;
}

.education-service .service-card .service-icn img {
  width: auto;
  height: auto;
}

.education-panel-features {
  position: relative;
}

.education-panel-features .content {
  background-color: #0083eb;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.education-panel-features .content h2,
.education-panel-features .content p,
.education-panel-features .content h4 {
  color: #fff !important;
}

.education-panel-features .features-card {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 15px;
}

.education-panel-features .features-card .icon img {
  min-width: 30px;
  filter: brightness(0) invert(10);
}

.education-panel-features .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
  opacity: 1;
  background: #fff;
}

.education-panel-features .sticky-top-section {
  position: sticky;
  top: 100px;
}

.education-development-one ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.education-development-one .development-box {
  gap: 0;
}

.education-development-one .development-box:hover {
  background: #fff;
}

.education-development-one .development-box .icon {
  height: 64px;
  width: 64px;
  min-width: 64px;
  margin-bottom: 20px;
}

.education-development-one .development-box .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.education-why-choose .ai-why-choose-list-icon {
  height: auto;
  min-width: auto;
  width: auto;
  display: block;
  background-color: transparent;
  border-radius: 0%;
}

.education-why-choose .ai-why-choose-list-icon img {
  width: 64px;
  height: 64px;
  min-width: 64px;
}

.education-client-sec {
  background: radial-gradient(77.6% 246.24% at 89.06% 16.58%,
      #fff9f3 0%,
      #f3f6ff 100%);
}

.industry-banner.retail-banner ul li {
  margin-bottom: 15px;
}

.retail-tech .ai-tech-box {
  margin-bottom: 24px;
  height: calc(100% - 24px);
  border: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

.retail-tech .ai-tech-box .ai-tech-img {
  position: relative;
  border-radius: 50%;
  text-align: center;
  max-width: 270px;
  max-height: 270px;
  height: 270px;
  margin: 0 auto 20px;
}

.retail-tech .ai-tech-box .ai-tech-img::before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -5px);
  top: var(--extra-shape, -5px);
  right: var(--extra-shape, -5px);
  bottom: var(--extra-shape, -5px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed #0083eb;
  transition: all ease 0.4s;
}

.retail-tech .ai-tech-box .ai-tech-img img {
  border-radius: 50%;
  padding: 10px;
  width: 100%;
  height: 100%;
}

.retail-tech .ai-tech-box .ai-tech-content {
  text-align: center;
  padding: 25px 20px 0px 20px;
  display: block;
}

.retail-tech .ai-tech-box .ai-tech-content h4 {
  margin: 0 0 10px 0 !important;
}

.retail-tech .ai-tech-box:hover {
  background-color: transparent;
}

.retail-tech .ai-tech-box:hover .ai-tech-content .small-heading,
.retail-tech .ai-tech-box:hover .ai-tech-content i {
  color: inherit !important;
}

.retail-tech .row .col-6:nth-child(1),
.retail-tech .row .col-6:nth-child(3) {
  margin-top: 40px;
}

.about-sec-2-left {
  background-color: #0083eb;
}

.about-sec-2-left,
.about-sec-2-right {
  padding: 64px;
}

.about-sec-2-left .sec-title,
.about-sec-2-left .sub-heading {
  color: #fff !important;
}

.ai-healthcare-cta.retail-cta .ai-healthcare-cta-inr {
  padding: 45px;
}

.ai-healthcare-cta.retail-cta .ai-healthcare-cta-inr .left-cont {
  padding: 0;
}

.ai-healthcare-cta.retail-cta .ai-healthcare-cta-inr .right-cont img {
  width: 100%;
  padding-top: 0;
}

/* =============== BLOG CSS STARTS HERE =============== */

.blog-area {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}

.blog-box {
  width: 100%;
  height: calc(100% - 20px);
  margin-bottom: 20px;
}

.blog-area .blog-img {
  width: 100%;
  height: 260px;
}

.blog-area .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-area .blog-info {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 25px;
  position: relative;
  box-shadow: 8px 4px 26.5px 0px rgba(0, 0, 0, 0.07);
  min-height: 160px;
}

.blog-area .blog-info .date-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0083eb;
  color: #fff;
  border-radius: 0;
  padding: 4px 8px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  position: absolute;
  right: 5px;
  bottom: 0px;
  margin: 0;
}

.blog-area .blog-info h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
  color: #212121;
}

.industry-banner.smart-home-banner {
  padding: 150px 0 100px;
}

/* .smart-home-banner .banner-img img {
  width: 70%;
} */

.smart-solutions-sec .solution-left-content {
  margin-right: 50px;
}

.smart-solutions-sec .solution-left-content ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #494949;
  margin-bottom: 10px;
}

.smart-solutions-sec .solution-left-content ul li i {
  color: #0083eb;
}

.smart-solutions-sec .single-solution-card {
  padding: 25px;
  border-radius: 0;
  border: 1px solid #dfe5e7;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: calc(100% - 25px);
  margin-bottom: 25px;
}

.smart-solutions-sec .single-solution-card .icon {
  height: 60px;
  width: 60px;
  margin-bottom: 15px;
}

.smart-solutions-sec .single-solution-card .icon img {
  height: 100%;
  width: 100%;
}

.smart-solutions-sec .single-solution-card:hover {
  background-color: #f8f8f8;
}

.ai-healthcare-cta.smart-home-cta .ai-healthcare-cta-inr .left-cont {
  padding: 40px 50px 40px;
}

.ai-healthcare-cta.smart-home-cta img {
  width: 60%;
}

.service-card {
  border-radius: 0px;
  padding: 25px;
  background: #fff;
  position: relative;
  z-index: 2;
  transition: 0.5s;
  border: 1px solid #eee;
  overflow: hidden;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.service-card .service-icn img {
  min-width: 64px;
}

.service-card .image-box {
  width: 100%;
  height: 390px;
  min-height: 390px;
  overflow: hidden;
}

.service-card .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-icn {
  display: block;
  margin-bottom: 20px;
}

.service-card .service-btn a {
  border-radius: 0;
  margin-top: 0;
  transition: all 400ms linear;
  font-size: 18px;
  line-height: 28px;
  color: #262626;
  display: block;
  position: relative;
}

.service-card .service-btn a:before {
  position: absolute;
  content: "";
  bottom: 14px;
  z-index: 1;
  transition: 0.4s;
  opacity: 0.302;
  width: 78px;
  height: 1px;
  background: #616161;
  left: 48px;
  right: 0;
  margin: auto;
}

.service-card .service-btn a i {
  position: absolute;
  right: 0;
  top: -7px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #e6eefb;
  transition: 0.4s;
  color: #262626;
}

.service-card.style-one {
  background: #0083eb;
}

.service-card.style-one h4,
.service-card.style-one p,
.service-card.style-one a {
  color: #fff !important;
}

.service-card.style-one .service-icn {
  color: #fff;
}

.food-delivery {
  background: #fff;
  padding: 130px 0 0 !important;
  position: relative;
  z-index: 9;
}

.food-delivery .ai-banner-box h1 {
  font-weight: 700;
  letter-spacing: 2px;
}

.food-delivery .hero_side_element {
  position: absolute;
}

.food-delivery .hero_side_element.left_side {
  bottom: 100px;
  left: -10px;
}

.food-delivery .hero_side_element.right_side {
  right: 0;
  top: 200px;
}

.food-delivery .food-img {
  margin-top: 108px;
}

.usp_section {
  background: #fb5b29;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.blure_shape {
  background-color: #fff;
  border-radius: 100%;
  filter: blur(90px);
  height: 200px;
  position: absolute;
  width: 200px;
}

.blure_shape.bs_1 {
  bottom: -100px;
  left: 400px;
}

.blure_shape.bs_2 {
  right: 400px;
  top: -100px;
}

.usp_section .usp_box {
  background-color: #fff3;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  display: flex;
  padding: 30px;
  position: relative;
}

.usp_section .usp_box .usp_icon {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 35px;
}

.usp_section .usp_text {
  line-height: 1.4em;
  padding-top: 35px;
  text-align: left;
}

.usp_section .usp_box span {
  font-size: 35px;
  font-weight: 700;
}

.usp_section .usp_text p {
  margin-bottom: 0;
}

.food-experties .ai-experties-box {
  border: 1px solid #eee;
  border-radius: 0px;
}

.food-experties .ai-experties-box:hover {
  background: #e0f1ff;
}

.ai-healthcare-cta.food-delivery-cta .right-cont {
  padding: 50px 80px;
  text-align: end;
}

.ai-healthcare-cta.food-delivery-cta .right-cont img {
  width: 60%;
}

.win-listing .win-block {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0px;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
}

.win-listing .win-block img {
  border-radius: 0px;
  max-width: 100%;
  width: 100%;
}

.win-listing .win-block .text {
  padding: 30px 0 0;
  text-align: left;
}

.win-listing .win-block .text .win-list li {
  align-items: start;
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.win-listing .win-block .text .win-list li .icon span {
  color: #f95736;
  font-size: 18px;
}

.win-listing .win-block .text .win-list li p {
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.food-solutions {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.solution-box {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: calc(100% - 20px);
  margin-bottom: 20px;
}

.solution-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.solution-box img {
  width: 60px;
  margin-bottom: 20px;
}

.food-delivery-empower {
  background: radial-gradient(77.6% 246.24% at 89.06% 16.58%,
      #fff9f3 0%,
      #f3f6ff 100%);
  position: relative;
}

.food-delivery-empower .empower-image {
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.food-delivery-empower .empower-image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.food-delivery-empower .empower-feature {
  border-left: 3px solid #0083eb;
  padding-left: 15px;
  transition: all 0.3s ease;
}

.food-delivery-empower .empower-icon img {
  width: 80px;
  height: 80px;
}

/* =============== BLOG CSS ENDS HERE =============== */

@media (max-width: 1640px) {
  .ai-tech-box {
    margin-bottom: 20px;
    height: calc(100% - 20px);
  }

  .ai-tech-content {
    padding: 14px 16px;
    min-height: 76px;
  }

  .ai-tech-content i {
    font-size: 22px;
  }

  .ai-tech-content h4 {
    font-size: 18px;
    line-height: 24px;
    padding-right: 30px;
  }

  .ai-tech-box img {
    height: 160px;
  }

  .industry-banner h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .industry-banner ul li {
    font-size: 14px;
    line-height: 21px;
  }

  .industry-banner {
    padding: 124px 0;
  }

  .ai-healthcare-development .development-box {
    padding: 20px !important;
  }
}

@media (max-width: 991px) {
  .theme-new-outline-btn {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .industry-banner .banner-inr {
    padding: 20px 20px;
  }

  .industry-banner .banner-inr h1 {
    font-size: 40px;
    line-height: 56px;
  }

  .industry-banner .banner-inr .banner-cont {
    position: static;
    margin-top: 20px;
  }

  .industry-banner .banner-inr .baner-img .shape-bx {
    display: none;
  }

  .industry-banner .banner-inr .banner-cont p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .ai-healthcare-cta .ai-healthcare-cta-inr .left-cont {
    padding: 20px 20px;
  }

  .blog-area .blog-img {
    width: 100%;
    height: 150px;
  }

  .right-cont {
    text-align: center;
  }

  .blog-area .blog-info {
    padding: 20px;
    min-height: 100px;
  }

  .blog-area .blog-info h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    color: #212121;
  }

  .blog-area .blog-info .date-badge {
    font-size: 14px;
    line-height: 34px;
  }

  .service-icn {
    width: 40px;
    height: 40px;
  }

   .service-icn img {
    height: 100%;
    width: 100%;
   }

  .service-card .image-box {
    width: 100%;
    height: 250px;
    overflow: hidden;
    min-height: unset;
  }

  .service-card {
    padding: 20px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    flex-direction: column;
    align-items: start;
  }

  .smarthome-development .development-box .icon img {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }

  .education-panel-features .content h2,
  .education-panel-features .content p,
  .education-panel-features .content h4 {
    color: #fff !important;
    font-size: 14px;
  }

  .smarthome-whychoose .ai-why-choose-list-icon {
    height: 40px !important;
    min-width: 40px !important;
    width: 40px !important;
  }

  .health-experties .ai-experties-box {
    padding: 20px;
  }

  .ai-healthcare-solution-box .small-heading {
    font-size: 14px;
  }

  .ai-healthcare-solution-box {
    margin-top: 20px;
    gap: 10px;
  }

  .ai-healthcare-solution-box .icon {
    width: 70px;
    height: 70px;
  }

  .ai-healthcare-solution-box .icon img {
    width: 32px;
  }

  .education-banner .shape {
    display: none;
  }

  .education-cta .cta-inner-box {
    padding: 20px;
  }

  .education-solutions .education-solution-box {
    flex-direction: column;
    text-align: start;
  }

  .education-panel-features .content {
    padding: 20px;
  }

  .education-panel-features .features-card {
    flex-direction: column;
  }

  .education-panel-features .sticky-top-section {
    position: unset;
  }

  .ai-experties.education-experties .ai-experties-box .expert-icon {
    height: 40px;
    width: 40px;
    min-width: 40px;
  }

  .education-solution-box img {
    max-width: 50px;
    height: 50px;
    width: 50px;
  }

  .education-service .service-card .service-icn img {
    width: 40px;
    height: 40px;
  }

  .education-reporting-box {
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }

  .education-why-choose .ai-why-choose-list-icon img {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .education-development-one .development-box .icon {
    height: 40px;
    width: 40px;
    min-width: 40px;
    margin-bottom: 20px;
  }

  .education-reporting-box .small-heading {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 574px) {
  .section-pd {
    padding: 40px 0 !important;
  }

  .industry-banner.retail-banner {
    padding: 40px 0 !important;
  }

  .industry-banner h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .education-banner .banner-top h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .sub-heading {
    font-size: 14px;
  }
}

/* ============ RETAIL PAGE CSS STARTS HERE =========== */

.retail-experties .ai-experties-box {
  padding: 24px;
}

.retail-experties .ai-experties-box .expert-icon {
  height: 64px;
  width: 64px;
}

.retail-experties .ai-experties-box .expert-icon img {
  height: 100%;
  width: 100%;
}

.retail-process .development-box {
  gap: 0;
}

.retail-process .development-box .icon {
  height: 64px;
  width: 64px;
  margin-bottom: 20px;
}

.retail-process .development-box .icon img {
  height: 100%;
  width: 100%;
  object-fit: unset;
}

.retail-process .development-box:hover {
  background: #fff;
}

.retail-whychoose .ai-why-choose-list-icon {
  height: 50px;
  min-width: 50px;
  width: 50px;
  display: block;
  background-color: transparent;
}

.retail-whychoose .ai-why-choose-list-icon img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


/* ============ RETAIL PAGE CSS ENDS HERE =========== */

/* ============ SMART HOME PAGE CSS STARTS HERE =========== */

.smarthome-development .development-box {
  padding: 25px;
  border: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 15px;
  flex-direction: row;
  transition: 0.5s;
  border: 1px solid #eee;
}

.smarthome-development .development-box:hover {
  transform: translateY(-5px);
}

.smarthome-development .development-box .cont {
  text-align: start;
}

.smarthome-development .development-box .icon {
  margin: 0 auto;
}

.smarthome-development .development-box:hover {
  background: #fff;
}

.smarthome-development .development-box .icon {
  width: auto;
  height: 64px;
}

.smarthome-development .development-box .icon img {
  width: auto;
  height: 64px;
  min-width: 64px;
}

.smarthome-whychoose .ai-why-choose-list-icon {
  height: 50px;
  min-width: 50px;
  width: 50px;
  display: block;
  background-color: transparent;
}

.smarthome-whychoose .ai-why-choose-list-icon img {
  height: 100%;
  width: 100%;
}

/* ============ SMART HOME PAGE CSS ENDS HERE =========== */