body, html {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #666;
    font-weight: 400;
    width: 100% !important;
    height: 100% !important;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 32px;
    color: #333;
}
h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #333;
}
h4 {
    font-size: 18px;
    color: #333;
}
h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}
p {
    font-size: 15px;
}
p.intro {
    margin: 12px 0 0;
    line-height: 24px;
}
a {
    color: #1f386e;
    font-weight: 400;
}
a:hover, a:focus {
    text-decoration: none;
    color: #e52f3c;
}
ul, ol {
    list-style: none;
}
ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}
hr {
    height: 2px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #1E7A46;
    margin-bottom: 20px;
    border: 0;
}
/* Navigation */
#menu {
    padding: 20px;
    transition: all 0.8s;
}
#menu.navbar-default {
    background-color: #fff;
    border-color: rgba(231, 231, 231, 0);
    box-shadow: 0 0 30px rgba(0,0,0,0.2)
}
#menu a.navbar-brand {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1f386e;
    text-transform: uppercase;
    letter-spacing: -1px;
}
#menu.navbar-default .navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #1f386e;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 2px;
    border-radius: 0;
    margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
    color: #ce2a36;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ce2a36 !important;
    background-color: transparent;
}
#menu .phone {
    font-family: 'Montserrat', sans-serif;
    margin: 4px 0 0 120px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}
#menu .phone span {
    font-size: 14px;
    display: block;
    color: #1f386e;
}
.navbar-toggle {
    border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #1b6d3f;
}
.section-title {
    margin-bottom: 70px;
}
.section-title h2 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section-title h2::after {
    position: absolute;
    content: "";
    background-color: #e52f3c;
    height: 3px;
    width: 50px;
    bottom: -1px;
    left: 0;
}
.btn-custom {
    text-transform: uppercase;
    color: #fff;
    background-color: #e52f3c;
    padding: 14px 20px;
    letter-spacing: 1px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
    color: #fff;
    background-color: #1f386e;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: none;
}
/* Header Section */
.intro {
    display: table;
    width: 100%;
    padding: 0;
    /* Código original:
    background: url(../img/intro-bg.jpg) center center no-repeat;
    background-color: #e5e5e5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    */
    /* Código para el slider de fondo */
    background-size: cover;
    background-position: center center;
    animation: slider 15s infinite;
}

