body {
 padding : 0px;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}

.feature-item .icon img {
  width: 45px;
  margin-right: 15px;
}

.fusion-section h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin-bottom: 25px;
}










 .business-slider {
  background: #fff;
  text-align: center;
  padding: 70px 0;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.business-slider h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 40px;
  text-transform: uppercase;
  line-height: 1.4;
}

.business-slider h2 span {
  color: #2e59d9;
}

.slider-wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.slider {
  display: flex;
  gap: 20px;
  transition: transform 0.6s ease-in-out;
}

.slide {
  min-width: calc(33.33% - 20px);
  position: relative;
  /*border-radius: 6px;*/
  overflow: hidden;
}

.slide img {
height: 269px;
width: 444px;
  object-fit: cover;
  filter: brightness(70%);
  /*border-radius: 2px;*/
  transition: all 0.3s ease-in-out;
}

.slide:hover img {
  transform: scale(1.05);
}

.content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  text-align: left;
}

.content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.learn-btn {
  background-color: #ff6600;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 6px;
  transition: 0.3s ease;
}

.learn-btn:hover {
  background-color: #e25500;
}

.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-btn:hover {
  background: #ff6600;
  border-color: #ff6600;
  color: #fff;
}

.prev {
  left: -70px;
}

.next {
  right: -70px;
}

.ft{
    width:90%; 
    margin-left:-45px;
}
.faq-section {
    position: relative;
}

/* LEFT SIDE */
.faq-left {
    position: relative;
}

.faq-main-img {
    border-radius: 10px;
    width: 100%;
}
.tab_edit{
   padding: 30px 0; 
}

.faq-box {
    position: absolute;
    bottom: -40px;
    left: 20px;
    background: #162d6d;
    color: #fff;
    padding: 35px;
    border-radius: 10px;
    width: 70%;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.2);
}

.faq-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.faq-box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

/* RIGHT SIDE */
.faq-title {
    font-size: 30px;
    font-weight: 700;
    color: #0d0d44;
    margin-bottom: 15px;
}

.faq-para {
    font-size: 16px;
    color: #555;
    margin-bottom: 35px;
}

