
.hero-fusion {
  position: relative;
  width: 100%;
  height: 700px;
  /* Adjust as needed */
}

.hero-image-fusion {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-fusion {
  position: absolute;
  bottom: 2%;
  left: 0;
  width: 80%;
  color: white;
  padding: 20px;
  box-sizing: border-box;
  margin-left: 10%;


}

.overlay-fusion h1 {
  font-size: 50px;
  margin: 0;
  font-weight: 400;
  color: #ffff;
}

.overlay-fusion p {
  font-size: 18px;
  margin: 5px 0 0;
}

.divider-fusion {
  color: red;
  font-weight: bold;
  margin-right: 0px;


}

.fusion-span-fusion {
  margin-left: 2%;
}












.line-heading-fusion p {
  font-size: 45px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 400;
}



.section-industries-fusion {
  width: 100%;
  background: rgb(246, 246, 246);
  background: linear-gradient(0deg, rgba(246, 246, 246, 1) 66%, rgba(255, 255, 255, 1) 66%);
}

.industries-fusion {
  padding: 50px 20px;
  width: 80%;
  margin: auto;
  font-family: Abaca-regular;

}

.industries-fusion .line-fusion {
  height: 3px;
  background-color: red;
  width: 8%;
  margin-bottom: 20px;
}

.industries-heading-1-fusion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.industries-p-fusion {

  margin-bottom: 30px;
  font-size: 20px;
    margin-top: 21px;

}

.industries-fusion h2 {
  font-size: 35px;
     margin-bottom: 28px;
  font-weight: 400;
}

.industries-fusion p {

  margin-bottom: 56px;
  font-size: 20px;

}

.grid-container-fusion {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.industry-fusion {

  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease;
}

.industry-fusion:hover {
  transform: translateY(-5px);
}

.industry-fusion img {
  width: 100%;
  height: 286px;
  object-fit: cover;
}

.industries-heading-fusion .red-line-fusion {
  width: 4px;
  height: 26px;
  background-color: red;
}

.industries-heading-fusion {
  display: flex;
  align-items: center;
  /* Align items in the center */
  gap: 10px;
  /* Space between the red line and h3 */
  padding-left: 20px;
}

.industry-fusion p {
  padding-left: 35px;
}


.industry-fusion h3 {
  margin: 15px 0 5px;
  font-size: 24px;
  position: relative;
  font-weight: 400;
  padding-bottom: 8px;
  color: black;
  padding-right: 10px;
}

.industry-fusion p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  padding-right: 10px;

}




.business-growth-container-fusion {
  width: 100%;
  height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;



}

.business-growth-fusion {

  display: flex;
  justify-content: center;
  gap: 24%;
}

.business-growth-img-fusion {
  width: 33%;
}

.business-growth-img-fusion img {
  width: 750px;
  height: 676px;
  max-width: 140%;
}

.business-growth-text-fusion {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #343434;
}

.business-growth-text-fusion h1 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 0;
    line-height: 44px;
    margin-bottom: 21px;
}


.business-growth-text-fusion h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Abaca-medium;

}

.business-growth-text-fusion h4 span {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  font-family: Abaca-regular;
}


.business-growth-text-fusion li::marker {
  color: #E32124;
  font-size: 30px;
}



.business-growth-text-fusion button {
  background: red;
  color: white;
  border: none;
  padding: 10px 27px;
  font-size: 19px;
  border-radius: 4px;
  cursor: pointer;

}

.business-growth-fusion ul {
  padding: 0;
  list-style-type: disc !important;
      margin-left: 27px;
}


/* fusion-services section */

/* .fusion-services-container {
  
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;-fusion
  background-size: cover;

} */




/* Main container styling */
.fusion-services-container-fusion {
  background-image: url('/wp-content/uploads/2025/27/fusion-background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
   font-family: Abaca-regular;
}


.fusion-services-fusion {
      padding: 103px 0 103px 0;
  width: 74%;
  margin: auto;
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
}


/* Heading section */
.fusion-services-container-fusion h3 {
  font-size: 35px;
  font-weight: 400;
    
     


}

.fusion-services-container-fusion p {
  font-size: 20px;
  color: #ddd;
  margin-left: 40px;
  line-height: 27px;
  letter-spacing: 1px;
      margin-bottom: 3%;
          margin: 3%;

}

/* Services grid */
.services-grid-fusion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10%;
  width: 90%;
  margin-left: 23px;
  line-height: 37px;
  letter-spacing: 1px;
}

