.section-padding {
  padding: 5rem 1;
}
@media (max-width: 991.98px) {
  .section-padding {
    padding: 4rem 0;
  }
}

.site-header {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1000;
  max-width: 1400px;
  margin: 0 auto;
}

.site-header .navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

Yontainer-fluid {
  background: #fff;
}

.logo-image {
  height: 70px;
  width: auto;
  display: block;
}

.nav-link-custom {
  color: #111111 !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  transition: all 0.3s ease;
  position: relative;
}
.nav-link-custom:hover {
  color: #1F3FBF !important;
}
.nav-link-custom.active {
  color: #1F3FBF !important;
}
.nav-link-custom.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #1F3FBF, #1a35a8);
  border-radius: 1px;
  box-shadow: 0 0 8px rgba(31, 63, 191, 0.4);
}

@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: center;
    margin-top: 2rem;
  }
  .nav-link-custom {
    margin: 0.5rem 0;
    padding: 1rem;
  }
}
.site-footer {
  background: #111111;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer a {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer a:hover {
  color: #ffffff;
}
.site-footer .footer-content__copyright {
  margin-bottom: 0;
}
.section-header {
  margin-bottom: 2rem;
}
.section-header__kicker {
  color: #1F3FBF;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.section-header__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 0.75rem;
}
@media (max-width: 991.98px) {
  .section-header__title {
    font-size: 1.9rem;
  }
}
.section-header__description {
  font-size: 1.05rem;
  color: #6b7280;
  margin-bottom: 0;
}
.section-header--center {
  text-align: center;
}

a,
.btn,
.card-pricing,
.card-addon,
.page-hero-card,
.portfolio-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease, background-color 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-brand:hover,
.btn-primary-custom:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.card-pricing:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.card-pricing--featured:hover {
  transform: translateY(-8px);
}

.card-addon:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.page-hero-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.12);
}

.portfolio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.nav-link-custom {
  position: relative;
  transition: color 0.22s ease;
}

.nav-link-custom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: width 0.22s ease;
}

.nav-link-custom:hover::after {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}
.package-btn:hover {
  transform: translateY(-2px);
}

/* ===== WHO WE WORK WITH PARALLAX SECTION ===== */
.section-who {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(5, 12, 22, 0.88) 0%, rgba(5, 12, 22, 0.7) 45%, rgba(5, 12, 22, 0.82) 100%), url("../images/downtown-houston.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-who .section-header__kicker {
  color: #5f7cff;
}

