/*!
 * Modern landing page skin for Prabubima Tech
 * Loaded after styles.css (Start Bootstrap Agency) — scoped, additive overrides only.
 */

:root {
  --pb-brand-1: #072a52;
  --pb-brand-2: #0d5fb3;
  --pb-brand-3: #1e96e8;
  --pb-brand-4: #4fc3f7;
  --pb-gradient: linear-gradient(135deg, var(--pb-brand-1) 0%, var(--pb-brand-2) 45%, var(--pb-brand-4) 100%);
  --pb-dark: #0b1c30;
  --pb-dark-2: #0e2846;
  --pb-ink: #101d2e;
  --pb-muted: #5c6b7d;
  --pb-surface-soft: #f2f8fd;
  --pb-border-soft: #e3edf8;
  --pb-shadow-card: 0 15px 40px -18px rgba(7, 30, 58, 0.16);
  --pb-shadow-card-hover: 0 25px 50px -15px rgba(7, 30, 58, 0.22);
}

/* ---------- Shared section elements ---------- */
.section-eyebrow {
  display: inline-block;
  color: var(--pb-brand-2);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}
.section-title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 1.1rem;
  color: var(--pb-ink);
}
.section-desc {
  color: var(--pb-muted);
  line-height: 1.85;
}
.section-head-modern {
  max-width: 720px;
  margin: 0 auto 3.25rem;
  text-align: center;
}

.btn-modern {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2.1rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  letter-spacing: 0.01em;
  border: 0;
}
.btn-modern--light {
  background: #fff;
  color: var(--pb-brand-1);
}
.btn-modern--light:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  color: var(--pb-brand-1);
}
.btn-modern--ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
}
.btn-modern--ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  transform: translateY(-3px);
}
.btn-modern--dark {
  background: var(--pb-dark);
  color: #fff;
}
.btn-modern--dark:hover {
  background: #3a220f;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}

/* ---------- Hero ---------- */
.hero-modern {
  position: relative;
  padding-top: 8.5rem !important;
  padding-bottom: 0;
  background: linear-gradient(135deg, #030d1c 0%, #0a3a72 32%, #1583d6 62%, #4fc3f7 100%);
  overflow: hidden;
  color: #fff;
}
.hero-modern__blobs {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.14), transparent 40%),
    radial-gradient(circle at 88% 78%, rgba(255, 255, 255, 0.12), transparent 45%);
  pointer-events: none;
}
.hero-modern__carousel {
  position: relative;
  z-index: 2;
  padding-bottom: 5.5rem;
}
.hero-modern__slide {
  display: flex;
  align-items: center;
  gap: 3rem;
  min-height: 400px;
}
@media (max-width: 991px) {
  .hero-modern__slide {
    flex-direction: column;
    text-align: center;
    gap: 2.5rem;
    min-height: 0;
    padding-top: 1rem;
  }
}
.hero-modern__copy {
  flex: 1;
}
.hero-modern__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.4rem 1.1rem;
  border-radius: 50px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.hero-modern__title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.18;
  margin-bottom: 1.25rem;
}
@media (max-width: 576px) {
  .hero-modern__title {
    font-size: 2rem;
  }
}
.hero-modern__desc {
  font-size: 1.05rem;
  opacity: 0.92;
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 560px;
}
@media (max-width: 991px) {
  .hero-modern__desc {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-modern__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .hero-modern__actions {
    justify-content: center;
  }
}
.hero-modern__art {
  flex: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}
.hero-modern__frame {
  position: relative;
  width: 100%;
  max-width: 480px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.45);
  border: 6px solid rgba(255, 255, 255, 0.25);
  background: #fff;
}
.hero-modern__frame img {
  width: 100% !important;
  height: 340px;
  object-fit: cover;
  display: block;
}
@media (max-width: 576px) {
  .hero-modern__frame img {
    height: 220px;
  }
}
.hero-modern .carousel-indicators {
  position: absolute;
  bottom: 2.25rem;
  z-index: 3;
  margin: 0;
}
.hero-modern .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.45);
  opacity: 1;
  margin: 0 5px;
  border: 0;
  transition: all 0.25s ease;
}
.hero-modern .carousel-indicators .active {
  background-color: #fff;
  width: 26px;
  border-radius: 6px;
}
.hero-modern__wave {
  position: relative;
  z-index: 2;
  line-height: 0;
  margin-top: -2px;
}
.hero-modern__wave svg {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------- About ---------- */
.about-modern__intro {
  max-width: 760px;
  margin: 0 auto 3.5rem;
  text-align: center;
}
.about-modern__logo {
  width: 84px !important;
  margin-bottom: 1.5rem;
}
.about-modern__text {
  color: var(--pb-muted) !important;
  text-align: center !important;
  line-height: 1.85;
}
.feature-card {
  background: #fff;
  border-radius: 22px;
  padding: 2.5rem 2.25rem;
  height: 100%;
  box-shadow: var(--pb-shadow-card);
  border: 1px solid var(--pb-border-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--pb-shadow-card-hover);
}
.feature-card__icon {
  width: 74px;
  height: 74px;
  border-radius: 20px;
  background: linear-gradient(135deg, #e8f3fd, #cfe6fb);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.feature-card__icon img {
  width: 42px !important;
}
.feature-card h4 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--pb-ink);
}
.feature-card .numbered-list {
  text-align: left;
}