/* Individual service box */
.service-item-fusion {
  /* background: rgba(255, 255, 255, 0.05); */
  padding: 20px;
  border-radius: 8px;
}

/* Service titles */
.service-item-fusion h3 {
  font-size: 26px;
  font-weight: 500;
  color: white;
  margin-bottom: 15px;
}

/* List inside services */
.service-item-fusion ul {
  list-style: none;
  padding-left: 0;
}

.service-item-fusion ul li {
  font-size: 20px;
  color: #bbb;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 22px;
}

.service-item-fusion ul li::before {
  content: "•" !important;
  color: white;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}
















/* Section Styling */

.oracle-section-fusion {
  width: 100%;
  height: 612px;
  display: flex;
  justify-content: center;
  align-items: center;
      margin-top: 7%;
    margin-bottom: 10%;

}

.oracle-bg-design-fusion {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 50px 0 0 0;
  background-color: #fff;
  background-image: url('/wp-content/uploads/2025/27/oracle-left-design.png');

  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

/* Container */
.oracle-container-fusion {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5%;

}


.oracle-text-container-fusion {
  width: 35%;

  padding-right: 20px;
}

.oracle-text-fusion {
  width: 90%;
}

.oracle-text-fusion h1 {
  font-size: 32px;
  font-weight: 600;
  color: #343434;
  font-weight: 500;
 margin-bottom: 29px;
 line-height: 43px;
}

.oracle-text-fusion p {
  font-size: 20px;
  line-height: 1.6;
    margin-bottom: 35px;
}

/* Right Side Image */
.oracle-image-fusion {
  width: 35%;
}

.oracle-image-fusion img {
  width: 100%;
  max-width: 700px;
  min-width: 400px;
  border-radius: 5px;
}







.why-abacasys-container-fusion {
  width: 60%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 6%;


}


.why-abacasys-container-fusion h2 {
  text-align: left;
  font-size: 35px;
  margin-bottom: 43px !important;
  font-weight: 400;
  color: #343434;
  margin: 0;
}

.why-abacasys-container-fusion h3 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 64px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.why-abacasys-container-fusion .divider-fusion {
  color: red;
  font-size: 24px;
  margin-right: 10px;
}

.why-abacasys-container-fusion p {
  font-size: 18px;
  line-height: 1.6;
  margin-left: 22px;
  margin-top: 7px;
}

.why-abacasys-container-fusion p .strong-fusion {
  font-size: 20px;
  color: #282828;
  font-weight: 600;
}

.why-abacasys-container-fusion ul {
  padding-left: 20px;
  margin-left: 20px;
 font-family: 'Abaca-regular';
  list-style-type: disc !important;
}

.why-abacasys-container-fusion ul li {
  font-size: 18px;
  margin-bottom: 10px;
}

#blog-loader::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}



@media (max-width: 1638px) {
  .home-p-container-fusion {
    margin-bottom: 20px;
  }

  .overlay-fusion {
    bottom: 5%;
  }

}


@media (max-width: 1478px) {
  .business-growth-img-fusion img {
    width: 640px;
    height: auto;
  }

  .business-growth-text-fusion h1 {
    margin: 0;
  }

  .industry-fusion h3 {
    font-size: 22px;

  }

  .industry-fusion p {
    font-size: 17px;
    font-weight: 400;
  }
}


@media (max-width: 1245px) {

  .business-growth-img-fusion img {
    width: 550px;
    height: auto;
  }

  .business-growth-fusion {
    align-items: center;
  }

  .business-growth-text-fusion h4 {
    margin-bottom: 10px;
  }

  .oracle-image-fusion {
    width: 45%;
  }

  .why-abacasys-container-fusion {
    width: 70%;
  }

  .hero-fusion {
    height: 630px;

  }

  .overlay-fusion h1 {
    font-size: 40px;
  }

  .industry-fusion h3 {
    font-size: 19px;
  }



  .fusion-services-container-fusion p {
    font-size: 18px;
  }

  .service-item-fusion ul li {
    font-size: 18px;
  }

  .service-item-fusion h3 {
    font-size: 23px;
  }
}

@media (max-width: 1056px) {
  .line-heading-fusion p {
    font-size: 38px;
    line-height: 1.4;
    letter-spacing: 1.5px;
  }

  .home-p-container-fusion {

    margin-bottom: 30px;
  }

  .home-container-fusion .line1-fusion {
    bottom: 31px;
    height: 22px;

  }

  .business-growth-container-fusion {
    height: auto;
    margin-top: 10%;
  }

  .business-growth-fusion {
    flex-direction: column;
    padding: 50px;
  }

  .business-growth-img-fusion {
    width: 100%;
  }

  .business-growth-img-fusion img {
    width: 100%;
  }

  .business-growth-text-fusion {
    width: 100%;
  }

  .hero-fusion-fusion {
    height: 500px;
  }

  .overlay-fusion-fusion h1 {
    font-size: 35px;
  }
}


@media (max-width: 1024px) {
  .grid-container-fusion-fusion {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .industries-fusion-fusion {
    width: 90%;
    padding: 40px 15px;
  }

  .industries-fusion-fusion h2 {
    font-size: 24px;
  }

  .industry-fusion-fusion h3 {
    font-size: 20px;
  }

  .industry-fusion-fusion p {
    font-size: 16px;
    padding-left: 20px;
  }

  .service-item-fusion-fusion {
    width: 100%;
  }


  .oracle-text-container-fusion-fusion {
    width: 53%;
    /* padding-right: 20px; */
    padding: 43px;
  }

  .fusion-services-container-fusion-fusion h3 {
    font-size: 32px;
  }

  .fusion-services-fusion-fusion {
    width: 90%;
  }

  .service-item-fusion-fusion h3 {
    font-size: 22px;


  }
}

@media (max-width: 886px) {
  .line-heading-fusion-fusion p {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .home-container-fusion-fusion .line1-fusion-fusion {
    bottom: 29px;
    height: 26px;
  }

  .home-p-container-fusion-fusion {
    margin-bottom: 44px;
  }

  .business-growth-text-fusion h1 {
    font-size: 30px;
  }

  .business-growth-text-fusion h4 {
    font-size: 15px;
  }

  .business-growth-text-fusion h4 span {
    font-size: 15px;
  }

  .services-grid-fusion {
    grid-template-columns: 1fr;
  }

  .oracle-container-fusion {
    flex-direction: column;
  }

  .oracle-section-fusion {
    height: auto;
  }

  .oracle-bg-design-fusion {
    height: auto;
  }

  .oracle-text-container-fusion {
    width: 90%;
    padding: 0;
  }

  .oracle-text-fusion {
    width: 100%;
  }

  .oracle-image-fusion {
    width: 90%;
    margin-top: 40px;

  }

  .oracle-image-fusion img {
    min-width:
      250px;
  }

  .why-abacasys-container-fusion h2 {
    font-size: 29px;
  }


  .why-abacasys-container-fusion h3 {
    font-size: 25px;

  }

  .why-abacasys-container-fusion p {
    font-size: 16px;
  }


  .why-abacasys-container-fusion ul li {
    font-size: 16px;

  }

  .why-abacasys-container-fusion {
    width: 80%;
  }

  .hero-fusion {
    height: 400px;
  }

  .overlay-fusion h1 {
    font-size: 31px;
  }
}


@media (max-width: 768px) {
  .grid-container-fusion {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .industries-fusion h2 {
    font-size: 22px;
  }

  .industries-fusion p {
    font-size: 14px;
  }

  .industry-fusion h3 {
    font-size: 18px;
  }

  .industry-fusion p {
    font-size: 14px;
    padding-left: 15px;
  }

  .industries-heading-fusion {
    padding-left: 15px;
  }

  .industry-fusion img {
    height: 220px;
  }

  .business-growth-text-fusion button {
    font-size: 15px;
  }

  .fusion-services-fusion {
    width: 90%;
  }


  .hero-fusion {
    height: 300px;

  }

  .overlay-fusion {
    bottom: 1%;
  }


  .overlay-fusion h1 {
    font-size: 21px
  }

  .fusion-services-container-fusion p {
    font-size: 16px;


  }

  .service-item-fusion ul li {
    font-size: 16px;
  }
}



@media (max-width: 531px) {
  .line-heading-fusion p {
    font-size: 26px;
  }

  .home-container-fusion .line1-fusion {
    bottom: 45px;
  }

  .home-p-container-fusion {
    width: 92%;
  }

  .business-growth-text-fusion h1 {
    font-size: 26px;
  }

  .business-growth-text-fusion h4 span {
    line-height: 24px;
  }


  .hero-fusion {
    height: 200px;
  }

  .overlay-fusion h1 {
    font-size: 15px;
  }

  .overlay-fusion {
    bottom: -2%;
  }
}

@media (max-width: 480px) {
  .industries-fusion {

    padding: 30px 10px;
  }

  .industries-fusion h2 {
    font-size: 20px;
    text-align: center;
  }

  .industries-fusion p {
    font-size: 14px;
  }

  .grid-container-fusion {
    gap: 15px;
  }

  .industry-fusion {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  }

  .industry-fusion img {
    height: 180px;
  }

  .industries-heading-fusion {
    padding-left: 10px;
  }

  .industry-fusion p {
    font-size: 14px;
    padding-left: 27px;

  }

  .industry-fusion h3 {
    font-size: 16px;
  }



  .business-growth-text-fusion h1 {
    font-size: 24px;
  }

  .business-growth-text-fusion button {
    font-size: 11px;


  }

  .service-item-fusion {
    padding: 0;
  }


  .why-abacasys-container-fusion h2 {
    font-size: 23px;

  }

  .why-abacasys-container-fusion h3 {
    font-size: 20px;
  }

  .why-abacasys-container-fusion p {
    font-size: 14px;
  }

  .why-abacasys-container-fusion ul li {
    font-size: 14px;
  }

  .why-abacasys-container-fusion {
    width: 90%;
    padding: 0;
  }

  .why-abacasys-container-fusion p .strong-fusion {
    font-size: 17px;
  }

  .hero-image-fusion {
    object-position: right;
  }


  .hero-fusion {
    height: 400px;
  }

  .overlay-fusion {
    padding: 0;
    bottom: 7%;
  }

  .overlay-fusion h1 {
    font-size: 17px;
  }

  .overlay-fusion h1 {
    font-size: 22px;
  }

  .fusion-span-1-fusion {
    margin-left: 3%;
  }

  .fusion-services-container-fusion h3 {
    font-size: 26px;
  }
}

@media (max-width: 384px) {

  .home-p-container-fusion {

    margin-bottom: 28px;

  }

  .line-heading-fusion p {
    font-size: 23px;
  }

  .home-container-fusion .line1-fusion {
    bottom: 63px;
    height: 19px;
  }

  .home-p-container-fusion {
    margin-bottom: 5px;
  }

  .business-growth-text-fusion h1 {
    font-size: 20px;

  }

  .business-growth-fusion ul {
    padding-left: 14px;
  }


  .overlay-fusion h1 {
    font-size: 20px;
  }

  .overlay-fusion {

    bottom: 5%;
  }

  .fusion-services-container-fusion h3 {
    font-size: 22px;
  }


}





















































/* / Responsive Design / */




















@media (max-width: 760px) {
  .line-heading-fusion p {
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 1.2px;
  }

  .home-p-container-fusion {

    margin-bottom: 20px;
  }

  .home-container-fusion .line1-fusion {
    bottom: 53px;
    height: 24px;
  }
}




/* 
@media (max-width: 480px) {
  .line-heading p {
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: 1px;
  }

  .home-p-container {
    margin-left: 10px;
    margin-bottom: 15px;
  }
} */