﻿
.message {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    width: 90%;
}

.message-error {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    width: 90%;
}


.btnContact:disabled {/* Change to your desired background color for disabled state */
    color: rgb(255,255,255, 0.4)!important; /* Change to your desired text color for disabled state */
    cursor: not-allowed!important;
}
/* Custom Bullets for Lists*/
.custom-bullets {
    list-style: none;
    padding: 0;
}

    .custom-bullets li::before {
        content: "✔️ "; /* you can use emoji, icon font, or SVG */
        color: green;
    }


.message-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3.125rem;
    z-index: 1;
}

/* Slider */
.client-slider {
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
    padding: 20px 0;
}

.client-track {
    display: flex;
    width: calc(200px * 10); /* 200px per item × total items */
    animation: slide 20s linear infinite;
}
.client-slider-logo {
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
    padding: 20px 0;
}

.client-track-logo {
    display: flex;
    width: calc(200px * 10); /* 200px per item × total items */
    animation: slide 20s linear infinite;
}
.client-item {
    min-width: 200px;
    margin-right: 15px;
    text-align: center;
    padding: 15px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    font-weight: bold;
    font-size: 18px;
}
.client-item-logo {
    min-width: 150px;
    margin-right: 5px;
    text-align: center;
    padding: 0px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    font-weight: bold;
    font-size: 18px;
    object-fit: contain;
}
.client-item-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* show full logo, no cropping */
}

/* Keyframes for sliding effect */
@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}






/*icons*/
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}


.primejuan-logo{
    width: 2rem!important;
    height: 1.5625rem !important;
}

html {
    font-size: 0.875rem;
}

@media (min-width: 768px) {
  html {
    font-size: 1rem;
  }
}

html {
  min-height: 100%;
}

body {
    margin-bottom: 3.75rem;
    background: hsla(0, 0%, 100%, 1);
    background: linear-gradient(315deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 1) 0%, hsla(206, 100%, 90%, 1) 100%);
    background: -moz-linear-gradient(315deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 1) 0%, hsla(206, 100%, 90%, 1) 100%);
    background: -webkit-linear-gradient(315deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 1) 0%, hsla(206, 100%, 90%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1 );
    width: 100%;
    overflow-x: hidden;
}

footer{
    position: relative!important;
}


.online-video{
    width: 100%;
    height: 25rem;
}

.footer-icon {
    color: rgba(199, 171, 54, 1);
}

.footer-content{
    gap: 3.125rem;
    width: auto;
}

.contact-form {
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 90%;
    border-radius: 1.25rem;
    padding: 0rem 0.625rem;
}

.contact-form .form-control {
    border-radius: 0.625rem;
    padding: 0.625rem 0.625rem;
}

.form-control-2 {
    border-radius: 1rem;
    padding: 0.625rem 0.625rem;
    border: 0.0625rem solid #ced4da;
    width: 100%;

}

.contact-image {
    text-align: center;
}

.contact-image img {
    border-radius: 100%;
    width: 31%;
    margin-top: -5%; 
    background-color: white; 
    padding: 1.25rem; 
}

.contact-form form {
    padding: 14%;
}


.contact-form form h3{
    color: black;
    font-weight: bold;
}

    .contact-form form .row {
        margin-bottom: -7%;
    }

.contact-form h3 {
    margin-bottom: 8%;
    margin-top: -20%;
    text-align: center;
    color: #0062cc;
}

.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.btnContact {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
/* SCSS RGB
$jet: rgba(50, 50, 50, 1);
$old-gold: rgba(199, 171, 54, 1);
$black: rgba(0, 0, 0, 1);
$eerie-black: rgba(25, 25, 25, 1);
$black-2: rgba(0, 0, 0, 1);
$dark-goldenrod: rgba(170, 135, 0, 1); */
h1,
h2,
h3,
h4,
h5,
h6,
li a {
    font-family: 'Rubik', sans-serif !important;
}

li {
    font-family: 'Lora', serif !important;
}

h4 {
    color: black !important;
}
h1, h4 {
    font-weight: 1000 !important;
}

h2 {
    color: rgba(199, 171, 54, 1) !important;
    font-weight: 100;
    font-size: 1.5rem !important;
    font-weight: 1000 !important;
}
.experience-wrapper{
    width: 80%;
}
p {
    color: black !important;
    text-align: justify;
    font-family: 'Lora', serif !important;
    letter-spacing: 0.0813rem;
    font-weight: lighter;
    font-size: 0.75rem;
}

header {
    position: relative;
    background: url("../images/image1.jpg") no-repeat fixed;
    background-position: 55% 100%;
    background-size: cover;
    height: 50vh;
    align-items: center;
    width: 100%;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(170, 135, 0, 0.4) 0%, rgba(170, 135, 0, 0) 100%);
}

