﻿/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.nav-link:hover {
    background-color: rgb(230, 230, 230); 
    border-radius: 7px;
    padding: 7px;
    transition: all 0.3s ease;
}
*/



a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

:root {
    --primary-color: #3498db;
    --secondary-color: #2c3e50;
    --light-color: #ecf0f1;
    --dark-color: #2c3e50;
    --color-light: #f8fafc;
    --color-primary: #2563eb;
}

.navbar {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.navbar.bg-light {
    background-color: #ffffff !important;
}

.logo {
    transition: all 0.3s ease;
    border: 2px solid #ddd;
    border-radius: 15px;
    padding: 5px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent !important;
}

.logo:hover {
    transform: scale(1.05);
    border-color: var(--primary-color);
}

.nav-link {
    font-weight: 500;
    position: relative;
    margin: 0 5px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.nav-link:hover {
    background-color: rgba(52, 152, 219, 0.1);
    transform: translateY(-2px);
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: var(--primary-color);
    transition: all 0.3s ease;
}

.nav-link:hover::after {
    width: 80%;
    left: 10%;
}

.offcanvas-header {
    background-color: var(--secondary-color);
    color: white;
}

.offcanvas-title {
    font-weight: 600;
}

.offcanvas-body {
    overflow-y: auto;
    flex-grow: 1;
    padding: 1rem;
}

.offcanvas {
    height: 100vh !important;
    max-height: 100vh !important;
    z-index: 1050;
}


.offcanvas-body .nav-link {
    padding: 12px 15px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    color: #000;
    transition: background-color 0.3s ease;
}

.offcanvas-body .nav-link:hover {
    background-color: rgba(52, 152, 219, 0.1);
    color: #007bff;
}

.dropdown-item:hover {
    background-color: rgba(52, 152, 219, 0.1);
}




a {
    color: #0077cc;
}

.MT {
    margin-top: 115px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
}

@media (min-width: 575px) {
    html {
        font-size: 16px;
    }


}

@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        /* evita el salto */
    }
}




.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background-color: #1f1f1f;
    color: white;
}

.mx-auto {
    width: 640px;
}


.barra {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);


}


/* SCROLL TO TOP BUTTON - CORREGIDO */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 990;
    /* Más bajo que navbar */
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border: none;
}

.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top-btn:hover {
    background-color: #0056b3;
    transform: scale(1.1);
}