@keyframes slider {
    0% {
        background-image: url(../img/intro4.jpg);
    }
    33% {
      background-image: url(../img/slider-bg-2.jpg);
    }
    66% {
        background-image: url(../img/slider-bg-3.jpg);
    }
     100% {
        background-image: url(../img/intro22.jpg);
    }

}
.intro .overlay {
    background: rgba(0,0,0,0.3);
}
.intro h1 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    text-shadow: 0 0 15px rgba(0,0,0,0.5)
}
.intro p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    padding: 15px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
    background: rgba(0,0,0,.45);
}
header .intro-text {
    padding-top: 350px;
    padding-bottom: 150px;
    text-align: center;
}
/* Get Touch Section */
#get-touch {
    padding: 40px 0 30px;
    color: rgba(255,255,255,.7);
    background: #1f386e;
}
#get-touch h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px 0;
}
#get-touch .btn-custom {
    margin: 0;
    background: transparent;
    border: 2px solid #fff;
}
#get-touch .btn-custom:hover {
    color: #1f386e;
    background: #fff;
    border: 2px solid #fff;
}
/* About Section */
#about {
    padding: 110px 0;
    background: #f6f6f6;
}
#about h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
}
#about h2 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#about h2::after {
    position: absolute;
    content: "";
    background-color: #e52f3c;
    height: 3px;
    width: 50px;
    bottom: -1px;
    left: 0;
}
#about .about-text li {
    margin-bottom: 6px;
    margin-left: 6px;
    list-style: none;
    padding: 0;
}
#about .about-text li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #1f386e;
    font-size: 11px;
    font-weight: 300;
    padding-right: 8px;
}
#about img {
    padding: 20px;
    width: 500px;
    margin-top: 10px;
    background: #fff;
    border-right: 0;
    box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#about p {
    line-height: 24px;
    margin: 30px 0;
}
/* Services Section */
#services {
    padding: 100px 0;
}
#services .service-media {
    margin: 10px;
}
#services .service-media img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
#services .service-desc {
    margin: 10px 10px 20px;
}
#services h3 {
    font-weight: 700;
    padding: 5px 0;
}
#services .service-desc hr {
    margin-left: 0;
}
/* Portfolio Section */
#portfolio {
    padding: 100px 0;
    background: #f6f6f6;
}
.portfolio-item {
    margin: 15px 0;
}
.portfolio-item .hover-bg {
    overflow: hidden;
    position: relative;
}
.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: rgba(31, 56, 110, 0.8);
    padding: 30% 0 0 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
    opacity: 0;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hover-bg:hover .hover-text {
    opacity: 1;
}
/* Testimonials Section */
#testimonials {
    padding: 100px 0;
}
#testimonials i {
    color: #e6e6e6;
    font-size: 32px;
    margin-bottom: 20px;
}
.testimonial {
    position: relative;
    padding: 20px;
}
.testimonial-image {
    float: left;
    margin-right: 15px;
}
.testimonial-image, .testimonial-image img {
    display: block;
    width: 64px;
    height: 64px;
}
.testimonial-content {
    position: relative;
    overflow: hidden;
}
.testimonial-content p {
    margin-bottom: 0;
    font-size: 14px;
    font-style: italic;
}
.testimonial-meta {
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
/* Contact Section */
#contact {
    padding: 100px 0 60px 0;
    background: #1f386e;
    color: rgba(255,255,255,.65);
}
#contact .section-title {
    margin-bottom: 40px;
}
#contact h2 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact h4 {
    color: #fff;
    margin-top: 22px;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact form {
    padding-top: 20px;
}
#contact h3 {
    font-size: 17px;
    font-weight: 600;
}
#contact .text-danger {
    color: #cc0033;
    text-align: left;
}
#contact .btn-custom {
    margin: 30px 0;
    background: transparent;
    border: 2px solid #fff;
}
#contact .btn-custom:hover {
    color: #1f386e;
    background: #fff;
}
label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}
#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#contact .form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
    margin: 20px 0;
}
#contact .contact-item span {
    color: rgba(255,255,255,1);
    display: block;
}
#contact .social {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 50px;
    margin-top: 50px;
    text-align: center;
}
#contact .social ul li {
    display: inline-block;
    margin: 0 20px;
}
#contact .social i.fa {
    font-size: 24px;
    padding: 10px;
    color: rgba(255,255,255,0.6);
    transition: all 0.3s;
}
#contact .social i.fa:hover {
    color: #fff;
}
/* Footer Section*/
#footer {
    background: #f6f6f6;
    padding: 30px 0;
}
#footer p {
    color: #888;
    font-size: 14px;
}
#footer a {
    color: #1f386e;
}
#footer a:hover {
    color: #e52f3c;
}

@media (max-width: 768px) {
#about img {
    margin: 50px 0;
}
}
/* ==== BLACK & GRAY THEME OVERRIDES ==== */
:root{
  --bg:#0e0f12;            /* fondo principal (casi negro) */
  --surface:#14161a;       /* tarjetas / bloques */
  --elev:#1b1e23;          /* superficies elevadas */
  --border:#2a2d33;        /* bordes suaves */
  --text:#e6e7eb;          /* texto base */
  --muted:#9aa0a6;         /* texto secundario */
  --link:#d5d7dc;          /* enlaces */
  --link-hover:#ffffff;    /* enlaces hover */
  --accent:#7f8c8d;        /* divisor/subrayado sutil */
}

html, body{ background:var(--bg); color:var(--text); }

/* Navbar */
#menu.navbar-default{ background:var(--bg); border-color:transparent; }
#menu .navbar-brand{ color:var(--text); }
#menu .navbar-brand .brand-logo{ height:42px; width:auto; display:block; }
#menu.navbar-default .navbar-nav>li>a{ color:var(--link); }
#menu.navbar-default .navbar-nav>li>a:hover{ color:var(--link-hover); }
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus{
  color:#fff !important; background:transparent;
}

/* Títulos y subrayado de sección */
.section-title h2, #about h2, #portfolio h2, #contact h2{ color:#fff; }
.section-title h2::after, #about h2::after{ background:var(--accent); }

/* Enlaces */
a{ color:var(--link); }
a:hover, a:focus{ color:var(--link-hover); }

/* Botón personalizado */
.btn-custom{
  background: #2b2f36;
  color:#fff;
  border:1px solid var(--border);
}
.btn-custom:hover{
  background:#3a3f47;
  border-color:#444a52;
}

/* Bandas / secciones */
#about, #portfolio{ background:var(--bg); }
#get-touch, #contact{ background:var(--surface); color:var(--text); }

