/*!
Theme Name: Transpi Child
Template:   transpi
Theme URI: https://themeunique.com/wp/btourq
Author: byteflows
Author URI: https://themeforest.net/user/byteflows
Description: Btourq - News & Magazine WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: transpi-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.transpi__hero-area .content__hero,
.transpi__hero-area .content__hero span,
.transpi__hero-area .content__hero .rts_hero__title,
.transpi__hero-area .content__hero p,
.transpi__hero-area .content__hero .slider__btm-box .text h3,
.transpi__hero-area .content__hero .slider__btm-box .text h4,
.transpi__hero-area .content__hero .slider-phnoe,
.transpi__hero-area .content__hero .slider-phnoe * {
    color: #121212 !important;
}

 .content__hero,
 .content__hero *,
 .content__hero .rts_hero__title,
 .content__hero span,
 .content__hero p,
 .content__hero .slider__btm-box .text h3,
 .content__hero .slider__btm-box .text h4,
 .content__hero .slider-phnoe,
 .content__hero .slider-phnoe * {
     color: #121212 !important;
 }

 .rev_slider_wrapper,
 .rev_slider_wrapper .tp-caption,
 .rev_slider_wrapper .tp-caption *,
 .rev_slider_wrapper .rs-layer,
 .rev_slider_wrapper .rs-layer *,
 rs-module,
 rs-module rs-layer,
 rs-module rs-layer * {
     color: #121212 !important;
 }

 .content__hero .slider-phnoe * {
     color: #121212 !important;
 }

 .rev_slider_wrapper,
 .rev_slider_wrapper .tp-caption,
 .rev_slider_wrapper .tp-caption *,
 .rev_slider_wrapper .rs-layer,
 .rev_slider_wrapper .rs-layer *,
 rs-module,
 rs-module rs-layer,
 rs-module rs-layer * {
     color: #121212 !important;
 }

 .main-slider .main-slider-content,
 .main-slider .main-slider-content *,
 .main-slider .main-slider-content .thm__btn,
 .main-slider .main-slider-content .slider__btm-box,
 .main-slider .main-slider-content .slider-phnoe,
 .main-slider .main-slider-content .slider-phnoe * {
     color: #121212 !important;
     fill: #121212 !important;
 }

@media (max-width: 991px), (max-width: 1200px) and (orientation: portrait) {
    .transpi__hero-area .content__hero,
    .transpi__hero-area .content__hero *,
    .content__hero,
    .content__hero *,
    .rev_slider_wrapper,
    .rev_slider_wrapper *,
    rs-module,
    rs-module *,
    .main-slider .main-slider-content,
    .main-slider .main-slider-content *,
    .main-slider .main-slider-content .thm__btn,
    .main-slider .main-slider-content .thm__btn *,
    .main-slider .main-slider-content .slider__btm-box,
    .main-slider .main-slider-content .slider__btm-box *,
    .main-slider .main-slider-content .slider-phnoe,
    .main-slider .main-slider-content .slider-phnoe * {
        color: #ffffff !important;
        fill: #ffffff !important;
    }
    .main-slider .main-slider-content .thm__btn {
        border-color: #ffffff !important;
        background-color: transparent !important;
    }
}

/* Custom styles for OTI Transport */

/* Sección de Bienvenida */
.oti-welcome-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.oti-welcome-content .oti-subtitle {
    color: #ffcc00;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.oti-welcome-content h1 {
    font-size: 48px;
    font-weight: 900;
    color: #111;
    line-height: 1.2;
    margin-bottom: 25px;
}

.oti-welcome-content p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.oti-welcome-features {
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature-item i {
    color: #ffcc00;
    font-size: 20px;
    margin-right: 15px;
    width: 30px;
}

.feature-item span {
    color: #333;
    font-weight: 600;
}

.oti-btn-primary {
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    background: linear-gradient(90deg, #111, #000);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.oti-btn-primary:hover {
    background: linear-gradient(90deg, #ffcc00, #f3b700);
    color: #111;
    transform: translateY(-2px);
}

.oti-btn-primary i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.oti-btn-primary:hover i {
    transform: translateX(5px);
}

/* Fotos de bienvenida */
.oti-welcome-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    height: 100%;
}

.oti-photo {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.oti-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.oti-photo:hover img {
    transform: scale(1.05);
}

/* Sección de Servicios */
.oti-services-section {
    padding: 80px 0;
    background: #fff;
}

.oti-services-section .oti-subtitle {
    color: #ffcc00;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.oti-services-section h2 {
    font-size: 42px;
    font-weight: 900;
    color: #111;
    line-height: 1.2;
    margin-bottom: 15px;
}

.oti-services-section > .container > .row:first-child > div p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto 50px;
}

.oti-service-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.oti-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffcc00, #f3b700);
}

.oti-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.service-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffcc00, #f3b700);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.service-icon i {
    font-size: 36px;
    color: #111;
}

.oti-service-card h3 {
    font-size: 24px;
    font-weight: 800;
    color: #111;
    margin-bottom: 15px;
}

.oti-service-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.service-features li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #555;
    font-size: 14px;
}

.service-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ffcc00;
    font-weight: bold;
}

.oti-btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    background: transparent;
    color: #111;
    text-decoration: none;
    border: 2px solid #111;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.oti-btn-secondary:hover {
    background: #111;
    color: #fff;
}

/* Sección de Diferenciadores */
.oti-differentiators-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #111 0%, #000 100%);
    color: #fff;
}

.oti-differentiators-section .oti-subtitle {
    color: #ffcc00;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.oti-differentiators-section h2 {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
}

.oti-differentiators-section > .container > .row:first-child > div p {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    max-width: 600px;
    margin: 0 auto 50px;
}

.counter-box {
    text-align: center;
    padding: 30px 20px;
}

.counter-number {
    font-size: 48px;
    font-weight: 900;
    color: #ffcc00;
    margin-bottom: 10px;
    line-height: 1;
}

.counter-label {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    font-weight: 600;
}

/* Sección CTA */
.oti-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffcc00 0%, #f3b700 100%);
}

.oti-cta-section h2 {
    font-size: 42px;
    font-weight: 900;
    color: #111;
    margin-bottom: 20px;
}

.oti-cta-section p {
    font-size: 18px;
    color: #333;
    max-width: 600px;
    margin: 0 auto 40px;
}

.oti-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.oti-cta-buttons .oti-btn-primary {
    background: #111;
    color: #fff;
}

.oti-cta-buttons .oti-btn-secondary {
    background: #fff;
    color: #111;
    border-color: #111;
}

/* Responsive */
@media (max-width: 991px) {
    .header__top-wraper {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .oti-welcome-content h1,
    .oti-services-section h2,
    .oti-differentiators-section h2,
    .oti-cta-section h2 {
        font-size: 32px;
    }
    
    .oti-welcome-section,
    .oti-services-section,
    .oti-differentiators-section,
    .oti-cta-section {
        padding: 60px 0;
    }
    
    .oti-service-card {
        margin-bottom: 30px;
    }
    
    .oti-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .oti-welcome-photos {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
}