h1 {
    position: relative;
    z-index: 1;
    font-size: 1.25rem !important;
}

.color-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(0rem);
}

.navigation-css {
    background-color: #f8f9fa;
}


.nav-link-dark-scroll {
    color: black !important;
}

.sticky-nav {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
    /* Change this to your desired background color */
    z-index: 100 !important;
    /* Ensure it's above other content */
}

.image-experience {
    width: 15rem;
    height: auto;
    object-fit: cover;
}
.details-experience{
    width: 100% !important;
}

.experience-content {
    gap: 1.25rem;
    justify-content: center;
    opacity: 0;
    align-items: start;
}

.header-text{
    white-space: nowrap;
}

.products {
    width: 90%;
    box-shadow: 0.3125rem 0.3125rem 1.25rem 0.3125rem rgb(0,0,0, 0.2);
    margin: 1.25rem;
    border-radius: 0.625rem;
    overflow: hidden;
}


.products-images{
    width: 100%;
    height: auto;
}

.product-title {
    color: rgba(199, 171, 54, 1);
}

.product-description li{
    color: black;
}
.product-description p {
    color: black;
    text-align: left;
}

.data-timeline {
    border-right: 0.0313rem solid black;
    width: 30%;
}
.data-timeline-noborder {
    width: 30%;
}
.data-timeline-noborder p {
    text-align: center;
}
.data-timeline p{
    text-align: center;
}

.go-to-up {
    background-color: rgba(199, 171, 54, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 3.75rem;
    height: 3.75rem;
    margin: 1.25rem 1.25rem 4.0625rem 1.25rem;
    border-radius: 100%;
}

.footer-text {
    font-size: 1.25rem !important;
    font-weight: lighter !important;
    font-family: Impact;
}

.footer-custom-css {
    background-color: rgba(199, 171, 54, 1);
}

i, span{
    display: flex;
}
/* Media Queries */
/* Small devices (landscape phones, 36rem and up) */

h3 {
    font-weight: 1000 !important;
}

.experience-wrapper{
    gap: 3.125rem;
}

.product-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 576px) {
    .experience-wrapper {
        width: 50%;
    }
    a {
        color: white !important;
    }

    .logo_link {
        color: white !important;
    }

    .navigation-css {
        background-color: transparent !important;
    }

    h1 {
        font-size: 2rem !important;
    }


    h2 {
        font-size: 2rem !important;
    }


    h3 {
        font-size: 1.75rem !important;
    }


    .image-experience {
        width: 25rem;
        height: auto;
        object-fit: cover;
    }


    .details-experience {
        width: 100% !important;
    }


    .header-text {
        white-space: wrap;
    }


}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .contact-form {
    width: 50%;
    }
    .details-experience {
        width: 100% !important;
    }
    .contact-image img {
        width: 13%;
        min-width: 6.25rem;
        max-width: 9.375rem!important;
    }


    .primejuan-logo {
        width: 3.125rem!important;
        height: 3.125rem!important;
    }
}

/* Large devices (desktops, 62rem and up) */
@media (min-width: 992px) {

    .product-container {
        flex-direction: row;
    }

    h1 {
        font-size: 2.25rem !important;
    }
    .contact-image img {
        width: 11%;
    }

    .online-video {
        width: 50%;
        height: 25rem;
    }

    h3 {
        font-size: 1.625rem !important;
    }

    .details-experience {
        width: 100% !important;
    }


    p {
        font-size: 1rem;
    }



    .product-description li {
        font-size: 1rem;
    }

    .product-description{
        font-size: 1rem;
        text-align: left;
    }

    .products {
        width: 50%;
    }


    .products-images {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }
}

/* X-Large devices (large desktops, 75rem and up) */
@media (min-width: 1200px) {

    .details-experience {
        width: 50% !important;
    }


    .data-timeline {
        width: 20%;
    }

    .data-timeline-noborder {
        width: 20%;
    }


    .footer-text {
        font-size: 2rem !important;
    }


    .footer-content {
        gap: 6.25rem;
        width: 100%;
    }


    .experience-wrapper {
        gap: 9.375rem;
    }

    .products {
        width: 90%;
        margin: 0rem;
        margin-bottom: 1.25rem;
    }


    .product-container {
        columns: 3;
        display: block;
        width: 80%;
    }

}

/* XX-Large devices (larger desktops, 87.5rem and up) */
@media (min-width: 1400px) {

    .details-experience {
        width: 30% !important;
    }


    .products {
        width: 90%;
        height: 100%;
    }
    
    .products-images {
        height: auto;
    }
    .product-container {
        columns: 3;
        display: block;
        width: 70%;
    }

    .online-video {
        width: 30%;
        height: 25rem;
    }
}