/* Tarjetas / portafolio */
.portfolio-item{ background:var(--surface); border:1px solid var(--border); }
.hover-bg .hover-text{
  background:linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,0));
  color:#fff;
}
.hover-bg .hover-text h4{ color:#fff; }

/* Formularios */
#contact input, #contact textarea{
  background:#0f1115; color:var(--text);
  border:1px solid var(--border);
}
#contact input::placeholder, #contact textarea::placeholder{ color:#7a8088; }
#contact input:focus, #contact textarea:focus{
  border-color:#3a3f47; box-shadow:none; outline:0;
}

/* Carousel / controles visibles en oscuro */
.carousel-control-prev-icon,
.carousel-control-next-icon{ filter: invert(1) brightness(1.2); }
.carousel-indicators [data-bs-target]{ background:#cfd3d8; }
.carousel-indicators .active{ background:#fff; }

/* Footer */
#footer{ background:var(--bg); color:var(--muted); }
#footer a{ color:var(--link); }
#footer a:hover{ color:#fff; }

/* Bordes y separadores genéricos */
hr, .divider{ border-color:var(--border); }
/* Tamaño y comportamiento del logo */
.navbar-brand { padding: 8px 15px; line-height: 0; }
.brand-logo {
  height: 40px;           /* ajusta aquí la altura del logo */
  width: auto;
  display: block;
  object-fit: contain;
}

/* Un poco más grande en escritorio */
@media (min-width: 992px) {
  .brand-logo { height: 48px; }
}

/* Paleta black & gray: el texto/telefono legible en fondo oscuro */
.navbar-header .phone {
  color: #e6e7eb;
  font-weight: 600;
  margin-left: 12px;
  padding: 15px 0;
}
.navbar-header .phone span { margin-right: 8px; opacity: .8; }
@media (max-width: 767px) { .navbar-header .phone { display: none; } }

/* Si tu archivo del logo es oscuro y necesitas aclararlo sobre navbar negra, 
   usa adicionalmente esta clase en el <img>: class="brand-logo logo-invert" */
.logo-invert { filter: invert(1) brightness(1.6) saturate(0); }
/* Centrar y alinear contenido de la cabecera */
.navbar-header{
  display:flex;
  align-items:center;
  gap:16px;
}

/* El enlace de la marca sin padding extra */
.navbar-brand{
  display:flex;
  align-items:center;
  padding:0;
  margin-right:8px;
  line-height:0;
}

/* Tamaño del logo */
.brand-logo{
  height:48px;           /* ajusta aquí el tamaño visible */
  width:auto;
  display:block;
  object-fit:contain;     /* muestra completo */
}

/* Si tu PNG tiene mucho “borde” alrededor y se ve chico,
   usa también la clase .logo-crop para recortar un poco visualmente */
.brand-logo.logo-crop{
  width:180px;            /* fija ancho y recorta para llenar */
  height:48px;
  object-fit:cover;
  object-position:center;
  /* Opcional: recorte suave si sobra fondo dentro del PNG */
  clip-path: inset(4% 4% 4% 4%);
}

/* Teléfono */
.navbar-header .phone{
  color:#d9d9d9;
  font-weight:600;
  padding:12px 0;
}
.navbar-header .phone span{ opacity:.8; margin-right:8px; }

@media (max-width:767px){
  .navbar-header .phone{ display:none; }
}

/* Asegura que la barra no “aplane” el logo en Bootstrap 3 */
.navbar{ min-height:64px; }
/* ===== LIGHTBOX: FONDO NEGRO SÓLIDO Y SIN SCROLL DEL FONDO ===== */

/* === Nivo Lightbox (data-lightbox-gallery) === */
.nivo-lightbox-overlay{
  background:#000 !important;          /* negro 100% */
  opacity:1 !important;                /* sin transparencia */
  position:fixed !important;           /* cubrir todo el viewport */
  inset:0 !important;
  width:100vw !important;
  height:100vh !important;
  z-index:20000 !important;            /* por encima de navbar/contenido */
}
.nivo-lightbox-wrap,
.nivo-lightbox-nav,
.nivo-lightbox-close{
  z-index:20001 !important;            /* controles por encima del overlay */
}
/* Evita desplazamiento del fondo al abrir */
html.nivo-lightbox-open,
body.nivo-lightbox-open{
  overflow:hidden !important;
}
/* Título/caption en blanco */
.nivo-lightbox-theme-default .nivo-lightbox-title{
  color:#fff !important;
}

/* === Lightbox2 (data-lightbox="...") === */
#lightboxOverlay{
  background:#000 !important;
  opacity:1 !important;
  position:fixed !important;
  inset:0 !important;
  z-index:20000 !important;
}
.lightbox{
  z-index:20001 !important;
}
/* (Si tu build usa body.locked al abrir) */
body.lb-disable-scrolling{ overflow:hidden !important; }

/* === Bootstrap modal (por si usas modal como viewer) === */
.modal-backdrop.in,
.modal-backdrop.show{
  background:#000 !important;
  opacity:1 !important;
}
/* Fondo del bloque */
#clients{ background: var(--bg); }

/* La imagen se mezcla con el fondo para que el negro coincida con el tema */
#clients .clients-hero{
  display:block;
  margin: 0 auto 10px;
  width: min(98%, 1080px);
  height:auto;
  background: var(--bg);         /* necesario para el blend */
  mix-blend-mode: lighten;       /* reemplaza negro puro por el fondo */
}

