/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/Headers.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.Headers_navLinksDisplay__KNAff {
  border-top: 0.5px solid;
  border-bottom: 0.5px solid;
  border-image-source: linear-gradient(
    100.98deg,
    rgba(255, 255, 255, 0.5) 11.6%,
    rgba(153, 153, 153, 0.5) 89.29%
  );
  border-image-slice: 1;
}

.Headers_bottomBorderGradient__OuQIg {
    position: relative;
  }
  
  .Headers_bottomBorderGradient__OuQIg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px; /* or your desired border thickness */
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 122, 255, 0) 0%, #007AFF 100%);
  }

  @media( max-width: 1023px ){
    .Headers_navLinksDisplay__KNAff {
        display: none;
    }
  }

  .Headers_positioned-element__7d0qP{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1800ms cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .Headers_positioned-element__7d0qP img{
    width: 100%;
    height: 100%;
  }

/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/reusable/serviceCard/ServiceCard.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
.ServiceCard_serviceCard__OGBnV {
  width: 48%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: white;
  border-radius: 10px;
  margin: 20px 0;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  text-align: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.ServiceCard_serviceCard__OGBnV:hover {
  transform: scale(1.05);
}

.ServiceCard_serviceCardContent__AgsSa {
  flex: 1;
  text-align: left;
  margin: 1rem 0.5rem;
}

.ServiceCard_serviceCardTitle__uzMs1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #101118;
}

.ServiceCard_serviceCardSubtitle__6L042 {
  font-size: 14px;
  font-weight: 400;
  color: #101118;
  margin-bottom: 15px;
}

.ServiceCard_serviceCardLine__2rH5Z {
  width: 95%;
  height: 2px;
  background-color: #e0e0e0;
  margin: 10px 0;
}

.ServiceCard_serviceCardDescription__1Hpua {
  font-size: 14px;
  line-height: 1.6;
  color: #54565a;
}

.ServiceCard_serviceCardImageWrapper__xWOEo {
  position: relative;
  width: 250px;
  height: 250px;
  overflow: hidden;
  margin: 0.5rem 0;
}

.ServiceCard_serviceCardImage__DCMe6 {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 12px 12px 0;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
}

@media (max-width: 1023px) {
  .ServiceCard_serviceCard__OGBnV {
    width: 48%;
    flex-direction: column-reverse;
  }
  .ServiceCard_serviceCardImageWrapper__xWOEo {
    margin: 1rem 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ServiceCard_serviceCard__OGBnV {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
  }
  .ServiceCard_serviceCard__OGBnV::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
  }
  .ServiceCard_serviceCardContent__AgsSa {
    position: relative;
    color: white;
    padding: 20px;
    text-align: center;
    z-index: 1;
    /* Ensure text is above the overlay */
  }
  .ServiceCard_serviceCardTitle__uzMs1,
  .ServiceCard_serviceCardSubtitle__6L042,
  .ServiceCard_serviceCardDescription__1Hpua {
    color: white;
    margin: 0;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    letter-spacing: 1px;
  }
  .ServiceCard_serviceCardSubtitle__6L042 {
    font-weight: normal;
  }

  .ServiceCard_serviceCardLine__2rH5Z {
    margin-top: 10px;
    height: 2px;
    background-color: #fff;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/service/banner/BannerService.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.BannerService_bannerService__eYipc {
  background: radial-gradient(
      circle at center top,
      rgba(0, 0, 0, 0) 0%,
      #000 100%
    ),
    url("/assets/bg-service.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 80px;
}

.BannerService_sectionHeading__zXdi2 {
  font-weight: 700;
  font-size: clamp(32px, 6vw, 60px);
  line-height: clamp(40px, 7vw, 70px);
  text-align: center;
}

.BannerService_serviceItem__kR1AR {
  border: 0.5px solid; /* Define the border width */
  border-radius: 50px;
}
.BannerService_serviceItem__kR1AR:hover {
    background: linear-gradient(193.85deg, #FFFFFF 9.57%, rgba(241, 241, 241, 0.8) 89.79%);
  }
.BannerService_serviceItem__kR1AR::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.5px; /* Border thickness */
  background: linear-gradient(
    100.98deg,
    rgba(255, 255, 255, 0.5) 11.6%,
    rgba(153, 153, 153, 0.5) 89.29%
  );
  mask-composite: exclude;
  -webkit-mask-composite: exclude;
  z-index: -1;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/service/sectionOne/SectionOne.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.SectionOne_gradientText__48MV7 {
    background: linear-gradient(90.88deg, #24C5FF 70.68%, #FB03FF 101.3%);
    background-clip: text;
    -webkit-background-clip: text; /* For Safari & Chrome */
    color: transparent;
    -webkit-text-fill-color: transparent; /* For Safari */
  }
