

/* HERO SECTION STYLES */

.heroPowerCore {
  position: relative;
  width: 100%;
  height: 100vh;
  font-family: 'Lato', sans-serif;
  overflow: hidden;
}

.heroPowerCore-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroPowerCore-slide.active {
  opacity: 1;
  z-index: 1;
}

.heroPowerCore-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 30px;
}

.heroPowerCore-container {
  max-width: 1200px;
  width: 100%;
}

.heroPowerCore-content {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: #fff;
}

.heroPowerCore-slide.active .heroPowerCore-content {
  display: flex;
}

.heroPowerCore-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #000035;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.heroPowerCore-tagline {
  font-style: italic;
  color: #46b79F;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}

.heroPowerCore-paragraph {
  max-width: 800px;
  margin: 0 auto 2rem;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #011113;
}

.heroPowerCore-btnGroup {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.heroPowerCore-watchbtn,
.heroPowerCore-explorebtn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  background: #00d98b;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
}

.heroPowerCore-watchbtn:hover,
.heroPowerCore-explorebtn:hover {
  background: #00c17a;
}

.heroPowerCore-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 3;
}

.heroPowerCore-arrow.left {
  left: 20px;
}

.heroPowerCore-arrow.right {
  right: 20px;
}

.heroPowerCore-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 3;
}

.heroPowerCore-dot {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.heroPowerCore-dot.active {
  opacity: 1;
  background: #00d98b;
}

/* === MEDIA QUERIES === */

/* Tablets and small laptops */
@media (max-width: 1024px) {
  .heroPowerCore-heading {
    font-size: 2.2rem;
    white-space: normal;
  }

  .heroPowerCore-tagline {
    font-size: 1.3rem;
  }

  .heroPowerCore-paragraph {
    font-size: 1.2rem;
  }
}

/* Tablets and large phones */
@media (max-width: 768px) {
  .heroPowerCore-slide {
    background-position: top center;
  }

  .heroPowerCore-overlay {
    flex-direction: column;
    padding: 2rem 1rem;
  }

  .heroPowerCore-content {
    padding-top: 2rem;
  }

  .heroPowerCore-heading {
    font-size: 1.8rem;
    text-align: center;
  }

  .heroPowerCore-tagline {
    font-size: 1.1rem;
    text-align: center;
  }

  .heroPowerCore-paragraph {
    font-size: 1rem;
    text-align: center;
    padding: 0 10px;
  }

  .heroPowerCore-btnGroup {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .heroPowerCore-watchbtn,
  .heroPowerCore-explorebtn {
    font-size: 0.95rem;
    padding: 0.65rem 1.2rem;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .heroPowerCore-slide {
    background-position: top center;
  }

  .heroPowerCore-heading {
    font-size: 1.6rem;
  }

  .heroPowerCore-tagline {
    font-size: 1rem;
  }

  .heroPowerCore-paragraph {
    font-size: 0.9rem;
    padding: 0 8px;
  }

  .heroPowerCore-btnGroup {
    flex-direction: column;
    align-items: center;
  }

  .heroPowerCore-watchbtn,
  .heroPowerCore-explorebtn {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    width: 100%;
    text-align: center;
  }
}




/* HERO SECTION STYLES */










 .paprsky-company-overview-section {
    padding: 20px 10px;
    background-color: #040e2a;
    font-family:'Montserrat', sans-serif;
    color: #ffffff;
  }

  .paprsky-company-overview-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1300px;
    margin: auto;
    gap: 20px;
  }

  .paprsky-company-overview-text,
  .paprsky-company-overview-map {
    background-color: #0d1b3a;
    border-radius: 8px;
    padding: 24px;
    width: 50%;
    box-sizing: border-box;
  }

  .paprsky-company-overview-heading {
    background-color: #e9f5f2;
    color: #125e54;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .paprsky-company-overview-text p {
    line-height: 1.7;
    margin-bottom: 16px;
    color: #d3e4f1;
    font-family: 'Lato', sans-serif;
  }

  .paprsky-company-overview-text blockquote {
    background-color: #d9f7ef;
    color: #134b3c;
    /* font-style: italic; */
    padding: 12px 20px;
    border-left: 5px solid #38a089;
    margin: 20px 0;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
  }

  .paprsky-learn-more-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 18px;
    background-color: #38a089;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: background 0.3s;
    font-family: 'Lato', sans-serif;
  }

  .paprsky-learn-more-btn:hover {
    background-color: #2f8777;
  }

  .paprsky-company-overview-map iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
    border: 0;
    border-radius: 6px;
  }

  @media (max-width: 900px) {
    .paprsky-company-overview-container {
      flex-direction: column;
    }

    .paprsky-company-overview-text,
    .paprsky-company-overview-map {
      width: 100%;
      padding: 20px;
    }

    .paprsky-company-overview-map iframe {
      height: 350px;
    }
  }