/* ===== Portfolio Details — CTA Section ===== */

.pf-cta-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a6e 60%, #2563eb 100%);
  padding: 72px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pf-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(37, 99, 235, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.pf-cta-section .pf-cta-inner {
  position: relative;
  z-index: 1;
}

.pf-cta-section .pf-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 5px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}

.pf-cta-section h2 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.2;
}

.pf-cta-section h2 span {
  color: #93c5fd;
}

.pf-cta-section p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 480px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

.pf-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #1d4ed8 !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 32px;
  border-radius: 50px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pf-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  color: #1d4ed8 !important;
}

.pf-cta-btn i {
  font-size: 18px;
  transition: transform 0.25s ease;
}

.pf-cta-btn:hover i {
  transform: translateX(3px);
}

@media (max-width: 576px) {
  .pf-cta-section {
    padding: 52px 0;
  }
}

/* ===== Portfolio Details — Modern Slider + Info Panel ===== */

/* --- Info card --- */
.pf-info-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e8edf5;
  box-shadow: 0 4px 28px rgba(37, 99, 235, 0.07);
  padding: 28px;
  margin-bottom: 20px;
}

.pf-info-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f4fa;
}

.pf-info-card-header .pf-icon {
  width: 38px;
  height: 38px;
  background: #eff4ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 17px;
  flex-shrink: 0;
}

.pf-info-card-header h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #273d4e;
  margin: 0;
}

.pf-info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.pf-info-list li {
  display: flex;
  flex-direction: column;
  padding: 11px 0;
  border-bottom: 1px solid #f5f7fb;
}

.pf-info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pf-info-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #aab4c4;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.pf-info-value {
  font-size: 14.5px;
  font-weight: 600;
  color: #273d4e;
}

.pf-visit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #2563eb;
  color: #fff !important;
  text-decoration: none;
  border-radius: 10px;
  padding: 13px 20px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.25);
}

.pf-visit-btn:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}

/* --- Description card --- */
.pf-description-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e8edf5;
  box-shadow: 0 4px 28px rgba(37, 99, 235, 0.07);
  padding: 28px;
}

.pf-description-card h2 {
  font-size: 17px;
  font-weight: 700;
  color: #273d4e;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #2563eb;
  display: inline-block;
}

.pf-description-card p {
  color: #5f7080;
  line-height: 1.85;
  font-size: 14.5px;
  margin-bottom: 12px;
}

.pf-description-card p:last-child {
  margin-bottom: 0;
}

/* ===== Portfolio Details — Modern Slider ===== */

.portfolio-slider-wrapper {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.14);
  background: #111;
}

/* Main slider */
.portfolio-main-slider {
  width: 100%;
}

.portfolio-main-slider .swiper-slide {
  height: auto;
}

.portfolio-main-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* Nav arrows */
.portfolio-main-slider .swiper-button-prev,
.portfolio-main-slider .swiper-button-next {
  color: #fff;
  background: rgba(37, 99, 235, 0.82);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transition: background 0.25s;
}

.portfolio-main-slider .swiper-button-prev:hover,
.portfolio-main-slider .swiper-button-next:hover {
  background: #2563eb;
}

.portfolio-main-slider .swiper-button-prev::after,
.portfolio-main-slider .swiper-button-next::after {
  font-size: 15px;
  font-weight: 800;
}

/* Fraction counter overlay */
.portfolio-main-slider .swiper-pagination {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background: rgba(0, 0, 0, 0.38);
  padding: 3px 14px;
  border-radius: 20px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  backdrop-filter: blur(4px);
}

/* Thumbnails strip */
.portfolio-thumbs-slider {
  height: 88px;
  padding: 10px 10px 0;
  background: #fff;
  box-sizing: border-box;
}

.portfolio-thumbs-slider .swiper-slide {
  height: 100%;
  opacity: 0.45;
  cursor: pointer;
  border-radius: 7px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}

.portfolio-thumbs-slider .swiper-slide:hover {
  opacity: 0.75;
}

.portfolio-thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #2563eb;
}

.portfolio-thumbs-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