.faq-list .faq-item {
    background: #f9a825;
    padding: 22px 30px;
    border-radius: 12px;
    margin-bottom: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.faq-list .plus {
    font-size: 28px;
    font-weight: 800;
}
 .hero-section img.banner-img {
      width: 100%;
      height: 100%;
      object-fit: cover!important;
      filter: brightness(70%);
    }
    
    .about h2 {
  font-size: 32px;
  line-height: 1.3;
}

/* Growth Box */
.growth-box {
  position: absolute;
  bottom: -25px;
  left: 40px;
  background: #fff;
  color: #11166F;
  padding: 20px 25px;
  border-radius: 15px;
  width: 180px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.footer-bggg {
  background-image: url('img/footer_shape.png');
  background-repeat: no-repeat;
  background-position: right;
}
@media(max-width: 2560px){
}
@media(max-width: 1920px){
.header_edit{
 color:white; padding-top: 14px;padding-bottom: 4px; font-size: 14px;
}
.headerss{
   color: white; padding-top: 14px; padding-bottom: 4px; padding-left: 98px; font-size: 14px;
}
  .imgedit {
     width: 70%;
     margin-left: -70px;
  }  
}
@media(max-width: 1440px){
   .header_editone{
    color: white;
    padding-top: 14px;
    padding-bottom: 4px;
    padding-left: 134px;
    font-size: 14px;  
   }
    .headerss {
     font-size: 16px;
              padding-left: 318px;
    }
    
    
    .imgedit {
        width: 77%;
        margin-left: -54px;
    }
 
}
@media(max-width: 1025px){
   .headerss {
    padding-left: 182px;
    font-size: 15px;
    }
    
   .imgedit {
        width: 90%;
        margin-left: -35px;
    }
    
    .growth-box {
    text-align: center;
    width: 222px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(-30px);
    animation: slideIn 1s 
ease-out forwards;
}
}

@media(max-width: 768px){
      .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
.headerss {
        padding-left: 136px;
        font-size: 12px;
        margin-top: -1px;
    }
     .header_edit {
        color: white;
        padding-top: 14px;
        padding-bottom: 4px;
        padding-left: -5px;
        font-size: 12px;
    }
}
@media(max-width: 600px){
    
}

@media(max-width: 576px){
    
    .slide {
    min-width: calc(54.33% - 20px);
    position: relative;
    /* border-radius: 6px; */
    overflow: hidden;
}
.headerss {
        padding-left: 174px;
        font-size: 14px;
        margin-top: -25px;
    }
    
 .header_edit {
        color: white;
        padding-top: 14px;
        padding-bottom: 4px;
        padding-left: 175px;
        font-size: 12px;
    }
      .footer-bggg {
    background-image: none !important;
  }
     .fusion-content {
        max-width: 100%;
        margin-top: -88px;
    }
}
@media (max-width: 480px) { 
     .headerss {
        padding-left: 8px;
        font-size: 14px;
        margin-top: -25px;
    }
        .header_edit {
        color: white;
        padding-top: 14px;
        padding-bottom: 4px;
        padding-left: 5px;
        font-size: 12px;
    }
    
}
@media(max-width: 425px){
.fusion-section h1 {
        font-size: 25px;
        font-weight: 700;
        line-height: 1.3;
        color: #000;
        margin-bottom: 25px;
    }
    .feature-item .icon img {
    width: 37px;
    margin-right: 28px;
}
.header_edit {
        color: white;
        padding-top: 14px;
        padding-bottom: 4px;
        padding-left: 100px;
        /* font-size: 14px; */
    }
     .headerss {
        padding-left: 105px;
        font-size: 13px;
        margin-top: -25px;
    }
        .slide {
    min-width: calc(55.44% - 20px);
    position: relative;
    /* border-radius: 6px; */
    overflow: hidden;
}
    .ft {
    width: 68%;
    margin-left: -5px;
}
.hero-content {
    left: 5%;
    top: 50%;
}
.faq-box {
    position: absolute;
    bottom: -40px;
    left: 20px;
    background: #162d6d;
    color: #fff;
    padding: 35px;
    border-radius: 10px;
    width: 70%;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
    .faq-title {
        margin-top: 62px!important;
    }
    .hero-content {
        left: 5%;
        top: 43%;
    }
    
  .growth-box {
    text-align: center;
    width: 250px;
    background: #fff;
    padding: 20px;
    margin-top: -42px!important;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(-30px);
    animation: slideIn 1s 
    ease-out forwards;
  }
    .footer-bggg {
    background-image: none !important;
  }
  .mobile-content h1 {
        font-size: 40px;
        /* margin-bottom: 14px; */
    }
}
@media(max-width: 375px){
     .mobile-content h1 {
        font-size: 36px;
        /* margin-bottom: 14px; */
    }
    .feature-item .icon img {
        width: 35px;
        margin-right: 38px;
    }
.faq-box {
    position: absolute!important;
    bottom: -27px!important;
    left: 20px!important;
    background: #162d6d!important;
    color: #fff!important;
    padding: 16px!important;
    border-radius: 10px!important;
    width: 70%!important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2)!important;
}
    .headerss {
        padding-left: -1px;
        font-size: 11px;
        margin-top: -22px;
    }
    .slide {
    min-width: calc(80.33% - 20px)!important;
    position: relative;
    overflow: hidden;
}

.ft {
    width: 77%;
    margin-left: 13px;
}
 .hero-content {
    left: 5%;
    top: 48%;
   }
    .hero-content h1 {
      font-size: 33px;
      margin-top: -73px;
    }
  .header_edit {
        color: white;
        padding-top: 14px;
        padding-bottom: 4px;
        font-size: 11px;
        margin-left: -14px;
    }
.foot_edit {
    background-repeat: no-repeat; 
    background-position: right;
 }
   .footer-bggg {
    background-image: none !important;
  }
  
  .aa_edit{
      margin-top: 30px!important;
  }
}
@media(max-width: 320px){
   .slide {
    min-width: calc(98.33% - 20px)!important;
    position: relative;
    overflow: hidden;
}
    .ft {
        width: 82%;
        margin-left: -11px;
    }
    .faq-box {
        position: absolute !important;
        bottom: -115px !important;
        left: 10px !important;
        background: #162d6d !important;
        color: #fff !important;
        padding: 20px !important;
        border-radius: 10px !important;
        width: 83% !important;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2) !important;
    }
    .tab_edit{
   padding: 30px 0; 
}
  .hero-content h1 {
      font-size: 36px;
      margin-top: -26px;
    }
      
    .hero-content p {
        font-size: 19px;
    }
    .about h2 {
    font-size: 22px;
    line-height: 1.3;
}
    .faq-title {
        margin-top: 128px;
    }
    
.hero-section img.banner-img {
      width: 100%;
      height: 100%;
      object-fit: cover!important;
      filter: brightness(70%);
   }
 .footer-bggg {
    background-image: none !important;
  }
  
      .header_edit {
        color: white;
        padding-top: 14px;
        padding-bottom: 4px;
        font-size: 11px;
        margin-left: -35px;
    }
      .headerss {
        padding-left: -6px;
        font-size: 12px;
        margin-top: -26px;
        padding-left: 74px;
    }
    .feature-item .icon img {
        width: 31px;
        margin-right: 44px;
    }
     .fusion-section h1 {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.3;
        color: #000;
        margin-bottom: 25px;
    }
}