/* =======================================================
*   OSCE Ingeniería — Modern Style Face-lift Sheet
*   Custom styling overriding templates defaults
*   Built using Modern CSS Design Standards
* ======================================================= */

:root {
  /* Curated HSL Color System */
  --color-primary: hsl(215, 90%, 52%);      /* Premium Tech Blue */
  --color-primary-hover: hsl(215, 95%, 45%);
  --color-dark-bg: hsl(222, 47%, 11%);      /* Slate Charcoal */
  --color-dark-card: hsl(223, 30%, 18%);    /* Soft Dark Slate */
  --color-light-bg: hsl(210, 40%, 98%);     /* Clean Slate White */
  --color-text-muted: #64748b;              /* Clean Slate Gray */
  --color-text-dark: hsl(222, 47%, 15%);
  --color-text-light: #f8fafc;
  
  /* System Values */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.05);
  --shadow-md: 0 10px 25px -5px rgba(15, 23, 42, 0.1), 0 8px 16px -6px rgba(15, 23, 42, 0.05);
  --shadow-lg: 0 20px 40px -15px rgba(15, 23, 42, 0.15);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

html {
  scroll-behavior: smooth;
}

/* =======================================================
*   1. Global Typography & Resets
* ======================================================= */

body {
  font-family: 'Plus Jakarta Sans', Arial, sans-serif !important;
  color: var(--color-text-dark) !important;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .navbar-brand {
  font-family: 'Outfit', Arial, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
  color: var(--color-dark-bg);
}

.section-heading h2 {
  font-weight: 700 !important;
  color: var(--color-dark-bg) !important;
  letter-spacing: -0.02em;
}

.section-heading h2::after {
  background: var(--color-primary) !important;
  height: 3px !important;
  border-radius: 2px;
  width: 60px !important;
  margin-left: -30px !important;
}

/* =======================================================
*   2. Glassmorphism Navigation Header
* ======================================================= */

#fh5co-header {
  transition: var(--transition);
  margin-top: 15px;
}

#fh5co-header.navbar-fixed-top {
  margin-top: 0;
  background: rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.08) !important;
}

#fh5co-header .navbar-brand img {
  transition: var(--transition);
}

#fh5co-header.navbar-fixed-top .navbar-brand img {
  transform: scale(0.95);
}

#fh5co-header #navbar li a {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-muted) !important;
  transition: var(--transition);
  padding-bottom: 12px;
}

@media screen and (min-width: 769px) {
  #fh5co-header:not(.navbar-fixed-top) #navbar li a {
    color: rgba(255, 255, 255, 0.85) !important;
  }
  #fh5co-header:not(.navbar-fixed-top) .navbar-brand img {
    filter: brightness(0) invert(1);
    opacity: 0.95;
  }
}

#fh5co-header #navbar li a:hover,
#fh5co-header #navbar li.active a {
  color: var(--color-primary) !important;
}

#fh5co-header #navbar li a span::before {
  background-color: var(--color-primary) !important;
  height: 3px !important;
  border-radius: 2px;
}

/* Mobile responsive menu button */
.fh5co-nav-toggle i, 
.fh5co-nav-toggle i::before, 
.fh5co-nav-toggle i::after {
  background: var(--color-primary) !important;
}

@media screen and (max-width: 768px) {
  #fh5co-header {
    margin-top: 0;
    background: #ffffff !important;
    border-bottom: 1px solid #e2e8f0;
  }
}

/* =======================================================
*   3. Hero / Slider Section
* ======================================================= */

#slider .item {
  position: relative;
}

#slider .overlay {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#slider h1.fh5co-lead {
  font-weight: 800 !important;
  font-size: 54px !important;
  color: #ffffff !important;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

#slider h1.fh5co-lead span {
  color: var(--color-primary);
}

@media screen and (max-width: 768px) {
  #slider h1.fh5co-lead {
    font-size: 32px !important;
  }
}

/* Primary Button Design */
.btn-primary {
  background: var(--color-primary) !important;
  border: 2px solid var(--color-primary) !important;
  border-radius: var(--radius-sm) !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 12px 28px !important;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3) !important;
  transition: var(--transition) !important;
}

.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:focus {
  background: var(--color-primary-hover) !important;
  border-color: var(--color-primary-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4) !important;
}

