/* HERO */
.hero{
    background: var(--color-scheme-1-bg);
    display: flex;
    align-items: center;
    min-height: 95vh;
}
.hero-inner{ 
    padding: 2rem 0; 
}
.hero-title{
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0.8rem;
    color: var(--color-scheme-1-text);
    font-size: clamp(2rem, 6vw, 5.2rem);
    letter-spacing: .5px;
}
.hero-sub{
    font-family: Raleway;
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: var(--color-scheme-1-text);
}
.hero-img{
    position: relative;
    max-height: 80vh;
    object-fit: contain;
    display:block;
}
.hero-video {
    position: relative;
    max-height: 80vh;
    object-fit: contain;
    display:block;
    filter: blur(0);
}
.btn-explore, .btn-products, .btn-news{
    background: linear-gradient(135deg, var(--dodger) 0%, var(--mountain) 100%);
    border: 1px solid var(--dodger);
    border-radius: 0.5rem;
    color: var(--color-white);
}
.btn-offers{
    border: 1px solid var(--neutral-15);
    border-radius: 0.5rem;
    color: var(--color-scheme-1-text);
    background: transparent;
}
.btn-offers:hover{
    color: var(--color-scheme-1-text-muted) !important;
}
.btn-service {
    background: linear-gradient(135deg, var(--dodger) 0%, rgba(123, 97, 255, 0.95) 50%, rgba(0, 94, 184, 0.95) 100%);
    border: 1px solid rgba(0, 174, 239, 0.6);
    border-radius: 0.5rem;
    color: var(--color-white);
}


/* Solution / cards */
.solution-card {
    display: flex;
    
    overflow: hidden;
    border: transparent;
    background: transparent;
}
.solution-card .card-body{
    padding: 1.25rem;
}
.card-title{
    font-family: Nunito;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: .6rem;
    color: var(--color-scheme-1-text);
}
.card-img-fit{
    width: 100%;
    height: auto;
    display: block;
}
.card-text{
    font-size: 1.125rem;
    color: var(--color-scheme-1-text);
}
.link-btn{
    display:inline-flex; 
    align-items:center; 
    gap:.5rem;
    font-size: 1rem;
    text-decoration:none; 
    font-weight:500;
    color: var(--color-scheme-1-text);
    margin-top: .75rem;
    transition: ease-in 0.1s all;
}
.link-btn > .bi-chevron-right {
    transition: ease-out 0.1s all;
}
.link-btn:hover > .bi-chevron-right {
    transform: translate(0.6rem, 0);
    transition: ease-in 0.2s all;
}


