/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/Home/services-section/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "ArupalaGrotesk";
  src: url(../../fonts/ArupalaGrotesk-Ultra.4cf364a3.ttf) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.services-section {
  color: #fff;
  padding: 40px 60px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s ease;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .services-section {
    padding: 30px 30px;
  }
}
.services-section .services-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.services-section .services-header h2 {
  font-size: 80px;
  font-family: ArupalaGrotesk, sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 0px;
}
@media (max-width: 768px) {
  .services-section .services-header h2 {
    font-size: 45px;
  }
}
.services-section .services-list .open {
  background-color: #513041;
  border-radius: 20px;
  padding: 20px 20px !important;
}
.services-section .services-list .open .service-header,
.services-section .services-list .open h3 {
  color: #f18b43;
}
.services-section .services-list .service-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 0;
  transition: all 0.4s ease;
}
.services-section .services-list .service-item .service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.services-section .services-list .service-item .service-header .service-title {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: ArupalaGrotesk, sans-serif;
}
.services-section .services-list .service-item .service-header .toggle-icon {
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s ease;
}
.services-section .services-list .service-item.open .toggle-icon {
  transform: rotate(45deg);
}
.services-section .services-list .service-item .service-description {
  overflow: hidden;
  transition: all 0.4s ease;
  opacity: 0;
  max-height: 0;
}
.services-section .services-list .service-item .service-description p {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}
.services-section .services-list .service-item.open .service-description {
  opacity: 1;
  max-height: 200px;
}
.services-section .services-list .add-service {
  margin-top: 20px;
  background: #ffb300;
  color: #000;
  border-radius: 6px;
}

/*# sourceMappingURL=style-index.css.map*/