/* Indicador de Scroll Animado */
.scroll-down-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
  transition: var(--transition);
  opacity: 0.8;
}

.scroll-down-indicator:hover {
  opacity: 1;
  transform: translateX(-50%) scale(1.1);
}

.mouse-scroll {
  width: 26px;
  height: 44px;
  border: 2px solid #ffffff;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.mouse-wheel {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: mouseScrollAnim 1.6s infinite ease-in-out;
}

@keyframes mouseScrollAnim {
  0% {
    top: 8px;
    opacity: 1;
  }
  50% {
    top: 22px;
    opacity: 0.3;
  }
  100% {
    top: 8px;
    opacity: 1;
  }
}

/* Carrusel Owl dots premium estilo Píldora */
.owl-theme .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 6px;
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4) !important;
  border-radius: 5px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  margin: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 30px !important;
  background: var(--color-primary) !important;
  box-shadow: 0 0 10px rgba(37, 99, 235, 0.6);
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 0.8) !important;
}

/* =======================================================
*   4. About Us (Nosotros)
* ======================================================= */

#fh5co-about-us {
  background-color: var(--color-light-bg);
}

#fh5co-about-us h3 {
  font-size: 20px;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.person {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 35px 25px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  margin-bottom: 30px;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .person-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .person-row > .col-md-4 {
    display: flex;
  }
  .person-row > .col-md-4 > .person {
    width: 100%;
  }
}

.person:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: rgba(37, 99, 235, 0.2);
}

.person img {
  border-radius: var(--radius-sm) !important; /* Cuadrado con esquinas suaves */
  width: 100%;
  max-width: 220px;
  height: 140px !important;
  object-fit: cover;
  margin-bottom: 20px !important;
  transition: var(--transition);
}

.person:hover img {
  transform: scale(1.03);
}

.person .name {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--color-dark-bg) !important;
  margin-bottom: 10px;
}

.person p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin-bottom: 0;
}

/* =======================================================
*   5. Services Section (Nuestros Servicios)
* ======================================================= */

#fh5co-our-services {
  background-color: #ffffff !important;
}

.service-row {
  display: flex;
  flex-direction: column; /* Stacked vertically on mobile */
  background: var(--color-dark-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 45px !important;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(255, 255, 255, 0.03);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.service-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -15px rgba(37, 99, 235, 0.15), var(--shadow-lg);
  border-color: rgba(37, 99, 235, 0.35);
}

.service-row > .col-md-6 {
  width: 100% !important;
  float: none !important;
  left: auto !important;
  right: auto !important;
}

/* Image column settings */
.service-img-col {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  height: 280px;
  order: 1; /* Image first on mobile */
}

.service-img-col img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.service-row:hover .service-img-col img {
  transform: scale(1.05);
}

/* Text column settings */
.service-text-col {
  padding: 30px !important;
  color: rgba(248, 250, 252, 0.9);
  order: 2; /* Text second on mobile */
}

.service-text-col h3 {
  color: var(--color-text-light) !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.service-text-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background-color: var(--color-primary);
  border-radius: 2px;
}

.service-text-col p {
  color: #94a3b8;
  font-size: 15px;
  margin-bottom: 20px;
}

.service-text-col ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-bottom: 20px;
}

.service-text-col ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #cbd5e1;
  line-height: 1.5;
}

.service-text-col ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-primary);
  font-weight: 900;
  font-size: 14px;
}

.service-text-col strong {
  display: block;
  font-size: 14px;
  color: #38bdf8;
  letter-spacing: 0.02em;
  margin-top: 15px;
  font-weight: 600;
}

/* Responsive Desktop (992px and up) */
@media screen and (min-width: 992px) {
  .service-row {
    flex-direction: row; /* Side-by-side layout */
    align-items: stretch; /* Make columns equal height */
  }

  .service-row > .col-md-6 {
    width: 50% !important;
  }

  /* Desktop order */
  .service-row > .service-img-col {
    order: 1;
  }
  .service-row > .service-text-col {
    order: 2;
  }

  /* Reverse layout for the middle row (using push/pull class overrides) */
  .service-row > .col-sm-push-6 {
    order: 2 !important;
  }
  .service-row > .col-sm-pull-6 {
    order: 1 !important;
  }

  .service-img-col {
    height: auto !important; /* Allow the image column to stretch to text height */
  }

  .service-text-col {
    padding: 45px !important; /* Generous padding on desktop */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically */
  }
}