.section-who .section-header__title {
  color: #ffffff;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.section-who .client-card {
  height: 100%;
  background: rgba(7, 14, 28, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.section-who .client-card:hover {
  transform: translateY(-8px);
  border-color: rgba(95, 124, 255, 0.65);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.section-who .client-card i,
.section-who .client-card svg {
  color: #5f7cff;
}

.section-who .client-card h3,
.section-who .client-card h4,
.section-who .client-card .card-title {
  color: #ffffff;
}

.section-who .client-card p,
.section-who .client-card .card-text {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 768px) {
  .section-who {
    min-height: auto;
    background-attachment: scroll;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .section-who .client-card {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
/*.hero {
  background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,0.08), transparent);
  top: -100px;
  right: -100px;
  animation: float 10s ease-in-out infinite;
}

@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(30px); }
}

.card:hover {
  transform: translateY(-6px);
  transition: 0.3s ease;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}*/
.btn-brand {
  background-color: #1F3FBF;
  border-color: #1F3FBF;
  color: #ffffff;
  padding: 0.85rem 1.4rem;
  font-weight: 600;
  border-radius: 0.85rem;
  transition: all 0.2s ease-in-out;
}
.btn-brand:hover {
  background-color: #1a35a8;
  border-color: #1a35a8;
  color: #ffffff;
}

.btn-primary-custom {
  background-color: #1F3FBF;
  border-color: #1F3FBF;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.btn-primary-custom:hover {
  background-color: #1a35a8;
  border-color: #1a35a8;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(31, 63, 191, 0.3);
}

.btn-outline-primary-custom {
  border-color: #1F3FBF;
  color: #1F3FBF;
  background-color: transparent;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.btn-outline-primary-custom:hover {
  background-color: #1F3FBF;
  border-color: #1F3FBF;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(31, 63, 191, 0.2);
}

.card-icon {
  background: #ffffff;
  border: 1px solid #d9dee5;
  border-radius: 1rem;
  padding: 2rem;
}
.card-icon__icon-wrapper {
  margin-bottom: 1rem;
}
.card-icon__icon {
  font-size: 2rem;
  color: #1F3FBF;
}
.card-icon__title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #111111;
}
.card-icon__text {
  color: #6b7280;
}

.card-pricing {
  background: #ffffff;
  border: 1px solid #d9dee5;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
}
.card-pricing__header {
  margin-bottom: 1.25rem;
}
.card-pricing__title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #111111;
}
.card-pricing__price {
  font-size: 2rem;
  font-weight: 700;
  color: #1F3FBF;
  margin-bottom: 0.5rem;
}
.card-pricing__subtitle {
  color: #6b7280;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.card-pricing__features {
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}
.card-pricing__feature {
  margin-bottom: 0.5rem;
}
.card-pricing--featured {
  border: 2px solid #1F3FBF;
  box-shadow: 0 20px 50px rgba(31, 95, 149, 0.12);
}
.card-pricing__badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #1F3FBF;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
}

.card-comparison {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 2rem;
}
.card-comparison__title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
.card-comparison__list {
  margin: 0;
  padding-left: 1.25rem;
  color: #ffffff;
}
.card-comparison__item {
  margin-bottom: 0.5rem;
}

.card-addon {
  background: #ffffff;
  border: 1px solid #d9dee5;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  font-weight: 600;
}

.service-list {
  display: grid;
  gap: 1rem;
  list-style-type: none;
}
.service-list__item {
  background: #F7F7F7;
  border: 1px solid #d9dee5;
  border-radius: 0.85rem;
  padding: 1rem 1.25rem;
  font-weight: 600;
}

.mockup-card {
  width: 100%;
  max-width: 440px;
  background: #ffffff;
  border: 1px solid #d9dee5;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.hero-section {
  background: #ffffff;
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
.hero-section .hero-content {
  max-width: 600px;
  background: #ffffff;
}
.hero-section .hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
  margin-bottom: 2rem;
}
.hero-section .hero-title .text-primary-custom {
  color: #1F3FBF !important;
}
.hero-section .hero-description {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.hero-section .hero-tagline {
  font-size: 1.1rem;
  color: #1F3FBF;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.hero-section .hero-tag {
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  color: #6b7280;
  margin-top: 0.5rem;
}
.hero-section .hero-buttons .btn {
  min-width: 280px;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .hero-section .hero-buttons .btn {
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
    padding: 4rem 0;
  }
  .hero-section .hero-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .hero-section .hero-description {
    font-size: 1.1rem;
  }
  .hero-section .hero-buttons .btn {
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .hero-section .hero-title {
    font-size: 2.5rem;
  }
}
.audience {
  background: #F7F7F7;
}

.transformation {
  background: #111111;
  color: #ffffff;
}

.addons {
  background: #F7F7F7;
}

.cta {
  background: linear-gradient(180deg, #f8fbfe 0%, #eef5fb 100%);
}

.section {
  padding: 4rem 0;
}

@media (min-width: 992px) {
  .section {
    padding: 5rem 0;
  }
}
.portfolio-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  cursor: zoom-in;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.portfolio-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.portfolio-img:hover img {
  transform: scale(1.06);
}

#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  z-index: 9999;
}

#lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 1rem;
}

/*Hero fix*/
.hero-section {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.page-hero {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.page-hero-title {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.page-hero-description {
  font-size: 1.05rem;
  max-width: 520px;
  margin-bottom: 1.5rem;
}

.page-hero-image {
  max-height: 260px;
  border-radius: 0.75rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 700;
  color: #b66a2c;
  margin-bottom: 0.75rem;
}

/*About Hero Section*/
#about-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#about-hero .page-hero-title {
  max-width: 720px;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.08;
}
#about-hero .page-hero-description {
  max-width: 620px;
  font-size: 1.1rem;
  line-height: 1.7;
}
#about-hero .page-hero-card {
  max-width: 460px;
  margin-left: auto;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  transform: translateY(6px);
}
#about-hero .page-hero-card__image {
  width: 100%;
  border-radius: 0.75rem;
}
#about-hero .page-hero-card__caption {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: #666;
  text-align: center;
}

@media (max-width: 991px) {
  #about-hero .page-hero-card {
    margin-left: 0;
    max-width: 100%;
  }
}
/*Services Hero Section*/
#services-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
#services-hero .page-hero-title {
  max-width: 740px;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.08;
}
#services-hero .page-hero-description {
  max-width: 620px;
  font-size: 1.1rem;
  line-height: 1.7;
}
#services-hero .page-hero-card {
  max-width: 460px;
  margin-left: auto;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}