/* RESPONSIVE FIXES */
@media (max-width: 768px) {
    body {
        padding-top: 70px;
    }

    .MT {
        margin-top: 1rem;
    }

    .history-content {
        padding: 1rem 0;
    }

    .section-box {
        padding: 2rem 0;
        margin: 1rem 0;
    }

    .contenedor-valores {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .timeline {
        padding-left: 1.5rem;
    }

    .timeline-item {
        padding-left: 1.5rem;
    }
}

@media (max-width: 576px) {
    .scroll-top-btn {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-historia {
        font-size: 1.5rem;
    }
}

footer a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

footer a:hover {
    color: #0dcaf0;
    text-decoration: underline;
    margin-left: 5px;
}

footer li:hover {
    color: #0dcaf0;
    text-decoration: underline;
    margin-left: 5px;
}

footer h5 {
    font-weight: 600;
    border-bottom: 2px solid #fff;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}


/* Index Css */

.typing-container {
    font-family: monospace;
    font-size: 40px;
    overflow: hidden;
    border-right: 2px solid black;
    width: fit-content;
    animation: blinkCursor 0.75s step-end infinite;
}

@keyframes blinkCursor {
    0% {
        border-color: black;
        color: #FFD700;
        /* Azul Bootstrap */
    }

    33.3% {
        border-color: transparent;
        color: #ffd200;
        /* Azul Bootstrap */
    }

    66.6% {
        border-color: transparent;
        color: #FF4500;
        /* Rojo Bootstrap */
    }

    99.9% {
        border-color: black;
        color: #FFD700;
        /* Azul Bootstrap */
    }

    /*
    0%, 100% {
        border-color: black;
    }

    50% {
        border-color: transparent;
    }
    */
}

.p1 {
    border: 4px solid #F9FCF3;
    border-radius: 10px;
    width: 550px;
}


.intro {
    text-align: center;
    color: white;
}

.seccion-valores {
    background: linear-gradient(to right, #1e90ff, #007b8a);
    /* fondo degradado */
    color: white;
    padding: 60px 30px;
    margin-top: 50px;
    border-radius: 10px;
}

.titulo {
    border-left: 5px solid white;
    padding-left: 15px;
    margin-bottom: 20px;
}

.icono {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: white;
}

.Testi {
    margin-top: 50px;
    border-radius: 10px;
}


.bg-header {
    background: url('../img/f1.png') center center / cover no-repeat;
    height: 200px;
    border-radius: 10px;
    margin-top: 30px;
}

.fondo-patron {
    /*background: url('ruta/a/fondo-patron.png') repeat;*/
    background-color: ghostwhite;
    border-radius: 10px;
}

.etiqueta-quienes {
    color: black;
    display: inline-block;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.text-destacado {
    font-weight: bold;
}

.linea-footer {
    background-color: #ffd600;
    height: 10px;
    width: 100%;
}

.NuestosClientes {
    margin-top: 30px;
    border-radius: 10px;
}

.history-content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.section-historia {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.timeline {
    position: relative;
    padding-left: 30px;
    margin: 20px 0;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #3498db;
}

.timeline-item {
    margin-bottom: 20px;
    position: relative;
}

.timeline-item:before {
    content: '';
    position: absolute;
    left: -34px;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #3498db;
    border: 3px solid #fff;
}

.btn-teknobits {
    background-color: #3498db;
    color: white;
    border: none;
}

.btn-teknobits:hover {
    background-color: #2980b9;
    color: white;
}


.titulo-index-serv {
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    color: var(--primary);
}

.titulo-index-serv:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    margin-top: 15px;
}

.titulo-index-serv.center:after {
    margin-left: auto;
    margin-right: auto;
}


.carta-index-serv {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
    height: 100%;
}

.carta-index-serv:hover {
    transform: translateY(-10px);
}

.carta-body-index {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.icono-serv-index {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.home-cs {
    position: relative;
    height: 56vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: white;
    margin-top: 50px;
    border-radius: 15px;
}

.landing-page-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}

.landing-page-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.landing-page-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.landing-page-text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}

.landing-page-btn-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;
}

.landing-page-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.landing-page-btn--white {
    background-color: white;
    color: #333;
}

.landing-page-btn--white:hover {
    background-color: #f2f2f2;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.landing-page-btn--link-white {
    color: white;
    border: 2px solid white;
}

.landing-page-btn--link-white:hover {
    background-color: white;
    color: #333;
}

.landing-page-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.landing-page-bgvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Efectos de aparición cuando es visible */
.is-visible.viewed .landing-page-title,
.is-visible.viewed .landing-page-text,
.is-visible.viewed .landing-page-btn-container {
    opacity: 1;
    transform: translateY(0);
}

/* Overlay para mejorar legibilidad del texto */
.landing-page-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .landing-page-title {
        font-size: 2.5rem;
    }

    .landing-page-text {
        font-size: 1.2rem;
    }

    .landing-page-btn {
        padding: 12px 24px;
    }
}

@media (max-width: 480px) {
    .landing-page-btn-container {
        flex-direction: column;
        align-items: center;
    }

    .landing-page-title {
        font-size: 2rem;
    }

    .landing-page-text {
        font-size: 1rem;
    }
}


/* identidad empresarial*/


.hero {
    background-image: url('../img/1.jpeg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    color: white;
    margin-bottom: 40px;

}

.overlay {
    position: absolute;
    top: 21%;
    left: 29%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    padding: 40px;
    border-radius: 20px;
    max-width: 600px;
    text-align: center;
}

.navbar-custom {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: none !important;
}


/* Navbar con fondo al hacer scroll */
.navbar-colored {
    background-color: white !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .overlay h1 {
        font-size: 30px;
    }

    .overlay h3 {
        font-size: 1.1rem;
    }

    .overlay p {
        font-size: 30px;
    }

    .overlay {
        top: 24%;
        left: 0%;
    }
}

.btn-custom {
    background-color: #0d6efd;
    border: none;
}


.img-historia {
    max-width: 100%;
    height: 400px;
}

.contenedor-valores {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.box-valores {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.box-valores:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.dtos-imagen-val {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.dtos-imagen-val img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.box-valores:hover .dtos-imagen-val img {
    transform: scale(1.05);
}

.text-box-conten {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.text-box-conten h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #2c3e50;
    display: flex;
    align-items: center;
}

.icon-val {
    margin-right: 12px;
    color: #3498db;
    font-size: 1.5rem;
}

.text-box-conten p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
}


/*Productos*/
producto-icono {
    font-size: 2rem;
    margin-right: 10px;
}

.producto-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.fondo-titulo {
    /*background: #0056d2;*/
    color: black;
    display: inline-block;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.seccion {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 40px;
    margin: 40px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

/*Servicios*/

.seccionS {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 60px 30px;
    border-radius: 20px;
    margin: 40px auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.titulo-seccion {
    background: #ffdf00;
    color: #000;
    display: inline-block;
    font-weight: bold;
    padding: 10px 25px;
    font-size: 1.6rem;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.servicio-box {
    border-radius: 15px;
    background: #ffffff;
    padding: 25px;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

.servicio-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.iconO {
    font-size: 2.5rem;
    color: #0d6efd;
    margin-bottom: 15px;
}


.scroll-wrapper {
    overflow: hidden;
    background-color: #f8f9fa;
    padding: 20px 0;
}

.scroll-track {
    display: inline-flex;
    animation: scroll 30s linear infinite;
}

.scroll-track img {
    height: 90px;
    width: auto;
    object-fit: contain;
    margin: 0 25px;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.scroll-track img:hover {
    transform: scale(1.05);
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 576px) {
    .container {
        padding: 15px;
    }

    h2 {
        font-size: 1.8rem;
    }

    .scroll-track img {
        height: 60px;
        margin: 0 12px;
    }
}

@media (max-width: 992px) {
    .scroll-track img {
        height: 80px;
        margin: 0 20px;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 2rem;
    }

    .scroll-track img {
        height: 70px;
        margin: 0 15px;
    }
}

/* Repetir imágenes para loop continuo visual */
.scroll-track::after {
    content: '';
    display: block;
    width: 0;
}

title-banner {
    background: #ffd500;
    display: inline-block;
    padding: 0.6rem 1.5rem;
    font-weight: bold;
    font-size: 1.5rem;
    color: #000;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

.feature-box {
    background: #fff;
    border-left: 5px solid #0d6efd;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 20px 30px;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease-in-out;
}

.feature-box:hover {
    transform: scale(1.02);
}

.feature-number {
    font-size: 1.8rem;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
}

.feature-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.logoS {
    max-height: 80px;
}

.propVal {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 60px 30px;
    border-radius: 20px;
    max-width: 1200px;
    margin: 40px auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* ---------------------*/

.clientes-section {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, #eaf6ff, #ffffff);
}

.clientes-title {
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
    color: #0a3d62;
}

.clientes-subtitle {
    text-align: center;
    font-size: 1.1rem;
    max-width: 800px;
    margin: 15px auto 50px auto;
    color: #555;
}


@media (max-width: 768px) {
    .clientes-title {
        font-size: 2rem;
    }
}

.box-servicio {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.box-servicio:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.box-servi-img {
    height: 200px;
    overflow: hidden;
}

.box-servi-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.box-servicio:hover .box-servi-img img {
    transform: scale(1.05);
}

.contenido-servicio {
    padding: 25px;
}

.icon-servicio {
    font-size: 2rem;
    color: var(--color-primary);
    margin-bottom: 15px;
}

.seccion-industria {
    background-color: var(--color-light);
    padding: 80px 0;
    border-radius: 15px;
}

.industry-item {
    background: white;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    height: 100%;
}

.industry-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.industry-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.hero-services {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1499951360447-b19be8fe80f5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80') center/cover no-repeat;
    color: white;
    padding: 120px 0 80px;
    border-radius: 15px;
}






/*Contacto*/
.contacto {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 60px 30px;
    border-radius: 20px;
    margin: 40px auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}


/*comandero*/

.comandero {
    height: 82vh;
    background: url("../img/com.jpg") no-repeat center center/cover;
    position: relative;
    border-radius: 10px;
}

/* Opcional: oscurecer un poco el fondo para resaltar el texto */
.comandero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.comandero .containerCo {
    position: relative;
    z-index: 2;
}

:root {
    --primary: #2c3e50;
    --secondary: #e74c3c;
    --accent: #3498db;
    --light: #ecf0f1;
    --dark: #2c3e50;
    --success: #2ecc71;
}



.navbar-brand {
    font-weight: 800;
    letter-spacing: 1px;
}

.hero-section {
    background: url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80') no-repeat center center;
    background-size: cover;
    padding: 7rem 0;
    position: relative;
    border-radius: 20px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.feature-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.icon-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: var(--light);
}

.feature-1 .icon-container {
    background: rgba(231, 76, 60, 0.2);
    color: #e74c3c;
}

.feature-2 .icon-container {
    background: rgba(46, 204, 113, 0.2);
    color: #2ecc71;
}

.feature-3 .icon-container {
    background: rgba(52, 152, 219, 0.2);
    color: #3498db;
}

.feature-4 .icon-container {
    background: rgba(155, 89, 182, 0.2);
    color: #9b59b6;
}

.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--secondary);
}

.btn-primary {
    background-color: var(--secondary);
    border-color: var(--secondary);
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary:hover {
    background-color: #c0392b;
    border-color: #c0392b;
    transform: scale(1.05);
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
}

.animated {
    opacity: 1;
    transform: translateY(0);
}

footer {
    background: var(--dark);
    color: white;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

.social-icon:hover {
    background: var(--secondary);
    transform: translateY(-5px);
}


/*celaneo*/

.hero-section1 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1591799264318-7e6ef8ddb7ea?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1074&q=80') no-repeat center center;
    background-size: cover;
    padding: 8rem 0;
    color: white;
    border-radius: 20px;
}

.benefit-1 .icon-container {
    background: rgba(231, 76, 60, 0.2);
    color: #e74c3c;
}

.benefit-2 .icon-container {
    background: rgba(52, 152, 219, 0.2);
    color: #3498db;
}

.benefit-3 .icon-container {
    background: rgba(46, 204, 113, 0.2);
    color: #2ecc71;
}

.benefit-4 .icon-container {
    background: rgba(155, 89, 182, 0.2);
    color: #9b59b6;
}

.benefit-5 .icon-container {
    background: rgba(241, 196, 15, 0.2);
    color: #f1c40f;
}

.benefit-6 .icon-container {
    background: rgba(26, 188, 156, 0.2);
    color: #1abc9c;
}

.center-title .section-title::after {
    left: 50%;
    transform: translateX(-50%);
}

.benefit-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: white;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.mobile-showcase {
    position: relative;
    perspective: 1000px;
}

.mobile-img {
    max-width: 453px;
    border: 3px solid #ddd;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: rotate3d(0.5, 1, 0, 15deg);
    transition: transform 0.5s;
}

.mobile-img:hover {
    transform: rotate3d(0, 0, 0, 0deg);
}