/* =======================================================
*   6. Clients (Nuestros Clientes)
* ======================================================= */

#fh5co-features {
  background-color: var(--color-light-bg) !important;
}

.fh5co-service {
  padding: 15px;
}

.fh5co-service img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: var(--transition);
  max-height: 70px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.fh5co-service:hover img {
  filter: grayscale(0%);
  opacity: 0.95;
  transform: scale(1.08);
}

/* =======================================================
*   7. Contact Form (Contacto)
* ======================================================= */

.contact-section {
  position: relative;
  background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.92)), url('../images/fondo_contacto.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 7em 0 !important;
}

.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.98);
  border-radius: var(--radius-lg);
  padding: 45px !important;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.contact-form-wrapper label {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  color: var(--color-dark-bg);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.contact-form-wrapper .form-control {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: var(--radius-sm) !important;
  box-shadow: none !important;
  height: 48px;
  font-size: 14px;
  color: var(--color-dark-bg) !important;
  transition: var(--transition) !important;
}

.contact-form-wrapper textarea.form-control {
  height: auto !important;
  padding-top: 12px;
}

.contact-form-wrapper .form-control:focus {
  border-color: var(--color-primary) !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12) !important;
}

.contact-form-wrapper button[type="submit"] {
  width: 100%;
  margin-top: 15px;
  height: 48px;
}

/* Contact Info Column */
.contact-info-wrapper {
  color: #ffffff;
  padding-left: 30px !important;
}

.contact-info-wrapper h3 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 20px;
}

.contact-info-wrapper p {
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.6;
}

.contact-info-wrapper iframe {
  border-radius: var(--radius-md) !important;
  box-shadow: var(--shadow-md);
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

@media screen and (max-width: 992px) {
  .contact-section {
    padding: 4em 0 !important;
  }
  .contact-form-wrapper {
    padding: 30px 20px !important;
    margin-bottom: 40px;
  }
  .contact-info-wrapper {
    padding-left: 15px !important;
  }
}

/* =======================================================
*   8. Footer Grid & Styling
* ======================================================= */

#footer {
  background: var(--color-dark-bg);
  padding: 80px 0 40px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #94a3b8;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.footer-col {
  margin-bottom: 30px;
}

/* Columna About */
.footer-logo {
  max-height: 45px;
  object-fit: contain;
  margin-bottom: 15px;
  filter: brightness(1.05);
}

.footer-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #cbd5e1;
  margin-bottom: 12px;
}

.footer-tagline {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}

/* Columna Links */
.footer-links h4,
.footer-contact h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #f8fafc;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 8px;
}

.footer-links h4::after,
.footer-contact h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: var(--color-primary);
  border-radius: 1px;
}

.footer-links ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 12px;
}

.footer-links ul li a {
  color: #94a3b8;
  font-size: 14px;
  text-decoration: none;
  transition: var(--transition);
  display: inline-block;
}

.footer-links ul li a:hover {
  color: var(--color-primary);
  transform: translateX(4px);
}

/* Columna Contact */
.footer-contact p {
  font-size: 14px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  color: #94a3b8;
}

.footer-contact p i {
  color: var(--color-primary);
  font-size: 16px;
  margin-right: 12px;
  width: 20px;
  text-align: center;
}

.footer-contact p a {
  color: #94a3b8;
  text-decoration: none;
  transition: var(--transition);
}

.footer-contact p a:hover {
  color: var(--color-primary);
}

.footer-social-wrapper {
  margin-top: 20px;
}

.footer-social-wrapper .social-circle {
  padding-left: 0;
  margin: 0;
}

.footer-social-wrapper .social-circle li a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #94a3b8 !important;
  transition: var(--transition) !important;
  border-radius: 50% !important;
}

.footer-social-wrapper .social-circle li a i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  font-size: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-social-wrapper .social-circle li a:hover {
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  color: #ffffff !important;
  transform: translateY(-3px);
}

/* Divider and Bottom footer */
.footer-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin: 20px 0;
  width: 100%;
}

.footer-bottom p.copyright {
  color: #64748b !important;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-bottom p.copyright a {
  color: var(--color-primary);
  text-decoration: none;
  transition: var(--transition);
  font-weight: 500;
}

