.elementor-11941 .elementor-element.elementor-element-28c65ad{--display:flex;}.elementor-11941 .elementor-element.elementor-element-49d288a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5be3dce *//* Boxed Layout */
.boxed-slider {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

/* Slider */
.page-slider {
  display: flex;
  transition: transform 0.8s ease-in-out;
}

.page-slide {
  min-width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.page-slide-content {
  color: #fff;
  max-width: 60%;
  margin-left: 50px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.page-slide-content h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.page-slide-content p {
  font-size: 1.1rem;
}
.page-slide-content .btn {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 28px;
  background: #ffcc00;
  color: #002147;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

/* Arrows */
.page-slider-nav span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
  font-size: 24px;
}
.page-slider-nav .prev { left: 15px; }
.page-slider-nav .next { right: 15px; }

/* Dots */
.page-slider-dots {
  text-align: center;
  padding: 12px 0;
}
.page-slider-dots span {
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,0.6);
  display: inline-block;
  margin: 4px;
  border-radius: 50%;
  cursor: pointer;
}
.page-slider-dots span.active {
  background: gold;
}

/* Tablet */
@media (max-width: 768px) {
  .page-slide { height: 350px; }
  .page-slide-content h2 { font-size: 1.6rem; }
  .page-slide-content p { font-size: 1rem; }
}

/* Mobile */
@media (max-width: 480px) {
  .page-slide { height: 260px; }
  .page-slide-content {
    max-width: 90%;
    margin-left: 20px;
  }
  .page-slide-content h2 { font-size: 1.1rem; }
  .page-slide-content p { font-size: 0.85rem; }
  .page-slide-content .btn {
    padding: 8px 20px;
    font-size: 0.8rem;
  }
}/* End custom CSS */