.elementor-26960 .elementor-element.elementor-element-fab4c48{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-26960 .elementor-element.elementor-element-bc3c7a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26960 .elementor-element.elementor-element-21bedf0{background-image:url("https://archi-point.pl/wp-content/uploads/2026/03/hero.png");}.elementor-26960 .elementor-element.elementor-element-24184d0{--display:flex;--min-height:150px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26960 .elementor-element.elementor-element-507432b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26960 .elementor-element.elementor-element-a999d2c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26960 .elementor-element.elementor-element-803d720{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26960 .elementor-element.elementor-element-67d6305{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26960 .elementor-element.elementor-element-bea6057{--display:flex;--min-height:10px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26960 .elementor-element.elementor-element-04d30a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:811px){.elementor-26960 .elementor-element.elementor-element-fab4c48{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-21bedf0 */* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Manrope', sans-serif;
    }

    .hero {
      position: relative;
      width: 100%;
      min-height: 100vh;
      background-image: url('');
      background-size: cover;
      background-position: center;
      overflow: hidden;
    }

    .hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.2) 100%);
      z-index: 1;
    }

    .hero-container {
      position: relative;
      z-index: 2;
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 40px;
    }

    /* Header */
    .header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 30px 0;
    }

    .logo {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      letter-spacing: 2px;
    }

    .nav {
      display: flex;
      gap: 40px;
    }

    .nav a {
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      font-weight: 400;
      transition: opacity 0.3s ease;
    }

    .nav a:hover {
      opacity: 0.7;
    }

    /* Hero Content */
    .hero-content {
      padding-top: 120px;
      max-width: 600px;
    }

    .hero-title {
      font-size: 58px;
      font-weight: 500;
      color: #fff;
      line-height: 1.1;
      margin-bottom: 30px;
    }

    .hero-subtitle {
      font-size: 22px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.5;
      margin-bottom: 40px;
      
    }

    /* Button with blur and hover effect */
    .btn-blur {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 16px 24px;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(50px);
      -webkit-backdrop-filter: blur(15px);
      
      border-radius: 50px;
      color: #fff!important;
      font-size: 16px;
      font-weight: 500;
      font-family: 'Manrope', sans-serif;
      cursor: pointer;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      transition: color 0.4s ease;
      z-index: 1;
    }

    .btn-blur::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 100%;
      background: #fff;
      transition: width 0.4s ease;
      z-index: -1;
    }

    .btn-blur:hover::before {
      width: 100%;
      left: 0;
      right: auto;
    }

    .btn-blur:hover {
      color: #101014!important;
    }

    .btn-blur:hover .btn-icon {
    
      background: #000;
    }

    .btn-blur:hover .btn-icon svg {
      stroke: #fff;
    }

    .btn-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      background: #fff;
      border-radius: 50%;
      transition: background 0.4s ease;
    }

    .btn-icon svg {
      width: 16px;
      height: 16px;
      stroke: #000;
      transition: stroke 0.4s ease;
    }

    /* Decorative elements */
    .decorative-lines {
      position: absolute;
      bottom: 180px;
      left: 40px;
      z-index: 2;
    }

    .dashed-box {
      width: 200px;
      height: 120px;
      border: 1px dashed rgba(100, 180, 220, 0.6);
      position: relative;
    }

    .number-tag {
      position: absolute;
      font-size: 14px;
      color: #e535ab;
      font-weight: 500;
    }

    .number-139 {
      top: -8px;
      right: -40px;
    }

    .number-367 {
      bottom: -25px;
      right: -60px;
    }

    /* Testimonial card */
    .testimonial-card {
      position: absolute;
      bottom: -80px;
      right: 40px;
      background: rgba(60, 40, 30, 0.85);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      padding: 24px;
      border-radius: 16px;
      max-width: 280px;
      z-index: 2;
    }

    .stars {
      display: flex;
      gap: 4px;
      margin-bottom: 12px;
    }

    .star {
      color: #fff;
      font-size: 14px;
    }

    .testimonial-text {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.9);
      line-height: 1.6;
      font-style: italic;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .hero-title {
        font-size: 42px;
      }

      .hero-subtitle {
        font-size: 18px;
      }

      .nav {
        gap: 20px;
      }

      .testimonial-card {
        display: none;
      }
    }

    @media (max-width: 768px) {
      .header {
        flex-direction: column;
        gap: 20px;
      }

      .hero-title {
        font-size: 36px;
      }

      .hero-content {
        padding-top: 60px;
      }

      .decorative-lines {
        display: none;
      }
    }

    @media (max-width: 480px) {
      .nav {
        flex-wrap: wrap;
        justify-content: center;
      }

      .hero-title {
        font-size: 28px;
      }

      .hero-subtitle {
        font-size: 16px;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c63c4be */.about-family {
  padding: 32px 0 ;
  background: #FAFAFA;
  font-family: 'Manrope', sans-serif;
  color: #111111;
}

.about-family__wrap {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.about-family__top {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: start;
  margin-bottom: 112px;
}

.about-family__left {
    margin-top:50px;
  max-width: 430px;
}

.about-family__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: #222222;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.about-family__left h2 {
  margin: 0;
  font-size: clamp(50px, 4.8vw, 50px);
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.8px;
  padding-bottom: 50px;
}

.about-family__right p {
  margin: 0;
  max-width: 690px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: #3D3D47;
  letter-spacing: -0.8px;
}

.about-family__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px 54px;
}

.about-family__item h3 {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #111111;
}

.about-family__item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
    letter-spacing: -0.1px;
  color: #3D3D47;
  max-width: 360px;
}

@media (max-width: 991px) {
  .about-family {
    padding: 80px 0 60px;
  }

  .about-family__wrap {
    width: min(100% - 40px, 1280px);
  }

  .about-family__top {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 60px;
  }

  .about-family__left,
  .about-family__right p {
    max-width: 100%;
  }

  .about-family__right p {
    font-size: 20px;
  }

  .about-family__features {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 30px;
  }

  .about-family__item h3 {
    font-size: 23px;
  }

  .about-family__item p {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .about-family {
    padding: 60px 0 44px;
  }

  .about-family__wrap {
    width: calc(100% - 24px);
  }

  .about-family__badge {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .about-family__left h2 {
    font-size: 42px;
    line-height: 1.02;
  }

  .about-family__right p {
    font-size: 17px;
    line-height: 1.6;
  }

  .about-family__features {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .about-family__item h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .about-family__item p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d3594c8 */.services-accordion__heading {
  text-align: center;
  margin-bottom: 60px;
}

.services-accordion__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}

.services-accordion__heading h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4.5vw, 64px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.services-accordion__heading p {
  margin: 0;
  color: #6b6b72;
  font-size: 18px;
  line-height: 1.5;
}

.services-accordion__grid {
  display: grid;
  grid-template-columns: minmax(320px, 520px) 1fr;
  gap: 46px;
  align-items: start;
}

.services-accordion__media {
  position: sticky;
  top: 30px;
  border-radius: 5px;
  overflow: hidden;
  background: #ddd;
  aspect-ratio: 0.9 / 1;
}

.services-accordion__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.services-accordion__media.is-changing img {
  opacity: 0.4;
  transform: scale(1.02);
}

.services-accordion__content {
  border-top: 1px solid #d7d7d7;
}

.service-item {
  border-bottom: 1px solid #d7d7d7;
}




.service-trigger__left {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.service-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 20px;
  line-height: 1;
}

.service-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #171717;
}

.service-toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}

.service-toggle::before,
.service-toggle::after {
  content: "";
  position: absolute;

  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.service-toggle::before {
  width: 16px;
  height: 2px;
}

.service-toggle::after {
  width: 2px;
  height: 16px;
}

.service-item.active .service-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.service-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
  padding: 0 52px 0 48px;
}

.service-item.active .service-panel {
  opacity: 1;
  transform: translateY(0);
  padding: 0 52px 22px 48px;
}

.service-panel p {
  margin: 0;
  max-width: 640px;
 
  font-size: 17px;
  line-height: 1.65;
}



@media (max-width: 991px) {
  .services-accordion {
    padding: 80px 0;
  }

  .services-accordion__container {
    width: min(100% - 40px, 1280px);
  }

  .services-accordion__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .services-accordion__media {
    position: relative;
    top: 0;
    aspect-ratio: 16 / 10;
  }

  .service-trigger {
    padding: 18px 0;
  }

  .service-title {
    font-size: 18px;
  }

  .service-panel {
    padding: 0;
  }

  .service-item.active .service-panel {
    padding: 0 0 18px 0;
  }
}

@media (max-width: 640px) {
  .services-accordion {
    padding: 60px 0;
  }

  .services-accordion__container {
    width: calc(100% - 24px);
  }

  .services-accordion__heading {
    margin-bottom: 30px;
  }

  .services-accordion__heading p {
    font-size: 16px;
  }

  .service-trigger__left {
    gap: 12px;
  }

  .service-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: 16px;
  }

  .service-title {
    font-size: 17px;
  }

  .service-panel p {
    font-size: 15px;
  }
}




.services-section {
  padding: 80px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.services-container {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* Image Section */
.services-image {
  flex: 0 0 50%;
  max-width: 600px;
  position: sticky;
  top: 80px;
}

.services-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 8px;
  transition: opacity 0.5s ease;
}

.services-image img.fade {
  opacity: 0;
}

/* Accordion Section */
.services-accordion {
  flex: 1;
  max-width: 580px;
}

/* Accordion Item */
.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}



/* Accordion Header */
.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.accordion-header:hover {
  opacity: 0.7;
}

.accordion-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.accordion-icon {
  color: #1a1a1a;
  flex-shrink: 0;
}

.accordion-title span {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
}

/* Toggle Button */
.accordion-toggle {
  width: 24px;
  height: 24px;
 
  border: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.toggle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}

.toggle-icon::before,
.toggle-icon::after {
  content: '';
  position: absolute;
  background-color: #1a1a1a;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Horizontal line */
.toggle-icon::before {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* Vertical line */
.toggle-icon::after {
  width: 2px;
  height: 16px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

/* Active state - rotate to X */
.accordion-item.active .toggle-icon::before {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-item.active .toggle-icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

/* Alternative: Both lines rotate to form X */
.accordion-item.active .toggle-icon {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* Accordion Content */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
              padding 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.4s ease;
  opacity: 0;
}

.accordion-item.active .accordion-content {
  max-height: 300px;
  opacity: 1;
}



/* Responsive */
@media (max-width: 1024px) {
  .services-container {
    flex-direction: column;
    gap: 40px;
  }

  .services-image {
    flex: none;
    max-width: 100%;
    position: relative;
    top: 0;
  }

  .services-image img {
    height: 400px;
  }

  .services-accordion {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .services-section {
    padding: 40px 16px;
  }

  .accordion-header {
    padding: 20px 0;
  }

  .accordion-title span {
    font-size: 18px;
  }

  .accordion-icon {
    width: 28px;
    height: 28px;
  }

  .services-image img {
    height: 300px;
  }

  .accordion-content p {
    font-size: 15px;
  }
}/* End custom CSS */