/* Fallback por si el navegador no soporta blend-mode */
@supports not (mix-blend-mode: lighten){
  #clients .clients-hero{
    filter: brightness(1.05) contrast(0.92);
    opacity: 0.98;
  }
}
/* Grid sin textos (solo imagen) */
.tech-grid .tech-item{ margin:15px 0; }
.tech-grid .hover-bg{ position:relative; overflow:hidden; border-radius:6px; }
.tech-grid img{ width:100%; height:auto; display:block; border-radius:6px; }

/* Botón overlay redondo (solo ícono) */
.overlay-btn{ position:absolute; top:8px; right:8px; opacity:0; transform:translateY(-4px); transition:all .25s ease; }
.hover-bg:hover .overlay-btn{ opacity:1; transform:translateY(0); }
.overlay-btn.overlay-round{
  width:38px; height:38px; padding:0; border:0; border-radius:50%;
  background:rgba(0,0,0,.65); color:#fff; display:flex; align-items:center; justify-content:center;
  font-size:16px; line-height:1;
}

/* Modal oscuro (combina con Black & Gray) */
.portfolio-modal .modal-content{ background:var(--bg, #0e0f12); border:0; border-radius:8px; box-shadow:0 20px 60px rgba(0,0,0,.6); }
.portfolio-modal .close{ position:absolute; right:10px; top:6px; color:#fff; opacity:1; font-size:36px; text-shadow:none; }
.portfolio-modal .carousel-inner>.item>img{ width:100%; height:auto; display:block; border-radius:6px; }
.portfolio-modal .left.carousel-control,
.portfolio-modal .right.carousel-control{ background:transparent; }


/* Ajustar tipografía para sección Usage and Solutions */
#about1 .list-style ul li {
  font-family: 'Montserrat', sans-serif; /* Fuente profesional */
  font-weight: 400;
  font-size: 16px;
  color: #f0f0f0; /* gris claro sobre fondo oscuro */
  line-height: 1.6;
  list-style: none; /* Quitar bullet */
  margin-bottom: 6px;
}

/* Estilo para el título */
#about1 h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
}

/* Opcional: reemplazar icono amarillo por un elegante check gris/azul */
#about1 .list-style ul li::before {
  content: "✔";             /* icono check */
  color: #00b4d8;           /* azul corporativo */
  font-weight: bold;
  margin-right: 8px;
}

#about .list-style ul li {
  font-family: 'Montserrat', sans-serif; /* Fuente profesional */
  font-weight: 400;
  font-size: 16px;
  color: #f0f0f0; /* gris claro sobre fondo oscuro */
  line-height: 1.6;
  list-style: none; /* Quitar bullet */
  margin-bottom: 6px;
}
#about .list-style ul li::before {
  content: "✔";             /* icono check */
  color: #00b4d8;           /* azul corporativo */
  font-weight: bold;
  margin-right: 8px;
}


/* ===== Header slider: alto fijo y cover ===== */
.header-slider { margin-top: 70px; } /* para navbar fixed */
#heroCarousel,
#heroCarousel .item,
#heroCarousel .slide-bg {
  height: 72vh;           /* ajusta a tu gusto */
  min-height: 520px;      /* asegura buena altura en desktop */
}

#heroCarousel .slide-bg {
  width: 100%;
  background-size: cover;         /* llena sin deformar */
  background-position: center;    /* centra recorte */
  background-repeat: no-repeat;
}

