
.project__box p { font-weight: 400; line-height: 26px; margin-bottom: 1rem; }
.project__box ul {    margin-bottom: .35rem;
    font-weight: 400;
    color: #0C266C;
    list-style: disc;
    margin-left: 40px; }
.project__box li { margin-bottom: .35rem; font-weight: 400;
color: #0C266C;
 }

 
 
 .project__box-heading {
        font-size: 20px;
        line-height: 30px;
        margin: 20px 0;
       }
.banner-are::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../images/banner-img.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.experience-img-banner img{
  width: 70%;
  object-fit: cover;
  height: auto;
}

.about__counter-inner img{
  width: 100%;
  height: auto;
  border-radius: 40px;

}
.pro__items h5 {
    font-size: 22px;
    color: #24245e;
    margin-bottom: 14px;
}

.pro__items ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: disc;
    padding-left: 39px;
    color: #0C266C;
    margin-bottom: 20px;
}
h2.heading-2 {
    font-size: 24px;
    line-height: 51px;
    color: #0C266C;
    font-weight: 700;
}
ul.terms-listing {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-left: 35px;
    font-size: 16px;
    list-style: disc;
    padding: 10px 0;
}
ul.terms-listing li {
    color: #0C266C;
}
ul.terms-listing li a {
    color: #0C266C;
}
.section__header h4 {
    font-size: 21px;
    color: #000;
    line-height: 35px;
}
.card-product-row {
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-product-row:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  border-color: #053F44;
}

/* Only on card hover, image zooms */
.card-product-row:hover .experience__thumb img {
  transform: scale(1.03);
}

.experience__thumb {
  overflow: hidden;
  position: relative;
  height: 220px;
}

.experience__thumb img {
  width: 99%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  padding: 9px;
  border-radius: 13px !important;
}

.experience__content {
  flex-grow: 1;
  padding: 4px 16px 20px;
}

.section__header h4 {
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
  color: #0C266C;
}

.section__header-inner{
  font-size: 16px;
  line-height: 25px;
  color: #000000a6;
  margin-top: 5px;
  font-weight: 500;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reting-text-box p{
   font-size: 16px;
  line-height: 25px;
  color: #000000a6;
  margin-top: 5px;
  font-weight: 400;
  display: -webkit-box;
    -webkit-line-clamp: 5;
  width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-testimonials img {
  width: 80px !important;
  height: 80px  !important;
  height:auto;
  object-fit: cover;
}

/* Button styles (no hover effect needed) */


.counter-box .counter-icon {
    position: relative;
    display: inline-block;
    font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px;
    color: #3776F5;
}
.counter-box .counter-icon::after, .counter-box .counter-icon::before {
    content: "";
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    opacity: 0;
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #3776F5;
    -webkit-animation: iconPulse 1s linear infinite;
    animation: iconPulse 1s linear infinite;
}
.counter-box .counter-icon::after {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@keyframes iconPulse{
0% {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
50% {
  opacity: 1;
}
100% {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
}
.experience__inner img {
    width: 100%;
    object-fit: cover;
}
.about-section-are {
    text-align: center;
    display: flex;
}
.section__header-insdh h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 59px;
    color: #0C266C;
    margin-bottom: 20px;
}
.about__counter img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


.mission-vision-section {
  padding: 40px 20px;

}
.section__header-bf h2 {
    text-align: center;
    margin-bottom: 83px;
    color: #fff;
    font-size: 38px;
}
.Services-section-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.section-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 22px;
  color: #fff;
}

.section-text {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 40px;
}

.section__header-chooes{
  display: flex;
flex-direction: column;
gap: 10px;
color: #fff;
text-align: center;
}
.section__header-chooes h2{
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}
.section__header-chooes p{
  color: #fff;
}

.elementor-widget-container {
    padding: 20px 0px 0px 0px;
}
.sub-text {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color:#eb566c;
    position: relative;
  }

  .cmn-btn-style-new {
    background-color: transparent;
    background-image: linear-gradient(180deg, #DD4C23 19%, #F27C1E 100%);
    padding: 10px 17px;
    border: none;
    border-radius: 50px;
}
.cmn-btn-style-new span{
  color: #fff;
}
.title-inner {
    color: #0a0a0a;
    font-family: 'Livvic', sans-serif;
    font-weight: 700;
    position: relative;
    font-size: 30px;
  }
  .services-part {
    display: flex;
    align-content: center;
    margin-bottom: 20px;
}
.services-icon {
    display: inline-block;
    padding: 5px;
    font-size: 50px;
    line-height: 50px;
    color: #061340;
    transition: all ease .3s;
  }
  .services-icon img {
    max-width: unset;
    width: 50px;
    height: 50px;
  }
  .services-text {
    padding: 8px 0px 0px 10px;
    position: relative;
}
.services-text h3{
      font-size: 16px !important;
      color: #0a0a0a;
      line-height: 25px;
}
 .services-txt a{
   font-size: 16px !important;
   font-weight: 400;
   color: #0662c9 !important;
   line-height: 5px;
 }