/* ---------- Stats / why us ---------- */
.stats-modern {
  background: linear-gradient(180deg, var(--pb-surface-soft) 0%, #fff 100%);
}
.stat-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem 1.5rem;
  text-align: center;
  box-shadow: var(--pb-shadow-card);
  border: 1px solid var(--pb-border-soft);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--pb-shadow-card-hover);
}
.stat-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #e3f1fc, #c3e2f9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-card__icon img {
  width: 34px !important;
}
.stat-card__value {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--pb-brand-2);
  font-family: "Ubuntu", sans-serif;
}
.stat-card__label {
  font-size: 0.92rem;
  color: var(--pb-muted);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 0.35rem;
}

/* ---------- Services ---------- */
.service-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
  box-shadow: var(--pb-shadow-card);
  border: 1px solid var(--pb-border-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--pb-shadow-card-hover);
}
.service-card__media {
  background: linear-gradient(135deg, #e8f3fd, #cfe6fb);
  padding: 2.5rem 0 2rem;
  text-align: center;
}
.service-card__media img {
  width: 88px !important;
  height: 88px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 10px 25px -10px rgba(7, 30, 58, 0.35);
}
.service-card__body {
  padding: 1.75rem 1.5rem 2rem;
}
.service-card__body h4 {
  font-weight: 700;
  margin-bottom: 0.85rem;
  color: var(--pb-ink);
  font-size: 1.15rem;
}
.service-card__body p {
  color: var(--pb-muted);
  font-size: 0.92rem;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 0;
}

/* ---------- Portfolio wrapper ---------- */
.portfolio-modern {
  background: linear-gradient(180deg, #fff 0%, var(--pb-surface-soft) 100%);
}

/* ---------- News ---------- */
.news-modern {
  background: var(--pb-surface-soft);
}
.news-card-modern {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: var(--pb-shadow-card);
  border: 1px solid var(--pb-border-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card-modern:hover {
  transform: translateY(-6px);
  box-shadow: var(--pb-shadow-card-hover);
}
.news-card-modern__media {
  position: relative;
  height: 210px;
  overflow: hidden;
  display: block;
}
.news-card-modern__media img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.news-card-modern:hover .news-card-modern__media img {
  transform: scale(1.06);
}
.news-card-modern__date {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: rgba(7, 20, 38, 0.75);
  color: #fff;
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
  font-size: 0.75rem;
}
.news-card-modern__body {
  padding: 1.5rem 1.5rem 1.75rem;
}
.news-card-modern__body h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--pb-ink);
  margin-bottom: 0.6rem;
  line-height: 1.4;
}
.news-card-modern__body h4 a {
  color: inherit;
  text-decoration: none;
}
.news-card-modern__body h4 a:hover {
  color: var(--pb-brand-2);
}
.news-card-modern__meta {
  font-size: 0.8rem;
  color: #8a8078;
  margin-bottom: 1rem;
}
.news-card-modern__link {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--pb-brand-2);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.25s ease, color 0.25s ease;
}
.news-card-modern__link:hover {
  gap: 0.65rem;
  color: var(--pb-brand-1);
}

/* ---------- Trusted by / partners & clients ---------- */
.trusted-modern__logos .img-brand {
  filter: grayscale(1);
  opacity: 0.65;
  transition: all 0.3s ease;
}
.trusted-modern__logos a:hover .img-brand {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}
.trusted-modern__clients {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--pb-border-soft);
}
.img-client {
  filter: grayscale(1);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.img-client:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* ---------- CTA banner ---------- */
.cta-modern {
  padding: 4rem 0 !important;
  position: relative;
  z-index: 2;
  background-color: white;
  margin-bottom: -64px;
}
.cta-modern__inner {
  background: var(--pb-gradient);
  border-radius: 28px;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1100px;
  box-shadow: 0 25px 60px -20px rgba(13, 95, 179, 0.45);
  color: #fff;
}
.cta-modern__inner h3 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.cta-modern__inner p {
  margin: 0;
  opacity: 0.95;
  max-width: 480px;
  text-align: left;
}
@media (max-width: 768px) {
  .cta-modern__inner {
    flex-direction: column;
    text-align: center;
    padding: 2.5rem 1.75rem;
  }
  .cta-modern__inner p {
    text-align: center;
  }
}

/* ---------- Contact ---------- */
section.contact {
  background: linear-gradient(135deg, #050d1a 0%, #0a2340 55%, #0d3a66 100%) !important;
  /* background-image: none !important; */
  padding-top: 4rem;
}
.contact-modern__head {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
.contact-modern__head .section-eyebrow {
  color: var(--pb-brand-3);
}
.contact-modern__head .section-title {
  color: #fff;
}
.contact-modern__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--pb-gradient);
  color: #fff;
  margin-right: 0.85rem;
  flex-shrink: 0;
}
.contact-modern__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-modern__list li {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 1rem;
}
.contact-modern__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-modern__links li {
  margin-bottom: 1.1rem;
}
.contact-modern__links a {
  color: #f2e8de;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.contact-modern__links a:hover {
  color: var(--pb-brand-3);
  padding-left: 6px;
}
section.contact .col-lg-4 img {
  border-radius: 20px !important;
  box-shadow: 0 20px 45px -15px rgba(0, 0, 0, 0.5);
}

/* ---------- Footer bar ---------- */
footer.footer {
  background: #060f1c !important;
  color: #c9d6e4 !important;
}
footer.footer a:not(.btn-social) {
  color: #c9d6e4;
}
footer.footer a.btn-social {
  background: var(--pb-gradient) !important;
  border: 0;
  color: #fff !important;
}
footer.footer a.btn-social:hover {
  filter: brightness(1.15);
  transform: translateY(-3px);
}
