/* navabr section */
.header-nav .nav{
    display: flex !important;
    flex-direction: row !important;
}
/* why choose us section */
/* Forzar el fondo gris de la sección */
.section-full.bg-gray-light { 
    background-color: #f9f9f9 !important; 
}

/* Usamos un selector doble para ganar prioridad */
.section-full .custom-why-card {
    background: #fff !important;
    padding: 40px 30px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    border-bottom: 4px solid #808285; 
    animation: fadeInUp 0.6s ease backwards;
}

.section-full .custom-why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.1);
    border-bottom: 4px solid #E77A35 !important;
}

/* Iconos */
.section-full .card-icon-container {
    width: 70px;
    height: 70px;
    background: #1C3652 !important; 
    color: #fff !important;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}

.custom-why-card:hover .card-icon-container {
    background: #E77A35 !important;
    transform: rotateY(180deg);
}

/* Títulos */
.custom-why-card h4 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.2rem;
    color: #1C3652;
}

/* Línea naranja inferior */
.card-accent-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: #E77A35;
    transition: width 0.4s ease;
}

.custom-why-card:hover .card-accent-line {
    width: 100% !important;
}

/* Animación de entrada */
@keyframes fadeInUp {
    from { opacity: 0; transform: translate3d(0, 40px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* Delays específicos para la fila */
.row .col-lg-4:nth-child(1) .custom-why-card { animation-delay: 0.1s; }
.row .col-lg-4:nth-child(2) .custom-why-card { animation-delay: 0.3s; }
.row .col-lg-4:nth-child(3) .custom-why-card { animation-delay: 0.5s; }



/*Frequently Asked Questions*/
    /* Contenedor principal */
.custom-accordion {
    max-width: 900px;
    margin: 0 auto;
}

/* Estilo de cada tarjeta FAQ */
.faq-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    border-left: 5px solid #1C3652;
    transition: all 0.3s ease;
    list-style: none; /* Quita la flecha de Safari */
}

/* Título de la pregunta */
.faq-header {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #1C3652;
    list-style: none; /* Quita la flecha de Chrome/Firefox */
}

/* Quitar la flecha nativa en navegadores modernos */
.faq-header::-webkit-details-marker {
    display: none;
}

.faq-header i {
    color: #E77A35;
    transition: transform 0.3s ease;
}

/* Cuando el acordeón está abierto */
.faq-item[open] {
    border-left: 5px solid #E77A35;
}

.faq-item[open] .faq-header i {
    transform: rotate(180deg);
}

/* Contenido de la respuesta */
.faq-content {
    padding: 0 25px 25px 25px;
    color: #53565A;
    line-height: 1.6;
    animation: slideDown 0.4s ease-out; /* Animación simple al abrir */
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Estilo del botón Read More */
.faq-read-more-btn {
    display: inline-block;
    background-color: #E77A35;
    color: #fff !important;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(231, 122, 53, 0.3);
}

.faq-read-more-btn:hover {
    background-color: #1C3652;
    transform: translateY(-3px);
}
/* --- MODERN PROJECT SECTION CSS --- */

.modern-project-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

.modern-project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(28, 54, 82, 0.15);
}

/* Imagen y Overlay */
.project-media {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.project-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.modern-project-card:hover .project-media img {
    transform: scale(1.1);
}

.project-hover-data {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(231, 122, 53, 0.85); /* Naranja translúcido */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.modern-project-card:hover .project-hover-data {
    opacity: 1;
}

.project-explore a {
    width: 60px;
    height: 60px;
    background: #fff;
    color: #E77A35;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.modern-project-card:hover .project-explore a {
    transform: translateY(0);
}

/* Textos debajo de la imagen */
.project-details {
    padding: 25px;
    text-align: left;
}

.p-cat {
    color: #E77A35;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
}

.p-title {
    color: #1C3652;
    font-weight: 800;
    margin: 0 0 10px 0;
    font-size: 20px;
}

.p-loc {
    color: #888;
    font-size: 14px;
    margin: 0;
}

.p-loc i {
    margin-right: 5px;
    color: #E77A35;
}

/* Botón Ver Más */
.btn-modern-more {
    display: inline-block;
    padding: 16px 45px;
    background: #E77A35;
    color: #fff !important;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(231, 122, 53, 0.2);
}

.btn-modern-more:hover {
    background: #1C3652;
    transform: scale(1.05);
}
/* --- ESTILO MINIMALISTA --- */
.minimal-content-wrapper {
    max-width: 700px;
    padding: 20px;
}

/* 1. Protagonismo de la Marca (Colores según manual) */
.brand-name {
    font-size: 16px;
    letter-spacing: 6px;
    font-weight: 800;
    margin-bottom: 25px;
    animation: fadeInDown 0.8s ease backwards;
}

.word-room { color: #1C3652 !important; }      /* Azul Marino */
.word-addition { color: #E77A35 !important; }  /* Naranja */
.word-dallas { color: #1C3652 !important; }    /* Gris Oscuro */
/* Main Hero Title */
.brand-name {
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.35),
    0 8px 20px rgba(0, 0, 0, 0.25);
}

.brand-reveal, .slogan-reveal{
    display: inline-block;

  /* Brand-aligned dark navy glass */
  background: transparent;
  backdrop-filter: blur(1px);

  border-radius: 16px;

  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.25),
    0 40px 80px rgba(0, 0, 0, 0.25);
}

.hero-text-box {

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.35),
    0 30px 60px rgba(0, 0, 0, 0.25);
}


/* Individual Words (optional fine tuning) */
.word-room,
.word-addition,
.word-dallas {
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.35),
    0 6px 16px rgba(0, 0, 0, 0.25);
}

/* Subtitle */
.minimal-sub-title {
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.35);
}

/* Paragraph */
.minimal-description {
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.3);
}


/* 2. Slogan (Segunda Jerarquía) */
.minimal-sub-title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 300; /* Estilo ultra delgado moderno */
    color: #1C3652 !important;
    margin-bottom: 30px;
    animation: fadeInUp 0.8s ease 0.2s backwards;
}

