:root {
    --primary-orange: #ffb30f;
    --dark-bg: #1a1a1a;
}

/*
================================
STYLE ABOUT
================================
*/
/* Estilos personalizados para ajustar los detalles exactos del diseño */
.about-section {
    padding: 80px 0;
    overflow: hidden;
}

/* Contenedor de imágenes superpuestas */
.img-wrapper {
    position: relative;
    padding-right: 15%;
    /* Espacio para la imagen secundaria */
}

.img-main {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    min-height: 550px;
}

.img-overlay {
    position: absolute;
    top: 10%;
    right: 0;
    width: 55%;
    border: 5px solid #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Sello circular rojo */
.experience-badge {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 110px;
    height: 110px;
    background-color: #ffd30f;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.2;
    transform: rotate(-15deg);
    z-index: 2;
}

/* Viñetas cuadradas rojas */
.red-square {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #ffd30f;
    margin-right: 10px;
    transform: translateY(-2px);
}

/* Tarjeta gris con borde izquierdo rojo */
.feature-card {
    background-color: #f8f9fa;
    border-left: 6px solid #ffd30f;
    border-radius: 8px;
}

/* Iconos de las características */
.feature-icon-box {
    background-color: #ffd30f;
    color: white;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

/* Botón personalizado */
.btn-custom {
    background-color: #ffd30f;
    color: white;
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
}

.btn-custom:hover {
    background-color: #ffd30f;
    color: white;
}

.btn-custom span {
    padding: 10px 20px;
}

.btn-custom .icon-part {
    background-color: #000;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

/* Botón Play del video */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #ffd30f;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(118, 118, 118, 0.4);
}

/*
================================
SERVICES SECTION
================================
*/

.red-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ffd30f;
    margin-right: 5px;
    vertical-align: middle;
}

.service-number {
    font-size: 1.2rem;
    color: #333;
    font-weight: 400;
}

.service-item h5 {
    font-size: 1.1rem;
    line-height: 1.2;
}

.service-item p,
.service-item ul {
    line-height: 1.6;
    color: #6c757d;
}

.service-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/* Estilo de los tags inferiores */
.badge-tag {
    background: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.badge-tag .dot {
    width: 6px;
    height: 6px;
    background-color: #ffd30f;
    border-radius: 50%;
    margin-right: 10px;
}

/* Ajustes responsivos */
@media (max-width: 768px) {
    h2 {
        font-size: 1.5rem !important;
    }

    .service-img {
        height: 120px;
    }
}


/*
================================
ABOUT SECTION
================================
*/

/* Elementos decorativos */
.red-square {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ffd30f;
    margin-right: 8px;
}

.red-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #ffd30f;
    margin-right: 5px;
    vertical-align: middle;
}

/* Estilo de Tarjetas */
.info-card {
    background-color: #f8f9fa;
    border: none;
    height: 100%;
}

.icon-box {
    background-color: #ffd30f;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: white;
    font-size: 1.2rem;
}

/* Botón Contact Us con Flecha */
.btn-contact {
    display: inline-flex;
    align-items: center;
    background-color: #ffd30f;
    color: white;
    text-decoration: none;
    padding: 10px 10px 10px 25px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.3s;
}

.btn-contact:hover {
    background-color: #ffaf0f;
    color: white;
}

.arrow-box {
    background-color: #000000;
    margin-left: 15px;
    padding: 5px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Imagen principal */
.main-image-container img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* Footer con teléfono */
.phone-icon-circle {
    background-color: #ffb30f;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.phone-footer strong {
    text-decoration: underline;
}

/* Ajustes Responsivos */
@media (max-width: 991px) {
    .main-image-container img {
        height: auto;
        margin-top: 30px;
    }

    .display-5 {
        font-size: 2.5rem;
    }
}


/*
================================
WHY CHOOSE US SECTION
================================
*/
/* Decoración */
.orange-square {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--primary-orange);
    margin-right: 8px;
}

/* Imagen y elementos flotantes */
.image-wrapper {
    padding: 20px;
}

.main-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Sello circular (Top Right) */
.stamp-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-color: var(--primary-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.stamp-inner i {
    font-size: 2rem;
    color: #000;
}

/* Tarjeta de Estadísticas (Glassmorphism) */
.stats-card {
    position: absolute;
    bottom: 40px;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    /* Transparencia */
    backdrop-filter: blur(15px);
    /* Efecto desenfoque */
    -webkit-backdrop-filter: blur(15px);
    padding: 25px;
    border-radius: 15px;
    width: 280px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.icon-square-orange {
    background-color: var(--primary-orange);
    color: black;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

/* Barras de Progreso Personalizadas */
.skill-item {
    margin-bottom: 20px;
}

.custom-progress {
    width: 100%;
    height: 6px;
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background-color: var(--primary-orange);
    border-radius: 10px;
}

/* Botón Estilo Naranja */
.btn-orange {
    display: inline-flex;
    align-items: center;
    background-color: var(--primary-orange);
    color: black;
    text-decoration: none;
    padding: 10px 10px 10px 25px;
    border-radius: 8px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-orange:hover {
    background-color: #e6a10d;
    transform: translateY(-2px);
}

.arrow-box-black {
    background-color: #000;
    color: white;
    margin-left: 15px;
    padding: 5px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

/* Responsivo */
@media (max-width: 991px) {
    .stats-card {
        width: 220px;
        bottom: 20px;
    }

    .main-img {
        height: 450px;
    }
}


/*
================================
CONTACT SECTION
================================
*/

.contact-section {
    padding: 60px 0;
}

/* Columna Izquierda */
.subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.subtitle-square {
    width: 8px;
    height: 8px;
    background-color: var(--accent-color);
}

.main-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.description {
    color: var(--text-gray);
    margin-bottom: 40px;
    max-width: 450px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.info-item:last-child {
    border-bottom: none;
}

.icon-box {
    width: 55px;
    height: 55px;
    background-color: var(--accent-color);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.info-content h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.info-content p {
    margin: 0;
    color: var(--text-gray);
}

/* Columna Derecha (Formulario) */
.form-container {
    background-color: var(--light-bg);
    padding: 50px;
    border-radius: 12px;
    height: 100%;
}

.form-container h2 {
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 15px;
}

.form-container .form-subtitle {
    color: var(--text-gray);
    margin-bottom: 35px;
}

.form-control {
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.form-control::placeholder {
    color: #adb5bd;
}

textarea.form-control {
    height: 150px;
}

.btn-send {
    background-color: var(--accent-color);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    transition: opacity 0.3s;
}

.btn-send:hover {
    opacity: 0.9;
    color: white;
}

@media (max-width: 768px) {
    .form-container {
        padding: 30px 20px;
        margin-top: 40px;
    }
}

/*
================================
HERO SECTION
================================
*/