.Service_hero{
    background-image: url(../images/serviceHeader.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px  200px 10px;
}
.btn_together{
     color:#FFF;
 border-radius: 5.254px;
background:#0B63E5;
padding: 8px 12px;
font-size: 15px;
border: none;
transition: all .3s ease-in-out;
gap: 10px;
}
.Service_hero h5{
    color: white;
      font-family: 'Lexend-Light';
      font-size: 15px;
}
.Service_hero span{
    color: #FFC759;
      font-family: 'Lexend-Light';
}
.logo_sec .logo_img{
    width: 10px!important;
}
.logo-marquee-container {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
  position: relative;
}

.logo-marquee {
  display: flex;
  animation: scrollLeft 30s linear infinite;
  min-width: max-content;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Logo styles */
.log_img {
width: 100px;
  margin: 0 20px;
  flex-shrink: 0;
}



.values_sec h5{
    color: #CC222A;
    font-size: 15px;
}
.values_sec  h2{
    background-color: #F5F7FF;
    color: #100F1B;
       font-family: 'Lexend-Bold';
}
.values_sec p{
    color: #373642;
}
.values_sec .content{
    margin-left:12.5%;
}
.card_sec{
    width: 80%;
}
.service_card{
    display: flex;
padding:39px;
flex-direction: column;
align-items: flex-start;
gap:55;
flex-shrink: 0;
border-radius: 17px;
background:  #F4F4F4;
height: 100%;
}
.icon_box{
    width: 50px;
    height: 50px;
    background-color: black;
    color: white;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_card h4 , .service_card1 h4{
    font-size: 25px;
}
.service_card .content , .service_card1 .content{
    color: black;
}
.service_card:hover .content, .service_card1:hover .content{
    color:white;
}


.service_card:hover ,.service_card1:hover{
    background-color: #100F1B;
    color: white;
    transition: all;
}
.service_card:hover .icon_box,.service_card1:hover .icon_box1 , .service_card1:hover .icon-dot{
    background-color: #CC222A;
    color:white ;
}
.service_card1{
    display: flex;
padding: 39px;
flex-direction: column;
align-items: flex-start;
gap: 31px;
border-radius: 17.743px;
background:#F4F4F4;
height: 100%;
}
.icon_box1{
    width: 50px;
    height: 50px;
    background-color: black;
    color: white;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.Fa_que {
  font-size: 50px;
  font-family: 'Lexend-Bold', sans-serif;
  margin-bottom: 30px;
}

.accordion-item {
  background-color: transparent;
  border: none;
}

.accordion-button {
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 20px 50px 20px 20px;
  position: relative;
  box-shadow: none;
  border-radius: 0;
}
.accordion-button:focus{
    border-color: none !important;
    box-shadow: none !important;
}

.accordion-button::after {
  display: none;
}

.accordion-button::before {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s ease;
}

.accordion-button:not(.collapsed)::before {
  content: '−';
}

.accordion-body {
  background-color: #fff;
  padding: 0 20px 20px 20px;
  font-size: 1rem;
}

.accordion-button:not(.collapsed) {
  color: black !important;
  background-color: white !important;
  box-shadow: none !important;
}

.cta-box {
  background-color: #fff;
  padding: 30px;
  height: 100%;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.cta-box button {
  background-color: #CC222A;
  border: none;
  padding: 12px 25px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
}
    
.arrow_btn {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #CC222A;
    color: #CC222A;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease;
}

.arrow_btn:hover {
    background: #CC222A;
    color: white;
}
.icon-dot{
  color: #CC222A;
}


/* about section */