.minimal-sub-title .highlight-text {
    font-weight: 700;
    color: #E77A35 !important;
}

/* 3. Descripción (Gris Carbón) */
.minimal-description {
    font-size: 18px;
    color: #fff !important; /* Gris Carbón */
    margin-bottom: 40px;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease 0.4s backwards;
}

/* 4. Botón Minimalista (Línea y Movimiento) */
.btn-minimal-contact {
    display: inline-flex;
    align-items: center;
    color: #1C3652 !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 0;
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease 0.6s backwards;
}

/* Línea animada bajo el botón */
.btn-minimal-contact::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 2px;
    background-color: #E77A35 !important;
    transition: width 0.4s ease;
}

.btn-minimal-contact:hover::after {
    width: 100%;
}

.arrow-svg {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    fill: none;
    stroke: #E77A35;
    stroke-width: 2;
    transition: transform 0.3s ease;
}

.btn-minimal-contact:hover .arrow-svg {
    transform: translateX(10px);
}

/* --- ANIMACIONES --- */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Ajuste móvil */
@media (max-width: 767px) {
    .minimal-sub-title { font-size: 32px; }
    .minimal-hero-container { text-align: center; }
    .btn-minimal-contact::after { left: 35%; }
}

.project-explore i{
    color: #1C3652;
}



/* media query responsive area */

@media (max-width: 768px) {
    .tp-caption{
        font-size: 65px !important;
    }

    h2{
        font-size: 40px !important;
    }
}

@media (max-width: 426px) {
    .tp-caption{
        font-size: 40px !important;
    }

    .tp-mask-wrap a{
        font-size: 16px !important;
    }

    h2{
        font-size: 30px !important;
    }

    .hero-title{
        font-size: 30px !important;
    }


}

@media (max-width:376px) {
    .tp-caption{
        font-size: 30px !important;
    }

    h2{
        font-size: 25px !important;
    }

    .hero-title{
        font-size: 25px !important;
    }
}

@media (max-width: 320px) {
    .wt-separator,
    h4, .faq-header,
    .testimonial-5 .testimonial-name{
        font-size: 16px !important;
    }
    h2{
        font-size: 19px !important;
    }

    p, .testimonial-position,
    .footer-link ul li a,
    .site-footer .widget-section > ul > li a,
    .site-footer .widget-section > ul > li{
        font-size: 14px !important;
    }

    .hero-title{
        font-size: 20px !important;
    }

}