#services-hero .page-hero-card__image {
  width: 100%;
  border-radius: 0.75rem;
}
#services-hero .page-hero-card__caption {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: #666;
  text-align: center;
}

@media (max-width: 991px) {
  #services-hero .page-hero-card {
    margin-left: 0;
    max-width: 100%;
  }
}
/*Portfolio Hero Section*/
#portfolio-hero {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#portfolio-hero .page-hero-title {
  max-width: 700px;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.1;
}
#portfolio-hero .page-hero-description {
  max-width: 600px;
  font-size: 1.05rem;
  line-height: 1.7;
}
#portfolio-hero .page-hero-card {
  max-width: 420px; /* slightly smaller than services */
  margin-left: auto;
  padding: 0.6rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}
#portfolio-hero .page-hero-card__image {
  width: 100%;
  border-radius: 0.75rem;
}
#portfolio-hero .page-hero-card__caption {
  margin: 0.6rem 0 0;
  font-size: 0.8rem;
  color: #777;
  text-align: center;
}

@media (max-width: 991px) {
  #portfolio-hero .page-hero-card {
    margin-left: 0;
    max-width: 100%;
  }
}
.return-link {
  display: inline-block;
  margin: 1.5rem 0;
  font-weight: 600;
  color: #1f3fbf;
  text-decoration: none;
}

.return-link:hover {
  text-decoration: underline;
}

.mfb-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 240px);
  justify-content: center;
  gap: 2.5rem;
}

.video-card {
  width: 100%;
}

.vertical-video-frame {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 9/16;
  margin: 0 auto;
  background: #000;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.vertical-video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-card h5 {
  font-weight: 600;
  font-size: 1rem;
}

/*Blog Hero Section*/
#blog-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
#blog-hero .page-hero-title {
  max-width: 780px;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.1;
}
#blog-hero .page-hero-description {
  max-width: 640px;
  font-size: 1.05rem;
  line-height: 1.7;
}

/*Contact Hero Section*/
#contact-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
#contact-hero .page-hero-title {
  max-width: 720px;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.08;
}
#contact-hero .page-hero-description {
  max-width: 620px;
  font-size: 1.1rem;
  line-height: 1.7;
}
#contact-hero .page-hero-card {
  max-width: 440px;
  margin-left: auto;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}
#contact-hero .page-hero-card__image {
  width: 100%;
  border-radius: 0.75rem;
}
#contact-hero .page-hero-card__caption {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: #666;
  text-align: center;
}

@media (max-width: 991px) {
  #contact-hero .page-hero-card {
    margin-left: 0;
    max-width: 100%;
  }
}
/*Modal Styles*/
.package-form .form-control {
  min-height: 48px;
  border-radius: 0.75rem;
}

.package-form textarea.form-control {
  min-height: 120px;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.logo-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px;
}

.logo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.logo-card-image {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.logo-card-image img {
  display: block;
  max-width: 90%;
  max-height: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.logo-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  line-height: 1.3;
}

.logo-card p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
