




/* hero banner */
.first-bk {
   background: url(../src/photos/newservicepage/bgimg.png);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
    padding: 60px 75px 80px 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .left-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .button-icon {
    height: 18px;
    width: auto;
    margin-left: -10px;
  }
  .banner-img {
    height: 400px;
    width: auto;
    border-radius: 20px;
    object-fit: cover;
    object-position: right
    
  }
  .right-side {
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .page-heading-section {
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    margin-right: -75px;
    margin-top: -75px;
    margin-bottom: 75px;
    z-index: 1;
    width: 370px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
  }
  .page-heading {
    font-size: 40px;
    font-weight: 600;
  }
  /* hero banner end */




  .carousle-scroll {
    /* background-color: #f7f9fe; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* gap: 30px; */
    overflow-x: hidden !important;
  }
  .swiper-container {
    width: 100%;
    padding: 20px 0;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide img {
    width: 150px;
    height: auto;
  }
  .swiper-wrapper {
    transition-timing-function: ease-in-out !important;
  }


  
  /* second section */
  .second-bk {
    padding: 80px 75px 80px 75px;
    display: flex ;
    align-items: center ;
    flex-direction: row ;
    justify-content: space-between ;
  }
  .section-heading {
    background-color: #ededed;
    color: black;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
  }
  .second-left-side {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .second-list {
    margin-top: -10px;
  }
  .second-right-side {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .second-right-side img {
    height: 400px;
    width: 400px;
    border-radius: 20px;
    object-fit: cover;
  }
  
  /* second section end*/
  /* third section */

  .third-bk{
    background: url(../src/photos/new-home-page/3795.jpg) ,
    linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
      /* background-color: #074582; */
      padding: 80px 75px !important;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .mobile-app-section {
    background: url(../src/photos/new-home-page/3795.jpg) ,
    linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 75px 80px 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .third-img{
   width:100%;
   margin-top: 30px;
   margin-bottom: 30px;
  
  }
  .section-heading-white {
    background-color: #ffffff;
    color: black;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
  }
  .third-left-side {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
  }
  .border-box {
    border: 3px solid white;
    border-radius: 10px;
    padding: 30px;
    height: 40vh;
  }
  .border-box-heading {
    font-size: 25px;
    color: white;
  }
  .boreder-boxed-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .boreder-boxed-container-row {
    display: flex;
    align-items: end;
    justify-content: center;
  }
  /* third section end*/
  /* fourth section */
  .fourth-bk {
    padding: 80px 75px 30px 75px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .fourth-1-bk {
    padding: 0px 75px 80px 75px;
    gap: 20px;
  }
  .row-section{
    padding: 0px 75px;

    height: 40vh;
    /* background-color: #a2c801; */
    display: flex;
    justify-content: space-around;
    gap: 40px;
    align-items: center;
    margin-bottom: 100px;
   

  }
  .inner-row-container{
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: start;
flex-direction: column;
    padding: 20px;
    height: 35vh;
    width: 25%;
    border-radius: 20px;
    /* background-color: hsl(0, 0%, 0%); */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  }
  .inner-row-container i {
    color: #a2c801;
  }
  .backbg-black-head{
    font-family: poppins;
    font-size: 22px;
    color: #000000;
    font-weight: 500;

}
.text-black-small{
    font-family: poppins;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}
  /* fourth section end*/





  /* new-backimg-section start */
  .new-backimg-section{
    background: url(../src/photos/new-home-page/3795.jpg) ,
    linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px 75px 30px 75px;
    height: 70vh;
    /* background-color: #262626; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
  .button-in-blackbg{
    width: 200px;
  }
  .icon-size-bgback{
    font-size: 20px;
    color: white;
  }
  .inner-backimg-container-1{
    /* background-color: #ccc; */
    width: 50%;
  }
  .inner-backimg-container-2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* background-color: #ccc; */
    width: 50%;
  }
.blackbg-inside-container{
    padding: 40px;
    /* background-color: #a2c801; */
    width: 50%;
    height: 30vh;
    border-left: 2px solid white;
}
.backbg-white-head{
    font-family: poppins;
    font-size: 25px;
    color: #ffffff;
    font-weight: 500;

}
.text-white-small{
    font-family: poppins;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
}

  /* new-backimg-section end */
 




  /* sixth section */
  .sixth-bk {
    padding: 80px 75px; /* Padding for the section */
  }
  .accordion {
    width: 100%; /* Set accordion width to 100% */
  }
  /* Custom styles for the accordion */
  .accordion-button {
    background-color: white; /* Set background color to white */
    color: #000; /* Set text color */
    box-shadow: none; /* Remove box shadow */
  }
  
  .accordion-button:not(.collapsed) {
    background-color: white; /* Keep background white when active */
    color: #000; /* Set text color when active */
    border: 1px solid #000000; /* Keep border color */
    border-top: none;
    border-left: none;
    border-right: none; /* Remove bottom border when active */
  }
  
  .accordion-item {
    border: 1px solid #000000; /* Border for the accordion item */
    border-top: none;
    border-left: none;
    border-right: none; /* Remove bottom border for the last item */
  }
  
  .accordion-item:last-child {
    border-bottom: 1px solid #000000; /* Add bottom border for the last item */
  }
  
  /* Show bottom border only when all items are collapsed */
  .accordion-button.collapsed {
    border-bottom: 1px solid #000000; /* Show bottom border when collapsed */
  }
  
  /* Remove box shadow when active */
  .accordion-button:focus {
    box-shadow: none; /* Remove focus box shadow */
  }
  .accordion-container {
    display:flex;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
  }
  /* sixth section end*/
  /* seventh section */
  .form-group {
    margin-bottom: 15px;
  }
  
  /* Input fields: full width for a better user experience */
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    width: 100%; /* Full width for input fields */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: white; /* White background for input fields */
  }
  
  /* Placeholder text: black for better readability */
  input::placeholder {
    color: black; /* Black color for placeholder text */
  }
  
  /* Text area for the message */
  textarea {
    width: 100%; /* Full width for the message textarea */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: white; /* White background for textarea */
  }
  
  /* Styling for the side-by-side layout */
  .side-by-side {
    display: flex;
    justify-content: space-between; /* Space between input fields */
  }
  
  .side-by-side .form-group {
    flex: 1; /* Allow equal width for both input fields */
    margin-right: 10px; 
  }
  
  .side-by-side .form-group:last-child {
    margin-right: 0; /* Remove margin for the last field */
  }
  
  






  /* responsive  start*/
  @media only screen and (max-width: 800px) {

   
   
   
    .first-bk {
      background: url(../src/photos/newservicepage/mobile-bg-image-services.jpg);
      padding: 60px 20px 60px 20px;
      background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-direction: row;
    }
  
  .second-bk {
    padding: 30px 20px 60px 20px ;
    display: flex; 
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }


  .second-right-side img {
    height: 200px;
    width: auto;
    border-radius: 20px;
    object-fit: cover;
  }

  .mobile-app-section {
    background: url(../src/photos/new-home-page/3795.jpg) ,
    linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 20px 60px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .border-box {
    border: 2px solid white;
    border-radius: 10px;
    padding: 30px;
    height: fit-content;
  }
  .border-box-heading {
    font-size: 20px;
    color: white;
  }
  .boreder-boxed-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .boreder-boxed-container-row {
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .boreder-boxed-container-row {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 40px
    ;
  }
  .boreder-boxed-container{
    margin-top: 40px;
  }


/* row section start */


.fourth-bk{
  padding-left: 20px;
  padding-right: 20px;
}
.row-section{
  padding: 0px 20px;
  /* margin-top: -40px; */
  height: 40vh;
 
  display: flex;
  justify-content: space-around;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120vh;
  
  
  }
  .inner-row-container{
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  flex-direction: column;
  padding: 20px;
  height: 35vh;
  width: 100%;
  border-radius: 20px;
  /* background-color: hsl(0, 0%, 0%); */
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  }
  .inner-row-container i {
  color: #a2c801;
  }
  .backbg-black-head{
  font-family: poppins;
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  
  }
  .text-black-small{
  font-family: poppins;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  }
/* row section End */






/* new-backimg-section start */
.new-backimg-section{
  background: url(../src/photos/new-home-page/3795.jpg) ,
  linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 30px 10px 30px 10px;
  display: flex;
  justify-content: space-around;
  flex-direction:column;
  align-items: center;
  /* gap: 60px; */
}
.button-in-blackbg{
  width: 200px;
}
.icon-size-bgback{
  font-size: 20px;
  color: white;
}
.inner-backimg-container-1{
  /* background-color: #ccc; */
  width: 100%;
  padding: 0px 10px;
}
.inner-backimg-container-2{
  display: flex;
  align-items: center;
  justify-content: center;
   margin-top: -80px;
   width: 100%;
}
.blackbg-inside-container{
  padding: 10px;
  /* background-color: #a2c801; */
  width: 100%;
  height: 25vh;
  border-left: 2px solid white;
}
.new-mobile-container-2{
  
  padding-left: 30px;
}

.backbg-white-head{
  font-family: poppins;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;

}
.text-white-small{
  font-family: poppins;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
}

/* new-backimg-section end */




/* faq section start */


.sixth-bk {
  padding: 60px 20px; /* Padding for the section */
}
.accordion-container {
  display:flex;
  justify-content: center;
  align-items: center;
  margin-left: -2%;
  margin-top: 20px;
}
.accordion-body{
  font-size: 12px;
}
/* faq section End */
.third-bk{
  padding: 60px 20px !important;
}
}



  /* responsive  End*/