/* Caption a la derecha, legible */
#heroCarousel .carousel-caption.caption-right {
  right: 6%;
  left: auto;
  bottom: 14%;
  text-align: left;
  max-width: 560px;
  background: rgba(0,0,0,.40);
  padding: 16px 20px;
  border-radius: 8px;
}
#heroCarousel .carousel-caption h1 { margin: 0 0 6px; font-weight: 700; }
#heroCarousel .carousel-caption p  { margin: 0 0 10px; }

/* Controles con FontAwesome (evita cuadritos si faltan Glyphicons) */
#heroCarousel .fa-ctrl { width: 8%; }
#heroCarousel .fa-ctrl i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  color: rgba(255,255,255,.9);
  text-shadow: 0 2px 6px rgba(0,0,0,.45);
}

/* Indicadores más visibles */
#heroCarousel .carousel-indicators li { border: 1px solid #fff; }
#heroCarousel .carousel-indicators .active { background-color: #fff; }

/* Responsive tweaks */
@media (max-width: 991px) {
  #heroCarousel, #heroCarousel .item, #heroCarousel .slide-bg { height: 58vh; min-height: 420px; }
  #heroCarousel .carousel-caption.caption-right { right: 5%; bottom: 10%; max-width: 90%; }
}
@media (max-width: 600px) {
  #heroCarousel, #heroCarousel .item, #heroCarousel .slide-bg { height: 50vh; min-height: 360px; }
}
/* === UNIFY CHECKMARKS FOR BOTH SECTIONS === */
/* 1) Neutralize the older benefits bullets */
#about .about-text li:before { content: none !important; }

/* 2) Make both lists use the same Font Awesome check + spacing */
#about .feature-list,
#about1 .feature-list { list-style: none; padding: 0; margin: 0; }

#about .feature-list li,
#about1 .feature-list li {
  position: relative;
  padding-left: 26px;   /* same indent */
  margin: 8px 0;
  line-height: 1.45;
}

/* FA checkmark identical in both places (same size/color/position) */
#about .feature-list li::before,
#about1 .feature-list li::before {
  content: "\f00c";                 /* Font Awesome check */
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 14px;                  /* same size */
  color: #00b4d8;                   /* same color as Offer */
  font-weight: normal;
}

/* (Optional) keep consistent text style for list items */
#about .feature-list li,
#about1 .feature-list li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #f0f0f0;
}



/* === UNIFY CHECKMARKS FOR BOTH SECTIONS === */
/* 1) Neutralize the older benefits bullets */
#about .about-text li:before { content: none !important; }

/* 2) Make both lists use the same Font Awesome check + spacing */
#about .feature-list,
#about1 .feature-list { list-style: none; padding: 0; margin: 0; }

#about .feature-list li,
#about1 .feature-list li {
  position: relative;
  padding-left: 26px;   /* same indent */
  margin: 8px 0;
  line-height: 1.45;
}

/* FA checkmark identical in both places (same size/color/position) */
#about .feature-list li::before,
#about1 .feature-list li::before {
  content: "\f00c";                 /* Font Awesome check */
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 14px;                  /* same size */
  color: #00b4d8;                   /* same color as Offer */
  font-weight: normal;
}

/* (Optional) keep consistent text style for list items */
#about .feature-list li,
#about1 .feature-list li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #f0f0f0;
}

/* Make #about lists look EXACTLY like #about1 -------------------------- */

/* Stop older bullets in #about from drawing anything else */
#about .about-text li::before { content: none !important; }

/* Use the same structure/spacing as #about1 */
#about .feature-list { list-style: none; padding: 0; margin: 0; }
#about .feature-list li {
  position: relative;
  padding-left: 26px;   /* same indent */
  margin: 8px 0;
  line-height: 1.45;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #f0f0f0;       /* match about1 on dark bg */
}

/* Same checkmark as about1 */
#about .feature-list li::before {
  content: "\f00c";
  font-family: "FontAwesome","Font Awesome 5 Free","Font Awesome 6 Free";
  font-weight: 900;     /* FA5+/6 solid */
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 14px;
  line-height: 1;
  color: #00b4d8;
}
/* === BENEFITS: mismo estilo de palomitas que ABOUT1 === */
#about .feature-list { list-style: none; padding: 0; margin: 0; }

#about .feature-list li{
  position: relative;
  padding-left: 26px;   /* igual que #about1 */
  margin: 8px 0;
  line-height: 1.45;
}

/* Palomita FontAwesome idéntica a la de #about1 */
#about .feature-list li::before{
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  color: #00c2b6;       /* mismo color que #about1 */
  font-size: 14px;
  line-height: 1.2;
}

/* Anula cualquier ✔ anterior en #about ul li::before */
#about ul li::before { content: none; }



