/*
Theme Name: DalTech
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: IT Solution & Technology HTML Template
Version: 1.1.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

Main Style file-> assets/css/main.css 

All the SCSS File in SCSS Folder of Assets Folder. You can read the doc file also for better understand.

// BASIC
@import 'basic';

// MIXIN
@import 'variables';

// TYPOGRAPHY
@import 'typography';

// MIX
@import 'mix';

// HELPER
@import 'helper';

// ICON FONTS
@import 'icon';

// ANIMATION
@import 'animation';

// Button 
@import 'btn';

// Colors 
@import 'colors';

// Preloader 
@import 'preloader';

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/

 /* // Menu - Header Section 
 @import 'header';
 
 // Hero Slide - Section 
 @import 'hero';
 
 // Section Title - Heading 
 @import 'section';
 
 // About - Section 
 @import 'about';
 
 // Features - Section 
 @import 'features';
 
 // services - Section 
 @import 'services';
 
 // testimonial - Section 
 @import 'testimonial';
 
 // Portfolio - Cases - Section 
 @import 'project';
 
 // Price Table - Section 
 @import 'price';
 
 // Call To Action - Section 
 @import 'cta';
 
 // Content Block - Section 
 @import 'contentblock';
 
 // team - Section 
 @import 'team';
 
 // funfact - Section 
 @import 'funfact';
 
 // Download - Section 
 @import 'carousel';
 
 // FAQ - Section 
 @import 'faq';
 
 // Blog - Section 
 @import 'blog';
 
 // Contact Us - Section 
 @import 'contact';
 
 // footer - Section 
 @import 'footer';n facts */

/* Fix para evitar capitalización automática en campos de email y mensaje */
.contact-form-items .form-clt input[type="email"],
.contact-form-items .form-clt input[name="email"],
.contact-form-items .form-clt #email {
    text-transform: lowercase !important;
}

.contact-form-items .form-clt textarea[name="message"],
.contact-form-items .form-clt #message {
    text-transform: none !important;
}

/* Estilos para mensajes del formulario */
.contact-form-items .form-message {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 500;
    display: none !important;
}

.contact-form-items .form-message.success {
    display: block !important;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.contact-form-items .form-message.error {
    display: block !important;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Botón flotante de WhatsApp */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    background-color: #20ba5a;
    transform: scale(1.1);
    box-shadow: 2px 2px 8px #666;
}

.whatsapp-float i {
    margin-top: 0;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 15px;
        right: 15px;
        font-size: 28px;
    }
}

/* Mostrar header-top-section en móviles */
.header-top-section-2 {
    display: block !important;
}

/* Ajustes responsivos para el header-top en móviles */
@media (max-width: 1199px) {
    .header-top-section-2 {
        display: block !important;
        padding: 8px 0;
    }
    
    .header-top-section-2 .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .header-top-wrapper.style-2 {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }
    
    .header-top-wrapper.style-2 .top-left {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .header-top-wrapper.style-2 .top-left {
        text-align: left;
    }
    
    .header-top-wrapper.style-2 .top-left .contact-list {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
        display: flex !important;
        align-items: center !important;
    }
    
    .header-top-wrapper.style-2 .top-left .contact-list li {
        white-space: nowrap !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
    }
    
    .header-top-wrapper.style-2 .top-left .contact-list li i {
        font-size: 14px !important;
        margin-right: 6px !important;
        flex-shrink: 0 !important;
    }
    
    .header-top-wrapper.style-2 .top-right {
        width: 100% !important;
        justify-content: flex-start !important;
        margin: 0 !important;
        padding: 0 !important;
        margin-top: 8px !important;
    }
    
    .header-top-wrapper.style-2 .top-right .header-menu {
        gap: 12px !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
    }
    
    .header-top-wrapper.style-2 .top-right .header-menu li {
        margin: 0 !important;
    }
    
    .header-top-wrapper.style-2 .top-right .header-menu li a {
        font-size: 13px !important;
        white-space: nowrap !important;
        padding: 4px 8px !important;
    }
}

/* Fix para que los números de teléfono no se corten en dos líneas */
.middle-header .header-contact-items {
    flex-wrap: nowrap !important;
    display: flex !important;
}

.middle-header .header-contact-items .contact-info-items {
    min-width: fit-content !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}

.middle-header .header-contact-items .contact-info-items .content {
    white-space: nowrap !important;
    min-width: fit-content !important;
}

.middle-header .header-contact-items .contact-info-items .content a,
.middle-header .header-contact-items .contact-info-items .content h6,
.middle-header .header-contact-items .contact-info-items .content p {
    white-space: nowrap !important;
    display: inline-block !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
}

/* Fix para superposición de imágenes en sección About - 22+ Años de Experiencia */
.about-wrapper.style-2 .about-image-items .about-image {
    z-index: 2;
    position: relative;
    overflow: visible;
}

.about-wrapper.style-2 .about-image-items .about-image .about-image-2 {
    z-index: 1;
    max-width: 269px;
    max-height: 277px;
}

/* Asegurar que la imagen principal (clienteSatisfecho.png) esté visible */
.about-wrapper.style-2 .about-image-items .about-image.bg-cover {
    z-index: 2;
    background-size: cover;
    background-position: center;
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area {
    z-index: 3;
}

/* Ajustes para móviles y tablets */
@media (max-width: 1399px) {
    .about-wrapper.style-2 .about-image-items .about-image .about-image-2 {
        max-width: 200px;
        max-height: 250px;
    }
}

/* Ocultar imagen de persona con terno en móviles y tablets */
@media (max-width: 1199px) {
    .about-wrapper.style-2 .about-image-items .about-image .about-image-2 {
        display: none !important;
    }
}

