/* Title Bar */
.page-title-bar {
  background-color: #2b6f86;
  padding: 45px 15px;
  text-align: center;
}

.page-title-bar h1 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ===============================
   UNIVERSAL SERVICE SECTION
   =============================== */

.ui-service-section {
  padding: 80px 0;
  background-color: #f8f9fb;
}

/* Media Box */
.ui-media-box {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.ui-media-box img {
  width: 100%;
  height: 950px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Hover zoom – desktop only */
@media (min-width: 992px) {
  .ui-media-box:hover img {
    transform: scale(1.05);
  }
}

/* Content Card */
.ui-content-card {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Heading */
.ui-content-card h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0b4aa2;
  margin-bottom: 20px;
}

.ui-content-card h2 span {
  color: #2b6f86;
}

/* Paragraph */
.ui-content-card p {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 15px;
}

/* Feature List */
.ui-feature-list {
  list-style: none;
  padding-left: 0;
  margin: 25px 0;
}

.ui-feature-list li {
  font-size: 15.5px;
  margin-bottom: 10px;
  color: #222;
}

/* CTA Button */
.ui-cta-btn {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, #0b4aa2, #1c6dd5);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.ui-cta-btn:hover {
  background: linear-gradient(135deg, #1c6dd5, #0b4aa2);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
}

/* ===============================
   RESPONSIVE – MOBILE OPTIMIZED
   =============================== */

@media (max-width: 991px) {
  .ui-media-box img {
    height: 360px;
  }

  .ui-content-card {
    padding: 30px;
  }

  .ui-content-card h2 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .ui-media-box img {
    height: 300px;
  }

  .ui-content-card {
    padding: 22px;
  }

  .ui-content-card h2 {
    font-size: 22px;
  }

  .ui-content-card p {
    font-size: 15px;
  }

  .ui-cta-btn {
    width: 100%;
    text-align: center;
    padding: 14px 0;
    border-radius: 8px;
  }
}



/* ===============================
   INFO SPLIT SECTION – ENHANCED
   =============================== */

.ui-info-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #f3f7ff 0%, #ffffff 100%);
}

/* Animation on load */
.ui-animate {
  animation: fadeUp 1s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Cards */
.ui-info-card,
.ui-side-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.08);
  padding: 42px;
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Hover lift */
.ui-hover-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.12);
}

/* Headings */
.ui-info-card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #111;
}

.ui-info-card h3 span {
  color: #0b4aa2;
}

/* Text */
.ui-info-card p,
.ui-side-card p {
  font-size: 15.8px;
  line-height: 1.85;
  color: #333;
  margin-bottom: 14px;
}

/* Pills */
.ui-pill-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.ui-pill-wrap span {
  background: #eef4ff;
  color: #0b4aa2;
  font-size: 13.5px;
  padding: 9px 14px;
  border-radius: 20px;
  font-weight: 500;
  transition: background 0.3s ease, transform 0.3s ease;
}

.ui-pill-wrap span:hover {
  background: #dbe8ff;
  transform: translateY(-2px);
}

/* Image */
.ui-image-wrap {
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 18px;
}

.ui-image-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Image zoom on hover (desktop only) */
@media (min-width: 992px) {
  .ui-side-card:hover img {
    transform: scale(1.08);
  }
}

.ui-side-card h4 {
  font-size: 20px;
  color: #0b4aa2;
  margin-bottom: 12px;
}

/* ===============================
   MOBILE OPTIMIZATION
   =============================== */

@media (max-width: 576px) {
  .ui-info-card,
  .ui-side-card {
    padding: 24px;
  }

  .ui-info-card h3 {
    font-size: 22px;
  }

  .ui-image-wrap img {
    height: 210px;
  }
}




.ui-faq-section {
  padding: 80px 0;
  background: linear-gradient(180deg,#f5f8ff,#ffffff);
}

.ui-faq-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.ui-faq-header h2 {
  font-size: 28px;
  color: #0b4aa2;
}

.ui-faq-wrapper {
  max-width: 900px;
  margin: auto;
}

.ui-faq-item {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  overflow: hidden;
  transition: box-shadow .3s ease, transform .3s ease;
}

@media (min-width:992px){
  .ui-faq-item:hover{
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0,0,0,.12);
  }
}

.ui-faq-item input {
  display: none;
}

.ui-faq-item label {
  display: block;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.ui-faq-item label span {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}

.ui-faq-item label span::before,
.ui-faq-item label span::after {
  content:"";
  position:absolute;
  background:#0b4aa2;
}

.ui-faq-item label span::before {
  width:18px;height:2px;top:8px;
}

.ui-faq-item label span::after {
  width:2px;height:18px;left:8px;
  transition: opacity .3s, transform .3s;
}

/* Content */
.ui-faq-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  transition: max-height .55s ease, padding .4s ease;
}

.ui-faq-content p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #333;
}

/* Open */
.ui-faq-item input:checked ~ .ui-faq-content {
  max-height: 500px;
  padding: 0 22px 18px;
}

.ui-faq-item input:checked + label span::after {
  opacity: 0;
}

.ui-faq-item input:checked + label {
  color: #0b4aa2;
  background: linear-gradient(90deg,#eef4ff,#fff);
}

/* Highlight */
.ui-faq-highlight {
  border: 2px solid #e6efff;
}

/* Mobile */
@media (max-width:576px){
  .ui-faq-header h2{font-size:22px}
  .ui-faq-item label{font-size:15px}
}

