* {
  box-sizing: border-box;
}
body {
  margin: 0;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 600;
}
.sec-padd1 {
    padding-top: 2rem;
}
.sec-padd8 {
    padding-bottom: 3rem;
}

/* animated bar animation css start  */

.animated-bar{
    position: relative;
    z-index: 0;
}
.animated-bar span::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 80px;
    height: 6px;
    background: rgba(230, 0, 10, 30%);
    border-radius: 5px;
}
.animated-bar span::after{
    content: "";
    position: absolute;
    left: 0;
    height: 10px;
    width: 10px;
    bottom: -17px;
    border-radius: 50%;
    background: #E6000A;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: move-circle;
}
@keyframes move-circle{
    0%{
        left: 0px;
    }
    50%{
        left: 80px;
    }
    0%{
        right: 0px;
    }
    50%{
        right: 80px;
    }
}

/* animated bar animation css end  */

.complex-idea_sec .hero-para{
    margin-top: 5rem;
}
.hero-para p{
    padding-bottom: 8px;
}
/* industry section css start  */

.industry-sec .row{
    margin-top: 8rem;
}
.industry-sec .industry-card{
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    background-color: #fff;
    min-height: 47rem;
}
.industry-sec .industry-card-para{
    padding: 24px;
}
.industry-sec .industry-card-para h3{
    font-size: 20px;
}
.industry-sec .industry-card-para p{
    font-size: 15px;
    margin-bottom: 10px;
}
.industry-sec .industry-card-para a{
    font-size: 14px;
    color: #E6000A;
    transition-duration: 0.3s;
}
.industry-sec .industry-card-para a:hover{
    color: #282828;
    transition: all ease-in 0.3s;
}
.industry-sec .industry-card-para a i {
    margin-left: 7px;
    transition: margin-left 0.3s ease-in;
}

.industry-sec .industry-card-para a:hover i {
    margin-left: 10px;
}
.industry-sec{
    background-image: url(/images/homepage/industry-optimize-bg.webp);
    background-size: cover;
}
.industry-sec .industry-txt{
    margin-top: 2.5rem;
}
.industry-sec .industry-card-img img{
    border-radius: 8px 8px 0px 0px;
}
.industry-card {
  overflow: hidden;
}

.industry-card-img img {
  transition: transform 0.5s ease;
}

.industry-card:hover .industry-card-img img {
  transform: scale(1.07);
}
.mt-5{
    margin-top: 3rem;
}

/* industry section css end  */

/* product section css start  */

.product-sec .product-card {
    padding: 16px 12px 0px 12px;
}

.product-sec .product-border:hover {
    transform: translateY(-10px); 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.product-sec .product-border{
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    min-height: 52rem;
}

.product-sec .product-card-para {
    padding: 24px;
}

.product-sec .product-card-para h3 {
    font-size: 20px;
}

.product-sec .product-card-para p {
    font-size: 15px;
    margin-bottom: 10px;
}

.product-sec .product-card-para a {
    font-size: 14px;
    color: #E6000A;
    transition-duration: 0.3s;
}

.product-sec .product-card-para a:hover {
    color: #282828;
    transition: all ease-in 0.3s;
}

.product-sec .product-card-para a i {
    margin-left: 7px;
    transition: margin-left 0.3s ease-in;
}

.product-sec .product-card-para a:hover i {
    margin-left: 10px;
}

.product-sec .product-card-img {
    display: flex;
    justify-content: center;
    padding-top: 23px;
}

.product-h-txt {
    margin: 40px 0px 20px 0px;
}

.product-sec .slick-dots li button:before {
    font-size: 40px;
}

.product-sec .slick-dots li.slick-active button:before {
    color: #E6000A;
}

.product-sec .slick-track {
    margin-bottom: 2rem;
}

.product-sec .slick-dots li {
    margin: 0px;
}

.product-sec .industry-txt{
    margin-top: 3rem;
}

/* product section css end */

/* whats new section css start  */
.what-new-row{
    margin-top: 7rem;
}
.what-new-sec .what-card-txt h3{
    font-size: 24px;
    margin-bottom: 12px;
    color: #E6000A;
}
.what-new-sec .slick-dots li button:before {
    font-size: 40px;
}
.what-new-sec .slick-dots li.slick-active button:before {
    color: #E6000A;
}
.what-new-sec .what-slider{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    max-height: 33.3rem;
    border-radius: 8px;
}
.what-new-sec .slick-track {
    margin-bottom: 2rem;
}
.what-new-sec .what-card-txt{
    padding-right: 35px;
}
.what-new-sec .slick-dots li {
    margin: 0px;
}
.what-new-sec .slick-dots{
    bottom: -45px;
}
.what-img img{
    border-radius: 8px 0px 0px 8px;
}
.what-card .row{
    display: flex;
    align-items: center;
}
.what-card-txt h6{
    font-size: 14px;
}


/* whats new section css end  */


/* support section css start  */

.support-sec .support-card{
    padding: 20px;
}
.support-sec .support-card-para h3{
    font-size: 20px;
}
.support-sec .support-card-para{
    margin-top: 18px;
    text-align: center;
}
.support-sec .support-card-para p{
    text-align: center;
}
.support-sec .support-icon{
    text-align: center;
}
.support-sec .support-container{
    background-image: url(/images/homepage/support-bg.webp);
    background-size: cover;
    padding: 35px 35px 10px 35px;
    border-radius: 8px;
}

.support-icon {
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.support-card:hover .support-icon {
  transform: rotateY(180deg);
}

/* support section css end  */

/* Counter section css start  */

.counter {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.counter-description {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.counter-sec{
    background-color: #E6000A;
    margin-top: 2rem;
    /* margin-bottom: 2rem; */
}
.counter-card {
  border-right: 2px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; /* Ensure full height if needed */
  padding: 20px 0; /* Optional: add vertical padding */
}

.counter-card.no-border {
  border-right: none;
}
.counter-row{
    display: flex;
    justify-content: center;
}
/* Counter section css end  */

/* testimonial section css start  */

.quote img{
    margin-bottom: 16px;
}
.testimonial-card-txt{
    padding: 45px;
}
.testimonial-card-txt ul{
    list-style: none;
    padding: 0px;
}
.testimonial-sec .client-img{
    text-align: -webkit-center;
}
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.testimonial-card {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 36rem; /* Set a base minimum height */
  padding: 20px;
  border-radius: 8px;
}

.testimonial-card-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.testimonial-sec{
    background-color: #f1f1f1;
}
.testimonial-sec .slick-next::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;            
  opacity: 1;             
  transition: color 0.3s; 
}

.testimonial-sec .slick-next:hover::before {
  color: #DC2C1D;         
}
.testimonial-sec .slick-prev::before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;            
  opacity: 1;             
  transition: color 0.3s; 
}

.testimonial-sec .slick-prev:hover::before {
  color: #DC2C1D;         
}

.testimonial-sec .testimonial-row{
    margin-top: 3rem;
}
.testimonial-sec .industry-txt{
    margin-top: 3rem;
}
.testimonial-sec .slick-prev,
.testimonial-sec .slick-next {
  display: inline-block !important;
}
.testimonial-logo img{
    margin-top: 15px;
}
.testimonial-sec .slick-dots li.slick-active button:before {
    color: #E6000A;
}
.testimonial-sec .slick-dots li button:before {
    font-size: 40px;
}
.testimonial-sec .slick-dots {
    bottom: 15px;
}
.client-name h6{
    font-size: 18px;
    margin-top: 15px;
}
.testimonial-sec .testimonial-card .row{
    display: flex;
    align-items: center;
}
/* testimonial section css end */