/* Product & feature cards */
.feature-card{ border: none; background: transparent; }
.product-card{ background: transparent; border: none; }
.product-name{ font-weight:600; font-family: Raleway; font-size:1.125rem; }
.product-slider small{ color: var(--color-scheme-1-text-muted); }
.slick-dots li.slick-active button:before {
    background: linear-gradient(135deg, var(--dodger) 0%, var(--mountain) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


/* Scan section */
.scan-card{
    overflow: hidden;
    border: 3px solid var(--color-card-border);
    border-radius: 0.8rem;
    background-color: var(--color-scheme-1-bg);
}
.scan-card .card-body{
    padding: 1.25rem;
}
.scan-image{
    width: 50px;
    height: auto;
    filter: var(--image-filter);
}


/* Benefit section */
.benefit-card{ background: transparent; border: none; }
.benefit-icon{ width: 50px; height: auto; filter: var(--image-filter);}


/* Product section */
.product-slider {
    margin-top: 3rem;
}
.slick-slide {
    transition: transform 0.3s ease;
    margin: 0 10px;
    padding: 10px;
}
.product-card {
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 1rem;
    overflow: hidden;
    background-color: var(--color-scheme-1-bg);
    transform: scale(0.9);
    margin: 10px 0;
    text-decoration: none !important;
}
.product-card .card-body{
    padding: 0.5rem;
}
.slick-center {
    transform: scale(1);
    z-index: 2;
}
.slick-prev:before,
.slick-next:before {
    color: #3B82F6;
    font-size: 30px;
    opacity: 0.6;
}
.slick-prev:hover:before,
.slick-next:hover:before {
    opacity: 1;
}
.slick-prev {
    left: -40px;
    z-index: 1;
}
.slick-next {
    right: -30px;
    z-index: 1;
}
.slick-dots {
    bottom: -35px;
}
.slick-dots li button:before {
    font-size: 12px;
    color: #aaa;
    opacity: 0.8;
}
.slick-dots li.slick-active button:before {
    color: #3B82F6;
    opacity: 1;
}


/* News */
.news-card {
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    background-color: var(--color-scheme-1-bg);
    margin: 10px 0;
}
.img-news {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 1rem 1rem 0 0;
}
.news-content {
    padding: 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.read-time {
    font-family: 'Raleway', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 0.4px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0.75rem;
}

/* Certificates */
.certificate-img{
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* Contact */
.contact-icon{
    width: 40px;
    height: auto;
    margin-bottom: 0.5rem;
    filter: var(--image-filter);
}
.contact-link-btn{
    font-size: 1rem;
    text-decoration:none;
    font-weight:500;
    color: var(--color-scheme-1-text);
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    border-radius: 1rem 1rem 0 0;
}


/* Contact form */
.check-input-hide{
    background: linear-gradient(135deg, var(--dodger) 0%, var(--mountain) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    opacity: 0%;
    transform: translate(0, 150%);
    z-index: -1;
    transition: transform 800ms, opacity 400ms, z-index 800ms;
}
.check-input{
    opacity: 100%;
    transform: translate(0, 15%);
    z-index: 0;
    transition: transform 800ms, opacity 400ms, z-index 800ms;
}
label {
    color: var(--color-scheme-1-text);
    transition: all 500ms ease-in-out;
}
#emailHelp{
    color: var(--color-scheme-1-text-muted);
}


/* Modals */
.modal{
    font-family: Raleway;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: var(--color-scheme-1-text);
    position: fixed !important;
    z-index: 2147483647 !important;
}
.modal-dialog, .modal-backdrop.show {
    z-index: 2147483646 !important;
}
.modal-header{
    color: var(--color-scheme-1-text);
    border-bottom: 0px;
    background: linear-gradient(135deg, var(--dodger), var(--mountain)) bottom / 100% 2px no-repeat;
}
.modal-footer{
    border-top: 0px;
}
.btn-send{
    background: linear-gradient(135deg, var(--dodger) 0%, var(--mountain) 100%);
    border: 1px solid var(--dodger);
    border-radius: 0.5rem;
    color: var(--color-white);
}
.check-input-hide{
    background: linear-gradient(135deg, var(--dodger) 0%, var(--mountain) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    opacity: 0%;
    transform: translate(0, 150%);
    z-index: -1;
    transition: transform 800ms, opacity 400ms, z-index 800ms;
}
.check-input{
    opacity: 100%;
    transform: translate(0, 15%);
    z-index: 0;
    transition: transform 800ms, opacity 400ms, z-index 800ms;
}
label {
    color: var(--color-scheme-1-text);
    transition: all 500ms ease-in-out;
}


/* Extra small devices (phones, portrait) */
@media (max-width: 575.98px) {
    .hero{
        padding-top: 1rem;
    }
    .hero .hero-cta{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
    .btn-offers{
        grid-column: span 2 !important;
    }
    .w-md-auto {
        width: auto !important;
    }
}

/* Small devices (phones, landscape) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* CSS for larger phones / small tablets */
}

/* Only for medium screens */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* CSS for medium screens */
}

/* Extra Large devices (desktops) */
@media (min-width: 1200px) {
    .scan-title{
        width: 60%;
        margin: 0 auto;
    }
    .products-title {
        width: 55%;
    }
    .news-title{
        width: 60%;
        margin: 0 auto;
    }
    .contact-sub{
        width: 60%;
    }
    .message-form-sub{
        width: 45%;
    }
}