.footer-bottom p.copyright a:hover {
  color: #38bdf8;
}

/* =======================================================
*   9. Botón Flotante de WhatsApp
* ======================================================= */

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(18, 140, 126, 0.4);
  z-index: 9999;
  transition: var(--transition);
  animation: whatsappPulse 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.08) translateY(-3px);
  box-shadow: 0 8px 25px rgba(18, 140, 126, 0.6);
  color: #ffffff;
  text-decoration: none;
}

.whatsapp-svg {
  width: 32px;
  height: 32px;
}

@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media screen and (max-width: 768px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .whatsapp-svg {
    width: 26px;
    height: 26px;
  }
}

/* =======================================================
*   10. Phase 5 — Premium Mobile Optimizations
* ======================================================= */

@media screen and (max-width: 768px) {
  /* 1. Header & Logo sizing */
  #fh5co-header .navbar-brand {
    padding: 10px 15px !important;
    height: auto !important;
  }
  
  #fh5co-header .navbar-brand img {
    height: 42px !important;
    width: auto !important;
    max-width: 160px !important;
    object-fit: contain;
  }
  
  /* 2. Premium collapsed menu dropdown panel */
  #fh5co-header .navbar-collapse {
    border: none !important;
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.15) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: var(--radius-md);
    margin: 10px 15px !important;
    padding: 10px 15px !important;
    float: none !important;
    position: absolute;
    width: calc(100% - 30px);
    left: 0;
    top: 100%;
    z-index: 999;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
  }
  
  #fh5co-header #navbar li {
    margin-bottom: 4px;
  }
  
  #fh5co-header #navbar li a {
    padding: 10px 14px !important;
    border-radius: var(--radius-sm);
    color: var(--color-text-dark) !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em;
    font-size: 14px;
    transition: var(--transition);
  }
  
  #fh5co-header #navbar li a:hover,
  #fh5co-header #navbar li.active a {
    background: rgba(37, 99, 235, 0.06) !important;
    color: var(--color-primary) !important;
    padding-left: 18px !important;
  }
  
  /* Remove default indicator bar on mobile */
  #fh5co-header #navbar li a span::before {
    display: none !important;
  }
  
  /* 3. Hero Slider mobile proportions and heights */
  .owl-carousel-fullwidth .item, 
  .owl-carousel-fullwidth .fh5co-owl-text-wrap {
    height: auto !important;
    min-height: 80vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 90px 0 70px 0 !important;
  }
  
  .owl-carousel-fullwidth .fh5co-owl-text-wrap {
    width: 100%;
  }
  
  #slider h1.fh5co-lead {
    font-size: 28px !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
    font-weight: 800 !important;
  }
  
  /* 4. Client Logos - remove scale of grey on mobile */
  .fh5co-service img {
    filter: none !important;
    opacity: 0.95 !important;
    transform: none !important;
    max-height: 60px !important;
  }
  
  /* 5. Center Footer Columns */
  #footer {
    text-align: center !important;
    padding: 50px 0 30px 0 !important;
  }
  
  .footer-grid {
    flex-direction: column;
    align-items: center;
  }
  
  .footer-col {
    width: 100% !important;
    margin-bottom: 35px !important;
    padding: 0 15px !important;
  }
  
  .footer-links h4::after,
  .footer-contact h4::after {
    left: 50% !important;
    margin-left: -15px !important;
  }
  
  .footer-contact p {
    justify-content: center !important;
  }
  
  .footer-social-wrapper {
    text-align: center !important;
    margin-top: 15px !important;
  }
  
  .footer-social-wrapper .social-circle {
    display: inline-block !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* 6. About Us mobile padding adjustments */
  #fh5co-about-us .section-heading > .row h3 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  
  #fh5co-about-us .section-heading > h2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .person {
    padding: 30px 20px !important;
    margin-bottom: 25px !important;
  }
  
  .person img {
    max-width: 100% !important;
    width: 240px !important;
    height: 150px !important;
  }
  
  /* 7. Services Row responsive spacing */
  .service-row {
    margin-bottom: 35px !important;
  }
  
  .service-img-col {
    height: 220px !important;
  }
  
  .service-text-col {
    padding: 24px 20px !important;
  }
  
  .service-text-col h3 {
    font-size: 22px !important;
    margin-bottom: 15px !important;
  }
}
