.pwu-hero-bg {
  background-size: cover;
  background-position: center;
  margin-top: -160px;
  height: 105vh;
  display: flex;
  align-items: flex-start;
  padding-top: 70vh; /* Move 70% below from top in mobile */
  padding-bottom: 5vh;
}
@media (min-width: 992px) {
  .pwu-hero-bg {
    align-items: flex-end;
    padding-top: 160px;
    padding-bottom: 15vh;
  }
}

.pwu-hero-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: white !important;
  margin-top: 0;
}
@media (min-width: 992px) {
  .pwu-hero-title {
    font-size: 4.5rem;
    line-height: 1.2;
  }
}

.pwu-hero-text {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .pwu-hero-text {
    font-size: 1.125rem;
    line-height: 1.75;
  }
}

.opacity-90 {
  opacity: 0.9;
}

.pwu-section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0c3b44 !important;
  margin-top: 0;
}
@media (min-width: 992px) {
  .pwu-section-title {
    font-size: 3rem;
  }
}

.text-gateway-dark {
  color: #0c3b44 !important;
}
.text-gateway-light {
  color: #12515c !important;
}
.bg-gateway-dark {
  background-color: #0c3b44 !important;
}
.bg-gateway-light {
  background-color: #12515c !important;
}

.pwu-leading-relaxed {
  line-height: 1.8;
}

.pwu-image-wrapper {
  border-radius: 84px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  display: inline-block;
}

.pwu-curved-image {
  max-width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s ease-out;
}

.pwu-image-wrapper:hover .pwu-curved-image {
  transform: scale(1.05);
}

.pwu-card-1,
.pwu-card-2 {
  border-radius: 1.5rem;
}

.pwu-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d1d5db;
}
.pwu-dot.active {
  background-color: #0c3b44;
}

.pwu-slider-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0c3b44;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c3b44;
  background: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pwu-slider-btn:hover {
  background: #0c3b44;
  color: white;
}

.pwu-bordered-card {
  border: 1px solid #e5e7eb;
  border-radius: 40px;
  padding: 2.5rem 2rem;
  transition: box-shadow 0.3s ease;
  background: white;
}
.pwu-bordered-card:hover {
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.pwu-icon-wrapper {
  width: 56px;
  height: 56px;
  background-color: #f9fafb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pwu-app-wrapper {
  border-radius: 80px;
  overflow: hidden;
  background-color: transparent;
  display: block;
}

.pwu-app-img {
  object-fit: cover;
  height: 350px;
  width: 100%;
  transition: transform 0.8s ease-out;
}

.pwu-app-wrapper:hover .pwu-app-img {
  transform: scale(1.05);
}

.pwu-btn-primary {
  background-color: #12515c;
  color: white;
  padding: 12px 24px;
  border-radius: 9999px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.pwu-btn-primary:hover {
  background-color: #0c3b44;
  color: white;
  text-decoration: none;
}
.pwu-btn-icon {
  background-color: white;
  color: #12515c;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.pwu-btn-primary:hover .pwu-btn-icon {
  transform: translateX(16px);
}

.pwu-accordion-item {
  background-color: #f3f4f6;
  border-radius: 0.5rem;
  overflow: hidden;
}
.pwu-accordion-btn {
  width: 100%;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #0c3b44;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}
.pwu-accordion-btn:focus {
  outline: none;
  box-shadow: none;
}

.pwu-slide {
  width: 100%;
}
@media (min-width: 768px) {
  .pwu-slide {
    width: 50%;
  }
}


.pwu-accordion-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.pwu-accordion-icon.active {
  transform: rotate(180deg);
}
.pwu-accordion-content {
  padding: 0 1.5rem;
  color: #4b5563;
  font-size: 0.875rem;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
}
.pwu-accordion-content.active {
  max-height: 500px;
  padding-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .pwu-why-choose-wrapper h3, .pwu-who-can-become-wrapper h3 {
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
  }
  
  .pwu-why-choose-wrapper .mb-5.mx-n3, .pwu-who-can-become-wrapper .mb-5 {
    margin-bottom: 1rem !important;
  }
  
  .pwu-why-choose-wrapper .p-5, .pwu-who-can-become-wrapper .pwu-bordered-card {
    padding: 1.5rem !important;
  }
  
  .pwu-why-choose-wrapper .mr-4.mb-4, .pwu-who-can-become-wrapper .pwu-icon-wrapper.mb-4 {
    margin-bottom: 1rem !important;
  }
  
  .pwu-why-choose-wrapper h4, .pwu-who-can-become-wrapper h4 {
    font-size: 1.25rem !important;
    margin-bottom: 0.5rem !important;
  }
  
  .pwu-why-choose-wrapper p.pwu-leading-relaxed, .pwu-who-can-become-wrapper p.pwu-leading-relaxed {
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
  }

  .pwu-why-choose-wrapper .mt-4, .pwu-who-can-become-wrapper .mt-4 {
    margin-top: 1rem !important;
  }

  .pwu-slider-btn {
    display: none !important;
  }
}
